﻿@import url("rc-slider.css");


/* override style */


ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#datenschutz ul {
    list-style: unset;
    padding-left: 30px;
}

a {
    text-decoration: none;
    color: #000;
}

    a:hover {
        text-decoration: none;
    }

.btn {
    line-height: 1rem;
}

.container-fluid, .container {
    padding-right: 25px;
    padding-left: 25px;
}

h1 {
    font-weight: bold;
    font-size: 3rem;
}

h2 {
    font-size: 2.5rem;
}

.required::after {
    content: "*";
    color: #dc3545;
}

.asterisk {
    color: red;
}

.table thead th {
    vertical-align: top;
}

.visually-hidden {
    display: none;
}

.bg-green {
    background-color: #1eaa7d;
}


.Toastify {
    font-size: 0.75rem;
}

    .Toastify .Toastify__toast-container {
        width: fit-content;
    }

    .Toastify .Toastify__toast-body {
        padding-right: 0.5rem;
    }

@media(min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1580px;
    }
}

@media(max-width: 768px) {
    .headline {
        font-size: 1.2rem;
    }
}





/*.schueler #header-wrapper {
    background: #92d4be;
}*/

/*.schueler #slider {
    background-color: #92d4be;
}*/

.schueler #slider {
    /*    background-image: url('/img/icon/schueler.svg');*/
    background-size: 500px;
    background-position: center center;
    background-repeat: no-repeat;
}

#slider .container {
    position: relative;
}

#slider-start {
    z-index: 2;
    position: relative;
}

#slider-icon {
    position: absolute;
    z-index: 0;
    width: 460px;
    left: -240px;
    top: -170px;
}

    #slider-icon img {
        width: 100%;
    }


.unternehmen #slider-icon, .schulen #slider-icon {
    top: -130px;
}

.unternehmen #slider-icon, .schulen #slider-icon {
    top: -130px;
}



.form-control-filter {
    min-width: 70px;
}

.form-check {
    padding-left: 10px;
    align-items: center;
    display: flex;
}

.form-check-label {
    margin-left: 1rem;
}

.form-check-input {
    transform: scale(2);
    position: relative;
    margin: 0;
}

textarea.form-control {
    border-radius: 1.3rem;
}

.modal label {
    display: inline;
}


.fc-popover-body {
    overflow: auto;
    max-height: 190px !important;
}

.fc-event {
    cursor: pointer;
}

.fc .fc-bg-event .fc-event-title {
    font-size: var(--fc-small-font-size);
    font-style: italic;
    margin: 0.3em;
}

.fc-daygrid-week-number ~ .fc-daygrid-day-bg .fc-event-title {
    margin-left: 70px;
}


.rc-slider {
    margin-top: 0.2rem;
}

.alert {
    padding: 0.2rem 0.5rem;
}

#__react-alert__ .alert {
    padding-right: 2rem;
}

.btn-alert-close {
    position: absolute;
    right: 0.2rem;
}

.input-group-text {
    border-radius: 0px 2rem 2rem 0;
}

.Toastify .Toastify__toast {
    border-radius: 30px;
    padding-right: 15px;
    font-family: "ESRebondGrotesque", Arial, sans-serif;
}


/* basic style */
html {
    font-size: 22px;
}

body {
    background-color: #eef2f0;
    font-family: 'ESRebondGrotesque', Arial, sans-serif
}

    body.mobile-nav {
        overflow: hidden;
    }

.btn.btn-fw {
    width: 210px;
}

.btn-p {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

.container.container-small {
    max-width: 1020px;
}


section {
    padding: 2rem 0;
}

.btn-modal-close {
    position: absolute;
    right: 20px;
    top: 28px;
}

.table-options {
    text-align: right;
    gap: 4px;
    display: flex;
}

.abo-select {
    flex: 1 1 auto;
}

.abo-select .bv-select .bv-select__value-container {
    min-width: 170px;
}


#__react-alert__ {
    z-index: 10000;
    position: relative;
}


/* components */
.bv-card {
    text-align: center;
    padding: 2rem 2rem 3rem;
}

.bv-card-icon {
    font-size: 4.5rem;
    margin-bottom: 0.5rem;
    display: block;
    color: #92d4be;
}

    .bv-card-icon a {
        color: #92d4be;
    }

.bc-card-title {
    margin-bottom: 1.5rem;
    font-weight: bold;
}

.bc-card-content {
    margin-bottom: 1.5rem;
}


.bv-slider {
    padding: 4rem 0px;
}

.schueler .bv-slider {
    padding: 5rem 0px;
}

.bv-fullimage-src {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
}

.image-wrapper {
    position: relative;
    width: fit-content;
    margin: auto;
}

.bv-caption {
    position: absolute;
    left: 0px;
    bottom: 0px;
    font-size: 0.6rem;
    padding: 10px;
    color: #fff;
}



.teaser-box {
    padding: 6rem 0;
}

.teaser-image img {
    width: 100%;
}

.teaser-content {
    padding: 4rem 0rem 4rem 2rem;
}

    .teaser-content h2 {
        margin-bottom: 3rem;
        font-weight: bold;
    }

    .teaser-content p {
        margin-bottom: 2rem;
    }


