/* -------------------------------- */
/* Globals */
/* -------------------------------- */
/* utf8 öüä */

/*
colors:
font ulta light: #888888
font light: #575756
font dark: #000
red: #e60005
footer-bg: #d4d4d4
slider-active-bg: #666565
*/



@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700');

html{
	position: relative;
}
body {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #fff;
	line-height: 1;
	overflow-x: hidden;
	background-color: #37393b;

}
img{
	height: auto;
	max-width: 100%;
}
a { color: #e60005; text-decoration: none; }
a:hover {color: #e60005; text-decoration: none; }
a:active,a:focus{color: #e60005;text-decoration: none;}

h1, h2, h3, h4, h5, h6 {line-height: 1;margin:0 0 20px 0;}
h1, h2, h4, h5, h6 {color: #D40912; letter-spacing: 1px; font-weight: 600; }
h1 small, h2 small, h3 small, h4 small {color: inherit;font-size: inherit;}
h1{	font-size: 36px; padding: 0 0 20px 0;}
h2{font-size: 30px; padding: 0 0 14px 0;}
h3 {font-size: 26px; padding: 0 0 10px 0;}
h4 {font-size: 22px; padding: 0 0 6px 0;}
h5{font-size: 20px;}
h6{font-size: 18px;}

h3{color:#37393b;}
h6{color:#fff;}


ul { margin: 0;padding: 0; list-style: none;position: relative;}

button { padding: 0; }

p{
	margin-bottom: 15px;
}

strong{font-weight: 700;}

small{font-weight: 300; font-size: 14px;}

/*@media (min-width: 1340px) {*/
/*.container {*/
/*width: 1310px;*/
/*}*/
/*}*/
/* Helpers */
.container{
	max-width: 100%;
}
.align-right{text-align: right;}
.align-left{text-align: left;}
.align-center{text-align: center;}

.no_paddingMargin{
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}
.no_padding{padding-left: 0; padding-right: 0;}
.no_margin{margin-left: 0; margin-right: 0;}
.inner-float-right > *{
	float: right;
}
.table-responsive{
	border: 0;
	overflow-x: inherit;
}
.helperMenu{

}
.helperMenu ul{
	list-style:none;
}
.helperMenu ul li{
	float: left;
	/*border-left: 1px solid #e60005;*/
	padding:0 5px;
}
.helperMenu ul li a{
	/*text-transform: uppercase;*/
	color:#fff;
	margin:0 10px;
}
.helperMenu ul li a:hover{
	color: #fff;
	text-decoration: underline;
}
/* Helpers END */
/* GlyphIcons */
.glyphicon{
	color: #fff;
}
/* GlyphIcons END */

/* Header */
header .headerTop{
	font-size:13px;
	padding-top: 15px;
}
header #searchIconTop{
	margin-right: 25px;
	position: relative;
	top: -5px;
}
header .headerTop #searchIconTop .glyphicon-search{
	font-size:22px;
	float: right;
}
header .headerTop #searchIconTop #searchform-top{
	float: right;
	margin-right: 10px;
	overflow: hidden;
	position: relative;
	top: 1px;
}
header .headerTop #searchIconTop #searchform-top input{
	color: #000;
	/*padding: 5px 10px;*/
}
header .headerTop .langMenu li{
	border-left: 0;
}
header .headerTop .langMenu li.current{
	display: none;
}
header #logo{
	/*padding-bottom: 30px;*/
	margin-top:35px;
}
header #headerMain > .row > .col-sm-9{}
header #headerMain #mainNav.collapse{
	/*height: 0;*/
	display: block;
}
.stairs1 {
	width: 100vw;
	margin-top: -110px;
	margin-left: -15px;
	margin-right: 0;
	padding: 0;
}

.stairs1 div {
	float: left;
}


/*stairs*/
.stairs {
	width: 100%;
	width: 100vw;
}

.stairs div {
	float: left;
}

.s1 {
	width: 16vw;
	border-top: 1px solid white;
	border-right: 1px solid white;
	height: 10px;
}
.s2 {
	width: 2vw;
	border-bottom: 1px solid white;
	height: 10px;
}
.s3 {
	border-left: 1px solid white;
	border-bottom: 1px solid white;
	height: 10px;
	width: 2vw;
	margin-top: 10px;
}
.s4 {
	width: 80vw;
	height: 20px;
	border-bottom: 1px solid white;
	margin-left: -2px;
}

/*stairs footer*/
.stairs_footer {
	width: 100vw;
	margin-right: -15px;
	padding: 0;
}

.stairs_footer div {
	float: right;
}

.s1_footer {
	width: 16vw;
	border-top: 1px solid white;
	border-left: 1px solid white;
	height: 10px;
}
.s2_footer {
	width: 2vw;
	border-bottom: 1px solid white;
	height: 10px;
}
.s3_footer {
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	height: 10px;
	width: 2vw;
	margin-top: 10px;
}
.s4_footer {
	width: 80vw;
	height: 20px;
	border-bottom: 1px solid white;
	margin-left: -2px;
}


#footercontent .ww-neos-trennlinie {
	visibility: hidden;
	height: 25px;
}
/*nav#mainNav{
	padding-top:10px;

}
nav#mainNav > ul{
	float: right;
}
nav#mainNav > ul > li{
	float: left;
	padding:5px 15px 5px 0;
}
nav#mainNav > ul > li:last-child{
	padding-right:0;
}
nav#mainNav > ul > li > a{
	/*text-transform: uppercase;*/
/*color:#fff;
margin:15px 10px 25px;
display: block;
font-size:18px;
/*border-left: 2px solid #e60005;*/
/*padding-left: 10px;
}
nav#mainNav > ul > li:hover > a, nav#mainNav > ul > li > a:hover, nav#mainNav > ul > li.current > a, nav#mainNav > ul > li.active > a{
color: #e60005;
text-decoration: none;

}
nav#mainNav > ul > li > ul{
display: none;
min-height: 200px;
height: auto;
z-index: 1100;
position: absolute;
width: 100%;
/*margin-top:21px;*/
/*left:0;
background: #fff none repeat scroll 0 0;
text-align: left;
-webkit-box-shadow: 0px 3px 3px 0px rgba(100, 100, 100, 0.75);
-moz-box-shadow:    0px 3px 3px 0px rgba(100, 100, 100, 0.75);
box-shadow:         0px 3px 3px 0px rgba(100, 100, 100, 0.75);

}*/
html.noMobileDevice nav#mainNav > ul > li.hasDesktopSub:hover > ul{
	display: block;
	/*border-bottom: 2px solid #e50b1c;*/
}
html.noMobileDevice nav#mainNav > ul > li.hasDesktopSub:last-of-type > ul{
	margin-left: -34px;
	/*border-bottom: 2px solid #e50b1c;*/
}
/*nav#mainNav > ul > li.current > ul{*/
/*display: block;*/
/*}*/


