@charset "UTF-8";
/* CSS Document */

/* poppins-regular - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/poppins-v19-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/poppins-v19-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/poppins-v19-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/poppins-v19-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/poppins-v19-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/poppins-v19-latin-regular.svg#Poppins') format('svg'); /* Legacy iOS */
}

/* poppins-italic - latin */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/poppins-v19-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/poppins-v19-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/poppins-v19-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/poppins-v19-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/poppins-v19-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/poppins-v19-latin-italic.svg#Poppins') format('svg'); /* Legacy iOS */
}

/* poppins-600 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/poppins-v19-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/poppins-v19-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/poppins-v19-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/poppins-v19-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/poppins-v19-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/poppins-v19-latin-600.svg#Poppins') format('svg'); /* Legacy iOS */
}

/* poppins-700 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/poppins-v19-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/poppins-v19-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/poppins-v19-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/poppins-v19-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/poppins-v19-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/poppins-v19-latin-700.svg#Poppins') format('svg'); /* Legacy iOS */
}



code {
    color: #222;
    background-color: #ffffff;
    border-radius: 4px;
    display: block;
    padding: 20px;
    margin: 0 10px 20px;
    position: relative;
	
}

code small {
    color: #e8b46a;
}

* {
	margin:0;
	padding:0;
	border:0;
	border-radius: 10px;
	outline:none;
	-webkit-text-adjust: none;
	box-sizing:border-box;
	-webkit-appearance: none;
}

html{
	background:#fff;
	font-family:'Poppins', sans-serif;
	-webkit-appearance: none;
}

body{
	font:400 18px/1.5 'Poppins';
	color:#222;
}

a{
	color:#333333;
	text-decoration:none;
	font-family:'Poppins', sans-serif;
	font-weight: 700;
    transition: 400ms;
	overflow: hidden;
}

a:hover, a.white:hover {
	text-decoration:none;
	color:#333;
	cursor: pointer;
}

}

a.white:hover {
   color:#333; 
}

input#poswdhEmail{display: none;}

a.sizehover:hover {
    transform: scale(1.15,1.15);
    transition: 400ms;
    position: relative;
    z-index: 99;
}

header, main, footer, section, area, aside{
	display:block;
}

h1,h2,h3,h4,h5,h6, .h1, .h2, .h3, .h4, .h5, .h6, .h1x2{
	font-family:"Poppins", sans-serif;
	font-weight:normal;
    margin-bottom: 20px;
}

p,ol,ul,fieldset{
	margin-bottom:20px;
}

ol,ul,fieldset{
	font:400 16px/1.5 'Poppins';
}

.ttu{text-transform:uppercase;}

h1, .h1{
	font-family: "Poppins";
	font-size: 60px;
	line-height: 1;
	font-weight: 600;
	margin-bottom:0;
	text-transform:uppercase;
}

h1 > strong {
	font-weight:bold;
}

h1.big, .h1.big {
	font-size: 140px;
	line-height: 1;
}

h2, .h2{
	font-family: "Poppins";
	font-size:20px;
	font-weight: 600;
}
.redh2{
	color: #9f1d1c;
}
h2.big, .h2.big {
	font-size: 40px;
	line-height: 1.2;
}

h3, .h3{
	font-family: "Poppins";
	font-size:16px;
	font-weight: 700;
}
h4, .h4{
	font-family: "Poppins";
	font-size:20px;
	font-weight: 700;
}
h5, h6, .h5, .h6{
	font-family: "Poppins";
	font-size:14px;
	text-transform:uppercase;
}

.auszeichnung {
	font-family: "Breathing";
	font-size: 40px;
	padding: 0 15px;
}

.ovrly{
position:absolute;
left:0;
top:0;
right:0;
width:100%;
/*max-width:1200px;*/
height:100%;
display:flex;
align-items:center;
justify-content:center;
z-index:1;
}

.ovrly-tbr {
	position:absolute;
	z-index:10;
	right: 0;
	top: 0;
	bottom: 0;
}

.ovrly-bl {
	position: absolute;
	z-index: 10;
	left: 0;
	bottom: 0;
}

.ovrly-blr {
	position: absolute;
	z-index: 10;
	left: 0;
	right: 0;
	bottom: 0;
}

.flx{display:flex;flex-wrap:wrap;}
.flx-cnt{display:flex;justify-content:center;flex-wrap:wrap;}
.flx-spc{display:flex;justify-content:space-between;flex-wrap:wrap;}
.flx-vend{display:flex;align-items:flex-end;}
.flx-vstrt{display:flex;align-items:flex-start;}
.flx-vcnt{display:flex;flex-direction:column;justify-content:center;}
.flx-hend{display:flex;justify-content:flex-end;}
.flx-hstrt{display:flex;justify-content:flex-start;}
.flx-hcnt{display:flex;justify-content:center;}
.flx-wrap{display:flex;flex-wrap:wrap;}
.flx-nowrap{display:flex;flex-wrap:nowrap;}
.flx-acnt{display:flex;align-items:center;}
.flx-rnd{display:flex;justify-content:space-around;flex-wrap:wrap;}
.flx-colrev{display: flex;flex-direction: column-reverse;}
.flx-rowrev{display: flex;flex-direction: row-reverse;}
.flx-strt{display:flex;align-items:stretch;}

.order1{order:1;}.order2{order:2;}.order3{order:3;}.order4{order:4;}.order5{order:5;}.order6{order:6;}.order7{order:7;}.order8{order:8;}.order9{order:9;}.order10{order:10;}

.w10{width:9%!important;}.w14{width:13%!important;}.w15{width:14%!important;}.w20{width:19%!important;}.w23{width:22%!important;}.w25{width:24%!important;}.w30{width:29%!important;}.w32{width:31%!important;}.w33{width:32%!important;}.w35{width:34%!important;}.w40{width:39%!important;}.w45{width:44%!important;}.w50{width:49%!important;}.w55{width:54%!important;}.w60{width:59%!important;}.w65{width:64%!important;}.w70{width:69%!important;}.w75{width:74%!important;}.w80{width:79%!important;}.w85{width:84%!important;}.w90{width:89%!important;}.w95{width:94%!important;}.w100{width:100%!important;}

.w10-f{width:10%!important;}.w15-f{width:15%!important;}.w20-f{width:20%!important;}.w22-f{width:22%!important;}.w25-f{width:25%!important;}.w30-f{width:30%!important;}.w33-f{width:33.333%!important;}.w35-f{width:35%!important;}.w40-f{width:40%!important;}.w45-f{width:45%!important;}.w50-f{width:50%!important;}.w55-f{width:55%!important;}.w60-f{width:60%!important;}.w65-f{width:65%!important;}.w70-f{width:70%!important;}.w75-f{width:75%!important;}.w80-f{width:80%!important;}.w85-f{width:85%!important;}.w90-f{width:90%!important;}.w95-f{width:95%!important;}.w100-f{width:100%!important;}

.mw100{max-width:100%;}

.m0{margin:0!important;}.mb0{margin-bottom:0!important;}.mb5{margin-bottom:5px!important;}.mb10{margin-bottom:10px!important;}.mb20{margin-bottom:20px!important;}.mb30{margin-bottom:30px!important;}.mb40{margin-bottom:40px!important;}.mb50{margin-bottom:50px!important;}.mb60{margin-bottom:60px!important;}.mb70{margin-bottom:70px!important;}.mb80{margin-bottom:80px!important;}.mb90{margin-bottom:90px!important;}.mb100{margin-bottom:100px!important;}.mt0{margin-top:0!important;}.mt10{margin-top:10px!important;}.mt20{margin-top:20px!important;}.mt30{margin-top:30px!important;}.mt40{margin-top:40px!important;}.mt50{margin-top:50px!important;}.mt60{margin-top:60px!important;}.mt70{margin-top:70px!important;}.mt80{margin-top:80px!important;}.mt90{margin-top:90px!important;}.mt100{margin-top:100px!important;}.mt165{margin-top:165px!important;}.mr0{margin-right:0!important;}.mr10{margin-right:10px!important;}.mr20{margin-right:20px!important;}.mr30{margin-right:30px!important;}.mr40{margin-right:40px!important;}.mr50{margin-right:50px!important;}.mr60{margin-right:60px!important;}.mr70{margin-right:70px!important;}.mr80{margin-right:80px!important;}.mr90{margin-right:90px!important;}.mr100{margin-right:100px!important;}.ml0{margin-left:0!important;}.ml10{margin-left:10px!important;}.ml20{margin-left:20px!important;}.ml30{margin-left:30px!important;}.ml40{margin-left:40px!important;}.ml50{margin-left:50px!important;}.ml60{margin-left:60px!important;}.ml70{margin-left:70px!important;}.ml80{margin-left:80px!important;}.ml90{margin-left:90px!important;}.ml100{margin-left:100px!important;}

.mauto{margin-left:auto;margin-right:auto;}

