/* rethink-sans-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: 'Rethink Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../Fonts/rethink-sans-v7-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* rethink-sans-italic - 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: 'Rethink Sans';
    font-style: italic;
    font-weight: 400;
    src: url('../Fonts/rethink-sans-v7-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* rethink-sans-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: 'Rethink Sans';
    font-style: normal;
    font-weight: 500;
    src: url('../Fonts/rethink-sans-v7-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* rethink-sans-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: 'Rethink Sans';
    font-style: italic;
    font-weight: 500;
    src: url('../Fonts/rethink-sans-v7-latin-500italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* rethink-sans-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: 'Rethink Sans';
    font-style: normal;
    font-weight: 600;
    src: url('../Fonts/rethink-sans-v7-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* rethink-sans-600italic - 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: 'Rethink Sans';
    font-style: italic;
    font-weight: 600;
    src: url('../Fonts/rethink-sans-v7-latin-600italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* rethink-sans-700 - 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: 'Rethink Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../Fonts/rethink-sans-v7-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* rethink-sans-700italic - 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: 'Rethink Sans';
    font-style: italic;
    font-weight: 700;
    src: url('../Fonts/rethink-sans-v7-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* rethink-sans-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: 'Rethink Sans';
    font-style: normal;
    font-weight: 800;
    src: url('../Fonts/rethink-sans-v7-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* rethink-sans-800italic - 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: 'Rethink Sans';
    font-style: italic;
    font-weight: 800;
    src: url('../Fonts/rethink-sans-v7-latin-800italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body {
    color: #000;
    font-family: "Rethink Sans", serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.3;
    padding-top: 71px;
}

ul,ol {
    padding-left: 20px;
}

.z-index-1 {
    z-index: 1;
}

.z-index-2 {
    z-index: 2;
}

section.section {
    position: relative;
    display: block;
    width: 100%;
}

a {
    color: #000;
    text-decoration: underline;
}

a:hover,
a:focus,
a:active {
    color: #000;
    text-decoration: none;
}

.text-white {
    color: #FFF !important;
}

.bg-blue {
    background-color: #1938D9;
}

.bg-darkblue {
    background-color: #1504A5;
    color: #FFF;
}

.bg-lila {
    background-color: #B2B1FF;
    color: #FFF;
}

.bg-white {
    background-color: #FFF;
}

.bg-lightgrey {
    background-color: #E9F1F2;
}

.bg-gesundheit {
    background-color: #BE9AE1;
    color: #FFF;
}

.headerbox.bg-technik,
.bg-technik {
    background-color: #3BC3CD;
    color: #FFF;
}

.headerbox.bg-berufsintegration,
.bg-berufsintegration {
    background-color: #EC7776;
    color: #FFF;
}

.headerbox.bg-paedagogik,
.bg-paedagogik {
    background-color: #F8D2D9;
    color: #000;
}

.headerbox.bg-sprache,
.bg-sprache {
    background-color: #F4CB4D;
    color: #000;
}

.bg-viona {
    background-color: #B8C7E8;
}

/*Logo*/
.navbar-brand-image {
    width: 206px;
    height: 45px;
}

/*Navbar*/
#navbar {
    background-color: #1504A5;
}

.navbar-toggler {
    border: 0;
    outline: 0 !important;
    box-shadow: none !important;
}

.toggler-icon-box {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 24px;
}

.toggler-icon {
    top: auto;
    bottom: 0;
    transition-delay: .13s;
    transition-timing-function: cubic-bezier(.55,.055,.675,.19);
    transition-duration: .13s;
    display: block;
}

.toggler-icon,
.toggler-icon:before,
.toggler-icon:after {
    position: absolute;
    width: 30px;
    height: 3px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    border-radius: 0;
    background-color: #FFF;
}

.toggler-icon:after,
.toggler-icon:before {
    display: block;
    content: "";
}

.toggler-icon:before {
    transition: top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19);
    top: -8px;
}