/*nav#mainNav > ul > li > ul > li > ul{
	padding:15px 0;
}
nav#mainNav > ul > li > ul > li > ul > li{
	border-bottom: 0;
	margin-left:0;
	width:33.3%;
	display: block;
	float: left;
	padding:0 0 0 7%;
}
nav#mainNav > ul > li > ul > li > ul > li > a{
	color: #000;
	font-size: 16px;
	text-transform: uppercase;
}
nav#mainNav > ul > li > ul > li > ul > li > a:hover{

}
nav#mainNav > ul > li > ul > li > ul > li > ul{
	padding-top:5px;
	padding-left:15px;
}

nav#mainNav > ul > li > ul > li > ul > li > ul > li{
	/*padding:5px;*/

/*line-height: 2;
}*/
/*nav#mainNav > ul > li > ul > li > ul > li > ul > li::before{
	content:"-";
	color: #e60005;
	font-size: 20px;
	display: inline-block;
	position: absolute;
	line-height: 1;
	left: 0;
	padding-top:2px;
}
nav#mainNav > ul > li > ul > li > ul > li > ul > li > a{
	color: #747474;
}
nav#mainNav > ul > li > ul > li > ul > li > ul > li > a:hover,
nav#mainNav > ul > li > ul > li > ul > li > ul > li.active > a,
nav#mainNav > ul > li > ul > li > ul > li > ul > li.current > a{
	color: #e60005;
}*/

/* Header END */
/* Slider */

.responsiveSlider .slides .overflow .inner article figure {
	overflow: hidden;
	position: relative;
	width: 100%;
}
#homeSlider.row{}
#homeSlider .responsiveSlider{

}
#homeSlider .responsiveSlider .overflow {
	overflow:hidden;
	width:100%;
	margin-left: 0;
	margin-right: 0;
}
.responsiveSlider .slides .overflow .inner article {
	height: inherit;
	position: relative;

}
#homeSlider .responsiveSlider .slides .overflow .inner article figure {
	overflow: hidden;
	position: relative;
	width: 100%;
}


#homeSlider .responsiveSlider .slides .overflow .inner article figure img {
	height: 375px;
	max-height: inherit;
	max-width: none;
	min-height: 100%;
	width: auto;
}

#homeSlider .responsiveSlider .slides .overflow .inner article figure img:empty {
	left: 50%;
	position: relative;
	transform: translate(-50%, 0px);
	-webkit-transform: translate(-50%,0px); /* Safari */
}
/*#homeSlider .responsiveSlider .borderBottom{
	bottom: 0;
	height: 71px;
	position: absolute;
	width: 100%;
	z-index: 5;
}
#homeSlider .responsiveSlider .borderBottom .left{
	width: 50%;
	height: 30px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #000;
}
#homeSlider .responsiveSlider .borderBottom .right{
	width: 50%;
	float: right;
	background: #e60005;
	height:71px;
	border-top: 1px solid #fff;
}*/
#homeSlider .responsiveSlider .info{
	margin-top:75px;
	background:transparent;
	z-index: 10;
	padding-left:300px;
	width:100%;
}
#subpageSlider .responsiveSlider .info h4,
#subpageSlider .responsiveSlider .info h1,
#homeSlider .responsiveSlider .info h4{
	background-color: #e60005;
	color:#fff;
	font-size:42px;
	line-height: 1;
	margin-bottom: 0;
	text-align:center;
	display: inline-block;
	padding: 10px 35px;
	float: right;
}
#subpageSlider .responsiveSlider .info h4,
#subpageSlider .responsiveSlider .info h1 {
	float: none;
	margin-top: 98px;
	margin-left: -130px;
	margin: 0;
	position: absolute;
	bottom: 0;
	left: 0;
}
#homeSlider .responsiveSlider .info p{
	margin-left: -10px;
	background-color: #37393b;
	color:#fff;
	font-size:42px;
	line-height: 1;
	text-align:center;
	display: inline-block;
	padding: 10px 35px;
}
#homeSlider .responsiveSlider .info .moreLink{
	text-align: right;
	padding-top: 30px;
	padding-right:15px;
}
#homeSlider .responsiveSlider .info .moreLink a{
	color: #fff;
	background: #e60005;
	padding: 5px 15px;
	display: none;
}
#homeSlider .responsiveSlider .info .moreLink a:hover{
	text-decoration: none;
	color: #fff;
}
/*#homeSlider .responsiveSlider .active{
	display: inline;
	margin: 0;
	float: left;
	background: #e60005;
	border-top: 1px solid #fff;
	width: 84%;
	width: calc(100% - 60px - 55px - 55px);
}
#homeSlider .responsiveSlider .active label {
	border-radius: 0;
	display: block;
	margin-bottom: 0;
	float: left;
	height: auto;
	width: auto;
	font-size:18px;
	padding:26px 30px 26px 30px;
	color: #fff;
	border-left: 1px solid #fff;
	text-transform: uppercase;
	min-width: 33.33%;
	/*border-top: 1px solid #fff;*/

/*}
#homeSlider .responsiveSlider .active label:hover {
   cursor: pointer;
   background: #666565;
}
#homeSlider .responsiveSlider .controls {
   height: 71px;
   position: relative;
   top: 0;
   width: 60px;
   z-index: 1000;
   float: right;
   border-left: 2px solid #fff;
   border-right: 1px solid #fff;
   border-top: 1px solid #fff;
}
#homeSlider .responsiveSlider .controls label {
   display: none;
   height: 35px;
   opacity: 1;
   width: 60px;
   margin-bottom: 0;
}
#homeSlider .responsiveSlider .bottomControlsContainer{
   background: transparent;
   bottom: 0;
   position: absolute;
   width: 100%;
}*/
/*#homeSlider .responsiveSlider .bottomControls{
	/*left:110px;*/