.bv-text-box {
    padding: 2rem 0;
}

.bv-text-content {
    margin-top: 7rem;
    margin-bottom: 1rem;
    padding-left: 2rem;
}

.bv-text-action {
    padding-left: 2rem;
}

    .bv-text-action .btn {
        margin-bottom: 1rem;
    }

.benefit-item {
    text-align: center;
    padding: 2rem;
    height: 100%;
}

.benefit-title {
    /* font-weight: bold; */
    margin-bottom: 2rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.benefit-item.benefit-item-border {
    border-right: 2px solid #848685;
}

.faq-info {
    padding-left: 2rem;
}


.btn-blocks {
    display: flex;
    gap: 1rem;
}

    .btn-blocks .btn {
        flex: 1 1 auto;
    }


.loader {
    display: block;
    margin: 5rem auto 2rem;
    width: 400px;
    text-align: center;
    max-width: 100%;
}

    .loader i {
        font-size: 4rem;
        margin-bottom: 2rem;
    }

.button-tooltip {
    position: relative;
    bottom: 3px;
}

.bv-select .bv-select__control {
    line-height: 38px;
    border-radius: 2rem;
    padding-left: 5px;
}

.bv-select .bv-select__control {
    line-height: 38px;
    border-radius: 2rem;
    padding-left: 5px;
}

.bv-select .bv-select__multi-value {
    line-height: 25px;
}

.bv-select .bv-select__control:has(.bv-select__value-container--is-multi) {
    border-radius: 1rem;
}

.bv-select.bv-select-sm .bv-select__control {
    line-height: 28px;
}

.bv-select .bv-select__value-container {
    /*
    padding: 0px 5px;
    min-width: 170px;
        */
}

.table .bv-select {
    min-width: 120px;
}

.separator {
    display: flex;
    align-items: center;
    text-align: center;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
    font-size: 1.3rem;
    font-weight: bold;
}

    .separator::before {
        content: '';
        flex: 0 0 12px;
        border-bottom: 1px solid #dee2e6
    }

    .separator::after {
        content: '';
        flex: 1;
        border-bottom: 1px solid #dee2e6
    }

    .separator:not(:empty)::before {
        margin-right: .25em;
        margin-left: -1rem;
    }

    .separator:not(:empty)::after {
        margin-left: .25em;
        margin-right: -1rem;
    }

.feature {
    background: #fff;
    padding: 1rem;
    height: 100%;
}

#testimonials .carousel-inner {
    min-height: 90px;
}

#testimonials .carousel-item {
    min-height: 90px;
}

#testimonials .carousel-caption {
    position: relative;
    left: 0px;
    right: 0;
    width: 1000px;
    max-width: 90%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

#testimonials .carousel-caption {
    font-size: 1.3rem;
}

#testimonials .carousel-subtitle {
    font-size: 0.7rem;
}

#testimonials hr {
    width: 80px;
    border-color: #eef2f0;
}

.testimonial-container {
    width: 75%;
}

.testimonial-swiper-prev, .testimonial-swiper-next {
    flex: 1 1 auto;
    text-align: center;
}



/* header */


#header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 0rem;
}

#logo img {
    width: 210px;
}

#main-nav ul {
    display: flex;
    /* font-size: 1.2rem; */
}

    #main-nav ul a {
        text-decoration: none;
        padding: 1rem;
        margin: 0px 0.5rem;
    }

#main-nav .dropdown {
    padding: 0 0.5rem;
    background: none;
}

    #main-nav .dropdown:hover {
        background: #fff;
    }

#main-nav .dropdown-menu {
    flex-direction: column;
    right: 0px;
    left: auto;
    width: 340px;
    text-align: right;
    border-radius: 0;
    /* background: transparent; */
    top: 30px;
    height: 0;
    padding: 0;
    transition: all 0.5s ease 0s;
    overflow: hidden;
    border: none;
}

#main-nav .dropdown:hover .dropdown-menu {
    height: auto;
    padding: .5rem 0;
    transition: all 0.5s ease 0s;
}

#main-nav .dropdown-menu a {
    padding: 0;
}

#sub-nav {
    display: flex;
    width: 300px;
    gap: 1rem;
}

    #sub-nav a {
        flex: 1 1 auto;
    }

    #sub-nav span {
        display: block;
    }

    #sub-nav .fas {
        display: none;
    }

#login-open-btn {
    flex: 1 1 auto;
}

#toggle-mobile-nav {
    display: none;
}

#mobile-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #00715B;
    z-index: 10;
    display: none;
    align-items: center;
    justify-content: center;
}

body.mobile-nav #mobile-nav {
    display: flex;
}

#mobile-nav .mobile-nav-header {
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0.5rem 25px;
    top: 0;
}

#logo-mobile {
    width: 180px;
}

#mobile-nav .mobile-nav-content {
    font-size: 1.6rem;
    color: #fff;
    text-align: center;
    line-height: 2rem;
    overflow: auto;
    height: calc(100% - 140px);
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    #mobile-nav .mobile-nav-content a {
        color: #fff;
    }



