/* ALTRiviera - Regular */
@font-face {
    font-display: swap;
    font-family: 'ALTRiviera';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/ALTRiviera-Regular.woff2') format('woff2'),
        url('../fonts/ALTRiviera-Regular.woff') format('woff'),
        url('../fonts/ALTRiviera-Regular.ttf') format('truetype'),
        url('../fonts/ALTRiviera-Regular.otf') format('opentype');
}
/* ALTRiviera - Bold */
@font-face {
    font-display: swap;
    font-family: 'ALTRiviera';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/ALTRiviera-Bold.woff2') format('woff2'),
        url('../fonts/ALTRiviera-Bold.woff') format('woff'),
        url('../fonts/ALTRiviera-Bold.ttf') format('truetype'),
        url('../fonts/ALTRiviera-Bold.otf') format('opentype');
}

/*Animations*/
@-webkit-keyframes rotating /* Safari and Chrome */ {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}
@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(-360deg);
        -moz-transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    font-family: 'AltRiviera', sans-serif;
    font-weight: normal;
    /*font-size: 18px;*/
    /*line-height: 1.33333333;*/
    font-size: 18px;
    line-height: 20px;
    color: #e5542b;
    /*background: #fff;*/
    padding-top: 109px;
}

a {
    font-weight: bold;
    text-decoration: underline;
}

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

ul {
    list-style: none;
    padding-left: 0;
}

ul:not(.navbar-nav) li:before {
    content: "\2192";
    display: inline;
    margin-right: 3px;
    position: relative;
}


/*Navbar*/

.navbar-brand-image {
    width: 225px;
    height: 83px;
    margin-bottom: 0;
}
    
#navbar.anim .navbar-brand-image {
    width: 155px;
    height: 48px;
}

.navbar-toggler {
    border: 0 !important;
    border-radius: 0 !important;
    border-color: #fff;
    border-image: none;
    box-shadow: none !important;
    outline: 0 !important;
}

.toggler-icon-box {
    position: relative;
    display: inline-block;
    width: 40px;
    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: 40px;
    height: 6px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    border-radius: 0;
    background-color: #045041;
}

.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: -10px;
}

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

.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;
}

#mainmenu .navbar-nav {
    flex-direction: row;
}

.navbar-nav .nav-item .nav-link {
    font-size: 24px;
    height: 55px;
    line-height: 55px;
    font-weight: bold;
    background: #2d72e5;
    border: 2px solid #2d72e5;
    border-radius: 20px;
    color: #fff;
    padding: 0;
    padding-left: 10px;
    padding-right: 55px;
}

.navbar-nav .nav-item .nav-link#nav_aktuelles,
.navbar-nav .nav-item .nav-link#subnav_gebaeude,
.navbar-nav .nav-item .nav-link#subnav_abschluesse,
.navbar-nav .nav-item .nav-link#subnav_schulgeld,
.sitemap .sitemap-link#sitemap_downloads {
    background: #c98020;
    border: 2px solid #c98020;
}

.navbar-nav .nav-item .nav-link#nav_schulprofil,
.navbar-nav .nav-item .nav-link#subnav_schultraeger,
.navbar-nav .nav-item .nav-link#subnav_gestaltung,
.navbar-nav .nav-item .nav-link#subnav_voraussetzungen,
.navbar-nav .nav-item .nav-link#subnav_schulgeld-vorklasse {
    background: #045041;
    border: 2px solid #045041;
}

.navbar-nav .nav-item .nav-link#nav_aufnahme,
.navbar-nav .nav-item .nav-link#nav_kontakt,
.navbar-nav .nav-item .nav-link#subnav_das-sind-wir,
.navbar-nav .nav-item .nav-link#subnav_praktische-ausbildung,
.navbar-nav .nav-item .nav-link#subnav_aufnahmepruefung,
body[data-pageid="843"] .navbar-nav .nav-item .nav-link#subnav_anmeldung,
.sitemap .sitemap-link#sitemap_kontakt {
    background: #e5542b;
    border: 2px solid #e5542b;
}

.navbar-nav .nav-item .nav-link#nav_vorklasse,
.navbar-nav .nav-item .nav-link#subnav_paedagogik,
.navbar-nav .nav-item .nav-link#subnav_beste-wahl-vorklasse,
.sitemap .sitemap-link#sitemap_instagram {
/*    background: #f1afc7;
    border: 2px solid #f1afc7;*/
    background: #ea88a4;
    border: 2px solid #ea88a4;
}