/*width: 1170px;*/
/*	background: transparent;
	position: relative;
	z-index: 10;
	padding-left:110px;
	padding-right: 0;
}
#homeSlider .responsiveSlider .bottomControls .block1{
	width: 55px;
	height:70px;
	float: left;
	position: relative;
}
#homeSlider .responsiveSlider .bottomControls .block1 .innerBlock{
	width: 55px;
	background: #000;
	height: 50px;
	position: absolute;
	bottom: 0;
}
#homeSlider .responsiveSlider .bottomControls .block2{
	width: 55px;
	height: 70px;
	float: left;
	position: relative;
	margin-top: 1px;
	overflow: hidden;
}
#homeSlider .responsiveSlider .bottomControls .block2 .innerBlock{
	width: 55px;
	background: #000;
	height: 70px;
	position: absolute;
	bottom: 0;
}*/
/*von mir eingefügt - neues css für Slider*/
#homeSlider .responsiveSlider .controls{
	width: 50px;
	left: 0;
	/*opacity: 0.3;*/
}
#homeSlider .responsiveSlider .controls2{
	width: 50px;
	right: 15px;
	/*opacity: 0.3;*/
}
#homeSlider .responsiveSlider .controls label,.responsiveSlider .controls2 label{
	width:50px;
	height: 50px;
	/*background: rgba(255,255,255,0.5);*/
}
#homeSlider .responsiveSlider .controls label:hover, .responsiveSlider .controls2 label:hover {}
#homeSlider .responsiveSlider .controls label::before, .responsiveSlider .controls2 label::before{
	font-family: 'FontAwesome';
	font-size:80px;
	content: "\f104";
	color: #37393b;
	top:-20px;
	left:12px;
	/*right:15px;*/
	position: relative;
}
#homeSlider .responsiveSlider .controls2 label::before{
	content: "\f105";
	left:23px;
}
#homeSlider .responsiveSlider .controls:hover,.responsiveSlider .controls2:hover{
	opacity: 1;

}
#homeSlider .responsiveSlider .controls label:hover,
#homeSlider .responsiveSlider .controls2 label:hover{
	/*background: #37393b;*/
}
#homeSlider .responsiveSlider .controls label:hover::before, .responsiveSlider .controls2 label:hover::before {
	color: #e50b1c;
}


/* Slider END */
/* Subpage Slider */
#subpageSlider .responsiveSlider .slides{
	background: #f6f6f6;
}
#subpageSlider .responsiveSlider .slides .overflow .inner article figure {
	overflow: hidden;
	position: relative;
	width: 100%;
}
#subpageSlider .responsiveSlider .slides .overflow .inner article figure img {
	display: none;
}
#subpageSlider .responsiveSlider .slides .overflow .inner article figure img:first-child {
	display: block;
}
#subpageSlider .responsiveSlider .slides .overflow .inner article figure img {
	height: 250px;
	max-height: inherit;
	max-width: none;
	min-height: 100%;
	width: auto;
}
#subpageSlider .responsiveSlider .slides .overflow .inner article figure img:empty {
	left: 50%;
	position: relative;
	transform: translate(-50%, 0px);
	-webkit-transform: translate(-50%, 0px);
}
#subpageSlider .responsiveSlider .bottomControlsContainer{
	background: transparent;
	bottom: 0;
	position: absolute;
	width: 100%;
}
#subpageSlider .responsiveSlider .borderBottom{
	bottom: 0;
	height: 35px;
	position: absolute;
	width: 100%;
	z-index: 5;
}
#subpageSlider .responsiveSlider .borderBottom .left{
	width: 50%;
	height: 15px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #000;
}
#subpageSlider .responsiveSlider .borderBottom .right{
	width: 50%;
	float: right;
	background: #e60005;
	height:35px;
}
#subpageSlider .responsiveSlider .info{
	/*margin-top:115px*/;
	margin-top:165px;
	background:transparent;
	z-index: 10;
	padding-left:0;

	margin-top: 75px;
	background: transparent;
	z-index: 10;
	padding-left: 300px;
	width: 100%;
	margin-left: -200px;

	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0;
	height: auto;
}

#subpageSlider .responsiveSlider .info .col-xs-12{
	height: 100%;
}

#subpageSlider .responsiveSlider .bottomControls{
	/*left:110px;*/
	/*width: 1170px;*/
	background: transparent;
	position: relative;
	z-index: 10;
	padding-left:170px;
	padding-right: 0;
}
#subpageSlider .responsiveSlider .bottomControls .block1{
	width: 25px;
	height:35px;
	float: left;
	position: relative;
}
#subpageSlider .responsiveSlider .bottomControls .block1 .innerBlock{
	width: 25px;
	background: #000;
	height: 25px;
	position: absolute;
	bottom: 0;
}
#subpageSlider .responsiveSlider .bottomControls .block2{
	width: 25px;
	height: 35px;
	float: left;
	position: relative;
	overflow: hidden;
}
#subpageSlider .responsiveSlider .bottomControls .block2 .innerBlock{
	width: 25px;
	background: #000;
	height: 35px;
	position: absolute;
	bottom: 0;
}
#subpageSlider .responsiveSlider .bottomControls .block3{
	width: 495px;
	height: 35px;
	float: left;
	position: relative;
	overflow: hidden;
}
#subpageSlider .responsiveSlider .bottomControls .block3 .innerBlock{
	width: 100%;
	background: #e60005;
	height: 35px;
	position: absolute;
	bottom: 0;
}
/* Subpage Slider END */
/* Carousel Slider */
.sliderContentContainer{
	margin-bottom: 75px;
}
.contentSlider .responsiveSlider .slides article{
	z-index: 1200;
}
.contentSlider .responsiveSlider .controls {
	top: 50%;
	transform: translateY(-50%);
	height: 60px;
	width: 100%;
	z-index: 1500;
	left:0;
	margin: 0;
}
.contentSlider .responsiveSlider .controls2{
	top: 50%;
	transform: translateY(-50%);
	height: 60px;
	width: 100%;
	right: 0;
	z-index: 1500;
	margin: 0;
}
.contentSlider .responsiveSlider .controls label,
.contentSlider .responsiveSlider .controls2 label {
	margin: 0!important;
}
.contentSlider .responsiveSlider .controls2{
	/*left: auto;*/
	right: -1px;

}
.contentSlider .responsiveSlider .controls label, .contentSlider .responsiveSlider .controls2 label{
	/*height: 100%;*/
	margin-bottom: 0;
	/*width: 22px;*/
	/*von mir eingefügt*/
	width: 45px;
	height: 45px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
}
/*von mir eingefügt*/
.contentSlider .responsiveSlider .controls label:hover, .contentSlider .responsiveSlider .controls2 label:hover {}
.contentSlider .responsiveSlider .controls label::before, .contentSlider .responsiveSlider .controls2 label::before{
	font-family: 'FontAwesome';
	font-size:45px;
	font-weight: lighter;
	content: "\f104";
	color: #fff;
	top:10px;
	left:13px;
	/*right:15px;*/
	position: relative;
}
.contentSlider .responsiveSlider .controls2 label::before{
	content: "\f105";
	left:18px;
}
.contentSlider .responsiveSlider .controls:hover,.responsiveSlider .controls2:hover{
	opacity: 1;

}
.contentSlider .responsiveSlider .controls label:hover,
.contentSlider .responsiveSlider .controls2 label:hover{
	/*background: #37393b;*/
}
.contentSlider .responsiveSlider .controls label:hover::before, .responsiveSlider .controls2 label:hover::before {
	color: #e50b1c;
}