.p0{padding:0!important;}.p5{padding:5px!important;}.p10{padding:10px!important;}.p20{padding:20px!important;}.p30{padding:30px!important;}.p40{padding:40px!important;}.p50{padding:50px!important;}.p60{padding:60px!important;}.p70{padding:70px!important;}.p80{padding:80px!important;}.p90{padding:90px!important;}.p100{padding:100px!important;}.pb0{padding-bottom:0!important;}.pb10{padding-bottom:10px!important;}.pb20{padding-bottom:20px!important;}.pb30{padding-bottom:30px!important;}.pb40{padding-bottom:40px!important;}.pb50{padding-bottom:50px!important;}.pb60{padding-bottom:60px!important;}.pb70{padding-bottom:70px!important;}.pb80{padding-bottom:80px!important;}.pb90{padding-bottom:90px!important;}.pb100{padding-bottom:100px!important;}.pt0{padding-top:0!important;}.pt10{padding-top:10px!important;}.pt20{padding-top:20px!important;}.pt30{padding-top:30px!important;}.pt40{padding-top:40px!important;}.pt50{padding-top:50px!important;}.pt60{padding-top:60px!important;}.pt70{padding-top:70px!important;}.pt80{padding-top:80px!important;}.pt90{padding-top:90px!important;}.pt100{padding-top:100px!important;}.pt110{padding-top:110px!important;}.pt120{padding-top:120px!important;}.pt125{padding-top:125px!important;}.pt165{padding-top:165px;}.pt180{padding-top:180px!important;}.pr0{padding-right:0!important;}.pr10{padding-right:10px!important;}.pr20{padding-right:20px!important;}.pr30{padding-right:30px!important;}.pr40{padding-right:40px!important;}.pr50{padding-right:50px!important;}.pr60{padding-right:60px!important;}.pr70{padding-right:70px!important;}.pr80{padding-right:80px!important;}.pr90{padding-right:90px!important;}.pr100{padding-right:100px!important;}.pr130{padding-right:130px!important;}.pl0{padding-left:0!important;}.pl10{padding-left:10px!important;}.pl20{padding-left:20px!important;}.pl30{padding-left:30px!important;}.pl40{padding-left:40px!important;}.pl50{padding-left:50px!important;}.pl60{padding-left:60px!important;}.pl70{padding-left:70px!important;}.pl80{padding-left:80px!important;}.pl90{padding-left:90px!important;}.pl100{padding-left:100px!important;}

.op0{opacity:0;}.op10{opacity:.1;}.op20{opacity:.2;}.op30{opacity:.3;}.op40{opacity:.4;}.op50{opacity:.5;}.op60{opacity:.6;}.op70{opacity:.7;}.op80{opacity:.8;}.op90{opacity:.9;}

.tal{text-align:left;}
.tac{text-align:center;}
.tar{text-align:right;}
.ttu{text-transform:uppercase;}

.posrel{position:relative;}

.posabs-lb{position:absolute;left:0;bottom:0;}
.posabs-rb{position:absolute;right:0;bottom:0;}
.posabs-lt{position:absolute;left:0;top:0;}
.posabs-rt{position:absolute;right:0;top:0;}
.posabs-rb01{position:absolute;right:1px;bottom:1px;}
.posabs-lrb{position:absolute;left:0;right:0;bottom:0;}
.posabs-lrbt{position:absolute;left:0;right:0;bottom:0;top:0;}
.posabs-lrt{position:absolute;left:0;right:0;top:0;}

.posfix-lb{position:fixed;left:0;bottom:0;}
.posfix-rb{position:fixed;right:0;bottom:0;}
.posfix-lt{position:fixed;left:0;top:0;}
.posfix-rt{position:fixed;right:0;top:0;}
.posfix-lrb{position:fixed;left:0;right:0;bottom:0;}
.posfix-lrt{position:fixed;left:0;right:0;top:0;}
.posfix-lrbt{position:fixed;left:0;right:0;bottom:0;top:0;}

.sticky {position: sticky !important;top: 100px;}
.sticky-sub {position: sticky !important;top: 200px;}

.z1,.z2,.z3,.z4,.z5,.z6,.z7,.z8,.z9{position:relative;}
.z1{z-index:1;}.z2{z-index:2;}.z3{z-index:3;}.z4{z-index:4;}.z5{z-index:5;}.z6{z-index:6;}.z7{z-index:7;}.z8{z-index:8;}.z9{z-index:9;}
.z100{z-index:100;}

