#header_container {height: 0; min-height:0; }
#menu_container { background: transparent;}
#menu {
  background-color: #d7c4df;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 18px 15px 15px 15px;
  border-radius: 10px;
  }
#menu a { color: #fff; 
  font-weight: bold;
  font-size: 20px;
  font-family: Zen Dots,sans-serif;
  }
#menu li:hover, #menu li.hover, #menu #submore li, #menu li#current, #menu li.current {
  border: 1px hidden;
  }  
#menu_container.menu_tiny {
  box-shadow: none;
  }
#submore li, #submore li a {
  border-radius: 10px!important;  
}  
.fullscreen {
  min-height: 100vh!important;
  min-height: -webkit-fill-available!important;
  min-height: 100svh!important;
}
#h2-about-us {margin-top: 15px;}
.tb-home .textblok_text {
  position: relative;
  height: 100vh;
  width: 100%;}
#runawaylogo {
  position: absolute;
  top: 171px;}
#lofi {
  position: absolute;
  bottom: 20px;
  margin: 0 auto;
  width: 250px;
  text-align: center;
  left: 45%;
  font-size: 28px;
  font-weight: bold;
  font-family: Zen Dots,sans-serif;
  }
  
 /* logo carrousel */
 .labellijst {padding: 0}
  
.tb-brands {background-color: #fff }
H2#brands {margin-top: 100px;}

.form-horizontal {width: 60%}

form input, form textarea {
  border-radius: 5px !important;
  background-color: #fff;
  border: 1px solid #b2b2b2!important;
  }
label, input, button, select, textarea {
  font-size: 17px;
}
.button, #sForm .button, .knop, #sForm .knop {
  color: rgb(60, 60, 60);
  border-radius: 10px !important;
}
#ra_footer {
  display: flex;
  justify-content: space-between;
  font-size: 17px;
  margin-top: 17px;
} 
#ra_footer a {font-weight: normal; color:#3D3C3B;}
#ra_footer img {margin-right: 8px;width: 32px;}
#footer_container {
  display: none;
  }
@media only screen and (max-width: 480px) {
  video {width:100%!important; height: auto!important;}
  #lofi {
    left: 28%;
    bottom: 115px;
  }
  .form-horizontal {width: 100%}
  .tb-about-us .page_img {margin-top: 0!important }
  #h2-about-us {margin-top: 115px;}
  #ra_footer {
     flex-direction: column;
     gap: 10px;
     }
  #ra_footer div {
     
     }
}