/* RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* CSS PART */

body {
	font-family: Arial;
	font-size: 12px;
	line-height: 16px;
}

.clear {
	clear: both;
}

.background {
	position: fixed;
	top:0;
	z-index: -999;
	
	width:100%;
	height:100%;
}

#header {
	width: 100%;
	height: 108px;
	background-color: #FFF;
	padding-bottom: 8px;
	-webkit-box-shadow:  0px 0px 10px 10px rgba(100, 100, 100, 0.6);
    box-shadow:  0px 0px 10px 10px rgba(100, 100, 100, 0.6);
    position: fixed;   
    z-index: 3;
    box-sizing:border-box;
}

#logo {
	width: 200px;
	text-align: center;
	height: 90px;
	float: left;
	padding-top: 10px;
	padding-left: 20px;
}

#navigation {
	width: auto;
	float: left;
	margin-left: 10px;
	padding-left: 53px;
	margin-top:76px;
	padding-bottom: 15px;
}

#navigation a {
	text-decoration: none;
	color: #a0a0a0;
	padding: 0px 11px 0px 11px;
}

#navigation a:first-child {
	padding-left: 0px;
}

#navigation a:last-child {
	padding-right: 0px;
}

#navigation a:hover{
	text-decoration: none;
	color: #d10019;
}

#navigation a.active{
	text-decoration: none;
	color: #d10019;
	font-weight: bold;
}

.content{
	padding-top:105px;
}

.centered {
	width: 930px;
	margin: 0 auto;
	height: 100px;
}

.limiter {
	max-width: 920px;
	width:100%;
	margin: 0 auto;
	padding: 0 10px;
	box-sizing: border-box;
}

.logos {
	position: fixed;
	width:81px;
	top: 128px;
	right: 30px;
}

.logos img {
	margin-bottom: 11px;
}

.navi_left {
	width: 100%;
	padding-top: 30px;
	background-color: #FFF;
	display: inline-block;
}

.navi_left a{
	background-image: url(../images/dot_red.png);
	background-position: 7px 9px;
	background-repeat: no-repeat;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	width: 185px;
	padding: 7px 5px 5px 20px;
	float: left;
	border-bottom: 1px dotted #d10019;
}

.navi_left a:hover{
	background-image: url(../images/dot_white.png);
	background-repeat: no-repeat;
	background-position: 7px 9px;
	background-color: #d10019;
	color: #FFF;
}

.navi_left a.active{
	background-image: url(../images/dot_white.png);
	background-repeat: no-repeat;
	background-position: 7px 9px;
	background-color: #d10019;
	color: #FFF;
}

.navi_left.pdf {
	padding-top: 0;
	margin-bottom: 30px;
}

.reparaturstatus {
	height: 200px;
	width: 100%;
	background-color: #FFF;
	color: #4f4f4f;
	margin-top: 15px;
	margin-bottom: 19px;

}

.reparaturstatus a {
	color: #4f4f4f;
	text-decoration: none;
}
 
.rep__form {
	height: 100%;
	width: 100%;
	background-color: #FFF;
	color: #4f4f4f;
	margin-top: 15px;
	margin-bottom: 19px;

}

.rep__form a {
	color: #4f4f4f;
	text-decoration: none;
}

.rep_headline {
	width: 100%;
	border-bottom: 1px dotted #d10019;
	text-align: center;
	padding: 12px 0px 10px 0px;
	font-family: 'Noto Sans',serif;
	font-size: 17px;
	font-weight: bold;
	color: #4f4f4f;
}
.rep_headline a {
	color: #4f4f4f;
	text-decoration: none;
}
.rep_text {
	background-image: url(../images/clock.jpg);
	background-repeat: no-repeat;
	background-position: 7px 9px;
	font-size: 12px;
	font-family: Arial;
	height: 125px;
	padding-left: 100px;
	padding-top: 15px; 
	margin-top:10px;
	line-height: 14px;
}

.rep__form_text {
	background-image: url(../images/icons/fill_form+6.jpg);
	background-repeat: no-repeat;
	background-position: 7px 9px;
	font-size: 12px;
	font-family: Arial;
	height: 125px;
	padding-left: 100px;
	padding-top: 15px;
	margin-top:10px;
	line-height: 14px;
	background-size: 90px;
}

