/*FONTS*

/* zen-kaku-gothic-new-300 - latin */

@font-face {
    font-family: 'Zen Kaku Gothic New';
    font-style: normal;
    font-weight: 300;
    src: local(''),
    url('../fonts/zen-kaku-gothic-new-v11-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/zen-kaku-gothic-new-v11-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* zen-kaku-gothic-new-regular - latin */
@font-face {
    font-family: 'Zen Kaku Gothic New';
    font-style: normal;
    font-weight: 400;
    src: local(''),
    url('../fonts/zen-kaku-gothic-new-v11-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/zen-kaku-gothic-new-v11-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* zen-kaku-gothic-new-500 - latin */
@font-face {
    font-family: 'Zen Kaku Gothic New';
    font-style: normal;
    font-weight: 500;
    src: local(''),
    url('../fonts/zen-kaku-gothic-new-v11-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/zen-kaku-gothic-new-v11-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* zen-kaku-gothic-new-700 - latin */
@font-face {
    font-family: 'Zen Kaku Gothic New';
    font-style: normal;
    font-weight: 700;
    src: local(''),
    url('../fonts/zen-kaku-gothic-new-v11-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/zen-kaku-gothic-new-v11-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* zen-kaku-gothic-new-900 - latin */
@font-face {
    font-family: 'Zen Kaku Gothic New';
    font-style: normal;
    font-weight: 900;
    src: local(''),
    url('../fonts/zen-kaku-gothic-new-v11-latin-900.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/zen-kaku-gothic-new-v11-latin-900.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/*Body*/

html, body {
    /* scroll-behavior: smooth; */
    font-family: 'Zen Kaku Gothic New', sans-serif;
    margin: 0;
    padding: 0;
    background: url("../img/background-bright.png") no-repeat;
    position: relative;
    z-index: 0;
}

.allcontent {
    width: 100%;
}

a {
    text-decoration: none;
}

h1 {
    font-size: 34px;
    text-align: center;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 400;
    color: #4d4d4d;
    scroll-margin-top: 65px;
}

h2 {
    font-size: 26px;
    text-align: center;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 300;
    color: #4d4d4d;
}

h3 {
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 34px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 500;
    color: #4d4d4d;
    scroll-margin-top: 65px;
    line-height: 36px;
    margin-top: 140px;
    text-align:left
}

h3 span {
    font-size: 22px; letter-spacing: 2px; text-transform: none; font-weight: 800;
}

h5 {
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 34px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 500;
    color: #4d4d4d;
    scroll-margin-top: 65px;
    line-height: 36px;
    margin-top: 60px;
    text-align:left
}

hr {
    border: solid 1px;
    width: 100%;
    margin: 70px 0;
    opacity: 0.5;
}

.placeholder {
    height: 40px;
}

.small-placeholder {
    height: 2px;
}

.fa-file-pdf-o:hover{
    color:red;
}

.points-study {
    padding: 0 50px;
}

.aku-pic {
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    background-position: center top;
    height: 450px;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto 0;
    z-index: -10;
    background-image: url("../img/aku-top2.jpg");
}

.kontakt-pic {
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    background-position: center top;
    height: 450px;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto 0;
    z-index: -10;
    background-image: url("../img/kontakt-top.jpg");
}

.topline {
    max-width: 700px;
    margin: 0 auto;
    padding: 10px 20px;
    top: 96px;
    position: relative;
    display: flex;
    flex-direction: column;
    line-height: 0;
    background-color: rgba(255, 255, 255, .75);
    border-bottom: 12px solid rgba(126, 116, 108, .40);
}

.start{
    background-color: rgba(255, 255, 255, .85);
}

.box-contact {
    text-align: left;
    padding: 20px 30px;
    position: absolute;
    right:30px;
    top:550px;
    background-color: #7e746c;
    color: #ffffff;
    font-size: 18px;
    line-height:1.1em;
}

.box-contact a {
    color: #ffffff;
}

.box-contact a:hover {
    font-weight: 500;
}

/*TO TOP*/

#myBtn {
    display: none;
    position: fixed;
    bottom: 80px;
    right: 50px;
    z-index: 200;
    font-size: 18px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    outline: none;
    background-color: #fff;
    color: white;
    cursor: pointer;
    padding: 8px 13px 0 13px;
    opacity: 0.8;
}

#myBtn:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.logo {
    position: relative;
    left: 50px;
    top: 80px;
}

.logo img {
    width: 240px;
}

.content-home, .content-kontakt {
    position: relative;
    top: 90px;
    line-height: 25px;
    width: 70%;
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
}

.content-home p, .content-kontakt p {
    font-size: 18px;
    color: rgba(51, 51, 51, 0.8);
    line-height: 1.6;
}

.content-home li {
    margin-left: 20px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 18px;
    color: rgba(51, 51, 51, 0.8);
    line-height: 1.6;
}

.textblock {
    margin-top: 0;
}

.pictext {
    display: flex;
    flex-direction: row;
    justify-content: start;
}

.content-home a {
    text-decoration: none;
    font-weight: 500;
    color: rgba(51, 51, 51, 0.8);
}

.content-kontakt a {
    text-decoration: none;
}

.content-kontakt a:hover {
    font-weight: 500;
}

.textblock a {
    text-decoration: none;
    color: rgba(51, 51, 51, 0.8);
}

.piccontent {
    margin-right: 40px;
}

.piccontent-big {
    display: none;
}

.piccontent img {
    width: 350px;
}

.piccontent2 {
    margin-right: 40px;
}

.piccontent2 img {
    width: 350px;
}

.colorblock {
    position: relative;
    width: 70%;
    top: -60px;
    background-color: #7e746c;
    padding: 40px;
    color: #ffffff;
    font-size: 18px;
    margin-bottom: -50px;
}

.colorblock a {
    color: #ffffff;
}

.colorblock a:hover {
    font-weight: 600;
}

.colorblock ul li::before {
    content: '+';
    position: absolute;
    left: 5px;
    padding-left: 20px;
}

.colorblock li {
    list-style: none;
    margin-left: -20px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 18px;
    color: #ffffff;
    line-height: 1.6;
}

.without {
    top: 20px;
    width: 80%;
    left: 0;
    margin-bottom: 20px;
}

.block ul li::before {
    content: '+';
    padding-right: 10px;
    color: rgba(51, 51, 51, 0.8);
}

.block li {
    list-style: none;
    margin-left: -40px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 18px;
    line-height: 1.6;
}

ol li {
    margin-bottom: 15px;
}

.distance {
    height: 8px;
}

.study ul li::before {
    content: '+';
    position: absolute;
    left: 5px;
    font-size: 14px;
    padding-top: 6px;
}

.study a{

    font-weight: normal;
}

.study li {
    list-style: none;
    margin-left: -50px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 18px;
    line-height: 1.6;
}

.study a:hover {
    font-weight: bold;
}

/*Zitat*/

.sub-zitat {
    margin-top: -20px;
    margin-bottom: 40px;
}

.sub-zitat p {
    font-size: 20px;
    color: rgba(51, 51, 51, 0.6);
    font-style: italic;
    line-height: 30px;
    text-align: left;
}

.separator {
    display: flex;
    flex-direction: row;
}

.stones {
    position: relative;
    left: -100px;
    height: 320px;
}

.columns {
    height: 500px;
}

.columns-easy {
    display: none;
}

.quotes {
    position: relative;
    left: -50px;
    top: 100px;
    height: 80px;
}

.zitat {
    position: relative;
    left: -50px;
    top: 80px;
}

.zitat p {
    font-size: 24px;
    color: rgba(51, 51, 51, 0.6);
    font-style: italic;
    line-height: 30px;
    text-align: center;
}

/*Haftungsausschuss*/

.ausschuss {
    margin-top: 40px;
    font-size: 14px;
    color: rgba(51, 51, 51, 0.8);
    line-height: 1.6;
}

/*Footer*/


footer.big {
    display: flex;
    justify-content: center;
    padding: 40px;
    color: #ffffff;
    text-align: center;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 16px;
    background: #7e746c;
}

footer.big span {
    color: #ffffff;
}

footer.big span a {
    color: #ffffff;
}


.box-footer, .box-footer2 {
    text-align: left;
    padding: 0 50px;
    vertical-align: top;
    border-right: 1px solid #bbb;
    height: 200px;
    margin: 0;
}

.box-footer3 {
    text-align: left;
    padding: 0 50px;
    vertical-align: top;
    border-right: 0 solid #bbb;
    height: 200px;
    margin: 0;
}

.box-footer a {
    color: #ffffff;
}

.box-footer a:hover {
    font-weight: 600;
}

.hspace {
    height: 50px;
}

footer.small {
    display: block;
    padding: 20px;
    color: #4d4d4d;
    text-align: center;
    font-size: 12px;
    background: #ededed;
}

footer.small a {
    text-decoration: none;
    color: #4d4d4d;
}

footer.small a:hover {
    font-weight: 600;
}

.content-footer {
    padding: 0;
}

/*Responsive Breite*/


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

    .quotes {
        left: -80px;
        top: 80px;
        height: 60px;
    }

    .zitat {
        left: -50px;
        top: 60px;
        font-size: 20px;
    }

    .zitat p {
        font-size: 22px;
    }

    .stones {
        left: -100px;
        height: 280px;
    }
}

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

    .colorblock {
        padding: 0;
        width: 100%;
        left: 0;
        top: 40px;
        margin-bottom: 80px;
    }

    .points {
        padding: 30px 50px;
    }

}

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

    .topline {
        max-width: 650px;
    }

    .logo {
        left: 20px;
    }

    .points {
        margin-top: 10px;
        margin-bottom: 50px;
    }
}

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

    .quotes {
        left: -80px;
        top: 60px;
        height: 50px;
    }

    .zitat {
        left: -60px;
        top: 50px;
        font-size: 20px;
    }

    .zitat p {
        font-size: 20px;
    }

    .stones {
        left: -100px;
        height: 250px;
    }

    .colorblock {;
        top: 5px;
        margin-bottom: -10px;
    }

    .columns {
        width: 100%;
        height: auto;
    }

    .textblock {
        margin-top: 40px;
    }

    .separator {
        margin-top: 60px;
    }

}


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

    .logo {
        visibility: hidden;
    }

    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 22px;
    }

    h4 {
        font-size: 22px;
        margin-top: -40px;
        padding-bottom: 20px;
    }

    h3 {
        padding-bottom: 20px;
    }

    .topline {
        max-width: 630px;
        top: 88px;
    }

    .logo img {
        height: 160px;
    }

    .sub-zitat {
        margin-top: -40px;
        margin-bottom: 40px;
    }

    .sub-zitat p {
        font-size: 18px;
        line-height: 30px;
    }

    .zitat {
        left: -60px;
        top: 50px;
        font-size: 20px;
    }

    .zitat p {
        font-size: 18px;
        line-height: 26px;
    }

    .aku-pic, .kontakt-pic {
        width: 100%;
        height: 350px;
    }

    .box-contact {
        top: 480px;
    }

}

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

    .aku-pic, .kontakt-pic {
        width: 100%;
        height: 300px;
    }

    .logo {
        display: none;
    }

    .topline {
        max-width: 550px;
        top: 206px;
    }

    .sub-zitat p {
        font-size: 18px;
        line-height: 28px;
    }

    h2, h4 {
        font-size: 20px;
    }

    .bamboo {
        top: 300px;
    }


    .content-home, .content-kontakt {
        left: 0;
        top: 180px;
        margin-bottom: 200px;
    }

    .stones {
        left: -80px;
        height: 220px;
    }

    .quotes {
        position: relative;
        left: -65px;
        top: 70px;
    }

    .box-footer, .box-footer2, .box-footer3 {
        padding: 0 30px;
    }

    html, body {
        background: url("../img/background-bright-1100.png") no-repeat;
    }


    .placeholder {
        display: none;
    }

    .box-contact {
        top:400px;
    }

    .box-contact {
        display: none;
    }
}

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

    .topline {
        max-width: 550px;
        top: 209px;
    }

    h1 {
        font-size: 28px;
    }

    h3 {
        font-size: 30px;
        margin-top: 100px;
    }

    h5 {
        font-size: 30px;
    }

    hr {;
        width: 100%;
    }

    .zitat p {
        font-size: 16px;
        line-height: 1.4;
    }

    .quotes {
        height: 40px;
        left: -70px;
    }

    .aku-pic, .kontakt-pic {
        width: 100%;
        height: 300px;
    }

    .box-contact {
        top:360px;
    }

}


