html, body {
  height: 100%;
  font-family: 'Open Sans';
  color: #434444;
}

.layout1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.index-l {
  background: url('leftbg.png') no-repeat;
  background-size: cover;
  /* width: 100%; */
  color: #fff;
  font-family: 'Open Sans';
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-height: 100%;
}
#selection .index-r h3,
.index-l h3 {
  font-family: 'Open Sans';
  font-size: 2.1vw;
  
  font-weight: 400;
}
.index-l h3 {
    color: #fff;
}
p.big_text{
  font-size: 35px !important;
  text-transform: uppercase;
  text-align: center;
}
.left_text{
  margin-top: 7%;
}

.stickyElement{
  /*background-image: url('/wp-content/themes/ave-child/custom/pages/stickyElement_bg.png');*/
  position: fixed;
  right: 0;
  background-size: cover;
  padding: 10px 15px;
  height: 100px;
  margin-top: -35px;
  z-index: 100;
}

.stickyElement p{
  color: white;
  padding: 0px;
  font-size: 20px !important;
  font-weight: 600;
}
.stickyElement p span{
  text-decoration: underline;
  font-size: 20px !important;
}

.index-footer {
  background: #3f4444;
  padding: 2% 8%;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  font-family: 'Open Sans';
}

.footer-menu {
  padding-left: 0;
  margin-top: 1%;
}

.footer-menu li {
  float: left;
  list-style-type: none;
}

.footer-menu li a {
  font-weight: bold;
  color: #fff;
  text-align: left;
}

.footer-menu li:after {
  content: "|";
  margin: 0 4px;
}

.footer-menu li:last-child::after {
  content: none;
}

.dig-input {
  margin-top: 8%;
}

.dig-input input {
  width: 11%;
  height: auto;
  border-radius: 0;
  border: 0;
  background: #e5007d;
  float: left;
  margin-right: 2.2%;
  margin-bottom: 1.5%;
  font-size: 2vw;
  text-align: center;
  color: #fff;
  font-family: 'Open Sans';
}

.dig-input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.index-form input {
  font-family: 'Open Sans';
  border: 0;
  border-radius: 0;
  margin-top: 2%;
  font-size: 1.2vw;
}

.index-form>*>label {
  color: #3f4444;
  font-weight: 300;
}

.index-form>*>span {
  color: #3f4444;
  font-weight: 300;
}

.index-r {
  padding: 0 50px;
  display: -ms-flexbox;
  display: flex;
  display:-webkit-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-height: 100%;
}

.index-r2 {
  padding: 0 5%;
}

input:focus, input:active, input:hover {
  outline: 0px !important;
  -webkit-appearance: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.btn-send {
  background: #f0ab00;
  padding: 4% 0;
  border-radius: 40px;
  color: #fff;
  margin-top: 3%;
  cursor: pointer;
  font-size: 0.8vw;
}

#selection .btn-send {
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 76px;
    flex-basis: 0;
    white-space: nowrap;
    min-width: 250px;
}
@media screen and (max-width: 767px) {
    #selection .btn-send {
        max-width: 100%;
    }
}
@media screen and (max-width: 767px) {
    #selection .btn-send {
        max-width: 100%;
    }
}

.btn-send2 {
  padding: 4% 0;
  margin-top: 2.5%;
}

.btn-send3 {
  margin-top: 1.5%;
}
.btn-send:hover {
  background: #f8bd2a;
  color: #fff;
  cursor: pointer;
}
.btn-tezspire {
    background: #d95f74;
}
.btn-tezspire:hover {
    background: #fd8398;
}

.index-form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.land-list {
  font-size: 0.8vw;
  font-weight: bold;
  margin-left: 3%;
}

.link-txt {
  color: #efab00;
  text-decoration: underline;
  font-size: 0.8vw;
  white-space: nowrap;
}

.form-row {}

