/**
 *  Media queries
 */
/**
 * Colors
 */
/* Anthrazit */
/* Pink */
/* Grün */
/* Blau */
/* Beige */
/* dunkelgrau */
/* rot */
/**
 * Units
 */
/**
 * Mixins
 */
.fontSecondary {
  font-family: "Amatic SC", Georgia, "Times New Roman", Times, serif;
  font-weight: 700;
}
.bgshadow {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.8);
}
.resetShadow {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/**
 * Main navigation
 */
.headerarea {
  position: relative;
  right: 0;
  left: 0;
  top: 0;
  z-index: 1030;
}
.navbar {
  margin-bottom: 50px;
  border: 0;
  border-radius: 0;
  min-height: 1px;
}
@media screen and (min-width: 500px) {
  .navbar {
    margin-bottom: -10px;
  }
}
.navbar .navbar-header {
  position: relative;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
  margin-right: 0;
  margin-left: 0;
}
.navbar .navbar-header .logobox {
  order: 1;
  flex: 1 1 auto;
  width: auto;
  min-width: 170px;
  pointer-events: none;
}
.navbar .navbar-header .logobox .navbar-brand {
  pointer-events: auto;
}
.navbar .navbar-header .region-select {
  order: 0;
  width: 100%;
  flex: 0 0 100%;
}
.navbar .navbar-header .togglebox {
  order: 2;
}
@media screen and (min-width: 500px) {
  .navbar .navbar-header .logo {
    order: 1;
    width: auto;
    flex: 1 1 auto;
  }
  .navbar .navbar-header .region-select {
    position: relative;
    order: 0;
    width: auto;
    flex: 0 0 auto;
    margin-right: 3rem;
  }
  .navbar .navbar-header .togglebox {
    order: 3;
  }
}
.navbar .navbar-header:before,
.navbar .navbar-header::after {
  content: none;
}
@media screen and (min-width: 640px) {
  .navbar .navbar-header {
    align-items: center;
  }
}
@media screen and (min-width: 992px) {
  .navbar .navbar-header {
    margin-bottom: 0;
  }
}
.togglebox {
  display: flex;
  align-items: center;
  padding-top: 0.5rem;
}
.togglebox .navbar-toggle {
  padding: 0;
}
.logobox {
  align-items: flex-start;
  display: block;
  max-width: 180px;
}
.logobox .navbar-brand {
  float: none;
}
.logobox {
  align-items: center;
  gap: 10px;
  padding-top: 0;
  display: flex;
  max-width: unset;
}
.togglebox {
  padding-top: 0;
}
/* .navbar-toggle {
	padding: 0;
	margin: @grid-padding/2 (@grid-padding - 5) 0 0;
	border: 0;
	border-radius: 0;
	line-height: 1;
	margin-top: 0;
	margin-bottom: 0;
} */
.navbar-brand {
  padding: 0;
  margin: 0 20px 0 20px;
  font-size: inherit;
  line-height: 1;
  height: auto;
}
.navbar-brand img {
  height: 60px;
  width: auto;
}
/* Navbar */
.navbar-collapse {
  border-top: none;
  box-shadow: none;
  padding: 0;
  width: 100%;
  position: absolute;
  top: 100%;
  right: 0;
}
.navbar-nav {
  margin: 0;
}
.nav > li > a {
  color: #ffffff;
  background-color: transparent;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 300;
  text-decoration: none;
  line-height: 1;
  text-transform: uppercase;
}
.nav > li.active > a,
.nav > li:hover > a,
.nav > li:focus > a,
.nav > li > a:hover,
.nav > li > a:focus {
  color: #c8003b;
  background-color: #ffffff;
  border-color: transparent;
}
.dropdown-menu {
  border: 0;
  border-radius: 0;
  padding: 0;
  color: #ffffff;
  background-color: #c8003b;
  box-shadow: none;
  text-transform: none;
  margin: 10px 0;
  padding-left: 20px;
}
.dropdown-menu.second-level {
  padding-left: 0;
}
.dropdown-menu > li > a {
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
  padding: 5px 20px 5px 40px;
  line-height: 1;
  color: #ffffff;
  background-color: transparent;
  white-space: normal;
}
.dropdown-menu > li.open > a,
.dropdown-menu > li.active > a,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #c8003b !important;
  background-color: #ffffff !important;
}
#topmenu {
  background-color: #8cbf02;
}
#topmenu > li.active > a,
#topmenu > li:hover > a,
#topmenu > li:focus > a,
#topmenu > li > a:hover,
#topmenu > li > a:focus {
  color: #8cbf02;
}
#topmenu .dropdown-menu > li.open > a,
#topmenu .dropdown-menu > li.active > a,
#topmenu .dropdown-menu > li > a:hover,
#topmenu .dropdown-menu > li > a:focus {
  color: #8cbf02 !important;
}
.navbar-collapse {
  background-color: #c8003b;
}
.navbar-collapse.collapsing,
.navbar-collapse.in {
  border-bottom: 3px solid #7c0024;
  padding-top: 20px;
  position: absolute;
  right: 0;
}
.navbar-collapse .first-level {
  margin-top: 10px !important;
  position: static;
  float: none;
  width: auto;
}
.navbar-collapse .navbar-nav .open .dropdown-menu > li > a {
  line-height: inherit;
  padding: 5px 20px;
}
.navbar-collapse .navbar-nav .open .dropdown-submenu > .dropdown-menu > li > a {
  padding-left: 40px;
}
.navbar-collapse .navbar-nav .open .dropdown-menu.second-level {
  margin: 10px 0;
}
.navbar-collapse .dropdown:not(.dropdown-submenu) > .dropdown-toggle .glyphicon {
  float: right;
}
.navbar-collapse .dropdown-submenu > .dropdown-link {
  padding-right: 60px !important;
}
.navbar-collapse .dropdown-submenu > .dropdown-toggle {
  position: absolute;
  right: 0;
  top: 0;
}
.navbar-collapse .dropdown.open > .dropdown-toggle i:before {
  content: "\e258";
}
@media (min-width: 480px) {
  .navbar-collapse {
    width: 320px;
    float: right;
    margin: 0;
  }
  .navbar-collapse.collapsing,
  .navbar-collapse.in {
    right: 0;
  }
  .navbar-collapse .nav > li > a {
    font-size: 16px;
  }
  .navbar-collapse .dropdown-menu > li > a {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .navbar-collapse {
    width: 410px;
  }
}
#tophighlights {
  display: none;
}
@media screen and (min-width: 992px) {
  #tophighlights {
    font-family: "Amatic SC", Georgia, "Times New Roman", Times, serif;
    margin: 0 1rem;
    font-size: 2rem;
    display: block;
  }
  #tophighlights li {
    padding: 0;
  }
  #tophighlights li a {
    height: 1em;
    display: block;
    line-height: 1em;
    padding: 0 0.5em;
    position: relative;
  }
  #tophighlights li a:after {
    content: "";
    display: block;
    width: 1px;
    height: 80%;
    background: #00000077;
    position: absolute;
    right: 0;
    bottom: 3px;
  }
  #tophighlights li:last-child a:after {
    display: none;
  }
}
/*
 *  Region select field
 */
.region-select {
  padding: 0;
  position: relative;
  background: #efefef;
  position: absolute;
  top: calc(90%);
  right: 0;
}
@media screen and (min-width: 500px) {
  .region-select {
    background: transparent;
    position: relative;
    top: unset;
    right: unset;
    display: block;
  }
}
.region-select .form-region-select {
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 0;
  font-size: 36px;
  text-align: center;
  padding: 10px 0;
  font-size: 20px;
  margin: 0;
  color: #ffffff;
}
.region-select .form-region-select + .text-muted {
  padding-bottom: 0;
  margin-bottom: 0;
  font-weight: 400;
  color: #1a171b;
}
.region-select .form-region-select label {
  display: none;
  font-weight: 300;
  margin-bottom: 5px;
}
.region-select .form-region-select .form-group {
  margin-bottom: 0;
}
.region-select .form-region-select .form-control {
  display: inline-block;
  width: auto;
  text-transform: uppercase;
  border: 1px solid #cccccc;
  border-radius: 50px;
  padding: 0.5rem1rem;
  color: #343434;
  background-color: #ffffff;
  font-size: 14px;
  box-shadow: unset;
}
.region-select .form-region-select .form-control:focus {
  border-color: #ffffff;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#socialmenu {
  /* position: absolute;
	top: 70px; //105px;
	right: 115px; */
  z-index: 1009;
  font-size: 24px;
  margin-bottom: 0;
}
#socialmenu > li > a {
  text-decoration: none;
  color: #ffffff;
}
#socialmenu > li.social-980 > a {
  color: #ffffff;
  background-color: #8cbf02;
  font-size: 16px;
  padding: 2px 5px;
  top: -4px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/* @media (max-width: @screen-xs-max) {
	#socialmenu {
		>li {

			&[class^="social"],
			&.social-980 {
				display: none;

				>a {
					white-space: nowrap;
					width: 58px;
					overflow: hidden;
					text-overflow: clip;
					top: 2px;
				}
			}
		}
	}
}
 */
@media (min-width: 480px) {
  #socialmenu {
    top: 72px;
    margin-left: -10px;
  }
  #socialmenu > li {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 768px) {
  /*.navbar-brand {
        margin-left: @grid-padding-2x;
    }*/
  #socialmenu {
    top: 16px;
  }
}
#socialmenu {
  display: flex;
  margin-right: 3rem;
}
#socialmenu > li {
  display: block;
}
#socialmenu > li > a {
  display: block;
  width: auto;
}
#socialmenu > li > a span {
  display: block;
  width: 2rem;
  height: 2rem;
}
#socialmenu > li > a span.facebook {
  background-image: url(../img/facebook.svg);
}
#socialmenu > li > a span.instagram {
  background-image: url(../img/instagram.svg);
}
#socialmenu > li > a span.pinterest {
  background-image: url(../img/pinterest.svg);
}
#socialmenu > li > a span.tiktok {
  background-image: url(../img/tiktok.svg);
}
/* Social-Menü in Menü positionieren */
.headerarea .navbar-collapse #socialmenu {
  position: absolute;
  top: 35px;
  left: 30px;
}
/* Blende Social-Menü unter 768px im Header aus */
.headerarea .togglebox > #socialmenu {
  display: none;
}
@media screen and (min-width: 1200px) {
  .headerarea .togglebox > #socialmenu {
    display: flex;
    display: none;
  }
}
.brotkrumenpfad {
  margin: 5px 0 5px;
}
@media (min-width: 1680px) {
  .brotkrumenpfad {
    margin-left: auto;
    margin-right: auto;
  }
}
.breadcrumb {
  padding: 0;
  margin: 0;
  background-color: transparent;
  border-radius: 0;
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  width: calc(100vw - 40px);
}
.breadcrumb > * {
  font-size: 12px;
  color: #aaa;
  text-transform: none;
}
.breadcrumb > span {
  padding-right: 5px;
  font-weight: 700;
}
.breadcrumb > li {
  padding: 5px 0;
}
.breadcrumb > li > a {
  padding: 5px 0px;
  font-weight: 400;
  color: #aaa;
  /*&:hover, &:focus, &:active {
				color: @2ndcolor;
				text-decoration: underline;
			}*/
}
.breadcrumb > li.active {
  padding: 5px 0px;
  font-weight: 400;
  color: #aaa;
}
.breadcrumb > li.active > a {
  text-decoration: underline;
}
.breadcrumb > li:before,
.breadcrumb > li:last-child:after {
  display: none;
}
.breadcrumb > li:after {
  color: #aaa;
  content: "/\00a0";
  vertical-align: 0px;
  padding: 0 5px;
}
.category-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
  margin-top: 1rem;
}
.category-breadcrumb > li {
  padding: 5px 0;
  font-size: 12px;
}
.category-breadcrumb > li > a {
  padding: 5px 0px;
  font-weight: 400;
  color: #aaa;
  /*&:hover, &:focus, &:active {
				color: @2ndcolor;
				text-decoration: underline;
			}*/
}
.category-breadcrumb > li.active {
  padding: 5px 0px;
  font-weight: 400;
  color: #aaa;
}
.category-breadcrumb > li.active > a {
  text-decoration: underline;
}
.category-breadcrumb > li:before,
.category-breadcrumb > li:first-child:after,
.category-breadcrumb > li:last-child:after {
  display: none;
}
.category-breadcrumb > li:after {
  color: #aaa;
  content: "/\00a0";
  vertical-align: 0px;
  padding: 0 5px;
}
/*
 *  Footer
 */