.contentSlider .responsiveSlider .slides .overflow .inner article img:hover{
	cursor: pointer;
	margin-right:-120px;
}
.contentSlider .responsiveSlider .info{
	opacity: 1;
	bottom: 0;
	position: absolute;
	width: 100%;
	z-index: 1100;
	top:auto;
	background: rgb(255,255,255);
	background: rgba(255,255,255,0.8);
	padding:5px;
	min-height:30%;
}
.contentSlider .responsiveSlider .slides .overflow .inner article figure {
	max-height:225px;
}
.contentSlider .responsiveSlider .slides .overflow .inner article figure a{
	position: relative;
}

.contentSlider .responsiveSlider .slides .overflow .inner article figure img{
	height: auto;
	min-width: 100%;
	max-height: none;
	min-height: 225px;
	background-color: #fff;
}
.contentSlider .responsiveSlider .info h4{
	font-size: 20px;
	color: #000;
}
.contentSlider .responsiveSlider .info p{
	font-size:14px;
	color: #575756;
	line-height: 1;
}
.contentSlider .responsiveSlider .info .moreLink{
	text-align: right;
	padding-bottom: 10px;
}
.contentSlider .responsiveSlider .info .moreLink a,
.contentSlider .responsiveSlider .info .moreLink a:hover{

	text-decoration: none;
	font-size: 14px;
}
.contentSlider .responsiveSlider .info .moreLink a span{

	font-size: 11px;
}
#blockformsoverview{
	font-size: 18px;
}
#blockformsoverview #categoryNav,
#blockformsoverview #blockFormMatrix{
	padding-left: 0;
	padding-right: 0;
}
#blockformsoverview .heading,
#blockformsoverview .categoryItem,
#blockformsoverview .categoryNavItem{
	padding: 20px 20px 0;
	border-bottom: 1px solid #bfbfbf;
	text-align: center;
	height: 60px;
}
#blockformsoverview .categoryNavItem{
	text-align: left;
}
#blockformsoverview .categoryItem span.glyphicon{}
#blockformsoverview .categoryItem span.glyphicon.glyphicon-check{
	color: green;
}
#blockformsoverview .categoryItem span.glyphicon.glyphicon-unchecked{
	color: #e50b1c;
}
#blockFormMatrix .responsiveSlider .slides .inner{
	line-height: 1;
}
#blockFormMatrix .contentSlider .responsiveSlider .controls,
#blockFormMatrix .contentSlider .responsiveSlider .controls{
	z-index: 1300;
}
#blockformsoverview #blockFormMatrix.blockFormModelList{
	font-size: 16px;
}
#blockformsoverview #blockFormMatrix.blockFormModelList .heading{
	color: #e60005;
	font-size: 18px;
}
#blockformsoverview #blockFormMatrix.blockFormModelList .categoryNavItem{
	border-right: 1px solid #bfbfbf;
}
#blockformsoverview #blockFormMatrix.blockFormModelList .isEven .categoryItem{
	background: #bfbfbf;
}
/* Carousel Slider END */
/* Footer */
#footerbg{
	background: transparent url("../Images/footer_bg.jpg") no-repeat scroll center center / auto 100%;
}
#footerbg .container .row .col-xs-12{
	height: 343px;
}
#footerbg #staticImg{
	position: absolute;
	right:100px;
	bottom: -55px;
}
#footercontent{
	padding: 50px 0 35px 0;
	color: #fff;
	background: #37393b;
}
#footercontent p{
	line-height: 1.7;
	color:#fff;
}
#footercontent ul {
	padding:0 20px;
}
#footercontent ul li a{
	color: #fff;
}
#footercontent ul li a:hover{
	text-decoration: underline;
}
#footercontent .footerArticle{
	/*margin-left: -15px;*/

}
#footercontent .footerArticle .heading{

}
#footercontent .footerArticle .heading span.glyphicon.glyphicon-triangle-bottom{
	background: #000 none repeat scroll 0 0;
	color: #fff;
	float: right;
	padding: 15px 14px;
	top: 0;
}
#footercontent .footerArticle.activeTransition .heading span.glyphicon.glyphicon-triangle-bottom::before{
	content: "\e253";
}
#footercontent .footerArticle .body{

}
footer{
	font-size: 13px;
	background: #37393b;
	color: #fff;
	padding: 20px 0 0 0;
}
footer p{
	margin-bottom:0;
}
footer a{
	color: #fff;
}

footer .container > .row > .col-sm-4 > .footerMenu{
	float: right;
}
footer .helperMenu ul li a{
	color: #fff;
	/*text-transform: uppercase;*/
}
footer .helperMenu ul li a:hover{
	color: #e60005;
	text-decoration: none;

}
footer .webwerkFooter{
	margin-top:10px;
}
/* Footer END*/
/* Breadcrumb */
#main ol.breadcrumb {
	background-color: transparent;
	border-radius: 0;
	list-style: outside none none;
	margin-bottom: 20px;
	padding: 8px 15px 8px 0;
	margin-top: 30px;
	margin-bottom: 60px;
}
.breadcrumb > li {
	display: inline-block;
}
.breadcrumb > li + li::before {
	color: #888888;
	content: "> ";
	padding: 0 5px;
}
.breadcrumb li a, .breadcrumb > .active {
	color: #888888;
	line-height: 2;
}
/* Breadcrumb END */
/* Main Content */
#main{
	padding-top:30px;
	background-color: #fff;
	color: #37393b;
}


