/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 18.05.2020, 13:50:14
    Author     : danielli
*/
body,html{
    font-size: 20px;
    
}
#wrap{
    height: auto;
}
#selection
.landing .bold{
    font-weight: bold !important;
}
.bold,
.index-r .bold,
.index-l .bold{
    font-weight: bold !important;
}
.index-l .uppercase,
.index-r .uppercase,
.uppercase{
    text-transform: uppercase !important;
}
@media screen and (max-width: 560px){
    body,html{
        font-size: 20px;
    }
}
@media screen and (max-width: 400px){
    body,html{
        font-size: 18px;
    }
}
.daCol{
    padding-top: 0;
    padding-bottom: 0;
}
.row .daCol:nth-child(even){
    padding-right: 0 !important;
}
.nurseImage{
    width: 15% !important;
}
.main_logo{
    max-width: 100%;
    height: auto;
}
h2{
    font-size: 1.6rem;
}
.flex-fill p, .flex-fill div, body, .flex-fill span, .flex-fill .link-txt, .flex-fill .btn-send, .flex-fill .landingpage h3{
    font-size: 1rem !important;
}

#selection .index-r h3{
    font-size: 1.75rem !important;
}
@media (min-width: 1200px){
    .index-l h3, #selection .index-r h3 {
        font-size: 40px !important;
        font-weight: 400;
    }
}
.telephone_number{
    font-weight: bold;
}
.text-white{
    color: #FFF;
}

.w-100 > p.space-before-xs,
.space-before-xs{
    margin-top: 0.25rem !important;
}

.w-100 > p.space-before-s,
.space-before-s{
    margin-top: 0.5rem !important;
}

.w-100 > p.space-before-m,
.space-before-m{
    margin-top: 1rem !important;
}

.w-100 > p.space-before-l,
.space-before-l{
    margin-top: 2rem !important;
}

.w-100 > p.space-before-xl,
.space-before-xl{
    margin-top: 3rem !important;
}

.w-100 > p.space-before-xxl,
.space-before-xxl{
    margin-top: 4rem !important;
}

.w-100 > p.space-after-xs,
.space-after-xs{
    margin-bottom: 0.25rem !important;
}

.w-100 > p.space-after-s,
.space-after-s{
    margin-bottom: 0.5rem !important;
}

.w-100 > p.space-after-m,
.space-after-m{
    margin-bottom: 1rem !important;
}

.w-100 > p.space-after-l,
.space-after-l{
    margin-bottom: 2rem !important;
}

.w-100 > p.space-after-xl,
.space-after-xl{
    margin-bottom: 3rem !important;
}

.w-100 > p.space-after-xxl,
.space-after-xxl{
    margin-bottom: 4rem !important;
}

@media screen and (max-width: 560px){
    .w-100 > p.space-before-xl,
    .space-before-xl{
        margin-top: 2rem !important;
    }

    .w-100 > p.space-before-xxl,
    .space-before-xxl{
        margin-top: 1rem !important;
    }

    .w-100 > p.space-after-xl,
    .space-after-xl{
        margin-bottom: 2rem !important;
    }
    .w-100 > p.space-after-xxl,
    .space-after-xxl{
        margin-bottom: 3rem !important;
    }

}

.nowrap{
    white-space:nowrap;
}
.stickyElement.inContent{
    position: relative;
    height: auto;
    background-size: 101% 100%;
    padding-bottom: 38px;
    margin-top: 0;
}
.stickyElement.inContent p{
    padding-bottom: 10px;
}
.p1vw{
    font-size: 1rem !important;
}
.p12vw{
    font-size: 1.2rem !important;
}
.tel_icon{

}
.relative{
    position: relative;
}
.has_tel_icon h3{
    max-width: 600px;
    margin: 0 auto;
}
.tel_icon{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-25%,-50%);
    max-width: 126px;
    max-height: 126px;
    object-fit: contain;
}
@media screen and (max-width: 1200px){
    .tel_icon{
        left: 50%;
        margin-left: -200px;
        transform: translate(-50%,-50%);
    }
}
@media screen and (max-width: 560px){
    .tel_icon{
        left: 40%;
        max-width: 80px;
        max-height: 80px;
        margin-left: -150px;
    }
    .has_tel_icon{
        padding-left: 90px;
    }
}
@media screen and (max-width: 370px){
    .tel_icon{
        left: 45%;
        max-width: 60px;
        max-height: 60px;
    }
}
@media only screen and (max-width: 992px) and (min-width: 768px){
    #selection .index-r h3, .index-l h3{
        font-size: 35px !important;
    }
}
.flex{
    display: flex;
}
.column{
    flex-direction: column;
}
.divider{
    border-top: 3px solid #68d2df;
    margin: 40px 0 30px 0;
}
.divider::after{
    content: " ";
    display: block;
    border-top: 3px solid #68d2df;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 49.18%;
    transform: translateY(100%);
}
.start-icon-wrapper{
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.2);
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #FFF;
    display: flex;
    align-items:center;
    justify-content: center;
    flex: 0 0 120px;
}
.badge{
    position: absolute;
    left: 0;
    top: 0;
    font-weight: bold ;
}
.landing .badge{
   font-weight: bold !important; 
}
.vertical-center{
    align-items: center;
}
/*        .news{
            color: #f0ab00;
        }*/