.form-row .form-group {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.form-group {
  position: relative;
  margin-top: 2%;
}

.form-control {
  border: 0;
  border-radius: 0;
  background-color: transparent;
  position: relative;
  z-index: 2;
  font-size: 1vw;
}

.form-control:not(textarea) {
  height: 3.2vw;
}
@media screen and (max-width: 1500px) {
    .form-control:not(textarea) {
        height: 4.5vw;
    }
    .index-form input {
        font-size: 2.2vw;
    }
}

.form-control+label {
  position: absolute;
  z-index: 1;
  top: 25px;
  margin: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  pointer-events: none;
  left: 0px;
  right: 10px;
  font-size: 0.8vw;
  color: #8f9299;
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
}

.form-control:focus+label {
  color: #4895c9;
}
.form-control.birthday+label,
.form-control:focus+label,
.form-control.has-value+label {
  font-size: 0.8vw;
  top: -5px;
}

.no-js .form-control+label {
  font-size: 0.8vw;
  top: 0;
}

.form-row .form-control+label {
  font-size: 2vw;
}

.form-row .line {
  left: 0;
}

.line {
  position: absolute;
  display: block;
  
  left: 0;
  right: 0;
  height: 2px;
  background-color: #9fa1a1;
  width: 95%;
}

.line-100{
  width: 95% !important;
}

.line:after {
  content: "";
  height: 1%;
  position: absolute;
  display: block;
  background: #4895c9;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
}

.form-control:focus~.line:after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

select.form-control:not([size]):not([multiple]) {
  height: 44px;
}

.btn:focus {
  outline: none !important;
}

.login-action-lostpassword {
  background-color: #000 !important;
}

.boxq {
  padding: 10%;
  background: url('https://dummyimage.com/500x500/a3a3a3/fff.png');
  float: left;
}

.titlebar {
  background-image: url('/wp-content/themes/ave-child/custom/pages/left.png') !important;
}

.p1vw {
  font-size: 1vw;
  margin: 0;
}

.p2 {
  font-style: italic;
  font-weight: 300;
  margin-top: 6%;
  margin-bottom: 0;
}

.p12vw {
  font-size: 1.2vw;
}

.indexcard {
  width: 14%;
  border: 0;
  margin-right: 2.5%;
}

.p08vw {
  font-size: .8vw;
}
@media only screen and (max-width: 768px) {
.index-form input {
    /*font-size: 1em;*/
    padding-top: .5em!important;
  }
}

@media only screen and (max-width: 767px) {
    .index-form input {
        font-size: 1em;
        padding-top: 2em!important;
    }
  .p1vw {
    font-size: 0.8em;
    margin: 0;
  }
  .p2 {
    font-style: italic;
    font-weight: 300;
    margin-top: 6%;
    margin-bottom: 0;
  }
  .p12vw {
    font-size: .9em;
  }
  .p08vw {
    font-size: .7em;
  }
  #selection .index-r h3,
  .index-l h3 {
    font-size: 1.3em !important;
  }
  .btn-send {
    font-size: .75em !important;
  }
  .index-footer {
    padding: 4% 3% 3% 3%;
    font-size: 14px;
    /*margin-top: 10%;*/
    width:100%;
    text-align:center;
  }
  .footer-menu li:after {
    content: "|";
    margin: 0 2px;
  }
  .footer-menu {
    margin-top: 4%;
    text-align:center;
  }
  .footer-r {
    font-size: .65em;
  }
  .btn-send22 {
    border-radius: 70px !important;
    font-size: .6em;
  }
  .p115vw {
    font-size: 1em;
    line-height: 1em;
  }
  .p25vw {
    font-size: 2em;
    
  }
  .form-control:not(textarea) {
    height: 3rem;
  }
  .form-control+label {
    font-size:1em;
  }
  .no-js .form-control+label {
    font-size: 1.9vh;
    top: 0;
  }
  .form-control:focus+label, .form-control.has-value+label {
    font-size: .9em;
    top: 0;
  }
  .line{
    width:100%;
  }
  .footer-menu li a{
    text-align:center;
  }
  .footer-menu{
    margin-left:13%;
  }
  .footer-copyright{
    margin-left:33% !important;
  }

}

@media only screen and (min-width: 768px) and (max-width:992px) {
  .p1vw {
    font-size: 1.2em;
    margin: 0;
  }
  .p2 {
    font-style: italic;
    font-weight: 300;
    margin-top: 6%;
    margin-bottom: 0;
    font-size:1em;
  }
  .p12vw {
    font-size: 1.3em;
  }
  .p08vw {
    font-size: .9em;
  }
  #selection .index-r h3,
  .index-l h3 {
    /*font-size: 1.7em !important;*/
  }
  .btn-send {
    font-size: 1em !important;
  }
  .index-footer {
    padding: 5% 3%;
    font-size: 1em;
    /*margin-top: 10%;*/
    width:100%;
    text-align:center;
  }
  .footer-menu li:after {
    content: "|";
    margin: 0 5px;
  }
  .footer-menu {
    margin-top: 4%;
    text-align:center;
  }
  
  .line{
    width:95%;
  }
  .p115vw {
    font-size: 1em;
    line-height: 1em;
  }
  .p25vw {
    font-size: 2em;
   
  }
  .form-control:not(textarea) {
    /*height: 4rem;*/
  }
  .index-form input {
    font-size: 1em;
    height: 2.2rem;
  }
  .form-control+label {
    font-size:1em;
  }
  .no-js .form-control+label {
    font-size: 1.9vh;
    top: 0;
  }
  .form-control:focus+label, .form-control.has-value+label {
    font-size: .9em;
    top: 0;
  }
  .footer-menu li a{
    text-align:center;
  }
}

.form-control{
  padding-left:0;
  padding-right:0;
}

.fieldError{
  margin:2% 0 2% 0;
}

.ls-layout{
  background-color:rgba(0,0,0,1) !important;
  width:100% !important;
  height:100% !important;
  position:fixed;

  display:none;

}

a[href^="tel"] {
  color: inherit; /* Inherit text color of parent element. */
  text-decoration: none; /* Remove underline. */
  /* Additional css `propery: value;` pairs here */
}
@media screen and (max-width: 359px) {
    a[href^="tel"] {
        font-size: 26px;
    }
}

.ls-layout h3{
  color:white; 
  font-size:4em;
 margin-top:6%;
}

@media screen and (min-width:1023px) and (max-width:1024px){
  .ls-layout h3{
    color:white; 
    font-size:2.5em;
   margin-top:6%;
  }
  
}
.alert{
	box-shadow:rgba(0,0,0,.15) 0px 5px 30px !important;
}

.container-fluid{
    padding-left: 0;
    padding-right: 0;
}
.block{
    display: block;
}
.inlineBlock{
    display: inline-block;
}
p,div,body,span,.link-txt,.btn-send,.index-r h3{
    font-size: 1rem !important;
    font-weight: normal !important;
    text-transform: none !important;
}
.mt-2 > .m-0,
.mt-4 > .m-0{
    line-height: 1.5em !important;
}
.form-control+label{
    font-size: 1rem!important;
    top: 40%;
}
.index-l h3{
    line-height: 1.2em;
}
#selection .index-r h3{
    line-height: 1.2em !important;
}
.index-r .cta,
.index-r .cta > .col-sm-12:not(:first-child),
.index-r .cta > .col-sm-8:not(:first-child){
    margin-top: 1.5rem !important;
}
.index-r #loginform .row,
.index-r #loginform .row > .col-sm-12:not(:first-child),
.index-r #loginform .row > .col-sm-8:not(:first-child)
{
    margin-top: 10%;
}
@media (min-width: 576px){
    .index-r #loginform .row,
    .index-r #loginform .row > .col-sm-12:not(:first-child),
    .index-r #loginform .row > .col-sm-8:not(:first-child)
    {
        margin-top: 10%;
    }
}
@media (min-width: 768px){
    .index-r #loginform .row,
    .index-r #loginform .row > .col-sm-12:not(:first-child),
    .index-r #loginform .row > .col-sm-8:not(:first-child)
    {
        margin-top: 5%;
    }
}

