/*FONTS */

/* saira-300 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Saira';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/saira-v14-latin-300.eot'); /* IE9 Compat Modes */
    src: url('../fonts/saira-v14-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/saira-v14-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/saira-v14-latin-300.woff') format('woff'), /* Modern Browsers */ url('../fonts/saira-v14-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/saira-v14-latin-300.svg#Saira') format('svg'); /* Legacy iOS */
}

/* saira-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Saira';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/saira-v14-latin-regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/saira-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/saira-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/saira-v14-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/saira-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/saira-v14-latin-regular.svg#Saira') format('svg'); /* Legacy iOS */
}

/* saira-500 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Saira';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/saira-v14-latin-500.eot'); /* IE9 Compat Modes */
    src: url('../fonts/saira-v14-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/saira-v14-latin-500.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/saira-v14-latin-500.woff') format('woff'), /* Modern Browsers */ url('../fonts/saira-v14-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/saira-v14-latin-500.svg#Saira') format('svg'); /* Legacy iOS */
}

/* saira-600 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Saira';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/saira-v14-latin-600.eot'); /* IE9 Compat Modes */
    src: url('../fonts/saira-v14-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/saira-v14-latin-600.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/saira-v14-latin-600.woff') format('woff'), /* Modern Browsers */ url('../fonts/saira-v14-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/saira-v14-latin-600.svg#Saira') format('svg'); /* Legacy iOS */
}


html, body {
    scroll-behavior: smooth;
    font-family: 'Saira', sans-serif;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 0;
}

header {
    background-color: #646676;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    width: 100%;
}

.allcontent {
    width: 85%;
}

.green {
    background: linear-gradient(180deg, rgba(162, 163, 173, 1) 15%, rgba(162, 163, 173, 1) 35%, rgba(162, 163, 173, 0.2) 100%);
    position: relative;
    z-index: 0;
}

.white {
    background: #ffffff;
    position: relative;
    z-index: 0;
    top: 40px;
}

.separator-small {
    height: 6px;
}

.separator-big {
    height: 60px;
}

.separator {
    height: 20px;
}

h1 {;
    font-weight: 500;
    color: #646676;
    font-size: 50px;
    text-align: left;
    line-height: 1.2em;
}

h2 {
    margin-top: -30px;
    text-align: left;
    font-weight: 300;
    color: #c1c292;
    font-size: 40px;
    line-height: 1.2em;
}

h3 {
    margin-bottom: 0;
    font-weight: 400;
    color: #646676;
    font-size: 38px;
    line-height: 1.2em;
    text-align: right;
}

h4 {
    margin-bottom: 0;
    text-align: center;
    font-weight: 400;
    color: #646676;
    font-size: 28px;
    line-height: 1.2em;
}

h5 {
    margin-bottom: 0;
    text-align: center;
    font-weight: 400;
    color: #646676;
    font-size: 28px;
    line-height: 1.2em;
    margin-top: 25px;
}

p {
    font-weight: 300;
    color: #8f8d99;
    font-size: 19px;
    line-height: 1.7em;
}

span {
    color: #646676;
}

.center {
    text-align: center;
    color: #646676;
}


/*LOGO*/

.logo-header {
    text-align: center;
}

.logo, .logo-daten {
    position: relative;
    top: 40px;
    left: -70px;
}

.logo img, .logo-daten img {
    height: 200px;
}

/*adresse top*/

.adressblock-ontop {
    position: absolute;
    right: 30px;
    display: flex;
    justify-content: center;
    flex-direction: row;
    font-size: 18px;
    line-height: 1.8em;
    color: #ffffff;
}

.adressblock-ontop p, .adressblock-ontop-daten p {
    font-size: 16px;
    line-height: 1.6em;
}

.adressblock-ontop a, .adressblock-ontop-daten a {
    color: #ffffff;
    text-decoration: none;
}

.adressblock-ontop a:hover, .adressblock-ontop-daten a:hover {
    font-weight: 500;
}

/*content*/


.bildung {
    width: 40%;
    position: relative;
    top: 50px;
    margin: 0 auto;
    margin-bottom: 80px;
}

.bildung ul li {
    padding-bottom: 4px;
}

.content {
    width: 70%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
}

.contentplan {

}

.content3 {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    position: relative;
}

.background {
    background-image: url("../img/background.jpg");
    background-repeat: no-repeat;
    background-color: #ffffff;
    background-position: center;
    z-index: 0;
    width: 100%;
    background-size: contain;
}

.down {
    margin-bottom: 60px;
}