footer {
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 14px;
  clear: both;
}
footer #legalmenu,
footer #topmenuFooter {
  margin: 0;
  width: 100%;
  padding: 0;
}
footer #legalmenu li,
footer #topmenuFooter li {
  padding: 0;
}
footer #legalmenu li a,
footer #topmenuFooter li a {
  display: inline-block;
  padding: 5px 0;
  font-size: 12px;
  text-transform: uppercase;
  color: #ffffff;
}
footer #legalmenu li a:hover,
footer #topmenuFooter li a:hover,
footer #legalmenu li a:focus,
footer #topmenuFooter li a:focus,
footer #legalmenu li a:active,
footer #topmenuFooter li a:active,
footer #legalmenu li.active > a,
footer #topmenuFooter li.active > a {
  color: #1a171b;
  text-decoration: none;
}
footer #legalmenu li:after,
footer #topmenuFooter li:after {
  content: "|";
  display: inline-block;
  color: #ffffff;
  font-size: 12px;
  padding: 0 10px;
}
footer #legalmenu li:last-child:after,
footer #topmenuFooter li:last-child:after {
  display: none;
}
footer.footer2 .container-fluid {
  max-width: 1600px;
  padding-left: 20px;
  padding-right: 20px;
}
footer.footer2 .footer-inner {
  display: flex;
  margin-left: -20px;
  margin-right: -20px;
  flex-wrap: wrap;
}
footer.footer2 .footer-inner > div {
  padding-left: 20px;
  padding-right: 20px;
}
footer.footer2 .footer-inner .footer-crosslinklist {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 2rem;
}
footer.footer2 .footer-inner .footer-crosslinklist li {
  height: 60px;
  width: auto;
  flex-shrink: 0;
  flex-grow: 0;
}
footer.footer2 .footer-inner .footer-crosslinklist li img {
  width: auto;
  height: 100%;
}
footer.footer2 .footer-inner .footer-crosslinklist li.footericon-60plusminus {
  height: 45px;
}
footer.footer2 .footer-inner h4 {
  margin-bottom: 0;
}
footer.footer2 .footer-inner #legalmenu,
footer.footer2 .footer-inner #topmenuFooter {
  margin-bottom: 2rem;
}
footer.footer2 .footer-inner #legalmenu li:after,
footer.footer2 .footer-inner #topmenuFooter li:after {
  color: #1a171b;
}
footer.footer2 .footer-inner #legalmenu a,
footer.footer2 .footer-inner #topmenuFooter a {
  color: #c8003b;
  text-transform: none;
}
html {
  position: relative;
  font-size: 100%;
  /* für Footer benötigt */
  /*min-height: 100%;*/
}
body {
  font-weight: 400;
  background: #ffffff !important;
  scroll-behavior: smooth;
  /* border-left: 10px solid yellow; */
}
img {
  display: block;
  height: auto;
  max-width: 100%;
}
.fullwidth {
  width: 100%;
  max-width: none;
}
/*a {
	color: @2ndcolor;
	text-decoration: none;
}
a:hover,
a:focus {
	color: @2ndcolor;
	text-decoration: underline;
	outline: none;
}*/
div,
a,
img,
a:focus,
a:active,
a:hover,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 0;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  outline: 0;
}
.morelink {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-family: "Amatic SC", Georgia, "Times New Roman", Times, serif;
  font-size: 2rem;
  padding: 2rem;
  line-height: 1.2em;
}
.slick-active {
  outline: 0 !important;
}
a.svg {
  position: relative;
  display: inline-block;
}
a.svg:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
object {
  pointer-events: none;
}
iframe {
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 0;
}
h1 + .text-muted,
h2 + .text-muted,
h3 + .text-muted,
h4 + .text-muted,
h5 + .text-muted,
h6 + .text-muted,
.h1 + .text-muted,
.h2 + .text-muted,
.h3 + .text-muted,
.h4 + .text-muted,
.h5 + .text-muted,
.h6 + .text-muted {
  padding-bottom: 0;
  margin-bottom: 0;
  font-weight: 400;
  color: #1a171b;
}
h1,
.h1 {
  font-size: 64px;
  margin-bottom: 30px;
}
h2,
.h2 {
  font-size: 36px;
}
h3,
.h3 {
  font-size: 30px;
}
h4,
h5,
.h4,
.h5 {
  font-size: 24px;
  margin-bottom: 10px;
}
body .news-single .news-single-body h3,
body .news-single .news-single-body h4,
body .news-single .news-single-body h5,
body .news-single .news-single-body h6,
body .news-single .news-single-body .h3,
body .news-single .news-single-body .h4,
body .news-single .news-single-body .h5,
body .news-single .news-single-body .h6 {
  font-family: inherit;
  font-weight: 700;
  font-size: 1.2rem;
}
header.has-subheader {
  margin-bottom: 20px;
  /*.text-muted {
            .fontSecondary;
		}*/
}
header.has-subheader h1,
header.has-subheader h2,
header.has-subheader h3,
header.has-subheader h4 {
  margin-bottom: 0;
}
b,
strong,
.font-bold {
  font-weight: 700;
}
small,
.small {
  font-size: 12px;
}
p {
  margin-bottom: 20px;
}
p.h1,
p.h2,
p.h3,
p.h4,
p.h5,
p.h6 {
  padding-bottom: 0;
}
.colored {
  color: #c8003b;
}
/* TYPO3 Textstil "Farbig" */
.colored-inline {
  display: inline;
  -webkit-box-decoration-break: clone;
  -moz-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 0 5px;
  color: #ffffff;
  background-color: #c8003b;
}
.colored-inline + * {
  margin-top: 20px;
}
.teaser {
  color: #c8003b;
  font-size: 24px;
}
.text-center,
.align-center {
  text-align: center;
}
.text-center img,
.align-center img {
  margin: 0 auto;
}
.clearfix {
  display: table;
  content: " ";
  clear: both;
}
.hint-advertorial {
  font-size: 12px;
  text-align: right;
  margin-bottom: 0;
}
.btn {
  white-space: normal;
  outline: 0 !important;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn-default {
  /*color: @2ndcolor;
	background-color: @white;
	border-color: @2ndcolor;
	outline: 0;*/
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.focus,
.btn-default.active {
  color: #ffffff;
  background-color: #c8003b;
  border-color: #c8003b;
}
.btn-default:active:hover,
.btn-default.active:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.btn-default:active.focus,
.btn-default.active.focus {
  color: #ffffff;
  background-color: #af0033;
  border-color: #7c0024;
}
.btn-black {
  color: #ffffff;
  background-color: #1a171b;
  border-color: #1a171b;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black:active,
.btn-black.focus,
.btn-black.active {
  color: #f2f2f2;
  background-color: #1a171b;
  border-color: #1a171b;
}
.btn-black:active:hover,
.btn-black.active:hover,
.btn-black:active:focus,
.btn-black.active:focus,
.btn-black:active.focus,
.btn-black.active.focus {
  color: #e6e6e6;
  background-color: #1a171b;
  border-color: #1a171b;
}
/*.btn-black {
	.fontSecondary;
	color: @1stcolor;
	background-color: transparent;
    border: 3px solid @1stcolor;
    font-weight: @fontbold;
    font-size: 18px;
	outline: 0;
    .resetShadow();
    .borderRadius(0);
	&:hover, &:focus, &:active,
	&.focus, &.active {
		color: @white;
		background-color: @1stcolor;
		border-color: @1stcolor;
	}
	&:active:hover, &.active:hover, &:active:focus, &.active:focus, &:active.focus, &.active.focus {
		color: @white;
		background-color: darken(@1stcolor, 5%);
		border-color: darken(@1stcolor, 15%);
	}
}*/
.form-control:focus {
  border-color: #c8003b;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #f7bdce;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #f7bdce;
}
/*
 * Grid
 */
.container {
  position: relative;
}
@media (min-width: 1200px) {
  .container {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1040px;
  }
}
@media (min-width: 1360px) {
  .container {
    width: 1200px;
  }
}
@media (min-width: 1530px) {
  .container {
    width: 1390px;
  }
}
@media (min-width: 1600px) {
  .container {
    width: 1440px;
  }
}
@media (min-width: 1680px) {
  .container {
    margin-left: auto;
  }
}
.container-fluid {
  padding-right: 0;
  padding-left: 0;
  position: relative;
}
@media (max-width: 479px) {
  .col-xs-6 {
    width: 100%;
  }
  .col-xs-offset-3 {
    margin-left: 0;
  }
}
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12 {
  position: relative;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 1360px) {
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12 {
    float: left;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-pull-11 {
    right: 91.66666667%;
  }
  .col-xl-pull-10 {
    right: 83.33333333%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-8 {
    right: 66.66666667%;
  }
  .col-xl-pull-7 {
    right: 58.33333333%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-5 {
    right: 41.66666667%;
  }
  .col-xl-pull-4 {
    right: 33.33333333%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-2 {
    right: 16.66666667%;
  }
  .col-xl-pull-1 {
    right: 8.33333333%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-push-11 {
    left: 91.66666667%;
  }
  .col-xl-push-10 {
    left: 83.33333333%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-8 {
    left: 66.66666667%;
  }
  .col-xl-push-7 {
    left: 58.33333333%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-5 {
    left: 41.66666667%;
  }
  .col-xl-push-4 {
    left: 33.33333333%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-2 {
    left: 16.66666667%;
  }
  .col-xl-push-1 {
    left: 8.33333333%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xl-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1600px) {
  .col-xxl-1,
  .col-xxl-2,
  .col-xxl-3,
  .col-xxl-4,
  .col-xxl-5,
  .col-xxl-6,
  .col-xxl-7,
  .col-xxl-8,
  .col-xxl-9,
  .col-xxl-10,
  .col-xxl-11,
  .col-xxl-12 {
    float: left;
  }
  .col-xxl-12 {
    width: 100%;
  }
  .col-xxl-11 {
    width: 91.66666667%;
  }
  .col-xxl-10 {
    width: 83.33333333%;
  }
  .col-xxl-9 {
    width: 75%;
  }
  .col-xxl-8 {
    width: 66.66666667%;
  }
  .col-xxl-7 {
    width: 58.33333333%;
  }
  .col-xxl-6 {
    width: 50%;
  }
  .col-xxl-5 {
    width: 41.66666667%;
  }
  .col-xxl-4 {
    width: 33.33333333%;
  }
  .col-xxl-3 {
    width: 25%;
  }
  .col-xxl-2 {
    width: 16.66666667%;
  }
  .col-xxl-1 {
    width: 8.33333333%;
  }
  .col-xxl-pull-12 {
    right: 100%;
  }
  .col-xxl-pull-11 {
    right: 91.66666667%;
  }
  .col-xxl-pull-10 {
    right: 83.33333333%;
  }
  .col-xxl-pull-9 {
    right: 75%;
  }
  .col-xxl-pull-8 {
    right: 66.66666667%;
  }
  .col-xxl-pull-7 {
    right: 58.33333333%;
  }
  .col-xxl-pull-6 {
    right: 50%;
  }
  .col-xxl-pull-5 {
    right: 41.66666667%;
  }
  .col-xxl-pull-4 {
    right: 33.33333333%;
  }
  .col-xxl-pull-3 {
    right: 25%;
  }
  .col-xxl-pull-2 {
    right: 16.66666667%;
  }
  .col-xxl-pull-1 {
    right: 8.33333333%;
  }
  .col-xxl-pull-0 {
    right: auto;
  }
  .col-xxl-push-12 {
    left: 100%;
  }
  .col-xxl-push-11 {
    left: 91.66666667%;
  }
  .col-xxl-push-10 {
    left: 83.33333333%;
  }
  .col-xxl-push-9 {
    left: 75%;
  }
  .col-xxl-push-8 {
    left: 66.66666667%;
  }
  .col-xxl-push-7 {
    left: 58.33333333%;
  }
  .col-xxl-push-6 {
    left: 50%;
  }
  .col-xxl-push-5 {
    left: 41.66666667%;
  }
  .col-xxl-push-4 {
    left: 33.33333333%;
  }
  .col-xxl-push-3 {
    left: 25%;
  }
  .col-xxl-push-2 {
    left: 16.66666667%;
  }
  .col-xxl-push-1 {
    left: 8.33333333%;
  }
  .col-xxl-push-0 {
    left: auto;
  }
  .col-xxl-offset-12 {
    margin-left: 100%;
  }
  .col-xxl-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xxl-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xxl-offset-9 {
    margin-left: 75%;
  }
  .col-xxl-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xxl-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xxl-offset-6 {
    margin-left: 50%;
  }
  .col-xxl-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xxl-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xxl-offset-3 {
    margin-left: 25%;
  }
  .col-xxl-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xxl-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xxl-offset-0 {
    margin-left: 0;
  }
}
.visible-xl,
.visible-xxl {
  display: none !important;
}
.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block,
.visible-xxl-block,
.visible-xxl-inline,
.visible-xxl-inline-block {
  display: none !important;
}
@media (min-width: 1360px) {
  .visible-lg,
  .visible-lg-block,
  .visible-lg-inline,
  .visible-lg-inline-block {
    display: none !important;
  }
}
@media (min-width: 1360px) and (max-width: 1599px) {
  .visible-xl,
  .visible-xl-block {
    display: block !important;
  }
  .visible-xl-inline {
    display: inline !important;
  }
  .visible-xl-inline-block {
    display: inline-block !important;
  }
  .hidden-xl {
    display: none !important;
  }
}
@media (min-width: 1600px) {
  .visible-xxl,
  .visible-xxl-block {
    display: block !important;
  }
  .visible-xxl-inline {
    display: inline !important;
  }
  .visible-xxl-inline-block {
    display: inline-block !important;
  }
  .hidden-xxl {
    display: none !important;
  }
}
/*
 * Navbar toggle
 * Source: http://mac81.github.io/pure-drawer/
 */
.pure-container {
  position: relative;
  height: 100%;
  -webkit-overflow-scrolling: touch;
}
/**
 *	Header change on scroll
 */
.headerarea {
  -webkit-transition: top 0.4s ease;
  -moz-transition: top 0.4s ease;
  -o-transition: top 0.4s ease;
  transition: top 0.4s ease;
  /*&[data-scroll="none"] {
		top: 65px;
	}*/
  /*&[data-scroll="down"] {
        top: -125px; //-155px;
    }*/
}
.headerarea[data-scroll="up"] {
  position: fixed;
  top: -56px;
}
.headerarea[data-scroll="up"] .navbar-header {
  -webkit-box-shadow: 0px 0px 8px 0px rgba(51, 51, 51, 0.4);
  -moz-box-shadow: 0px 0px 8px 0px rgba(51, 51, 51, 0.4);
  box-shadow: 0px 0px 8px 0px rgba(51, 51, 51, 0.4);
}
.headerarea[data-scroll="down"] + div,
.headerarea[data-scroll="down"] + ins + div {
  -webkit-transition: margin 0.4s ease;
  -moz-transition: margin 0.4s ease;
  -o-transition: margin 0.4s ease;
  transition: margin 0.4s ease;
  margin-top: 150px;
}
@media (min-width: 480px) {
  .headerarea[data-scroll="down"] + div,
  .headerarea[data-scroll="down"] + ins + div {
    margin-top: 70px;
  }
}
@media (min-width: 768px) {
  .headerarea {
    /*&[data-scroll="none"] {
            top: 105px;
        }*/
    /*&[data-scroll="down"] {
            top: -70px;
        }*/
  }
  .headerarea[data-scroll="up"] {
    top: 0;
  }
}
.container-leaderboard {
  min-height: 65px;
}
@media (min-width: 768px) {
  .container-leaderboard {
    min-height: 105px;
  }
}
/**
 * Search Form (ke_search)
 */
.navbar form[role="search"] {
  width: 40px;
  height: 50px;
  padding: 0;
  margin: 0;
  z-index: 1010;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: right 0.4s ease;
  -moz-transition: right 0.4s ease;
  -o-transition: right 0.4s ease;
  transition: right 0.4s ease;
  /*
    @media (min-width: @screen-lg) {
		//height: 70px;
        right: @grid-padding;
        top: auto;
        bottom: 0; //2px;
		
		/*#ke_search_sword {
			height: 70px; // Due to rendering bug in firefox (does not except height 100%)
			padding-top: 28px;
		}*
		&.active {
			width: 760px;
			right: @grid-padding;
		}
		.input-group-btn {
			vertical-align: bottom;
			padding-bottom: 8px;
		}
	}
	@media (min-width: @screen-xl) {
		&.active {
			width: 915px;
		}
    }
    @media (min-width: @screen-xxl) {
        //bottom: 4px;
        &.active {
			width: 1160px;
		}
    }
    */
}
.navbar form[role="search"] .input-group {
  height: 100%;
}
.navbar form[role="search"] button,
.navbar form[role="search"] #ke_search_sword {
  padding: 0 9px;
  border: 0;
  margin: 0 !important;
  color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: none !important;
  outline: none !important;
}
.navbar form[role="search"] #ke_search_sword {
  padding: 0;
  padding-left: 20px;
  opacity: 0;
  display: none;
  position: relative;
  top: auto;
  height: 100%;
  height: 50px;
}
.navbar form[role="search"] button[type="submit"] {
  font-size: 24px;
  display: table;
}
.navbar form[role="search"] button[type="submit"] .icon,
.navbar form[role="search"] button[type="submit"] span {
  display: table-cell;
  vertical-align: middle;
}
.navbar form[role="search"] button[type="submit"] .icon {
  font-size: 24px;
}
.navbar form[role="search"] button[type="submit"] span {
  display: none;
}
.navbar form[role="search"] button[type="reset"] {
  display: none;
}
.navbar form[role="search"].active {
  width: 100%;
  right: 0;
}
.navbar form[role="search"].active button,
.navbar form[role="search"].active #ke_search_sword {
  display: table-cell;
  opacity: 1;
  color: #c8003b !important;
}
.navbar form[role="search"].active #ke_search_sword {
  width: 100%;
}
.navbar form[role="search"].active .input-group {
  background-color: #dfd7d3;
}
.navbar form[role="search"].active button[type="submit"] {
  padding-right: 20px;
}
.navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn {
  width: 1%;
}
body .tx-kesearch-pi1 .kesearch_searchbox {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
body .tx-kesearch-pi1 .kesearch_searchbox .kesearchbox {
  margin-bottom: 0;
  height: auto;
  position: relative;
  flex: 0 0 100%;
}
@media screen and (min-width: 640px) {
  body .tx-kesearch-pi1 .kesearch_searchbox .kesearchbox {
    flex: 1 1 auto;
  }
}
body .tx-kesearch-pi1 .kesearch_searchbox .kesearchbox #ke_search_sword {
  position: relative;
  border-radius: 100px;
}
body .tx-kesearch-pi1 .kesearch_searchbox .resetbutt,
body .tx-kesearch-pi1 .kesearch_searchbox .submitbutt {
  color: #ffffff;
  margin: 0;
}
body .tx-kesearch-pi1 .kesearch_searchbox a.kesGreyButt,
body .tx-kesearch-pi1 .kesearch_searchbox span.resetbutt a,
body .tx-kesearch-pi1 .kesearch_searchbox span.submitbutt input,
body .tx-kesearch-pi1 .kesearch_searchbox input.kesGreyButt,
body .tx-kesearch-pi1 .kesearch_searchbox span.kesGreyButt {
  margin: 0;
  border: 1px solid #c8003b;
  border-radius: 100px;
  color: #fff;
  background: #c8003b;
}
body .tx-kesearch-pi1 .kesearch_searchbox span.resetbutt a {
  background: #cccccc;
  border-color: #cccccc;
}
body .tx-kesearch-pi1 #kesearch_results .teaser_icon img {
  margin-right: 1.5rem;
  margin-bottom: 1rem;
}
body .tx-kesearch-pi1 #kesearch_results .result-list-item .add-info {
  display: block;
  margin-bottom: 1rem;
}
body .tx-kesearch-pi1 #kesearch_results .result-list-item:not(:last-child) {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 2rem !important;
}
body .tx-kesearch-pi1 .kesearch_pagebrowser ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
body .tx-kesearch-pi1 .kesearch_pagebrowser ul li {
  font-size: 0.8rem;
  flex: 0 0 1.5rem;
  height: 1.5rem;
  width: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #cccccc;
  border-radius: 100px;
}
body .tx-kesearch-pi1 .kesearch_pagebrowser ul li a {
  color: #c8003b;
}
body .tx-kesearch-pi1 .kesearch_pagebrowser ul li a:hover {
  color: #c8003b;
}
body .tx-kesearch-pi1 form {
  margin-bottom: 0;
}
body .tx-kesearch-pi1 #ke_search_sword {
  position: relative;
  top: 0;
  width: 100%;
  padding: 10px 20px;
  display: block;
  color: #c8003b;
  border-color: #c8003b;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  /*.borderRadiusCustom(@defaultRadius, 0, 0, @defaultRadius);
		&:hover, &:focus {
			.bgshadow(1, darken(@2ndcolor, 15%));
		}*/
}
body .tx-kesearch-pi1 button[type="submit"] {
  padding: 9px 20px;
  font-size: 18px;
}
body .tx-kesearch-pi1 .resetbutt {
  margin-top: 10px;
}
body .tx-kesearch-pi1 #kesearch_results {
  margin-top: 20px;
}
body .tx-kesearch-pi1 .result-list-item .hit {
  color: #c8003b !important;
  font-weight: 700 !important;
}
/*
 *  Suche (ke_search)
 *
.navbar-form {
	margin: 0;
	padding: 10px 20px;
	background-color: @2ndcolor;
	.input-group {
		.form-control {
			font-weight: @fontlight;
			&:focus {
				border-color: #ccc;
				box-shadow: none;
			}
		}
		.btn-default {
			&:hover, &:focus, &.focus, &:active, &.active {
				color: @white;
				background-color: @1stcolor;
				border-color: #ccc;
			}
		}
	}
}
@media (min-width: @screen-md) and (max-width: @screen-xl-max) {
	.navbar-form {
		padding: 0px 20px;
		margin: 10px 0;
		background-color: @2ndcolor;
		max-width: none;
		.input-group > .form-control,
		.input-group > .input-group-addon,
		.input-group > .input-group-btn > .btn {
			height: 30px;
			padding: 5px 10px;
			font-size: 12px;
			line-height: 1.5;
		}
	}
}
@media (min-width: @screen-md) {
    .navbar-form {
        display: none;
    }
}
@media (min-width: @screen-xl) {
	.navbar-form {
		.input-group > .form-control {
			width: 150px;
		}
	}
}
@media (min-width: @screen-xxl) {
	.navbar-form {
		padding: 0px 20px;
		margin: 12px 0 5px;
		.input-group > .form-control {
			width: 200px;
		}
	}
}*/
#scroll-to-top {
  position: fixed;
  bottom: 70px;
  right: 20px;
  z-index: 10;
  display: table;
  width: 40px;
  height: 40px;
  background-color: #c8003b;
  color: #ffffff;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#scroll-to-top .glyphicon {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
#scroll-to-top[data-scroll="up"] {
  opacity: 1;
}
#scroll-to-top:hover,
#scroll-to-top:focus {
  text-decoration: none;
}
@media (min-width: 992px) {
  #scroll-to-top {
    bottom: 40px;
  }
}
@media (min-width: 1200px) {
  #scroll-to-top {
    right: 40px;
  }
}
.is-slideshow .ce-column {
  margin-right: 0;
}
.is-slideshow .ce-gallery figure {
  display: block;
}
.is-slideshow .ce-gallery img {
  width: 100%;
  max-width: none;
}
/*
 *  News system
 */
