@font-face {
    font-family: "Assistant";
    src: local("Assistant"),
        url(Assistant.ttf) format("truetype");
}

:root {
    --font-headline: #3C3C3B;
    --font-text: #414141;
    --font-dark: #000000;
    --background-green: #A1CBA6;
    --background-light: #F7F8F3;
    --gold-dark: #B48811;
    --gold-light: #EBD197;
    font-family: "Assistant", sans-serif;
    font-optical-sizing: auto;
}

html,
body {
    width: 100%;
    height: 100%;
    background-color: var(--background-light);
    /* margin: 0; */
    /* overflow-x: hidden; */
}


.nav {
    width: 100%;
    height: 100px;
}

/* .nav-icon {
    width: 110px;
    height: 100px;
    float: left;
} */

.nav-icon img {
    width: 100px;
    margin-top: 5px;
    margin-left: 10px;
}

.nav-buttons {
    float: left;
    /*- 110px*/
    width: calc(100%);
    height: 100px;
    text-align: center;
}

.nav-button {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    width: 140px;
    /*20px*/
    margin-left: 30px;
    margin-top: 35px;
    background: rgb(180, 136, 17);
    background: linear-gradient(90deg, var(--gold-dark) 0%, var(--gold-light)50%, var(--gold-dark) 100%);
    border-radius: 10px;
    filter: drop-shadow(#808080 0px 0px 3px);
}

.nav-button a {
    color: var(--font-text);
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
}

@media only screen and (max-width: 985px) {
    .nav {
        height: 120px;
    }

    .nav-button {
        margin-top: 15px;
        height: 25px;
        line-height: 25px;
    }

    .nav-button a {
        font-size: 16px;
        font-weight: 600;
    }
}

.page {
    width: 100%;
    height: 100vh;
}

.content {
    width: 100%;
    min-height: 700px;
    height: 100vh;
    background: rgb(180, 136, 17);
    background: linear-gradient(180deg, rgba(180, 136, 17, 0.01) 0%, rgba(235, 209, 151, 0.2) 50%, rgba(180, 136, 17, 0.01) 100%);
}

.bigcircle {
    width: 250px;
    height: 250px;
    border-radius: 150px;
    background: #EBD197;
    background: linear-gradient(90deg, rgba(180, 136, 17, 0.5) 0%, rgba(235, 209, 151, 0.7) 50%, rgba(180, 136, 17, 0.5) 100%);
    opacity: 1;
    position: absolute;
    z-index: 1;
    margin-left: 300px;
    margin-top: -50px;
}

.bigcircle img {
    width: 250px;
    height: 250px;
}

.content .left {
    width: 40%;
    height: 530px;
    float: left;
    margin: auto;
    margin-top: 30px;
}

.content .left img {
    width: 300px;
    float: right;
    margin-right: 20px;
    margin-top: 40px;
    border-radius: 10px;
    filter: drop-shadow(#808080 0px 0px 5px);
}

.content .right2 {
    width: 40%;
    height: 100%;
    float: left;
    /* margin-top: -100px; */
}

.content .right3 {
    width: 60%;
    /* height: 100%; */
    float: left;
    text-align: center;
    /* margin-top: -100px; */
}

.content .right2 img {
    width: 300px;
    float: left;
    margin-left: 20px;
    margin-top: 80px;
    border-radius: 10px;
    filter: drop-shadow(#808080 0px 0px 5px);
}

.content .left3 img {
    width: 300px;
    float: right;
    margin-right: 20px;
    margin-top: 80px;
    border-radius: 10px;
    filter: drop-shadow(#808080 0px 0px 5px);
}

.content .right {
    width: 60%;
    max-width: 665px;
    height: 530px;
    float: left;
    text-align: center;
    margin-top: 30px;
}

.content .left2 {
    width: 60%;
    max-width: 1085px;
    height: 100%;
    float: left;
    text-align: center;
    /* margin-top: -100px; */
}

.left-special {
    width: 100%;
    max-width: 655px;
    float: right;
}

.right-special {
    width: 100%;
    max-width: 655px;
    float: left;
}

.content .left3 {
    width: 40%;
    max-width: 985px;
    height: 530px;
    float: left;
    text-align: center;
    margin-top: 70px;
}

.spacer1 {
    height: 50px;
}

.spacer2 {
    height: 40px;
}

.spacer3 {
    height: 135px;
}

h1 {
    color: var(--font-headline);
    font-size: 35px;
    margin: 0 auto;
}

h2 {
    color: var(--font-headline);
    font-size: 21px;
    margin: 0 auto;
    margin-top: 10px;
}

h3 {
    color: var(--font-headline);
    font-size: 20px;
    font-weight: 600;
    margin: 0 auto;
}

h4 {
    margin: 0 auto;
    padding-bottom: 5px;
    font-size: 18px;
    color: #000000;
}

.gradienttext {
    background-color: #f3ec78;
    background-image: linear-gradient(90deg, rgba(180, 136, 17, 1) 20%, rgb(231, 196, 121) 50%, rgba(180, 136, 17, 1) 80%);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
}

.green {
    background: linear-gradient(180deg, rgba(180, 136, 17, 0.01) 0%, rgba(235, 209, 151, 0.2) 50%, rgba(180, 136, 17, 0.01) 100%);
    background-color: #A1CBA6;
    /* background: rgb(180, 136, 17); */
}

ul {
    text-align: left;
    margin: 0 auto;
    margin-top: 35px;
    width: 80%;
    position: relative;
    z-index: 10;
}

li {
    padding-bottom: 20px;
    color: var(--font-text);
    font-size: 20px;
    font-weight: 500;
}


.calltoaction {
    margin: 0 auto;
    width: 300px;
    height: 40px;
    line-height: 40px;
    background: rgb(180, 136, 17);
    background: linear-gradient(90deg, var(--gold-dark) 0%, var(--gold-light)50%, var(--gold-dark) 100%);
    border-radius: 10px;
    filter: drop-shadow(#808080 0px 0px 3px);
    font-size: 20px;
    font-weight: 500;
    margin-top: 20px;
}

p {
    margin: 0 auto;
    margin-top: 20px;
    text-align: left;
    width: 90%;
    font-size: 19px;
    color: var(--font-text);
    font-weight: 600;
}


.themen {
    width: 100%;
    text-align: center;
}

.uneven {
    background: linear-gradient(180deg, rgba(180, 136, 17, 0.01) 0%, rgba(235, 209, 151, 0.2) 50%, rgba(180, 136, 17, 0.01) 100%);
    background-color: var(--background-green);
    width: 100%;
    height: 150px;
}

.even {
    background: rgb(180, 136, 17);
    background: linear-gradient(180deg, rgba(180, 136, 17, 0.01) 0%, rgba(235, 209, 151, 0.2) 50%, rgba(180, 136, 17, 0.01) 100%);
    width: 100%;
    height: 150px;
}

.special {
    height: 260px;
}

.topic-spacer {
    height: 30px;
}

.intro {
    width: 60%;
    max-width: 1085px;
    float: left;
    margin-top: 70px;
}

.intro-moved {
    width: 100%;
    max-width: 555px;
    float: right;
}

.intro2 {
    width: 40%;
    max-width: 500px;
    float: left;
    /* position: absolute; */
    /* left: 40%; */
}

.intro2 img {
    width: 400px;
    border-radius: 10px;
    filter: drop-shadow(#808080 0px 0px 5px);
    margin-top: 20px;
    margin-left: 20px;
}


.golden {
    color: #000000;
    background-color: #000000;
    background-image: linear-gradient(90deg, rgba(119, 90, 10, 1) 20%, rgba(201, 167, 93, 0.945) 50%, rgba(119, 90, 10, 1) 80%);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    text-shadow: #00000005 1px 1px;
    
}

.offen {
    min-height: 620px;
    height: 620px;
}

.angebot {
    min-height: 200px;
    height: 850px;
}

.below {
    width: 100%;
    height: 250px;
    float: left;
    text-align: center;
}

.top {
    height: 630px;
}


@media only screen and (max-width: 985px) {

    .even {
        height: 160px;
    }

    .uneven {
        height: 160px;
    }

    .special {
        height: 190px;
        /* margin-top: -20px; */
    }

    .intro2 {
        height: 0px;
        width: 0px;
        opacity: 0;
    }

    .intro {
        width: 100%;
        margin-top: 40px;
    }

    .intro-moved {
        width: 100%;
        margin: 0 auto;
        float: none;
    }


    .nav-buttons {
        margin-left: -15px;
    }

    .bigcircle {
        opacity: 0;
    }

    .content {
        height: 1150px;
        width: 100%;
    }

    .ausgangslage {
        height: auto;
    }

    .kooperation {
        min-height: 200px;
        height: 530px;
    }


    .offen {
        min-height: 400px;
        height: 400px;
    }

    .left-special {
        margin: 0 auto;
        width: 700px;
        float: none;
    }


    .right-special {
        margin: 0 auto;
        width: 700px;
        float: none;
    }



    @media only screen and (max-width: 750px) {
        .left-special {
            width: 100%;
        }

        .right-special {
            width: 100%;
        }

        .kooperation {
            min-height: 200px;
            height: 500px;
        }
    }


    .content .left {
        width: 100%;
        height: 500px;
        float: left;
    }

    .content .left img {
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .content .right {
        max-width: 1085px;
        width: 100%;
        height: 500px;
        float: left;
    }

    .content .right2 {
        width: 100%;
        height: 500px;
        float: right;
        margin-top: 0px;
        display: none;
        height: 0px;
    }

    .content .left2 {
        width: 100%;
        float: left;
        margin-top: 0px;
    }


    .content .left3 {
        height: 0px;
        width: 0px;
        opacity: 0;
    }

    .content .right3 {
        width: 100%;
        float: none;
        margin: 0 auto;
    }

    p {
        text-align: center;
    }

    .content .right2 img {
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .spacer1 {
        height: 0px;
    }

    .spacer2 {
        height: 20px;
    }

    .spacer3 {
        height: 40px;
    }

    ul {
        margin-top: 20px;
    }

    h1 {
        color: var(--font-headline);
        font-size: 35px;
        z-index: 1;
    }

    h2 {
        color: var(--font-headline);
        font-size: 19px;
    }

    h3 {
        font-size: 19.5px;
    }

    .calltoaction {
        font-size: 18px;
    }


    @media only screen and (max-width: 560px) {
        .page {
            width: 393px;
        }
        .content {
            height: 1220px;
        }

        .ausgangslage {
            height: 950px;
        }

        .kooperation {
            height: 700px;
        }

        .spacer3 {
            height: 10px;
        }

        .offen {
            min-height: 450px;
            height: 450px;
        }
    }

}







#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;

    -webkit-animation: spin 2s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */
    z-index: 1001;
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e74c3c;

    -webkit-animation: spin 3s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f9c922;

    -webkit-animation: spin 1.5s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 1.5s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);
        /* IE 9 */
        transform: rotate(0deg);
        /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);
        /* IE 9 */
        transform: rotate(360deg);
        /* Firefox 16+, IE 10+, Opera */
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);
        /* IE 9 */
        transform: rotate(0deg);
        /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);
        /* IE 9 */
        transform: rotate(360deg);
        /* Firefox 16+, IE 10+, Opera */
    }
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--background-dark);
    z-index: 1000;
}

#loading-msg {
    margin: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: wheat;
}

.loaded #loader {
    opacity: 0;

    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;

}

.loaded #loader-wrapper {
    visibility: hidden;

    opacity: 0;

    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}