.navbar-nav .nav-item .nav-link#nav_faqs,
.navbar-nav .nav-item .nav-link#subnav_team,
.sitemap .sitemap-link#sitemap_karriere,
body[data-pageid="843"] .navbar-nav .nav-item .nav-link#subnav_voraussetzungen {
    background: #2d72e5;
    border: 2px solid #2d72e5;
}

.navbar-nav .nav-item .nav-link:hover,
.navbar-nav .nav-item .nav-link:active,
.navbar-nav .nav-item .nav-link:focus,
.navbar-nav .nav-item .nav-link.active,
.navbar-nav .nav-item.active .nav-link {
    background: #fff !important;
    color: #2d72e5;
}

.navbar-nav .nav-item .nav-link#nav_aktuelles:hover,
.navbar-nav .nav-item .nav-link#nav_aktuelles:active,
.navbar-nav .nav-item .nav-link#nav_aktuelles:focus,
.navbar-nav .nav-item .nav-link#nav_aktuelles.active,
.navbar-nav .nav-item .nav-link#subnav_gebaeude:hover,
.navbar-nav .nav-item .nav-link#subnav_gebaeude:active,
.navbar-nav .nav-item .nav-link#subnav_gebaeude:focus,
.navbar-nav .nav-item .nav-link#subnav_gebaeude.active,
.navbar-nav .nav-item.active .nav-link#subnav_gebaeude,
.navbar-nav .nav-item .nav-link#subnav_abschluesse:hover,
.navbar-nav .nav-item .nav-link#subnav_abschluesse:active,
.navbar-nav .nav-item .nav-link#subnav_abschluesse:focus,
.navbar-nav .nav-item .nav-link#subnav_abschluesse.active,
.navbar-nav .nav-item.active .nav-link#subnav_abschluesse,
.navbar-nav .nav-item .nav-link#subnav_schulgeld:hover,
.navbar-nav .nav-item .nav-link#subnav_schulgeld:active,
.navbar-nav .nav-item .nav-link#subnav_schulgeld:focus,
.navbar-nav .nav-item .nav-link#subnav_schulgeld.active,
.navbar-nav .nav-item.active .nav-link#subnav_schulgeld,
.sitemap .sitemap-link#sitemap_downloads:hover,
.sitemap .sitemap-link#sitemap_downloads:active,
.sitemap .sitemap-link#sitemap_downloads:focus,
.sitemap .sitemap-link#sitemap_downloads.active {
    color: #c98020;
}

.navbar-nav .nav-item .nav-link#nav_schulprofil:hover,
.navbar-nav .nav-item .nav-link#nav_schulprofil:active,
.navbar-nav .nav-item .nav-link#nav_schulprofil:focus,
.navbar-nav .nav-item .nav-link#nav_schulprofil.active,
.navbar-nav .nav-item .nav-link#subnav_schultraeger:hover,
.navbar-nav .nav-item .nav-link#subnav_schultraeger:active,
.navbar-nav .nav-item .nav-link#subnav_schultraeger:focus,
.navbar-nav .nav-item .nav-link#subnav_schultraeger.active,
.navbar-nav .nav-item.active .nav-link#subnav_schultraeger,
.navbar-nav .nav-item .nav-link#subnav_gestaltung:hover,
.navbar-nav .nav-item .nav-link#subnav_gestaltung:active,
.navbar-nav .nav-item .nav-link#subnav_gestaltung:focus,
.navbar-nav .nav-item .nav-link#subnav_gestaltung.active,
.navbar-nav .nav-item.active .nav-link#subnav_gestaltung,
.navbar-nav .nav-item .nav-link#subnav_voraussetzungen:hover,
.navbar-nav .nav-item .nav-link#subnav_voraussetzungen:active,
.navbar-nav .nav-item .nav-link#subnav_voraussetzungen:focus,
.navbar-nav .nav-item .nav-link#subnav_voraussetzungen.active,
.navbar-nav .nav-item.active .nav-link#subnav_voraussetzungen,
.navbar-nav .nav-item .nav-link#subnav_schulgeld-vorklasse:hover,
.navbar-nav .nav-item .nav-link#subnav_schulgeld-vorklasse:active,
.navbar-nav .nav-item .nav-link#subnav_schulgeld-vorklasse:focus,
.navbar-nav .nav-item .nav-link#subnav_schulgeld-vorklasse.active,
.navbar-nav .nav-item.active .nav-link#subnav_schulgeld-vorklasse {
    color: #045041;
}

