@font-face {
  font-family: formula1-bold;
  src: url(../fonts/formula1/Formula1-Bold.ttf);
}
@font-face {
  font-family: formula1-extra_bold;
  src: url(../fonts/formula1/Formula1-Black.ttf);
}
@font-face {
  font-family: formula1-regular;
  src: url(../fonts/formula1/Formula1-Regular.ttf);
}
@font-face {
  font-family: formula1-wide;
  src: url(../fonts/formula1/Formula1-Wide.ttf);
}

/* \/ in case the above fonts can't be found \/ */
@font-face {
  font-family: formula1-bold;
  src: url(../../fonts/formula1/Formula1-Bold.ttf);
}
@font-face {
  font-family: formula1-extra_bold;
  src: url(../../fonts/formula1/Formula1-Black.ttf);
}
@font-face {
  font-family: formula1-regular;
  src: url(../../fonts/formula1/Formula1-Regular.ttf);
}
@font-face {
  font-family: formula1-wide;
  src: url(../../fonts/formula1/Formula1-Wide.ttf);
}

body h1, h2, h3, h4, h5, h6 {
  font-family: "formula1-bold";
}

body h3 {
  font-size: 30px;
}

body p, li {
  font-family: "formula1-regular" !important;
  font-size: 14px;
  margin-bottom: 0;
  text-align: start;
}

body a {
  font-family: "formula1-regular";
  font-size: 14px;
  text-decoration: none;
}

.brands_class {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.brands_class img{
  height: 60px;
  width: auto;
}

.contact_form-container input, textarea, button {
  border-radius: 10px;
  border: solid 2px #D9D9D9;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  width: 100%;
  max-width: 250px;
  padding-left: 5px;
  padding-right: 5px;
}

.contact_form-container #submit_btn {
  border: none;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}

.contact_form-container input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.contact_form-container-input_class {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 250px;
  z-index: 1;
}

.contact_form-container-input_class p {
  position: absolute;
  left: -14px;
  top: -5px;
}

.desktop_nav_bar a:hover {
  background-color: grey;
  cursor: pointer;
}

.desktop_nav_bar {
  background-color: #c00000;
  display:inline-block;
  margin:0;
  margin-bottom:20px;
  text-align: center;
}

.desktop_nav_bar a {
  color: white;
  display: inline-block;
  padding:25px 10px;
  z-index: 100;
}

.d-menu {
  background-color: grey;
  display: none;
  left:0;
  right:0;
  margin-left:auto;
  margin-right:auto;
  padding: 20px 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 100;
}

.d-menu a {
  border: #c00000 solid 4px;
  color: white;
  margin-left: 20px;
  padding: 10px 20px !important;
}

.d-menu-devices {
  display: inline-flex;
  position:relative;
}

.d-menu-devices a:first-child {
  color: white;
  border: #c00000 solid 4px;
  margin-left: 20px;
  padding: 10px 20px;
}

.dropdown-divs {
  background-color: grey;
  display: none;
  left:0;
  right:0;
  margin-left:auto;
  margin-right:auto;
  padding: 20px 0;
  position: absolute;
  width: 100%;
  z-index: 100;
}

.dropdown_device {
  background-color: grey;
  display: none;
  justify-content: start;
  left: 15px;
  position: absolute;
  text-align: start;
  top:49px;
}

.dropdown_device a {
  width: 50%;
  border-bottom: 1px solid lightgrey;
  padding: 5px 10px !important;
}

.dropdown_device a:first-child {
  border: none;
  border-bottom: 1px solid lightgrey;
  color: none;
  margin-left: 0;
  padding: 0;
}

#dropdown-iphone-mobile {
  display: none;
}

.dropdown-arrow {
  margin-left:10px;
}

.dropdown-arrow-mobile {
  margin-right: 10px;
}

.grey_border_box {
  border: 10px solid #D9D9D9;
  border-radius: 30px;
  padding: 20px 20px;
  text-align: center;
}

.grey_border_box p {
  display: inline-block;
  font-family: formula1-bold;
  text-align: center;
}