.border{border:1px solid #ccc;}
.border-b{border-bottom:1px solid #ccc;}
.border-t{border-top:1px solid #ccc;}
.border-r{border-right:1px solid #ccc;}
.border-l{border-left:1px solid #ccc;}
.border-t{border-top:3px solid #f2f2f2;}


.after:after {
	content: '';
	width: 50%;
	height: 370px;
	background: #bdcad8;
	position: absolute;
	right: -20px;
	bottom: -20px;
	z-index: 0;
	border-radius: 10px;
}

.before:before {
	content: '';
	width: 50%;
	height: 370px;
	background: #f5b283;
	position: absolute;
	left: -20px;
	bottom: -20px;
	z-index: 0;
	border-radius: 10px;
}

.hidden {
	display: none;
}

#popwrapper{display:none;align-items:center;justify-content:center;background:rgba(0,0,0,.5);position:fixed;left:0;top:0;width:100%;height:100%;z-index:9001;}
#popwrapper.active{display:flex;}
#popovrly{position:absolute;left:0;top:0;width:100%;height:100%;z-index:0;}
#popdetails{display:flex;justify-content:space-between;align-items:stretch;width:800px;max-width:95vw;max-height:80vh;padding:20px;background:#fff;box-shadow:5px 10px 20px 1px rgba(0,0,0,.5);overflow-y:auto;z-index:1;}
#popdetails > aside{display:block;width:10%;order:2;position:relative;}
.popinner{display:none;width:90%;order:0;}
.popinner.active{display:block;}
a#popclose{position:sticky;top:0;display:block;text-decoration:none;color:#3d4651;font-size:14px;width:100%;text-align:right;font-size:16px;line-height:1;}

.block{display:block;}
.inline-block{display:inline-block;}
img.block{max-width:100%;height:auto;margin-left:auto;margin-right:auto;}

hr{
	display:block;
	width:100%;
	border:none;
	border-bottom:1px dashed rgba(0,0,0,.2);
	margin:20px 0 20px;
}
hr.primary {
    border-bottom-color: #9f1d1c;
}


.overflow-fix{overflow-x:hidden;}
.overflow-hid{overflow:hidden;}

.xl-hide, #subnav li.xl-hide{display:none!important}

.centered{
	width:100%;
	max-width:1400px;
	margin-left:auto;
	margin-right:auto;
	padding-left:20px;
	padding-right:20px;
}

.centered-big{
	width:100%;
	max-width:1600px;
	margin-left:auto;
	margin-right:auto;
	padding-left:20px;
	padding-right:20px;
}

.centered-small {
	width:100%;
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
	padding-left:20px;
	padding-right:20px;
}

.xl-area{
	padding-top:150px;
	padding-bottom:150px;
}

.area{
	padding-top:100px;
	padding-bottom:100px;
}

.m-area{
	padding-top:50px;
	padding-bottom:50px;
}

.s-area{
	padding-top:40px;
	padding-bottom:40px;
}

.xs-area{
	padding-top:20px;
	padding-bottom:20px;
}

.area-nobottom{
	padding-bottom:0;
}

.area-notop{
	padding-top:0;
}

.area-small {
	padding-top:50px; 
	padding-bottom:50px;
}

.primary{color:#9f1d1c;}
.secondary{color:#FFCE19;}
.custom{color:#67ff5b;}
.white{color:#fff;}
.lightergrey{color:#f4f4f4;}
.lightgrey{color:#e5e5e5;}
.darkgrey{color:#ccc;}
.black{color:#111;}
.dark{color:#000000;}
.blue{color:#3b5998;}

.bg-primary{background-color:#9f1d1c;}
.bg-primarylight{background-color:#f9f6f1;}
.bg-secondary{background-color:#FFCE19;}
.bg-custom{background-color:#67ff5b;}
.bg-white{background-color:#fff;}
.bg-white-a{background-color:rgba(255,255,255,.85);}
.bg-lightergrey{background-color:#f4f4f4;}
.bg-lightgrey{background-color:#e5e5e5;}
.bg-darkgrey{background-color:#2a2a2a;}
.bg-black{background-color:#111;}
.bg-dark{background-color:#000000;}
.bg-dark-a{background-color:rgba(0,0,0,.75);}
.bg-facebook{background-color:#3b5998;}
.bg-instagram{
	background: #f09433; 
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
	background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );

}

.bg-img{
    background-image: url('../images/bg-newsletter.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}

.btn, .form-field input.btn {
    position: relative;
    display:inline-block;
    max-width:100%;
    background: #1c1c1c;
    color: #fff;
    font-weight: 600;
    text-decoration:none;
    text-align:center;
    padding:15px 35px;
    overflow: hidden;
    z-index: 5;
	font-size: 14px;
    transition: 400ms;
	border: 1px solid #1c1c1c;
}

.btn > span {
    position: relative;
    z-index: 2;
}


.btn-primary, .form-field input.btn-primary {
    background-color:#9f1d1c;
    color:#fff;
    position: relative;
	border: 1px solid #9f1d1c;
	border-radius: 5px;
	font-size: 20px; 
}

.btn-primary:hover {
    color: #9f1d1c;
	background: #fff;
	border: 1px solid #9f1d1c;
}


.btn-white {
    background-color: #fff;
    color: #111;
}

.btn-white:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #9f1d1c;
    transition: all 400ms;
}

.btn-white:hover {
    color: #fff;
}

.btn-primary:hover:after,
.btn-white:hover:after {
  width: 100%;
}

.btn-rnd {
	border-radius: 10px;
}

.btn-dark:hover {
	background: #9f1d1c;
	color: #fff;
	transition: 300ms;
}

.nolist {list-style: none;}
.flexlist {display:flex;justify-content:space-between;align-items:stretch;}

.aufzaehlung {
	padding-left: 25px;
}

.aufzaehlung li {
  list-style: none;
  padding: 5px;
	position: relative;
	padding-left: 25px;
	font-size: 18px;
}

.aufzaehlung li::before {
  content: '\f00c';
	position: absolute;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	top: -4px;
	bottom: 0;
	left: -25px;
	color: #25e712;
	padding: 10px 0;
  	color: #9f1d1c;
}

.form-check{
  position:relative;
}

.form-check input{
	position:absolute;
	left:0;
	top:0; 
	width:1px;
	height:1px;
	opacity:0;
}

.form-check label{
	display:block;
	width:100%;
	padding-left:35px;
	cursor:pointer;
}

.form-check label:before{
	content:"";
	display:flex;
	align-items:center;
	justify-content:center;
	line-height:1;
	position:absolute;
	width:19px;
	height:19px;
	border:2px solid #9f1d1c;
	border-radius:100%;
	left:0;
	top:5px;
	color:#fff;
	font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
	font-size:11px;
	font-weight:900;
}


.form-check input:checked + label:before, .form-check input:checked + label + label:before{
	background:#9f1d1c;
	border-color:#9f1d1c;
	content:"\f00c";
}



.form-field input,
.form-field textarea,
.form-field select{
	width: 100%;
	border: 0;
	font-size: 18px;
	font-family: 'Poppins', sans-serif;
	padding: 10px 10px;
	border-bottom: 2px solid #9f1d1c;
	border-radius: 5px;
	background: #f2f2f2;
}



p.smaller, li.smaller, a.smaller {
	font-size: 16px;
}

p.smallerer, li.smallerer, a.smallerer {
	font-size: 14px;
}

p.pdf {
	padding: 40px 0 0;
}

p.pdf > a {
	display: block;
	text-decoration: none;
	color: #292929;
	background: #f4f4f4;
	padding: 20px;
	border: 1px solid #ccc;
	transition: 300ms;
}

p.pdf > a:hover {
	background: #9f1d1c;
		color: #fff;
}

.abs-cnt { 
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: auto;
    max-width: 47%;
    height: auto;
    max-height: 100%;
    display: block;
}

.fontlight {
    font-weight: 400;
}

small {
	font-size: 14px;
	font-weight: 400;
	color: #898989;
}

.aufzaehlung li {
	display: block;
	padding: 5px 0;
}

.mvc-pop {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9001;
  align-items: center;
  justify-content: center;
}

.mvc-pop.active {
  display: flex;
}

.mvc-pop .ovrly {
  background: rgba(0,0,0,.85);
  max-width: 100%;
}

.pop-content {
  position: relative;
  z-index: 1;
  width: 800px;
  max-width: 90%;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0,0,0,1);
  padding: 30px;
  display: none;
}

.pop-content.active {
  display: block;
}

.popclose {
  color: #222;
  position: absolute;
  top: 10px;
  right: 10px;
  line-height: 0;
  padding: 5px 10px;
}


/***********************/

header {
	position: relative;
	z-index: 200;
}

header #logo {
	transition: 500ms;
}

header.scrolled {
	box-shadow: 0px 5px 25px #222;
	border-bottom: 1px solid #f2f2f2;
	transition: 500ms;
}

header.scrolled #logo {
	width: 100%;
	max-width: 200px;
	padding-top: 25px !important;
	padding-bottom: 25px !important;
	
}

#navtrigger {
	color: #9f1d1c;
	font-size: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 300;
}

.home {
	font-size: 40px;
}

#navi {
	position: fixed;
	right: -30%;
	top: 0;
	width: 30%;
	height: 100%;
	display: block;
	background: rgba(119,118,122,.85);
	overflow: auto;
	transition: 300ms;
	opacity: 0;
	pointer-events: none;
	z-index: 299;
	text-align: center;
	flex-wrap: wrap;
	padding-top: 150px;
}

#navi.active {
	opacity: 1;
	pointer-events: all;
	right: 0;
}
	
#navi li {
	display: block;
	width: 100%;
	text-align: center;
	position: relative;
}
	
#navi li:hover > a, #navi li.selected > a {
	color: #9f1d1c;
}
	
#navi li a {
	padding: 30px 20px;
	display: block;
	text-decoration: none;
	text-align: left;
	color: #fff;
	font-size: 30px;
 	padding: 10px 20px;
	text-transform: uppercase;
}
	
#navi li.drop span {
	position: relative;
	padding-right: 30px;
}
	
#navi li.drop span:before {
	content: "\f067";
	display: block;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	top: 0;
	right: 0;
	pointer-events: none;
	line-height: 1.8;
	transition: 300ms;
	font-size: 20px;
}
	
	
#navi li > ul {
	position: relative;
	left: auto;
	right: auto !important;
	top: auto;
	display: block !important;
	background: none;
	overflow: hidden;
	margin: 0;
	transition: height 300ms;
}
	
#navi li > ul li {
	display: block;
}
	
#navi li ul li {
	width: auto;
}
	
#navi li > ul li a {
	padding: 10px 20px;
	white-space: nowrap;
}
	
#navi li ul li a {
	font-size: 18px;
	padding: 10px 20px 10px 40px !important;
	min-width: 300px;
}

.topwerbung a {
	position: relative;
	background: #fff;
	border: 1px solid #fff;
	transition: 300ms;
	margin: 0 10px !important;
	display: block;
}
.topwerbung a:before,
.skyscraper > a:before {
  content: 'Anzeige';
  position: absolute;
  bottom: 0;
  right: 0;
  text-transform: uppercase;
  font-size: 8px;
  color: #292929;
  background: #f2f2f2;
  padding: 2px 5px;
}

.titelstory {
	display: flex !important;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
	padding: 0 40px !important;
}

.titelstory a:nth-of-type(2) {
	border-top: 1px solid rgba(255,255,255,.5);
	border-bottom: 1px solid rgba(255,255,255,.5);
}

.slicknav .slick-track {
	width: 100% !important;
}

.titelstory .h2 {
	font-size: 27px;
	line-height: 1.5;
	text-transform: none;
}

.lines:before {
	content: '';
	background: #9f1d1c;
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	z-index: 0;
}

/*
.lines:after,
.line-r:after,
.big-line-r:after {
	content: '';
	background: #9f1d1c;
	position: absolute;
	right: 0;
	width: 35%;
	height: 2px;
}

.line-r:after {
	width: 30%;
}

.big-line-r:after {
	width: 55%;
}
*/
a .cat {
	font-size: 12px;
	font-weight: 700;
}

.skyscraper img {
	border: 1px solid #ccc;
	padding: 5px;
	position: relative;
}

 

.slick-arrow {
  display: block;
  -webkit-appearance: none;
  appearance: none;
  background: rgba(0,0,0,.7);
  width: 50px;
  height: 50px;
  color: rgba(255,255,255,.95);
  overflow: hidden;
  text-indent: -9000px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 99;
}

.slick-arrow::before {
  content: "\f104";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-indent: 0;
  font-size: 20px;
}

.slick-arrow.slick-next::before {
  content: "\f105";
}

.slick-arrow.slick-next {
  right: 1%;
}

.slick-arrow.slick-prev {
  left: 1%;
}

.artikel h1 {
	line-height: 1.2;
	margin-bottom: 20px;
}
.kontaktbox > div p:last-of-type {
	margin-bottom: 0;
}

.xxl-hide {
		display: none;;
	}

.pages {
	display: block;
	padding: 20px 0;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pages > .nextprev {
	background: #f2f2f2;
	color: #222;
	display: inline-block;
	padding: 10px;
	margin: 0 5px;
	transition: 300ms;
}

.pages > .nextprev:hover {
	background: #9f1d1c;
	color: #fff;
}
	
.pages > a {
	background: #9f1d1c;
	color: #fff;
	display: inline-block;
	padding: 10px 20px;
	margin: 0 5px;
	transition: 300ms;
}

.pages > .current {
	background: #f2f2f2;
	color: #222;
	display: inline-block;
	padding: 10px 20px;
	margin: 0 5px;
}

.pages > a:hover {
	transition: 300ms;
	background: #fff;
	color: #9f1d1c;
}


.newsuebersicht {
	overflow: hidden;
}


.newsuebersicht .newslink:nth-of-type(1),
.newsuebersicht .newslink:nth-of-type(2),
.newsuebersicht .newslink:nth-of-type(3),
.newsuebersicht .newslink:nth-of-type(4) {
	width: 49%;
	position: relative;
	margin: 0 0 20px;
	background-color: rgba(0,0,0,.75);
}

.newsuebersicht .newslink:nth-of-type(1) .imgsmall,
.newsuebersicht .newslink:nth-of-type(2) .imgsmall,
.newsuebersicht .newslink:nth-of-type(3) .imgsmall,
.newsuebersicht .newslink:nth-of-type(4) .imgsmall {
	display: none;
}

.newsuebersicht .newslink:nth-of-type(1) .imgbig,
.newsuebersicht .newslink:nth-of-type(2) .imgbig,
.newsuebersicht .newslink:nth-of-type(3) .imgbig,
.newsuebersicht .newslink:nth-of-type(4) .imgbig {
	display: block;
	transition: 500ms;
}

.newsuebersicht .newslink:hover:nth-of-type(1) .imgbig,
.newsuebersicht .newslink:hover:nth-of-type(2) .imgbig,
.newsuebersicht .newslink:hover:nth-of-type(3) .imgbig,
.newsuebersicht .newslink:hover:nth-of-type(4) .imgbig {
	transform: scale(1.1,1.1);
	transition: 500ms;
}

.newsuebersicht .newslink:nth-of-type(1) .newsovrly,
.newsuebersicht .newslink:nth-of-type(2) .newsovrly,
.newsuebersicht .newslink:nth-of-type(3) .newsovrly,
.newsuebersicht .newslink:nth-of-type(4) .newsovrly {
	position: absolute;
	bottom: 0;
	left:0;
	right: 0;
	margin-bottom: 0px;
}

.newsuebersicht .newslink:nth-of-type(1) .newsovrly > .newswrapper,
.newsuebersicht .newslink:nth-of-type(2) .newsovrly > .newswrapper,
.newsuebersicht .newslink:nth-of-type(3) .newsovrly > .newswrapper,
.newsuebersicht .newslink:nth-of-type(4) .newsovrly > .newswrapper {
	width: 100%;
	padding: 20px;
	display: block;
}

.newsuebersicht .newslink:nth-of-type(1) .newsovrly > .newswrapper > strong,
.newsuebersicht .newslink:nth-of-type(2) .newsovrly > .newswrapper > strong,
.newsuebersicht .newslink:nth-of-type(3) .newsovrly > .newswrapper > strong,
.newsuebersicht .newslink:nth-of-type(4) .newsovrly > .newswrapper > strong {
	font-size: 30px;
	line-height: 1.5;
	display: block;
	margin: 0 0 20px;
	color: #fff;
}

.newsuebersicht .newslink:nth-of-type(1) .newsovrly > .newswrapper > small,
.newsuebersicht .newslink:nth-of-type(2) .newsovrly > .newswrapper > small,
.newsuebersicht .newslink:nth-of-type(3) .newsovrly > .newswrapper > small,
.newsuebersicht .newslink:nth-of-type(4) .newsovrly > .newswrapper > small {
	background: #9f1d1c;
	color: #fff;
	padding: 10px !important;
	margin: 0;
}

.newsuebersicht .newslink {
	width: 32%;
	background: #fff;
}

.newsuebersicht .newslink .imgbig {
	display: none;
}

.newsuebersicht .newslink .imgsmall {
	display: block;
}

.newsuebersicht .newslink .newsovrly {
	display: block;
	padding: 20px;
	margin-bottom: 20px;
}

.newsuebersicht .newslink .newsovrly > .newswrapper {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-direction: column-reverse;
}

.newsuebersicht .newslink .newsovrly > .newswrapper > strong {
	font-size: 20px;
	line-height: 1.5;
	display: block;
	margin: 0 0 20px;
}

.newsuebersicht .newslink .newsovrly > .newswrapper > small {
	background: none;
	color: #ccc;
	padding: 0 !important;
	margin: 0 0 10px;
}

#subnav li {
	list-style: none;
}

#subnav li a {
	display: block;
	position: relative;
	padding: 20px;
	background: #f2f2f2;
	text-transform: uppercase;
	margin: 5px 0;
	transition: 300ms;
}

#subnav li a:hover,
#subnav li.selected a {
	transition: 300ms;
	background: #9f1d1c;
	color: #fff;
}

.boxuebersicht {
	overflow: hidden;
}

.boxuebersicht a > img {
	transition: 500ms;
}

.boxuebersicht a:hover > img {
	transform: scale(1.1,1.1);
	transition: 500ms;
}

.kategorien {
	font-size: 14px;
}

.neuesbox .neuesliste a {
	margin: 10px 0;
}

#projectsearch {
	height: 350px;
	overflow: hidden;
	overflow-y: scroll;
	padding: 20px 0;
}

#projectsearch > a {
	display: block;
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
	text-decoration: none;
	color: #2e2e2e;
}

#projectsearch > a:last-of-type {
	border-bottom: none;
}

#projectsearch > a:hover {
	color: #489cd2;
}

#projectsearch > a > span {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

#projectsearch > a > span img {
	width: 100%;
	max-width: 100px;
	height: auto;
	display: block;
}

#projectsearch > a > span .inhaltwrapper {
	width: 100%;
	padding: 0 20px;
}

#projectsearch > a > span .inhaltwrapper .titel,
#projectsearch > a > span .inhaltwrapper .h3 {
	display: block;
	font-size: 18px;
	margin-bottom: 10px;
}

#projectsearch > a > span .inhaltwrapper .beschreibung {
	font-weight: 400;
}

.searchIcon {
	font-size: 35px;
}

.teamtext em {
	font-size: 16px;
}

@media all and (max-width:1400px){
	h2.big, .h2.big {
	  font-size: 40px;
	  line-height: 1;
	}
	
	.xl-big-hide {
		display: none;
	}
	
	.xxl-show {
		display: block;
	}
}

@media all and (max-width:1199px){
    
    a.sizehover:hover {
        transform: scale(1.05,1.05);
    }
    
    h1, .h1 {
        font-size: 40px;
		line-height: 1;
    }
    
    h2, .h2 {
        font-size: 25px;
        line-height: 1.5;
    }
	
	h2.big, .h2.big {
	  font-size: 20px;
      line-height: 1.5;
	}
    
	.l-hide{display:none!important}
	.l-show{display:block!important}

	.xl-area{
		padding-top:180px;
		padding-bottom:180px;
	}

	.area{
		padding-top:100px;
		padding-bottom:100px;
	}

	.m-area{
		padding-top:50px;
		padding-bottom:50px;
	}

	.s-area{
		padding-top:30px;
		padding-bottom:30px;
	}

	.footerfix{
		min-height:calc( 100vh - 282px);
	}

	.xs-area{
		padding-top:15px;
		padding-bottom:15px;
	}

	.area-nobottom{
	padding-bottom:0;
	}

	.area-notop{
		padding-top:0;
	}
	
	

	.l-order1{order:1;}.l-order2{order:2;}.l-order3{order:3;}.l-order4{order:4;}.l-order5{order:5;}.l-order6{order:6;}.l-order7{order:7;}.l-order8{order:8;}.l-order9{order:9;}.l-order10{order:10;}

	.l-w10{width:9%!important;}.l-w14{width:13%!important;}.l-w15{width:14%!important;}.l-w20{width:19%!important;}.l-w25{width:24%!important;}.l-w30{width:29%!important;}.l-w33{width:32%!important;}.l-w35{width:34%!important;}.l-w40{width:39%!important;}.l-w45{width:44%!important;}.l-w50{width:49%!important;}.l-w55{width:54%!important;}.l-w60{width:59%!important;}.l-w65{width:64%!important;}.l-w70{width:69%!important;}.l-w75{width:74%!important;}.l-w80{width:79%!important;}.l-w85{width:84%!important;}.l-w90{width:89%!important;}.l-w95{width:94%!important;}.l-w100{width:100%!important;}

	.l-w10-f{width:10%!important;}.l-w15-f{width:15%!important;}.l-w20-f{width:20%!important;}.l-w25-f{width:25%!important;}.l-w30-f{width:30%!important;}.l-w33-f{width:33%!important;}.l-w35-f{width:35%!important;}.l-w40-f{width:40%!important;}.l-w45-f{width:45%!important;}.l-w50-f{width:50%!important;}.l-w55-f{width:55%!important;}.l-w60-f{width:60%!important;}.l-w65-f{width:65%!important;}.l-w70-f{width:70%!important;}.l-w75-f{width:75%!important;}.l-w80-f{width:80%!important;}.l-w85-f{width:85%!important;}.l-w90-f{width:90%!important;}.l-w95-f{width:95%!important;}.l-w100-f{width:100%!important;}

	.l-m0{margin:0!important;}.l-mb0{margin-bottom:0!important;}.l-mb10{margin-bottom:10px!important;}.l-mb20{margin-bottom:20px!important;}.l-mb30{margin-bottom:30px!important;}.l-mb40{margin-bottom:40px!important;}.l-mb50{margin-bottom:50px!important;}.l-mb60{margin-bottom:60px!important;}.l-mb70{margin-bottom:70px!important;}.l-mb80{margin-bottom:80px!important;}.l-mb90{margin-bottom:90px!important;}.l-mb100{margin-bottom:100px!important;}.l-mt0{margin-top:0!important;}.l-mt10{margin-top:10px!important;}.l-mt20{margin-top:20px!important;}.l-mt30{margin-top:30px!important;}.l-mt40{margin-top:40px!important;}.l-mt50{margin-top:50px!important;}.l-mt60{margin-top:60px!important;}.l-mt70{margin-top:70px!important;}.l-mt80{margin-top:80px!important;}.l-mt90{margin-top:90px!important;}.l-mt100{margin-top:100px!important;}.l-mr0{margin-right:0!important;}.l-mr10{margin-right:10px!important;}.l-mr20{margin-right:20px!important;}.l-mr30{margin-right:30px!important;}.l-mr40{margin-right:40px!important;}.l-mr50{margin-right:50px!important;}.l-mr60{margin-right:60px!important;}.l-mr70{margin-right:70px!important;}.l-mr80{margin-right:80px!important;}.l-mr90{margin-right:90px!important;}.l-mr100{margin-right:100px!important;}.l-ml0{margin-left:0!important;}.l-ml10{margin-left:10px!important;}.l-ml20{margin-left:20px!important;}.l-ml30{margin-left:30px!important;}.l-ml40{margin-left:40px!important;}.l-ml50{margin-left:50px!important;}.l-ml60{margin-left:60px!important;}.l-ml70{margin-left:70px!important;}.l-ml80{margin-left:80px!important;}.l-ml90{margin-left:90px!important;}.l-ml100{margin-left:100px!important;}

	.l-p0{padding:0!important;}.l-p5{padding:5px!important;}.l-p10{padding:10px!important;}.l-p20{padding:20px!important;}.l-p30{padding:30px!important;}.l-p40{padding:40px!important;}.l-p50{padding:50px!important;}.l-p60{padding:60px!important;}.l-p70{padding:70px!important;}.l-p80{padding:80px!important;}.l-p90{padding:90px!important;}.l-p100{padding:100px!important;}.l-pb0{padding-bottom:0!important;}.l-pb10{padding-bottom:10px!important;}.l-pb20{padding-bottom:20px!important;}.l-pb30{padding-bottom:30px!important;}.l-pb40{padding-bottom:40px!important;}.l-pb50{padding-bottom:50px!important;}.l-pb60{padding-bottom:60px!important;}.l-pb70{padding-bottom:70px!important;}.l-pb80{padding-bottom:80px!important;}.l-pb90{padding-bottom:90px!important;}.l-pb100{padding-bottom:100px!important;}.l-pt0{padding-top:0!important;}.l-pt10{padding-top:10px!important;}.l-pt20{padding-top:20px!important;}.l-pt30{padding-top:30px!important;}.l-pt40{padding-top:40px!important;}.l-pt50{padding-top:50px!important;}.l-pt60{padding-top:60px!important;}.l-pt70{padding-top:70px!important;}.l-pt80{padding-top:80px!important;}.l-pt90{padding-top:90px!important;}.l-pt100{padding-top:100px!important;}.l-pr0{padding-right:0!important;}.l-pr10{padding-right:10px!important;}.l-pr20{padding-right:20px!important;}.l-pr30{padding-right:30px!important;}.l-pr40{padding-right:40px!important;}.l-pr50{padding-right:50px!important;}.l-pr60{padding-right:60px!important;}.l-pr70{padding-right:70px!important;}.l-pr80{padding-right:80px!important;}.l-pr90{padding-right:90px!important;}.l-pr100{padding-right:100px!important;}.l-pl0{padding-left:0!important;}.l-pl10{padding-left:10px!important;}.l-pl20{padding-left:20px!important;}.l-pl30{padding-left:30px!important;}.l-pl40{padding-left:40px!important;}.l-pl50{padding-left:50px!important;}.l-pl60{padding-left:60px!important;}.l-pl70{padding-left:70px!important;}.l-pl80{padding-left:80px!important;}.l-pl90{padding-left:90px!important;}.l-pl100{padding-left:100px!important;}
	
	.l-flx{display:flex;flex-wrap:wrap;}
	.l-flx-cnt{display:flex;justify-content:center;flex-wrap:wrap;}
	.l-flx-spc{display:flex;justify-content:space-between;flex-wrap:wrap;}
	.l-flx-vend{display:flex;align-items:flex-end;}
	.l-flx-vstrt{display:flex;align-items:flex-start;}
	.l-flx-vcnt{display:flex;flex-direction:column;justify-content:center;}
	.l-flx-hend{display:flex;justify-content:flex-end;}
	.l-flx-hstrt{display:flex;justify-content:flex-start;}
	.l-flx-hcnt{display:flex;justify-content:center;}
	.l-flx-wrap{display:flex;flex-wrap:wrap;}
	.l-flx-nowrap{display:flex;flex-wrap:nowrap;}
	.l-flx-acnt{display:flex;align-items:center;}
	.l-flx-rnd{display:flex;justify-content:space-around;flex-wrap:wrap;}
	.l-flx-colrev{display: flex;flex-direction: column-reverse;}
	.l-flx-rowrev{display: flex;flex-direction: row-reverse;}
	.l-flx-strt{display:flex;align-items:stretch;}
	
	.l-sticky {
		position: sticky !important;
		top: 100px;
	}
	
	.centered-half {
		padding-left: 0;
	}
	
	.l-tal{text-align:left;}
	.l-tac{text-align:center;}
	.l-tar{text-align:right;}
	.l-ttu{text-transform:uppercase;}
	
	.sticky {
		top: 130px;
	}
    
	a .cat {
	  font-size: 12px;
	  font-weight: 700;
	}
	
	#navi {
		width: 40%;
	}
	
	small {
		font-size: 12px;
	}
	
	.newsuebersicht .newslink:nth-of-type(1) .newsovrly > .newswrapper > strong, .newsuebersicht .newslink:nth-of-type(2) .newsovrly > .newswrapper > strong, .newsuebersicht .newslink:nth-of-type(3) .newsovrly > .newswrapper > strong, .newsuebersicht .newslink:nth-of-type(4) .newsovrly > .newswrapper > strong {
		font-size: 25px;
		line-height: 1.2;
	}
	
	.cat {
		display: none;
	}
	
}