#main.subpage{
	padding-top:10px;
	padding-bottom: 25px;
}
#main ul {
	padding: 15px;
}
#main ol {
	padding: 15px;
}
#main ul > li,
#footercontent ul > li{
	line-height: 2;
}
#main ul > li::before {
	content: "|";
	color: #e60005;
	font-size: 20px;
	margin-right: 7px;
}
#footercontent ul > li::before{
	content:".";
	color: #fff;
	font-size: 20px;
	display: inline-block;
	position: absolute;
	line-height: 1;
	left: 0;
	/*padding-top:3px;*/
}
#main .alternativelist ul{

}
#main .alternativelist ul > li{
	padding-left: 10px
}
#main .alternativelist ul > li::before{
	content: "\2022";
	font-size: 25px;
	padding-top: 8px;
}
#main .row > .col-sm-3{
	padding-top: 22px;
}
#main.subpage .row > .col-sm-3{
	padding-top: 0;
}
#main .typo3-neos-nodetypes-html iframe{
	min-height: 401px;
}
#main .table-responsive table{}
#main .table-responsive table tr{}
#main .table-responsive table tr td{
	padding: 1px 30px 1px 0;
}
#main .table-responsive table tr td strong{
	font-weight: normal;
	color: #000;
}
#main .news{}
.boxes .item{
	margin-top: 22px;
}
#main .news .boxes .item.first{
	margin-top: 0;
}
#main .news .boxes .item a{
	position: relative;
	display: block;
	margin-left:-15px;
}
#main .newsList .newsItem h3{
	margin-bottom: 0;
}
#main .newsList .newsItem{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #c7c7c7;
}
#main .newsDetailTeaser{
	margin-bottom: 15px;
}
#main .row.productModelDetails{
	margin-bottom: 15px;
}
#main .boxes{}
#main .boxes .item{
	position: relative;
	/*display: block;*/
}
#main .boxes .item:hover{
	cursor: pointer;
}
#main .boxes .item .boxImage{}
#main .boxes .item .boxImage img{
	width: 100%;
	max-width: 100%;
	height: auto;
}
#main .boxes .item .innerContent{
	bottom: 0;
	color: #37393b;
	/*position: absolute;*/
	width: 100%;
}
#main .boxes .item .innerContent h5{
	padding: 0 10px 10px 10px;
	color: #37393b;
	font-weight: normal;
	line-height: 1.35;
	margin-bottom: 0;
}
.item .innerContent .inner{
	padding: 10px;
	display: none;
}
#main .boxes .item .innerContent .inner .txt{
	font-size: 14px;
	padding-bottom: 10px;
	line-height: 18px;
}
#main .boxes .item .innerContent .inner .more{
	text-align: left;
	color: #e50b1c;
	margin-top:-30px;
}
#main .boxes .item .innerContent .inner .more a,
#main .boxes .item .innerContent .inner .more a:hover{
	color: #e60005;
	text-decoration: none;
	font-size: 14px;
}
#main .boxes .item .innerContent .inner .more a span{
	color: #fff;
	font-size: 11px;
}
#main h4{
	color: #000;
}
#main{
	font-size: 20px;
	line-height: 25px;
}
#main .panel-group{
	background: #fff;
}
#main .panel-group .panel{
	border:0;
	box-shadow: none;
	border-radius: 0;
	background: #fff;
}
#main .panel-group .panel .panel-heading{
	padding: 0;
	background:#fff;
	border:none;
	filter: none;
}

#main .panel-group .panel .panel-heading a{
	display: block;
	position: relative;
}
#main .panel-group .panel .panel-heading .panelTopHeading.mobileProductHeading{
	padding: 0;
	background:#fff;
	border:none;
	filter: none;
}
#main .panel-group .panel .panel-heading .panelTopHeading.mobileProductHeading a{
	display: block;
	position: relative;
}
#main .panel-group .panel .panel-heading .panelTopHeading{
	background:#edeef0;
}
#main .panel-group .panel .panel-heading .panelTopHeading h2.panel-title{
	color: #37393b;
	font-size: 30px;
	display: inline-block;
	padding: 7px 10px;
}
#main .panel-group .panel .panel-heading .panelTopHeading span.subtitle{
	color: #37393b;
	font-size: 16px;
	padding-left: 10px;
}
#main .panel-group .panel .panel-heading .panelTopHeading span.glyphicon.glyphicon-triangle-top{
	color: #fff;
	float: right;
	background: #000;
	padding: 11px;
}
#main .panel-group .panel .panel-heading .panelTopHeading  a.collapsed span.glyphicon.glyphicon-triangle-top::before{
	content: "\e252";
}
#main .panel-group .panel .panel-heading .panelSubHeading{
	font-size: 16px;
	padding: 7px 10px;
	color: #000;
}
#main .panel-group .panel .panel-collapse{

}
#main .panel-group .panel .panel-collapse .panel-body{
	border-top: 0;
	font-size:16px;

}
#main .panel-group .panel .panel-heading .panelTopHeading.mobileProductHeading{
	background:#e60005;
	margin-bottom: 10px;
}
#main .panel-group .panel .panel-heading .panelTopHeading.mobileProductHeading a{
	color: #fff;
	display: block;
	font-size: 24px;
	padding: 0;
}
#main .panel-group .panel .panel-heading .panelTopHeading.mobileProductHeading a span.mobileHeading{
	display: inline-block;
	position: relative;
	top: 1px;
}
#main .panel-group .panel .panel-heading .panelTopHeading span.glyphicon.glyphicon-triangle-right{
	color: #fff;
	float: none;
	background: #000;
	padding: 10px;
	font-size: 13px;
	top:0;
}
#main .panel-group .panel .panel-heading .panelTopHeading  a.collapsed span.glyphicon.glyphicon-triangle-right::before{
	content: "\e252";
}

#main .panel-group.contactsAccordion .panel .panel-heading .panelTopHeading span.glyphicon.glyphicon-triangle-top{
	padding: 12px 12px 11px;
}
#main .panel-group.contactsAccordion .contactInfo.row{
	border-bottom: 1px solid #c7c7c7;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
#main .panel-group.contactsAccordion .contactInfo.row.last{
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

#main nav.productNav{
	padding-bottom: 20px;
}
#main nav.productNav > ul{
	padding:10px 0;
}
#main nav.productNav > ul > li{
	line-height: 1;
}
#main nav.productNav > ul > li::before{
	content: "";
}
#main nav.productNav > ul > li a{
	color: #e60005;
}
#main nav.productNav > ul > li a.collapsed{
	color: #000;
}
#main .hrHalf{
	border-top: 1px solid #585858;
	height: 1px;
	display:block;
	position: relative;
	width:50%;
	margin-bottom: 20px;
}
#main .neos-contentcollection > div{
	margin-bottom: 15px;
}
#main .typo3-neos-nodetypes-textwithimage .typo3-neos-alignment-right{
	float: right;
	margin-left:15px;
}
#main .typo3-neos-nodetypes-textwithimage .typo3-neos-alignment-left{
	float: left;
	margin-right:15px;
}
#main .typo3-neos-nodetypes-textwithimage .typo3-neos-alignment-center{
	text-align: center;
}
#main .form-search{}
#main .form-search .form-control{
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 16px;
}
#main .form-search .form-control:focus{
	border-color: #e60005;
}
#main .form-search .searchButton input.searchBtn{
	/*background-image: none;*/
	background: #e60005;
	border: 0;
	width: 100%;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 16px;
	padding: 5px 12px;
}
#main div.alert{
	margin-top: 15px;
}
#main #search-result{

}
#main #search-result .searchItem{
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
#main #search-result .searchItem .heading{
	padding-bottom: 10px;
}
#main #search-result .searchItem .heading .glyphicon-triangle-right{
	color: #e60005;
	font-size: 12px;
	padding-right: 5px;
}
/* Sidebar */
#sidebar{}
#sidebar .sidebarnav{
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom: 1px solid #c7c7c7;
}
#sidebar .sidebarnav h3{
	margin-bottom: 0;
}
#sidebar .sidebarnav ul li a,
#sidebar .sidebarnav h3 a,
#sidebar .sidebarnav h3 a:hover{
	/*text-transform: uppercase;*/
	color: #000;
}
#sidebar .sidebarnav ul > li > a:hover,
#sidebar .sidebarnav ul > li.active > a,
#sidebar .sidebarnav ul > li.current > a{
	color: #e60005;
}
#sidebar .sidebarnav h3, #sidebar .sidebarnav h3 a,
#sidebar .sidebarnav h3 a:hover{
	font-size: 24px;
}
#sidebar .sidebarnav > ul{
	padding: 15px 0;
}
#sidebar .sidebarnav > ul > li{}
#sidebar .sidebarnav ul li{
	line-height: 1.5;
}
#sidebar .sidebarnav ul li::before{
	content: '';
}
#sidebar .sidebarnav > ul > li > a{
	font-size: 16px;
	margin-left:-10px;
}
#sidebar .sidebarnav > ul > li > a:hover,
#sidebar .sidebarnav > ul > li.current > a{}
#sidebar .sidebarnav ul > li > ul{
	padding:10px 15px;
	display: none;
}
#sidebar .sidebarnav ul > li.current > ul,
#sidebar .sidebarnav ul > li.active > ul{
	display: block;
}
#sidebar .sidebarnav > ul > li > ul > li{}
#sidebar .sidebarnav > ul > li > ul > li > a, #sidebar .sidebarnav > ul > li > ul > li li a{
	font-size: 14px;
	color: #575756;
}
#sidebar .sidebarnav > ul > li > ul > li.current > a,
#sidebar .sidebarnav > ul > li > ul > li > a:hover{}