.rep_link {
	text-transform: uppercase;
	width: 100%;
	background-color: #FFF;
	margin-top:-19px;
	border-bottom: 1px dotted #d10019;
	border-top: 1px dotted #d10019;
	padding-top:5px;
	font-size: 12px;
	background-image: url(../images/dot_red.png);
	background-position: 8px 10px;
	background-repeat: no-repeat;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	padding: 7px 5px 5px 20px;
	box-sizing: border-box;
}

.rep_link a {
	color: #000;
	text-decoration: none;
}

.main{
  width: calc(100% - 230px);
  margin-left: 20px;
  float: left;
  margin-bottom: 19px;
}

.content_wrap {
  width: 100%;
  min-height: 466px;
  padding-left: 45px;
  padding-bottom: 15px;
  background-color: #FFF;
  padding-top: 30px;
  padding-right: 50px;
  float: left;
  margin-bottom: 19px;
  box-sizing:border-box;
}

.content_wrap h1, .content_wrap .newsreader h1 {	
	text-transform: uppercase;
	font-family: 'Noto Sans',serif;
	font-size: 36px;
	line-height: 36px;
	color: #4f4f4f;
	border-bottom: 1px dotted #d10019;
	padding-bottom: 10px;
	margin-bottom: 30px;
}


.content_wrap h2, .content_wrap  .newsreader h2 {
  font-family: 'Noto Sans',serif;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 24px;
  color: #4f4f4f;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #d10019;
  margin-bottom: 24px;
}

h3 {
	font-size: 12px;
	font-weight: bold;	
}



.left_wrap {
	float: left;
	max-width: 210px;
	position: relative;
}

.start_left_block {
	width: 270px;
	height: auto;
	float: left;
}

.start_right_block {
	width: 270px;
	height: auto;
	float: right;
}


.start_left_block tr td{
	background-color: #FFF;
	width: 100px;
	padding: 4px;
	font-size: 12px;
	padding-left: 15px;
	background-image: url(../images/dot_red.png);
	background-position: 2px 7px;
	background-repeat: no-repeat;
}

.start_right_block tr td{
	background-color: #FFF;
	padding: 4px;
	font-size: 12px;
	padding-left: 15px;
	background-image: url(../images/dot_red.png);
	background-position: 2px 7px;
	background-repeat: no-repeat;
}

.block_below_left {
	width: 320px;
	height: 200px;
	float: left;
	background-color: #FFF;
}
.startseite .block_below_left{
    height: 254px;
}

.block_below_right {
	background-color: #FFF;
	width: 320px;
	height: auto;
	float: right;
}

.below_link {
	text-transform: uppercase;
	width: 100%;
	background-color: #FFF;
	margin-top:9px;
	border-bottom: 1px dotted #d10019;
	border-top: 1px dotted #d10019;
	padding-top:5px;
	font-size: 12px;
	background-image: url(../images/dot_red.png);
	background-position: 8px 10px;
	background-repeat: no-repeat;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	padding: 7px 5px 5px 20px;
	box-sizing: border-box;
}
.startseite .below_link{
    margin-top:65px;   
}

.below_link a{
	color: #000;
	text-decoration: none;
}


.below_link_right {
	text-transform: uppercase;
	width: 100%;
	background-color: #FFF;
	border-bottom: 1px dotted #d10019;
	border-top: 1px dotted #d10019;
	padding-top:5px;
	font-size: 12px;
	background-image: url(../images/dot_red.png);
	background-position: 8px 10px;
	background-repeat: no-repeat;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	padding: 7px 5px 5px 20px;
	box-sizing: border-box;
}

.below_link_right a {
	color: #000;
	text-decoration: none;
}
.short_news {
	height: 160px;
	font-size: 12px;
	font-family: Arial;
	height: 160px;
	padding-top: 15px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top:10px;
	line-height: 14px;
	
}
.short_news h3 {
	margin-bottom: 14px;
	margin-left: 16px;
	
	
	
}

.short_news h3:before {
	display: inline-block;
	content: "•";
	width: 16px;
	text-align: center;
	color: #000;
	margin-left: -16px;
	
}