@media all and (max-width:991px){

	.m-hide{display:none!important;}
	.m-show{display:block!important;}

	.xl-area{
		padding-top:100px;
		padding-bottom:100px;
	}

	.area{
		padding-top:80px;
		padding-bottom:80px;
	}

	.m-area{
		padding-top:40px;
		padding-bottom:40px;
	}

	.s-area{
		padding-top:25px;
		padding-bottom:25px;
	}

	.footerfix{
		min-height:calc( 100vh - 272px);
	}

	.xs-area{
		padding-top:10px;
		padding-bottom:10px;
	}

	.area-nobottom{
		padding-bottom:0px;
	}

	.area-notop{
		padding-top:0px;
	}
	
	.m-tal{
		text-align:left;
	}

	.m-order1{order:1!important;}.m-order2{order:2!important;}.m-order3{order:3!important;}.m-order4{order:4!important;}.m-order5{order:5!important;}.m-order6{order:6!important;}.m-order7{order:7!important;}.m-order8{order:8!important;}.m-order9{order:9!important;}.m-order10{order:10!important;}

	.m-w10{width:9%!important;}.m-w14{width:13%!important;}.m-w15{width:14%!important;}.m-w20{width:19%!important;}.m-w25{width:24%!important;}.m-w30{width:29%!important;}.m-w33{width:32%!important;}.m-w35{width:34%!important;}.m-w40{width:39%!important;}.m-w45{width:44%!important;}.m-w50{width:49%!important;}.m-w55{width:54%!important;}.m-w60{width:59%!important;}.m-w65{width:64%!important;}.m-w70{width:69%!important;}.m-w75{width:74%!important;}.m-w80{width:79%!important;}.m-w85{width:84%!important;}.m-w90{width:89%!important;}.m-w95{width:94%!important;}.m-w100{width:100%!important;}

	.m-w10-f{width:10%!important;}.m-w15-f{width:15%!important;}.m-w20-f{width:20%!important;}.m-w25-f{width:25%!important;}.m-w30-f{width:30%!important;}.m-w33-f{width:33%!important;}.m-w35-f{width:35%!important;}.m-w40-f{width:40%!important;}.m-w45-f{width:45%!important;}.m-w50-f{width:50%!important;}.m-w55-f{width:55%!important;}.m-w60-f{width:60%!important;}.m-w65-f{width:65%!important;}.m-w70-f{width:70%!important;}.m-w75-f{width:75%!important;}.m-w80-f{width:80%!important;}.m-w85-f{width:85%!important;}.m-w90-f{width:90%!important;}.m-w95-f{width:95%!important;}.m-w100-f{width:100%!important;}

	.m-m0{margin:0!important;}.m-mb0{margin-bottom:0!important;}.m-mb10{margin-bottom:10px!important;}.m-mb20{margin-bottom:20px!important;}.m-mb30{margin-bottom:30px!important;}.m-mb40{margin-bottom:40px!important;}.m-mb50{margin-bottom:50px!important;}.m-mb60{margin-bottom:60px!important;}.m-mb70{margin-bottom:70px!important;}.m-mb80{margin-bottom:80px!important;}.m-mb90{margin-bottom:90px!important;}.m-mb100{margin-bottom:100px!important;}.m-mt0{margin-top:0!important;}.m-mt10{margin-top:10px!important;}.m-mt20{margin-top:20px!important;}.m-mt30{margin-top:30px!important;}.m-mt40{margin-top:40px!important;}.m-mt50{margin-top:50px!important;}.m-mt60{margin-top:60px!important;}.m-mt70{margin-top:70px!important;}.m-mt80{margin-top:80px!important;}.m-mt90{margin-top:90px!important;}.m-mt100{margin-top:100px!important;}.m-mr0{margin-right:0!important;}.m-mr10{margin-right:10px!important;}.m-mr20{margin-right:20px!important;}.m-mr30{margin-right:30px!important;}.m-mr40{margin-right:40px!important;}.m-mr50{margin-right:50px!important;}.m-mr60{margin-right:60px!important;}.m-mr70{margin-right:70px!important;}.m-mr80{margin-right:80px!important;}.m-mr90{margin-right:90px!important;}.m-mr100{margin-right:100px!important;}.m-ml0{margin-left:0!important;}.m-ml10{margin-left:10px!important;}.m-ml20{margin-left:20px!important;}.m-ml30{margin-left:30px!important;}.m-ml40{margin-left:40px!important;}.m-ml50{margin-left:50px!important;}.m-ml60{margin-left:60px!important;}.m-ml70{margin-left:70px!important;}.m-ml80{margin-left:80px!important;}.m-ml90{margin-left:90px!important;}.m-ml100{margin-left:100px!important;}

	.m-p0{padding:0!important;}.m-p5{padding:5px!important;}.m-p10{padding:10px!important;}.m-p20{padding:20px!important;}.m-p30{padding:30px!important;}.m-p40{padding:40px!important;}.m-p50{padding:50px!important;}.m-p60{padding:60px!important;}.m-p70{padding:70px!important;}.m-p80{padding:80px!important;}.m-p90{padding:90px!important;}.m-p100{padding:100px!important;}.m-pb0{padding-bottom:0!important;}.m-pb10{padding-bottom:10px!important;}.m-pb20{padding-bottom:20px!important;}.m-pb30{padding-bottom:30px!important;}.m-pb40{padding-bottom:40px!important;}.m-pb50{padding-bottom:50px!important;}.m-pb60{padding-bottom:60px!important;}.m-pb70{padding-bottom:70px!important;}.m-pb80{padding-bottom:80px!important;}.m-pb90{padding-bottom:90px!important;}.m-pb100{padding-bottom:100px!important;}.m-pt0{padding-top:0!important;}.m-pt10{padding-top:10px!important;}.m-pt20{padding-top:20px!important;}.m-pt30{padding-top:30px!important;}.m-pt40{padding-top:40px!important;}.m-pt50{padding-top:50px!important;}.m-pt60{padding-top:60px!important;}.m-pt70{padding-top:70px!important;}.m-pt80{padding-top:80px!important;}.m-pt90{padding-top:90px!important;}.m-pt100{padding-top:100px!important;}.m-pr0{padding-right:0!important;}.m-pr10{padding-right:10px!important;}.m-pr20{padding-right:20px!important;}.m-pr30{padding-right:30px!important;}.m-pr40{padding-right:40px!important;}.m-pr50{padding-right:50px!important;}.m-pr60{padding-right:60px!important;}.m-pr70{padding-right:70px!important;}.m-pr80{padding-right:80px!important;}.m-pr90{padding-right:90px!important;}.m-pr100{padding-right:100px!important;}.m-pl0{padding-left:0!important;}.m-pl10{padding-left:10px!important;}.m-pl20{padding-left:20px!important;}.m-pl30{padding-left:30px!important;}.m-pl40{padding-left:40px!important;}.m-pl50{padding-left:50px!important;}.m-pl60{padding-left:60px!important;}.m-pl70{padding-left:70px!important;}.m-pl80{padding-left:80px!important;}.m-pl90{padding-left:90px!important;}.m-pl100{padding-left:100px!important;}

	.m-tac{text-align:center;}
    
	.m-flx-spc{display:flex;justify-content:space-between;}
	.m-flx-cnt{display:flex;justify-content:center;}
	.m-flx-vstrt{display:flex;align-items:flex-start}
	.m-flx-vend{display:flex;align-items:flex-end;}
	.m-flx-strt{display:flex;align-items:stretch;}
	.m-flx-wrap{flex-wrap:wrap;}
	
	.m-posfix {position:fixed;}
    
    .m-lh15{line-height:1.5;}
	.m-mauto{margin-left:auto;margin-right:auto;}
    
	.m-bg-white {background: #fff;}
	
     .m-white{color:#fff;}
	.m-dark {color: #222;}
	
	.m-posrel {
		position: relative;
	}
	
	.after:after, .before:before {
		height: 200px;
	}
	
	.centered-half {
		max-width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
	
    .mb-btn-nornd {
        border-radius: 0;
    }
	
	#navi {
	  width: 50%;
	}
    
	.titelstory a:nth-of-type(2) {
		border-top: none;
		border-bottom: none;
	}
	
	.bg-img {
		background-size: 100%;
	}
	
	
	.cat {
		display: inline-block;
	}
	
	.titelstory,
	#subnav {
		display: none !important;
	}
	
	h2.big, .h2.big {
	  font-size: 35px;
	  line-height: 1.5;
	}
	
	.newsuebersicht .newslink {
  		width: 49%;
	}

}

@media all and (max-width:768px){
	h1, .h1 {
	  font-size: 30px;
	  line-height: 1;
	}
	
    h2, .h2 {
        font-size: 25px;
    }
    
	.s-hide{display:none!important;}
	.s-show{display:block!important;}
	.s-block{display:block;}
	.s-posrel{position:relative;top:auto;left:auto;right:auto;bottom:auto;}

	.fas.fa-arrow-down.s-show{display:inline!important}
	
	.fixed-footer{
        width:280px;
    }

	.s-btn-small{
		font-size:12px;
		padding:8px 6px;
	}

	.xl-area{
		padding-top:80px;
		padding-bottom:80px;
	}

	.area{
		padding-top:60px;
		padding-bottom:60px;
	}

	.m-area{
		padding-top:30px;
		padding-bottom:30px;
	}

	.s-area{
		padding-top:15px;
		padding-bottom:15px;
	}

	.footerfix{
		min-height:calc( 100vh - 252px);
	}

	.xs-area{
		padding-top:8px;
		padding-bottom:8px;
	}

	.area-nobottom{
		padding-bottom:0px;
	}

	.area-notop{
		padding-top:0px;
	}

	.s-white{
		color:#fff;
	}

	.circle{
		width:160px;
		height:160px;
		font-size:16px;
		bottom:-50px;
	}

	.circle .inner{
		border-top-width:110px;
	}

	.s-op25{opacity:.25;}

	.s-order1{order:1;}.s-order2{order:2;}.s-order3{order:3;}.s-order4{order:4;}.s-order5{order:5;}.s-order6{order:6;}.s-order7{order:7;}.s-order8{order:8;}.s-order9{order:9;}.s-order10{order:10;}

	.s-w10{width:9%!important;}.s-w14{width:13%!important;}.s-w15{width:14%!important;}.s-w20{width:19%!important;}.s-w25{width:24%!important;}.s-w30{width:29%!important;}.s-w33{width:32%!important;}.s-w35{width:34%!important;}.s-w40{width:39%!important;}.s-w45{width:44%!important;}.s-w50{width:49%!important;}.s-w55{width:54%!important;}.s-w60{width:59%!important;}.s-w65{width:64%!important;}.s-w70{width:69%!important;}.s-w75{width:74%!important;}.s-w80{width:79%!important;}.s-w85{width:84%!important;}.s-w90{width:89%!important;}.s-w95{width:94%!important;}.s-w100{width:100%!important;}

	.s-w10-f{width:10%!important;}.s-w15-f{width:15%!important;}.s-w20-f{width:20%!important;}.s-w25-f{width:25%!important;}.s-w30-f{width:30%!important;}.s-w33-f{width:33%!important;}.s-w35-f{width:35%!important;}.s-w40-f{width:40%!important;}.s-w45-f{width:45%!important;}.s-w50-f{width:50%!important;}.s-w55-f{width:55%!important;}.s-w60-f{width:60%!important;}.s-w65-f{width:65%!important;}.s-w70-f{width:70%!important;}.s-w75-f{width:75%!important;}.s-w80-f{width:80%!important;}.s-w85-f{width:85%!important;}.s-w90-f{width:90%!important;}.s-w95-f{width:95%!important;}.s-w100-f{width:100%!important;}

	.s-m0{margin:0!important;}.s-mb0{margin-bottom:0!important;}.s-mb10{margin-bottom:10px!important;}.s-mb20{margin-bottom:20px!important;}.s-mb30{margin-bottom:30px!important;}.s-mb40{margin-bottom:40px!important;}.s-mb50{margin-bottom:50px!important;}.s-mb60{margin-bottom:60px!important;}.s-mb70{margin-bottom:70px!important;}.s-mb80{margin-bottom:80px!important;}.s-mb90{margin-bottom:90px!important;}.s-mb100{margin-bottom:100px!important;}.s-mt0{margin-top:0!important;}.s-mt10{margin-top:10px!important;}.s-mt20{margin-top:20px!important;}.s-mt30{margin-top:30px!important;}.s-mt40{margin-top:40px!important;}.s-mt50{margin-top:50px!important;}.s-mt60{margin-top:60px!important;}.s-mt70{margin-top:70px!important;}.s-mt80{margin-top:80px!important;}.s-mt90{margin-top:90px!important;}.s-mt100{margin-top:100px!important;}.s-mr0{margin-right:0!important;}.s-mr10{margin-right:10px!important;}.s-mr20{margin-right:20px!important;}.s-mr30{margin-right:30px!important;}.s-mr40{margin-right:40px!important;}.s-mr50{margin-right:50px!important;}.s-mr60{margin-right:60px!important;}.s-mr70{margin-right:70px!important;}.s-mr80{margin-right:80px!important;}.s-mr90{margin-right:90px!important;}.s-mr100{margin-right:100px!important;}.s-ml0{margin-left:0!important;}.s-ml10{margin-left:10px!important;}.s-ml20{margin-left:20px!important;}.s-ml30{margin-left:30px!important;}.s-ml40{margin-left:40px!important;}.s-ml50{margin-left:50px!important;}.s-ml60{margin-left:60px!important;}.s-ml70{margin-left:70px!important;}.s-ml80{margin-left:80px!important;}.s-ml90{margin-left:90px!important;}.s-ml100{margin-left:100px!important;}

	.s-p0{padding:0!important;}.s-p5{padding:5px!important;}.s-p10{padding:10px!important;}.s-p20{padding:20px!important;}.s-p30{padding:30px!important;}.s-p40{padding:40px!important;}.s-p50{padding:50px!important;}.s-p60{padding:60px!important;}.s-p70{padding:70px!important;}.s-p80{padding:80px!important;}.s-p90{padding:90px!important;}.s-p100{padding:100px!important;}.s-pb0{padding-bottom:0!important;}.s-pb10{padding-bottom:10px!important;}.s-pb20{padding-bottom:20px!important;}.s-pb30{padding-bottom:30px!important;}.s-pb40{padding-bottom:40px!important;}.s-pb50{padding-bottom:50px!important;}.s-pb60{padding-bottom:60px!important;}.s-pb70{padding-bottom:70px!important;}.s-pb80{padding-bottom:80px!important;}.s-pb90{padding-bottom:90px!important;}.s-pb100{padding-bottom:100px!important;}.s-pt0{padding-top:0!important;}.s-pt10{padding-top:10px!important;}.s-pt20{padding-top:20px!important;}.s-pt30{padding-top:30px!important;}.s-pt40{padding-top:40px!important;}.s-pt50{padding-top:50px!important;}.s-pt60{padding-top:60px!important;}.s-pt70{padding-top:70px!important;}.s-pt80{padding-top:80px!important;}.s-pt90{padding-top:90px!important;}.s-pt100{padding-top:100px!important;}.s-pr0{padding-right:0!important;}.s-pr10{padding-right:10px!important;}.s-pr20{padding-right:20px!important;}.s-pr30{padding-right:30px!important;}.s-pr40{padding-right:40px!important;}.s-pr50{padding-right:50px!important;}.s-pr60{padding-right:60px!important;}.s-pr70{padding-right:70px!important;}.s-pr80{padding-right:80px!important;}.s-pr90{padding-right:90px!important;}.s-pr100{padding-right:100px!important;}.s-pl0{padding-left:0!important;}.s-pl10{padding-left:10px!important;}.s-pl20{padding-left:20px!important;}.s-pl30{padding-left:30px!important;}.s-pl40{padding-left:40px!important;}.s-pl50{padding-left:50px!important;}.s-pl60{padding-left:60px!important;}.s-pl70{padding-left:70px!important;}.s-pl80{padding-left:80px!important;}.s-pl90{padding-left:90px!important;}.s-pl100{padding-left:100px!important;}
	
	.s-bg-white{background-color:#fff;}
	
	.s-black{color:#333333;}
	
	hr.line {
    	border-top: 1px solid #333333;
	}
	
	.s-op100 {opacity: 1;}

	.s-flx-cnt{
		justify-content:center;
	}

	.s-bg-lightergrey{
		background:#f4f4f4;
	}

	.s-tac{text-align:center;}
	.s-tar{text-align:right;}
    .s-tal{text-align:left;}

	.s-mauto{
		margin-left:auto;
		margin-right:auto;
	}
    
    .s-flx-spc{display:flex;justify-content:space-between;}
    .s-flx-wrap{display:flex;flex-wrap:wrap;}
	
	.area {
		
	}
	
	.parallax {
		height: auto;
	}
	
	.s-pt160 {padding-top:160px;}
	
	#navi {
	  width: 100%;
	}
	
	.newsuebersicht .newslink:nth-of-type(1), .newsuebersicht .newslink:nth-of-type(2), .newsuebersicht .newslink:nth-of-type(3), .newsuebersicht .newslink:nth-of-type(4) {
	  width: 100%;
	}
   
	.s-mauto{margin:auto;}
	
	h2.big, .h2.big {
	  font-size: 30px;
	  line-height: 1.5;
	}
	
	#navtrigger, .home {
		font-size: 30px;
	}
	
	.searchIcon {
		font-size: 27.5px;
	}
	
}

@media all and (max-width:575px){
	.xs-hide{display:none!important;}
	.xs-show{display:block!important;}

	.xl-area{
		padding-top:60px;
		padding-bottom:60px;
	}

	.area{
		padding-top:40px;
		padding-bottom:40px;
	}

	.m-area{
		padding-top:20px;
		padding-bottom:20px;
	}

	.s-area{
		padding-top:15px;
		padding-bottom:15px;
	}

	.area-xl{
		padding-top:200px;
		padding-bottom:250px;
	}

	.area-nobottom{
		padding-bottom:0;
	}

	.area-notop{
		padding-top:0;
	}

	.xs-order1{order:1;}.xs-order2{order:2;}.xs-order3{order:3;}.xs-order4{order:4;}.xs-order5{order:5;}.xs-order6{order:6;}.xs-order7{order:7;}.xs-order8{order:8;}.xs-order9{order:9;}.xs-order10{order:10;}

	.xs-w10{width:9%!important;}.xs-w14{width:13%!important;}.xs-w15{width:14%!important;}.xs-w20{width:19%!important;}.xs-w25{width:24%!important;}.xs-w30{width:29%!important;}.xs-w33{width:32%!important;}.xs-w35{width:34%!important;}.xs-w40{width:39%!important;}.xs-w45{width:44%!important;}.xs-w50{width:49%!important;}.xs-w55{width:54%!important;}.xs-w60{width:59%!important;}.xs-w65{width:64%!important;}.xs-w70{width:69%!important;}.xs-w75{width:74%!important;}.xs-w80{width:79%!important;}.xs-w85{width:84%!important;}.xs-w90{width:89%!important;}.xs-w95{width:94%!important;}.xs-w100{width:100%!important;}

	.xs-w10-f{width:10%!important;}.xs-w15-f{width:15%!important;}.xs-w20-f{width:20%!important;}.xs-w25-f{width:25%!important;}.xs-w30-f{width:30%!important;}.xs-w33-f{width:33%!important;}.xs-w35-f{width:35%!important;}.xs-w40-f{width:40%!important;}.xs-w45-f{width:45%!important;}.xs-w50-f{width:50%!important;}.xs-w55-f{width:55%!important;}.xs-w60-f{width:60%!important;}.xs-w65-f{width:65%!important;}.xs-w70-f{width:70%!important;}.xs-w75-f{width:75%!important;}.xs-w80-f{width:80%!important;}.xs-w85-f{width:85%!important;}.xs-w90-f{width:90%!important;}.xs-w95-f{width:95%!important;}.xs-w100-f{width:100%!important;}

	.xs-m0{margin:0!important;}.xs-mb0{margin-bottom:0!important;}.xs-mb10{margin-bottom:10px!important;}.xs-mb20{margin-bottom:20px!important;}.xs-mb30{margin-bottom:30px!important;}.xs-mb40{margin-bottom:40px!important;}.xs-mb50{margin-bottom:50px!important;}.xs-mb60{margin-bottom:60px!important;}.xs-mb70{margin-bottom:70px!important;}.xs-mb80{margin-bottom:80px!important;}.xs-mb90{margin-bottom:90px!important;}.xs-mb100{margin-bottom:100px!important;}.xs-mt0{margin-top:0!important;}.xs-mt10{margin-top:10px!important;}.xs-mt20{margin-top:20px!important;}.xs-mt30{margin-top:30px!important;}.xs-mt40{margin-top:40px!important;}.xs-mt50{margin-top:50px!important;}.xs-mt60{margin-top:60px!important;}.xs-mt70{margin-top:70px!important;}.xs-mt80{margin-top:80px!important;}.xs-mt90{margin-top:90px!important;}.xs-mt100{margin-top:100px!important;}.xs-mr0{margin-right:0!important;}.xs-mr10{margin-right:10px!important;}.xs-mr20{margin-right:20px!important;}.xs-mr30{margin-right:30px!important;}.xs-mr40{margin-right:40px!important;}.xs-mr50{margin-right:50px!important;}.xs-mr60{margin-right:60px!important;}.xs-mr70{margin-right:70px!important;}.xs-mr80{margin-right:80px!important;}.xs-mr90{margin-right:90px!important;}.xs-mr100{margin-right:100px!important;}.xs-ml0{margin-left:0!important;}.xs-ml10{margin-left:10px!important;}.xs-ml20{margin-left:20px!important;}.xs-ml30{margin-left:30px!important;}.xs-ml40{margin-left:40px!important;}.xs-ml50{margin-left:50px!important;}.xs-ml60{margin-left:60px!important;}.xs-ml70{margin-left:70px!important;}.xs-ml80{margin-left:80px!important;}.xs-ml90{margin-left:90px!important;}.xs-ml100{margin-left:100px!important;}

	.xs-p0{padding:0!important;}.xs-p5{padding:5px!important;}.xs-p10{padding:10px!important;}.xs-p20{padding:20px!important;}.xs-p30{padding:30px!important;}.xs-p40{padding:40px!important;}.xs-p50{padding:50px!important;}.xs-p60{padding:60px!important;}.xs-p70{padding:70px!important;}.xs-p80{padding:80px!important;}.xs-p90{padding:90px!important;}.xs-p100{padding:100px!important;}.xs-pb0{padding-bottom:0!important;}.xs-pb10{padding-bottom:10px!important;}.xs-pb20{padding-bottom:20px!important;}.xs-pb30{padding-bottom:30px!important;}.xs-pb40{padding-bottom:40px!important;}.xs-pb50{padding-bottom:50px!important;}.xs-pb60{padding-bottom:60px!important;}.xs-pb70{padding-bottom:70px!important;}.xs-pb80{padding-bottom:80px!important;}.xs-pb90{padding-bottom:90px!important;}.xs-pb100{padding-bottom:100px!important;}.xs-pt0{padding-top:0!important;}.xs-pt10{padding-top:10px!important;}.xs-pt20{padding-top:20px!important;}.xs-pt30{padding-top:30px!important;}.xs-pt40{padding-top:40px!important;}.xs-pt50{padding-top:50px!important;}.xs-pt60{padding-top:60px!important;}.xs-pt70{padding-top:70px!important;}.xs-pt80{padding-top:80px!important;}.xs-pt90{padding-top:90px!important;}.xs-pt100{padding-top:100px!important;}.xs-pr0{padding-right:0!important;}.xs-pr10{padding-right:10px!important;}.xs-pr20{padding-right:20px!important;}.xs-pr30{padding-right:30px!important;}.xs-pr40{padding-right:40px!important;}.xs-pr50{padding-right:50px!important;}.xs-pr60{padding-right:60px!important;}.xs-pr70{padding-right:70px!important;}.xs-pr80{padding-right:80px!important;}.xs-pr90{padding-right:90px!important;}.xs-pr100{padding-right:100px!important;}.xs-pl0{padding-left:0!important;}.xs-pl10{padding-left:10px!important;}.xs-pl20{padding-left:20px!important;}.xs-pl30{padding-left:30px!important;}.xs-pl40{padding-left:40px!important;}.xs-pl50{padding-left:50px!important;}.xs-pl60{padding-left:60px!important;}.xs-pl70{padding-left:70px!important;}.xs-pl80{padding-left:80px!important;}.xs-pl90{padding-left:90px!important;}.xs-pl100{padding-left:100px!important;}

	.xs-flx-cnt{display:flex;justify-content:center;flex-wrap:wrap;}
    
    .xs-block{display:block;}

	body{font-size:16px;}
	
	h1, .h1 {
		font-size: 35px;
		line-height: 1.5;
	}
	
	h2, .h2 {
		font-size: 25px;
	}
	
	.xs-tal{text-align:left;}
	.xs-tac{text-align:center;}
	.xs-tar{text-align:right;}
	.xs-ttu{text-transform:uppercase;}
	
	.xs-flx-wrap{flex-wrap:wrap;}
	
	.centered {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.ovrly {
		margint-top: -80px;
	}
	
	.newsuebersicht .newslink {
	  width: 100%;
	}
	
	.boxuebersicht a:hover > img {
	  transform: scale(1,1);
	  transition: 500ms;
	}
	
	.boxuebersicht a:hover strong {
		color: #9f1d1c;
		transition: 300ms;
	}
	
	h1, .h1 {
  		font-size: 30px;
	  line-height: 1.5;
	}
	
	.xs-pt140{padding-top: 140px !important;}
	
	#navi {
		padding-top: 150px;
	}
	
	h4, .h4 {
	  font-size: 16px;
	}
	
	#navtrigger, .home {
		font-size: 25px;
	}
	
	.searchIcon {
		font-size: 22.5px;
	}
	
	.radioBox + label {
    position: relative;
    cursor: pointer;
	}
	
	.radioBox + label:before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0px 0px 0px 2px #FFFFFF;
    box-shadow: inset 0px 0px 0px 2px #FFFFFF;
    background: #fff;
    border-radius: 100%;
    pointer-events: none;
    position: absolute;
    left: 10px;
    top: 10px;
}
	
	
	
}
input[type="radio"] {
	appearance: none;
	-webkit-appearance: none;
	width: 15px;
	height: 15px; 
	border: 2px solid;
	border-color: #9f1d1c;
	position:relative;
	cursor: pointer;
}
input[type="radio"]:before {
	content: "";
	position: absolute;
	width: 70%;
	height: 70%;
	background-color: transparent;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 5px;
}
input[type="radio"]:checked:before {
	background-color: #9f1d1c;
}


