:root {
    --dark1: #DEDFDE;
}
  

.header-upper-navigation {
    right: 0;
    height: 50px;
    padding: 0px;
    align-self: flex-end;
    display: flex;
    align-items: center;
}

.header-logo-container img {
    width: 120px;
}

.header-navigation {
    flex: 0;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.diagonal-box-start {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 0 0 40px;
    border-color: transparent transparent transparent #FFFFFF;
}

.lower-navigation-item {
    font-family: Inter;
    font-weight: bold;
    font-size: 20px;
    /* Font grey */
    color: #000000;
}

.upper-navigation-item {
    font-family: Inter;
    font-size: 14px;
    line-height: 15px;
    /* identical to box height */
    text-transform: uppercase;
    /* Font grey */
    color: #8E90A6;
    padding: 0;
    margin: 5px;
}

.upper-navigation-item a {
    text-decoration: none;
}

.lower-navigation-item a {
    text-decoration: none;
}

nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

nav ul li {
    display: inline;
    margin: 20px
}

.upper-navigation-item a, .upper-navigation-item a:visited {
    color: #8E90A6;
}

.upper-navigation-item a:hover {
    color: #464646
}

.upper-navigation-item a:active, .upper-navigation-item-active {
    border-bottom: 1px solid #9B51E0;
    color: #9B51E0;
}

.lower-navigation-item a, .lower-navigation-item a:visited {
    color: #000000;
}

.lower-navigation-item a:hover {
    color: #000000;
    border-bottom: 3px solid #9B51E0;
}

.lower-navigation-item a:active, .lower-navigation-item-active {
    color: #000000;
    border-bottom: 3px solid #DBC72A;
}

.main-content {
    margin-top: 130px;
}

.header input {
    display: none;
}

.open {
    background-color: #3c3c3c;
    width: 24px;
    height: 4px;
    display: block;
    border-radius: 2px;
    cursor: pointer;
    position: relative;
    top: 8px;
}

.open:before {
    content: "";
    background-color: #3c3c3c;
    width: 24px;
    height: 4px;
    display: block;
    border-radius: 2px;
    position: relative;
    top: -8px;
    transform: rotate(0deg);
    transition: all 0.3s ease;
}

.open:after {
    content: "";
    background-color: #3c3c3c;
    width: 24px;
    height: 4px;
    display: block;
    border-radius: 2px;
    position: relative;
    top: 4px;
    transform: rotate(0deg);
    transition: all 0.3s ease;
}

.menuOpen {
    width: 24px;
    height: 20px;
    display: block;
    padding: 15px;
    cursor: pointer;
    float: right;
}

.menuOpen:hover .open:before {
    top: -9px;
}

.menuOpen:hover .open:after {
    top: 5px;
}

.main-container {
    margin: auto;
    position: relative;
}

.menuContent ul {
    margin: 0
}

.stepper-wrapper {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.stepper-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    @media (max-width: 768px) {
        font-size: 12px;
    }
}

.stepper-item::before {
    position: absolute;
    content: "";
    border-bottom: 2px solid #9B51E0;
    width: 100%;
    top: 20px;
    left: -50%;
    z-index: 2;
}

.stepper-item::after {
    position: absolute;
    content: "";
    border-bottom: 2px solid #9B51E0;
    width: 100%;
    top: 20px;
    left: 50%;
    z-index: 2;
}

.stepper-item .step-counter {
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #9B51E0;
    margin-bottom: 6px;
}

.stepper-item.active {
    position: relative;
}

.stepper-item.active .add {
    position: absolute;
    margin-left: 40px;
    margin-top: 5px;
    width: 30px;
    height: 30px;
    background-color: #C787DF;
}

.stepper-item.active .add-2 {
    position: absolute;
    margin-left: 20px;
    margin-top: 2.5px;
    width: 35px;
    height: 35px;
    background-color: #BB6BD9;
}

.stepper-item.completed .step-counter {
    background-color: #9B51E0;
}

.stepper-item.completed::after {
    position: absolute;
    content: "";
    border-bottom: 2px solid #9B51E0;
    width: 100%;
    top: 20px;
    left: 50%;
    z-index: 3;
}

.stepper-item:first-child::before {
    content: none;
}

.stepper-item:last-child::after {
    content: none;
}

@media (max-width: 600px) {
    .tooltip:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }
    .stepper-wrapper {
        flex-wrap: wrap;
    }
    .step-name {
        min-width: 200px;
    }
    .stepper-item {
        margin-bottom: 30px;
    }
    .stepper-item::before, .stepper-item::after, .stepper-item.completed::after {
        content: none;
    }
    .button .button-text, .desktop-login {
        display: none;
    }
    nav ul li {
        display: inline;
        margin: 0 5px 0 0;
    }
    .button .material-icons {
        display: block;
    }
    .header-logo-container img {
        width: 80px;
    }
    .header-upper-navigation {
        right: 0;
        height: 30px;
    }
    .upper-navigation-item {
        font-size: 12px;
    }
    .lower-navigation-item {
        font-size: 12px;
    }
    .banner {
        margin-top: 0px;
        /*position: relative;*/
        overflow: hidden;
    }
    #slide-davo {
        width: 220px;
        object-fit: cover;
        z-index: 10;
        position: absolute;
        right: -600px;
        top: 280px;
        -webkit-animation: slide-davo 0.5s forwards;
        -webkit-animation-delay: 1s;
        animation: slide-davo 0.5s forwards;
        animation-delay: 1s;
    }
    @-webkit-keyframes slide-davo {
        100% {
            right: 220px;
        }
    }
    @keyframes slide-davo {
        100% {
            right: 220px;
        }
    }
    #slide-tobi {
        width: 200px;
        object-fit: cover;
        z-index: 9;
        position: absolute;
        right: -600px;
        top: 200px;
        -webkit-animation: slide-tobi 0.5s forwards;
        -webkit-animation-delay: 1.5s;
        animation: slide-tobi 0.5s forwards;
        animation-delay: 1.5s;
    }
    @-webkit-keyframes slide-tobi {
        100% {
            right: 0px;
        }
    }
    @keyframes slide-tobi {
        100% {
            right: 0px;
        }
    }
    .ticks {
        /*display: none*/
    }
    .course-ticks {
        /*
        display: none
        */
    }
    #trapezoid-team {
        border-right: 360px solid #EFEEE9;
        border-top: 40px solid transparent;
        border-bottom: -70px solid transparent;
        width: 0;
        padding-top: 30px;
        padding-left: 0px;
        position: absolute;
        margin-top: -60px;
        height: 750px;
        z-index: -1;
    }
    .banner-preview-team {
        position: relative;
        z-index: -2;
        max-width: 320px;
        margin-top: 50px;
        margin-left: 20px;
        object-fit: cover
    }
    #trapezoid-course {
        border-right: 360px solid #EFEEE9;
        border-top: 40px solid transparent;
        border-bottom: -70px solid transparent;
        width: 0;
        padding-top: 30px;
        padding-left: 0px;
        position: absolute;
        margin-top: -60px;
        height: 500px;
        z-index: -1;
    }
    .banner-preview-course {
        position: relative;
        z-index: -2;
        max-width: 320px;
        margin-top: 50px;
        margin-left: 20px;
        object-fit: cover
    }
    .card-wrapper {
        max-width: 360px;
    }
}