.toggler-icon:after {
    top: -16px;
    transition: top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity .1s linear;
    bottom: -8px;
}

.navbar-toggler[aria-expanded="true"] .toggler-icon {
    transition-delay: .22s;
    transition-timing-function: cubic-bezier(.215,.61,.355,1);
    transform: translate3d(0,-10px,0) rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .toggler-icon:before {
    top: 0;
    transition: top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s;
    transform: rotate(-90deg);
}

.navbar-toggler[aria-expanded="true"] .toggler-icon:after {
    top: 0;
    transition: top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s linear .22s;
    opacity: 0;
}

#scroll-to-top.invisible {
    opacity: 0;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
}

#scroll-to-top {
    display: block;
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 50px;
    height: 50px;
    z-index: 1000;
    opacity: 1;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
}

a#to-top {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: url(../img/icons/icon-arrow.svg) no-repeat center center;
    background-color: #EEDC30;
    background-size: 50% 50%;
    box-shadow: -10px 6px 26px rgba(0,0,0,.16);
    transform: rotate(-90deg);
}

@media(max-width: 1199px){

    #navbar .navbar-nav {
        margin-top: 75px;
        margin-bottom: 0;
        min-height: calc(100vh - 155px);
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media(max-width: 1199px) {
    #nav-bildungsbereiche {
        display: none !important;
    }

    #navbar .nav-item .nav-link {
        display: inline-block;
    }
}

#navbar .nav-item .nav-link,
#navbar .nav-item.submenu-header {
    font-size: 22px;
    font-weight: 400;
    color: #fff;
}

#navbar .nav-item.submenu-header {
    text-decoration: underline;
    margin-bottom: 15px;
}

#navbar .nav-item.last-sub-item {
    margin-bottom: 50px;
}

#navbar .nav-item .nav-link:after,
#navbar .nav-item .dropdown-item:after {
    display: block;
    content: "";
    width: 100%;
    margin-top: 2px;
    height: 3px;
    background-color: #FFF;
    color: #FFF;
    opacity: 0;
    transition: all .1s;
}

#navbar .nav-item .dropdown-toggle::after {
    display: block;
    margin-left: 0;
    vertical-align: center;
    content: "";
    border: 0 !important;
}

#navbar .active > .nav-link:after,
#navbar .nav-item .nav-link.active:after,
#navbar .nav-item .nav-link.show:after,
#navbar .nav-item .show > .nav-link:after,
#navbar .nav-item .nav-link:focus:after,
#navbar .nav-item .nav-link:hover:after,
#navbar .nav-item .nav-link:active:after,
#navbar .active > .dropdown-item:after,
#navbar .nav-item .dropdown-item.active:after,
#navbar .nav-item .dropdown-item:focus:after,
#navbar .nav-item .dropdown-item:hover:after,
#navbar .nav-item .dropdown-item:active:after {
    opacity: 1;
    transition: all .1s;
}

#navbar .dropdown-toggle:before {
    content: "";
    position: relative;
    display: inline-block;
    width: 15px;
    height: 8px;
    background: url(../Icons/icon-arrow-down-white.svg) no-repeat center center;
    float: right;
    background-size: auto 8px;
    margin-left: 6px;
    margin-top: 6px;
    transform: rotate(-90deg);
    transform-origin: center center;
    transition: transform .2s ease-in-out;
}

#navbar .dropdown-toggle.show:before {
    transform: rotate(0deg);
    transform-origin: center center;
    transition: transform .2s ease-in-out;
}

/*Buttons*/
.btn.btn-link {
    color: #1938D9 !important;
    font-weight: 700;
    font-size: 20px;
}

.btn.btn-primary {
    background-color: #1504A5;
    color: #FFF;
    border-radius: 4px;
    border: 2px solid #1504A5;
    padding: 8px 30px;
    text-align: center;
    font-weight: 500;
    margin-top: 15px;
}

.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus,
.btn.btn-primary.active,
.btn.btn-primary.show {
    background-color: #E9F1F2;
    border: 2px solid #E9F1F2;
    color: #1504A5;
}