.navbar-nav .nav-item .nav-link#nav_aufnahme:hover,
.navbar-nav .nav-item .nav-link#nav_aufnahme:active,
.navbar-nav .nav-item .nav-link#nav_aufnahme:focus,
.navbar-nav .nav-item .nav-link#nav_aufnahme.active,
.navbar-nav .nav-item .nav-link#nav_kontakt:hover,
.navbar-nav .nav-item .nav-link#nav_kontakt:active,
.navbar-nav .nav-item .nav-link#nav_kontakt:focus,
.navbar-nav .nav-item .nav-link#nav_kontakt.active,
.navbar-nav .nav-item .nav-link#subnav_das-sind-wir:hover,
.navbar-nav .nav-item .nav-link#subnav_das-sind-wir:active,
.navbar-nav .nav-item .nav-link#subnav_das-sind-wir:focus,
.navbar-nav .nav-item .nav-link#subnav_das-sind-wir.active,
.navbar-nav .nav-item.active .nav-link#subnav_das-sind-wir,
.navbar-nav .nav-item .nav-link#subnav_praktische-ausbildung:hover,
.navbar-nav .nav-item .nav-link#subnav_praktische-ausbildung:active,
.navbar-nav .nav-item .nav-link#subnav_praktische-ausbildung:focus,
.navbar-nav .nav-item .nav-link#subnav_praktische-ausbildung.active,
.navbar-nav .nav-item.active .nav-link#subnav_praktische-ausbildung,
.navbar-nav .nav-item .nav-link#subnav_aufnahmepruefung:hover,
.navbar-nav .nav-item .nav-link#subnav_aufnahmepruefung:active,
.navbar-nav .nav-item .nav-link#subnav_aufnahmepruefung:focus,
.navbar-nav .nav-item .nav-link#subnav_aufnahmepruefung.active,
.navbar-nav .nav-item.active .nav-link#subnav_aufnahmepruefung,
body[data-pageid="843"] .navbar-nav .nav-item .nav-link#subnav_anmeldung:hover,
body[data-pageid="843"] .navbar-nav .nav-item .nav-link#subnav_anmeldung:active,
body[data-pageid="843"] .navbar-nav .nav-item .nav-link#subnav_anmeldung:focus,
body[data-pageid="843"] .navbar-nav .nav-item .nav-link#subnav_anmeldung.active,
body[data-pageid="843"] .navbar-nav .nav-item.active .nav-link#subnav_anmeldung,
.navbar-nav .nav-item.active .nav-link#subnav_konktakt,
.sitemap .sitemap-link#sitemap_kontakt:hover,
.sitemap .sitemap-link#sitemap_kontakt:active,
.sitemap .sitemap-link#sitemap_kontakt:focus,
.sitemap .sitemap-link#sitemap_kontakt.active {
    color: #e5542b;
}

.navbar-nav .nav-item .nav-link#nav_vorklasse:hover,
.navbar-nav .nav-item .nav-link#nav_vorklasse:active,
.navbar-nav .nav-item .nav-link#nav_vorklasse:focus,
.navbar-nav .nav-item .nav-link#nav_vorklasse.active,
.navbar-nav .nav-item .nav-link#subnav_paedagogik:hover,
.navbar-nav .nav-item .nav-link#subnav_paedagogik:active,
.navbar-nav .nav-item .nav-link#subnav_paedagogik:focus,
.navbar-nav .nav-item .nav-link#subnav_paedagogik.active,
.navbar-nav .nav-item.active .nav-link#subnav_paedagogik,
.navbar-nav .nav-item .nav-link#subnav_beste-wahl-vorklasse:hover,
.navbar-nav .nav-item .nav-link#subnav_beste-wahl-vorklasse:active,
.navbar-nav .nav-item .nav-link#subnav_beste-wahl-vorklasse:focus,
.navbar-nav .nav-item .nav-link#subnav_beste-wahl-vorklasse.active,
.navbar-nav .nav-item.active .nav-link#subnav_beste-wahl-vorklasse,
.sitemap .sitemap-link#sitemap_instagram:hover,
.sitemap .sitemap-link#sitemap_instagram:active,
.sitemap .sitemap-link#sitemap_instagram:focus,
.sitemap .sitemap-link#sitemap_instagram.active {
    /*color: #f1afc7;*/
    color: #ea88a4;
}

