html {
  scroll-behavior: smooth;
}

.slider-main-title{
    text-transform: inherit !important;
}

.navbar-brand img{
    width:250px;
}

#overons {
    padding-bottom: 0 !important;
}

.home-section {
    background: url('../images/header.jpg') no-repeat center center #0A0A0A;
    background-size: cover;
    position: relative;
}
.home-section::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.updateText {
    width: 100% !important;
}

#myVideo{
    height: 100%;
    width: 100%;
}

.intro {
    position: absolute;
    width: 100%;
    top: 60%;
    left: 0;
    text-align: center;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    padding: 0 15px;
}
.intro-sub {
    display: block;
    font-size: 1.5em;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
}
.intro-sub .clored-text {
    color: #e82426;
}

hr.colored {
    border-color: #e82426;

}

.intro-sub .clored-text span{
    color: #fff;
}

.intro hr {
    max-width: 60px;
    position: relative;
    margin-top: 5px;
    margin-bottom: 25px;
}

.intro h1{
    color: #fff;
    margin: 0;
    font-weight: 800;
}

.scrolldown {
    width: 70px;
    Margin-top:70px;
    -webkit-animation: mover 2s infinite  alternate;
    animation: mover 2s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}




@media (min-width: 1025px) {

    .intro h1{
        font-size: 7rem;
    }
}


@media (min-width: 768px) and (max-width: 1024px) {
    .intro h1{
        font-size: 6rem;
    }

    #myVideo{
        visibility: hidden;
    }
}


@media (min-width: 481px) and (max-width: 767px) {

    .intro h1{
        font-size: 5rem;
    }
    #myVideo{
        visibility: hidden;
    }
}


@media (min-width: 320px) and (max-width: 480px) {

    .intro h1{
        font-size: 4rem;
    }
    #myVideo{
        visibility: hidden;
    }

}

@media (min-width: 320px)  {

    .updateText {
        margin-left: 7px;
    }
}

@media (min-width: 920px)  {

    .updateText {
        margin-left: 20px;
    }
}

/* update Assurwest */

.main-header .navbar {
        display: flex;
    flex-direction: row;
}

.navbar-brand img {
    width: 100px;
}

.logoAllCover {
    margin-right: 15px !important;
    margin-left: 64px !important;
}

.colored {
    margin-bottom: 8px !important;
}

.update-intro-sub {
    margin-top: 32px;
}

.footer-logo-AssurWest {
    margin-top: 32px;
}

.update_image_meritoclub {
    width: 100% !important;
    height: auto !important;
    margin-top: unset !important;
    margin-left: unset !important;
}

.update-merito-club-col {
    flex: unset !important;
    max-width: 100%;
    height: 100% !important;
      margin: 24px 0;
}

.top-space-update {
    padding-top: 5rem;
}

.info-slot .icon {
    font-size: 2.5rem;
    width: 3.286rem;
}

.update-width-col-contact .contact-title, .update-contact-title {
        margin-bottom: 16px;
}

.main-header .navbar .navbar-collapse.show, .main-header .navbar .navbar-collapse {
    margin-top: 55px;
    order: 1;
}

@media(min-width: 320px) and (max-width: 991px) {
    .main-header .navbar .navbar-collapse.show, .main-header .navbar .navbar-collapse {
     position: absolute;
    background-color: white;
    width: 100vw;
}

 .navbar-nav li{ 
    font-size: 16px !important;
} 
}

@media(min-width: 768px) {
.main-header .navbar .navbar-brand {
    margin-left: auto !important;
}

.logoAssurWest {
        position: absolute;
    right: 3%;
}

.logoAllCover {
    position: absolute;
    right: 20%;
}

.main-header .navbar .navbar-collapse.show, .main-header .navbar .navbar-collapse {
    margin-top: 55px;
}

.footer-logo-AssurWest {
    margin-top: 0;
    margin-left: 32px;
}

.update-width-col-contact {
    max-width: 50%;
    margin-top: 48px;
}

}

@media(min-width: 992px) {
       .main-header .navbar .navbar-collapse.show, .main-header .navbar .navbar-collapse {
    margin-top: 0;
}

.navbar-brand img {
    width: 150px;
}

.logoAllCover, .logoAssurWest {
    position: unset;
    right: unset;
}

.main-header .navbar .navbar-nav li a {
    padding: 2.25rem 11px;
}

.footer-logo-AssurWest {
    margin-top: 32px;
    margin-left: 0;
}

.update-merito-club-col {

    height: 100vh !important;
 
}

.update-width-form {
    max-width: 100%;
    flex: unset;
}

.info-slot {
    margin-bottom: 3rem;
    margin-top: 0.75rem;
    margin-left: 3%;
}

.update-openingsuren {
    max-width: 32%;
    margin-top: 48px;
}

.update-openingsuren .info-slot {
    margin-top: 0;
}

.custom_col, #contact .row .col-md-12:nth-child(1) {
    flex: 0 0 50%;
    max-width: 50%;
}

}

@media (min-width: 1024px) {
 


.main-header .navbar .navbar-nav li a {
    padding: 2.25rem 1rem;
}

.top-space-update {
    padding-top: 6.25rem;
}

.custom_col {
    flex: 0 0 35%;
    max-width: 35%;
}

#contact .row .col-md-12:nth-child(1) {
    flex: 0 0 55%;
    max-width: 55%;
}


}

@media(min-width: 1200px) {
    .logoAllCover {
    margin-right: 32px !important;
}

.navbar-brand img {
    width: 250px;
}

.update-width-form {
    max-width: 70%;
    flex: unset;
}

.custom_col, #contact .row .col-md-12:nth-child(1) {
    flex: 0 0 50%;
    max-width: 50%;
}

}

@media only screen and (min-width: 1230px){
.top-space-update {
    padding-top: 7.5rem;
}
}

/* update goedkoopsteambtenarenverzekering */

.main-header .navbar .navbar-brand {
    margin-left: 67%;
}

.custom_col {
    margin-top: -18px;
}


    .ico-box {
   min-height: 250px;
    max-height: 250px;
}

.map-holder {
    margin-bottom: 0;
    padding-bottom: 0;
}

.custom-hover .bg-gray-light {
    background-color: #163f8d;
}

.custom-hover .flaticon-four-squares:before {
    color: white;
}

.custom-hover .content-title {
    color: white;
}

.custom-hover .ico-box:hover .content-title {
    color: #163f8d;
}

.ico-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 210px;
}

.clored-text {
    color: #e82426;
}

#diensten .block-main-heading {
    word-break: initial;
}

 .calendly-inline-widget {
        height: 730px !important;
    }

@media screen and (min-width: 767px){
    h2 {
        font-size: 25px;
    }

    #diensten .col-wrap {
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 991px) {
    h2 {
        font-size: 2.625rem;
    }
}

@media(min-width: 992px) {
    .ico-box {
        min-height: 250px;
    }
}

@media (min-width: 1200px) {
    .calendly-inline-widget iframe {
        margin-top: -65px;
    }
}




