/********************Body**********************/

body {
    margin: 0;
    min-height: 100vh;
    font-family: 'Source Sans Pro', sans-serif;
}


/********************Header**********************/

.header {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    background-color: #134074;
    font-family: 'Kumbh Sans', sans-serif;
    height: fit-content;
}

.header strong {
    color: black;
}

.header-box {
    width: 80%;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
}

.header-logo {
    height: 80px;
    width: auto;
    margin: 0px 10px 0px 0px;
}

.header-headline {
    margin: 10px 10px 10px 0px;
    font-size: 2em;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}

.header-box-box {
    width: fit-content;
    display: flex;
    margin: 20px 0px 20px 0px;
}


.header-nav-link {
    margin: 25px 50px 25px 0px;
    color: white;
}

.header-nav-link:hover {
    color: #a4a4a4;
    box-shadow: 0px 2px 0px 0px #3a84df;
}

.header-box-right {
    height: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
}

.header-language-select {
    height: auto;
    padding: 3px;
    border-style: solid;
}

.header-box-right a {
    margin: 0px 0px 0px 15px;
}

.header-line {
    height: 2px;
    width: 100%;
    background-color: #d1a367;
    margin: 10px 0px 10px 0px;
}

.hamburg {
    display: none;
}

@media only screen and (max-width: 1150px) and (min-width: 150px) {
    .header-box {
        flex-direction: row-reverse;
    }

.header-box-box {
    margin: 0px;
}
    .header-box-box {
        display: none;
    }
    .header-box-active {
        display: flex;
        width: 100%;
    }
    .header-headline {
        font-size: 1.5rem;
    }
    .mobile-menu {
        margin: 0px 0px 10px 20px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-self: flex-start;
    }
    .hamburg {
        display: grid;
        height: 40px;
        transition: border-radius .5s;
    }
    .line {
        position: sticky;
        /* right: 16px; */
        height: 4px;
        width: 23px;
        background: black;
        display: block;
        transition: .5s;
        transform-origin: center;
    }
    .header-logo {
        height: 60px;
        width: auto;
        margin: 0px 10px 0px 0px;
    }
    .header-box-left {
        height: fit-content;
        width: 100%;
        display: block;
    }
    .header-nav-link {
        display: block;
    }
}


/********************Basic**********************/

h1 {
    margin: 0px;
    color: #4c4c4c;
}

h2 {
    margin: 30px 0px;
    color: #848484;
    line-height: normal;
}

h3 {
    margin: 7px 0px;
    color: #444444;
}

p {
    color: #9e9e9e;
}

a {
    text-decoration: none;
    color: black;
}

p a {
    font-size: unset;
    text-decoration: underline;
    color: #565656;
}

summary {
    margin: 20px 0px;
    color: #10305c;
    font-size: 1.5em;
    font-weight: bold;
}

.gold-line {
    width: 100px;
    margin: 50px 0px;
    height: 3px;
    background-color: #c39860;
}

.gold-line-full {
    height: 3px;
    width: 100%;
    background-color: #c39860;
    margin: 30px 0px;
}

.succsessmsg {
    background-color: #44ff00de;
    padding: 5px;
    width: calc(100% - 10px);
    text-align: center;
    margin: 5px 0px;
}

.errormsg {
    background-color: #ff4100de;
    padding: 5px;
    width: calc(100% - 10px);
    text-align: center;
    margin: 5px 0px;
}

/********************buttons**********************/

.default-button-lightgold {
    height: 40px;
    width: fit-content;
    padding: 0 20px;
    background-color: #d0b48f;
    color: white;
    border: none;
    margin: 10px 0px 10px 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}

.default-button {
    height: 40px;
    width: 100%;
    padding: 0 20px;
    background-color: #222222;
    color: white;
    border: none;
    margin: 10px 0px 10px 0px;
    text-align: center;
}

.default-button-gold:hover {
    background-color: #dba55f;
}

.default-button-grey {
    height: 40px;
    width: fit-content;
    padding: 0 20px;
    background-color: #696262;
    color: white;
    border: none;
    margin: 10px 0px 10px 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}


/********************Inputs**********************/

.default-input {
    width: 240px;
    height: 30px;
    margin: 5px;
    padding-left: 10px;
    border-color: #d1a367;
    border-width: 1px;
    border-style: solid;
}

.default-input-large {
    width: 240px;
    height: 36px;
    margin: 5px;
    padding-left: 20px;
    border-color: #d1a367;
    border-width: 1px;
    border-style: solid;
}

input[type="checkbox"] {
    height: auto;
    width: auto;
}

input[type="search"] {
    height: 40px;
    border-width: 1px;
}


/********************textarea**********************/

textarea {
    width: calc(100% - 15px);
    height: 120px;
    color: black;
    border-color: #ffffff;
    border-style: solid;
    padding: 3px 3px 3px 10px;
    margin: 3px 0px;
    border-width: 1px;
}



/********************Slider**********************/

.slider-box {
    width: 100%;
    margin: 0px;
    display: none;
}

.slider-img {
    width: 100%;
    margin: 0px;
    object-fit: cover;
}

#slider {
    position: relative;
    margin: 0;
    background: none;
    border: none;
    background-color: black;
}

#slider figure {
    position: absolute;
    display: inline-block;
    top: 0;
    z-index: 1;
    opacity:0; 
    animation-name: wechseln; 
    animation-duration: 24s; 
    animation-iteration-count: infinite; 
    margin: 0px;
    width: 100%;
}

#slider figure:last-of-type {
    position: relative;
}

#slider>figure figcaption {
    position: absolute;
    left: 1em;
    font-size: 2em;
    font-weight: bold;
    bottom: 0.5em;
    z-index: 2;
    color: white;
}