.navbar-nav .nav-item .nav-link#nav_faqs:hover,
.navbar-nav .nav-item .nav-link#nav_faqs:active,
.navbar-nav .nav-item .nav-link#nav_faqs:focus,
.navbar-nav .nav-item .nav-link#nav_faqs.active,
.navbar-nav .nav-item .nav-link#subnav_team:hover,
.navbar-nav .nav-item .nav-link#subnav_team:active,
.navbar-nav .nav-item .nav-link#subnav_team:focus,
.navbar-nav .nav-item .nav-link#subnav_team.active,
.navbar-nav .nav-item.active .nav-link#subnav_team,
.sitemap .sitemap-link#sitemap_karriere:hover,
.sitemap .sitemap-link#sitemap_karriere:active,
.sitemap .sitemap-link#sitemap_karriere:focus,
.sitemap .sitemap-link#sitemap_karriere.active,
body[data-pageid="843"] .navbar-nav .nav-item .nav-link#subnav_voraussetzungen:hover,
body[data-pageid="843"] .navbar-nav .nav-item .nav-link#subnav_voraussetzungen:active,
body[data-pageid="843"] .navbar-nav .nav-item .nav-link#subnav_voraussetzungen:focus,
body[data-pageid="843"] .navbar-nav .nav-item .nav-link#subnav_voraussetzungen.active,
body[data-pageid="843"] .navbar-nav .nav-item.active .nav-link#subnav_voraussetzungen {
    color: #2d72e5;
}

/*Sections*/

.section {
    padding-top: 25px;
    padding-bottom: 25px;
}

#navbar + .section {
    padding-top: 0 !important;
}


/*Headers*/
h1,
h2 {
    font-weight: bold;
    font-size: 60px;
    line-height: 62px;
    color: #000;
}

h1.header-small,
h2.header-small,
#rechtsseite h2 {
    font-size: 32px;
    line-height: 34px;
}

h2.faq-header:before {
    content: "\2192";
    display: inline;
    margin-right: 10px;
    position: relative;
}

@media(max-width: 767px){
    h2.header-testimonials {
        font-size: 30px;
        line-height: 32px;
    }

    #das-sind-wir h1 {
        max-width: 270px;
    }
}

@media(max-width: 991px) {
    #das-sind-wir h1 {
        max-width: 500px;
    }
}

h2.faq-header + p {
    margin-bottom: 30px;
}

h2.faq-header,
#voraussetzungen-text h2,
#voraussetzungen-text h1.header-small,
#aufnahmepruefung h2 {
    font-size: 28px;
    line-height: 30px;
}


.header-red h1,
.header-red h2,
.text-red,
.text-red a {
    color: #e5542b;
}

.header-blue h1,
.header-blue h2,
.text-blue,
.text-blue a {
    color: #2d72e5;
}

.header-brown h1,
.header-brown h2,
.text-brown,
.text-brown a {
    color: #c98020;
}

.header-petrol h1,
.header-petrol h2,
.text-petrol,
.text-petrol a {
    color: #045041;
}

.header-rose h1,
.header-rose h2,
.text-rose,
.text-rose a {
    /*color: #f1afc7;*/
    color: #ea88a4;
}

.text-white {
    color: #fff;
}

.text-white a {
    color: #fff !important;
}
    
#home-header h1 {
    max-width: 285px;
}
    
.aufnahme:first-child h1:before,
.aufnahme:first-child h2:before {
    content: "\2460";
    display: inline;
    position: relative;
    color: #e5542b;
    margin-right: 5px;
}

.aufnahme:nth-child(2) h1:before,
.aufnahme:nth-child(2) h2:before {
    content: "\2461";
    display: inline;
    position: relative;
    color: #e5542b;
    margin-right: 5px;
} 
.aufnahme:nth-child(3) h1:before,
.aufnahme:nth-child(3) h2:before {
    content: "\2462";
    display: inline;
    position: relative;
    color: #e5542b;
    margin-right: 5px;
}

/*Buttons*/

.btn.btn-primary {
    font-size: 26px;
    line-height: 30px;
    text-transform: uppercase;
    text-align: left;
    border-radius: 30px;
    padding: 2px 15px;
    padding-top: 6px;
    padding-right: 30px;
    color: #fff;
    border: 2px solid #2d72e5;
}

