.w-slider-dot {
    border: 1px solid rgba(255, 255, 255, 0.4);
    background-color:transparent;
}

.cc-window.cc-banner.cc-type-info.cc-theme-classic.cc-bottom.cc-color-override-1073019719 {
  background: rgba(55, 70, 101, 0.85) !important;
}

.navlink {
  display:block;
}

.navlink:hover:after {
  width:calc(100% + 20px);
}

.navlink:after{
  content: "";
  display:block;
  height:5px;
  width:0%;
  margin:auto;
  position:relative;
  top: 30px;
  right:10px;
  background-color: #6075A2;
  transition: width 0.3s ease center, background-color 0.3s ease;
  -webkit-transition: width 0.3s ease, background-color 0.3s ease;
}

.navbar-small .navlink:after{
  top:17px;
}
@media (pointer: coarse) {
  .navlink:hover:after {
    width:0;
  }
 }

@media (max-width:767px) {
  .navlink:after{
    top: 15px;
  }
}


.w--current:after {
  width:calc(100% + 20px);
  background-color: #374665;
}

.w-container {
  max-width: 840px;
}

iframe {
  height: 100%;
  width: 98%;
  border:none;
  border-radius:5px;  
}

.simplr-modal-inner,
.vrechner-iframe {
  -webkit-overflow-scrolling: touch;
  	overflow-y: scroll;
}

video.fynup{
  background: url("../images/fynup_Logo.png") #9eb8c9 no-repeat center;
  background-size: 50%;
}

/* Internet Explorer fixes*/

@media all and (-ms-high-contrast:none) {
  .nav-container {
    max-width: 80vw;
  }

  .divider {
    display: block;
  }
  .divider-inner {
    padding: 1em;
  }
  ._2-col-left{
    float: left;
    margin-right:60px;
  }
  .container-2-col-text{
    display: block;
  }
  .vorteil-text-block {
    max-width: 340px;
  }
  .fullwidth p {
    max-width: 60vw;
  }
  .divider-text{
    padding: 2em;
  }
  ._2-col-right {
    display: inline-block;
  }
  .tooltip-icon {
    height: 25px;
  }
  .dropdown-block div {
    padding-top: 0.6em;
  }
  .vorteil-block {
    margin-left:0;
  }
  .impressum {
    width:80vw;
  }
  .simplr-iframe-wrapper.modal {
    position: relative;
  }
  .simplr-modal-inner, .vrechner-iframe {
    overflow: hidden;
  }
  .close-register {
    right: 40px;
  }
}



/*


iframe {
  border:none;
  border-radius:5px;
  width: 90%;
  height: 1500px;
  
}


.simplr-modal-inner {
  -webkit-overflow-scrolling: touch;
  	overflow-y: scroll;
}

.simplr-modal-inner iframe {
  height: 100%;
  width: 100%;
}









.vrechner-iframe {
  position: relative;
  height: 0;
  overflow: hidden;
}
 
/* 16x9 Aspect Ratio *//*
.vrechner-iframe-16x9 {
  padding-bottom: 56.25%;
}
 
/* 4x3 Aspect Ratio *//*
.vrechner-iframe-4x3 {
  padding-bottom: 75%;
}
 
.vrechner-iframe iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}
*/