* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    min-height: 100vh;
    overflow-x: hidden;
    font-family: 'Questrial', sans-serif;
    font-weight: normal;
    line-height: 24px;
}


/* ------------------- Allgemein ---------------  */

.section {
    width: 100%;
    overflow: hidden;
}

p {
    font-size: 18px;
    line-height: 24px;
    color: #000;
    padding-bottom: 20px;
}

.und {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #000;
}

.undkl {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #000;
}

.rot {
    color: #e20000;
}


/* ---------------------- Handy  ----------------------- */

.container {
    padding: 30px 20px;
}


/* ------------ Section home video---------------  */

.sh {
    background-color: #000;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.video-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

video {
    height: 100vh;
    object-fit: cover;
}

.titel {
    display: flex;
    justify-content: last baseline;
    position: absolute;
    top: 39vh;
}

.express {
    font-family: 'Montaga', serif;
    color: #90000000;
    font-style: normal;
    font-size: 36px;
    line-height: 36px;
    font-weight: 500;
    letter-spacing: 1px;
    padding-left: 33px;
    padding-right: 12vw;
}

.counselor {
    font-family: 'Caviar Dreams', sans-serif;
    color: #90000000;
    font-style: normal;
    font-size: 32px;
    line-height: 36px;
    font-weight: 500;
    letter-spacing: 1px;
    padding-right: 10px;
}

.lang {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16%;
    overflow: hidden;
    position: absolute;
    top: 80vh;
    width: 100vw;
    font-family: 'Questrial', sans-serif;
    font-size: 18px;
    color: #fff;
}

.lang a {
    font-family: 'Questrial', sans-serif;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
}

.active {
    border-bottom: 2px solid #fff;
}

.lang a:hover {
    color: #000;
}


/* ------------ Section home2 ---------------  */

.sho2 {
    background-color: #000;
}

.boxho2 {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #D0D7DD;
    background-image: url(images/bg_silver21.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 30px;
    height: 400px;
    margin: 60px 0px;
}

.zeile {
    font-size: 30px;
    line-height: 42px;
    color: #e20000;
    padding: 0 20px;
}

.divergent .und {
    font-size: 28px;
    line-height: 42px;
    font-weight: 400;
    color: #e20000;
}

.wort {
    font-size: 24px;
    color: #000;
}

.wortkl {
    font-size: 18px;
    color: #000;
}

.boxho3 {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #D0D7DD;
    background-image: url(images/bg_silver21.jpg);
    background-image: url(images/bg_swgrau1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 30px;
    height: 400px;
    margin: 60px 0px;
}

.ich_ueb {
    color: #e20000;
    font-size: 20px;
    padding-bottom: 20px;
}

.ich ul {
    list-style-image: url(images/red_circle.svg);
    padding-left: 40px;
    padding-right: 20px;
}

.ich ul li {
    color: #fff;
    font-size: 19px;
    line-height: 28px;
    padding-bottom: 20px;
    padding-left: 10px;
}

.kk_liste ul {
    list-style-image: url(images/red_circle.svg);
    padding-left: 30px;
    padding-right: 20px;
    margin-top: 60px;
    margin-bottom: 20px;
}

.kk_liste ul li {
    font-family: 'Caviar Dreams', sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #000;
    padding-left: 8px;
    padding-bottom: 20px;
}


/* ------------ Section about ---------------  */

.sab {
    background-color: #fff;
}

h2 {
    font-family: 'Caviar Dreams', sans-serif;
    font-size: 28px;
    line-height: 39px;
    font-weight: 500;
    color: #e20000;
    text-align: left;
    padding-left: 20px;
    margin-top: 20px;
    margin-bottom: 40px;
}

.about {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    background-color: black;
    overflow: hidden;
}

.about img {
    height: 550px;
    text-align: left;
    padding-top: 40px;
}

.about_text {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.about_text .text1 {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    width: 80%;
    padding-left: 27%;
    padding-right: 0px;
    padding-top: 5%;
    margin-bottom: 30px;
}

.about_text .text2 {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    width: 80%;
    padding-left: 27%;
    padding-right: 0px;
    padding-bottom: 30px;
}

.forschung {
    background-image: url(images/bg_silver21.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    color: #000;
    padding-top: 60px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 40px;
    margin-bottom: 40px;
}

.research_img {
    margin-right: 26px;
    float: left;
}

.research_img img {
    width: 120px;
    height: auto;
}

.forschung a {
    font-size: 18px;
    line-height: 24px;
    color: #e20000;
    text-decoration: underline;
    text-decoration-color: #e20000;
}


/* ------------ Section Sport ---------------  */

.sspo {
    background-color: #fff;
}

.boxsport {
    background-color: #000;
    border-radius: 30px;
}

.boxsport2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.bild_container {
    padding: 40px 20px;
}

.bild_overlay {
    position: relative;
}

.bild_container img {
    width: 100%;
}

.overlay {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #e20000;
    opacity: 0.4;
}

.sport_text {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    padding: 20px;
    padding-top: 0;
    padding-bottom: 20px;
}

.sport_text2 {
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 40px;
}

.sport_text2 p {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
}


/* ------------ Section Award ---------------  */

.saw {
    background-color: #fff;
}

.boxaward {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #000;
    border-radius: 30px;
    margin: 40px 0;
}

.saw .bild_container {
    padding: 40px 20px;
}

.bild_container img {
    width: 100%;
}

.logoaw img {
    height: 40px;
}

.award_text {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    padding: 20px;
    padding-top: 0;
    padding-bottom: 40px;
}


/* ------------ Section Selbstbewusst ---------------  */

.bew {
    background-color: #fff;
}

.boxbewusst {
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    margin-bottom: 70px;
}

.bewusst {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(images/bg_silver21.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 30px;
    width: 100%;
    margin: 30px 20px;
}

.bewusst_text {
    font-size: 18px;
    line-height: 24px;
    padding: 40px 20px;
}

.bewusst .betont {
    font-size: 20px;
    line-height: 24px;
    color: #e20000;
}


/* ------------ Section Kernkompetenz ---------------  */

.skk {
    background-color: #D0D7DD;
}

.kompetenz_grafik {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    padding-bottom: 40px;
    margin-top: 30px;
    background-color: black;
}

h3 {
    font-family: 'Caviar Dreams', sans-serif;
    font-size: 28px;
    line-height: 39px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    padding: 40px 0;
}

.kkgrafik {
    display: flex;
    justify-content: center;
    align-items: center;
}

.kkgrafik img {
    width: 80%;
    text-align: center;
    padding-bottom: 60px;
}

.kk_liste {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    padding-bottom: 30px;
    background-color: #fff;
}

.kk_liste ul {
    list-style-image: url(images/red_circle.svg);
    padding-left: 30px;
    padding-right: 20px;
    margin-top: 60px;
    margin-bottom: 20px;
}

.kk_liste ul li {
    font-family: 'Caviar Dreams', sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #000;
    padding-left: 8px;
    padding-bottom: 20px;
}

.kk_liste ul p {
    font-size: 16px;
    line-height: 26px;
    color: #000;
    padding-left: 8px;
    padding-bottom: 30px;
}


/* ------------ Section Dienstleistung ---------------  */

.sdi {
    background-color: #fff;
    padding-bottom: 40px;
}

.dienst_grafik {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    padding-bottom: 40px;
    margin-top: 30px;
    background-color: black;
}

h3 {
    font-family: 'Caviar Dreams', sans-serif;
    font-size: 28px;
    line-height: 39px;
    color: #fff;
    text-align: center;
    padding: 40px 0;
}

.digrafik {
    display: flex;
    justify-content: center;
    align-items: center;
}

.digrafik img {
    width: 80%;
    text-align: center;
    padding-bottom: 60px;
}

.di_liste {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    padding-bottom: 30px;
    background-color: #D0D7DD;
    background-image: url(images/bg_silver21.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.di_liste ul {
    list-style-image: url(images/black_circle.svg);
    padding-left: 30px;
    padding-right: 20px;
    margin-top: 60px;
}

.di_liste ul li {
    font-family: 'Caviar Dreams', sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #e20000;
    padding-left: 8px;
    padding-bottom: 6px;
}

.di_liste ul p {
    font-size: 16px;
    line-height: 26px;
    color: #000;
    padding-left: 8px;
    padding-bottom: 30px;
}

.di_liste img {
    height: 26px;
}

.und {
    color: #e20000;
}

.undkl {
    color: #000;
}


/* ------------ Section Warum ---------------  */

.sw {
    background-color: #990000;
    background-image: linear-gradient(147deg, #990000 0%, #c00a0a 74%);
    padding-bottom: 10px;
}

.boxwarum {
    background-color: #000;
    background-image: url(images/bg_swgrau1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    border-radius: 30px;
    padding: 14px;
    padding-bottom: 40px;
    margin: 30px 0;
}

.boxwarum h3 {
    color: #fff;
}

.w_liste {
    display: flex;
    justify-content: left;
    align-items: center;
    flex-direction: row;
    padding-right: 10px;
    margin-bottom: 40px;
}

.wicon img {
    width: 50px;
}

.wtext {
    padding-left: 16px;
}

.wh3 {
    font-family: 'Caviar Dreams', sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #e20000;
}

.wp {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
}


/* ------------ Section Erfahrungsberichte ---------------  */

.sef {
    background-color: #000;
    background-image: url(images/bg_struktur1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.boxerfahrung {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    background-color: #fff;
    border-radius: 30px;
    padding: 0px;
    margin: 40px 0;
}

.boxerfahrung .zeichenoben {
    position: absolute;
    top: -26px;
}

.zeichenoben img {
    height: 50px;
}

.boxerfahrung h3 {
    font-size: 30px;
    color: #000;
    padding-bottom: 20px;
}


/* ------------ Slider Erfahrungsberichte ---------------  */

.slider {
    position: relative;
    width: 100%;
    margin: auto;
    overflow: hidden;
    padding: 0 20px;
}

.slides {
    margin: 0;
}

.slider .erftext {
    font-size: 16px;
    line-height: 26px;
    font-style: italic;
    color: #000;
}

.slider .erfname {
    font-size: 16px;
    line-height: 26px;
    color: #000;
    display: flex;
    justify-content: left;
    align-items: left;
    padding: 10px 0;
}

.slider .name {
    padding: 0 10px;
}

.slide {
    display: none;
}

.slide.displaySlide {
    display: block;
    animation-name: fade;
    animation-duration: 1.5s;
}

.slidebtn button {
    background-color: transparent;
    color: #e20000;
    border: none;
    cursor: pointer;
    margin: 20px 0;
}

.prev {
    padding: 0 20px;
}

.next {
    padding: 0 20px;
}

@keyframes fade {
    0% {
        opacity: 0.2
    }
    100% {
        opacity: 1
    }
}

.anonym {
    font-size: 11px;
    padding: 20px;
}


/* ------------ Ende Slider Erfahrungsberichte ---------------  */


/* ------------ Footer -----------------------  */

footer {
    background-color: #2d3436;
    background-image: linear-gradient(315deg, #2d3436 0%, #000000 74%);
}

.footer_container {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    padding: 0 10px;
    padding-top: 30px;
}

footer h4 {
    font-family: 'Caviar Dreams', sans-serif;
    font-size: 30px;
    text-align: left;
    margin: 20px 0;
}

.excounselor_container {
    margin: 10px 0;
}

.excounselor {
    font-family: 'Caviar Dreams', sans-serif;
    font-size: 20px;
    line-height: 30px;
    margin: 10px 0;
}

.rotesG {
    position: relative;
    bottom: -5px;
    width: 22px;
    padding-left: 0px;
}

.mail a {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    text-decoration: none;
}

.mail a:hover {
    color: #e20000;
}

.mail img {
    padding-right: 4px;
}

.verein {
    font-size: 14px;
    line-height: 24px;
    padding-top: 50px;
    padding-bottom: 20px;
}

.one {
    font-family: 'Montaga', serif;
    font-size: 16px;
    letter-spacing: 1px;
}

.one_button {
    padding-bottom: 30px;
}

.one_button button {
    font-family: 'Montaga', serif;
    font-size: 16px;
    letter-spacing: 2px;
    background-color: transparent;
    color: #fff;
    border: 2px solid #e20000;
    border-radius: 30px;
    padding: 4px 24px;
    cursor: pointer;
}

.one_button button:hover {
    background-image: none;
    background-color: #fff;
    color: #000;
    border: 2px solid #fff;
}

.menu {
    display: flex;
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 30px;
}

.menu a {
    font-family: 'Caviar Dreams', serif;
    font-size: 18px;
    line-height: 30px;
    text-decoration: underline;
    text-decoration-color: #e20000;
    text-underline-offset: 4px;
}

.menu a:hover {
    color: #e20000;
}

footer nav {
    padding: 10px 0;
}

footer nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 14px;
    line-height: 24px;
}

footer nav ul li {
    display: inline-block;
    padding-right: 10px;
}

footer a {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    text-decoration: none;
}

footer a:hover {
    color: #e20000;
}

.copy {
    font-size: 14px;
    line-height: 24px;
}

.copy img {
    height: 28px;
}

.exc {
    font-family: 'Caviar Dreams', sans-serif;
    font-size: 16px;
    line-height: 26px;
}


/* --- Definitionen oben sind für Handy ------  */


/* ------------ Media -----------------------  */

@media only screen and (max-width: 380px) {
    .express {
        font-size: 26px;
    }
    .counselor {
        font-size: 22px;
    }
    .lang a {
        font-size: 14px;
    }
    .about_text .text1 {
        font-size: 16px;
        line-height: 26px;
        width: 100%;
        padding: 10px 20px;
        margin-bottom: 30px;
    }
    .about_text .text2 {
        font-size: 16px;
        line-height: 26px;
        width: 100%;
        padding: 10px 20px;
        margin-bottom: 30px;
    }
    .sport_text {
        padding-bottom: 30px;
    }
    .sport_text2 {
        margin-left: 20px;
        margin-right: 20px;
        padding-bottom: 20px;
    }
    .sport_text2 p {
        padding-bottom: 30px;
    }
}

@media only screen and (min-width: 450px) {
    .container {
        padding: 30px 60px;
    }
    .sport_text {
        padding-bottom: 30px;
    }
    .sport_text2 {
        margin-left: 20px;
        margin-right: 20px;
        padding-bottom: 20px;
    }
    .sport_text2 p {
        padding-bottom: 30px;
    }
}

@media only screen and (min-width: 767px) {
    .sab,
    .sspo,
    .saw,
    .skk,
    .sdi,
    .sbew {
        background-color: #D0D7DD;
    }
    h2 {
        text-align: center;
        padding-top: 30px;
    }
    .boxsport2 {
        padding: 20px 60px;
    }
    .sport_text {
        padding: 20px;
        padding-bottom: 10px;
    }
    .sport_text2 {
        margin-left: 80px;
        margin-right: 80px;
        padding-bottom: 20px;
    }
    .sport_text2 p {
        padding-bottom: 30px;
    }
    .bild_container img {
        width: 300px;
    }
    .boxaward {
        padding: 20px 60px;
    }
    .bild_container img {
        width: 300px;
    }
    .award_text {
        padding: 20px;
    }
    .bewusst {
        margin: 60px;
    }
    .bewusst_text {
        padding: 40px 60px;
    }
    .kkgrafik img {
        width: 400px;
        text-align: center;
        padding-bottom: 40px;
    }
    .kk_liste {
        padding: 0 60px;
        padding-bottom: 30px;
        margin-bottom: 50px;
    }
    .digrafik img {
        width: 400px;
        text-align: center;
        padding-bottom: 40px;
    }
    .di_liste {
        padding: 0 60px;
        padding-bottom: 30px;
        margin-bottom: 70px;
    }
    .boxwarum {
        margin-top: 90px;
        margin-bottom: 80px;
    }
    .w_liste {
        padding: 0 40px;
        padding-right: 60px;
        margin-bottom: 40px;
    }
    .wicon img {
        width: 60px;
    }
    .wtext {
        padding-left: 40px;
    }
    .boxerfahrung {
        margin: 90px 0;
    }
    .slider {
        padding: 0 60px;
    }
    .prev {
        padding: 20px;
    }
    .next {
        padding: 20px;
    }
    .footer_container {
        padding: 0px;
        padding-top: 50px;
        width: 60%;
    }
}

@media only screen and (min-width: 1024px) {
    .container {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
        padding: 0px;
    }
    h2 {
        text-align: center;
        padding-top: 30px;
    }
    .about_text .text1 {
        width: 50%;
        padding: 0;
    }
    .about_text .text2 {
        width: 50%;
        padding: 0;
    }
    .forschung {
        background-image: url(images/bg_silver21.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
        color: #000;
        padding: 40px 0;
    }
    .forschung_container {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 30px 0;
    }
    .research_img {
        padding-left: 60px;
        padding-right: 30px;
        padding-bottom: 20px;
        float: left;
    }
    .research_img img {
        width: 120px;
        height: auto;
    }
    .forschung .text {
        padding-right: 60px;
    }
    .boxsport2 {
        flex-direction: row;
        padding: 20px 60px;
    }
    .bild_container img {
        width: 300px;
    }
    .sport_text {
        padding: 0;
        padding-left: 40px;
        padding-bottom: 20px;
    }
    .boxaward {
        flex-direction: row;
        padding: 20px 60px;
    }
    .bild_container img {
        width: 300px;
    }
    .award_text {
        padding: 0;
        padding-left: 40px;
    }
    .bewusst_text {
        padding: 80px 120px;
    }
    .kompetenz_grafik {
        margin-top: 70px;
    }
    .kkgrafik img {
        width: 400px;
        text-align: center;
        padding-bottom: 60px;
    }
    .kk_liste {
        padding: 0 100px;
        padding-bottom: 30px;
        margin-bottom: 50px;
    }
    .dienst_grafik {
        margin-top: 50px;
    }
    .digrafik img {
        width: 400px;
        text-align: center;
        padding-bottom: 60px;
    }
    .di_liste {
        padding: 0 100px;
        padding-bottom: 30px;
        margin-bottom: 70px;
    }
    .boxwarum {
        padding: 14px;
        padding-bottom: 40px;
        margin-top: 90px;
        margin-bottom: 80px;
    }
    .w_liste {
        padding: 0 80px;
        margin-bottom: 40px;
    }
    .wicon img {
        width: 70px;
    }
    .wtext {
        padding-left: 40px;
    }
    .boxerfahrung {
        margin: 90px 0;
    }
    .slider {
        padding: 0 100px;
    }
    .slidebtn button {
        margin: 0;
        margin-bottom: 20px;
    }
    .prev {
        padding: 20px;
    }
    .next {
        padding: 20px;
    }
    .footer_container {
        width: 60%;
        padding-bottom: 20px;
    }
}