.news-title {
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 0;
  font-size: 36px;
  font-size: 30px;
}
.news-title + .text-muted {
  padding-bottom: 0;
  margin-bottom: 0;
  font-weight: 400;
  color: #1a171b;
}
.news-title a {
  color: #1a171b;
}
.news-title a:hover,
.news-title a:focus {
  text-decoration: none;
}
.ce-textpic.ce-left.ce-intext .ce-gallery {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .ce-textpic.ce-left.ce-intext .ce-gallery {
    width: 50%;
    margin-bottom: 2rem;
    margin-right: 2rem;
  }
}
.ce-textpic.ce-left.ce-intext .ce-gallery img {
  width: 100%;
  height: auto;
}
.news-category {
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 0;
  font-size: 24px;
  margin-bottom: 10px;
  font-size: 16px;
  margin-top: 20px;
  color: #c8003b;
}
.news-category + .text-muted {
  padding-bottom: 0;
  margin-bottom: 0;
  font-weight: 400;
  color: #1a171b;
}
.news-gallery {
  margin: 40px 0;
}
.news-gallery .news-gallery-title {
  font-weight: 700;
  margin-top: 0;
  padding: 0;
  font-size: 24px;
  margin-bottom: 10px;
  font-size: 16px;
  margin-bottom: 20px;
}
.news-gallery .news-gallery-title + .text-muted {
  padding-bottom: 0;
  margin-bottom: 0;
  font-weight: 400;
  color: #1a171b;
}
.news-gallery .news-gallery-image {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.news-gallery .news-gallery-video {
  clear: left;
  margin-top: 10px;
}
.news-gallery:after {
  display: table;
  content: " ";
  clear: both;
}
.news-advertorial {
  font-size: 12px;
  /* float: right; */
}
.news-single .news-title {
  margin-bottom: 0;
}
.news-single .news-author {
  font-size: 12px;
  margin-top: 5px;
}
.news-single .news-single-teaser {
  font-size: 18px;
  margin: 30px 0;
}
.news-single .news-single-image-preview {
  margin-bottom: 40px;
}
.news-single .news-single-image-preview img {
  width: 100%;
  max-width: none;
}
.news-single .news-single-body h3,
.news-single .news-single-body h4,
.news-single .news-single-body h5,
.news-single .news-single-body .h3,
.news-single .news-single-body .h4,
.news-single .news-single-body .h5 {
  font-size: 30px;
  text-transform: none;
  font-weight: 300;
  margin-top: 30px;
}
.news-single .news-single-body > p:last-child {
  margin-top: 15px;
}
.news-single .news-back {
  margin-top: 30px;
}
.shariff {
  margin-top: 30px;
}
.shariff.shariff-top {
  margin-top: 0;
  margin-bottom: 20px;
}
.shariff-desc {
  margin-top: 20px;
  margin-bottom: 5px;
  font-style: italic;
}
.news-amazon {
  margin-bottom: 20px;
}
.filterbox {
  display: flex;
  gap: 0.25rem;
  align-items: center;
  flex-wrap: wrap;
}
.filterbox .btn:hover,
.filterbox .btn:focus,
.filterbox .btn:active,
.filterbox .btn.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-read-more {
  margin-top: 20px;
}
.news-title + .btn-read-more {
  margin-top: 0;
}
.news-list .news-item {
  margin-bottom: 40px;
  transition: opacity 0.5s ease-in-out;
  opacity: 1;
}
.news-list .news-item.filterhidden {
  opacity: 0;
}
.news-list .news-item.item-landscape > div {
  display: flex;
  flex-flow: row wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.news-list .news-item.item-landscape > div .news-preview-image,
.news-list .news-item.item-landscape > div .news-body {
  padding: 0 10px;
}
.news-list .news-item.item-landscape > div .news-preview-image {
  display: block;
  width: 25%;
}
.news-list .news-item.item-landscape > div .news-preview-image + .news-body {
  width: 75%;
}
.news-list .news-item.item-landscape > div .news-category,
.news-list .news-item.item-landscape > div .news-title {
  margin-top: 0;
}
.news-list .news-item.item-landscape > div .news-category {
  text-transform: uppercase;
}
.news-list .news-item.item-landscape > div .news-title {
  font-size: 18px;
}
.news-list .news-item.item-latest .news-category,
.news-list .news-item.item-landscape .news-category,
.news-list .news-item.item-portrait .news-category {
  text-transform: uppercase;
}
.news-list .news-item.item-latest .news-title,
.news-list .news-item.item-landscape .news-title,
.news-list .news-item.item-portrait .news-title {
  font-size: 20px;
  font-family: inherit;
  font-weight: 400;
  margin-bottom: 0;
}
.news-list .news-item.item-latest .news-teaser,
.news-list .news-item.item-landscape .news-teaser,
.news-list .news-item.item-portrait .news-teaser {
  display: none;
}
.news-slideshow .item-slideshow {
  position: relative;
}
.news-slideshow .ce-bodytext {
  padding: 20px;
}
.news-slideshow .news-title {
  margin-bottom: 10px;
}
.news-related {
  margin-top: 20px;
}
.news-related .news-teaser {
  display: none;
}
@media (min-width: 768px) {
  .news-single .news-single-image-preview {
    margin-right: 40px;
    width: 50%;
    float: left;
  }
  .news-single .article[data-uid="3293"] .news-content-elements {
    display: flex;
    flex-flow: row wrap;
    margin-left: -20px;
    margin-right: -20px;
  }
  .news-single .article[data-uid="3293"] .news-content-elements > div {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 40px;
  }
  .news-single .article[data-uid="3293"] .news-content-elements div[id^="c"] + div[id^="c"] {
    margin-top: 0;
  }
  .news-list:not(.list-default)[data-columns] {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -20px;
  }
  .news-list:not(.list-default)[data-columns] .news-item {
    width: 50%;
    padding: 0 20px;
  }
  .news-list:not(.list-default)[data-columns="1"] .news-item {
    width: 100% !important;
  }
  .news-list:not(.list-default)[data-columns="3"] .news-item {
    width: 33.333333%;
  }
  .news-slideshow .news-title {
    font-size: 29px;
  }
  .news-slideshow .news-teaser {
    font-size: 15px;
  }
  .news-slideshow .ce-bodytext {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 100;
    width: 40%;
    background-color: #ffffff;
  }
}
@media (min-width: 992px) {
  .news-list:not(.list-default)[data-columns="4"] .news-item {
    width: 25%;
  }
  .news-list:not(.list-default)[data-columns="4"] .morethan8 {
    width: 16.666%;
  }
  .news-list .news-item.item-landscape > div {
    margin-left: -20px;
    margin-right: -20px;
  }
  .news-list .news-item.item-landscape > div .news-preview-image,
  .news-list .news-item.item-landscape > div .news-body {
    padding-left: 20px;
    padding-right: 20px;
  }
  .news-list .news-item.item-landscape > div .news-preview-image {
    width: 20%;
  }
  .news-list .news-item.item-landscape > div .news-preview-image + .news-body {
    width: 80%;
  }
  .news-list[data-columns="2"] .news-item.item-landscape > div .news-preview-image {
    width: 30%;
  }
  .news-list[data-columns="2"] .news-item.item-landscape > div .news-preview-image + .news-body {
    width: 70%;
  }
  div[id^="dm_conative_container"] {
    margin-top: 40px !important;
  }
}
@media (min-width: 1360px) {
  .news-title {
    font-size: 64px;
    line-height: 1em;
  }
}
@media (min-width: 1600px) {
  .news-slideshow .news-title {
    font-size: 36px;
  }
  .news-slideshow .news-teaser {
    font-size: 16px;
  }
}
.nav-pagination {
  text-align: center;
  width: 100%;
}
.nav-pagination img {
  margin: 0 auto;
}
.nav-pagination .pagination {
  margin-top: 0;
}
.nav-pagination .pagination > li > a {
  border: 0;
  border-radius: 0;
  color: #c8003b;
  background-color: #ffffff;
}
.nav-pagination .pagination > li > a:hover,
.nav-pagination .pagination > li > a:focus {
  color: #ffffff;
  background-color: #c8003b;
}
.nav-pagination .pagination > li.active > a,
.nav-pagination .pagination > li.active > a:hover,
.nav-pagination .pagination > li.active > a:focus {
  color: #c8003b;
  background-color: #ffffff;
  text-decoration: underline;
}
.nav-pagination .pagination > li.disabled > a,
.nav-pagination .pagination > li.disabled > a:hover,
.nav-pagination .pagination > li.disabled > a:focus {
  color: #dfd7d3;
  background-color: #ffffff;
}
.nav-pagination .pagination > li:before {
  content: none !important;
}
/*
 * Hauptinhaltsbereich
 */
.maincontent div[id^="c"] + div[id^="c"],
.slideshow div[id^="c"] + div[id^="c"] {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .maincontent div[id^="c"] + div[id^="c"],
  .slideshow div[id^="c"] + div[id^="c"] {
    margin-top: 40px;
  }
}
.maincontent > .row > div {
  margin-top: 20px;
}
.maincontent .row-3 .advert {
  margin-bottom: 40px;
}
.maincontent .ce-intext .ce-gallery,
.maincontent .ce-above .ce-gallery {
  margin-bottom: 20px;
}
.maincontent .ce-intext.ce-left .ce-gallery {
  margin-right: 40px;
}
.maincontent .ce-intext.ce-right .ce-gallery {
  margin-left: 40px;
}
.maincontent .ce-intext.ce-left .ce-gallery[data-ce-columns="1"],
.maincontent .ce-intext.ce-right .ce-gallery[data-ce-columns="1"] {
  max-width: 50%;
}
@media (max-width: 767px) {
  .maincontent .ce-intext.ce-left .ce-gallery[data-ce-columns="1"],
  .maincontent .ce-intext.ce-right .ce-gallery[data-ce-columns="1"] {
    margin-left: 0;
    margin-right: 0;
    float: none;
    max-width: none;
  }
}
.maincontent.sub-article .ce-gallery[data-ce-columns] .ce-column {
  width: 100%;
  margin-right: 0;
}
.maincontent.sub-article .ce-gallery[data-ce-columns] .ce-column figure,
.maincontent.sub-article .ce-gallery[data-ce-columns] .ce-column img {
  width: 100%;
  max-width: none;
}
.maincontent.sub-article .ce-gallery[data-ce-columns] .ce-column + .ce-column {
  margin-top: 10px;
}
.maincontent.sub-article .ce-gallery[data-ce-columns="1"] .ce-column figure,
.maincontent.sub-article .ce-gallery[data-ce-columns="1"] .ce-column img {
  width: auto;
  max-width: 100%;
}
@media (min-width: 480px) {
  .maincontent.sub-article .ce-gallery[data-ce-columns="2"],
  .maincontent.sub-article .ce-gallery[data-ce-columns="3"],
  .maincontent.sub-article .ce-gallery[data-ce-columns="4"] {
    margin: -5px;
  }
  .maincontent.sub-article .ce-gallery[data-ce-columns="2"] .ce-column,
  .maincontent.sub-article .ce-gallery[data-ce-columns="3"] .ce-column,
  .maincontent.sub-article .ce-gallery[data-ce-columns="4"] .ce-column {
    width: 50%;
    padding: 5px;
    float: left;
  }
  .maincontent.sub-article .ce-gallery[data-ce-columns="2"] .ce-column + .ce-column,
  .maincontent.sub-article .ce-gallery[data-ce-columns="3"] .ce-column + .ce-column,
  .maincontent.sub-article .ce-gallery[data-ce-columns="4"] .ce-column + .ce-column {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .maincontent.sub-article .ce-gallery[data-ce-columns="3"] .ce-column {
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .maincontent.sub-article .ce-gallery[data-ce-columns="4"] .ce-column {
    width: 25%;
  }
}
.seite_2102 .adRectangle {
  display: none;
}
/*
 *	Tabellen Mediadaten
 */
.seite_62 table > thead > tr > th,
.seite_63 table > thead > tr > th,
.seite_62 table > tbody > tr > th,
.seite_63 table > tbody > tr > th,
.seite_62 table > tfoot > tr > th,
.seite_63 table > tfoot > tr > th,
.seite_62 table > thead > tr > td,
.seite_63 table > thead > tr > td,
.seite_62 table > tbody > tr > td,
.seite_63 table > tbody > tr > td,
.seite_62 table > tfoot > tr > td,
.seite_63 table > tfoot > tr > td {
  font-size: 80%;
}
/*
 *  Cala Ads
 */
.adSuperbanner {
  text-align: center;
  margin-top: 0 !important;
  padding: 0;
}
.adSuperbanner img {
  margin: 0 auto;
}
.adSuperbanner > div > div {
  margin: 5rem auto 5rem;
}
.container.ad-billboard {
  margin-top: 10px;
  margin-bottom: 10px;
}
.container.ad-billboard .col-right .frame-type-image .ce-image {
  text-align: center;
}
.container.ad-billboard .col-right .frame-type-image .ce-gallery {
  display: inline-block;
  margin-bottom: 0;
}
.adCala.adFullpage {
  position: relative;
  height: 0;
  background-color: lightseagreen;
  -webkit-transition: height 0.4s ease;
  -moz-transition: height 0.4s ease;
  -o-transition: height 0.4s ease;
  transition: height 0.4s ease;
}
.adCala.adFullpage * {
  margin: auto;
  text-align: center;
  vertical-align: center;
}
.adCala.adLeaderboard,
.adCala.adBillboard {
  margin-top: 10px;
  margin-bottom: 10px;
}
.adCala.adLeaderboard *,
.adCala.adBillboard * {
  margin: auto;
  text-align: center;
  vertical-align: center;
}
.adCala.adBillboard + div {
  margin-top: 10px;
}
.adCala.adRectangle {
  margin-bottom: 20px;
}
.adCala.adRectangle > div + div {
  margin-top: 20px;
}
.adCala.adInternal {
  width: 320px;
}
.adCala.adInternal .ce-above .ce-gallery {
  margin-bottom: 0;
}
.adCala.adInternal div[id^="c"] + div[id^="c"] {
  margin-top: 20px;
}
.adCala.adInternalXxl {
  margin-top: 20px !important;
  padding: 0 20px;
  text-align: left;
}
.adCala.adInternalXxl img {
  margin: 0;
}
@media (min-width: 768px) {
  .adCala.adBillboard {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .adCala.adBillboard {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .adCala.adLeaderboard > div {
    position: relative;
    top: 0;
    right: -20px;
    text-align: right;
  }
  .adCala.adLeaderboard > div img {
    margin: 0 0 0 auto;
  }
  .adCala.adSkyscraper {
    position: absolute;
    top: 10px;
    left: 100%;
    padding-left: 0px;
    /*right: -175px; /* Skyscraper Ad */
    /*right: -315px; /* Halfpage Ad */
  }
  .adCala.adSkyscraper img {
    max-width: none;
  }
}
@media (min-width: 1360px) {
  .adCala.adBillboard * {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }
}
body.fullpage-visible {
  -webkit-transition: padding-top 2s ease;
  -moz-transition: padding-top 2s ease;
  -o-transition: padding-top 2s ease;
  transition: padding-top 2s ease;
  padding-top: 75vh;
}
body.fullpage-visible .adCala.adFullpage {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: height 0.4s ease;
  -moz-transition: height 0.4s ease;
  -o-transition: height 0.4s ease;
  transition: height 0.4s ease;
}
body.fullpage-visible .adCala.adFullpage * {
  margin: auto;
  text-align: center;
  vertical-align: center;
}
body.fullpage-visible .adCala.adFullpage #fullpage {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
}
body.fullpage-visible .adCala.adFullpage #fullpageBg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
body.fullpage-visible .adCala.adFullpage #fullpageBg > div,
body.fullpage-visible .adCala.adFullpage #fullpageBg > div > div {
  width: 100% !important;
  height: 100% !important;
}
body.fullpage-visible .adCala.adFullpage #fullpageBg iframe {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
body.fullpage-visible .maincontent,
body.fullpage-visible .slideshow,
body.fullpage-visible .brotkrumenpfad {
  background-color: #ffffff;
}
body.fullpage-visible .container.ad-billboard {
  background-color: #ffffff;
  margin-bottom: 0;
  padding-bottom: 10px;
  margin-top: 0 !important;
  padding-top: 10px;
}
body.fullpage-visible .brotkrumenpfad {
  margin: 0;
  padding-top: 4px;
  padding-bottom: 30px;
}
body.fullpage-visible .slideshow {
  margin-bottom: 0;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  body.fullpage-visible {
    padding-top: 85vh;
  }
  body.fullpage-visible .adCala.adFullpage #fullpage {
    top: 25%;
  }
}
@media (min-width: 1680px) {
  body.fullpage-visible .brotkrumenpfad {
    margin-left: auto;
    margin-right: auto;
  }
}
/* DoubleClick */
.adCala #dfp-leaderboard {
  /*> div {
			margin: auto;
			text-align: center;
			vertical-align: center;
		}*/
}
@media (min-width: 1200px) {
  .adCala #dfp-leaderboard.hockeystick > div {
    position: absolute;
    top: 0;
    right: 0px;
    /*margin: 0 0 0 auto;*/
  }
  .adCala #dfp-leaderboard.hockeystick > div > div {
    text-align: right;
  }
}
.adCala #billboard {
  overflow: hidden;
}
.amicella-partner-link {
  position: fixed;
  bottom: 0;
  z-index: 1010;
  width: 100%;
  background-color: #c8003b;
  border-top: 3px solid #f7bdce;
}
.amicella-partner-link a {
  display: block;
  padding: 5px 20px;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
}
.amicella-partner-link img {
  display: inline-block;
  height: 40px;
  width: auto;
  margin-right: 10px;
}
@media (min-width: 992px) {
  .amicella-partner-link {
    bottom: 10%;
    right: 0;
    width: 120px;
    padding: 5px;
    border: 3px solid #f7bdce;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .amicella-partner-link img {
    display: block;
    margin: 0 auto 10px;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 1199px) {
  .amicella-partner-link {
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
@media (min-width: 1200px) {
  .amicella-partner-link {
    right: 20px;
  }
}
/**
 * Conative Ad
 */
#dm_conative_readmore_trigger {
  display: inline-block !important;
  padding: 6px 12px !important;
  color: #fff;
  background-color: #c8003b;
  border: 1px solid #af0033;
  border-radius: 3px;
  outline: 0 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.42857143 !important;
  text-decoration: none !important;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
#dm_conative_readmore_trigger:hover {
  background-color: #95002c;
  border-color: #710021;
}
#dm_conative_readmore_trigger:focus,
#dm_conative_readmore_trigger.focus {
  background-color: #95002c;
  border-color: #2f000e;
}
#dm_conative_readmore_trigger .btn:active,
#dm_conative_readmore_trigger .btn.active {
  background-color: #95002c;
  background-image: none;
  border-color: #710021;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/*
 * Powermail Forms
 */
.powermail_form:after {
  display: table;
  content: " ";
  clear: both;
}
.powermail_form label {
  font-weight: 400;
}
.powermail_form legend {
  display: none;
}
.powermail_form .mandatory {
  color: #c8003b;
  padding-left: 6px;
  font-weight: 700;
}
.powermail_form .not-mandatory {
  color: transparent;
  padding-left: 6px;
}
.powermail_form .form-control {
  background-color: #ffffff;
  color: #1a171b;
  border-color: #dfd7d3;
  border-radius: 0;
  box-shadow: none;
}
.powermail_form .form-control:focus {
  border-color: #c8003b;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.powermail_form .help-block {
  font-size: 12px;
}
.powermail_form .parsley-errors-list {
  color: #ffffff;
  background-color: #c8003b;
  list-style: none;
  font-weight: 400;
  padding-left: 20px;
}
.powermail_form .parsley-errors-list li {
  padding: 6px 0;
}
.powermail_form .powermail_message {
  list-style: none;
  min-height: 1px;
  padding: 20px;
}
.powermail_form .powermail_message.powermail_message_error {
  background: none;
  background-color: #ec3432;
}
.powermail_form .powermail_message.powermail_message_error li {
  color: white;
  padding: 0;
}
.powermail_form .powermail_captchaimage {
  /*width: 100%;
		max-height: 60px;*/
  margin-top: 2px;
  border: 1px solid #dfd7d3;
}
.powermail_submit,
.powermail_confirmation_submit {
  /*float: right;
	width: 100%;*/
  border: 1px solid #c8003b;
  border-radius: 0;
  box-shadow: none;
  font-weight: 400;
  margin: 10px 0 20px;
  padding: 10px 20px;
  background-color: #ffffff;
  color: #c8003b;
}
.powermail_submit:hover,
.powermail_confirmation_submit:hover,
.powermail_submit:focus,
.powermail_confirmation_submit:focus,
.powermail_submitactive,
.powermail_confirmation_submitactive {
  color: #ffffff;
  background-color: #c8003b;
}
.powermail_confirmation_form {
  border-radius: 0;
}
/* Confirmation Page */
dl.powermail_all dt {
  width: 30%;
  padding-right: 10px;
  font-weight: 400;
}
dl.powermail_all dd {
  width: 70%;
  padding-left: 10px;
  font-weight: 700;
}
.powermail_file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.powermail_file + label {
  /* 20px */
  cursor: pointer;
  overflow: hidden;
  width: 100%;
  display: block;
  margin-bottom: 0;
  background-color: transparent;
  color: #c8003b;
  border: 1px solid #dfd7d3;
  padding: 0;
  font-size: 16px;
  height: 34px;
  font-size: 14px;
  line-height: 1.42857143;
}
.powermail_file + label.control-label {
  padding-top: 0;
  text-align: left;
}
.powermail_file + label span {
  padding: 6px 12px;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: top;
}
.powermail_file + label span.placeholder {
  color: #999;
}
.powermail_file + label strong {
  padding: 6px 12px;
  display: block;
  font-weight: 400;
  height: 100%;
  color: #1a171b;
  background-color: #dfd7d3;
}
.powermail_file:focus + label,
.powermail_file.has-focus + label,
.powermail_file + label:hover {
  border-color: #c8003b;
}
.powermail_file:focus + label strong,
.powermail_file.has-focus + label strong,
.powermail_file + label:hover strong {
  color: #ffffff;
  background-color: #c8003b;
}
@media (min-width: 640px) {
  .powermail_file + label strong {
    display: inline-block;
    float: right;
  }
}
.powermail_morestep .btn-group {
  margin-bottom: 20px;
}
.powermail_morestep .btn-group .btn {
  white-space: normal;
  text-align: left;
}
.powermail_morestep .btn-group .btn-primary {
  border-color: #7c0024;
  background-color: #c8003b;
  color: #ffffff;
}
@media (max-width: 767px) {
  .powermail_morestep .btn-group .btn {
    float: none;
    display: block;
    width: 100%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }
  .powermail_morestep .btn-group .btn + .btn {
    margin-top: 5px;
  }
}
@media (min-width: 768px) {
  .powermail_morestep .btn-group {
    margin-bottom: 40px;
  }
}
.powermail_tab_navigation .btn-primary {
  border-color: #557301;
  background-color: #8cbf02;
  color: #ffffff;
}
.powermail_tab_navigation .btn-warning {
  border-color: #dddddd;
  background-color: #ffffff;
  color: #dddddd;
}
/*
 *	Newsletter Mailchimp
 */
#mc_embed_signup .form-group {
  margin-bottom: 5px;
}
#mc_embed_signup .form-control {
  background-color: #ffffff;
  color: #1a171b;
  border-color: #dfd7d3;
  border-radius: 0;
  box-shadow: none;
}
#mc_embed_signup .form-control:focus {
  border-color: #c8003b;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#mc_embed_signup .help-block {
  font-size: 14px;
}
#mc_embed_signup .btn-submit {
  border: 1px solid #ffffff;
  background-color: #8cbf02;
  color: #ffffff;
  margin-right: 10px;
  margin-bottom: 5px;
  /*& + .btn-submit {
			margin-left: 10px;
		}*/
}
#modalNewsletter .modal-body {
  color: #ffffff;
  background: #c8003b url("../img/newsletter-bg.jpg") no-repeat center center;
  background-size: cover;
  padding: 20px;
}
#modalNewsletter .modal-body .close {
  position: absolute;
  top: 5px;
  right: 10px;
  opacity: .6;
  text-shadow: none;
  font-size: 24px;
}
#modalNewsletter .modal-body a {
  color: #ffffff;
}
#modalNewsletter .modal-body .text-bubble {
  text-align: right;
}
#modalNewsletter .modal-body .text-bubble p {
  padding: 40px 40px 100px;
  text-align: center;
  display: inline-block;
  background: transparent url("../img/newsletter-bubble.png") no-repeat center center;
  background-size: contain;
  text-transform: uppercase;
  font-weight: 700;
}
#modalNewsletter .modal-footer {
  padding: 20px;
  text-align: left;
}
#modalNewsletter .modal-footer a {
  color: #1a171b;
  text-decoration: underline;
}
#modalNewsletter .modal-footer a:hover,
#modalNewsletter .modal-footer a:focus {
  color: #c8003b;
}
#modalNewsletter #mc_embed_signup {
  margin-bottom: 0 !important;
}
#modalNewsletter #mc_embed_signup .checkbox,
#modalNewsletter #mc_embed_signup .help-block {
  font-size: 12px;
}
#modalNewsletter #mc_embed_signup .help-block,
#modalNewsletter #mc_embed_signup .help-block a {
  color: rgba(255, 255, 255, 0.7);
}
#modalNewsletter #mc_embed_signup .btn-submit {
  border: none;
  border-radius: 0;
  background-color: #c8003b;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  padding: 6px 18px;
}
#modalNewsletter .alert {
  margin-bottom: 0px;
  margin-top: 15px;
  font-size: 14px;
  padding: 6px 12px;
}
#modalNewsletter a {
  text-decoration: underline;
}
#modalNewsletter.modal-sigikid .modal-body {
  color: #1a171b;
  background-image: url("../img/newsletter-bg-anker.jpg");
  padding-top: 80px;
}
#modalNewsletter.modal-sigikid .modal-body .text-bubble {
  text-align: left;
}
#modalNewsletter.modal-sigikid .modal-body .text-bubble p {
  background-image: none;
  text-transform: none;
  text-align: left;
  padding: 0px 10px 60px;
  font-weight: 400;
}
#modalNewsletter.modal-sigikid .modal-body .text-bubble p span {
  font-family: "Amatic SC", Georgia, "Times New Roman", Times, serif;
  font-weight: 700;
  font-size: 1.2em;
  line-height: 1.2;
}
#modalNewsletter.modal-sigikid .modal-body .text-bubble p a {
  display: block;
  font-size: 0.8em;
}
#modalNewsletter.modal-sigikid .modal-body a {
  text-decoration: none;
}
#modalNewsletter.modal-sigikid .modal-body .anker-primary {
  color: #a24b3d;
}
#modalNewsletter.modal-sigikid .modal-body .sigi-red {
  color: #de0019;
}
#modalNewsletter.modal-sigikid .modal-body .font-lg {
  font-size: 1.4em;
}
#modalNewsletter.modal-sigikid .modal-footer {
  line-height: 1;
}
#modalNewsletter.modal-sigikid .modal-footer a {
  color: #a24b3d;
  text-decoration: none;
  /*img {
					display: inline;
					margin-left: 10px;
				}*/
}
#modalNewsletter.modal-sigikid #mc_embed_signup {
  /*.help-block, .help-block a {
				color: @1stcolor;
			}*/
}
#modalNewsletter.modal-sigikid #mc_embed_signup .checkbox {
  max-width: 50%;
  color: #1a171b;
}
#modalNewsletter.modal-sigikid #mc_embed_signup .checkbox a {
  color: #1a171b;
}
#modalNewsletter.modal-sigikid #mc_embed_signup .btn-submit {
  background-color: #a24b3d;
  margin-top: 20px;
}
#modalNewsletter.modal-sigikid #mc_embed_signup .help-block {
  display: none;
}
#modalNewsletter.modal-reer .modal-body {
  background-image: url("../img/newsletter-bg-reer.jpg");
  padding-top: 100px;
}
#modalNewsletter.modal-reer .modal-body .text-bubble p {
  font-family: "Amatic SC", Georgia, "Times New Roman", Times, serif;
  font-weight: 700;
  padding: 0 10px 40px 0;
}
#modalNewsletter.modal-reer .modal-body .text-bubble p span {
  text-transform: none;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
