@import url('fonts.css');

:root {
    font-size: 16px;
    --ze-primary-text-color: #faf1e1;
    --ze-secondary-text-color: #3e2f28;
    --ze-primary-bg-color: #dcd2c8;
}

body {
    margin: 0;
    /* filter: brightness(1); */
    color: var(--ze-primary-text-color);
    width: 100%;
    min-height: 100vh;

    font-family: 'Quattrocento', 'Times New Roman', Times, serif;
}

h1, h2, h3, h4, h5, h6, .header {
    font-family: 'CormorantSC', 'Times New Roman', Times, serif;
}

.backgroundImg {
    position: fixed;
    top: 0;
    left: 0;
    background-image: url("startpic.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
    background-position: center 40%;
    filter: brightness(.8);
    z-index: -1;
}

.nav {
    /* Wenn hier fixed, dann noch überlegen wie ich das mache, bie Seiten die nicht Scrollbar sind, weil die Navbar dann keinen "Platz" mehr einnimmt */
    position: relative;
    z-index: 2;
    width: 100%;
    height: 6vh;
    display: inline-flex;
    flex: nowrap row;
    align-items: center;
    justify-content: flex-end;
    /* background-color: rgb(73, 49, 35); */
    /* outline: 2px solid black; */
}

.nav-item {
    font-size: clamp(12px, 20px, 4.2vw);
    padding: 1rem .8em;
    text-decoration: none;
    transition: text-decoration 1s;
    display: inline-block;
}

/* .nav-item::before, .nav-item::after { */
.nav-item::after {
    content: '';
    display: block;
    position: relative;
    width: 0px;
    height: 2px;
    background-color: var(--ze-primary-text-color);
    transition: .3s;
}
/* .nav-item:hover::before, */
 .nav-item:hover::after {
    width: 100%;
}

.nav-item:link {
    /* color: inherit; */
    color: var(--ze-primary-text-color);
}

.nav-item:visited {
    color: inherit;
    /* text-decoration: underline; */
}

.nav-item:hover {
    /* text-decoration: underline; */
}

.nav-item.active::after {
    /* text-decoration: underline; */
    width: 100%;
}

@media (min-width: 600px) {
    .nav-item {
        padding: 1rem 1.5rem;
    }

    .nav-item:last-child {
        margin-right: 2rem;
    }
}

.start {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 94vh;
}

.headline {
    /* position: absolute;
    top: 30%;
    left: 50%; */
    /* transform: translate(-50%, -50%); */
    width: 30%;
    height: fit-content;
    /* border: 10px solid black; */
    font-size: 8rem;
    text-align: center;
    margin-top: 10rem;
}


.indexLogo {
    width: clamp(200px, 90vw, 50rem);
    height: 100%;
    /* background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 2236.51 1397.82'%3E%3C!-- Generator: Adobe Illustrator 30.0.0, SVG Export Plug-In . SVG Version: 2.1.1 Build 123) --%3E%3Cdefs%3E%3Cstyle%3E .st0 %7B stroke: %237f634c; stroke-miterlimit: 10; stroke: currentColor; %7D .st0, .st1 %7B fill: %237f634c; %7D %3C/style%3E%3C/defs%3E%3Cg%3E%3Cpath class='st0' d='M474.75,1153.92c9.83,0,18.39-.21,25.66-.64,7.27-.43,13.9-1.45,19.89-3.05,5.98-1.6,11.55-3.95,16.68-7.05,5.13-3.1,10.59-7.32,16.36-12.67v25.34h-146.91l119.33-224.22h-40.74c-9.84,0-18.39.16-25.66.48-7.27.32-13.85,1.24-19.73,2.73-5.88,1.5-11.44,3.74-16.68,6.74-5.24,3-10.75,7.17-16.52,12.51v-25.02h149.48l-120.61,224.86h39.45Z'/%3E%3Cpath class='st0' d='M610.44,929.37h24.38v226.47h-24.38v-226.47Z'/%3E%3Cpath class='st0' d='M817.01,1155.84h-127.99v-226.47h25.66v223.9h54.21c13.9,0,25.18-3.42,33.84-10.27,8.66-6.84,15.98-18.39,21.97-34.64l-7.7,47.47Z'/%3E%3Cpath class='st0' d='M1007.23,1155.84h-127.99v-226.47h25.66v223.9h54.21c13.9,0,25.18-3.42,33.84-10.27,8.66-6.84,15.98-18.39,21.97-34.64l-7.7,47.47Z'/%3E%3Cpath class='st0' d='M1093.84,929.37c8.74,0,17.01,1.55,24.79,4.65,7.78,3.1,15.04,7.49,21.75,13.15,6.72,5.67,12.9,12.41,18.55,20.21,5.65,7.81,10.83,16.31,15.52,25.5,9.59,17.54,17.11,36.84,22.55,57.9,5.44,21.06,9.33,41.97,11.68,62.71v-184.12h24.38v226.47h-24.38c0-12.83-.75-26.25-2.24-40.26-1.49-14-3.73-28.07-6.72-42.18-2.98-14.12-6.66-27.96-11.03-41.54-4.37-13.58-9.54-26.14-15.51-37.69-4.91-9.19-10.13-17.59-15.68-25.18-5.54-7.59-11.62-14.16-18.23-19.73-6.61-5.56-13.7-9.89-21.27-12.99-7.57-3.1-15.62-4.65-24.15-4.65v224.22h-24.38v-226.47h24.38Z'/%3E%3Cpath class='st0' d='M1311.64,1153.27h54.21c14.12,0,25.55-3.42,34.32-10.27,8.77-6.84,16.04-18.39,21.81-34.64l-7.38,47.47h-127.34v-226.47h129.27v25.66c-5.77-5.34-11.28-9.62-16.52-12.83-5.24-3.21-10.8-5.56-16.68-7.06-5.89-1.5-12.46-2.46-19.73-2.89-7.28-.42-15.83-.64-25.66-.64h-26.3v51.96c0,10.91,1.39,19.84,4.17,26.78,2.78,6.95,6.95,12.35,12.51,16.2,5.56,3.85,12.51,6.47,20.85,7.86,8.34,1.39,17.96,2.08,28.87,2.08v25.34c-4.71-5.34-10.38-9.51-17-12.51-6.63-2.99-13.21-6.26-19.73-9.78-6.52-3.53-12.51-7.86-17.96-12.99-5.45-5.13-9.36-12.4-11.71-21.81v148.52Z'/%3E%3Cpath class='st0' d='M1567.62,1030.74c8.34,1.93,15.4,5.24,21.17,9.95,5.77,4.71,10.85,10.27,15.24,16.68,4.38,6.42,8.18,13.42,11.38,21.01,3.21,7.59,6.42,15.13,9.63,22.62,2.99,7.06,6.04,13.74,9.14,20.05,3.1,6.31,6.46,11.87,10.1,16.68,3.63,4.81,7.59,8.61,11.87,11.39,4.27,2.78,9.09,4.17,14.43,4.17v2.57c-14.55,0-26.42-1.77-35.61-5.29-9.2-3.53-16.47-8.18-21.81-13.95-5.35-5.77-9.25-12.4-11.71-19.89-2.46-7.48-4.39-15.08-5.78-22.78-1.39-7.7-2.67-15.28-3.85-22.77-1.18-7.48-3.05-14.12-5.61-19.89-2.57-5.77-6.37-10.43-11.39-13.95-5.03-3.53-12.03-5.29-21.01-5.29-16.25,0-29.3-7.7-39.13-23.1-5.56-8.98-9.73-19.99-12.51-33.04v179.95h-25.34v-226.79h56.46c11.76,0,22.88.91,33.36,2.73,10.48,1.82,19.62,4.76,27.43,8.82,7.81,4.07,13.95,9.3,18.45,15.72s6.73,14.22,6.73,23.42c0,7.91-1.39,14.86-4.17,20.85-2.78,5.99-6.52,11.07-11.23,15.23-4.71,4.17-10.16,7.49-16.36,9.95-6.21,2.46-12.83,4.12-19.89,4.97ZM1593.92,979.74c0-9.19-1.72-16.84-5.13-22.94-3.42-6.09-7.91-11.01-13.47-14.75-5.56-3.74-12.03-6.42-19.41-8.02-7.38-1.6-14.92-2.41-22.61-2.41h-31.11v19.89c0,11.76,1.33,22.24,4.01,31.44,2.67,9.19,6.25,17.32,10.75,24.38,4.49,6.63,9.89,12.03,16.2,16.2,6.3,4.17,13.2,6.25,20.69,6.25h2.25c5.13-.21,9.99-1.39,14.6-3.53,4.6-2.14,8.61-5.24,12.03-9.3,3.42-4.06,6.15-9.19,8.18-15.4,2.03-6.2,3.05-13.47,3.05-21.81Z'/%3E%3Cpath class='st0' d='M1718.7,983.91c0-11.97,2.94-21.92,8.82-29.83,5.88-7.91,13.42-14.06,22.62-18.44,9.19-4.38,19.41-7.06,30.63-8.02,11.23-.96,22.18-.37,32.88,1.76,10.69,2.14,20.53,5.67,29.51,10.59,8.98,4.92,15.72,11.12,20.21,18.6v33.68c-8.13-16.46-17.59-29.29-28.39-38.49-10.8-9.19-21.76-15.5-32.88-18.93-11.12-3.42-21.92-4.33-32.4-2.73-10.48,1.6-19.36,4.97-26.63,10.11-6.2,4.06-10.48,9.25-12.83,15.56-2.35,6.31-1.71,13.31,1.93,21.01,3.63,7.7,10.75,15.93,21.33,24.7,10.58,8.77,25.71,17.75,45.39,26.95,8.77,3.85,17.27,7.91,25.5,12.19,8.23,4.28,15.5,9.25,21.81,14.92,6.31,5.67,11.39,12.09,15.24,19.25,3.85,7.17,5.77,15.45,5.77,24.86,0,8.77-1.66,16.47-4.97,23.1-3.32,6.63-7.86,12.3-13.63,17-9.2,7.06-20.26,11.55-33.2,13.47-12.94,1.93-26.3,1.5-40.1-1.28-13.79-2.78-27.16-7.86-40.1-15.24-12.94-7.38-23.9-16.84-32.88-28.39v-44.59c7.91,19.89,17.91,36.52,29.99,49.88,12.08,13.37,24.86,23.2,38.33,29.51,13.47,6.31,26.89,9.04,40.26,8.18,13.36-.85,25.07-5.56,35.12-14.12,5.34-4.49,8.77-9.78,10.27-15.88,1.5-6.1.21-12.83-3.85-20.21-4.06-7.38-11.38-15.23-21.97-23.58-10.58-8.34-25.18-16.79-43.78-25.34-8.56-3.85-16.89-7.97-25.02-12.35-8.13-4.38-15.4-9.35-21.81-14.92-6.42-5.56-11.55-11.82-15.4-18.77s-5.77-15.02-5.77-24.22Z'/%3E%3C/g%3E%3Cg%3E%3Cpath class='st1' d='M662.17,1304.6v-74.91h61.98v9.61h-51.49v21.54h45.63v9.61h-45.63v24.53h52.04v9.61h-62.54Z'/%3E%3Cpath class='st1' d='M871.88,1304.6h-7.85l-36.24-74.91h11.38l28.73,59.33,27.95-59.33h11.38l-35.36,74.91Z'/%3E%3Cpath class='st1' d='M1014.85,1304.6v-74.91h61.98v9.61h-51.49v21.54h45.63v9.61h-45.63v24.53h52.04v9.61h-62.54Z'/%3E%3Cpath class='st1' d='M1248.86,1304.6l-50.6-58.12v58.12h-10.61v-74.91h9.5c6.41,7.66,14.92,17.46,25.52,29.39,12.82,14.36,21.21,23.83,25.19,28.4v-57.78h10.61v74.91h-9.61Z'/%3E%3Cpath class='st1' d='M1406.52,1239.3v65.3h-10.61v-65.3h-28.73v-9.61h67.95v9.61h-28.62Z'/%3E%3Cpath class='st1' d='M1578.22,1305.37c-10.02,0-18.19-1.69-24.53-5.08-8.1-4.42-12.15-11.34-12.15-20.77v-4.86h10.72v4.53c0,11.05,8.69,16.57,26.08,16.57,6.33,0,11.49-.88,15.47-2.65,4.71-1.99,7.07-4.97,7.07-8.95,0-2.87-.74-4.97-2.21-6.3s-4.09-2.5-7.84-3.53c-2.21-.59-7.4-1.7-15.58-3.32-9.65-1.91-16.24-3.72-19.78-5.41-7.59-3.61-11.38-9.06-11.38-16.35,0-13.55,10.68-20.33,32.04-20.33s33.52,9.1,33.81,27.29h-10.39c-.52-7.81-2.8-12.74-6.85-14.81-3.61-1.92-9.13-2.87-16.57-2.87-14.29,0-21.44,3.58-21.44,10.72,0,3.39,1.7,5.93,5.08,7.62,2.8,1.33,7.7,2.58,14.7,3.76,13.7,2.28,22.91,4.75,27.62,7.4,6.26,3.54,9.39,8.99,9.39,16.35s-3.94,13-11.82,16.68c-5.97,2.87-13.11,4.31-21.44,4.31Z'/%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath class='st1' d='M1100.91,613.25c64.55,0,97.28-32.07,97.28-91.86v-147.62c3.73,14.92,9.92,26.44,18.56,34.58,8.64,8.13,18.13,15,28.47,20.59,10.34,5.59,20.76,10.77,31.27,15.51,10.5,4.75,19.49,11.36,26.95,19.83v-40.17c-17.29,0-32.54-1.1-45.76-3.31-13.22-2.2-24.24-6.36-33.05-12.46-8.82-6.1-15.43-14.66-19.83-25.68-4.41-11.01-6.61-25.17-6.61-42.46v-82.37h41.69c15.59,0,29.15.34,40.68,1.02,11.52.68,21.94,2.21,31.27,4.58,9.32,2.38,18.13,6.1,26.44,11.19,8.3,5.08,17.03,11.87,26.19,20.34v-40.68h-204.91v285.1c0,21.17-8.37,69.81-108.81,69.81-11.55,0-25.09,1.02-40.68,1.02h-62.54l191.18-356.43h-236.94v39.66c9.15-8.47,17.88-15.08,26.19-19.83,8.3-4.74,17.11-8.3,26.44-10.68,9.32-2.37,19.74-3.81,31.27-4.32,11.52-.51,25.08-.76,40.68-.76h64.57l-189.15,355.41h199.15Z'/%3E%3Cpath class='st1' d='M1100.91,615.05h-202.15l189.15-355.41h-61.58c-15.53,0-29.18.26-40.6.76-11.32.5-21.72,1.93-30.91,4.26-9.11,2.32-17.86,5.85-25.99,10.5-8.14,4.65-16.84,11.24-25.86,19.59l-3.02,2.79v-45.56h241.74l-191.18,356.43h59.54c8.34,0,15.95-.29,23.3-.57,6.17-.23,12-.45,17.38-.45,69.01,0,107.02-24.15,107.02-68.01V252.48h208.5v46.58l-3.02-2.79c-9.03-8.36-17.75-15.13-25.9-20.12-8.12-4.97-16.85-8.66-25.95-10.98-9.18-2.33-19.59-3.85-30.93-4.52-11.48-.67-25.13-1.01-40.57-1.01h-39.9v80.57c0,16.99,2.18,31.05,6.48,41.79,4.25,10.63,10.7,19,19.18,24.87,8.56,5.92,19.44,10.02,32.33,12.16,13.02,2.18,28.31,3.28,45.47,3.28h1.8v46.73l-3.14-3.57c-7.25-8.23-16.12-14.75-26.34-19.38-10.46-4.72-21.02-9.95-31.39-15.56-10.42-5.63-20.13-12.65-28.85-20.86-6.53-6.15-11.73-14.23-15.53-24.13v135.87c0,61.27-34.26,93.66-99.08,93.66ZM1032.88,611.45h68.03c63.36,0,95.49-30.3,95.49-90.07v-162.23l3.54,14.17c3.62,14.5,9.69,25.84,18.05,33.7,8.5,8,17.95,14.83,28.09,20.32,10.29,5.57,20.77,10.77,31.16,15.45,9.26,4.19,17.45,9.87,24.41,16.91v-33.82c-16.62-.08-31.51-1.19-44.26-3.33-13.42-2.23-24.78-6.52-33.78-12.75-9.08-6.28-15.96-15.19-20.47-26.49-4.47-11.16-6.74-25.67-6.74-43.12v-84.13h-35.05v283.3c0,26.74-14.37,71.6-110.61,71.6-5.31,0-11.11.22-17.24.45-.21.01-.41.02-.61.02ZM904.75,611.45h40.06l190.89-355.88h-232.14v33.8c8.15-7.24,16.04-13.07,23.5-17.33,8.42-4.81,17.46-8.46,26.89-10.86,9.42-2.39,20.07-3.86,31.64-4.38,11.46-.51,25.18-.76,40.76-.76h67.56l-189.15,355.41ZM1248.31,256.08c12.09.1,22.95.43,32.36.98,11.57.69,22.21,2.25,31.61,4.63,9.45,2.41,18.51,6.24,26.94,11.4,7.44,4.56,15.32,10.54,23.45,17.81v-34.81h-114.36Z'/%3E%3C/g%3E%3Cg%3E%3Cpath class='st1' d='M1338.53,592.91c-13.9,10.85-32.03,16.27-54.4,16.27h-107.5v4.07h184.79l11.69-75.25c-9.15,25.76-20.68,44.07-34.58,54.91Z'/%3E%3Cpath class='st1' d='M1362.95,615.05h-188.13v-7.66h109.3c21.86,0,39.79-5.34,53.3-15.89,13.56-10.58,24.99-28.78,33.99-54.09l3.47.88-11.93,76.77ZM1178.42,611.45h181.45l9.01-57.98c-8.19,18.37-17.99,32.08-29.25,40.86h0c-14.16,11.05-32.83,16.65-55.51,16.65h-105.71v.47Z'/%3E%3C/g%3E%3C/g%3E%3Cpath class='st1' d='M1338.83,814.84c7.59.66,15.16.38,22.59-1.38,3.64-.86,7.05-2.34,10.45-3.9,3.27-1.5,6.47-3.25,9.17-5.65,4.78-4.24,6.92-12.02,1.44-16.69-5.31-4.53-12.75-3.39-19.04-2.14-9.03,1.79-17.62,5.14-26.42,7.76-8.35,2.48-16.98,3.62-25.67,2.79-.71-.07-.81,1.1-.12,1.23,13.57,2.68,27.76-2.31,40.74-5.79,3.53-.95,7.07-1.83,10.67-2.48,3.74-.68,7.86-1.4,11.66-.82,3.03.46,6.46,2.35,6.59,5.81.12,3.48-2.95,6.06-5.63,7.7-5.88,3.59-12.7,5.16-19.5,5.84-6.63.66-13.31.68-19.93-.15-14.36-1.8-28.22-5.9-42.38-8.72-5.43-1.08-11.04-1.92-16.68-2.26,30.94-10.27,60.51-24.81,87.38-43.02,14.54-9.86,28.34-20.83,41.23-32.76,2.49-.96,5.01-1.83,7.47-2.87,3.32-1.41,6.56-2.99,9.85-4.45,6.7-2.96,13.54-5.71,20.49-8.04,6.86-2.29,13.85-3.98,21-5.04,6.77-1.01,14.14-1.64,20.92-.32,3.19.62,6.42,1.34,8.93,3.54,2.21,1.95,4.03,4.89,3.64,7.93-.74,5.83-7.09,9.04-12.11,10.57-12.25,3.74-25.73,2.67-38.26,1.14-13.4-1.63-28.06-4.3-41.32-.57-.74.21-.57,1.47.23,1.37,6.82-.92,13.61-1.35,20.48-.92,7.11.45,14.16,1.52,21.21,2.45,13.29,1.76,27.18,3.7,40.2-.71,5.26-1.78,10.77-5.09,12.7-10.6,2.14-6.09-.82-12.66-5.76-16.43-6.05-4.62-13.55-5.16-20.92-5.13-7.98.03-15.84,1.29-23.53,3.4-8.73,2.39-17.1,5.77-25.24,9.71-3.22,1.55-6.41,3.18-9.55,4.88,16.66-16.8,31.56-35.32,44.24-55.32,37.71-51.18,62.45-111.09,70.25-174.5,9.24-75.11-4.87-152.77-38.7-220.37-3.13-6.25-6.43-12.41-9.9-18.45-21.25-44.22-51.32-84.53-89.02-116.07-18.98-15.88-39.88-29.41-62.23-40.05-25.38-12.08-52.37-20.31-79.96-25.52-25.21-4.76-50.91-6.68-76.55-7.01-17.27-.87-34.58-.46-51.73,1.38-.34.04-.68.08-1.02.12-13.2.34-25.29.83-30.03,1.41-3.38.11-6.77.21-10.16.32-20.01.64-40.01.86-60.02-.06-10.22-.47-20.44-1.37-30.62-2.46-8.72-.93-18.75-3.55-27,.61-7.15,3.61-10.46,12.12-5.81,19.09,5.02,7.53,14.3,8.54,22.59,8.02,4.55-.29,9.08-.76,13.61-1.33-4.31,1.74-8.6,3.55-12.85,5.46-21.92,9.86-42.9,21.67-62.59,35.39-.22-.12-.49-.14-.73.05-1.84,1.51-3.7,2.99-5.56,4.47-4.27,3.11-8.49,6.28-12.63,9.57-6.15,4.9-12.13,10.01-17.94,15.28-7.35,6.26-14.65,12.58-21.89,18.94-18.79,16.51-37.57,33.01-56.36,49.52-4.7,4.13-9.36,8.28-14.04,12.42-4.39,3.89-8.69,7.96-13.55,11.27-4.21,2.88-9.32,5.57-14.57,5.26-3.98-.23-8.15-1.95-10.8-5-6.33-7.27,2.27-16.61,7.23-21.74,7.89-8.18,16.42-15.79,25.43-22.73,10.01-7.72,20.64-14.67,31.77-20.68,5.66-3.06,11.45-5.87,17.36-8.42,5.95-2.57,12.12-4.57,18.07-7.15,1.14-.49.65-2.06-.57-1.83-6.06,1.14-11.93,3.33-17.71,5.46-5.52,2.04-10.96,4.3-16.31,6.76-10.91,5.02-21.45,10.85-31.42,17.55-10.04,6.76-19.49,14.33-28.27,22.66-6.88,6.52-16.29,15.01-15.14,25.53,1.14,10.47,11.38,16.31,21.24,15.85,12.35-.57,21.72-9.61,30.48-17.31,16.05-14.13,32.04-28.31,48.04-42.5-.93,1.18-1.89,2.33-2.81,3.52-17.39,22.48-32.33,46.85-44.45,72.55-12.11,25.68-21.44,52.71-27.8,80.38-.12.54-.22,1.08-.35,1.62-7.71,29.14-11.7,59.26-11.61,89.35.19,60.52,16.78,120.11,47.7,172.12,22.37,37.61,51.92,70.92,86.65,97.52,39.65,39.32,87.29,70.4,141.07,86.52,21.18,6.35,42.89,10.3,64.82,12.54,15.08,2.19,30.29,3.51,45.51,4.04,27.08.94,54.24-.37,81.03-4.49,14.27-2.2,28.42-5.34,42.34-9.32,10.5-.18,20.98,1.62,31.24,4.18,14.97,3.72,29.61,8.96,45.06,10.32ZM1350.33,749.2c2.61-5.47,4.29-11.47,5.32-17.42,2.37-13.64,1.9-27.6,4.3-41.23.96-5.48,2.39-12.87,7.87-15.72,5.33-2.77,10.87,1.88,12.65,6.8,2.25,6.21.65,13.31-.82,19.53-1.42,6.04-3.37,11.99-5.83,17.69-3.87,8.97-9.07,17.04-14.94,24.69-2.82,1.93-5.68,3.81-8.55,5.67ZM1525.95,452.97c-1.57,30.72-7.18,60.95-16.4,90.02,9.3-45.99,13.59-93.08,11.39-139.91-1.36-28.94-5.37-57.78-12.28-85.88,13.68,43.76,19.63,89.94,17.28,135.77ZM1228.77,58.64c27.95,3.73,55.48,10.11,81.8,20.31,23.8,9.23,46.22,21.61,66.74,36.8,35.61,26.38,64.96,60.63,87.38,98.79-32.71-47.18-76.03-86.37-126.73-114.25-38.93-21.41-82.15-36.56-126.48-43.56,5.77.53,11.54,1.14,17.29,1.91ZM965.24,73.03c-2.51-1.95-4.66-5.34-3.77-8.63.86-3.2,3.93-5.34,6.96-6.27,4.09-1.26,8.54-.79,12.72-.4,4.66.43,9.33.84,14,1.19,9.24.68,18.49,1.1,27.74,1.48,11.83.47,23.67.58,35.5.36-3.38.59-6.75,1.21-10.09,1.97-7.72,1.75-15.37,3.83-22.96,6.08-4.88,1.45-9.71,3.05-14.52,4.71-6.69.97-13.41,1.7-20.15,2.13-4.59.3-9.23.66-13.83.55-3.99-.09-8.36-.65-11.6-3.17ZM946.42,114.69c-5.91,9.75-9.27,21.76-14.14,31.39-2.05,4.04-4.39,7.94-7.3,11.42-2.43,2.9-9.12,9.6-11.62,3.19-1.98-5.09,2.51-10.94,5.1-14.96,3.32-5.15,7.04-10.04,11.07-14.65,5.14-5.87,10.83-11.35,16.88-16.38ZM890.68,153.98c13.08-11.7,27.06-22.36,41.68-32.07-1.53,1.43-3.03,2.89-4.49,4.41-4.57,4.75-8.77,9.85-12.58,15.23-3.5,4.95-8.03,10.62-8.11,16.96-.07,5.66,4.46,11.07,10.4,10.38,5.9-.68,10.13-6.05,13.31-10.59,6.03-8.61,9.6-18.59,13.68-28.2,3.6-8.45,7.56-16.7,13.29-23.79,2.88-1.62,5.78-3.21,8.7-4.76,13.57-7.17,27.55-13.36,41.82-18.97,14.39-5.66,29.02-10.11,43.82-14.55,15.46-4.64,31.29-7.82,47.29-9.89.64-.06,1.28-.13,1.93-.19.22-.02.45-.04.67-.06,3.89-.35,7.77-.68,11.66-.98,67.97-4.7,136.47,7.09,198.42,36.02,67.26,31.41,124.97,82.16,162.36,146.51,7.84,13.49,14.81,27.46,20.91,41.79,11.26,32.39,18.28,66.22,21.47,100.5,5.59,60.15-.44,121.01-14.07,179.73-.16.71-.34,1.41-.5,2.11-3.43,8.95-7.2,17.78-11.32,26.46.91-2.93,1.74-5.89,2.44-8.85,2.8-11.81,2.91-24.95-4.43-35.21-6.3-8.81-17.26-14.02-27.9-10.1-12.06,4.44-18.51,16.52-20.48,28.58-1.91,11.7-1.78,23.83-2.41,35.65-1.23,23.18-3.64,46.44-13.28,67.85-2.26,5.02-4.95,10.13-8.43,14.42-.59.73.49,1.73,1.09.99,6.85-8.42,12.74-17.09,16.24-27.48,3.51-10.44,5.43-21.36,6.65-32.29,1.26-11.25,1.79-22.56,2.35-33.87.59-11.99.54-24.99,6.3-35.88,5.06-9.56,16.43-16.82,26.84-10.75,9.31,5.43,12.52,16.69,11.7,26.82-.97,11.92-6.04,23.64-10.66,34.54-4.54,10.7-9.65,21.17-15.35,31.3-7.94,14.11-17.03,27.55-27.07,40.27-19.14,22.06-40.77,42.05-64.32,59.4,2.33-3.53,4.45-7.19,6.33-10.92,3.04-6.05,5.52-12.4,7.32-18.94,1.85-6.74,3.63-14.18,2.63-21.19-.89-6.29-4.35-12.12-10.5-14.46-5.82-2.22-11.71.2-15.2,5.15-3.88,5.51-5.14,12.58-6.13,19.1-1.19,7.82-1.66,15.72-2.46,23.59-.78,7.73-1.97,15.45-4.23,22.9-1.1,3.64-2.55,7.23-4.13,10.69-.4.87-.83,1.77-1.27,2.67-16.74,10.25-34.25,19.2-52.35,26.7-6.15,2.55-12.36,5.45-18.65,7.84-12.1,3.99-24.41,7.39-36.88,10.16-9.32,2.07-18.67,3.88-28.06,5.41-21.01.81-42.2-.5-62.89-3.3-34.94-4.73-69.55-12.89-103.52-22.27-32.79-9.06-65.15-20.16-95.57-35.51-17.45-8.8-34-19.17-49.56-30.84-42.21-40.97-76.69-90.82-100.12-144.75-12.82-29.52-22.74-62.45-28.29-95.87,1.5,1.21,3.21,2.25,5.15,3.08,14.76,6.32,26.99-7.18,32.1-19.67,5.81-14.21,7.74-29.99,8.19-45.23.47-15.83-.86-31.6-2.3-47.35-2.63-28.72-5.09-58.63,4.22-86.49,2.16-6.48,4.94-13.5,8.73-19.21.76-1.15-1.13-2.13-1.89-1-1.94,2.93-4.11,5.66-5.8,8.76-1.66,3.03-3.12,6.17-4.43,9.37-2.54,6.24-4.52,12.71-5.87,19.32-2.81,13.76-3.5,27.91-3.26,41.92.5,29.95,6.17,60.05,2.65,89.99-.87,7.38-2.3,14.7-4.43,21.82-2.05,6.84-5.06,13.66-10.34,18.64-4.8,4.54-11.59,5.86-17.18,1.85-4.58-3.29-6.96-8.41-8.09-13.77-.33-2.82-.64-5.63-.9-8.45-.28-6.33-.02-12.73.25-19.04.29-6.78.71-13.56,1.27-20.32,1.15-13.68,3.11-27.29,5.78-40.75,5.3-26.78,13.48-52.98,24.35-78.01,2.84-6.53,5.86-12.99,9.04-19.38.98-1.68,1.94-3.37,2.95-5.03.25-.41.29-.81.23-1.17,8.23-15.81,17.52-31.08,27.89-45.56,16.2-22.62,34.87-43.4,55.6-61.94ZM815.55,628.28c-31.58-46.88-51.22-101.17-56.24-157.47,4.49,25.46,12.71,50.07,22.85,77.32,18.91,50.82,47.71,98.16,83.35,139.1-18.73-17.7-35.51-37.51-49.95-58.96ZM1147.02,808.47c-31.68-.02-63.04-2.84-94.02-9.55-30.01-6.49-58.99-17.07-85.81-32.06-19.24-10.75-37.24-23.72-53.97-38.1,3.15,1.98,6.32,3.9,9.54,5.77,29.52,17.18,61.31,29.95,93.9,40.03,33.88,10.48,68.68,18.9,103.6,25.08,22.58,4,45.87,6.65,69.11,6.96-3.36.41-6.73.8-10.1,1.13-10.75.44-21.51.73-32.24.73Z'/%3E%3C/svg%3E"); */
    /* background: url("Logos/zillners-events.svg"); */
    mask-image: url("Logos/zillners-events_logo.svg");
    mask-repeat: no-repeat;
    mask-position: center;
    background-color: var(--ze-primary-text-color);
}

.smallLogo {
    width: 12rem;
    height: 6rem;
    mask-image: url("Logos/zillners-events_logo_small.svg");
    mask-repeat: no-repeat;
    mask-position: center;
    background-color: var(--ze-secondary-text-color);
    /* Normaler weiße würde 'justify-self' reichen, aber auch dem iPhone braucht man stattdessen 'margin-inline' */
    justify-self: center;
    margin-inline: auto;
}

.ze-btn {
    padding: 10px 50px;
    background: transparent;
    border: 2px solid var(--ze-primary-text-color);
    font-family: 'Quattrocento';
    font-size: 18px;
    /* font-weight: 500; */
    color: var(--ze-primary-text-color);
    cursor: pointer;
    text-decoration: none;
    transition: background-color .4s,
                color .4s,
                box-shadow .8s;
}

.ze-btn:hover {
    box-shadow: 0px 0px 80px 10px var(--ze-primary-text-color);
    background-color: var(--ze-primary-text-color);
    color: black;
}

.ze-btn:focus {
    
}

.ze-slogan {
    /* width: 100%; */
    /* height: fit-content; */
    text-align: center;
    font-size: clamp(26px, 10vw, 3rem);
    font-style: italic;
    /* margin-top: 8rem; */
    margin: auto 0 4rem 0;
}

/* Wenn Impressum in der "Mitte" stehen soll, muss bei agb 'margin-right: 3rem' stehen, aber dann sieht es auf einem kleineren Bilschirm kacke aus */
.footer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    column-gap: 4rem;
    height: 4rem;
    background-color: var(--ze-primary-bg-color);
    color: var(--ze-secondary-text-color);
    border-top: 1px solid var(--ze-secondary-text-color);

    & > a {
        text-decoration: none;
        transition: text-decoration 1s;

        &:link, &:visited {
            color: inherit;
        }

        &:hover::after {
            width: 100%;
        }

        &::after {
            content: '';
            display: block;
            position: relative;
            width: 0px;
            height: 2px;
            background-color: var(--ze-secondary-text-color);
            transition: .3s;
        }
    }
}