.flex-row{
    margin: 40px 0 0;
}
.flex-row:last-child{
    margin-bottom: 0;
}
.flex-row.first-row{
    margin-top: 0;
}
@media screen and (max-width: 520px){
   .flex-row{
       flex-wrap: wrap;
       /*align-items: center;*/
       justify-content: center;
   }
   .flex-row .col{
       width: 100%;
       flex-basis: auto;
   }
   .flex-row .col.start-icon-wrapper{
       width: 100%;
       flex-basis: 120px;
   }
}
.news-row{
    color: #f0ab00;
    margin-top: 30px;
    padding-top: 40px;
}
.bold{
    font-weight: bold;
}
.dropdown-wrapper{
    width: 100%;
    padding: 0 20px;
    /*padding: 20px;*/
}
.no-dropdown-wrapper{
    width: 100%;
    padding: 0 20px;
    /*padding: 20px;*/
}
.dropdown-wrapper.active{
    /*box-shadow: ;*/
    background: #FFF;
    z-index: 20;
}
.dropdown-title{
    padding: 20px 50px 20px 0;
    width: 100%;
    display: block;
    cursor:pointer;
    position: relative;
}

.dropdown-title::after{
    display: block;
    content: " ";
    background-image: url(/wp-content/uploads/2020/05/icon_caret_down.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 18px;
}
.dropdown{
    position: absolute;
    width: 100%;
    right: 0;
    left: 0;
    padding: 0 20px;
    background: #FFF;
    z-index: 10;
    /*transition: max-height 0.5s ease-in-out;*/
    /*height: 500px;*/
    /*max-height: 1000px;*/
    overflow:hidden;
}
.dropdown a{
    color: inherit;
}
.dropdown  .list{
    margin: 0;
    padding: 0;
}
.dropdown .item{
    list-style-type: none;
    border-top: 1px solid #000;
    padding: 15px 55px;
    font-weight: bold !important;
}
@media (min-width: 1200px) and (max-width: 1400px){
    .dropdown .item{
        padding: 15px 30px;
        font-size: 0.85rem;
    }
}
@media (max-width: 660px){
    .dropdown .item{
        padding: 15px 30px;
        font-size: 0.85rem;
    }
}
.content-wrapper .dropdown-wrapper,
.dropdown-wrapper .dropdown-title,
.content-wrapper .no-dropdown-wrapper > div{
    font-size: 1rem;
    font-weight: bold !important;
}

@media (min-width: 1200px) and (max-width: 1400px){
    .content-wrapper .dropdown-wrapper,
    .dropdown-wrapper .dropdown-title,
    .content-wrapper .no-dropdown-wrapper > div{
        font-size: 0.85rem !important;
    }
}
@media (max-width: 660px){
    .content-wrapper .dropdown-wrapper,
    .dropdown-wrapper .dropdown-title,
    .content-wrapper .no-dropdown-wrapper > div{
        font-size: 0.85rem !important;
    }
}
.hide{
    display: none;
    /*height: 0;*/
/*    max-height: 0;
    transition: max-height 0.5s ease-in-out;*/
}
.selection-side {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    height: 100%;
    padding-top: 300px;
}
.selection-side > * {
    flex-basis: 100%;
}
.selection-side form {
    flex-basis: 100%;
    min-height: 485px;
}
.selection-side .selection-img-wrapper-left {
    text-align: center;
    align-self: flex-end;
    margin-top: 55px;
}
.selection-side .selection-img-wrapper-left img {
    max-height: 188px;
    max-width: 100%;
    margin: 0 auto;
    align-self: flex-end;
}

.selection-side > .introduction {
    position: absolute;
    top: 50px;    
    left: 0;
}

.selection-input {
    font-size: 40px;
    line-height: 1;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
    border: none!important;
    -moz-box-shadow: inset 2px 2px 8px 0px rgba(0, 0, 0, 0.55)!important;
    -webkit-box-shadow: inset 2px 2px 8px 0px rgba(0, 0, 0, 0.55)!important;
    box-shadow: inset 2px 2px 8px 0px rgba(0, 0, 0, 0.55)!important;
    -webkit-appearance: none;
    transition: box-shadow .15s ease-in-out;
}
.selection-input:hover, .selection-input:focus, .selection-input:active {
    box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.77) inset!important;
}

