/* barlow-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/barlow-v12-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* barlow-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Barlow';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/barlow-v12-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}



body.test #wrapper p, body.test #footer p {
	font-family: 'Barlow';
	font-size: 18px;
}

body.test #header {
	font-family: 'Barlow';
}

.ce_iconbox .ce_iconbox_outside.padding {
  border-radius: 10px;
}

.ce_iconbox .content {
	margin-top: 1.3em;
}

body.fixed-header #top_link {
  bottom: 165px;
}

#top_link {
  width: 50px;
  height: 50px;
  right: 16px;
}

#top_link a {
	line-height: 46px;
}

#wrapper .ce_text a {
	color: #00A0C4;
	text-decoration: underline;
	font-weight: bold;
} 

.ce_hyperlink a, a.btn {
  border-radius: 10px;
  background: #fff;
  border-color: #00496E;
  color: #00496e;
}

.color-white .ce_hyperlink a, .color-white a.btn, .ce_iconbox .ce_hyperlink a {
  background: transparent;
  border-color: #ffffff !important;
  color: #ffffff !important;
}

.start-headline.test .ce_text {
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  font-size: 42px;
  font-family: 'Barlow Condensed';
}

.start-headline.test p.text {
  bottom: 150px;
  position: absolute;
  text-shadow: 6px 3px 8px #000000;
  width: 100%;
  max-width: 1080px;
  text-align: center;
  line-height: 1.1;
}

.start-headline.test p.ce_hyperlink {
  bottom: 60px;
  position: absolute;
  width: 100%;
  max-width: 1080px;
  text-align: center;
  line-height: 1.1;
}

.start-headline.test .ce_hyperlink a {
	font-size: 1.2rem;
	display: inline-block !important;
}

.ce_text_imagebox, .ce_text_imagebox_image {
  border-radius: 10px;
}


h4 {
  margin-bottom: 5px;
}

form div.placeholderlabel {
	opacity: 1;
}

form {
	padding-top: 2em;
}













@media (max-width: 767px) {
	.start-headline.test .ce_text {
		font-size: 32px !important;
	}
	
	.iconboxen .mb-s {
    margin-bottom: 0 !important;
  }
  
  .iconboxen .ce_hyperlink a {
  	margin-bottom: 0 !important;
  }
  
  .ce_pricelist .price, .ce_pricelist .label {
  font-size: inherit;
}
}

@media (max-width: 599px) {
	.start-headline.test .ce_text {
		font-size: 26px !important;
	}
	
	.start-headline.test p.ce_hyperlink {
		bottom: 20px;
	}
	
	.start-headline.test p.text {
		bottom: 100px;
	}
}