.alltextblock {
    margin: 0 auto;
}

.textblock1 {
    width: 40%;
    margin-right: -60px;
    text-align: right;
    background-color: rgb(176, 171, 181, 0.2);
    padding: 0 100px 20px 40px;
    border-radius: 10px 0 10px 0;
}

.picblock {
    position: relative;
    z-index: 10;
    margin-left: 50px;
}

.picblock1 {
    width: 40%;
    position: relative;
    z-index: 10;
}

.picblock2 {
    width: 40%;
    position: relative;
    z-index: 10;
}

.picblock2 img {
    width: 100%;
    margin-top: 100px;
    border-radius: 10px 0 10px 0;
}

.picblock3 {
    width: 15%;
    position: relative;
    z-index: 10;
    margin: 0 auto;
}

.picblock3 img {
    width: 100%;
    border-radius: 10px 0 10px 0;
}

.picblock4 {
    width: 60%;
    position: relative;
    z-index: 10;
    margin: 0 auto;
}

.picblock4 img {
    width: 100%;
    margin-top: 40px;
    border-radius: 10px 0 10px 0;
}

.picblock1 img {
    width: 100%;
    border-radius: 10px 0 10px 0;
}

.textblock2 {
    width: 40%;
    margin-left: -60px;
    text-align: left;
    background-color: #ffffff;
    padding: 0 40px 20px 100px;
    border-radius: 10px 0 10px 0;
}

.textblock2 h3 {
    text-align: left;
}

.textblock3 {
    width: 40%;
    margin-left: -60px;
    text-align: left;
    background-color: #eeeeee;
    padding: 0 40px 20px 100px;
    border-radius: 10px 0 10px 0;
}

.textblock3 h3 {
    text-align: left;
}

.textblock-middle {
    position: relative;
    z-index: 10;
}

.textblock-middle h3 {
    text-align: right;
}

.textblock-boxen h3 {
    text-align: center;
}

.textblock-middle ul {
    text-align: right;
    width: 100%;
    list-style: none;
    padding-left: 0;
    line-height: 2.2em;
    font-weight: 600;
}

.textblock-middle ul li {
    font-weight: 300;
    font-size: 24px;
}


.textblock-boxen ul {
    text-align: right;
    width: 100%;
    list-style: none;
    padding-left: 0;
    line-height: 2.2em;
}

ul {
    display: flex;
    flex-direction: column;
    font-weight: 300;
    color: #8f8d99;
    font-size: 20px;
    text-align: left;
    margin: 0 auto;
}

ul li {
    font-weight: 300;
    font-size: 20px;
    color: #646676;
}

.boxen {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: row;
}

.box1 {
    background-color: #ffffff;
    padding: 10px 40px;
    margin-right: 10px;
    width: 50%;
    border-radius: 10px;
}

.box2 {
    background-color: #ffffff;
    padding: 10px 40px;
    margin-left: 10px;
    width: 50%;
    border-radius: 10px;
}

.box3 {
    background-color: #eeeeee;
    padding: 0 30px;
    display: flex;
    justify-content: top;
    flex-direction: column;
    border-radius: 10px;
    width: 310px;
    height: 230px;
    margin: 15px;
}

.boxenplan {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 80%;
    padding-top: 30px;
}


/*Datenschutz*/

.text-daten {
    display: flex;
    margin: 0 auto;
    width: 100%;
}

.introduction p {
    text-align: left;
}

.introduction {
    width: 100%;
}

.introduction h2 {
    line-height: 1.2em;
}

.back {
    position: absolute;
    top: 18px;
    left: 40px;
}

.back a {
    text-decoration: none;
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
}

.back a:hover {
    font-weight: 400;
    font-size: 19px;
}

.back img {
    width: 22px;
}

.back2 {
    display: none;
}

/*Footer*/


.middle {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    top: -120px;
}

.circle {
    display: flex;
    justify-content: center;
    align-content: center;
    position: absolute;
    width: 220px;
    margin-top: 20px;
}

.logosmall {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 150px;
    position: absolute;
}

footer {
    position: relative;
    width: 100%;
}

.picfooter {
    position: relative;
    background-size: contain;
    background-color: #ffffff;
    width: 100%;
    vertical-align: bottom;
    z-index: 0;
}

.picfooter1 {
    position: relative;
    background-size: contain;
    background-color: rgb(176, 171, 181, 0.2);
    width: 100%;
    vertical-align: bottom;
    z-index: 0;
}

.footercontent {
    background-color: #ffffff;
    padding-bottom: 1px;
    margin-top: -60px;
    position: relative;
    z-index: 10;
}