.below_text {
	font-size: 12px;
	font-family: Arial;
	/*height: 125px;*/
	height: 160px;
	padding-left: 100px;
	padding-top: 15px;
	margin-top:10px;
	line-height: 14px;
}

.news_table_small {
	width: 280px;
	margin: 0px;
	margin-left: -80px;
	margin-top: -10px;
}

.news_table_small a {
	text-decoration: none;
	color: #D10019;
}

#nachrichten.block {
display:inline;
overflow:visible;
}

#nachrichten p {
display: inline;
-webkit-margin-before: 0em;
-webkit-margin-after: 0em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
}

.headline_small {
	font-weight: bold;
	font-size: 12px;
	color: #d10019;
	padding-right:5px
}

.headline_small a, .back a, .more a, .short_news a {
	font-weight: bold;
	font-size: 13px;
	color: #d10019;
	text-decoration: none;
}

.frage {
	margin-bottom: 20px;
}

.frage a {
	font-weight: bold;
	color: #a0a0a0;
	text-decoration: none;
}

.frage_headline {
  font-family: 'Noto Sans',serif;
  font-size: 16px;
  font-weight: bold;
  color: #d10019;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #d10019;
  padding-bottom: 3px;
  margin-bottom: 10px;
  padding-left: 12px;
  padding-right: 12px;
}

.frage_content {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  color: #000000;
  padding-bottom: 3px;
  margin-bottom: 10px;
  padding-left: 12px;
  padding-right: 8px;
  line-height: 18px;
}

.player {
	margin-bottom: 15px;
}

.ce_text p {
	line-height: 16px;
	margin-bottom: 16px;
	
}
.ce_text ul {
	list-style-type: disc;
	padding-left: 16px;
	margin-bottom: 16px;
	}
.ce_text a {
	font-weight: bold;
	color: #a0a0a0;;
}

.col1{
	width:250px;
	line-height:20px;
	float:left;
	padding:0px 0px 0px 0px;
}

.col2{
	width:210px;
	line-height:20px;
	float:left;
	padding:0px 0px 0px 50px;
}

.warning {	
	border: 1px dotted #d10019;
	max-width: 400px;
	width:100%;
	box-sizing:border-box;
	color: #d10019;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 10px;
	margin: 10px 0px 10px 0px;
	line-height: 20px;
}


.step_headline {
	margin-top: 30px;
	width: 100%;
	font-weight: bold;
	font-size: 12px;
	color: #000;
}

.step_single_headline {
	font-family: 'Noto Sans',serif;
	border-bottom: 1px dotted #d10019;
	padding-bottom: 6px;
	margin-top: 20px;
	font-size: 14px;
	font-weight: bold;
}

.step_big {
	font-size: 17px;
	color: #d10019;
	font-family: 'Noto Sans',serif;
	font-weight: bold;
}

.step_icon {
	width: 112px;
	float: left;
	padding-top: 15px;
}

.step_text {
	max-width: 440px;
	width:100%;
	float: right;
	padding-top: 10px;
}


/* Image container. You need this. */
#bg	{
	position: fixed; 
	top: 0; 
	left: 0; 
	z-index: 0; 
	width: 100%; 
	height: 100%; 
	overflow: hidden; 
}

	/* Image wrapper. You'll need this one too. */
	#img	{
		position: relative; 
		width: 200%; 
		height: 200%; 
		top: -50%; 
		left: -50%; 
		overflow: hidden; 
	}
	
		/* The background-image itself. You'll definitely want this one. */
		#img img	{
			display: inline-block; 
			position: relative; 
			min-width: 75%; 
			min-height: 75%; 
		}

#flowplayer12{
height:300px;
}


	
.ce_player .mejs-container.mejs-video{
	width:100%;
	height:auto;
	max-height:320px;
	
}

.ce_player .mejs-mediaelement{
	position:relative;
}
	
.ce_player video{
	width:100%;
	height:auto;
}

.ce_player .mejs-overlay.mejs-layer{
	position:inherit;
}

