/* 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/318329/themes/177006/v/1797343/assets/headline-image.jpg?20231017091407?20230317091700');
}

@media (max-width: 1199px) {
  .headline {
    background-image: url('https://cdn.webshopapp.com/shops/318329/themes/177006/v/1797347/assets/headline-image-tablet.jpg?20231017091407?20230317091713');
  }
}
@media (max-width: 767px) {
  .headline {
    background-image: url('https://cdn.webshopapp.com/shops/318329/themes/177006/v/1797349/assets/headline-image-mobile.jpg?20231017091407?20230322162037');
  }
}
/* End headlines */

/* Service page */

#service-page .service-headline {
  background-image: url('https://cdn.webshopapp.com/shops/318329/themes/177006/v/1850300/assets/contact-banner.jpg?20231017091407?20230420141901');
}

/* End Service page */

/* faq page */

#faq-page .faq-headline {
  background-image: url('https://cdn.webshopapp.com/shops/318329/themes/177006/v/1850332/assets/faq-headline-image.jpg?20231017091407?20231017091407?20230705171620');
}

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