#modalNewsletter.modal-reer .modal-body .reer-red {
  color: #df1a19;
}
#modalNewsletter.modal-reer .modal-footer a {
  color: #df1a19;
}
#modalNewsletter.modal-reer #mc_embed_signup .checkbox {
  color: #ffffff;
}
#modalNewsletter.modal-reer #mc_embed_signup .checkbox a {
  color: #ffffff;
}
#modalNewsletter.modal-reer #mc_embed_signup .btn-submit {
  background-color: #df1a19;
}
#modalNewsletter.modal-steiner .modal-body {
  background-image: url("../img/newsletter-bg-steiner.jpg");
  padding-top: 100px;
}
#modalNewsletter.modal-steiner .modal-body .text-bubble p {
  padding: 40px 0 0 20px;
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  transform: rotate(-10deg);
}
#modalNewsletter.modal-steiner .modal-body .text-bubble p span {
  font-size: 3em;
  line-height: 1;
}
#modalNewsletter.modal-steiner .modal-body .text-bubble p strong {
  display: block;
  margin: 10px 0;
}
#modalNewsletter.modal-steiner .modal-footer a {
  color: #c8003b;
}
#modalNewsletter.modal-steiner #mc_embed_signup .checkbox {
  color: #1a171b;
}
#modalNewsletter.modal-steiner #mc_embed_signup .checkbox a {
  color: #c8003b;
}
#modalNewsletter.modal-steiner #mc_embed_signup .btn-submit {
  background-color: #1a171b;
}
#modalNewsletter.modal-steiner #mc_embed_signup .form-control {
  border-color: #1a171b;
}
@media (max-width: 767px) {
  #modalNewsletter.modal-steiner .modal-body .text-bubble p {
    padding-top: 0;
    padding-left: 25px;
    font-size: 0.8em;
  }
}
@media (min-width: 768px) {
  #modalNewsletter {
    max-width: none;
    padding: 0;
  }
  #modalNewsletter .modal-dialog {
    width: 500px;
    margin: 30px auto;
  }
  #modalNewsletter .modal-body .text-bubble {
    margin-bottom: 60px;
  }
  #modalNewsletter.modal-sigikid:not(.modal-steiner) .modal-body {
    padding-bottom: 60px;
    padding-top: 120px;
  }
  #modalNewsletter.modal-sigikid:not(.modal-steiner) .modal-body .text-bubble p span {
    font-size: 1.5em;
  }
  #modalNewsletter.modal-sigikid:not(.modal-steiner) .modal-body .text-bubble p a {
    font-size: 1em;
  }
  #modalNewsletter.modal-reer .modal-body .text-bubble p {
    font-size: 1.5em;
    line-height: 1.2;
    padding-bottom: 80px;
  }
  #modalNewsletter.modal-reer .modal-body .text-bubble p span {
    font-size: inherit;
  }
  #modalNewsletter.modal-steiner .modal-body {
    padding-bottom: 60px;
    padding-top: 120px;
  }
}
.modal-backdrop.in {
  filter: alpha(opacity=80);
  opacity: .8;
}
.sidebar-newsletter {
  margin-top: 40px;
  max-width: 300px;
}
.sidebar-newsletter p {
  padding-bottom: 10px;
}
.sidebar-newsletter .h2 {
  margin-bottom: 0;
}
.sidebar-newsletter .checkbox {
  margin-bottom: 20px;
}
.sidebar-newsletter #mce-responses {
  margin-top: 10px;
}
.sidebar-newsletter #mc_embed_signup .btn-submit {
  border: 0 none;
  background-color: #8cbf02;
  color: #ffffff;
  margin-bottom: 10px;
  width: 100%;
  border-radius: 0;
  white-space: normal;
  text-align: left;
  font-size: 16px;
  padding: 15px 20px;
}
.sidebar-newsletter #mc_embed_signup .btn-submit + .btn-submit {
  margin-left: 0;
}
.sidebar-newsletter #mc_embed_signup .btn-submit.submit-family {
  background-color: #c8003b;
}
.sidebar-newsletter #mc_embed_signup .btn-submit span {
  text-transform: uppercase;
  font-weight: 700;
}
/*
 * t3events
 * Individual kribbelbunt styles
 */