.button-blue .btn.btn-primary {
    background-color: #2d72e5 !important;
    border: 2px solid #2d72e5;
}
.button-brown .btn.btn-primary {
    background-color: #c98020 !important;
    border: 2px solid #c98020;
}
.button-red .btn.btn-primary {
    background-color: #e5542b !important;
    border: 2px solid #e5542b;
}
.button-petrol .btn.btn-primary {
    background-color: #045041 !important;
    border: 2px solid #045041;
}
.button-rose .btn.btn-primary {
/*    background-color: #f1afc7 !important;
    border: 2px solid #f1afc7;*/
    background-color: #ea88a4 !important;
    border: 2px solid #ea88a4;
}

.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus,
.btn-check:checked+.btn.btn-primary, 
.btn.btn-primary.active, 
.btn.btn-primary.show, 
.btn.btn-primary:first-child:active, 
:not(.btn-check)+.btn.btn-primary:active {
    background: #fff !important;
}

.button-blue .btn.btn-primary:hover,
.button-blue .btn.btn-primary:active,
.button-blue .btn.btn-primary:focus,
.button-blue .btn-check:checked+.btn.btn-primary, 
.button-blue .btn.btn-primary.active, 
.button-blue .btn.btn-primary.show, 
.button-blue .btn.btn-primary:first-child:active, 
.button-blue :not(.btn-check)+.btn.btn-primary:active {
    color: #2d72e5;
}

.button-brown .btn.btn-primary:hover,
.button-brown .btn.btn-primary:active,
.button-brown .btn.btn-primary:focus,
.button-brown .btn-check:checked+.btn.btn-primary, 
.button-brown .btn.btn-primary.active, 
.button-brown .btn.btn-primary.show, 
.button-brown .btn.btn-primary:first-child:active, 
:not(.btn-check)+.btn.btn-primary:active {
    color: #c98020;
}

.button-red .btn.btn-primary:hover,
.button-red .btn.btn-primary:active,
.button-red .btn.btn-primary:focus,
.button-red .btn-check:checked+.btn.btn-primary, 
.button-red .btn.btn-primary.active, 
.button-red .btn.btn-primary.show, 
.button-red .btn.btn-primary:first-child:active, 
:not(.btn-check)+.btn.btn-primary:active {
    color: #e5542b;
}

.button-petrol .btn.btn-primary:hover,
.button-petrol .btn.btn-primary:active,
.button-petrol .btn.btn-primary:focus,
.button-petrol .btn-check:checked+.btn.btn-primary, 
.button-petrol .btn.btn-primary.active, 
.button-petrol .btn.btn-primary.show, 
.button-petrol .btn.btn-primary:first-child:active, 
.button-petrol :not(.btn-check)+.btn.btn-primary:active {
    color: #045041;
}

.button-rose .btn.btn-primary:hover,
.button-rose .btn.btn-primary:active,
.button-rose .btn.btn-primary:focus,
.button-rose .btn-check:checked+.btn.btn-primary, 
.button-rose .btn.btn-primary.active, 
.button-rose .btn.btn-primary.show, 
.button-rose .btn.btn-primary:first-child:active, 
.button-rose :not(.btn-check)+.btn.btn-primary:active {
    /*color: #f1afc7;*/
    color: #ea88a4;
}

@media(max-width: 767px) {
    .btn.btn-primary {
        font-size: 18px;
        line-height: 22px;
    }
}

/*Bilder*/
.bg-paper {
    background: url(../img/bg-paper.jpg) no-repeat center center;
    background-size: cover;
}

.bg-paper-2 {
    background-size: cover;
}

.halboval {
    /*clip-path: ellipse(45% 80% at 50% 100%);*/
    /*clip-path: ellipse(35% 50% at 50% 70%);*/
    clip-path: ellipse(55% 80% at 50% 85%);
    object-fit: cover;
}

.bubble {
    background-color: #045041;
    width: 115px;
    height: 115px;
    border-radius: 25px;
    border-top-left-radius: 0;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
}

.bubble-red {
    background-color: #e5542b;
}

.arrow {
    position: absolute;
    top: 0px;
    left: -40px;
    width: 40px;
    height: 0;
    border-left: 40px solid transparent;
    border-top: 40px solid #045041;
}

.bubble-red .arrow {
    border-top: 40px solid #e5542b;
}

.rounded-large {
    border-radius: 150px;
}

.rounded-xxl {
    border-radius: 200px;
}

.petrol-box-rounded {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 200px;
    background: #045041;
    border-radius: 100px;
}