.bg-lightgrey > .btn.btn-primary:hover,
.bg-lightgrey > .btn.btn-primary:active,
.bg-lightgrey > .btn.btn-primary:focus,
.bg-lightgrey > .btn.btn-primary.active,
.bg-lightgrey > .btn.btn-primary.show {
    background-color: #FFF;
    border: 2px solid #FFF;
}

.btn.btn-secondary {
    background-color: #FFF;
    color: #000;
    border-radius: 4px;
    border: 2px solid #FFF;
    padding: 8px 30px;
    text-align: center;
    font-weight: 500;
    margin-top: 15px;
}

.btn.btn-secondary:hover,
.btn.btn-secondary:active,
.btn.btn-secondary:focus,
.btn.btn-secondary.active,
.btn.btn-secondary.show {
    background-color: #1504A5;
    border: 2px solid #FFF;
    color: #FFF;
}

.btn.btn-default {
    background-color: #1938D9;
    border: 2px solid #1938D9;
    border-radius: 22px;
    font-weight: 500;
    color: #fff;
    padding: 12px;
}

.btn.btn-default:hover,
.btn.btn-default:active,
.btn.btn-default:focus,
.btn.btn-default.active,
.btn.btn-default.show {
    background-color: #E9F1F2;
    border: 2px solid #E9F1F2;
    color: #1504A5;
    padding: 12px;
}

.btn.btn-default.btn-faq {
    min-width: 66%;
    font-size: 14px;
}

.btn.btn-bildungsbereich {
    margin-top: 25px;
    max-width: 200px;
    padding: 8px;
}

#card-technik .btn.btn-bildungsbereich {
    color: #3BC3CD;
}

#card-technik .btn.btn-bildungsbereich:hover,
#card-technik .btn.btn-bildungsbereich:active,
#card-technik .btn.btn-bildungsbereich:focus,
#card-technik .btn.btn-bildungsbereich.active,
#card-technik .btn.btn-bildungsbereich.show {
    color: #FFF;
    background-color: #3BC3CD;
}

#card-gesundheit .btn.btn-bildungsbereich {
    color: #BE9AE1;
}

#card-gesundheit .btn.btn-bildungsbereich:hover,
#card-gesundheit .btn.btn-bildungsbereich:active,
#card-gesundheit .btn.btn-bildungsbereich:focus,
#card-gesundheit .btn.btn-bildungsbereich.active,
#card-gesundheit .btn.btn-bildungsbereich.show {
    color: #FFF;
    background-color: #BE9AE1;
}

#card-berufsintegration .btn.btn-bildungsbereich {
    color: #EC7776;
}

#card-berufsintegration .btn.btn-bildungsbereich:hover,
#card-berufsintegration .btn.btn-bildungsbereich:active,
#card-berufsintegration .btn.btn-bildungsbereich:focus,
#card-berufsintegration .btn.btn-bildungsbereich.active,
#card-berufsintegration .btn.btn-bildungsbereich.show {
    color: #FFF;
    background-color: #EC7776;
}

#card-sprache .btn.btn-bildungsbereich:hover,
#card-sprache .btn.btn-bildungsbereich:active,
#card-sprache .btn.btn-bildungsbereich:focus,
#card-sprache .btn.btn-bildungsbereich.active,
#card-sprache .btn.btn-bildungsbereich.show {
    color: #000;
    background-color: #F4CB4D;
    border: 2px solid #000;
}

#card-paedagogik .btn.btn-bildungsbereich:hover,
#card-paedagogik .btn.btn-bildungsbereich:active,
#card-paedagogik .btn.btn-bildungsbereich:focus,
#card-paedagogik .btn.btn-bildungsbereich.active,
#card-paedagogik .btn.btn-bildungsbereich.show {
    color: #000;
    background-color: #F8D2D9;
    border: 2px solid #000;
}

/*Headers*/
h1 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 30px;
}

h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 20px;
}