@media screen and (max-width: 910px) {
    footer.big {
        flex-direction: column;
        padding: 40px 60px 10px 60px;
    }

    .box-footer {
        padding: 30px 30px 30px 50px;
        border-bottom: 1px solid #bbb;
        border-right: 0 solid #bbb;
        height: auto;
    }

    .box-footer2 {
        padding: 30px 30px 30px 50px;
        border-bottom: 1px solid #bbb;
        border-right: 0 solid #bbb;
        height: auto;
    }

    .box-footer3 {
        padding: 30px 30px 30px 50px;
        height: auto;
    }

}


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

    .content-home {
        margin-bottom: 220px;
    }

    .separator {
        display: none;
    }

    .textblock {
        margin-top: 0;
    }

    hr {
        margin: 40px 0;
    }

    .points {
        margin-bottom: 60px;
    }



}


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

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

    h3, h5 {
        font-size: 26px;
    }

    h3 span { font-weight: normal;}

    .topline {
        max-width: 500px;
        top: 221px;
        padding: 10px 0 5px 0;
    }

    .placeholder {
        height: 20px;
    }

    .sub-zitat p {
        font-size: 16px;
        line-height: 22px;
    }
}

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

    .content-home p, .content-kontakt p, .content-home li {
        font-size: 16px;
    }

    h3 {
        font-size: 24px;
        margin-bottom: 0;
        line-height: 30px;
    }

    .sub-zitat p {
        font-size: 16px;
    }

    .sub-zitat {
        margin-top: -30px;
    }

    .aku-pic {
        height: 250px;
        background-image: url("../img/aku-top.jpg");
    }

    .kontakt-pic {
        height: 250px;
    }


    .topline {
        top: 171px;
    }

    html, body {
        background: url("../img/background-bright-small.png") no-repeat;
    }

    .content-home, .content-kontakt {
        top: 130px;
        margin-bottom: 140px;
        width: 80%;
    }

    footer.big {
        flex-direction: column;
        padding: 10px;
    }


    .points span {
        font-size: 16px;
    }

    .points {
        margin-bottom: 40px;
    }

    .graphic {
        display: none;
    }

}

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

    .topline {
        top: 171px;
    }

}


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

    h2 {
        line-height: normal;
        padding: 0 40px;
        margin: 0;
        font-size: 16px;
    }

    h4 {
        padding-bottom: 10px;
        margin-top: -30px;
        font-size: 16px;
    }

    .topline {
        width: 100%;
        top: 181px;
    }

    h3 {
        font-size: 24px;
        margin-bottom: 0;
        line-height: 30px;
    }

    h5 {
        font-size: 24px;
    }

    h1 {
        font-size: 22px;
    }

    .content-home, .content-kontakt {
        top: 150px;
        margin-bottom: -70px;
    }

    footer.big {
        margin-top: 220px;
    }

    .placeholder {
        height: 10px;
    }

    .box-inner {
        margin-top: 30px;
    }

    .split-header {
        margin-bottom: 0;
    }

    .colorblock li {
        font-size: 16px;
        line-height: 1.4;
    }

}