#main .neos-contentcollection > div.ww-neos-quicklink{
	margin-bottom:0;
}
#sidebar .ww-neos-quicklink,
#sidebar .ww-neos-quicklink a{
	display: block;
	font-size:14px;
	font-weight: 600;
	color: #37393b;
	position: relative;
}
#sidebar .ww-neos-quicklink a figure, #sidebar .ww-neos-quicklink figure{
	display: inline-block;
}
#sidebar .ww-neos-quicklink a span, #sidebar .ww-neos-quicklink span{
	position: absolute;
	top: 5px;
	left: 45px;
}
#sidebar .ww-neos-quicklink a:hover{
	color: #e60005;
}
#main .downloadList{}
#main .downloadList .downloadNav{
	margin-bottom:20px;
}
#main .downloadList .downloadNav div.col-sm-2{
	font-weight:bold;
	font-size:21px;
	padding-top: 4px;
}
#main .downloadList .downloadNav #downloadNavSelect{
	font-size:17px;
}
#main .downloadList .itemsYear{}
#main .downloadList .itemsYear h3{
	margin: 0;
	padding: 0;
	background: #e60005;
	color: #fff;
	font-size: 30px;
	padding: 5px 10px;
}
#main .downloadList .itemsYear .items{

}
#main .neos-contentcollection .ww-neos-downloadsingle{
	margin-bottom: 0;
	border-bottom: 1px solid #bfbfbf;
	padding: 10px 10px 10px 0;
	margin-left: 25px;
}
.ww-neos-downloadsingle .title span{
	border-left: 1px solid #e60005;
	padding-left: 10px;
}
.ww-neos-downloadsingle .options{
	text-align: right;
}
.ww-neos-downloadsingle .options a{

}
#main #blockFormMatrix .contentSlider .responsiveSlider .controls,
#main #blockFormMatrix .contentSlider .responsiveSlider .controls2{
	top: 59px;
	height: calc(100% - 59px);


}
/* Sidebar END */

/* CSS3 Transitions */

.hasTransition.boxOpenTransition{}

.hasTransition.boxOpenTransition a{
	display:block;
}


/*header .headerTop #searchIconTop #searchform-top.expanded{*/
/*width: auto;*/
/*}*/
.hasTransition.formWidthTransition form{
	width: 0;
	/*-webkit-transition: width 0.5s ease;*/
	/*-moz-transition: width 0.5s ease;*/
	/*-ms-transition: width 0.5s ease;*/
	/*-o-transition: width 0.5s ease;*/
	/*transition: width 0.5s ease;*/
}
.hasTransition.formWidthTransition.activeTransition form{
	width: auto;
	/*max-width: 150px;*/
	/*min-width: 100px;*/
}
.hasTransition.boxOpenTransition.activeTransition{}
.hasTransition.boxOpenTransition .inner,
.hasTransition.boxOpenTransition .innerSlideContent{
	display: block;
}
.hasTransition.boxOpenTransition.activeTransition .inner,
.hasTransition.boxOpenTransition.activeTransition .innerSlideContent{
	display: block;
}
html.smallMobileDevice .hasTransition.mobileSlideDownTransition .item{
	display: none;
}
html.smallMobileDevice .hasTransition.mobileSlideDownTransition.activeTransition .item{
	display: block;
}

/*.activity_boxes .uebersicht_content.openTransition.activeTransition{*/
/*-webkit-transition: bottom 2s ease;*/
/*-moz-transition: bottom 2s ease;*/
/*-ms-transition: bottom 2s ease;*/
/*-o-transition: bottom 2s ease;*/
/*transition: bottom 2s ease;*/
/*}*/

/* CSS3 Transitions END */
/* Main Content END*/

/* Media Queries */

/* Media Queries END */
/* RWD */
header #mobileTop #mobileNav .navbar-toggle{
	margin: 0 0 0 15px;
	padding: 0;
}
header #mobileTop #mobileNav .navbar-toggle .icon-bar{
	background: #fff;
}
header #mobileTop .helperMenu ul li a{
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
}
nav#mainNav .closeContainer{
	background: #000;
}
nav#mainNav .closeContainer .glyphicon-remove{
	color: white;
	font-size: 36px;
}
nav#mainNav .closeContainer button{
	background-color: transparent;
	border: none;
	padding: 15px 0 15px 20px;
}
nav#mainNav .mobileSearchContainer{
	padding: 10px 0;
}
nav#mainNav .mobileSearchContainer #mobile-searchform-top{}
nav#mainNav .mobileSearchContainer #mobile-searchform-top .input-search{
	color: #888888;
	font-size:14px;
	float: left;
	width: 80%;
	padding: 10px 20px;
	border: 0;
}
nav#mainNav .mobileSearchContainer #mobile-searchform-top .glyphicon-search{
	font-size:34px;
	background: transparent;
	border:0;
	color: #888888;
	float: right;
	padding-right:20px;
}
nav#mainNav .mobileBottomMenu{
	padding: 10px;
}
nav#mainNav .mobileBottomMenu a{
	padding: 10px 20px;
	display: block;
	background: #e1e1e1;
	font-size:14px;
	color: #474747;
}
nav#mainNav .mobileBottomMenu a span{
	color: #474747;
	padding-right:10px;
}
#main .news .boxes .item.first{
	margin-top: 0;
}
#main .typo3-neos-nodetypes-text.quotes{
	position: relative;
}
#main .typo3-neos-nodetypes-text.quotes > div{
	margin-left: 80px;
	min-height: 70px;
}
#main .typo3-neos-nodetypes-text.quotes::before{
	font-family: FontAwesome;
	content:"\f10d";
	position: absolute;
	font-size: 50px;
	top: 15px;
	color: #e60005;
}
#main .contactinfotext{
	padding-bottom: 3px;
}
#products_accordion-419e546b-46c3-42a8-9744-ec09759ce5b4 .contactinfotextcountry {
	display: none;
}