h2 button.accordion-button,
h3 button.accordion-button {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.1;
}

h2.small-header {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
}

h1 span.heading-top,
h2 span.heading-top,
h3 span.heading-top {
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.0;
    text-transform: uppercase;
    margin-bottom: 20px;
}

h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

/*Accordion*/
button.accordion-button,
.accordion-button:not(.collapsed) {
    margin: 0 !important;
    padding: 20px 15px;
    border-radius: 4px 4px 0 0 !important;
    background-color: #E9F1F2;
    color: #000;
    box-shadow: none !important;
}
@media(max-width: 767px) {
    .accordion-button::after {
        margin-left: 5px;
    }
}

.accordion-faq button.accordion-button,
.accordion-faq .accordion-button:not(.collapsed) {
    background-color: #B2B1FF;
}

.accordion-flush>.accordion-item {
    border-radius: 4px 4px 0 0 !important;
}

.accordion-button:after,
.accordion-button:not(.collapsed)::after {
    background-image: url(../Icons/icon-arrow-down.svg);
    background-size: contain;
    background-position: center center;
}

.accordion-body {
    color: #000;
    font-size: 17px;
    font-weight: 700;
    padding: 30px 25px;
    padding-right: 35px;
}

/*Headerimages*/
.header-image img.img-fluid {
    min-width: 100%;
}

/*Headerbox*/
.headerbox-wrapper {
    top: 65%;
    width: calc(100% - 24px);
    left: 12px;
}

.headerbox {
    /*background-color: #1938D9;*/
    color: #FFF;
    padding: 30px;
    border-radius: 30px 0 30px 30px;
    margin-top: -75px;
}

.headerbox.bg-lightgrey {
    color: #1938D9;
}

/*Home Bildungsbereiche*/
.card-bildungsbereich {
    background-color: #1938D9;
    color: #FFF;
    font-weight: 600;
    padding: 35px 40px 40px 40px;
    border-radius: 40px 0 40px 40px;
}

h3.bildungsbereich-title {
    font-size: 24px;
    font-weight: 700;
}

#card-technik.card-bildungsbereich,
.card-bildungsbereich[data-uid="4"] {
    background-color: #3BC3CD;
}

#card-sprache.card-bildungsbereich,
.card-bildungsbereich[data-uid="5"] {
    background-color: #F4CB4D;
    color: #000;
}

#card-gesundheit.card-bildungsbereich,
.card-bildungsbereich[data-uid="6"] {
    background-color: #BE9AE1;
}

#card-berufsintegration.card-bildungsbereich,
.card-bildungsbereich[data-uid="7"] {
    background-color: #EC7776;
}

#card-paedagogik.card-bildungsbereich,
.card-bildungsbereich[data-uid="8"] {
    background-color: #F8D2D9;
    color: #000;
}

/*Text Image Box*/
.text-image-box .textbox {
    padding: 50px 30px;
    border-radius: 30px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.textbox.bg-white {
    color: #000;
}

.text-image-box .imagebox {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 30px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

@media(max-width: 767px) {
    .text-image-box {
        margin: 0;
    }

    .text-image-box .imagebox {
        height: 200px !important;
    }
}


/*Testimonials*/
#testimonials-slider .sp-button {
    background-color: #B2B1FF;
    border-color: #B2B1FF;
}

#testimonials-slider .sp-button.sp-selected-button {
    background-color: #1938D9;
    border-color: #1938D9;
}

.testimonial-text {
    padding: 40px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    font-size: 17px;
    font-weight: 700;
}

p.testimonial-header {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.testimonial-name {
    font-size: 26px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 0 !important;
}

.testimonial-image {
    border-top-left-radius: 30px;
}

.testimonial[data-category="technik"] .testimonial-text {
    background-color: #3BC3CD;
    color: #fff;
}

.testimonial[data-category="gesundheit"] .testimonial-text {
    background-color: #BE9AE1;
    color: #fff;
}

.testimonial[data-category="sprache"] .testimonial-text {
    background-color: #F4CB4D;
    color: #000;
}

.testimonial[data-category="berufsintegration"] .testimonial-text {
    background-color: #EC7776;
    color: #FFF;
}

.testimonial[data-category="paedagogik"] .testimonial-text {
    background-color: #F8D2D9;
    color: #000;
}

/*Home Beratung*/
#foerderung {
    padding-bottom: 250px !important;
}