.col-md-12{
    padding-top: 45px;
    padding-bottom: 45px;
}
.col-sm-12.d-flex,
.row.d-flex.align-items-center{
    flex-direction: column;
    padding-left: 0 !important;
}
.col-sm-12.d-flex p,
.row.d-flex.align-items-center p {

    margin-left: 0;
    padding-left: 0 !important;
}
.row.d-flex.align-items-center p {
    flex: 1 0 0;
    margin-bottom: 0;
}
.justify-content-center{
    justify-content:center;
}
.index-r .row img{
    min-width: 50px;
}
.w-100 > p{
    text-align: center;
    margin-top: 5% !important;
}
.w-100 > .row > p,
.w-100 > h3,
.land-list{
    text-align: center;
}
.w-100{
    width: 100% !important;
    text-align: center;
}
.index-l{
    padding-left: 4%;
    padding-right: 5%;
}
.index-r{
    padding-right: 4%;
    display: flex;
}
.index-r > div{
    width: 100%;
}
.index-r{
    /*display: block;*/
}
.row{
    margin-left: 0;
    margin-right: 0;
}
.row p{
    margin-bottom: 0;
}
.row .daCol{
    padding-right: 0;
    padding-left: 0;
}

.index-r .cta .daCol{
    margin-top: 0;
    
}