.tx-t3events h3,
.tx-t3events .h3 {
  font-size: 18px;
}
.tx-t3events .performance-list .media-heading a {
  color: #1a171b;
}
.tx-t3events .performance-list .media-teaser {
  margin-bottom: 10px;
}
.tx-t3events .performance-list.mini h3,
.tx-t3events .performance-list.mini .h3,
.tx-t3events .performance-list.mini p {
  margin-bottom: 10px;
  padding-bottom: 0;
}
.tx-t3events .list-item-mini a {
  color: #1a171b;
}
.tx-t3events .list-item-mini .btn-link {
  padding-left: 12px !important;
}
.tx-t3events .list-item-mini .btn-link i {
  visibility: hidden;
}
.tx-t3events .quickMenu .form-control,
.tx-t3events .quickMenu .input-group-addon {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.tx-t3events .quickMenu .btn-submit {
  padding: 6px 60px;
  font-size: 16px;
  width: 100%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #ffffff;
  background-color: #8cbf02;
  border-color: #ccc;
}
.tx-t3events .quickMenu .input-group-addon {
  color: #ffffff;
  background-color: #8cbf02;
  border-color: #8cbf02 !important;
}
.tx-t3events .quickMenu .form-control:focus {
  border-color: #8cbf02;
}
.tx-t3events .quickMenu.short {
  color: #ffffff;
  background-color: #c8003b !important;
}
.tx-t3events .quickMenu.short h3,
.tx-t3events .quickMenu.short .h3 {
  color: #ffffff;
}
.tx-t3events .quickMenu.short .btn-submit {
  margin-top: 16px;
}
.tx-t3events .quickMenu.short .btn-submit:focus,
.tx-t3events .quickMenu.short .btn-submit:hover,
.tx-t3events .quickMenu.short .btn-submit:active,
.tx-t3events .quickMenu.short .btn-submit.focus {
  background-color: #49a5db;
}
.tx-t3events .quickMenu.long h3,
.tx-t3events .quickMenu.long .h3 {
  margin-bottom: 10px;
}
.tx-t3events .quickMenu.long label {
  display: none;
  /*display: block;
				text-transform: uppercase;
				text-align: center;*/
}
.tx-t3events .quickMenu.long .btn-submit:focus,
.tx-t3events .quickMenu.long .btn-submit:hover,
.tx-t3events .quickMenu.long .btn-submit:active,
.tx-t3events .quickMenu.long .btn-submit.focus {
  background-color: #c8003b;
}
.tx-t3events .related-item header,
.tx-t3events .eventLocation-list .list-item header {
  border-top: 2px solid #1a171b;
  padding-top: 20px;
}
.tx-t3events .related-item header a,
.tx-t3events .eventLocation-list .list-item header a {
  color: #1a171b;
}
.tx-t3events .performance-map {
  margin-top: 20px;
}
.tx-t3events .gm-style-iw-bg div:nth-child(3) > div > div,
.tx-t3events .gm-style-iw-bg div:nth-child(4) {
  background-color: #c8003b !important;
}
.tx-t3events .detail-further-dates .panel-heading,
.tx-t3events .detail-further-dates .panel-heading a {
  color: #c8003b;
  text-decoration: none;
}
.tx-t3events .detail-further-dates .panel-heading,
.tx-t3events .detail-further-dates .panel-group .panel {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.tx-t3events .detail-image-facts .ce-gallery {
  margin: 0;
}
.tx-t3events .detail-facts dt {
  color: #c8003b;
}
.tx-t3events .detail-categories {
  font-size: 12px;
  color: #aaa;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .tx-t3events .detail-image-facts .ce-gallery {
    margin-bottom: 20px;
    width: 100%;
  }
  .tx-t3events .detail-image-facts .ce-bodytext {
    width: 100%;
  }
}
@media (min-width: 640px) {
  .tx-t3events .detail-related h3,
  .tx-t3events .eventLocation-list .list-item h3 {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .tx-t3events .detail-facts .dl-horizontal dt {
    width: 160px;
  }
  .tx-t3events .detail-facts .dl-horizontal dd {
    margin-left: 180px;
  }
  .tx-t3events .detail-image-facts.ce-intext.ce-nowrap .ce-gallery {
    width: 30%;
    max-width: 300px;
  }
  .tx-t3events .detail-image-facts.ce-intext.ce-nowrap .ce-bodytext {
    width: 70%;
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .tx-t3events .performance-list .media-body {
    border-left: 2px solid #1a171b;
  }
}
@media (min-width: 1200px) {
  .tx-t3events .eventLocation-detail .detail-contact {
    display: none;
  }
  .tx-t3events .eventLocation-detail .detail-image-description {
    margin-bottom: 0 !important;
  }
}
.event-pagination {
  text-align: center;
}
.event-pagination .pagination {
  margin-top: 40px;
}
.event-pagination .pagination > li > a,
.event-pagination .pagination > li > span {
  color: #c8003b;
}
.event-pagination .pagination > li:not(.disabled) > a:hover,
.event-pagination .pagination > li:not(.disabled) > span:hover,
.event-pagination .pagination > li:not(.disabled) > a:focus,
.event-pagination .pagination > li:not(.disabled) > span:focus {
  color: #ffffff;
}
.event-pagination .pagination > .active > a,
.event-pagination .pagination > .active > span {
  color: #ffffff;
  background-color: #c8003b;
  border-color: #c8003b;
}
.datepicker-dropdown::before,
.datepicker-dropdown::after {
  border: 0 none;
}
div#c1416 {
  background-color: #8cbf02;
  color: #ffffff;
  padding: 20px;
  margin-top: 20px;
}
div#c1416 p {
  padding-bottom: 0;
}
div#c1416 p:last-child {
  margin-bottom: 0;
}
/**
 * Umfragen mit simplepoll
 */