.textbox[data-uid="12"],
#textbox-beratung-service {
    background-color: #B2B1FF;
    color: #fff;
    padding: 60px;
    border-radius: 30px;
    border-bottom-left-radius: 0;
}

#beratung-service {
    margin-top: -250px;
}

/*Partner*/
.partner-slider .sp-buttons,
#kompetenzen-slider .sp-buttons {
    padding-top: 30px;
}

.partner-slider .sp-button,
#kompetenzen-slider .sp-button {
    background-color: #E9F1F2;
    border-color: #E9F1F2;
}

.partner-slider .sp-button.sp-selected-button,
#kompetenzen-slider .sp-button.sp-selected-button {
    background-color: #ADBCBE;
    border-color: #ADBCBE;
}

/*Über Uns*/
/*Kompetenzen*/
.kompetenz-text {
    background-color: #FFF;
    color: #000;
    padding: 40px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    font-size: 17px;
    font-weight: 700;
}

h3.kompetenz-header {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.kompetenz-image {
    border-top-left-radius: 30px;
}

/*Geschäftsführung*/
#geschaeftsfuehrung h2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.0;
    text-transform: uppercase;
    margin-bottom: 30px;
}

#geschaeftsfuehrung {
    font-size: 22px;
    font-weight: 500;
}

/*Events*/
#about-event-logos {
    position: relative;
    z-index: 1;
    border-radius: 30px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 60px;
}

#about-events {
    position: relative;
    z-index: 1;
    border-radius: 30px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 60px;
}

/*Karriere*/
#karriere {
    padding-top: 360px;
    margin-top: -350px;
}

/*Förderungen*/
.textbox.foerdermoeglichkeit {
    color: #FFF;
    padding: 40px;
    padding-top: 35px;
    border-radius: 30px;
    border-top-right-radius: 0;
    min-height: 300px;
}

/*Beratung*/

.ansprechpartner-box {
    background-color: #FFF;
    color: #000;
    border-radius: 10px;
}

.ansprechpartner-headerbox {
    padding: 33px 30px 34px;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

#kontakt-gesundheit .ansprechpartner-headerbox,
#kontakt-gesundheit-pflege .ansprechpartner-headerbox {
    background-color: #BE9AE1;
    color: #FFF;
}

#kontakt-paedagogik .ansprechpartner-headerbox {
    background-color: #F8D2D9;
    color: #000;
}

#kontakt-sprachen .ansprechpartner-headerbox {
    background-color: #F4CB4D;
    color: #000;
}

#kontakt-technik .ansprechpartner-headerbox {
    background-color: #3BC3CD;
    color: #FFF;
}

#kontakt-berufsintegration .ansprechpartner-headerbox {
    background-color: #EC7776;
    color: #FFF;
}

.ansprechpartner-imagebox {
    padding: 40px;
    padding-bottom: 0;
}

.ansprechpartner-textbox {
    padding: 40px;
    padding-top: 30px;
    line-height: 1.5;
}

.ansprechpartner-textbox .text-phone:before,
.text-phone:before {
    content: "";
    display: inline-block;
    float: left;
    background: url(../Icons/icon-phone.svg) no-repeat center center;
    background-size: 20px 20px;
    width: 22px;
    height: 22px;
    margin-right: 5px;
}

.ansprechpartner-textbox .text-mail:before,
.text-mail:before {
    content: "";
    display: inline-block;
    float: left;
    background: url(../Icons/icon-mail.svg) no-repeat center center;
    background-size: 20px 20px;
    width: 22px;
    height: 22px;
    margin-right: 5px;
}

