/* open-sans-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: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v40-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* amiri-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: 'Amiri';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/amiri-v27-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* Fancybox Farbverlauf weiß */
.ce_fancybox.style2 .overlay {
  height: 50%;
  background: linear-gradient(to bottom,rgba(255,255,255,0),rgba(255,255,255,0.7) 100%) !important;
}

/* Fancybox Headline rot */
.ce_fancybox.style2, .ce_fancybox.style2 h1, .ce_fancybox.style2 h2, .ce_fancybox.style2 h3, .ce_fancybox.style2 h4, .ce_fancybox.style2 h5, .ce_fancybox.style2 h6, .ce_fancybox.style2 .h1, .ce_fancybox.style2 .h2, .ce_fancybox.style2 .h3, .ce_fancybox.style2 .h4, .ce_fancybox.style2 .h5, .ce_fancybox.style2 .h6 {
  color: rgb(138,16,2) !important;
}

/* Fancybox Padding > Abstand */
.ce_fancybox.style2 {
  padding: 5% !important;
}

/* Accordeon Hintergrundfarbe */
.ce_accordion.style1 .toggler.ui-state-active {
  background: #d9d7d2 !important;
}

/* Accordeon Headline */
.ce_accordion .toggler {
  font-weight: normal !important;
}

/* Bottom Link hover ohne Linie */
#bottom .inside a:hover {
  border-bottom: none !important;
}

/* Pricelist Textfarbe */
.ce_pricelist .price {
  color: rgb(138,16,2) !important;
  font-size: 1.2em !important;
}
.ce_pricelist .label {
  color: rgb(138,16,2) !important;
  font-size: 1.2em !important;
}

/* keine Textumbrüche in den Boxen */
.ce_text_image_bar li {
  hyphens: none;
}

/* Text Extended Link Farbe & Unterstrich */
.ce_text_extented a {
  text-decoration-line: none !important;
}

/* Autogrid Abstand unten */
.column[class*="col_"] {
  margin-bottom: 25px !important;
}

/* Formular Checkbox-Menü Schriftgröße, Zeilenabstand, Linkfarbe */
form .checkbox_container label, form .widget-radio label {
  font-size: 0.9rem  !important;
  line-height: 1.4rem !important;
}

/* Formular Checkbox händisch formatiert wegen iPhone */
input[type="checkbox"] {
	display: none;
}
input[type="checkbox"] + label {
	margin-left: 1.5em;
	position: relative;
	cursor: pointer;
}
input[type="checkbox"] + label:after {
	left: -1.2em;
	color: #000;
	display: inline-block;
	position: absolute;
	right: -1.2em;
	top: -.1em;
	width: .8em;
	text-align: left;
	font-size: 1.2em;
	line-height: 1.6em;
	content: '\f096';
	font-family: 'FontAwesome';
}
input[type="checkbox"]:checked + label:after {
	content: '\f046';
}

/* Flipbox */
.ce_flipbox_frontside {
  background-size: cover;
  background-position: center center;