#innerProduct83b0b372-d7f5-40ee-a96a-447f0157a3c9-00236bbe-73af-4a04-9b5d-5a6b1f90d663 .contactinfotextcountry {
	display: none;
}

#innerProduct79dd12ce-20d5-49e0-8048-36f7a2c23c72-00236bbe-73af-4a04-9b5d-5a6b1f90d663 .contactinfotextcountry {
	display: none;
}

#innerProduct994f616d-e2b4-4c97-9125-591e12021408-00236bbe-73af-4a04-9b5d-5a6b1f90d663 .contactinfotextcountry {
	display: none;
}

#innerProductbd7fa76a-d915-4f80-bda9-adff2288f3ff-00236bbe-73af-4a04-9b5d-5a6b1f90d663 .contactinfotextcountry {
	display: none;
}

#innerProduct3631af1f-2d3f-42da-97c4-cce1eb0d28a1-00236bbe-73af-4a04-9b5d-5a6b1f90d663 .contactinfotextcountry {
	display: none;
}

#innerProduct40653434-2f4e-42dd-a6f2-750bd66efc8f-00236bbe-73af-4a04-9b5d-5a6b1f90d663 .contactinfotextcountry {
	display: none;
}




#main .contactinfotext span.glyphicon{
	color: #000;
	font-size: 17px;
	margin-right: 6px;
}
.mobileSlideDownButton {
	background-color: #b2b2b2;
	text-align: center;
	display: none;
}
.mobileSlideDownButton:hover {
	cursor: pointer;
}
.mobileSlideDownButton span.glyphicon-triangle-bottom{
	color: #fff;
	font-size: 27px;
}
.hasTransition.mobileSlideDownTransition.activeTransition .mobileSlideDownButton span.glyphicon-triangle-bottom::before{
	content: "\e253";
}
.responsiveSubNavContainer{
	padding-bottom: 35px;
}
#responsiveSub{}
#responsiveSub .currentSub{
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #ccc;
	color: #333333;
	float: left;
	font-size: 20px;
	padding: 10px 8px;
	width: 90%;
}
#responsiveSub #responsiveSubIcon{
	width:9%;
	margin-left:1%;
	height:47px;
	display:block;
	float:left;
	text-align:center;
	background: #000;
}
#responsiveSub #responsiveSubIcon:hover{
	cursor: pointer;
}
#responsiveSub #responsiveSubIcon .caret{
	float:left;
	border-left: 7px solid rgba(0, 0, 0, 0);
	border-right: 7px solid rgba(0, 0, 0, 0);
	border-top: 13px solid;
	display: inline-block;
	float: none;
	height: 0;
	position: relative;
	top: 11px;
	vertical-align: middle;
	width: 0;
	color:#fff;
}
#responsiveSubItems{}
#responsiveSubItems ul{
	list-style: none;
	margin: 0;
	padding: 0;
	margin:2px 0;
	border: 1px solid #ccc;
}
#responsiveSubItems ul li::before{
	content: "";
}
#responsiveSubItems ul li a{
	display: block;
	padding: 5px 10px;
	border-bottom: 1px solid #ccc;
	font-size: 19px;
}
#responsiveSubItems ul li a .title{
	max-width: 80%;
	color: #000;
}
#responsiveSubItems ul li a .caret{
	float:right;
	border-top: 7px solid rgba(0, 0, 0, 0);
	border-bottom: 7px solid rgba(0, 0, 0, 0);
	border-left: 13px solid;
	display: inline-block;
	float: right;
	height: 0;
	position: relative;
	top: 11px;
	vertical-align: middle;
	width: 0;
}
#responsiveSubItems ul li:last-child a{
	border-bottom: 0;
}
#responsiveSubItems ul li a:hover{
	text-decoration: none;
	background: #eee;
}
#responsiveSubItems ul li.current a{
	font-weight: bold;
}
.navbar-toggle .icon-bar{
	background:#fff;
}
/* RWD END */
/* GLOBE */
#globe{
	height: 225px;
}
#globe #Stage{
	height:225px !important;
	width: 100% !important;
}
#globe #Stage #Stage_globe{
	top:0 !important;
	left:0 !important;
	position: relative !important;
	margin: 0 auto !important;
}
/* GLOBE END */
/* Testing */
/*nav#mainNav > ul{
	/*padding-bottom: 25px;*/
/*}
nav#mainNav > ul > li > a {
    margin: 15px 10px;
}
nav#mainNav > ul > li > ul{
	padding-top: 25px;
	box-shadow: none;
	min-height: 1px;
}
nav#mainNav > ul > li > ul > li{
	/*box-shadow: 0 3px 3px 0 rgba(100, 100, 100, 0.75);*/
/*	background: #fff;
	min-height: 170px;
}
*/
/*nav#mainNav .hasSub .hasDesktopSub .normal li a:hover,
nav#mainNav .hasSub .hasDesktopSub .normal li.active a,
nav#mainNav .hasSub .hasDesktopSub .normal li.current a {
	border-bottom:none;

     /*padding-bottom: 50px;*/
/*}*/

nav#mainNav ul li a {
	color:#000;
	width:100%;
	display:block;
}

nav#mainNav ul li ul li a:hover {
	background-color:#e60005;


}
nav#mainNav .hasSub .hasDesktopSub .normal ul {
	padding-top:20px;
}


nav#mainNav ul li a:hover/*,
nav#mainNav ul li.active a,
nav#mainNav ul li.current a*/ {
	/*border-bottom: solid 8px #e50b1c;*/
	color:#fff;

}

.mainNavHelper {
	margin-top:5px;
	border-top: 8px solid #e60005;
}