.footercontent p {
    font-size: 18px;
    line-height: 1.2em;
    text-align: center;
    color: #646676;
}

.adressblock {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 18px;
    line-height: 1.8em;
    color: #646676;
    margin-top: -10px;
}

.adressblock p {
    font-size: 16px;
    line-height: 1.6em;
}

.adressblock a {
    color: #646676;
    text-decoration: none;
}

.adressblock a:hover {
    font-weight: 500;
}

.mail a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #646676;
    font-size: 18px;
}

.mail a:hover {
    font-weight: 500;
}

span a {
    text-decoration: none;
    color: #fff;
}

.footersmall {
    text-align: center;
    padding: 10px 0;
    background-color: #646676;
    border-top: 1px solid #ffffff;
    margin-top: 10px;
}

.footersmall p {
    text-decoration: none;
    color: #ffffff;
    font-size: 12px;
}

.footersmall a {
    text-decoration: none;
    color: #ffffff;
}

.footersmall a:hover {
    font-weight: 500;
}

.placeholder {
    height: 35px;
}

/*Responsive*/

@media screen and (max-width: 1600px) {

    .picblock1 {
        width: 50%;
    }

    .picblock2 {
        width: 50%;
    }
}

@media screen and (max-width: 1300px) {

    .footercontent {
        margin-top: 10px;
    }

    .down {
        margin-bottom: 30px;
    }

    .bildung {
        width: 60%;
        margin-bottom: 60px;
    }

    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 34px;
    }

    h3 {;
        font-size: 32px;
    }

    h4 {;
        font-size: 28px;
    }

    .adressblock-ontop {
        font-size: 16px;
    }

    ul {
        font-size: 18px;
    }

    ul li {
        font-size: 18px;
    }
}
@media screen and (max-width: 1100px) {

    .picblock4 {
        width: 80%;
    }

    .picblock3 {
        width: 20%;
        position: relative;
        z-index: 10;
        margin: 0 auto;
    }

    .picblock3 img {
        width: 100%;
        border-radius: 10px 0 10px 0;
    }
}

@media screen and (max-width: 1000px) {

    .content {
        width: 80%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        flex-direction: row;
        align-items: center;
    }

    .first {
        margin-top: 50px;
    }

    .bildung {
        width: 70%;
        margin-bottom: 0;
    }

    .down {
        margin-bottom: 50px;
    }

    h1 {
        font-size: 36px;
    }

    h2 {
        font-size: 30px;
    }

    h3 {;
        font-size: 28px;
    }

    h4 {;
        font-size: 23px;
    }

    h5 {
        font-size: 24px;
    }

    p {
        font-size: 18px;
    }

    .textblock-middle ul li {
        font-size: 20px;
    }

    .boxenplan {
        flex-direction: column;
        align-items: center;
    }

    .box3 {
        width: 50%;
        height: auto;
        margin: 0;
    }

}

@media screen and (max-width: 900px) {

    .background {
        background-position: center center;
        background-size: cover;
    }

    h1, h2 {
        text-align: center;
    }

    .content {
        flex-direction: column;
    }

    .reverse {
        flex-direction: column-reverse;
    }

    .down {
        margin-bottom: 100px;
    }

    .textblock1 {
        width: 100%;
        margin-right: 0;
        text-align: center;
        padding: 0;
        margin-bottom: 2px;
        border-radius: 10px 10px 0 0;
    }

    .textblock2 {
        width: 100%;
        margin-left: 0;
        text-align: center;
        padding: 0;
        margin-bottom: 2px;
        border-radius: 10px 10px 0 0;
    }

    .picblock1, .picblock2 {
        width: 100%;
        position: relative;
        z-index: 10;
    }

    .picblock1 img, .picblock2 img {
        margin-top: 0;
        border-radius: 0 0 10px 10px;
    }


    .textblock-middle {
        width: 65%;
        text-align: right;
        list-style: none;
        padding-left: 0;
    }

    .textblock-boxen {
        width: 100%;
    }

    .picblock {
        width: 25%;
        position: relative;
        z-index: 10;
        margin-left: 50px;
    }

    .picblock img {
        width: 40%;
    }


    .textblock-boxen p {
        padding: 0;
    }

    .textblock1 p, .textblock2 p {
        padding: 0 40px 10px 40px;
    }

    .textblock1 h3, .textblock2 h3 {
        padding-top: 0;
        text-align: center;
    }

    .logo {
        display: flex;
        justify-content: center;
        align-items: center;
        left: 0;
    }

    h1, h2 {;
        line-height: 1.4em;
    }

    h4{
        margin-top: 14px;
    }

    ul {
        width: 60%;
    }

    .separator-small {
        height: 4px;
    }

    .separator-big {
        height: 40px;
    }

    .separator {
        height: 10px;
    }

    ul {
        font-size: 17px;
    }

    ul li {
        font-size: 17px;
    }

    .adressblock {
        font-size: 17px;
    }

}