@keyframes wechseln {
    0% {
        opacity: 0;
    }
    4.167% {
        opacity: 1;
    }
    16.67% {
        opacity: 1;
    }
    20.83% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

#slider figure:nth-child(1) {
    animation-delay: 0s;
}

#slider figure:nth-child(2) {
    animation-delay: 4s;
}

#slider figure:nth-child(3) {
    animation-delay: 8s;
}

#slider figure:nth-child(4) {
    animation-delay: 12s;
}

#slider figure:nth-child(5) {
    animation-delay: 16s;
}

#slider figure:nth-child(6) {
    animation-delay: 20s;
}


/********************Content**********************/

.content {
    grid-column: main;
    font-family: 'Kumbh Sans', sans-serif;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    hyphens: auto;
    overflow-wrap: break-word;
}

.content-box {
    width: 90%;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}

.content-overview-box {
    width: 95%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}


/********************Cookies**********************/

.cookies {
    width: 100%;
    height: 100px;
    background-color: #0000003d;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.cookies-box {
    width: 90%;
    max-width: 500px;
    height: 100px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}


/****************Home******************/

.home {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    align-content: center;
}

.home-logo {
    width: 30%;
    min-width: 250px;
    align-self: center;
    margin: 30px;
}

.home-img {
    width: 100%;
}

.home-info {
    text-align: center;
    margin: 5vh auto;
    width: 100%;
    max-width: 500px;
}

.home-services {
    text-align: center;
    margin: 10vh 0px;
}

.home-services-container {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    align-content: center;
}

.home-service {
    width: calc(30% - 40px);
    min-width: 270px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    align-content: center;
}

.home-service img {
    height: 40px;
    width: 40px;
    margin: 10px;
}



.home-events {
    text-align: center;
    margin: 10vh 0px;
}

.home-event-container {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    align-content: center;
}


.home-event {
    width: calc(30% - 40px);
    min-width: 270px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    align-content: center;
}


.home-text {
    width: 80%;
    max-width: 1200px;
    padding: 40px 0px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
    align-content: flex-start;
    text-align: start;
}


.home-description {
    width: 95%;
    max-width: 1200px;
    padding: 40px 0px;
    text-align: start;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
}

.home-description p {
    line-height: 1.3;
    text-align: start;
}

.patron-container {
    height: fit-content;
    width: 100%;
    padding: 60px 0px;
    background-color: #c39860;
    display: flex;
    color: white;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
    align-content: center;
}

.patron-picture {
    width: 50%;
    min-width: 300px;
    max-width: 500px;
    margin: 0px 30px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    align-content: center;
    text-align: center;
}

.patron-picture img {
    min-width: 300px;
    height: auto;
    background-color: white;
}

.patron-quote {
    width: 50%;
    min-width: 300px;
    text-align: left;
    color: white;
}

.sponsor-container {
    width: 100%;
    background-color: #dbdbdb;
    height: fit-content;
    padding: 50px 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    align-content: center;
}

.sponsor-container img {
    height: 200px;
    width: 200px;
}



/***********contact*************/

.contact {
    padding: 40px 0px;
    width: 100%;
}

.contact-box {
    width: calc(100% - 60px);
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    background-color: #F5F5F5;
    padding: 50px 30px;
}

.contact-form {
    width: 100%;
    min-width: 300px;
    max-width: 400px;
    height: fit-content;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
}

.contact-form p {
    margin: 5px 0px 0px 7px;
    width: calc(100% - 40px);
}

.contact-input {
    color: black;
    border-color: #ffffff;
    border-style: solid;
    padding: 3px 3px 3px 21px;
    width: calc(100% - 26px);
    margin: 3px 0px;
    height: 30px;
    border-width: 1px;
}

input[type="search"].contact-input {
    height: 40px;
    border-width: 1px;
    width: 400px;
}

.contact-checkbox {
    margin: 7px 5px 0px 0px;
}

.contact-checkbox-txt {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
}


/***********FAQ*************/

.faq {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.faq-box {
    width: 100%;
    margin: 20px 0px;
}

.faq-box summary {
    padding: 5px;
    cursor: pointer;
}

.faq-box div {
    margin: 10px 0px 20px 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
}

.faq-box p {
    color: #565656;
    font-size: medium;
    margin: 0px;
}

.faq-box a {
    color: #565656;
    font-size: medium;
    margin: 0px 3px;
    text-decoration: underline;
}

details[open] summary~* {
    animation: sweep .5s linear;
}

@keyframes sweep {
    0% {
        opacity: 0;
        margin-top: 0px
    }
    100% {
        opacity: 1;
        margin-top: 10px
    }
}


/****************media******************/

.media {
    margin: 40px 0px;
    width: 80%;
    max-width: 1200px;
    text-align: justify;
}

.media h2 {
    color: #10305c;
}

.media p {
    color: black;
}

.media a {
    color: black;
}

.media li {
    margin: 10px 0px;
}

/****************imprint******************/

.imprint {
    margin: 40px 0px;
    width: 80%;
    max-width: 1200px;
    text-align: justify;
}


/****************privacy******************/

.privacy {
    margin: 40px 0px;
    width: 80%;
    max-width: 1200px;
    text-align: justify;
}


/********************footer**********************/

.footer {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    background-color: #181818;
    color: #F5F5F5;
    padding: 30px 5px 0px 5px;
}

.footer a {
    color: #F5F5F5;
}

.footer p {
    color: #F5F5F5;
    width: 90%;
    text-align: center;
}


.footer-link {
    background-color: silver;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    align-content: center;
}


.footer-link-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.footer-box-link {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    margin: 5px 10px;
}

@media only screen and (max-width: 600px) and (min-width: 150px) {
    
    .footer-link-outbox {
        justify-content: center;
    }
}