/* main */
#main {
    min-height: 400px;
    padding-bottom: 2rem;
}




/* footer */

#footer {
    padding: 3rem 0;
    color: #eef2f0;
}

    #footer a {
        color: #eef2f0;
    }

    #footer li {
        margin-bottom: 1rem;
    }

    #footer address {
        line-height: 2rem;
    }

    #footer .btn {
        color: #1a1a1a;
        width: 310px;
    }

#footer-logo {
    height: 62px;
}


/* Login */

#login-wrapper {
    position: fixed;
    top: 0px;
    height: 0;
    left: 0px;
    right: 0px;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s ease 0s;
    overflow: hidden;
}

body.login #login-wrapper {
    height: 100vh;
    transition: 0.5s ease 0s;
}

#login-close {
    position: absolute;
    right: 3rem;
    top: 1rem;
    background: none;
    border: none;
    font-size: 3rem;
}

#login {
    text-align: center;
    width: 520px;
    max-width: 100%;
}

    #login h1 {
        margin-bottom: 3rem;
    }

#login-logo-wrapper {
    position: absolute;
    left: 50%;
    margin-left: -90px;
    width: 180px;
    bottom: 3rem;
}

#login-form .form-control {
    background: transparent;
    border: 2px solid rgb(238, 242, 240);
    color: rgb(238, 242, 240);
}

#login-form ::placeholder {
    text-align: center;
    color: rgb(238, 242, 240);
}

#login-form input[type=checkbox] {
    transform: scale(2);
    background-color: transparent;
}

body.login {
    overflow: hidden;
}

#login-options {
    font-size: 0.8rem;
}




/* Register */

.register-type-icon {
    font-size: 10rem;
    color: #92d4be;
    max-width: 320px;
    margin: auto;
}

    .register-type-icon img {
        width: 100%;
    }

.register-type-title {
    font-weight: bold;
}



/* Abos */

.package-select .bv-select {
    flex: 0 0 340px;
}

.package-select .bv-select__control {
    line-height: 26px;
    margin-right: 10px;
}

.package-select .alert {
    white-space: nowrap;
}


/* Mobile layout */

@media(max-width: 1549px) {
    #sub-nav {
        width: auto;
    }

        #sub-nav span {
            display: none;
        }

        #sub-nav .fas {
            display: block;
        }
}

@media(max-width: 1375px) {
    #main-nav ul a {
        padding: 0.4rem;
        margin: 0;
    }

    #logo img {
        width: 160px;
    }

    h1 {
        font-size: 2.5rem;
    }
}

@media(max-width: 1160px) {
    #main-nav ul a {
        display: block;
        text-align: center;
    }

    #main-nav li {
        display: flex;
        align-items: center;
    }

    h1 {
        font-size: 2rem;
    }
}

@media(max-width: 991px) {
    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.6rem;
    }

    body {
        padding-top: 58px;
    }

    #header-wrapper {
        position: fixed;
        left: 0px;
        right: 0px;
        top: 0px;
        background: #eef2f0;
        z-index: 10;
        border-bottom: 1px solid #ccc;
    }

    #header {
        padding: 0.5rem 0rem;
    }

    #main-nav {
        display: none;
    }

    #sub-nav {
        display: none;
    }

    #toggle-mobile-nav {
        display: block;
    }

    #footer {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    #sub-nav span {
        display: block;
    }

    #sub-nav .fas {
        display: none;
    }


    .benefit-item.benefit-item-border {
        border-bottom: 2px solid #848685;
        border-right: none;
    }

    .bv-text-content {
        margin-top: 2rem;
        margin-bottom: 2rem;
        padding-left: 0;
    }

    .bv-text-action {
        padding-left: 0;
    }

    .faq-info {
        padding-left: 0;
        margin-top: 1.5rem;
    }

    .teaser-content {
        padding: 2rem 0rem;
    }

    .fc-event-time {
        text-overflow: clip;
        overflow: hidden;
        margin: 0 !important;
    }

    .fc-event-title {
        display: none;
    }
}

@media(max-width: 767px){
    .testimonial-container {
        width: 100%;
    }

    .testimonial-swiper-prev, .testimonial-swiper-next {
        display: none;
    }
}

@media(max-width: 475px) {
    html {
        font-size: 18px;
    }

    .bv-slider {
        padding: 2rem 0px;
    }

    .teaser-box {
        padding: 2rem 0;
    }

    #slider-icon {
        left: 16px;
        width: 280px;
        top: -64px !important;
    }

    #sub-nav span {
        display: none;
    }

    #sub-nav .fas {
        display: block;
    }



    h2 {
        font-size: 1.8rem;
    }

    /*
    .teaser-box {
        margin-left: -25px;
        margin-right: -25px;
    }
    */

    #login-close {
        top: 0;
        right: 1rem;
    }

    .bv-text-action .btn {
        display: block;
        width: auto;
        margin-left: 0 !important;
        margin-bottom: 1rem;
    }

    
}




@font-face {
    font-family: 'ESRebondGrotesque';
    font-style: normal;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url(/fonts/ESRebondGrotesque-Regular.woff) format('woff');
}