/*new Menu*/
nav#mainNav{
	padding-top:10px;

}
nav#mainNav > ul{
	float: right;
	margin-top:-75px;
}
nav#mainNav > ul > li{
	float: left;
	padding:5px 15px 5px 0;
}
nav#mainNav > ul > li:last-child{
	padding-right:0;
	margin-right:25px;
}
nav#mainNav > ul > li > a{
	/*text-transform: uppercase;*/
	color:#fff;
	margin:15px 10px 25px;
	display: block;
	font-size:18px;
	/*border-left: 2px solid #e60005;*/
	padding-left: 10px;
}
nav#mainNav > ul > li:hover > a, nav#mainNav > ul > li > a:hover, nav#mainNav > ul > li.current > a, nav#mainNav > ul > li.active > a{
	color: #e60005;
	text-decoration: none;

}
nav#mainNav > ul > li > ul{
	display: none;
	/*min-height: 200px;*/
	height: auto;
	z-index: 1100;
	position: absolute;
	/*width: 100%;
	margin-top:21px;
	left:0;*/
	background: #fff none repeat scroll 0 0;
	text-align: left;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(100, 100, 100, 0.75);
	-moz-box-shadow:    0px 3px 3px 0px rgba(100, 100, 100, 0.75);
	box-shadow:         0px 3px 3px 0px rgba(100, 100, 100, 0.75);
	line-height:1.5;

}

nav#mainNav > ul > li > ul > li > ul > li > ul{
	display: none!important;
}


nav#mainNav > ul > li > ul >li >a{
	color:#37393b;
}

#footercontent .typo3-neos-nodetypes-image {
	border: 1px solid #fff;
}

#footercontent a {
	color: #fff;
}

#footercontent a:hover {
	color: #e60005;
}
.innerSliderContent p {
	line-height: 1;
}
nav#mainNav > ul > li.hasSub > ul > li {
	padding: 10px 0 20px 0;
}
nav#mainNav ul > li > ul > li > a{
	padding: 3px 15px;
}

#homeSlider .responsiveSlider .controls2 {
	display: none;
}

#homeSlider .responsiveSlider .controls {
	height: auto!important;
	width: auto!important;
	position: absolute!important;
	bottom: 10px!important;
	left: 50%!important;
	transform: translateX(-50%)!important;
	top: auto!important;
}

#homeSlider .responsiveSlider .controls label {

	position: static!important;
	display: block!important;
	float: left!important;
	background-color: #fff!important;
	border-radius: 20px!important;
	width: 20px!important;
	height: 20px!important;
	margin-right: 10px!important;
}

#homeSlider .responsiveSlider .controls {
	opacity:0!important;
	-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
	-ms-transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
}

#homeSlider:hover .responsiveSlider .controls {
	opacity:1!important;
}

.webwerkFooter {
	margin-left: 0;
	margin-right: 0;
}

.webwerkFooter .footer-flex-conatiner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.webwerkFooter .footer-flex-item {
	flex: 0 1 auto;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 10px;
}

#homeSlider .responsiveSlider .controls label:last-of-type {
	margin-right: 0!important;
}

#homeSlider .responsiveSlider .controls label:hover {
	background-color:#d40912!important;
	opacity:1!important;
}

#homeSlider .responsiveSlider .controls label.current {
	background-color:#d40912!important;
}

#homeSlider .responsiveSlider .controls label:before {
	content:''!important;
}
/*.subpage #main img {
	border: 1px dotted lightgrey;
}*/
#sidebar .ww-neos-quicklink, #sidebar .ww-neos-quicklink img {
	border:none;
	width: 32px;
	height: 32px;
}
/*.subpage .typo3-neos-nodetypes-textwithimage,*/
.subpage .typo3-neos-nodetypes-image {
	/*border: 1px dotted lightgrey;*/
}
.subpage .typo3-neos-nodetypes-textwithimage img,
.subpage .typo3-neos-nodetypes-image img{
	padding:25px;

}
.subpage .typo3-neos-nodetypes-textwithimage figcaption,
.subpage .typo3-neos-nodetypes-textwithimage > div > p,
.subpage .typo3-neos-nodetypes-image figcaption {
	margin-bottom:10px;
	margin-left:25px;
}

.contentSlider .responsiveSlider .overflow {
	overflow:hidden;
	width:102%;
	margin-left: 0;
}

.contentSlider .responsiveSlider .slides {
	background-color: #eeeef0;
}

.subpage .responsiveSlider .overflow {
	overflow:hidden;
	width:100%;
	margin-left:0;
}

.flexcontainer {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	box-orient: horizontal;
	flex-direction: row;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	box-align: center;
}

.flexitem {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	box-flex: 1;
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 10px;
	border: 1px dotted lightgrey;
	text-align: center;
	display: flex;
	align-items: stretch;
	box-sizing: content-box;
	margin-right:25px;
}
.flexitem img {
	margin: auto;
	width: 100%;
	max-width: 100%;
	height: 300px;
	object-fit: contain;
	font-family: 'object-fit: contain;'
}
.flexitem .typo3-neos-nodetypes-text {
	width: 100%;
	text-align: left;
}

#homeslider .responsiveSlider .slides .overflow .inner article figure:hover {
	opacity:0.2;
}


.hirsch_slider {
	opacity: 0;
	visibility: hidden;
	transition: opacity 1s ease;
	-webkit-transition: opacity 1s ease;
	margin-left:30px;
}
.newshome_slider {
	opacity: 0;
	visibility: hidden;
	transition: opacity 1s ease;
	-webkit-transition: opacity 1s ease;
	margin-bottom:50px !important;
}

.hirsch_slider.slick-initialized, .newshome_slider.slick-initialized {
	visibility: visible;
	opacity: 1;
}


.hirsch_slider img{
	max-height:400px;
}

.slick-dots{
	bottom:-35px !important;
}

.slick-dots li:before{
	display:none;
}

.slick-slide{
	position:relative;
}

.hirsch_slider div.overlay{
	display:none;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color: rgba(255,255,255,1);
	background-size: contain;
	background-repeat: no-repeat;
}

.slick-prev:before, .slick-next:before{
	color:black !important;
	font-size: 40px !important;
}
.slick-prev, .slick-next{
	width:50px !important;
	height:50px !important;
	z-index: 100 !important;
}

.slick-next{
	right:-15px !important;
}

h5.newsTeaserHome{
	height:65px;
	margin-bottom:10px;
}

.newsListHome{
	padding:0 10px;
}

.newsImg{
	float:left;
	margin-right:20px;
}

.newsInfo{
	float:left;
}

#results{
	margin:50px 0;
}

#results p{
	font-weight: bold;
	margin-bottom:60px;
}

#results span{
	color:#D40912;
}

.hirsch_rechner{
	margin-top:80px;
}

.hirsch_rechner input[type="text"]{
	border:1px solid #D40912;
	width:100%;
	border-radius: 5px;
	font-size: 14px;
	padding:0 10px;
}

.hirsch_rechner select{
	border:1px solid #D40912;
	font-size: 14px;
	background-color:white;
	max-width:250px;
}
.hirsch_rechner label{
	display: block;
	text-align: center;
	margin-bottom:5px;
}
.hirsch_rechner img{
	max-width:100px;
	display:block;
	margin:auto;
	margin-bottom:20px;
}

#results img{
	max-width:100px;
	padding-right:20px;
}

.rechner_header ol li{
	margin-bottom:10px;
	line-height:25px;
}