#aufnahme-zitat {
    min-height: 250px;
    background: url(../img/bg-paper.jpg) no-repeat center center;
    background-size: cover;
    border-top-right-radius: 75px;
    font-size: 36px;
    line-height: 41px;
}

/*Rotating Text*/
div#rotating-text {
    display: block;
    position: absolute;
    right: 35px;
    top: 80px;
    width: 70px;
    height: 70px;
    background: url(../img/staatlich-anerkannt.svg) no-repeat center center;
    background-size: cover;
    transform-origin: center center;
    -webkit-transform-origin: center center;
    -webkit-animation: rotating 10s linear infinite;
    -moz-animation: rotating 10s linear infinite;
    -ms-animation: rotating 10s linear infinite;
    -o-animation: rotating 10s linear infinite;
    animation: rotating 10s linear infinite;
}

/*Stundenplan*/
/*@media(max-width: 575px){
    #stundenplan > .row {
        margin: 0;
    }
}*/

#stundenplan-wrapper {
    width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
    background: url(../img/mos-pappe-4.jpg) no-repeat center center;
    background-size: cover;
}

#stundenplan-wrapper .unterricht {
    display: flex;
    align-items: center;
    border-radius: 15px;
    padding: 0 3px;
    font-weight: bold;
    font-size: 10px;
    margin: 0 !important;
    height: 45px;
}

#stundenplan-wrapper .hours .bg-rose {
    border-radius: 0;
}

#stundenplan-wrapper .hours-first-row .bg-rose {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

#stundenplan-wrapper .hours-last-row .bg-rose {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

#stundenplan-wrapper .bg-transparent {
    background: transparent;
    border: 0;
}

#stundenplan-wrapper .bg-rose {
/*    background: #f1afc7;
    border: 2px solid #f1afc7;*/
    background: #ea88a4;
    border: 2px solid #ea88a4;
}

#stundenplan-wrapper .bg-red {
    background: #e5542b;
    border: 2px solid #e5542b;
}

#stundenplan-wrapper .bg-petrol {
    background: #045041;
    border: 2px solid #045041;
}

#stundenplan-wrapper .bg-brown {
    background: #c98020;
    border: 2px solid #c98020;
}

#stundenplan-wrapper .bg-blue {
    background: #2d72e5;
    border: 2px solid #2d72e5;
}

#stundenplan-wrapper .pause,
#stundenplan-wrapper .pause,
#stundenplan-wrapper .pause,
#stundenplan-wrapper .pause {
    display: flex;
    align-items: center;
    border-radius: 15px;
    height: 45px;
    padding: 0 3px;
    background: #fff;
    font-weight: bold;
    font-size: 12px;
    margin-bottom:  0 !important;
}

#stundenplan-wrapper .pause-wrapper {
    /*background: #f1afc7;*/
    background: #ea88a4;
}

/*Team*/

span.team-name,
span.team-role {
    position: relative;
    display: block;
}

.team-text {
    font-size: 20px;
    font-weight: bold;
    line-height: 23px;
    color: #2d72e5;
}

body[data-pageid="845"] .team-text,
body[data-pageid="845"] span.team-name,
body[data-pageid="845"] span.team-role {
    color: #e5542b;
}

/*Testimonials*/
#testimonial-teacher {
    padding: 30px 25px;
    border-radius: 35px;
    border-bottom-left-radius: 0;
    font-size: 32px;
    line-height: 34px;
    font-weight: bold;
    background-repeat: no-repeat
    background-position: center center;
    background-size: cover;
}

span.testimonial-name {
    position: relative;
    display: block;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 15px;
}

.bg-testimonial {
    background-color: #dae0e4;
}
    
/*Testimonials*/
.testimonial {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 28px;
    line-height: 30px;
}

.testimonial p {
    margin: 0 !important;
}

#aufnahme-termine {
    border-radius: 100px;
    border-top-left-radius: 0;
    font-size: 32px;
    line-height: 34px;
    font-weight: bold;
}

@media(max-width: 991px) {
    .aufnahme:first-child {
        padding-top: 0 !important;
    }
}

/*Footer*/
footer {
    padding: 25px 0;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 25px;
    background: url(../img/mos-grau-papier2.jpg) no-repeat center center;
    background-size: cover;
    border-radius: 25px;
}

footer ul.sitemap {
    flex-direction: row;
    justify-content: start;
    align-items: start;
}