.onlineabonnement{
	font-size: 25px;
}


.bordered{
	border: 1px solid;
	
}
.rnd{
	border-radius: 6px;
}


input[type="checkbox"] {
	appearance: none;
	-webkit-appearance: none;
	width: 15px;
	height: 15px; 
	border: 2px solid;
	border-color: #9f1d1c;
	position:relative;
	cursor: pointer;
}
input[type="checkbox"]:before {
	content: "";
	position: absolute;
	width: 70%;
	height: 70%;
	background-color: transparent;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 5px;
}
input[type="checkbox"]:checked:before {
	background-color: #9f1d1c;
}

.scrollcontainer{
color: #484848;
    background: #f4f4f4;
    border: 1px solid #ccc;
    padding: 20px;
    height: 300px;
    overflow-y: scroll;
    font-size: 14px;
    line-height: 1.3;
}

.radioBox + label {
    position: relative;
    cursor: pointer;
}
.bordered {
    border: 1px solid #ccc;
}
.rnd {
    border-radius: 6px;
}
.primary {
    color: #9f1d1c;
}
.tac {
    text-align: center;
}
.p20 {
    padding: 20px !important;
}
.mb20 {
    margin-bottom: 20px !important;
}
.w33 {
    width: 32% !important;
}
.flx-acnt {
    display: flex
;
    align-items: center;
}
.flx-cnt {
    display: flex
;
    justify-content: center;
    flex-wrap: wrap;
}
* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    -webkit-text-adjust: none;
    box-sizing: border-box;
}
user agent stylesheet
label {
    cursor: default;
}
body {
    font: 400 16px / 1.5 'Open Sans';
    color: #2e2e2e;
}
html {
    background: #fff;
    font-family: Arial, sans-serif;
}
.radioBox + label:before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0px 0px 0px 2px #FFFFFF;
    box-shadow: inset 0px 0px 0px 2px #FFFFFF;
    background: #fff;
    border-radius: 100%;
    pointer-events: none;
    position: absolute;
    left: 10px;
    top: 10px;
}
.radioBox:checked + label:before{
	background: #9f1d1c;
}

.inhalte{
	font-size: 24px;
}

