/* poppins-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: 'Poppins';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/poppins-v24-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-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: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/poppins-v24-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-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: 'Poppins';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/poppins-v24-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-500italic - 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: 'Poppins';
    font-style: italic;
    font-weight: 500;
    src: url('../fonts/poppins-v24-latin-500italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-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: 'Poppins';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/poppins-v24-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-800 - 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: 'Poppins';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/poppins-v24-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}



body {

}

body main, body header, body footer {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #0A3055;
}

body footer {
    color: #ffffff;
}

body main .pt-5 {
    padding-top: 3.5rem !important;
}

body main .pb-5 {
    padding-bottom: 4rem !important;
}

main a, main a:hover, main a:visited {
    color: #000;
}

header {
    position: absolute;
    width: 100%;
}

#head .logo {
    position: relative;
    z-index: 999;
    top: -60px;
    left: -50px;
}

@media (min-width: 768px) {

    #head .logo {
        top: 0;
        left: 0;
    }

}

@media (min-width: 1024px) {

    #head .logo {
        top: -106px;
        left: 0;
    }

}

#head .navbar-dark {
    height: 70px;
    position: relative;
    top: 20px;
}

#head .navbar-dark .navbar-nav .nav-link {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .5px;
    padding-left: 0;
    padding-right: 0;
    float: left;
    color: #ffffff;
    font-style: italic;
}

#head #navbarCollapse {
    position: fixed;
    background: #fff;
    top: 44px;
    z-index: 9999;
    padding: 0 16px 8px;
    border-radius: 0 0 9px 9px;
}

#head .navbar-dark .navbar-nav {
    justify-content: space-around;
    width: 100%;
    margin-top: 1rem;
}

@media (min-width: 768px) {

    #head .navbar-dark {
        height: 30px;
        position: relative;
        top: -2px;
    }

    #head #navbarCollapse {
        position: relative;
        background: transparent;
        top: unset;
        z-index: 9999;
        padding: 0;
    }

    #head .navbar-dark .navbar-nav .nav-link {
        float: none;
        padding-right: 0;
    }

    #head .navbar-dark .navbar-nav {
        margin-top: 0;
    }

}

#head .navbar-dark .navbar-nav .nav-link:hover {
    color: #0A3055;
}

#head .navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2820, 49, 80, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    width: 20px;
}

#head .navbar-dark .navbar-toggler {
    color: rgba(20,49,80,1);
    border-color: rgba(20,49,80,.5);
    padding: 0 10px;
    position: absolute;
    top: 12px;
}

#head .logo img {
    width: 100%;
}

@media (min-width: 768px) {

}

@media (min-width: 992px) {

    #head .logo img {
        top: -3px;
        position: relative;
    }

}

@media (min-width: 1024px) {

    #head .logo img {
        top: 104px;
    }

}

.button {
    font-size: 19px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    background-color: #267FC9;
    border-color: #267FC9;
    margin: 0 0 1.5rem 0;
    display: block;
    text-decoration: none;
    color: #FFFFFF !important;
    padding: 7px 30px;
    width: fit-content;
}

.buttongelb {
    background-color: #ffbf43;

}

main a {
    text-decoration: none !important;
}

main b, main strong {
    font-weight: 600;
}

main .container, main .container-lg, main .container-md, main .container-sm, footer .container, header .container {
    max-width: 960px;
    padding-top: 30px;
    padding-bottom: 30px;
}

main h1, main h2, main h3 {
    margin-bottom: 1rem;
    letter-spacing: .75px;
}

main h1, main h2 {
    font-size: 21px;
    font-weight: 700;
}

main h3 {
    font-size: 19px;
    font-weight: 500;
}

main p {
    letter-spacing: 0.1px;
    line-height: 1.6em;
}

.stage > .container {
    height: inherit;
}

.stage > .container > .row {
    height: inherit;
}

.stage_container {
    height: 580px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.stage_container h2 {
    font-size: 48px;
    font-weight: 700;
    color: #ffffff;
    position: relative;
    top: 64px;
}

@media (min-width: 768px) {

    .stage_container {
        height: 972px;
    }

}

@media (min-width: 1200px) {

    .stage_container {

    }

}

.stage_containerblock {
    color: #0A3055;
    position: relative;
    margin-bottom: 1rem;
    text-align: center;
}

@media (min-width: 810px) {

    .stage_containerblock {
        margin-top: -210px;
    }

}

@media (min-width: 992px) {

    .stage_containerblock {
        height: -400px;
    }

}


.stage_containerblock p {
    font-weight: 500;
}


.stage_containerblock h1 {
    font-size: 18px;
    margin: 0;
    font-weight: 600;
    margin-bottom: 6px;
}

.stage_containerblock h2 {
    font-size: 21px;
    color: #3c3c3c;
    font-weight: 500;
}

.stage {
    height: 100%;
    background-size: cover;
    background-position-x: center;
    background-position-y: top;
    background-repeat: no-repeat;
    overflow: hidden;
}

@media (min-width: 768px) {

    .stage {
        background-size: 1600px;
    }

}

.stage_block {
    position: relative;
    top: 310px;
    left: 456px;
}

.stage_block img {
    width: 138px;
}

.stage_block p {
    width: 206px;
    color: #0A3055;
    font-weight: 600;
    font-size: 14px;
    padding-top: 10px;
}

@media (min-width: 768px) {

    .stage_block {
        position: absolute;
        top: 322px;
        left: 580px;
    }

    .stage_block img {
        width: 120px;
    }

}

@media (min-width: 1024px) {

    .stage_block {
        position: relative;
        top: 86px;
        left: 694px;
    }

    .stage_block img {
        width: 172px;
    }

}

.stage_block h1 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.125em;
    margin-bottom: 3px;
}

.stage_block div {
    font-size: 22px;
    font-weight: 500;
}

@media (min-width: 768px) {

    .stage_block h1 {
        font-size: 42px;
    }

}

.textblau {
    color: #267FC9 !important;
}

.bg_hellblau {
    background-color: #D9EEFF
}

.bg_hellblau * {
    color: #0A3055;
}

.bg_dunkelblau {
    background-color: #267FC9;;
}

.bg_dunkelblau * {
    color: #ffffff;
}

.bg_gold {
    background-color: #D1A76A;
}

.bg_gelb {
    background-color: #FDFDE5;
}

.bg_transparent {

}

.textcontainerbreit p:last-child {
    margin: 0;
}

.inhaltsreihe {
    padding: 1.75rem 0;
    overflow: hidden;
}

.inhaltsreihe ul li {
    text-align: center;
}

.inhaltsreihe .bilder .bild {
    max-width: 100%;
    height: auto;
}

@media (min-width: 1024px) {

    .inhaltsreihe .bilder .bild {
    }

}

.inhaltsreihe p, .inhaltsreihe ul {
    text-align: center;
    list-style-position: inside;
}

.spaltenabschluss {
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
}


.pdflink {
    text-align: center;
    display: block;
}

@media (max-width: 767px) {

    .bilder {
        margin-top: 0 !important;
    }
}

.sliderstreifen {
    height: 190px !important;
    overflow-x: scroll;
    overflow-y: hidden;
}

.sliderstreifen img {
    height: inherit;
    width: auto;

}

@media (max-width: 574px) {

    .sliderstreifen {
        height: 180px !important;
    }

    .sliderstreifen img {
        height: 180px;
    }

}

.bild {
    transition: opacity 2500ms;
    opacity: 0.1;
}


main .btn-primary {
    font-size: 28px;
    font-family: 'Overlock', sans-serif;
    font-weight: 700;
    background-color: #FFD300;
    border-color: #FFD300;
    margin: 1.5rem auto 2.5rem;
    display: block;
    text-decoration: none;
    color: #000;
    padding: 1rem 2.5rem;
}

main .btn-primary:hover {
    border-color: #000;
    background-color: #FFD300;
    color: #000;
}

.spezial_einleitung {
    position: relative;
    margin-bottom: 1rem;
    overflow: hidden;
}

@media (min-width: 992px) {

    .spezial_einleitung {
        overflow: visible;
    }

}

.spezial_einleitung .Herzschlag_Icon {
    position: absolute;
    z-index: 999;
    top: 150px;
    right: -142px;
    width: 562px;
}

.bilderstreifen {
    z-index: 999999;
    position: relative;
}

main .spezial_personen {
    padding-bottom: 0;
}

.spezial_personen .person {
    margin-bottom: 2rem;
}

.spezial_personen .person:last-child {
    margin-bottom: 0;
}

.spezial_personen .person_titel {
    font-size: 18px;
    margin-bottom: 4px;
}

.spezial_zitate {
    font-size: 15px;
}

.spezial_zitate strong {
    font-size: 17px;
}


.spezial_2_videos video, .video_gross video {
    max-width: 100%;
}

.spendenblock h3 {
    color: #D61F2D;
    font-size: 21px;
    font-weight: 700;
}

.spenden {
    cursor: pointer;
}

.jaichmoechtespenden {
    font-size: 29px;
    color: #D61F2D;
    font-weight: 700;
    margin-bottom: .5rem;
    margin-top: 22px;
}

#spendenModal .modal-dialog {
    max-width: 740px;
}

#spendenModal .modal-body {
    padding-left: 0;
    padding-right: 0;
}

#spendenModal .modal-content {
    padding: 1rem;
}

#spendenModal .logo {
    margin-top: 1rem;
}

.Stiftungskonto {
    letter-spacing: .5px;
    font-weight: 600;
    line-height: 24px;
}

.Stiftungskonto span {
    color: #D61F2D;
}


.modal-body .close span {
    border: 3px solid;
    border-radius: 10rem;
    width: 30px;
    height: 30px;
    display: inline-block;
    color: #D61F2D;
}

.modal-body .close {
    opacity: 1;
}

.modal-body .close:hover {
    opacity: .7;
}

.Iban {
    font-weight: 600;
    letter-spacing: 1px;
    white-space: nowrap;
}

.Iban span {
    font-weight: 500;
}

#spendenbeleg-53 h2 {
    font-size: 18px;
    color: #D61F2D;
    font-family: 'Vollkorn', serif;
}

#spendenbeleg-53 .form-check-label {
    margin-left: -18px;
}

#spendenbeleg-53 .btn-primary {
    color: #fff;
    background-color: #D61F2D;
    border-color: #D61F2D;
}

#spendenbeleg-53 .form-text {
    display: block;
    margin-top: .5rem;
    font-size: 15px;
}

#spendenbeleg-53 .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.5rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#spendenbeleg-53 .form-group {
    margin-bottom: .5rem;
}

.wunschbetrag {
    background: #FFD80040;
    margin-top: 32px;
    padding: 11px 14px 11px;
    font-weight: bold;
}

.kontoblock {
    border: 3px solid #D61F2D;
    font-size: 20px;
    margin: 1rem auto 1rem;
    font-weight: 600;
    display: inline-block;
    width: 100%;
}

.kontoblock_links {
    width: 80%;
    float: left;
    padding: 1rem;
}

.kontoblock_rechts {
    width: 20%;
    background-color: #D61F2D;
    float: right;
    text-align: center;
    height: 116px;
    padding-top: 1rem;
}

.kontoblock button {
    background-color: #D61F2D;
    color: #ffffff;
    border: none;
    font-size: 16px;
    font-weight: 600;
}

.shirtblock .preis {
    color: #D61F2D;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: -10px;
}


.smaller {
    font-size: 15px !important;
}

.personen_beschreibung {
    margin-top: 1rem;
    font-size: 16px;
}

.person .anmerkung {
    font-size: 15px;
    font-style: italic;
    margin-top: 10px;
}

.person .ruf {
    font-weight: 600;
}

.mehr_link {
    cursor: pointer;
    display: none;
}

.collapsed.mehr_link {
    display: inline;
}

.footerblock_container .container-fluid {
    padding-bottom: 30rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

@media (min-width: 1600px) {

    .footerblock_container .container-fluid {
        padding-bottom: 27rem;
    }

}





body footer {
    color: #D9EEFF;
    background-color: #092036;
    font-weight: 300;
    font-size: 14px;
    overflow-x: hidden;
    letter-spacing: .25px;
    position: relative;
    padding-top: 3rem;
}

body footer span {
    display: inline-block;
    width: 42px;
    color: #267fc9;
    font-weight: 600;
}

footer a {
    text-decoration: none;
    color: #D9EEFF;
}

footer .footernav {
    display: flex;
    padding: 0;
    line-height: 1;
    margin: 0 0 1rem;
}

footer .footernav .nav-item {
    list-style: none;
    font-weight: 600;
    font-size: 16px;
}

footer .footernav .nav-link {
    padding-left: 0;
    letter-spacing: 1px;
    padding-right: 4rem;
}

footer .small {
    font-size: 14px;
}

footer .footerlogo {
    position: relative;
    top: -8px;
}

footer .footerloewenzahn {
    position: relative;
    top: -8px;
}

@media (min-width: 576px) {

    footer .footerloewenzahn {
        top: -50px;
        left: 35px;
    }

    footer .footerlogo {
        top: -34px;
        left: -2px;
    }

}

footer .adressblock {
    margin-top: -8rem;
}

.textblau {
    color: #267FC9;
}

#spezial_idee {
    padding-bottom: 0;
}

#spezial_idee h3 {
    font-weight: 600;
    margin-bottom: 8px;
}

#spezial_cards {
    height: 326px;
}

@media (min-width: 1024px) {

    #spezial_cards {
        height: 386px;
    }

}

#spezial_cards {
    position: relative;
    z-index: 999999;
}

#spezial_cards h2 {
    color: #ffffff;
}

#spezial_cards strong {
    font-size: 17px;
}

#cardcontainer {

}

#cardcontainer .card img {
    width: 360px;
    left: 30px;
    position: absolute;
    top: -53px;
}

#cardcontainer .card {
    border-top: 46px solid #FDFDE5;
    border-right: 9px solid #FDFDE5;
    border-bottom: 50px solid #FDFDE5;
    border-left: 9px solid #FDFDE5;
}

#cardcontainer .card {
    font-size: 14px;
}

#cardcontainer .card h3  {
    font-size: 16px;
}

#cardcontainer .card h3 span {
    color: #267FC9;
}

.card .inner {
    height: 464px;
    padding-top: 227px;
    text-align: center;
    padding-left: 50px;
    padding-right: 50px;
}

.bluebox {
    padding: 20px;
    background: #D9EEFF;
}

.bluebox span {
    width: 96px;
    display: inline-block;
}

.boldsmall {
    font-size: 19px;
    font-weight: 600;
}

.boldmiddle {
    font-size: 22px;
    font-weight: 700;
}

.boldbig {
    font-size: 32px;
}

.card .stoerer {
    position: absolute;
    top: 175px;
    z-index: 9999999;
    right: 165px;
}

#cardcontainer .card .stoerer img {
    width: 138px;
    height: auto;
}

#spezial_fahrausbildung {
    padding-bottom: 0;
}

#spezial_mobilitaet * {
    color: #092036;
}

#spezial_mobilitaet h2 {
    text-align: center;
    color: #ffffff;
    margin-bottom: 2.5rem;
    margin-top: .75rem;
}

.cookie-consent-container .buttons .btn--primary, .cookie-consent-container .buttons .btn--secondary {
    background: transparent !important;
    color: #999 !important;
    border: 2px solid #999 !important;
    opacity: .5;
}

.cookie-consent-container .buttons .btn--primary:hover, .cookie-consent-container .buttons .btn--secondary:hover {
    background: transparent;
    color: #999;
    opacity: 1 !important;
}

.tx-powermail form h3 {
    font-weight: 700;
    text-align: center;
    font-size: 22px;
}

.tx-powermail .container-fluid {
    padding: 0;
}

.tx-powermail legend {
    background: #267FC9;
    padding: 7px 30px;
    color: #fff;
    font-weight: 600;
    font-size: 19px;
}

.tx-powermail legend span {
    float: right;
}

main .tx-powermail .btn-primary, main .container .calltoaction {
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    background-color: #267FC9;
    border-color: #267FC9;
    margin: 2rem 0;
    display: block;
    text-decoration: none;
    color: #FFFFFF;
    padding: 7px 30px;
    width: fit-content;
}

.tx-powermail .powermail_field {
    display: flex;
}

.tx-powermail .powermail_field label {
    line-height: 2.5rem;
    font-size: 18px;
    width: 366px;
}

.tx-powermail .powermail_field h4 {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.tx-powermail .powermail_fieldwrap_type_check {
    margin-top: 1rem;
}

.tx-powermail .powermail_fieldwrap_type_check label {
    display: none;
}

.tx-powermail .powermail_fieldwrap_type_check .powermail_checkwrap label {
    display: block;
    line-height: 1.5em;
    font-size: 16px;
    width: 100%;
}

.powermail_fieldwrap_anweisungen .powermail_field {
    display: block;
}

.buttonblock {
    margin-top: -60px;
    margin-bottom: -30px;
}

h4.aktien {
  font-weight: 700;
}

h3 span {
    color: #267FC9;
}

#c78 .container {
    padding-bottom: 0;
}

#c79 .container, #c82 .container {
    padding-bottom: 0;
    padding-top: 0;
}