.tx-simplepoll {
  max-width: 300px;
}
.tx-simplepoll .simplePollImage {
  margin-bottom: 20px;
}
.tx-simplepoll .progress-bar {
  background-color: #c8003b;
}
/**
 * Amazon Product Slider
 */
.tx-amazonslider {
  margin-bottom: 30px;
}
.tx-amazonslider .slick-list,
.tx-amazonslider .slick-track,
.tx-amazonslider .slick-slide {
  height: 240px;
}
.tx-amazonslider .slick-slide iframe {
  height: 240px !important;
}
.tx-amazonslider .slick-prev {
  left: 0;
  background-position: 0 -30px;
}
.tx-amazonslider .slick-next {
  right: 0;
  background-position: -17px -30px;
}
@media (min-width: 768px) {
  .tx-amazonslider .slick-prev {
    background-position: 0 -82px;
  }
  .tx-amazonslider .slick-next {
    background-position: -47px -82px;
  }
}
.kbstickyfooter {
  display: flex;
  justify-content: center;
  width: 100%;
  opacity: 1;
  z-index: 2999999;
  position: fixed;
  left: 0px;
  background: #fbcb00;
  background: linear-gradient(90deg, #fbcb00 50%, #fbcb00 50%);
  background: #ffffff;
  box-shadow: #646464 0px 3px 8px;
  padding: 0;
  height: auto;
  bottom: 0px;
  -webkit-transition: all 500ms ease-in;
  -moz-transition: all 500ms ease-in;
  -ms-transition: all 500ms ease-in;
  -o-transition: all 500ms ease-in;
  transition: all 500ms ease-in;
}
.kbstickyfooter.hideme {
  bottom: -120%;
}
.kbstickyfooter .sticky_footer {
  position: relative;
}
.kbstickyfooter .sticky_footer img {
  grid-template: 90px;
}
.kbstickyfooter .kbstickyfooter--close {
  background-color: #fff;
  position: absolute;
  z-index: 9999;
  top: -10px;
  right: 20px;
  width: auto;
  height: auto;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  font-size: 12px;
  padding: 0 5px 0 3px;
  border-radius: 100px;
}
.kbstickyfooter .kbstickyfooter--close span {
  display: block;
  padding-bottom: 2px;
}
.kbstickyfooter .kbstickyfooter--banner {
  text-align: center;
  width: 100%;
  margin: 0px;
}
.kbstickyfooter .kbstickyfooter--banner img {
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 728px) {
  .kbstickyfooter .kbstickyfooter--close {
    right: 60px;
  }
}
#usercentrics-root::part(button) {
  bottom: 120px !important;
}
.f3-widget-paginator {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
  max-width: 100%;
  overflow-x: auto;
  justify-content: center;
  gap: 5px;
  width: 100%;
}
.f3-widget-paginator li {
  background-color: transparent;
}
.f3-widget-paginator li.current {
  background-color: #c8003b;
  padding: 16px 24px;
  color: white;
  font-weight: bold;
  font-size: 1.2rem;
  border-radius: 5px !important;
}
.f3-widget-paginator li a {
  display: block;
  position: relative;
  padding: 1.6em 2.4em;
  text-decoration: none;
  font-size: 1.4rem;
  color: #1a171b;
  background: #cccccc;
  transition: all 250ms ease-in-out;
  border-radius: 5px;
}
.f3-widget-paginator li a:hover {
  color: #ffffff;
  background-color: #c8003b;
}
.f3-widget-paginator li.previous,
.f3-widget-paginator li.next {
  position: relative;
  min-width: 30px;
}
.f3-widget-paginator li.previous a,
.f3-widget-paginator li.next a {
  text-indent: -9999px;
  position: relative;
}
.f3-widget-paginator li.previous a:hover,
.f3-widget-paginator li.next a:hover {
  background: none;
}
.f3-widget-paginator li.previous:before,
.f3-widget-paginator li.next:before {
  content: "»";
  font-weight: bold;
  color: #1a171b;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  z-index: 100;
  pointer-events: none;
}
.f3-widget-paginator li.previous:hover,
.f3-widget-paginator li.next:hover {
  color: #c8003b;
  background: #c8003b;
}
.f3-widget-paginator li.previous:hover:before,
.f3-widget-paginator li.next:hover:before {
  color: #ffffff;
}
.f3-widget-paginator li.previous:before {
  content: "«";
}
.f3-widget-paginator li:first-child {
  border-radius: 8px;
}
.f3-widget-paginator li:last-child {
  border-radius: 8px;
  border-right: none;
}
.f3-widget-paginator li.current,
.f3-widget-paginator li a {
  padding: 10px 15px;
}
@media (min-width: 768px) {
  .f3-widget-paginator li.current,
  .f3-widget-paginator li a {
    padding: 10px 15px;
    font-size: 1.1rem;
  }
}
@media (min-width: 1024px) {
  .f3-widget-paginator li.current,
  .f3-widget-paginator li a {
    padding: 8px 12px;
    font-size: 1rem;
  }
}
@media (min-width: 480px) {
  .example-centered .f3-widget-paginator {
    justify-content: center;
  }
}
body .f3-widget-paginator {
  margin: 0 auto 40px auto;
}
/****

************************  REDESIGN 2022 - Andreas Leinberger ************************

****/
.menu-open {
  overflow: hidden;
}
@media (min-width: 1200px) {
  .adCala.adLeaderboard > div {
    right: 0;
    padding-right: 120px;
  }
  .adLeaderboard {
    margin: 0;
  }
  .adSkyscraper {
    position: absolute;
    top: 0px;
    right: 20px;
    left: unset;
  }
}
header h2,
header .h2,
header h2 > a,
header .h2 > a {
  font-size: 38px;
  color: #000;
}
.headerarea {
  position: fixed;
  background: #ffffff;
}
.headerarea .navbar-brand {
  margin: 0;
}
.headerarea .navbar-brand img {
  height: 30px;
  width: auto;
  margin: 1rem 0 1.5rem 0;
}
.headerarea[data-scroll="down"] {
  position: absolute;
  top: -100%;
}
.headerarea[data-scroll="up"] {
  -webkit-box-shadow: 0px 0px 8px 0px rgba(51, 51, 51, 0.4);
  -moz-box-shadow: 0px 0px 8px 0px rgba(51, 51, 51, 0.4);
  box-shadow: 0px 0px 8px 0px rgba(51, 51, 51, 0.4);
  top: 0;
}
.headerarea[data-scroll="up"] .navbar-header {
  box-shadow: none;
}
.headerarea[data-scroll="up"] .navbar-header .brotkrumenpfad {
  bottom: -0.2rem !important;
}
/* 	.headerarea:not([data-scroll="none"]) {
		// display:none;
	} */
