/* General
================================================== */
body {
  font-family: "Lato", Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6, .gui-page-title, .title-font {
  font-family: "Poppins", Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: 900;
}

.title-font-regular {
	font-family: "Poppins", Helvetica, sans-serif;
}

/* Headlines */
.headline {
  background-image: url('https://cdn.webshopapp.com/shops/322851/themes/177006/v/718741/assets/headline-image.jpg?20240404160437?20210601155405');
}

@media (max-width: 1199px) {
  .headline {
    background-image: url('https://cdn.webshopapp.com/shops/322851/themes/177006/v/718741/assets/headline-image-tablet.jpg?20240404160437?20210601155405');
  }
}
@media (max-width: 767px) {
  .headline {
    background-image: url('https://cdn.webshopapp.com/shops/322851/themes/177006/v/718741/assets/headline-image-mobile.jpg?20240404160437?20210601155405');
  }
}
/* End headlines */

/* Service page */

#service-page .service-headline {
  background-image: url('https://cdn.webshopapp.com/shops/322851/themes/177006/v/720241/assets/contact-banner.jpg?20240404160437?20210602102129');
}

/* End Service page */

/* faq page */

#faq-page .faq-headline {
  background-image: url('https://cdn.webshopapp.com/shops/322851/themes/177006/v/723109/assets/faq-headline-image.jpg?20240404160437?20240404160437?20211213120441');
}

/* End faq page */
#header .topbar{
  background-color: #ee7b06;
}
#header .topbar a{
  color: #ffffff;
}