.grey_stripes {
  background: repeating-linear-gradient(50deg,#D9D9D9,#D9D9D9 2px,#ffffff 2px,#ffffff 6px);
  border-radius: 15px;
  height: 100%;
  width: 100%;
}

.grey_stripes-top {
  background: repeating-linear-gradient(50deg,#D9D9D9,#D9D9D9 2px,#ffffff 2px,#ffffff 6px);
  border-radius: 15px;
  width: 88%;
  height: 100%;
}

.grey_stripes-top-container {
  display: inline-flex;
  height: 40px;
  margin-bottom:20px;
  width: 100%;
}

.grey_stripes-top-container img{
  height: 100%;
  width: auto;
}

.grey_stripes-top-container-icon {
  height: 100%;
  margin-left: 10px;
  width: auto;
}

.header-contact {
  margin-top: 2px;
  text-align: end;
  margin-top: auto;
  margin-bottom: auto;
}

.header-contact a, p{
  color: black;
  display: inline-block;
}

.header_top_bar {
  display: flex;
  justify-content: space-between;
  padding: 20px;
}

.header_top_bar img {
  display: block;
  height: 50px;
  width: auto;
}

.home_brand_logo img{
  display: block;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  max-width: 250px;
  width: 100%;
}

.home_brand_logo img:first-child {
  margin-top: 0;
}

.home_brand_logo img:last-child {
  margin-bottom: 0;
}

.home_brand_logo-inline_img img {
  display: unset;
  width: auto;
  height: 114px;
}

.menu_btn {
  display:none;
}

.menu_btn p {
  margin-top: auto;
  margin-bottom: auto;
}

.menu_btn-stripes {
  border: solid 2px #D9D9D9;
  margin-right: 10px;
  max-height: 30px;
  margin-top: auto;
  margin-bottom: auto;
  padding: 5px;
}

.menu_btn-stripes-1, .menu_btn-stripes-2, .menu_btn-stripes-3 {
  background-color: #D9D9D9;
  display: block;
  height: 2px;
  margin-bottom: 5px;
  transition: 0.4s;
  width:16px;
}

.menu_btn-stripes p:last-child {
  margin-bottom: 0;
}

.change .menu_btn-stripes-1 {
  transform: rotate(-45deg) translate(-5px, 6px);
}

.change .menu_btn-stripes-2 {
  opacity: 0;
}

.change .menu_btn-stripes-3 {
  transform: rotate(45deg) translate(-4px, -5px);
}


.menu_divider {
  background-color: #D9D9D9;
  height: 1px;
  margin-top: 8px;
  margin-bottom: 8px;
  width:100%;
}

.mobile_nav_bar {
  background-color: #c00000;
  display: none;
  margin-bottom: 20px;
}

.mobile_nav_bar-container {
  padding:20px;
}

.mobile_nav_bar a {
  color: white;
  display: block;
}

.mobile_nav_bar-sub_menu {
  margin-left: 40px;
}

.mobile_nav_bar a{
  color: white !important;
}

.mobile_nav_bar-sub_menu-devices {
  margin-left: 40px;
}

.pakket {
  margin-bottom: 5px;
}

.pakket p:last-child{
  font-weight: bold;
}

.pakket-a {
  margin-bottom:0px!important;
}

.pakket-a p{
  margin-bottom:0px!important;
}

.pakket_group {
  margin-bottom: 20px;
}

.pakket p {
 display: inline-flex;
 margin-top: 0;
}

.pakket p:nth-child(1) {
  width: 25%;
}

.pakket p:nth-child(2) {
  width: 50%;
}

.pakket p:nth-child(3) {
  width: 20%;
}

.pakket-divider {
  background-color: black;
  width: 80%;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.pakket-stripe {
  background-color: black;
  width: 100%;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.red_border_box {
  border: 10px solid #C00000;
  border-radius: 30px;
  padding: 20px 20px;
}

.red_border_box a:hover {
  color: #C00000;
}

.red_border_box-p p{
  margin-bottom: 20px;
}

.red_border_box p:last-child {
  margin-bottom: 0;
}

.red_border_box span {
  font-family: formula1-bold;
}

.reparatie {
  margin-bottom: 20px;
  margin-top: 10px;
}

.reparatie-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.reparatie-item-bedrag {
  display: flex;
}

.reparatie-item p:nth-child(1) {
  width: auto;
}

.reparatie-item-bedrag p:nth-child(1) {
  width: auto;
}

.reparatie-item-bedrag p:nth-child(2) {
  margin-left: 50px;
  width: 30px;
}

.reparatie p{
  display: block;
  margin-bottom: 2px;
}

.vtt_gegevens p, a {
  color: black;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
}

.vtt_gegevens a:hover {
  color: #C00000;
}

.vtt_gegevens-adres {
  margin-left: 20px;
  margin-bottom: 5px;
}

.vtt_text_logo {
  font-size: 48px;
  font-family: Arial, Helvetica, sans-serif;
}

.vtt_text_logo a span{
  rotate: 20%;
}