#account-management .ansprechpartner-textbox {
    padding-left: 25px;
    padding-right: 0;
}

/*Bildungsbereiche*/
.bereiche-usp {
    margin-top: -350px;
    padding-top: 300px !important;
}

.bereiche-foerderung #textbox-foerderung {
    background-color: #E9F1F2;
    padding: 60px;
    border-radius: 30px;
    border-top-right-radius: 0;
}

.usp-box {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    border-radius: 10px;
}

.usp-headerbox {
    padding: 33px 25px;
    border-radius: 10px 10px 0 0;
}

.usp-box[data-category="technik"] .usp-headerbox {
    background-color: #3BC3CD;
    color: #FFF;
}

.usp-box[data-category="gesundheit"] .usp-headerbox {
    background-color: #BE9AE1;
    color: #FFF;
}

.usp-box[data-category="sprache"] .usp-headerbox {
    background-color: #F4CB4D;
    color: #000;
}

.usp-box[data-category="berufsintegration"] .usp-headerbox {
    background-color: #EC7776;
    color: #FFF;
}

.usp-box[data-category="paedagogik"] .usp-headerbox {
    background-color: #F8D2D9;
    color: #000;
}

.usp-body {
    padding: 33px 25px;
    padding-top: 22px;
}

/*News*/
.news .no-news-found {
    color: #FFF !important;
    font-weight: 700 !important;
    font-style: normal !important;
    font-size: 30px;
    text-align: center;
}

.pagination .page-link {
    color: #1938D9 !important;
    font-weight: 500;
}

.pagination .page-link:hover,
.pagination .current > .page-link {
    text-decoration: underline;
}

.btn-news-category {
    display: block;
    font-size: 14px;
}

.btn.btn-default.btn-news-category-technik,
.btn.btn-default.btn-news-category-gesundheit,
.btn.btn-default.btn-news-category-berufsintegration {
    color: #fff;
}

.btn.btn-default.btn-news-category-sprache,
.btn.btn-default.btn-news-category-paedagogik {
    color: #000;
}

.btn.btn-default.btn-news-category-technik {
    background-color: #3BC3CD;
    border-color: #3BC3CD;
}

.btn.btn-default.btn-news-category-technik:hover,
.btn.btn-default.btn-news-category-technik:active,
.btn.btn-default.btn-news-category-technik:focus,
.btn.btn-default.btn-news-category-technik.active {
    background-color: #fff;
    color: #3BC3CD;
}

.btn.btn-default.btn-news-category-gesundheit {
    background-color: #BE9AE1;
    border-color: #BE9AE1;
}

.btn.btn-default.btn-news-category-gesundheit:hover,
.btn.btn-default.btn-news-category-gesundheit:active,
.btn.btn-default.btn-news-category-gesundheit:focus,
.btn.btn-default.btn-news-category-gesundheit.active {
    background-color: #fff;
    color: #BE9AE1;
}

.btn.btn-default.btn-news-category-berufsintegration {
    background-color: #EC7776;
    border-color: #EC7776;
}

.btn.btn-default.btn-news-category-berufsintegration:hover,
.btn.btn-default.btn-news-category-berufsintegration:active,
.btn.btn-default.btn-news-category-berufsintegration:focus,
.btn.btn-default.btn-news-category-berufsintegration.active {
    background-color: #fff;
    color: #EC7776;
}

.btn.btn-default.btn-news-category-sprache {
    background-color: #F4CB4D;
    border-color: #F4CB4D;
}

.btn.btn-default.btn-news-category-sprache:hover,
.btn.btn-default.btn-news-category-sprache:active,
.btn.btn-default.btn-news-category-sprache:focus,
.btn.btn-default.btn-news-category-sprache.active {
    background-color: #fff;
    color: #000;
}

.btn.btn-default.btn-news-category-paedagogik {
    background-color: #F8D2D9;
    border-color: #F8D2D9;
}