.help-section-footer {
    background-color: #6bd2df !important;
    text-align: center;
    padding: 20px;
}
.help-section-footer .h3, .help-section-footer .h3 span {
    color: #FFF;
    font-size: 26px!important;
    line-height: 35px!important;
    font-weight: 500!important;
}
.help-section-footer .h3 span .phoneNumber {
    font-size: 36px!important;
    white-space: nowrap;
}

.flex-fill .btn-send.btn-send3 {
    text-transform: uppercase!important;
}
.flex-fill .btn-send {
    font-size: 0.9rem !important;
    padding-left: 4%;
    padding-right: 4%;
}

#sticky-element{
    position: fixed;
    right: 0px;
    bottom: 25%;
    display: block;
    padding: 10px 10px 10px 10px;
    content: " ";
    background-image: url(/wp-content/uploads/2020/05/icon_caret_up.png);
    background-repeat: no-repeat;
    background-size: 30px auto;
    background-position: center center;
    background-color: #F0AB00;
    cursor:pointer;
    width: 60px;
    height: 60px;
    /*transform: rotate(-180deg);*/
    z-index: 10;
}
@media (min-width: 1200px){
    #sticky-element{
        display: none;
    }
    .row.d-flex.cta.move-top{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding: 0 16% !important;
    }
}

p.smaller-print {
    font-size: 16px!important; 
    font-weight: 600!important;
}
@media screen and (max-width: 767px) {
    .landing p.smaller-print {
        margin-bottom: 45px;
    }
}
#more_information_banner {
    padding: 15px 25px!important;
    background: #f0ab00;
    border-radius: 40px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#more_information_banner .img-wrapper {
    padding: 10px;
    background: #FFF;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#more_information_banner .img-wrapper img {
    width: 100%;
    height: 100%;
}
#more_information_banner p {
    color: #FFF;
    font-weight: 700!important;
}
#more_information_banner:hover {
    text-decoration: none;
    background: #f8bd2a;
}
.dropdown-click{
    /*z-index: 20;*/
}
/*#wrap{
    z-index: 1;
    position: relative;
}*/
.dropdown-overlay{
    background: rgba(63,68,68,0.45);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    display: none;
    content: " ";
    /*transition: opacity 1s ease-in-out;*/
    /*z-index: 0;*/
}
.dropdown-overlay.active{
    opacity: 1;
    display: block;
    /*z-index: 10;*/
}
/*@media (min-width: 1200px){
   .landingpage.col-xl-6 {
        padding-top: 115px;
    }
}*/
.landing .index-l,
.landing .index-r{
    align-items: stretch;
    padding-top: 50px;
}
@media (min-width: 1200px) and (min-height: 1100px){
    .landing .index-l,
    .landing .index-r{
        padding-top: 135px;
    }
}
@media screen and (max-width: 767px) {
    .landing .index-l,
    .landing .index-r {
        max-height: none!important;
    }
    .landing .index-r .row .daCol > div {
        flex: 0 0 auto!important;
    }
    
    .landing .index-r .align-items-center .col-sm-6,
    .landing .index-r .align-items-center .col-sm-7 {
        flex: 0 0 auto!important;
    }
    
    #selection .landing .index-l > div {
        min-height: 710px;
    }
}


.index-r .w-100 .row{
    margin-top: 0;
}
#wrap{
    min-height: 100vh;
}
.index-footer p,
.footer-menu{
    font-size: 0.8rem !important;
}
.w-100  > p.big_text.mt-0{
    margin-top: 0 !important;
}
@media only screen and (max-width: 767px){
    .footer-menu{
        margin-left: 0;
    }
    .index-footer{
        text-align: left;
    }
    #selection .index-r h3,.index-l h3{
        font-size: 1.75rem !important;
    }
}

.landing .index-l > div,
.landing .index-r > div{
    align-self: center;
}

.form-control.has-value#label{
    font-size: 0.8rem !important;
}
#loginform {
    margin-top: 25px;
    padding-top: 25px;
    /*border-top: 2px solid #f0ab00;*/
}