.header {
    display: flex;
    position: fixed;
    /* center the element */
    right: 0;
    left: 0;
    top: 0;
    margin-right: auto;
    margin-left: auto;
    /* give it dimensions */
    min-height: 130px;
    max-width: 1280px;
    z-index: 100;
    background-color: #fff;
}

.header-upper-navigation {
    background-color: #FAFAFC;
}

@media (max-width: 1050px) {
    .doctor-banner {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        align-items: center;
        align-content: center;
        flex-direction: column-reverse;
    }
    .landing-h1 {
        font-family: Inter;
        font-style: normal;
        font-weight: bold;
        font-size: 20px;
        color: #9B51E0;
        margin: 0;
        margin-top: 30px;
    }
    .landing-h1-light {
        font-family: Inter;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        color: #9B51E0;
        margin: 0;
    }
    .banner {
        display: flex;
        justify-content: center;
    }
    .banner-preview {
        display: none;
    }
    /*.screens-wrapper {
        display: none !important;
    }*/
    .no-mobile-margin {
        margin-top: 10px !important;
    }
    .screens-wrapper-mobile {
        display: none !important;
    }
    #slide-davo, #slide-tobi {
        display: none;
    }
    #trapezoid {
        border-bottom: 366px solid #EFEEE9;
        border-left: 70px solid transparent;
        border-right: 70px solid transparent;
        height: 0;
        width: 630px;
        padding-top: 30px;
        padding-left: 20px;
    }
}

