
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --bg-gray: #323F48 !important;
    --text-maroon: #6D0101;
    --text-red: #d00000;
   }
   
/* var(--color-main) */
.bg-dark-gray { background: var(--bg-gray); }

.bg-meroon { background: var(--text-maroon); }

.text-meroon { color: var(--text-maroon); }

.text-red { color: var(--text-red); }

.bg-red{
    background-color: var(--text-red);
}
.content_area p a{ 
    color: #9e0000;
    text-decoration: none;
}
.content_area p a:hover{ 
    color: #9e0000;
    text-decoration: underline;
}

.content_area p, .content_area{ 
    font-size: 24px;
}

.right_side.h-100.py-5.px-4.text-white 
.navbar_list.mb-lg-0 ul li:nth-child(3) {
   margin-top: 1.5rem;
}

.page-template-contact-page .app_btn{
    display: none;
}
img { max-width: 100%; }

.logo-img { height: 220px; width: auto !important;}
.main_bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    clip-path: polygon(0 0%, 100% 0%, 100% 25%, -25% 80%);
    width: 100% !important;
    height: 800px !important;
    background: linear-gradient(to right, #6D0101 0%, #D00000 100%);
    z-index: -1;
}
#footer .wp-block-heading{color:#fff;}
.bg-meroon{ background: linear-gradient(to right, #6D0101 0%, #D00000 100%); }

.sec_space { padding: 50px 0px; }

.hero-img-1 { margin-top: 25%; height: 500px;} 

.hero-img{  
    right:0px;
    position: absolute;
    height: 500px;
}

.h_50px { height: 50px }
.w_150px { width: 150px }
.w_200px { width: 200px }

.shadow-bottom-left { box-shadow: -10px 10px 5px 5px #333; }

.nav-link{
    font-weight: 500;
    font-size: 20px;
}
.sec_1 h2 { font-size: 40px;}
.title h2 { font-size: 40px; }

.text-p { font-size: 24px;}

.app_btn{
    background: var(--bg-gray);
    color: #fff;
    border: 2px solid #fff;
    font-size: 24px !important;
    transition: all 0.4s ease-in-out;
}

.p-start{
    padding-left: 0rem !important;
  }
  .p-end{
    padding-right: 0.25rem !important;
  }

.right_side a:hover { color: #fff; }

/* .right_side a { font-size: 24px; }  */

.right_side {background: linear-gradient(to bottom, #6D0101 0%, #D00000 100%)}

.map iframe { width: 100%; height: 350px;}

.footer_bg:before {
    content: "";
    background: #424242;
    position: absolute;
    bottom: 0px;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0.7;
}

.footer_bg{
    background-image: url(../../images/Wheel-bg.png);
    background-repeat: no-repeat; 
    background-position: center;
    background-size: cover;
    height: 100%; 
} 

.border-round { border-radius: 10px; }

.resize{ resize: none; }

.br-0 { border-radius: 0px; }

.adres_part { padding-left: 100px; }

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control.br-0.bg-dark-gray {
    padding: 10px 8px;
}

.contact-btn{
    background: #9e0000 !important;
    color: #fff;
    border: 2px solid #9e0000;
    transition: all 0.4s ease-in-out;
    font-size: 24px;
    padding: 0.2rem 0.75rem !important;
}
.contact-btn:hover {
    color: #9e0000 !important;
    background: #fff !important;
    border: 2px solid #9e0000;
    padding: 0.2rem 0.75rem !important;
}

.Contact_us .form-control::placeholder {
    color: #fff;
    font-size: 24px;
    opacity: 1; /* Firefox */
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #fff;
   font-size: 24px;
  }
  
  ::-ms-input-placeholder { /* Microsoft Edge */
   color: #fff;
   font-size: 24px;
  }
  
 
  .btn:focus {
    outline: 0;
    box-shadow: none;
}
  .Contact_us .form-control:focus {
    color: #fff;
    background: var(--bg-gray); 
    border-color: #fff;
    outline: 0;
    box-shadow: none !important;
}
.Set_iframe{
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
    margin-left: 0px;
}
.Occasions_iframe{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
}
.navbar-nav.navbar_list.mb-lg-0 ul li{
    list-style-type: none;
    font-size: 24px;
    color: #fff;
Line-height:40px;
}
.navbar-nav.navbar_list.mb-lg-0 ul {
   padding-left: 0px;
}
.navbar-nav.navbar_list.mb-lg-0 ul li a{
    text-decoration: underline;
    color: #fff;
}

.navbar-nav.navbar_list.mb-lg-0 ul li a:hover{
    text-decoration: underline;
    color: #323F48;
  }

.nav-link.text-white.text-uppercase:hover {
    text-decoration: underline;
}
.btn.text-uppercase.fw-bold.app_btn:hover {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
  }
  .widget-content ul li a:hover{
    color: #fff;
    text-decoration: underline;
}
.Occasions_iframe #resultaten.geenfilter {
    width: 1320px !important;
}
footer#footer a{
    text-decoration:none;
}
footer#footer a:hover{
    color: #fff;
    text-decoration:underline;
}
@media (max-width: 1400px) {

    .adres_part {
        padding-left: 40px;
    }
    .hero-img, .hero-img-1 {  
        height: 400px;
    }
    .sec_1 h2 {
        font-size: 36px;
    }
 }
 @media (max-width: 1200px) {

    .adres_part {
        padding-left: 0rem;
    }
    .hero-img, .hero-img-1 {  
        height: 350px;
    }
    .navbar-nav li a{
        font-size: 22px;
    } 
    .text-p { font-size: 22px;}

    .content_area p, .content_area {
        font-size: 22px;
    }

    .Contact_us .form-control::placeholder {
        color: #fff;
        font-size: 22px;
        opacity: 1; /* Firefox */
      }
      
      :-ms-input-placeholder { /* Internet Explorer 10-11 */
       color: #fff;
       font-size: 22px;
      }
      
      ::-ms-input-placeholder { /* Microsoft Edge */
       color: #fff;
       font-size: 22px;
      }
      input.wpcf7-form-control.has-spinner.wpcf7-submit.btn.text-uppercase.bg-red.br-0.text-white.mt-1 {
        font-size: 22px;
    }
 }
 @media (max-width: 991px) {
    .sec_1 h2 {
        font-size: 30px;
    }
    .mt_4{
        margin-top: 1.5rem;
    }
    .title h2 {
        font-size: 35px;
    }
    .w_150px {
        width: 120px;
    }
    .main_bg::before {
        content: "";
        clip-path: polygon(0 0%, 100% 0%, 100% 20%, -60% 80%);
    }
    .hero-img, .hero-img-1 {  
        height: 250px;
    }
    .navbar-light .navbar-toggler {
        color: var(--text-maroon);
        border-color: #fff;
        font-size: 30px;
    }
    .navbar-toggler {
        background-color: #fff;
        padding: 0.25rem 0.75rem 0.12rem 0.75rem;
    }
    .navbar-toggler:focus {
        box-shadow: none;
    }
    .h_50px {
        height: 42px;
    }
 }
 @media (max-width: 767px) {
    .adres_part {
        padding-left: 0.7rem;
    }
    .float_none{
        float: none !important;
    }
    .p-start{
        padding-left: 12px !important;
    }
    .p-end{
        padding-right: 12px !important;
    }
    .w_150px {
        width: 142px;
    }
    .map iframe { width: 100%; height: 250px;}

    .main_iframe {
        height: 1000px;
    }
}
@media (max-width: 575px) {
    .hero-img {
        right: 18px;
    }
    .hero-img-1 {
        margin-top: 35%;
        margin-left: 30px;
    }
    .Sm-mt{
        margin-top: 1rem;
    }
 }
 
 @media (max-width: 480px) {
    .hero-img-1 {
        margin-top: 75%;
        margin-left: 52px;
    }
    .hero-img {
        left: 52px;
    }
    .hero-img, .hero-img-1 {
        height: 220px;
    }
 }
 @media (max-width: 375px) {
    .hero-img-1 {
        margin-left: 24px;
        margin-top: 80%;
    }
    .hero-img {
        left: 24px;
    }
  
 }
 @media (max-width: 320px) {
    .hero-img, .hero-img-1 {
        height: 190px;
    }
 }