.btn.btn-default.btn-news-category-paedagogik:hover,
.btn.btn-default.btn-news-category-paedagogik:active,
.btn.btn-default.btn-news-category-paedagogik:focus,
.btn.btn-default.btn-news-category-paedagogik.active {
    background-color: #fff;
    color: #000;
}

.news-list-view div.article {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    border-radius: 30px 30px 30px 0;
    border: 0;
    padding: 30px;
    padding-bottom: 30px !important;
    padding-top: 0;
    color: #000;
    font-size: 17px;
}

h3.news-title {
    margin-bottom: 25px !important;
}

h3.news-title a {
    text-decoration: none;
}

h3.news-title a:hover {
    text-decoration: underline;
}

.news-list-view .news-list-category,
.news-single .news-list-category {
    display: inline-block;
    position: relative;
    background: #1938D9;
    color: #fff;
    font-weight: 400;
    padding: 14px;
    padding-bottom: 12px;
    min-width: 140px;
}

.news-single .news-list-category {
    padding: 14px;
    min-width: 200px;
    text-align: center;
    border-radius: 22px;
    margin-bottom: 30px;
}

.news-list-view .news-list-category-technik,
.news-single .news-list-category-technik {
    background-color: #3BC3CD;
}

.news-list-view .news-list-category-gesundheit,
.news-single .news-list-category-gesundheit {
    background-color: #BE9AE1;
}

.news-list-view .news-list-category-berufsintegration,
.news-single .news-list-category-berufsintegration {
    background-color: #EC7776;
}

.news-list-view .news-list-category-sprache,
.news-single .news-list-category-sprache {
    background-color: #F4CB4D;
    color: #000;
}

.news-list-view .news-list-category-paedagogik,
.news-single .news-list-category-paedagogik {
    background-color: #F8D2D9;
    color: #000;
}

.news-list-view .news-list-date {
    display: block;
    position: relative;
    margin-top: 30px;
    margin-bottom: 25px;
}

.news-single .news-top-headline {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
}

.news-single .news-list-date {
    font-size: 17px;
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 30px;
}

.news-single h1 {
    margin-bottom: 40px !important;
}

.news-single .teaser-text {
    color: #000 !important;
    font-weight: 700 !important;
    font-size: 17px !important;
    margin-bottom: 40px !important;
}

/*Kontakt*/
.kontaktbox {
    line-height: 1.5;
    padding-bottom: 40px;
    padding-right: 50px;
}

.kontaktbox p {
    margin-bottom: 40px;
}

.contactform-wrapper {
    background: #1938D9;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

@media(max-width: 767px) {
    .contactform-wrapper {
        margin-left: 12px;
        margin-right: 12px;
        width: calc(100% - 24px);
    }
}

.form-control {
    font-size: 15px;
    color: #000;
    border-radius: 4px;
    padding: 15px;
    border: 0;
}

#contactform {
    padding: 50px 20px;
}

#contactform .form-control::-moz-placeholder {
    color: #1504A5;
    opacity: 1;
}
#contactform .form-control:-ms-input-placeholder {
    color: #1504A5;
}
#contactform .form-control::-webkit-input-placeholder {
    color: #1504A5;
}

#contactform .form-group {
    margin-bottom: 20px;
}

#contactform .form-group .form-label {
    display: none;
}

#contactform textarea {
    min-height: 150px;
}

#contactform .form-check,
#contactform .form-check a {
    color: #FFF;
    font-size: 17px;
    padding-left: 0;
}

#contactform .btn.btn-primary {
    background-color: #B2B1FF;
    border-color: #B2B1FF;
}

.form-text.error {
    color: #C44333;
    font-weight: bold;
    background: #E9F1F2;
    padding: 3px;
}

.form-text {
    font-size: 14px;
}

.modal-body .confirmation-message-header,
.modal-body .confirmation-message-body {
    text-align: center;
}

/*Modal*/
.modal-content,
.modal-dialog,
.modal-heeader,
.modal-body,
.modal-footer {
    border-radius: 0;
}