.c-hamburger {
 
  display: none;
  position: absolute;
right: -1px;
top: -23px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 96px;
  height: 96px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.2s;
          transition: background 0.2s;
          
  -webkit-transform: scale(0.4);
	-moz-transform: scale(0.4);
	-ms-transform: scale(0.4);
	-o-transform: scale(0.4);
	transform: scale(0.4);
}

.c-hamburger:focus {
  outline: none;
}

.c-hamburger span {
  display: block;
  position: absolute;
  top: 44px;
  left: 18px;
  right: 18px;
  height: 8px;
  background: #4f4f4f;
}

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #4f4f4f;
  content: "";
}

.c-hamburger span::before {
  top: -20px;
}

.c-hamburger span::after {
  bottom: -20px;
}

.c-hamburger--htx {
	
}

.c-hamburger--htx span {
  -webkit-transition: background 0s 0.2s;
          transition: background 0s 0.2s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  -webkit-transition-duration: 0.2s, 0.2s;
          transition-duration: 0.2s, 0.2s;
  -webkit-transition-delay: 0.2s, 0s;
          transition-delay: 0.2s, 0s;
}

.c-hamburger--htx span::before {
  -webkit-transition-property: top, -webkit-transform;
          transition-property: top, transform;
}

.c-hamburger--htx span::after {
  -webkit-transition-property: bottom, -webkit-transform;
          transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
  /*background-color: #d10019;*/
}

.c-hamburger--htx.is-active span {
  background: none;
}

.c-hamburger--htx.is-active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  -webkit-transition-delay: 0s, 0.2s;
          transition-delay: 0s, 0.2s;
}






@media only screen and (max-width: 1140px) {

	.logos {
		display: none;
	}
}

.mod_newslist .layout_full {
	margin-bottom: 32px;
	
}

@media only screen and (max-width: 925px) {

	.start_left_block, .start_right_block {
		width: 100%;
		clear:both;
	}
	.start_left_block{
		margin-bottom:25px;
	}
	
	.block_below_left, .block_below_right, .below_link_right, .below_link{
		width: 100%;
	}
	.block_below_left{
		margin-bottom:19px;
	}
	
	.step_text{
		max-width:100%;
	}
	.col2{
		width:100%;
		padding:0;
	}
 
}
@media only screen and (min-width: 925px) {
	#navigation{
		display:block !important;
	}
}
@media only screen and (max-width: 925px) {
	#navigation{
		display:none;
	}
	.c-hamburger{
		display:block
	}
	#header{
		height: 50px;
	}
	.centered{
		width: 100%;
		height: 50px;
	}
	#logo {
		width: auto;
		height: auto;
		padding-top: 5px;
	}
	#logo img{
		width: auto;
		height: 40px;
	}
	.content{
		padding-top: 50px;
	}
	
	
	#navigation{
		display:none;
		width: 100%;
		clear: both;
		margin: 0;
		padding: 0;
		box-sizing: border-box;
		background-color: white;
		padding-top: 10px;
	}
	#navigation a{
		display:block;
		width: 100%;
		padding: 10px;
		box-sizing: border-box;
		border-bottom: 1px solid black;
	}
	#navigation a:first-of-type{
		border-top: 1px solid black;
	}
	.content_wrap{
		padding-left:5%;
		padding-right:5%;
	}
}
@media only screen and (max-width: 600px) {
		.left_wrap{
			width: 100%;
			max-width: 100%;
		}
		.main{
			width: 100%;
			margin-left: 0;
		}
		.reparaturstatus{
			height:auto;
		}
		.rep_text{
			box-sizing:border-box;
			margin-top:0;
			min-height:115px;
			
		}
		.navi_left{
			box-sizing: border-box;
			padding: 30px 5px 5px;
		}
		.navi_left a{
			width:50%;
			box-sizing: border-box;
		}
		.navi_left a:nth-child(odd){
			margin-right:3%;
			width:47%;
		}
}

@media only screen and (max-width: 400px) {
	h1{
	    font-size: 25px !important;
		line-height: 30px !important;
	}
	.navi_left a{
		width:100%;
		box-sizing: border-box;
		margin-right:0;
	}
	.navi_left a:nth-child(odd){
		margin-right:0;
		width:100%;
	}
}