@media (min-width: 768px){
/*    .index-r .cta .daCol{
    padding-right: 15px !important;
}*/
}
.index-r .cta .daCol:not(:first-child){
    margin-top: 0;
    text-align: center;
}
.patientInfo{
    /*text-align: center;*/
}
.nurseImage{
    width: 20%;
}
.w-100 > p.ctaHeadline{
    margin-top: 15% !important;
}
.clearfix{
    display: none;
}
.loginBtn{
    padding: 4% 0;
}
@media (min-width: 576px){

    .line-100{
      width: 98% !important;
    }
}
@media (min-width: 768px){
    .index-r .cta,
    .index-r .cta > .col-sm-12:not(:first-child),
    .index-r .cta > .col-sm-8:not(:first-child){
        margin-top: 2.5rem !important;
    }
    .nurseImage{
        width: 10%;
    }
    .row .daCol:nth-child(even){
        padding-right: 0;
        padding-left: 15px !important;
    }
    .col-lg-12{
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .col-sm-12.d-flex,
    .row.d-flex.align-items-center{
        flex-direction: row;
    }
    .col-sm-12.d-flex p,
    .row.d-flex.align-items-center p {
        margin-left: 3%;
    }
/*    .row > .col-sm-12:not(:first-child){
        margin-top: 0%;
    }*/
    p.big_text{
      font-size: 35px !important;
      text-transform: uppercase;
      text-align: left;
    }
    .left-text{
      width: 60%;
    }
    .index-r{
        display: flex;
    }
    .index-r .row > .col-sm-12:not(:first-child){
        margin-top: 0;
    }
    .index-r .row > .col-sm-12:not(:first-child),
    .index-r .row > .col-sm-8:not(:first-child){
        margin-top: 0 !important;
    }
    .index-r .cta{
        margin-top: 2.5rem !important;
    }
    
    .w-100 > p,
    .w-100 > h3,
    .w-100 > .row > p{
        text-align: left;
    }
    .patientInfo{
        text-align: left;
    }
    .land-list{
        text-align: left;
    }
}
@media (min-width: 992px){
  .index-l{
      padding-left: 50px;
      padding-right: 50px;
  }
  .index-r{
      padding-left: 50px;
      padding-right: 50px;
  }
  .index-l h3{
      font-size: 35px;
  }
}

@media (min-width: 1200px){
/*    .w-100{
        width: 75% !important;
    }*/
    #selection .index-r h3,
    .index-l h3{
        font-size: 45px !important;
    }
    .left_text{
      width: 80%;
      margin-top: 5% !important;
    }
    .stickyElement{
      margin-top: 50px;
    }
}
.noPad{
    padding: 0;
}
@media only screen and (max-width:767px){
    .line{
        width: 95%;
    }
}
#charge input[type=checkbox]:focus,
#charge input[type=checkbox]:hover{
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox; 
  appearance: checkbox; 
}
.align-items-center{
    > div{
        text-align: center;
    }
}




.langSwitch {
    /* width: 35%; */
    padding-left: 15px;
    display: inline-flex;
    padding: 0;
    margin: 0;
    list-style: none;
    justify-content: flex-end;
}
.langSwitch li {
    display: inline-block;
    padding: 0;
    padding-left: 1ch;
}
.langSwitch li:not(:first-child) a:before,
.langSwitch li:not(:first-child) a:hover:before {
    content: '/';
    padding-right: 1ch;
    text-decoration: none!important;
}
.langSwitch li a,
.langSwitch li a span {
    font-size: 11px!important;
    font-family: Open Sans!important;
    font-weight: 700!important;
    font-style: normal!important;
    color: #FFF;
    text-decoration: none;
}
.langSwitch li a:hover {
    text-decoration: none;
}
.langSwitch li a:hover span {
    text-decoration: underline;
}
.langSwitchDE li.lang-item-de a span {
    text-decoration: underline;
}
.langSwitchFR li.lang-item-fr a span {
    text-decoration: underline;
}
.langSwitchIT li.lang-item-it a span {
    text-decoration: underline;
}