.navbar-collapse {
  transition: all 250ms ease-in-out;
  position: fixed;
  top: 0;
  height: 100vh;
  min-height: 100vh;
  background-color: #fff;
  box-shadow: 0 0 10px #000000cc;
  z-index: 100000;
  padding: 30px 25px;
  transform: translateX(100%);
}
.navbar-collapse.in {
  transform: translateX(0);
}
.navbar-collapse .close-navbar {
  text-align: right;
  padding-bottom: 1rem;
}
.navbar-collapse .close-navbar span {
  height: 40px;
  width: 40px;
  display: inline-block;
  cursor: pointer;
}
.navbar-collapse .close-navbar span:hover * {
  fill: #c8003b;
}
.navbar-collapse .close-navbar span svg {
  width: 100%;
  height: auto;
}
.navbar-collapse .nav > li {
  border-bottom: 1px solid #dddddd;
}
.navbar-collapse .nav > li > a {
  color: #1a171b;
  padding: 20px 0;
  text-transform: none;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
}
.navbar-collapse .nav > li:active > a,
.navbar-collapse .nav > li:hover > a {
  color: #c8003b;
}
.navbar-collapse .nav > li .dropdown-menu {
  background-color: #ffffff;
  position: relative;
}
.navbar-collapse .nav > li .dropdown-menu > li > a {
  color: #1a171b;
  padding: 5px 0;
}
.navbar-collapse .nav > li .dropdown-menu .second-level {
  padding-left: 2rem;
  float: none;
}
.navbar-collapse .nav > li .dropdown-menu .second-level > li > a {
  font-size: 0.9rem;
}
.container-fluid {
  max-width: 1600px;
}
.container-header-xxl1 {
  text-align: center;
}
.container-header-xxl1 iframe,
.container-header-xxl1 img {
  margin: 2rem auto;
}
.container-leaderboard {
  padding-right: 120px;
}
.navbar .navbar-header {
  background-color: #ffffff;
  max-width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar .navbar-header .navbar-brand img {
  height: auto;
  width: 180px;
}
@media screen and (min-width: 768px) {
  .navbar .navbar-header .navbar-brand img {
    width: 220px;
  }
}
.navbar .navbar-header .logobox {
  position: relative;
}
.navbar .navbar-header .logobox .brotkrumenpfad {
  position: absolute;
  left: 0;
  top: calc(100% - 10px);
  width: calc(100vw - 40px);
  margin: 0;
  display: flex;
  white-space: nowrap;
  flex-wrap: wrap;
  text-overflow: ellipsis;
}
@media screen and (min-width: 640px) {
  .navbar .navbar-header .logobox .brotkrumenpfad {
    position: absolute;
    left: 0;
    bottom: -2em;
  }
}
.navbar .navbar-header .togglebox {
  /* 	#socialmenu {
				.facebook;
			}
 */
}
.navbar .navbar-header .togglebox form[role="search"] {
  margin-right: 1rem;
  position: absolute;
  right: 40px;
  left: unset;
  transition: all 250ms ease-in-out;
}
.navbar .navbar-header .togglebox form[role="search"].active {
  width: 220px;
}
.navbar .navbar-header .togglebox form[role="search"].active .input-group {
  background-color: #efefef;
  border-radius: 100px;
}
.navbar .navbar-header .togglebox form[role="search"] button,
.navbar .navbar-header .togglebox form[role="search"] #ke_search_sword {
  color: black !important;
}
.navbar .navbar-header .togglebox .pure-toggle {
  display: none;
}
.navbar .navbar-header .togglebox .pure-toggle-label {
  background-color: #c8003b;
  border-radius: 100px;
  width: 50px;
  height: 50px;
}
.navbar .navbar-header .togglebox .navbar-toggle {
  margin-right: 0;
}
.navbar .navbar-header .togglebox .navbar-toggle .pure-toggle-label {
  display: flex;
}
.navbar .navbar-header .togglebox .navbar-toggle .pure-toggle-label .ham6 {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.navbar .navbar-header .togglebox .navbar-toggle .pure-toggle-label .ham6 .line {
  fill: none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: #ffffff;
  stroke-width: 5.5;
  stroke-linecap: round;
}
.navbar .navbar-header .togglebox .navbar-toggle .pure-toggle-label .ham6 .top {
  stroke-dasharray: 40 172;
}
.navbar .navbar-header .togglebox .navbar-toggle .pure-toggle-label .ham6 .middle {
  stroke-dasharray: 40 111;
}
.navbar .navbar-header .togglebox .navbar-toggle .pure-toggle-label .ham6 .bottom {
  stroke-dasharray: 40 172;
}
.navbar .navbar-header .togglebox .pure-toggle:checked + .pure-toggle-label .ham6 .top {
  stroke-dashoffset: -132px;
}
.navbar .navbar-header .togglebox .pure-toggle:checked + .pure-toggle-label .ham6 .middle {
  stroke-dashoffset: -71px;
}
.navbar .navbar-header .togglebox .pure-toggle:checked + .pure-toggle-label .ham6 .bottom {
  stroke-dashoffset: -132px;
}
.news-category {
  font-size: 12px;
}
.news-list .news-item .btn-read-more {
  display: none;
}
.news-list .news-item.item-latest .news-title,
.news-list .news-item.item-landscape .news-title,
.news-list .news-item.item-portrait .news-title {
  font-size: 18px;
  font-weight: 700;
}
.news-list .news-item.item-latest .news-teaser,
.news-list .news-item.item-landscape .news-teaser,
.news-list .news-item.item-portrait .news-teaser {
  display: block;
  font-size: 14px;
  margin-top: 0.5rem;
}
.news-list .news-item.item-latest .news-teaser a,
.news-list .news-item.item-landscape .news-teaser a,
.news-list .news-item.item-portrait .news-teaser a {
  text-decoration: unset;
  color: #1a171b;
}
.news-list .news-item.item-latest .news-teaser a:hover,
.news-list .news-item.item-landscape .news-teaser a:hover,
.news-list .news-item.item-portrait .news-teaser a:hover {
  text-decoration: unset;
}
.news-list .news-item.item-landscape > div .news-preview-image,
.news-list .news-item.item-landscape > div .news-preview-image + .news-body {
  width: 50%;
}
.container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
/*** Komplexe Boxen oben  ***/
.newslayout-1 {
  margin-bottom: 5rem;
}
.newslayout-1 .inner .news-list[data-layout="30"] {
  display: grid;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin: 0;
  width: 100%;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(5, 120vw);
}
.newslayout-1 .inner .news-list[data-layout="30"] .news-item {
  width: 100%;
  position: relative;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.newslayout-1 .inner .news-list[data-layout="30"] .news-item .textblock {
  position: relative;
  z-index: 10;
  transform: translateY(1px);
  padding-block: 10px 20px;
  background-color: #ffffff;
}
.newslayout-1 .inner .news-list[data-layout="30"] .news-item .textblock .news-category {
  margin-top: 0;
  margin-bottom: 5px;
}
.newslayout-1 .inner .news-list[data-layout="30"] .news-item .news-preview-image {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  display: block;
}
.newslayout-1 .inner .news-list[data-layout="30"] .news-item .news-preview-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}
.newslayout-1 .inner .news-list[data-layout="30"] .news-item:nth-child(1) {
  grid-area: 1 / 1 / 1 / 2;
}
.newslayout-1 .inner .news-list[data-layout="30"] .news-item:nth-child(2) {
  grid-area: 2 / 1 / 2 / 2;
}
.newslayout-1 .inner .news-list[data-layout="30"] .news-item:nth-child(3) {
  grid-area: 3 / 1 / 3 / 2;
}
.newslayout-1 .inner .news-list[data-layout="30"] .news-item:nth-child(4) {
  grid-area: 4 / 1 / 4 / 2;
}
.newslayout-1 .inner .news-list[data-layout="30"] .news-item:nth-child(5) {
  grid-area: 5 / 1 / 5 / 2;
}
@media screen and (min-width: 640px) {
  .newslayout-1 .inner .news-list[data-layout="30"] {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 100vw 25rem 25rem;
  }
  .newslayout-1 .inner .news-list[data-layout="30"] .news-item:nth-child(1) {
    grid-area: 1 / 1 / 1 / 3;
  }
  .newslayout-1 .inner .news-list[data-layout="30"] .news-item:nth-child(2) {
    grid-area: 2 / 1 / 3 / 2;
  }
  .newslayout-1 .inner .news-list[data-layout="30"] .news-item:nth-child(3) {
    grid-area: 2 / 2 / 3 / 3;
  }
  .newslayout-1 .inner .news-list[data-layout="30"] .news-item:nth-child(4) {
    grid-area: 3 / 1 / 4 / 2;
  }
  .newslayout-1 .inner .news-list[data-layout="30"] .news-item:nth-child(5) {
    grid-area: 3 / 2 / 4 / 3;
  }
}
@media screen and (min-width: 998px) {
  .newslayout-1 .inner .news-list[data-layout="30"] {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
  .newslayout-1 .inner .news-list[data-layout="30"] .news-item:first-child {
    height: 35vw;
  }
  .newslayout-1 .inner .news-list[data-layout="30"]:first-child {
    height: 60vw;
  }
  .newslayout-1 .inner .news-list[data-layout="30"] .news-item:nth-child(1) {
    grid-area: 1 / 1 / 3 / 3;
  }
  .newslayout-1 .inner .news-list[data-layout="30"] .news-item:nth-child(2) {
    grid-area: 1 / 3 / 2 / 4;
  }
  .newslayout-1 .inner .news-list[data-layout="30"] .news-item:nth-child(3) {
    grid-area: 1 / 4 / 1 / 5;
  }
  .newslayout-1 .inner .news-list[data-layout="30"] .news-item:nth-child(4) {
    grid-area: 2 / 3 / 2 / 4;
  }
  .newslayout-1 .inner .news-list[data-layout="30"] .news-item:nth-child(5) {
    grid-area: 2 / 4 / 2 / 5;
  }
}
@media screen and (min-width: 1200px) {
  .newslayout-1 .inner .news-list[data-layout="30"] {
    /* width: ~"calc(100% - 140px)"; */
    width: calc(100% - 0px);
  }
}
#dfp-slideshow,
#dfp-billboard {
  margin-bottom: 1rem;
}
#dfp-slideshow div[id^="google_ads_iframe_"],
#dfp-billboard div[id^="google_ads_iframe_"] {
  display: flex;
  justify-content: center;
}
#dfp-billboard {
  margin-bottom: 40px;
}
/*** Avertorial Content 2x ***/
.newslayout-2 {
  margin-bottom: 0;
}
@media screen and (min-width: 998px) {
  .newslayout-2 {
    margin-bottom: 1rem;
  }
}
.newslayout-2 #adSlideshow > div,
.newslayout-2 #dfp-slideshow > div {
  margin-bottom: 2rem;
  height: auto !important;
  margin-inline: auto;
}
.newslayout-2 .inner {
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
  flex-wrap: wrap;
}
.newslayout-2 .inner > div {
  padding-left: 20px;
  padding-right: 20px;
}
.newslayout-2 .inner .col-2-right,
.newslayout-2 .inner .col-2-right {
  flex: 0 0 100%;
}
@media screen and (min-width: 1200px) {
  .newslayout-2 .inner {
    flex-wrap: nowrap;
  }
  .newslayout-2 .inner .col-2-left {
    flex: unset;
  }
  .newslayout-2 .inner .col-2-right {
    flex: 0 0 300px;
  }
}
.newslayout-2 .contentblock {
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
  flex-direction: column;
}
.newslayout-2 .contentblock > div {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .newslayout-2 .contentblock {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .newslayout-2 .contentblock > div {
    flex: 0 0 50%;
  }
  .newslayout-2 .contentblock > div img {
    width: 100%;
    height: auto;
  }
}
.newslayout-2 #block202 {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
}
.layout-sidebar {
  margin-bottom: 0;
}
@media screen and (min-width: 998px) {
  .layout-sidebar {
    margin-bottom: 5rem;
  }
}
.layout-sidebar #dfp-slideshow > div {
  margin-bottom: 2rem;
  height: auto !important;
}
.layout-sidebar .inner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.layout-sidebar .inner .col-2-left {
  margin-bottom: 2rem;
}
.layout-sidebar .inner .col-2-right,
.layout-sidebar .inner .col-2-right {
  flex: 0 0 100%;
}
@media screen and (min-width: 1200px) {
  .layout-sidebar .inner {
    flex-wrap: nowrap;
    margin-left: -20px;
    margin-right: -20px;
  }
  .layout-sidebar .inner > div {
    padding-left: 20px;
    padding-right: 20px;
  }
  .layout-sidebar .inner .col-2-left {
    flex: unset;
  }
  .layout-sidebar .inner .col-2-right {
    flex: 0 0 300px;
  }
}
.newslayout-3 .inner {
  display: flex;
  flex-wrap: wrap;
}
.newslayout-3 .inner .col-3-left {
  flex: 0 0 100%;
}
.newslayout-3 .inner .col-3-left img {
  max-width: unset;
  width: 100%;
}
.newslayout-3 .inner .col-3-right {
  flex: 0 0 100%;
}
.newslayout-3 .inner .col-3-right .news-list {
  margin-left: -10px;
  margin-right: -10px;
}
.newslayout-3 .inner .col-3-right .news-item {
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
.newslayout-3 .inner .col-3-right .news-inner {
  position: relative;
}
.newslayout-3 .inner .col-3-right .news-item .news-preview-image {
  display: block;
  width: 100%;
  height: 15rem;
}
.newslayout-3 .inner .col-3-right .news-item .news-preview-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: unset;
  object-fit: cover;
  left: 0;
  top: 0;
}
.newslayout-3 .inner .col-3-right .news-item .news-preview-image:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+29,0+29,0.65+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 29%, rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 29%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 29%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  /* IE6-9 */
}
.newslayout-3 .inner .col-3-right .news-item .morelink {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  font-family: "Amatic SC", Georgia, "Times New Roman", Times, serif;
  font-size: 2rem;
  padding: 2rem;
  line-height: 1.2em;
}
.newslayout-3 .inner .col-3-right .textblock {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1em;
}
.newslayout-3 .inner .col-3-right .textblock .news-title a {
  color: white;
  text-shadow: 0 0 #000000;
}
@media screen and (min-width: 1200px) {
  .newslayout-3 .inner .col-3-left {
    flex: 0 0 60%;
    padding-right: 40px;
  }
  .newslayout-3 .inner .col-3-right {
    flex: 0 0 40%;
  }
}
#banner-dfp-xxl1 {
  margin: 3rem 0;
  text-align: center;
}
#banner-dfp-xxl1 iframe {
  display: inline-block;
  margin: 0 auto;
}
.newslayout-4 {
  margin-bottom: 5rem;
}
.newslayout-4 .inner {
  display: flex;
  flex-wrap: wrap;
}
.newslayout-4 .inner .col-4-left {
  flex: 0 0 100%;
}
.newslayout-4 .inner .col-4-left .news-list {
  margin-left: -10px;
  margin-right: -10px;
}
.newslayout-4 .inner .col-4-left .news-item {
  padding-left: 10px;
  padding-right: 10px;
}
.newslayout-4 .inner .col-4-right {
  flex: 0 0 100%;
}
@media screen and (min-width: 1200px) {
  .newslayout-4 .inner .col-4-left {
    flex: 0 0 80%;
    padding-right: 40px;
  }
  .newslayout-4 .inner .col-4-right {
    flex: 0 0 20%;
    padding-top: 75px;
  }
}
.newslayout-5 {
  margin-bottom: 5rem;
}
.newslayout-5 .inner {
  display: flex;
  flex-wrap: wrap;
  margin-left: -25px;
  margin-right: -25px;
}
.newslayout-5 .inner > div {
  padding-left: 25px;
  padding-right: 25px;
  flex: 0 0 100%;
  margin-bottom: 3rem;
}
.newslayout-5 .inner .news-item img {
  width: 100%;
  max-width: unset;
}
@media screen and (min-width: 768px) {
  .newslayout-5 .inner > div {
    flex: 0 0 33.33%;
    margin-bottom: 0;
  }
}
@media (max-width: 480px), (min-width: 768px) and (max-width: 1200px) {
  .newslayout-5 .inner [data-layout="50"] .news-item > div {
    flex-direction: column;
  }
  .newslayout-5 .inner [data-layout="50"] .news-item > div img {
    margin-bottom: 1rem;
  }
  .newslayout-5 .inner [data-layout="50"] .news-item > div .news-body,
  .newslayout-5 .inner [data-layout="50"] .news-item > div > a {
    width: 100%;
  }
}
section#row6 .container-fluid {
  max-width: 1200px;
}
.adInternalXxl .ce-column {
  width: 100%;
}
.adInternalXxl figure {
  margin: 0 auto;
}
.news-single .news-single-image-preview {
  margin: 0;
  width: 100%;
}
.news-single .news-single-image-preview img {
  width: 100%;
  max-width: unset;
}
.pagets__Kategorie section#row2 #block201 .contentblock > div {
  flex: 0 0 100%;
}
.pagets__Kategorie section#row2 #block201 .contentblock > div .ce-intext.ce-left .ce-gallery {
  margin-right: 40px;
}
.pagets__Kategorie section#row4 .container-fluid .inner #block401 {
  flex: 0 0 100%;
  padding-left: 0;
}
.pagets__Kategorie section#row5 .container-fluid .inner > div {
  flex: 0 0 50%;
}
.panel-group .panel {
  margin-bottom: 10px;
  border-radius: 30px;
  border: 2px solid #1a171b;
}
.panel-group .panel .panel-body {
  padding: 20px 30px;
}
.panel-group .panel .panel-heading {
  background-color: transparent;
  background: transparent;
  padding: 0;
}
.panel-group .panel .panel-heading .panel-title {
  font-family: inherit;
}
.panel-group .panel .panel-heading .panel-title a {
  padding: 10px 30px;
  display: block;
  color: #1a171b;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 18px;
  transition: all 250ms ease-out;
  position: relative;
  /* &:after {
						content: '';
						position: absolute;
						right: 1rem;
						top: 50%;
						transform: translateY(-50%);
						font-size: 1.5rem;
						color: #727372;
						z-index: 0;
					} */
}
.panel-group .panel .panel-heading .panel-title a:hover,
.panel-group .panel .panel-heading .panel-title a:focus,
.panel-group .panel .panel-heading .panel-title a:active {
  text-decoration: none;
}
.panel-group .panel .panel-heading .panel-title a:not(.collapsed) {
  padding-top: 20px;
  color: #c8003b;
}
.panel-group .panel .panel-heading .panel-title a:not(.collapsed) .glyphicon {
  transform: rotate(0.5turn);
}
.panel-group .panel .panel-heading .panel-title a .glyphicon {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: #1a171b;
  z-index: 0;
  transition: transform .3s ease;
}
.pagets__Artikel2 .newsblockrow {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-left: 0px;
  margin-right: 0px;
}
.pagets__Artikel2 .newsblockrow .mainblock {
  flex: 0 0 calc(100% - 300px);
}
@media screen and (min-width: 768px) {
  .pagets__Artikel2 .newsblockrow {
    flex-direction: row;
  }
}
.pagets__Artikel2 .newsblockrow .detailslayout-78 .news-single-image-preview {
  margin: 0 0 2rem 0;
}
@media screen and (min-width: 768px) {
  .pagets__Artikel2 .newsblockrow .detailslayout-78 .news-single-image-preview {
    margin: 0 0 2rem 3rem;
    float: right;
    width: 50%;
  }
}
.pagets__Artikel2 .newsblockrow .sideblock {
  margin-top: 0px;
  display: flex;
  flex-direction: column;
}
.pagets__Artikel2 .newsblockrow .sideblock .news-related {
  margin-top: 0px;
}
.pagets__Artikel2 .newsblockrow .sideblock .adCala.adRectangle {
  margin-bottom: 0;
}
.pagets__Artikel2 .newsblockrow .sideblock .adCala.adRectangle #dfp-medrect1 > div,
.pagets__Artikel2 .newsblockrow .sideblock .adCala.adRectangle #dfp-medrect2 > div {
  margin-bottom: 2rem;
}
.pagets__Artikel2 .newsblockrow .sideblock .news-list {
  display: flex;
  flex-direction: column;
}
.pagets__Artikel2 .newsblockrow .sideblock .news-list .news-item {
  width: 100%;
}
.keywordlist {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
}
.keywordlist li {
  list-style: none;
  background-color: #efefef;
  color: #c8003b;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  transition: all 250ms ease-out;
}
.keywordlist li:hover,
.keywordlist li:focus,
.keywordlist li:active {
  background-color: #c8003b;
  color: #1a171b;
}
.frame-type-textpic.frame-layout-99 {
  text-align: center;
}
.frame-type-textpic.frame-layout-99 .image {
  border-radius: 600px;
  overflow: hidden;
  margin: 0 auto 2rem auto;
}
.frame-type-textpic.frame-layout-99 .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
#surveyframe {
  height: 4600px;
}
@media screen and (min-width: 500px) {
  #surveyframe {
    height: 3850px;
  }
}
@media screen and (min-width: 640px) {
  #surveyframe {
    height: 3550px;
  }
}
@media screen and (min-width: 887px) {
  #surveyframe {
    height: 3370px;
  }
}
@media screen and (min-width: 1024px) {
  #surveyframe {
    height: 2300px;
  }
}
@media screen and (min-width: 1450px) {
  #surveyframe {
    height: 1850px;
  }
}
.tx_sfadventcalendar ul {
  border: none;
  background: #560116;
  margin-bottom: 2rem;
}
.tx_sfadventcalendar ul .present {
  box-shadow: 0 0 10px #000000cc;
}
#modalKalender .modal-content {
  background: #560116;
  color: #ffffff;
}
#modalKalender .modal-content .modal-body {
  padding: 30px;
  text-align: center;
}
#modalKalender .modal-content .modal-body .h3 {
  font-size: 3rem;
  color: #ffffff;
  line-height: 1.2em;
}
#modalKalender .modal-content .modal-body .close {
  font-size: 2.5rem;
  opacity: 1;
  color: #ffff;
}
/*# sourceMappingURL=filename.map */