.modal-header,
.modal-body,
.modal-footer {
    border: 0;
}

/*Footer*/

footer {
    font-size: 17px;
    font-weight: 400;
}

footer #footer-logo img {
    max-width: 252px;
}

footer #footer-top {
    padding: 40px 0;
}

footer #footer-bottom {
    padding-top: 35px;
    padding-bottom: 35px;
}

footer ul.sitemap {
    flex-direction: column;
}

footer ul.sitemap li a {
    font-size: 17px;
    font-weight: 400;
    text-decoration: none;
    line-height: 1.4;
}

footer ul.sitemap li a:hover,
footer ul.sitemap li a:active,
footer ul.sitemap li a:focus,
footer ul.sitemap li a.active {
    text-decoration: underline;
}

#footer-bottom ul.sitemap {
    align-items: end;
}

#footer-bottom ul.sitemap li a {
    color: #FFF;
}

footer .contact {
    line-height: 1.4;
}

footer .copyright {
    font-size: 14px;
}

@media(min-width: 768px) {
    body {
        padding-top: 81px;
    }

    /*Logo*/
    .navbar-brand-image {
        width: 252px;
        height: 55px;
    }

    .navbar-brand {
        padding-left: 20px;
    }

    #navbar .nav-item .nav-link,
    #navbar .nav-item.submenu-header {
        font-size: 24px;
    }

    /*Headers*/
    h1 {
        font-size: 50px;
    }

    h2,
    h2 button.accordion-button,
    h3 button.accordion-button {
        font-size: 30px;
        margin-bottom: 30px;
    }

    h1 span.heading-top,
    h2 span.heading-top,
    h3 span.heading-top {
        font-size: 20px;
        margin-bottom: 30px;
    }

    h3 {
        font-size: 30px;
        margin-bottom: 35px;
    }

    /*Home Bildungsbereiche*/
    h3.bildungsbereich-title {
        font-size: 30px;
    }

    /*Text Image Box*/
    .text-image-box .textbox {
        padding: 50px;
        border-radius: 30px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .text-image-box.image-left .textbox {
        border-radius: 30px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .text-image-box .imagebox {
        border-radius: 30px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .text-image-box.image-left .imagebox {
        border-radius: 30px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    /*Geschäftsführung*/

    #geschaeftsfuehrung {
        font-size: 30px;
        font-weight: 700;
    }

    /*Events*/
    #about-event-logos {
        position: relative;
        z-index: 1;
        border-radius: 30px;
        border-bottom-left-radius: 0;
    }

    #about-events {
        position: relative;
        z-index: 1;
        border-radius: 30px;
        border-top-right-radius: 0;
        margin-top: 75px;
    }

    #karriere {
        padding-top: 700px;
        margin-top: -690px;
    }

    /*Accordion*/
    .accordion-body {
        font-size: 20px;
    }

    button.accordion-button,
    .accordion-button:not(.collapsed) {
        padding: 30px 25px;
        padding-right: 33px;
    }

    /*FAQ*/

    .btn.btn-default.btn-faq {
        min-width: 66%;
        font-size: 17px;
    }

    /*Bereiche*/
    .bereiche-usp {
        margin-top: -350px;
        padding-top: 300px !important;
    }

    /*News*/
    .btn-news-category {
        font-size: 17px;
    }

    /*Kontaktformular*/
    #contactform {
        padding: 55px;
        padding-top: 75px;
    }

    /*Footer*/
    footer #footer-top {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    #footer-bottom ul.sitemap {
        flex-direction: row;
    }

    #footer-bottom ul.sitemap li {
        padding: 0 15px;
    }

    #footer-bottom ul.sitemap {
        justify-content: end;
    }
}

@media(min-width: 768px) and (max-width: 991px) {
    .foerdermoeglichkeit h2 {
        font-size: 24px;
    }
}

@media(min-width: 992px) and (max-width: 1199px) {
    .foerdermoeglichkeit h2 {
        font-size: 20px;
    }
}
