/* 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;*/
    line-height: 1.12;
    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_termine,
.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 {
    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,
.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,
.sitemap .sitemap-link#sitemap_instagram {
    background: #f1afc7;
    border: 2px solid #f1afc7;
}

.navbar-nav .nav-item .nav-link#nav_faqs,
.navbar-nav .nav-item .nav-link#subnav_team,
.sitemap .sitemap-link#sitemap_karriere {
    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_termine:hover,
.navbar-nav .nav-item .nav-link#nav_termine:active,
.navbar-nav .nav-item .nav-link#nav_termine:focus,
.navbar-nav .nav-item .nav-link#nav_termine.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 {
    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,
.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,
.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;
}

.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 {
    color: #2d72e5;
}

/*Sections*/

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

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

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

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

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

.text-white {
    color: #fff;
}

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

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

/*Buttons*/

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

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

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

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

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

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

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

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

@media(max-width: 767px) {
    .btn.btn-primary {
        font-size: 20px;
    }
}

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

.bg-paper-2 {
    background: url(../img/mos-grau-papier2.jpg) no-repeat center center;
    background-size: cover;
}

.halboval {
    clip-path: ellipse(45% 80% at 50% 100%);
    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: 1.05;
}

/*Rotating Text*/
div#rotating-text {
    display: block;
    position: absolute;
    right: 35px;
    top: 35px;
    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: 12px;
    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;
}

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

/*Team*/

span.team-name,
span.team-role {
    position: relative;
    display: block;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.2;
    color: #2d72e5;
}

/*Testimonials*/
#testimonial-teacher {
    padding: 40px 50px;
    border-radius: 35px;
    border-bottom-left-radius: 0;
    font-size: 32px;
    font-weight: bold;
    background: url(../img/mos-grau-papier2.jpg) no-repeat center center;
    background-size: cover;
}

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

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

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

/*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;
}

@media(min-width: 768px) {
    
    body {
        font-size: 24px;
        padding-top: 137px;
    }
    
    /*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;
    }
    
    /*Headers*/
    h1,
    h2 {
        font-size: 66px;
        line-height: 68px;
    }
    
    h1.header-underlined,
    h2.header-underlined {
        text-decoration: underline;
    }

    h1.header-small,
    h2.header-small,
    #aufnahme-termine {
        font-size: 42px;
        line-height: 46px;
    }
    
    h1#home-header {
        width: 400px;
    }   
    
    
    /*Rotating Text*/
    div#rotating-text {
        right: 125px;
        top: 40px;
        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: 72px;
        line-height: 76px;
    }

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

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