footer ul.sitemap .nav-item a {
    position: relative;
    display: block;
    font-size: 24px;
    font-weight: bold;
    height: 55px;
    line-height: 55px;
    border-radius: 20px;
    color: #fff;
    text-decoration: none !important;
    background: #045041;
    border: 2px solid #045041;
    padding-left: 10px;
    padding-right: 40px;
}

footer ul.sitemap .nav-item a:hover,
footer ul.sitemap .nav-item a:active,
footer ul.sitemap .nav-item a:focus,
footer ul.sitemap .nav-item a.active {
    color: #045041;
    background: #fff !important;
}

/*Kontaktformular*/
#contactform .form-control {
    border: 1px solid #e5542b;
    border-radius: 15px;
    padding: 20px .75rem;
    font-size: 20px;
    line-height: 20px;
    outline: 0 !important;
    color: #e5542b;
}

#contactform .form-control:focus {
    box-shadow: 0 0 0 .25rem rgba(229,84,43,.25);
}

#contactform .form-control:disabled {
    background-color: rgba(229,84,43,.25);
}

#contactform .form-control::placeholder {
    color: #e5542b;
}

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

#contactform .control-label {
    display: none;
}

#contactform .form-check {
    padding-left: 0;
}

#contactform .form-check-label {
    cursor: pointer;
}

/*#contactform .form-check input {
    margin-right: 7px;
}*/

#contactform .form-check a {
    color: #e5542b !important;
}

/*#contactform .form-check input[type="checkbox"] + span {
    display: block;
}*/

#contactform .form-check input[type="checkbox"] + span:before {
    width: 25px;
    height: 25px;
    border-radius: 5px;
    border: 2px solid #e5542b;
    background-color: #fff;
    display: block;
    content: "";
    float: left;
    margin-right: 0;
    z-index: 5;
    position: relative;
    line-height: 23px;
    font-size: 18px;
    padding-left: 3.5px;
    color: #000;
}

#contactform .form-check input[type="checkbox"]:checked + span:before {
    content: "\2714";
    /*font-family: 'FontAwesome';*/
    border: 2px solid #e5542b;
    background-color: #e5542b;
    color: #FFF;
}

#contactform .form-check input[type="checkbox"] {
    position: relative;
    left: -18px;
    top: -8px;
    z-index: 6;
    -webkit-appearance: none; 
    appearance: none; 
    background-color: #fff;
    margin: 0;
}

#contactform .form-check input[type="checkbox"] + label:before {
    border-radius: 50%;
    width: 35px;
    height: 35px;
    position: relative;
    font-family: 'FontAwesome';
    line-height: 33px;
    font-size: 22px;
    padding-left: 4.75px;
    color: #000;
}

#contactform .form-check input[type="checkbox"]:checked + label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    border: 2px solid #000;
    background-color: #000;
    color: #FFF;
}

#contactform textarea.form-control {
    min-height: 100px;
}

#contactform  .help-block {
    font-size: 16px;
}

#contactform  .form-group.has-error .error.help-block {
    color: #000;
}

#contactform .btn.btn-primary,
#myModalMOS .btn.btn-primary.btn-modal-close {
    background: #e5542b;
    color: #fff;
    border-color: #e5542b;
}

#contactform .btn-primary:not(:disabled):not(.disabled).active:focus, 
#contactform .btn-primary:not(:disabled):not(.disabled):active:focus, 
#contactform .show>.btn-primary.dropdown-toggle:focus,
#contactform .btn-primary:not(:disabled):not(.disabled).active, 
#contactform .btn-primary:not(:disabled):not(.disabled):active, 
#contactform .show>.btn-primary.dropdown-toggle,
#contactform .btn.btn-primary:hover,
#contactform .btn.btn-primary:active,
#contactform .btn.btn-primary:focus,
#myModalMOS .btn-primary.btn-modal-close:not(:disabled):not(.disabled).active:focus, 
#myModalMOS .btn-primary.btn-modal-close:not(:disabled):not(.disabled):active:focus, 
#myModalMOS .show>.btn-primary.btn-modal-close.dropdown-toggle:focus,
#myModalMOS .btn-primary.btn-modal-close:not(:disabled):not(.disabled).active, 
#myModalMOS .btn-primary.btn-modal-close:not(:disabled):not(.disabled):active, 
#myModalMOS .show>.btn-primary.btn-modal-close.dropdown-toggle,
#myModalMOS .btn.btn-primary.btn-modal-close:hover,
#myModalMOS .btn.btn-primary.btn-modal-close:active,
#myModalMOS .btn.btn-primary.btn-modal-close:focus {
    color: #e5542b;
}