@media (min-width: 1050px) {
    .doctor-banner {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        align-items: center;
        align-content: center;
    }
    #trapezoid {
        border-bottom: 366px solid #EFEEE9;
        border-left: 70px solid transparent;
        border-right: 70px solid transparent;
        height: 0;
        width: 630px;
        padding-top: 30px;
        padding-left: 20px;
        right: 110px;
        position: absolute;
    }
    .slide-screen-up {
        z-index: 10;
        width: 200px;
        position: absolute;
        bottom: -600px;
    }
    .slide-screen-up-animation {
        -webkit-animation: slide-screen-up 0.5s forwards;
        animation: slide-screen-up 0.5s forwards;
    }
    @-webkit-keyframes slide-screen-up {
        100% {
            bottom: -50px;
        }
    }
    @keyframes slide-screen-up {
        100% {
            bottom: -50px;
        }
    }
    .slide-screen-down {
        z-index: 10;
        width: 200px;
        position: absolute;
        top: -600px;
    }
    .slide-screen-down-animation {
        -webkit-animation: slide-screen-down 0.5s forwards;
        animation: slide-screen-down 0.5s forwards;
    }
    @-webkit-keyframes slide-screen-down {
        100% {
            top: -50px;
        }
    }
    @keyframes slide-screen-down {
        100% {
            top: -50px;
        }
    }
    .landing-h1 {
        font-family: Inter;
        font-style: normal;
        font-weight: bold;
        font-size: 40px;
        color: #9B51E0;
        margin: 0;
        margin-top: 30px;
    }
    .landing-h1-light {
        font-family: Inter;
        font-style: normal;
        font-weight: normal;
        font-size: 40px;
        color: #9B51E0;
        margin: 0;
    }
}

.phone-container {
    max-width: 250px;
    min-width: 250px;
    overflow: hidden;
    border: 8px solid #666666;
    border-radius: 15px;
    transform: translate3d(0, 0, 0);
}

.doctor-teaser-container {
    max-width: 700px;
    min-width: 250px;
}

@media (min-width: 600px) {
    .hovercheck:checked+.tooltiptext {
        visibility: visible;
        opacity: 1;
    }
    .button .material-icons, .mobile-login {
        display: none;
    }
    .button .button-text {
        display: block;
    }
    .upper-navigation-item {
        margin: 10px;
    }
    .autoComplete_wrapper>input {
        width: 400px !important;
    }
    .card-wrapper {
        max-width: 460px;
    }
    #trapezoid-course {
        border-right: 460px solid #EFEEE9;
        border-top: 40px solid transparent;
        border-bottom: -70px solid transparent;
        width: 0;
        padding-top: 30px;
        padding-left: 0px;
        position: absolute;
        margin-top: -60px;
        height: 500px;
        z-index: -1;
    }
    .banner-preview-course {
        position: relative;
        z-index: -2;
        max-width: 420px;
        margin-top: 50px;
        margin-left: 20px;
        object-fit: cover
    }
    .main-container {
        max-width: 1280px;
        margin: auto;
        position: relative;
    }
    #slide-davo {
        z-index: 10;
        position: absolute;
        right: -600px;
        top: 175px;
        -webkit-animation: slide-davo 0.5s forwards;
        -webkit-animation-delay: 0.5s;
        animation: slide-davo 0.5s forwards;
        animation-delay: 0.5s;
    }
    @-webkit-keyframes slide-davo {
        100% {
            right: 200px;
        }
    }
    @keyframes slide-davo {
        100% {
            right: 200px;
        }
    }
    #slide-tobi {
        z-index: 9;
        position: absolute;
        right: -600px;
        top: 135px;
        -webkit-animation: slide-tobi 0.5s forwards;
        -webkit-animation-delay: 0.75s;
        animation: slide-tobi 0.5s forwards;
        animation-delay: 0.75s;
    }
    @-webkit-keyframes slide-tobi {
        100% {
            right: 30px;
        }
    }
    @keyframes slide-tobi {
        100% {
            right: 30px;
        }
    }
    .banner {
        margin-top: 30px;
        position: relative;
        height: 480px;
    }
    .banner-preview {
        position: absolute;
        height: 315px;
        margin-top: 50px;
        margin-left: 0px;
        object-fit: cover
    }
    .ticks {
        margin-bottom: 50px;
    }
    #trapezoid-team {
        border-right: 460px solid #EFEEE9;
        border-top: 40px solid transparent;
        border-bottom: -70px solid transparent;
        width: 0;
        padding-top: 30px;
        padding-left: 0px;
        position: absolute;
        margin-top: -60px;
        height: 650px;
        z-index: -1;
    }
    .banner-preview-team {
        position: relative;
        z-index: -2;
        max-width: 420px;
        margin-top: 50px;
        margin-left: 20px;
        object-fit: cover
    }
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}

