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

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

/* Suche Abstand Lupe */
.header .mod_search {
  margin-left: 15px;
}

/* Akkorden Kopffarbe */
.ce_accordion .toggler {
    color: #ffffff;
    background: #9a1915;
}

/* Bottom Link keinen Unterstrich */
#bottom .inside a:hover {
    border-bottom: none;
}

/* Text Link keinen Unterstrich */
.ce_text_extented a {
    text-decoration: none;
}

/* News Link Weiterlesen nicht Bold */
p a {
    font-weight: normal;
}

/* Kontaktformular Abstand nach oben 1rem > 0rem */
input.floatlabel {
    margin-top: 0px;
}
@media only screen and (max-width: 767px) {
  .column[class*="col_"]:not([class*="_m"]), .autogrid_grid .column:not([class*="_m"]) {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 0px;
  }
}

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

/* 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';
}

/* News Entfernen der Abrundungen */ 
.newsreader .info {
    display: none;
}

.newsteaser .content {
    border-radius: 0;
}

.newsteaser .date {
    border-radius: 0;
}

.newsteaser .image_container {
    border-radius: 0;
}

.newsteaser .info {
	border-top: none;
	margin-top: 0px;
}

#top .mod_socials a i {
	border-radius: 0;
}

/* Team Teamboxen  Schrift Name Bold > Normal & Abstand zum Bildmotiv 15 > 20 */ 
.ce_teambox .name {
	font-weight: normal;
	margin: 25px 0 5px 0;
}

/* Stellenangebote Linien Abstand oben & unten */ 
.ce_divider_extended {
	margin-top: 0px;
	margin-bottom: 15px;
}

/* Hyperlink Outline Stärke 1px */ 
.ce_hyperlink a, a.btn {
	border: 1px solid;
}

.ce_hyperlink-extended a.link-white {
	border: 1px solid;
}