@font-face {
    font-family: 'poppins';
    src: url("../fonts/poppins-regular-webfont.eot");
    src: url("../fonts/poppins-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins-regular-webfont.woff2") format("woff2"), url("../fonts/poppins-regular-webfont.woff") format("woff"), url("../fonts/poppins-regular-webfont.ttf") format("truetype"), url("../fonts/poppins-regular-webfont.svg#poppins_blackregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppins';
    src: url("../fonts/poppins-medium-webfont.eot");
    src: url("../fonts/poppins-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins-medium-webfont.woff2") format("woff2"), url("../fonts/poppins-medium-webfont.woff") format("woff"), url("../fonts/poppins-medium-webfont.ttf") format("truetype"), url("../fonts/poppins-medium-webfont.svg#poppins_blackregular") format("svg");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'poppins';
    src: url("../fonts/poppins-semibold-webfont.eot");
    src: url("../fonts/poppins-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins-semibold-webfont.woff2") format("woff2"), url("../fonts/poppins-semibold-webfont.woff") format("woff"), url("../fonts/poppins-semibold-webfont.ttf") format("truetype"), url("../fonts/poppins-semibold-webfont.svg#poppins_blackregular") format("svg");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'poppins';
    src: url("../fonts/poppins-bold-webfont.eot");
    src: url("../fonts/poppins-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins-bold-webfont.woff2") format("woff2"), url("../fonts/poppins-bold-webfont.woff") format("woff"), url("../fonts/poppins-bold-webfont.ttf") format("truetype"), url("../fonts/poppins-bold-webfont.svg#poppins_blackregular") format("svg");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'poppins';
    src: url("../fonts/poppins-black-webfont.eot");
    src: url("../fonts/poppins-black-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins-black-webfont.woff2") format("woff2"), url("../fonts/poppins-black-webfont.woff") format("woff"), url("../fonts/poppins-black-webfont.ttf") format("truetype"), url("../fonts/poppins-black-webfont.svg#poppins_blackregular") format("svg");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'krana';
    src: url("../fonts/KranaFat-Heavy.eot");
    src: url("../fonts/KranaFat-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/KranaFat-Heavy.woff2") format("woff2"), url("../fonts/KranaFat-Heavy.woff") format("woff"), url("../fonts/KranaFat-Heavy.ttf") format("truetype"), url("../fonts/KranaFat-Heavy.svg#poppins_blackregular") format("svg");
    font-weight: 900;
    font-style: normal;
}

body {
    font-size: 1rem;
    line-height: 1.75;
    font-family: "poppins", sans-serif;
    font-weight: 400;
    background: #ffe000;
    color: #005ca8;
}

.lead {
    font-size: 1.5rem;
}

.lead b {
    font-weight: bold;
}

.btn {
    border-radius: 2rem;
    padding: .375rem 3rem;
    font-size: .9rem;
    font-weight: bold;
}

.btn-primary, .flo-submit .btn-primary {
    color: #fff;
    background-color: #2760b5;
    border-color: #2760b5;
    padding: 1.4rem 2.2rem;
    font-size: 12px;
    text-transform: uppercase;
}

a.btn-primary {
    color: #fff;
}

a#banana-receipts {
    margin: 80px 0;
}
a#explore-button {
    margin-top: 50px;
}

.btn-primary:hover, .btn-primary.focus, .btn-primary:focus, .btn-primary.focus, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #005ca8;
    background-color: #ffe000;
    border-color: #ffe000;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -30px;
    margin-left: -30px;
}

.row.krumm3 {
    padding-top: 130px;
}

.row.gutschein-row {
    margin-top: 100px;
}

.row.krumm:before {
    content: "";
    background: url(/images/content/trenner-gelb-kruemmung-oben.svg);
    height: 13px;
    width: 100%;
    display: block;
    background-size: cover;
    margin-top: -13px;
    margin-bottom: 130px;
}

.row.krumm:after {
    content: "";
    background-image: url(/images/content/trenner-gelb-kruemmung2.svg);
    height: 33px;
    width: 100%;
    display: block;
    background-size: 100%;
    /* margin-top: -13px; */
    background-color: #fff;
    background-repeat: no-repeat;
    padding-bottom: 130px;
}

.row.krumm2:after {
    content: "";
    background-image: url(/images/content/trenner-gelb-kruemmung3.svg);
    height: 20px;
    width: 100%;
    display: block;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: 100px;
    background-position-y: bottom;
}

.row.krumm3:after {
    content: "";
    background-image: url(/images/content/trenner-gelb-kruemmung2.svg);
    height: 20px;
    width: 100%;
    display: block;
    background-size: 100%;
    margin-top: 130px;
    background-repeat: no-repeat;
    margin-bottom: -20px;
}

h1 {
    color: #005ca8;
    font-family: krana, sans-serif;
    font-size: 6.3rem;
    line-height: 5.7rem;
}

h2 {
font-size:40px;
    font-weight: bold;
    padding-bottom:35px;

}

h3 {
    font-size: 1.3rem;
    font-weight: bold;
}

a {
    color: #005ca8;
    text-decoration: none;
    background-color: transparent;
    font-weight: bold;
}