#myModalMOS h2.confirmation-message-header {
    color: #e5542b;
    font-size: 74px;
    line-height: 76px;
    text-align: center;
}

#myModalMOS .confirmation-message-body {
    color: #000;
    text-align: center;
}

#myModalMOS .modal-dialog,
#myModalMOS .modal-header,
#myModalMOS .modal-body,
#myModalMOS .modal-footer {
    border: 0;
    border-radius: 0;
}

#myModalMOS .modal-footer {
    justify-content: center;
}

#myModalMOS .btn-close {
    border-color: #e5542b;
    color: #e5542b;
}

/*Map*/
#map,
gmp-map {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

#map {
    min-height: 400px;
    overflow: hidden;
}

gmp-map h1.map-header {
    margin: 0 !important;
}

gmp-map {
    color: #000;
}

@media(min-width: 768px) {
    
    body {
        padding-top: 137px;
        font-size: 26px;
        line-height: 30px;
    }
    
    /*Navbar*/
    
    .navbar-brand-image {
        width: 300px;
        height: 111px;
    }
    
    #navbar.anim .navbar-brand-image {
        width: 210px;
        height: 65px;
    }
    
    .navbar-nav .nav-item .nav-link {
        font-size: 28px;
        height: 75px;
        line-height: 75px;
        border-radius: 25px;
        padding-left: 10px;
        padding-right: 75px;
    }
    
    #bausteine {
        /*background: url(../img/bausteine_desktop_alle.svg) no-repeat top center;*/
        background-color: #dae0e4;
    }
    
    /*Sections*/

    .section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    
    /*Headers*/
    h1,
    h2 {
        font-size: 88px;
        line-height: 90px;
    }
    
    h1.header-underlined,
    h2.header-underlined {
        text-decoration: underline;
    }

    h1.header-small,
    h2.header-small,
    #rechtsseite h2 {
        font-size: 51px;
        line-height: 53px;
    }
    
    h2.faq-header,
    #voraussetzungen-text h2,
    #voraussetzungen-text h1.header-small,
    #aufnahmepruefung h2 {
        font-size: 42px;
        line-height: 44px;
    }
    
    #home-header h1 {
        max-width: 400px;
    }
    
    
    /*Rotating Text*/
    div#rotating-text {
        right: 210px;
        top: 80px;
        width: 100px;
        height: 100px;
    }
    
    /*Bilder*/
    
    .bubble {
        width: 200px;
        height: 200px;
        margin-left: 125px;
    }

    .arrow {
        left: -65px;
        width: 65px;
        border-left: 65px solid transparent;
        border-top: 65px solid #045041;
    }
    
    #aufnahme-zitat {
        width: 475px;
        min-height: 250px;
        font-size: 46px;
    }
    
    /*Stundenplan*/
    #stundenplan-wrapper .col-md-2 {
        width: calc(16.66666667% - 6px);
    }

    #stundenplan-wrapper .hours-head,
    #stundenplan-wrapper .hours,
    #stundenplan-wrapper .pause-wrapper {
        margin-right: 36px;
    }
    
    #stundenplan-wrapper .pause,
    #stundenplan-wrapper .pause,
    #stundenplan-wrapper .pause,
    #stundenplan-wrapper .pause,
    #stundenplan-wrapper .unterricht {
        font-size: 16px;
        height: 75px;
        border-radius: 20px;
        padding: 0 8px;
    }
    
    #stundenplan-wrapper .hours-first-row .bg-rose {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

    #stundenplan-wrapper .hours-last-row .bg-rose {
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }
    
    /*Team*/
    #testimonial-teacher {
        padding: 40px 50px;
        font-size: 51px;
        line-height: 53px;
    }

    span.testimonial-name {
        position: relative;
        display: block;
        font-size: 28px;
        margin-top: 50px;
    }

    .team-text,
    span.team-name,
    span.team-role {
        font-size: 42px;
        line-height: 46px;
    }
    
    /*Testimonials*/
    .testimonial {
        font-size: 42px;
        line-height: 44px;
    }
    
    #aufnahme-termine {
        font-size: 51px;
        line-height: 53px;
    }
    
    /*Footer*/
    footer ul.sitemap .nav-item a {
        font-size: 28px;
        height: 75px;
        line-height: 75px;
        border-radius: 25px;
        padding-left: 10px;
        padding-right: 75px;
    }
    
}