.button, .button:visited {
    background: linear-gradient(to right bottom, #4900E3, #9B51E0);
    padding: 8px 16px 8px 16px;
    color: white;
    border-radius: 18px;
    border: 0px solid rgba(0, 0, 0, 0.23);
    cursor: pointer;
    text-decoration: none;
}

.button_primary, .button_primary:visited {
    background: linear-gradient(to right bottom, #8BDDCF, #2EA28F);
    color: white;
    padding: 8px 16px 8px 16px;
    border-radius: 18px;
    border: 0px solid rgba(0, 0, 0, 0.23);
    cursor: pointer;
    text-decoration: none;
}

.button:hover, .button_primary:hover {
    color: #DEDFDE
}

.button_gray, .button_gray:visited {
    background: linear-gradient(to right bottom, #DEDFDE, #BABABA);
    color: white;
    padding: 6px 16px 6px 16px;
    border-radius: 18px;
    border: 0px solid rgba(0, 0, 0, 0.23);
    text-decoration: none;
    text-align: center;
    width: 200px;
}

.landing-h2 {
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 54px;
}

.step-name {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 28px;
    margin-left: 20px;
    margin-right: 20px;
    max-width: 150px;
    text-align: center;
    flex: 1;
}

.fade-in {
    opacity: 0;
}

.fade-in-animation {
    -webkit-animation: fade-in 0.5s forwards;
    animation: fade-in 0.5s forwards;
}

@-webkit-keyframes fade-in {
    100% {
        opacity: 1;
    }
}

@keyframes fade-in {
    100% {
        opacity: 1;
    }
}

.animation-delay-0 {
    -webkit-animation-delay: 0.25s;
    animation-delay: .25s;
}

.animation-delay-1 {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.animation-delay-2 {
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
}

.animation-delay-3 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.step-link {
    margin-top: 10px;
    padding-top: 0px;
    font-family: Inter;
    font-size: 14px;
    text-align: center;
    color: #B6A41C;
    cursor: pointer;
}

.step-link, .step-link:visited {
    text-decoration: underline;
    color: #B6A41C;
}

.step-link:hover {
    text-decoration: none;
    color: #B6A41C;
}

.selection {
    margin-top: 40px;
    margin-bottom: 30px;
    height: 100px;
}

.autoComplete_wrapper>input {
    color: #000000 !important;
    border: .05rem solid #000000 !important;
    background-image: none !important;
}

.autoComplete_wrapper>input::placeholder {
    color: #000000 !important;
}

.autoComplete_wrapper>ul>li mark {
    color: #9B51E0 !important;
}

.autoComplete_wrapper>input:hover {
    color: #9B51E0 !important;
}

.autoComplete_wrapper>input:focus::selection {
    background-color: #9B51E0 !important;
}

.autoComplete_wrapper>input::selection {
    background-color: #9B51E0 !important;
}

.autoComplete_wrapper>ul>li:hover {
    cursor: pointer;
    background-color: #C787DF !important;
}

.footer-link, .footer-link:visited {
    text-decoration: none;
    color: #B6A41C;
}

.footer-link:hover {
    text-decoration: none;
    color: #B6A41C;
}

/* Video Parallax Section*/

.ParallaxVideo {
    height: 400px;
    width: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ParallaxVideo video {
    position: absolute;
    min-width: 100%;
    width: auto;
    z-index: -100;
    margin-top: -200px;
}

.ParallaxVideo h3 {
    color: #fff;
    font-size: 76px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.tooltip {
    position: relative;
    padding-top: 10px;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 220px;
    background-color: #FFFFFF;
    color: #000000;
    text-align: left;
    border-radius: 6px;
    border: 1px solid #9B51E0;
    padding: 10px;
    position: absolute;
    z-index: 11000;
    bottom: 150%;
    left: 50%;
    margin-left: -110px;
    margin-bottom: -20px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #9B51E0 transparent transparent transparent;
}

.h2 {
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    color: #9B51E0;
    margin: 0;
    margin-top: 30px;
}

.h2-light {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #9B51E0;
    margin: 0;
}

.h3 {
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    color: #9B51E0;
    margin: 0;
    margin-top: 30px;
}

.h4 {
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    color: #9B51E0;
    margin: 0;
    margin-top: 30px;
}

.banner-course {
    margin-top: 30px;
    position: relative;
    max-width: 400px;
}

.grecaptcha-badge {
    width: 70px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    left: 4px !important;
}

.grecaptcha-badge:hover {
    width: 256px !important;
}

.form label {
    display: inline-block;
    width: 150px;
}

.form .row {
    margin: 10px
}

.form .lab {
    display: inline-block;
    width: 500px;
}

/*
.phone-container {
    width: 80%;
    margin-left: 35px;
}
*/

.ribbon {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 300px;
    height: 300px;
    text-align: right;
}

.ribbon span {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    line-height: 25px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 300px;
    display: block;
    background: #9B51E0;
    background: linear-gradient(#9B51E0 0%, #9B51E0 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 70px;
    right: -70px;
}

.ribbon span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #9B51E0;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #9B51E0;
}

.ribbon span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #9B51E0;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #9B51E0;
}

.hovercheck {
    display: none;
}