.introheader {
    margin-bottom: 65px;
}

h1 {
    font-size: 3.1rem;
    line-height: 2.7rem;

}

span.h1-1 {
    margin-left: 0px;
}

span.h1-2 {
    margin-left: 42px;

}

span.h1-3 {
    margin-left: 16px;
    position: absolute;
    bottom: 14px;
}

.mobile-behind {
    z-index: 0
}

.mobile-front {
    z-index: 100;
}

.img-schulstart-header {
    position: absolute !important;
    top: 30px;
    max-width: 80px;
    left: 226px;

}

ul.arrow-list {
    font-size: 26px;
    font-weight: 700;
    padding-left: 30px;
    list-style-type: none;
}

ul.arrow-list li:before {
    content: "";
    background: url(/images/content/pfeil.svg);
    height: 20px;
    width: 20px;
    display: block;
    position: absolute;
    margin-left: -30px;
    background-repeat: no-repeat;
    margin-top: 12px;
}

@media (min-width: 768px) {
    h1 {
        font-size: 7.1rem;
        line-height: 5.6rem;

    }

    span.h1-1 {
        margin-left: 0px;
    }

    span.h1-2 {
        margin-left: 73px;

    }

    span.h1-3 {
        margin-left: 36px;
        position: absolute;
        bottom: -28px;
    }

    .img-schulstart-header {
        position: absolute !important;
        top: 65px;
        max-width: 280px;
        left: 425px;

    }
}

@media (min-width: 501px) and (max-width: 767.98px) {
    p.lead {
        padding-right: 200px;
    }

    .introheader {
        margin-bottom: 20px !important
    }

    h1 {
        font-size: 4.7rem;
        line-height: 4.4rem;

    }

    span.h1-1 {
        margin-left: 0px;
    }

    span.h1-2 {
        margin-left: 50px;

    }

    span.h1-3 {
        margin-left: 24px;
        position: absolute;
        bottom: -5px;
    }

    .img-schulstart-header {
        position: absolute !important;
        top: 45px;
        max-width: 180px;
        left: 304px;

    }
}

.aktion-additional {
    font-size: .8rem;
}

.img-snackbox {
    max-height: 300px;
}

.container.container-schulstart {
    background: #ffe000;
}

.container-schulstart-inner {
    max-width: 800px;
    margin: 65px auto;
}

.actionbox h2 {
    font-size: 1.2rem;
    font-weight: bold;
}

.actionbox {
    background: #fdf9cd;
    border-radius: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 1rem;
}

.floraforms .field {

    margin-bottom: 1rem;
}

.floraforms .field {
    display: block;
    width: 100%;
    padding: 0;
    border-radius: 3px;
    border: 1px solid #c2c9d0;
    background: #fff;
    color: #4f4f4f;
    font-size: .875rem;
    line-height: 1.14286;
    font-weight: 500;
    letter-spacing: normal;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.floraforms .btn-themed {
    background-color: #f7e112 !important;
    border-radius: 25px;
    font-size: 12px;
}

.floraforms .btn-themed, .floraforms .btn-themed:hover, .floraforms .btn-themed:focus, .floraforms .btn-themed:active {
    color: #005ca8 !important;
    font-weight: bold;
}

.flo-file span.flo-button.btn-themed {
    margin-top: 2px;
}

.floraforms .flo-input:focus, .floraforms .flo-textarea:focus, .floraforms .flo-select > select:focus, .floraforms .flo-selectmulti select:focus {
    border-color: #f7e112 !important;
}

.floraforms .flo-input:hover, .floraforms .flo-textarea:hover, .floraforms .flo-select > select:hover, .floraforms .flo-selectmulti select:hover, .floraforms .flo-input:hover ~ .flo-hint, .floraforms .flo-file .file-input:hover + .flo-input, .floraforms .flo-textarea:hover ~ .flo-hint {
    border-color: #f7e112 !important;
}

.floraforms .state-error + em {
    margin-top: -15px;
    margin-bottom: 14px;
}

.option-group {
    margin-bottom: 22px;

}

.option-group.elem-group-checkbox {
    position: relative;
}

.floraforms .flo-checkbox {
    position: absolute;
}

label.flo-label-checkbox {
    padding-left: 30px;
    padding-top: 6px;
    font-size: .9rem;
    font-weight: 500;
    color: #4f4f4f;
}

.floraforms .flo-input, .floraforms .flo-textarea {
    padding: 15px 16px;
    width: 100%;
    border: none;
}

.floraforms #confirm_datenschutz-error {
    display: block !important;
    margin-top: 6px;
    padding: 0 3px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    line-height: normal;
    color: #CC0000;
    font-size: 0.85em;
    margin-top: -20px;
    margin-bottom: 20px;
}

ul.c-socials-menu__list {
    padding: 0;
}

.c-socials-menu__item {
    display: inline-block;
    padding: 0 5px;
    line-height: 1;
}

.c-socials-menu__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    height: 25px;
    width: 25px;
}

.c-socials-menu__link {
    position: relative;
    display: inline-block;
    width: 52px;
    height: 52px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}