@media screen and (max-width: 750px) {

    .textblock-middle {
        width: 75%;
    }

    p {
        font-size: 17px;
    }

    .boxenplan {
        width: 100%;
    }

    .box3 {
        width: 60%;
        height: auto;
        margin: 0;
    }
}

@media screen and (max-width: 700px) {

    .picblock {
        width: 15%;
        position: relative;
        z-index: 10;
        margin-left: 50px;
    }

    .picblock img {
        width: 75%;
    }

    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 26px;
    }

    h3 {
        font-size: 24px;
    }

    h4, h5 {
        font-size: 18px;
    }
}


@media screen and (max-width: 600px) {

    .logo img {
        height: 100px;
    }

    .logo-daten {
        left: 0;
        display: flex;
        justify-content: center;
        align-content: center;
        margin-top: 40px;
    }

    .back {
        display: none;
    }

    .back2 {
        display: flex;
        position: relative;
        justify-content: center;
        align-content: center;
        top: 90px;
        z-index: 80;
        margin: 0 auto;
        width: 100%;
        cursor: pointer;
    }

    .back2 a {
        text-decoration: none;
        color: #646676;
        font-size: 18px;
        line-height: 1.6em;
        font-weight: 300;
    }

    .back2 a:hover {
        font-weight: 400;
        font-size: 19px;
    }

    .back2 img {
        width: 28px;
    }

    header {
        flex-direction: column;
    }

    .footersmall {
        padding: 5px 0;
    }

    .bildung, ul {
        width: 80%;
    }

    .bildung ul li {
        padding-bottom: 0;
    }

    .textblock-middle {
        width: 100%;
        padding: 0 20px;
    }

    .textblock-middle ul {
        text-align: center;
        width: 100%;
    }

    .textblock-middle ul {
        line-height: 1.2em;
    }

    .picblock {
        display: none;
    }

    ul li {
        margin: 5px;
    }

    .content3 h3 {
        text-align: center;
    }

    .adressblock-ontop {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        margin: 0 auto;
        width: 100%;
        right: 0;
    }

    .zusatz {
        top: -17px;
    }

    h1, h2 {;
        line-height: 1.6em;
    }

    .boxen {
        flex-direction: column;
        align-items: center;
    }

    .box1, .box2 {
        padding: 10px 40px;
        margin: 0;
        width: 50%;
    }

    .box2 {
        margin-top: -20px;
    }

    .circle {
        width: 200px;
        margin-top: 50px;

    }

    .logosmall {
        top: 25px;
        width: 140px;
        position: absolute;
    }

    .textblock-middle {
        background-color: #ffffff;
    }

    p {
        font-size: 16px;
    }

    .textblock-middle ul li {
        font-size: 16px;
    }

    ul {
        font-size: 16px;
    }

    ul li {
        font-size: 16px;
    }

    .adressblock {
        font-size: 16px;
    }
}

@media screen and (max-width: 500px) {
    h1 {
        font-size: 24px;
    }

    h2 {
        font-size: 20px;
    }

    h3 {;
        font-size: 20px;
    }

    p {
        font-size: 15px;
    }

    .adressblock-ontop {
        font-size: 15px;
    }

    ul {
        font-size: 15px;
    }

    ul li {
        font-size: 15px;
    }

    .adressblock {
        font-size: 15px;
    }

    .footercontent p {
        font-size: 17px;
    }

    .mail a {
        font-size: 17px;
    }

    .picblock4 {
        width: 100%;
    }

    .picblock4 img {
        border-radius: 0;
    }

    .picblock3 {
        width: 25%;
    }
}

@media screen and (max-width: 400px) {


    h1 {;
        line-height: 1.1em;
    }

    h2 {;
        margin-top: -20px;
    }

    .box1, .box2 {
        width: 60%;
    }

    .logo {
        position: relative;
        top: 20px;
        bottom: 20px;
        margin: auto 0;
    }

    .logo img {
        height: 100px;
    }

    .logo-daten img {
        height: 100px;
    }

    .alltextblock {
        margin-top: -20px;
    }

    .adressblock-ontop {
        font-size: 14px;
    }

}
