
/* default styles for extension "tx_cssstyledcontent" */
	/* Headers */
	.csc-header-alignment-center { text-align: center; }
	.csc-header-alignment-right { text-align: right; }
	.csc-header-alignment-left { text-align: left; }

	div.csc-textpic-responsive, div.csc-textpic-responsive * { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;  }

	/* Clear floats after csc-textpic and after csc-textpic-imagerow */
	div.csc-textpic, div.csc-textpic div.csc-textpic-imagerow, ul.csc-uploads li { overflow: hidden; }

	/* Set padding for tables */
	div.csc-textpic .csc-textpic-imagewrap table { border-collapse: collapse; border-spacing: 0; }
	div.csc-textpic .csc-textpic-imagewrap table tr td { padding: 0; vertical-align: top; }

	/* Settings for figure and figcaption (HTML5) */
	div.csc-textpic .csc-textpic-imagewrap figure, div.csc-textpic figure.csc-textpic-imagewrap { margin: 0; display: table; }

	/* Captions */
	figcaption.csc-textpic-caption { display: table-caption; }
	.csc-textpic-caption { text-align: left; caption-side: bottom; }
	div.csc-textpic-caption-c .csc-textpic-caption, .csc-textpic-imagewrap .csc-textpic-caption-c { text-align: center; }
	div.csc-textpic-caption-r .csc-textpic-caption, .csc-textpic-imagewrap .csc-textpic-caption-r { text-align: right; }
	div.csc-textpic-caption-l .csc-textpic-caption, .csc-textpic-imagewrap .csc-textpic-caption-l { text-align: left; }

	/* Float the columns */
	div.csc-textpic div.csc-textpic-imagecolumn { float: left; }

	/* Border just around the image */
	div.csc-textpic-border div.csc-textpic-imagewrap img {
		border: 2px solid black;
		padding: 0px 0px;
	}

	div.csc-textpic .csc-textpic-imagewrap img { border: none; display: block; }

	/* Space below each image (also in-between rows) */
	div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 10px; }
	div.csc-textpic .csc-textpic-imagewrap .csc-textpic-imagerow-last .csc-textpic-image { margin-bottom: 0; }

	/* colSpace around image columns, except for last column */
	div.csc-textpic-imagecolumn, td.csc-textpic-imagecolumn .csc-textpic-image { margin-right: 10px; }
	div.csc-textpic-imagecolumn.csc-textpic-lastcol, td.csc-textpic-imagecolumn.csc-textpic-lastcol .csc-textpic-image { margin-right: 0; }

	/* Add margin from image-block to text (in case of "Text & Images") */
	div.csc-textpic-intext-left .csc-textpic-imagewrap,
	div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
		margin-right: 10px;
	}
	div.csc-textpic-intext-right .csc-textpic-imagewrap,
	div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap {
		margin-left: 10px;
	}

	/* Positioning of images: */

	/* Center (above or below) */
	div.csc-textpic-center .csc-textpic-imagewrap, div.csc-textpic-center figure.csc-textpic-imagewrap { overflow: hidden; }
	div.csc-textpic-center .csc-textpic-center-outer { position: relative; float: right; right: 50%; }
	div.csc-textpic-center .csc-textpic-center-inner { position: relative; float: right; right: -50%; }

	/* Right (above or below) */
	div.csc-textpic-right .csc-textpic-imagewrap { float: right; }
	div.csc-textpic-right div.csc-textpic-text { clear: right; }

	/* Left (above or below) */
	div.csc-textpic-left .csc-textpic-imagewrap { float: left; }
	div.csc-textpic-left div.csc-textpic-text { clear: left; }

	/* Left (in text) */
	div.csc-textpic-intext-left .csc-textpic-imagewrap { float: left; }

	/* Right (in text) */
	div.csc-textpic-intext-right .csc-textpic-imagewrap { float: right; }

	/* Right (in text, no wrap around) */
	div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap { float: right; }

	/* Left (in text, no wrap around) */
	div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap { float: left; }

	div.csc-textpic div.csc-textpic-imagerow-last, div.csc-textpic div.csc-textpic-imagerow-none div.csc-textpic-last { margin-bottom: 0; }

	/* Browser fixes: */

	/* Fix for unordered and ordered list with image "In text, left" */
	.csc-textpic-intext-left ol, .csc-textpic-intext-left ul { padding-left: 40px; overflow: auto; }

	/* File Links */
	ul.csc-uploads { padding: 0; }
	ul.csc-uploads li { list-style: none outside none; margin: 1em 0; }
	ul.csc-uploads img { float: left; margin-right: 1em; vertical-align: top; }
	ul.csc-uploads span { display: block; }
	ul.csc-uploads span.csc-uploads-fileName { text-decoration: underline; }

	/* Table background colors: */

	table.contenttable-color-1 { background-color: #EDEBF1; }
	table.contenttable-color-2 { background-color: #F5FFAA; }
	table.contenttable-color-240 { background-color: black; }
	table.contenttable-color-241 { background-color: white; }
	table.contenttable-color-242 { background-color: #333333; }
	table.contenttable-color-243 { background-color: gray; }
	table.contenttable-color-244 { background-color: silver; }
/* default styles for extension "tx_rmsdlproducts" */
	textarea.f3-form-error {
		background-color:#FF9F9F;
		border: 1px #FF0000 solid;
	}

	input.f3-form-error {
		background-color:#FF9F9F;
		border: 1px #FF0000 solid;
	}

	.tx-rms-dl-products table {
		border-collapse:separate;
		border-spacing:10px;
	}

	.tx-rms-dl-products table th {
		font-weight:bold;
	}

	.tx-rms-dl-products table td {
		vertical-align:top;
	}



/*##### mainmenu #####*/
#headerwrap #mainmenu {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height:3rem;
  width: 100%;
  background-color: #204a80;
  float:right;

}


/* li allgemein */
#headerwrap #mainmenu li {
  display: inline-block;
  transition: 0.5s;
  }


/* Ebene 1 */
#headerwrap #mainmenu ul.m1 > li {
  padding-left: 1.5rem;
  padding-right:1.5rem;
  }

  #headerwrap ul.m1 li.mainmenu__m1-ul-li a:link,  #headerwrap ul.m1 li.mainmenu__m1-ul-li a, #headerwrap ul.m1 li.mainmenu__m1-ul-li a:visited {
    color: #ffffff;
    text-decoration: none;
    font-size: 1.0rem;
    line-height: 3.0rem;
    font-weight: normal;
    padding: 0px 25px;
  }
  
  #headerwrap ul.m1 li.mainmenu__m1-ul-li a.active {
    color:#A4A4A4;
  }

  #headerwrap ul.m1 li.mainmenu__m1-ul-li a.active:hover {
    color:#ffffff;
  }

  #headerwrap #mainmenu > ul {
position:relative;

margin: 0 auto;
padding: 0;
text-align:center;
z-index: 10000;
    }

    #headerwrap #mainmenu > ul.m2 > li > a {
      padding: 15px 25px;
      color: black;
    }


    #headerwrap #mainmenu > ul > li:hover {
/* background: #4096ee;*/
background-color: #0080FF; 
      color:white;
          }


/* Ebene 2 */

#headerwrap #mainmenu ul.m2 {
  position: absolute;
  width: 100%;
  box-sizing:border-box;
  top: -9999px;
  left: 0;
  padding: 3rem 40px 3rem 40px;
  padding-left: calc((100% - 1280px)/2);
  background-color: #E6E6E6; /* For browsers that do not support gradients */
  background-image: linear-gradient(#FFFFFF, #E6E6E6);
  text-align: left;
  /*border-top: 5px solid #4096ee; */
  border-top: 5px solid white;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  z-index: 1;
}

#headerwrap #mainmenu ul.m2.lupe {

  text-align: center;

}

#headerwrap #mainmenu ul.m1 li:hover ul.m2 {
  top: 100%;
  width: 100%;
}

#headerwrap ul.m2 li {
  text-decoration: none;
  min-width: 33%;
  height: 3rem;
} 

#headerwrap #mainmenu ul.m2 a {
  display: block;
  color:#333333;
  text-decoration: none;
  font-size: 0.9rem;
  line-height: 1.8rem;
  font-weight: normal;
  padding:0px;
  margin:0px;
  }

  
  #headerwrap #mainmenu ul.m2 a:hover{
    color:#A4A4A4;
    }
  



#headerwrap #mainmenu .column {
  float: left;
  width: 32%;
  margin-right: 2%;
}

#headerwrap #mainmenu .column:last-child {
  margin-right: 0;
}

#headerwrap ul.m3, #headerwrap ul.m4
{display:none;}

#tx-solr-search-form-bk-id{
  font-size:0.9rem;
  color: #333;
}
  
  #search #tx-solr-search-form input[type="text"] { 
  width: 175px;
  margin: 0.5rem;
  height:1rem;
  }
  
  #search #tx-solr-search-form input[type="submit"] { 
    background: url('../../fileadmin/template/logos/search.svg') no-repeat left;
    width:20px;
  }


  /*##### searchbox new 29.11.18 ##### */
  div.tx-solr-search-form-bk-class {
    display:none;
  background-color: #f2f2f2;
  border: 1px solid #cfcecf;
  font-size:0.75rem;
}

div.tx-solr-search-form-bk-class input.tx-solr-q-header{
  margin-left:2rem;
   font-size:0.75rem;
  }
  
  .search-input-span, .search-radio-span {
    padding-right: 1rem;
}


input#hamburg {display:none}

/*###############*/
/*##### FCE #####*/
/*###############*/
.fiftyFiftyWrapper,
.thirtyThirtyWrapper,
.sixtyThirtyWrapper,
.thirtySixtyWrapper,
.twentyWrapper,
.twentyFiveWrapper {
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
	margin-bottom: 1.5rem;
	margin-top: 1.5rem;	
}

.fiftyFiftyWrapper img,
.thirtyThirtyWrapper img,
.sixtyThirtyWrapper img,
.thirtySixtyWrapper img,
.twentyWrapper img {
max-width: 100%;
height: auto;	
}

.fiftyContent {
	float: left;
	width: 46.7%;
}

.fiftyLeft {
  margin-right: 6.6%;
  padding: 0;
  overflow: hidden;
  float: left;
}

.fiftyRight {
  margin-left: 0%;
  float: left;
}

.sixtyContent {
	float: left;
	width: 62%;
}
.sixtyContentRight {
	float: left;
	width: 62%;
}



.twentyContent  h1 , .twentyContentRight  h1 {
	margin: 0px;
	padding-right:0px;
	width:20%;
}
.thirtyContent {
	float: left;
	width: 28%;
	padding-right:8%;
}

.thirtyContentMiddle {
	float: left;
	width: 28%;
	padding-right:8%;
}
.thirtyContentRight {
	float: left;
	width: 28%;
}


.twentyFiveContent {
	float: left;
	width:20%;
	padding-right:6.6%;
	max-width:20%;
}

.twentyFiveContentRight {
	float: left;
	width: 20%;
}

.twentyContent {
	float: left;
	width: 15%;
	padding-right:6.25%;
}

.twentyContentRight {
	float: left;
	width: 15%;
}





/* test auf none - wegen Navi update */
.twentyFiveContent .csc-default {
	float:none;
}

.twentyFiveContent  h1 , .twentyFiveContentRight  h1 {
	margin: 0px;
	padding-right:0px;
	width:auto;
}



.twentyFiveContent .csc-textpic-text, .twentyFiveContentRight .csc-textpic-text {
	padding-top:5px;
	float:left;
	/*width:205px;*/
	width:100%;
}

.twentyFiveContentRight .csc-textpic-text a, .twentyFiveContent .csc-textpic-text a {
	padding-left: 30px;
	font-weight:bold;
	color:#656565;
	background-image: url('../../fileadmin/template/img/link-arrow.png');
	background-position: 5px 0px;
	background-repeat: no-repeat;
	float:left;
	width:auto;
}

.twentyFiveContentRight .csc-textpic-text a:hover, .twentyFiveContent .csc-textpic-text a:hover {
	color: #003399;
	text-decoration: none  
	
}


@media only screen and (max-width: 501px) {
	.thirtyContent, .thirtyContentMiddle, .thirtyContentRight, .twentyContent, .twentyContentRight, .twentyFiveContent, .twentyFiveContentRight, .sixtyContent, .sixtyContentRight {
		width: 100%;
		padding-right: 0px;
		max-width: 100%;
		padding-bottom:1.5em;
	}

	.twentyContent, .twentyFiveContent {
		border-bottom-color:gray;
		border-bottom-style:dashed;
		border-bottom-width:1px;
	}
}
body #container .twentyWrapper div:empty, 
.twentyFiveContent:empty, 
body #container .twentyWrapper .csc-default h1:empty, 
.thirtyThirtyWrapper div:empty, .thirtyContentRight div:empty,
div.twentyFiveContentRight:empty {
    display: none;
}

/*##############################*/
/*##### general Styles #########*/
/*##############################*/
* {
  margin: 0px;
  padding: 0px;
  font-family: Helvetica, Arial, sans-serif;
}

a {
  color: #3d8dc7;
  text-decoration: none;
}

/* Order matters: LHVA = link, visited, hover, active */
a:link {
  color: #3178BA;
}

a:hover {
  color: #003399;
  text-decoration: none;
}


body {
  font-size: 100.01%;
/* entspricht 16px, 100% ergibt keine gleichmäßige Skalierung im IE */
  margin: 0px;
  color: #666666;
  margin-top:15px;
  background-color: white;
}

#contentwrap table {
  border-collapse: collapse;
}

#contentwrap td{
  vertical-align: top;
}

h2, h3, h4, h5 {
  font-size: 1em;
  color: #031e51;
  line-height: 18px;
  margin: 5px 0 3px 0;
}

h1{
  font-weight: 400;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 1.75rem;
  color: #585858;
}

h2.mainheader2 {
  font-weight: 400;
  margin-top: 2rem;
  font-size: 1.5rem;
  line-height: 1.75rem;
  color: #585858;
  }

h6 {
  font-size: 1em;
  color: #666666;
}

a h6 {
  font-size: 1em;
  color: #002962;
}

h5.solr-only {
  font-size: 1em;
  color: #666666;
  font-size: 1em;
  font-weight: normal;
  margin: 0px;
}

/* RTE CSS */
p.align-left, h1.align-left, h2.align-left, h3.align-left, h4.align-left, h5.align-left, h6.align-left, td.align-left { text-align: left; }
p.align-center, h1.align-center, h2.align-center, h3.align-center, h4.align-center, h5.align-center, h6.align-center, td.align-center { text-align: center; }
p.align-right, h1.align-right, h2.align-right, h3.align-right, h4.align-right, h5.align-right, h6.align-right, td.align-right { text-align: right; }

span.important { color: #95003c; }
span.name-of-person { color: #10007B; }
span.detail { color: #186900; }
/* RTE end*/
textarea, input, select {
  font-size: 1em;
  border: 1px solid #cccccc;
  background-color: #FFFFFF;
}

select {
  margin: 15px 0pt 20px 2px;
  min-width: 150px;
}

img {
  border: none;
}

hr {
  border: 0px;
  border-top: 1px solid #000000;
  height: 0px;
}

.left {
  float: left;
}

.rigth {
  float: right;
}

.clear {
/* zum clearen der floatenden Div's */
  clear: both;
  line-height: 0px;
  height: 0px;
  width: 0px;
  font-size: 0px;
}

dfn {
  display: none;
}

#contentwrap ul{
  list-style-type: square;
  padding: 5px 0;
}
#contentwrap ol{
  padding: 5px 0;
}
#contentwrap ul li,  #contentwrap ol li{
  margin-left: 20px;
}
  
#contentwrap .filelinks .pdf {
  background-image: url('../../fileadmin/template/img/pdf.gif') !important;
  height:25px;
}

/*##############################*/
/*##### page construction ######*/
/*##############################*/
#container {
  margin: 0px auto;
  width: 100%;
  text-align: left;
  font-size: 62.5%;
}


/*##################*/
/*##### HEADER #####*/
/*##################*/


/*##### logo #####*/
#headerwrap #logo {
  float: none;
  clear:both;
}

/*##################*/
/*##### logo img bk 10.01.2018 #####*/
/*##################*/
#logo #logoImg img {
	width: 290px;
	height: 87px;
	margin-left: 1%;
}

/*##### language menu #####*/
#headerwrap #langmenu {
  float:right;
  margin-top:-20px;
  padding-right:20px;

  
}
#headerwrap #langmenu a {
  margin-left: 2px;
}

/*##### countryname_and_flag #####*/
#countryname_and_flag {
  width:auto;
  float:right;
  margin-top:-22px;
  padding-right:1%;
}
#countryname_and_flag .countryname_text {    
  float:left;  
  padding-top:5px;
  font-weight:bold;
  margin-right:5px;
  font-size:12px;
  text-align:right;
}
#countryname_and_flag .countryname_image {
  float:left;  
  text-align:right;
}



/*##### countrypagename #####*/
#headerwrap #countrypagename {
  float: right;
  border-right: 1px solid #666666;
  margin-right: 8px;
  padding-right: 7px;
  line-height: 18px;
}

/* social media menu France Top*/  
div.menu-container-bk{float:none; height: 1.75em; padding-top: 0.5em;}
div.sozial-media-menu-top-right-bk{float:right; margin-right: 1%;}
div.sozial-media-menu-top-right-bk img {height: 1.75em; width: auto; margin-right: 0px;}
div.sozial-media-menu-top-right-bk a {text-decoration: none; color: #1C1C1C; font-size: 1.25em; font-weight: bold;}
span.sozial-media-icon {padding-left: 1em; }


/*#################*/
/*##### breadcrumb #####*/
/*#################*/


/*##### breadcrumb menu #####*/
#container #breadcrumb {
  margin-left: 1%;
  margin-right: 1%;
  /*margin-top:100px;*/
  /*padding: 6px 15px;*/
  padding-bottom:6px;
  padding-top: 10px;
  margin-bottom:20px;
  border-bottom: 2px dotted #9A9A9A;
  /*position: relative;*/
  margin-top:0px;
  float:left;
  /*width: 1136px;*/
  /*width: 1063px;*/
  width:98%;

  padding-left:0px;
  /*background-image: url('../../fileadmin/template/img/header-shadow.gif');*/
  background-repeat: no-repeat;
  background-position: top left;

}



#container #breadcrumb a,
#container #breadcrumb a:link,
#container #servicemenu a:visited,
#container #breadcrumb a:active,
#container #breadcrumb a:focus {
  color: #666666;
  text-decoration: none;
}
#container #breadcrumb a:hover {
  color: #003399;
}



#container #breadcrumb .printlinkimage {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  right: 0;
  top: 30px;
  margin-top: 2px;
  width: 20px;
}


/*#################*/
/*##### FLASH #####*/
/*#################*/
#flashwrap {
  padding: 0px;
  padding-top: 0rem;
  margin-bottom: 0px;
  padding-bottom:7px;
  background-position: bottom;
  background-repeat: no-repeat;
  margin: auto;
}

#flashwrap .csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
  margin:0px;
  padding:0px;
}
#flashwrap .csc-textpic  {
  margin:0px;
  padding:0px;
}




/*###################*/
/*##### CONTENT #####*/
/*###################*/
#contentwrap {
  padding: 0px;
  font-size:0.9rem;
  line-height: 1.35rem;
  position: relative;
  width:98%;
  max-width:1600px;
  margin:auto;
}

#contentwrap a:link,
#contentwrap a:visited {
  color: #3d8dc7;
  text-decoration: none;
}

#contentwrap a:hover,
#contentwrap a:active {
  text-decoration: underline;
}


/*##### slider #####*/



.slider .arrow_left {
  width: 21px;
  height: 90px;
  float: left;
  margin: 28px 4px 0px 0px;
}

.slider .arrow_right {
  width: 21px;
  height: 90px;
  float: left;
  margin: 28px 0px 0px 4px;
}

.slider .slidercontent {
  float: left;
  width: 846px;
  overflow: hidden;
}

.slider .slidercontent2 {
  float: left;
  width: 2000px;
}

.slider .slidercontent2 {
  font-size: 0.9em;
}

.slidercontent .sliderElement {
  float: left;
  margin-right: 9px;
  width: 162px;
}

/*#####Bilder ######*/
div.csc-textpic .csc-textpic-imagewrap img {
	border: none;
	display: block;
	width: 100%;
	height: auto;
  max-width: 100%;
}

/*#####Bilder ######*/
div.csc-textpic .csc-textpic-imagewrap {
  /* background-color: #E6E6E6; */ /* For browsers that do not support gradients */
  /*background-image: linear-gradient(#FFFFFF, #E6E6E6);*/
  width: 100%;
}

/* bild skalieren */
div.ce-gallery div.ce-row div.ce-column div.ce-media img
{
  max-width: 100%;
	height: auto;
  
}


/*##### shadowFrame #####*/
.shadowFrameLayer1, .shadowFrameLayer2, .shadowFrameLayer3, .shadowFrameLayer4, .shadowFrameLayer5, .shadowFrameContent{
  position: relative;
  bottom: 1px;
  right: 1px;
}
.shadowFrameLayer1{
  background-color: #fcfcfc;
  margin: 5px 0 0 5px;
  
}
.shadowFrameLayer2{
  background-color: #f4f4f4;
}
.shadowFrameLayer3{
  background-color: #d9d9d9;
}
.shadowFrameLayer4{
  background-color: #b5b5b5;
}
.shadowFrameLayer5{
  background-color: #9f9f9f; /*ganz dunkel*/
}
.shadowFrameContent {
  border: 4px solid #e6e6e6;
  background-color: #FFF;
  padding: 5px 7px;
}



/*##################*/
/*##### bk solr suche results  start*/
/*##### template: html\typo3\fileadmin\template\html\solr_results.htm   #####*/
/*##################*/


/*##### Fulltext Search Results #####*/
#searchResults{
  width:100%;
}
#searchResults .searchresult-element-content {
  width:100%;
  clear: both;
  padding-top: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #cfcecf;
}
/*##### bk solr suche results end  */


p.searchPages span.pager-next, p.searchPages span.pager-prev {
  padding: 0;
}
  
p.searchPages span.pager-next img, p.searchPages span.pager-prev img {
  vertical-align: middle;
}

/*##################*/
/*##### FOOTER #####*/
/*##################*/
#footerwrap #copyright {
  text-align:left;
  margin-left: 1%;
margin-right: 1%;
}

#footerwrap #footer-metanavi {
  border-top: 1px solid #9e9e9e;
  border-bottom: 1px solid #9e9e9e;
  padding-top:7px;
  padding-bottom:7px;
  margin-bottom:14px;
}

/*bk */
#footerwrap {
  font-size:1rem;
  height: 90px;
  padding-top: 15px;
  color: #666666;
  text-align: center;
  line-height: 1.5em;
}

#footerwrap a:link,
#footerwrap a:visited {
  text-decoration: none;
  margin: 0px 5px;
  color: #666666;
}

#footerwrap a:hover,
#footerwrap a:focus {
  color: #003399;
}
/* Sitemap */
div.tx-dropdownsitemap-pi1 {
  margin-left: 100px;
}
/*##### overLIB style #####*/
#overLibContentWrap {
  font-size:12px !important;
  color: #797979 !important;
  width: 250px !important;
  padding-bottom: 10px;
} 
#overLibContentImage {
  background: url('../../typo3conf/ext/overlib/images/contentBG_left.png');
  background-repeat: repeat-y;
}

.TipCap {
  font-size: 1em !important;
  color:#031e51 !important;
  line-height:18px !important;
  font-weight: bold !important;
  padding-bottom: 5px !important;
}
.TipClose a {
  font-size: 1.2em !important;
  font-weight: bold !important;
  color: #797979 !important;
  position: absolute !important;
  left: 220px !important;
  line-height: 1.2em !important;
}
/*****************************
*
*  Form
*
******************************/
.tx-powermail-pi1_fieldset {
  border: none;
  margin: 30px 0 0 0;
  padding: 0;
}

.tx-powermail-pi1_fieldset legend {
  display: none;
}

.tx_powermail_pi1_fieldwrap_html,
.tx_powermail_pi1_fieldwrap_html_text {
  width: 360px;
  margin: 0 0 10px 0;
  padding: 0;
  clear: both;
  display:block;
}

.tx_powermail_pi1_fieldwrap_html label,
.tx_powermail_pi1_fieldwrap_html_text label,
p.tx_powermail_pi1_fieldwrap_html_radio_title {
  font-weight: bold;
  color: #535353;
  width: 150px;
  float:left;
}

.tx_powermail_pi1_fieldwrap_html input,
.tx_powermail_pi1_fieldwrap_html_text input,
.tx_powermail_pi1_fieldwrap_html_file input,
.tx_powermail_pi1_fieldwrap_html_textarea textarea,
.tx_powermail_pi1_fieldwrap_html_select select {
  width: 200px;
  margin: 0;
}

.tx_powermail_pi1_fieldwrap_html_select select {
  border: 1px solid #cccccc;
}

.tx_powermail_pi1_fieldwrap_html input,
.tx_powermail_pi1_fieldwrap_html_text input{
  height: 18px;
}
.tx_powermail_pi1_fieldwrap_html_submitgraphic input {
  width: 18px;
  float: right;
  margin-right: 5px;
  border: none;
}
.tx_powermail_pi1_fieldwrap_html_file input {
  height: auto;
}

.tx_powermail_pi1_fieldwrap_html .powermail_radio_inner {
  float:left;
  width: auto;
  height: 25px;
}

.tx_powermail_pi1_fieldwrap_html .powermail_radio_inner label,
.tx_powermail_pi1_fieldwrap_html_text .powermail_radio_inner label {
  width:auto;
}

p.tx_powermail_pi1_fieldwrap_html_checkbox_title {
  display:none;
}


.powermail_check_inner input,
.powermail_radio_inner input {
  border: none;
  padding: 0;
  margin: 0;
  width:auto;
  height: auto;
}

.powermail_radio_inner input {
  margin: 0 15px 0 3px;
}

.tx_powermail_pi1_fieldwrap_html input.powermail_submit, input[type=submit]{
  cursor: pointer;
  width:auto;
  /*background: white url('../../fileadmin/template/img/button_arrow_right.gif') no-repeat left;*/
  background: url('../../fileadmin/template/img/searchbtn-news.jpg') no-repeat left;
  border: none;
  color: #031e51;
  font-weight:bold;
  padding-left:22px;
  margin: 5px 0;
  height: 22px;
}



.internal-link img,
.download img,
a img {
  line-height: inherit;
  vertical-align: text-bottom;
  margin: 0 0 0 0;
  padding: 0;
}

/*
bk mistake with comment - commented all paragraph
dl.csc-textpic-image,
dl.csc-textpic-lastcol {
  margin: 0 !important;
  padding: 0  !important;
}*/

dd.csc-textpic-caption, .news-single-imgcaption{
  font-size: 0.9em;
  padding: 3px 0 6px 0;
}
.csc-textpic{
  margin: 8px 0;
}





/* bk overview text image */
.ce-bodytext p:first-of-type,  .ce-bodytext h3:first-of-type{
  margin-top:10px;
}

/* bk like .csc-textpic */
.ce-textpic.ce-left.ce-above{
  margin: 8px 0;

}

/*****************************************************/
/* TEMPORARY FIX FOR MISSING LINKS                   */
/****************************************************/
#contentwrap span, #contentwrap span.mainDescription {
 background-color:transparent !important;
 border: none !important;
 color:#666666 !important;
}



/******************************************************/
/* front end editing for news */
/******************************************************/
table.typo3-editPanel td.typo3-editPanel-controls {
  background-color: #fff;
  padding: 0px;
  margin: 0px;
}
table.typo3-editPanel td.typo3-editPanel-controls img {
  padding: 0px;
  margin: 0px;
}
table.typo3-editPanel td.typo3-editPanel-label {
  background-color: #fff;
}







/*FACEBOOK*/

.fb-like-cat {
  margin-top:10px;
}


#fb-btn {
  float:right;
  width:150px;
  text-align:left;
}

#fb-like-dummy {
  float:left;
  text-align:left;
}



.fb-like-fake {
  position:absolute;
  z-index:10000;
}

#privacy-tooltip {
  border: 1px solid #ccc;
  position:absolute;
  padding:8px;
  margin-right:155px;
  margin-top:-100px;
  z-index: 20000;
  font-size:11px;
  color:#999;
  background-color:#FFF;
  line-height: 14px;
  text-align:left;
  width: 200px;
  right:0px;

}

/* <bk> container ganz unten mit dem Hinweis "ladend" */
#sb-container {
display: none;
}
/* </bk> */

#mm-0{
  position:static;
}


#contentwrap #AnkerMenuBKMain {
    padding: 0px;
    list-style-type: none;
    float: none;
    width: 100%;
}
#contentwrap #AnkerMenuBKMain li {
	float: left;
	width: 18%;
	text-align: center;
	margin-left: 0px;
}
#SubMenuDivBK {
	border-bottom: 2px dotted #9a9a9a;
	padding-bottom: 20px;
	margin-bottom: 20px;
	float: none;
	clear: both;
}
/* CSS Document */

.rootAccordion{
  padding: 10px 0 10px 0;
}
.accordionHeadline {
  margin: 0;
  padding: 0;
  width: 100%;
  color: #666666;
  border-bottom: 1px solid #d4d2d4;
  cursor: pointer;
  min-height: 2rem;
}

.accordionHeadline h1,
.accordionHeadline h2 {
  line-height: 15px;
  color: #797979;
  padding-left: 25px;
  font-size:1em;
  display:block;
  text-align:left;
  font-weight:bold;
margin-top: 0;
margin-bottom: 0;
}
.accordionHeadline h1.active{
  color: #347abc;
}

.accordionHeadline img {
  float: left;
  padding-right:10px;
}

.accordionContent {
  margin: 0px auto;
  padding-top: 15px;
  width: 100%;
}

.accordionContent a {
  float:left; /*Float damit bei Hover auf Bild das - nicht angezeigt wird */
}

.accordionContent div a {
  float:none; /*hebt obiges Float auf */
}

.accordionContent h1 {
  clear:both;
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 1.3em;
}

.accordionContent h2 {
  clear:both;
  padding: 0;
  margin: 0;
}

.accordionContent ul {
  margin: 0 0 20px 0;
  padding: 2px 0 0 0 !important;  
}

.accordionContent ul li {
  margin: 0 0 0 1em;
  padding: 0;
}

.accordionContent img {
  margin: 0px 10px 10px 0px;
  padding: 0;
}

div.rootAccordion div.slide li h2 {
	margin: -10px 0 0 0;
	padding: 0;
}

@media only screen and (max-width: 945px) {
.accordionHeadline img {
  float: right;
}
}
/*##### Glossary #####*/
span#glossarContainer {
	/* setting a minimum width for span surrounding
	glossarDescription suppresses linebreak in IE */
	width: 1px;
	height: 1px;
}
span.wt_csstooltip {
  color:#3d8dc7;
  cursor: pointer;
}
div.glossarWrapper{
	/*display: block;*/
	display: none;
	position: absolute;
	width: 403px;
	height: 269px;
	color: #000000;
	text-align: left;
	padding: 5px;
	font-size: 11px;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	z-index: 2500; 
}
div#glossarDescription{
  overflow-y: auto;
  height: 185px;
  width: 250px;
  margin-left: 40px;
}
span#closeImage{
  float: right;
}
/*##### Tooltip left #####*/
div.glossarTooltipHeader_left{
  height: 22px;
  background-image:url('../../fileadmin/template/img/glossaryTooltip/glossaryHeader_left.png');
  background-repeat:no-repeat;
}
div.glossarTooltipContent_left{
  height: 190px;
  background-image:url('../../fileadmin/template/img/glossaryTooltip/glossaryBg_left.png');
	background-repeat:repeat-y;
}
div.glossarDescription_left{
  margin-right: 10px;
}
div.glossarTooltipFooter_left{
  height: 57px;
  background-image:url('../../fileadmin/template/img/glossaryTooltip/glossaryFooter_left.png');
  background-repeat:no-repeat;
}
span.closeImage_left{
margin: 7px 13px 0 0;
}

/*##### Tooltip right #####*/
div.glossarTooltipHeader_right{
  height: 22px;
  background-image:url('../../fileadmin/template/img/glossaryTooltip/glossaryHeader_right.png');
  background-repeat:no-repeat;
}
div.glossarTooltipContent_right{
  height: 190px;
  background-image:url('../../fileadmin/template/img/glossaryTooltip/glossaryBg_right.png');
	background-repeat:repeat-y;
}
div.glossarDescription_right{
  margin-right: 34px;
}
div.glossarTooltipFooter_right{
  height: 57px;
  background-image:url('../../fileadmin/template/img/glossaryTooltip/glossaryFooter_right.png');
  background-repeat:no-repeat;
}
span.closeImage_right{
margin: 7px 37px 0 0;
}
span.hand {
color:#666666;
cursor:pointer;
float:right;
font-size:12px;
font-weight:bold;
position:absolute;
z-index:800;
margin: 10px 0 0 15px;
}

span.hand {
margin: 0\9
}
#bALlO0nBdY{
font-family: Arial,Helvetica,sans-serif;
color: #666666;
font-size:1em;
}


/***** TEST 1
div.tipballoon table {
	border: 1px solid black !important;
}
****/


table.htmlarea-showtableborders td {
	padding: 0 5px;
}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url('../../fileadmin/template/img/macFFBgHack.png') repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=50);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #cdcdcd;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}


@media only screen and (max-width: 1279px) {

  #headerwrap #mainmenu ul.m1 > li {
    padding-left: 0.5rem;
    padding-right:0.5rem;
    }
  
    #headerwrap #mainmenu ul.m2 {
      padding-left: calc((100% - 925px)/2);
  }
  #headerwrap ul.m2 li {
    min-width: 50%;
  } 

  }
  
  @media only screen and (max-width: 945px) {
    #logo #logoImg img {
      width: 200px;
      height: 60px;
  }

  #headerwrap #mainmenu {
    height: 50px;
}   
ul.m1 {
    display:none;
    background-color: #204a80;
      }

      #headerwrap #mainmenu li {
          display: block;
          line-height: 4rem;
      }

      #headerwrap ul.m1 li.mainmenu__m1-ul-li a:link, #headerwrap ul.m1 li.mainmenu__m1-ul-li a, #headerwrap ul.m1 li.mainmenu__m1-ul-li a:visited {
        font-size: 1.5rem;
        line-height: 3rem;
        width: 90%;
        display: inline-block;
      }

      #search-lupe img {
          height: 1.5rem;
          width: auto;
      }

  ul.m2 {
display:none;
  }

div.hamburger-div{float:right;}

  div.tx-solr-search-form-bk-class {
display:block;
      }



    label.hamburg { 
      display: block;
      width: 75px; height: 50px; 
      position: relative; 
      margin-right: calc(100% - 80px); 
      margin-left: auto;
      border-radius: 4px; 
    }
    

    .line { 
      position: absolute; 
      left:10px;
      height: 4px; width: 55px; 
      background: #fff; border-radius: 2px;
      display: block; 
      transition: 0.5s; 
      transform-origin: center; 
   }
   
   .line:nth-child(1) { top: 12px; }
   .line:nth-child(2) { top: 24px; }
   .line:nth-child(3) { top: 36px; }
   
   #hamburg:checked + .hamburg .line:nth-child(1){
      transform: translateY(12px) rotate(-45deg);
   }
   
   #hamburg:checked + .hamburg .line:nth-child(2){
      opacity:0;
   }
   
   #hamburg:checked + .hamburg .line:nth-child(3){
      transform: translateY(-12px) rotate(45deg);
   }
   #hamburg:checked ~ ul.m1 {

          display:block;
    }

   div.hamburger-div {

    display:block;
    }
    .search-radio-span {display:none;}
    #tx-solr-search-form-bk-id input[type=text] {
      width:50%;
    }

  h1 {
	font-weight: 400;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 18px;
	line-height: 27px;
	color: #585858;
	text-align: center;
}
h2.mainheader2 {
	font-family: Helvetica,Arial,sans-serif;
	font-weight: 400;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 16px;
	line-height: 24px;
	color: #585858;
	text-align: center;
}


img {
  max-width: 100%;
  height: auto;
}

  }
  
  @media only screen and (max-width: 799px) {
  



  /* quickmenu */       

  .flex-teaser-bk {
    flex-wrap: wrap;
    justify-content: center;
}
.flex-teaser-bk .flex-teaser-bk-6-item {
    width: 25%;
}



  }
  
  @media only screen and (max-width: 675px) {

  

    /* quickmenu */       
.flex-teaser-bk .flex-teaser-bk-6-item {
    width: 30%;
}
  }
  
  @media only screen and (max-width: 501px) {
    #logo #logoImg img {
        width: 200px;
        height: 60px;
    }


      /*startseite*/
      #c77739,#c77759,#c78760{display:none}

/*startseite h1 container*/
#c75936 {clear:both;}
h1 {
	font-size: 16px;
    line-height: 24px;
    padding-top: 16px;
    padding-bottom: 16px;
    text-align: left;
}
.flex-teaser-bk .flex-teaser-bk-6-item, .flex-teaser-bk .flex-teaser-bk-5-item {
	width: 50%;
margin-top: 15px;

}

  }
  @media only screen and (max-width: 360px) {
/* FR  */
    div.sozial-media-menu-top-right-bk{
        width:100%;
    }
  div.sozial-media-menu-top-right-bk a {
	font-size: 12px;
}
div.sozial-media-menu-top-right-bk img {
	height: 15px;
}
 /* Quickmenu start */


.flex-teaser-bk .flex-teaser-bk-6-item, .flex-teaser-bk .flex-teaser-bk-5-item {
	width: 100%;
margin-top: 15px;

}






}

  @media only screen and (max-width: 320px) {

  div.sozial-media-menu-top-right-bk a {
	font-size: 10px;
}
div.sozial-media-menu-top-right-bk img {
	height: 15px;
}
  }
  @media only screen and (max-width: 240px) {
  #solrsearchwrapbk {
    display:none;
  }
}
.tx-rmsalpinedealerlocator-pi1 #header {
    margin-bottom:20px;
}
.tx-rmsalpinedealerlocator-pi1 #content1 {
    margin-bottom:20px;
}
.tx-rmsalpinedealerlocator-pi1 #retailercontainer {    
    margin-bottom: 20px;    
    float:left;
}
.tx-rmsalpinedealerlocator-pi1 #retailercontainer #retailerimg {
    float:left;
}
.tx-rmsalpinedealerlocator-pi1 #retailercontainer #retailerimg  img{
    float:left;
}
.tx-rmsalpinedealerlocator-pi1 #retailercontainer #retailerlist {
    width:645px;
    float:left;
}
.tx-rmsalpinedealerlocator-pi1 #retailercontainer #retailerlist #content2 {
   float:left;
   margin-bottom:30px;
}
img.sliderBigImage{width:1210px;height:700px;}
img.sliderTopImage, img.sliderBottomImage{width:780px;height:auto;}
.mod-slider .slider--keyVisual{float:left;width:1210px;height:auto;}
.mod-slider .slider--movie{float:right;width:780px;}
.mod-slider .slider--subVisual{float:right;margin-top:10px;width:780px;}
.mod-slider .slider--navigation a{width:9%;margin-left:1.1%;font-size:0.9rem;padding-top: 0.2rem;padding-bottom: 0.2rem;}
.mod-slider .slider--headline h2{display:none;}
.mod-slider .slide{display:none}
.mod-slider .slider--navigation{clear:both;padding-top:11px}
.mod-slider .slider--navigation a{color:#fff;display:inline-block;background-color:#b2b2b2;text-align:center;transition:all .25s ease-in}
.mod-slider .slider--navigation a:hover{background-color:#999}
.mod-slider .slider--navigation a.cycle-pager-active{background-color:#333}
.mod-slider .slider--navigation a:first-child{margin-left:0}
.mod-slider .slider--headline h2, .Bannerheadline-bk {display:none;}
#flashwrap {padding: 0px 0px 7px;margin-bottom: 0px;background-image: none;max-width:2000px;}#container #breadcrumb {display: none;}
#flashwrap {width:2000px;}

@media screen and (min-width: 2000px) {
  #flashwrap {width:2000px;}
  img.sliderBigImage, .mod-slider .slider--keyVisual {width:1210px;height:700px; }
  img.sliderTopImage, img.sliderBottomImage, .mod-slider .slider--movie, .mod-slider .slider--subVisual {width:780px;}
  .mod-slider .slider--movie, img.sliderTopImage{height:370px;}
  .mod-slider .slider--subVisual, img.sliderBottomImage{height:320px;}
  .mod-slider .slider--subVisual{margin-top:10px;}
}

@media screen and (max-width: 1999px) and (min-width: 1903px) {
  #flashwrap {width:1903px;}
  img.sliderBigImage, .mod-slider .slider--keyVisual {width:1151px;height:666px; }
  img.sliderTopImage, img.sliderBottomImage, .mod-slider .slider--movie, .mod-slider .slider--subVisual {width:742px;}
  .mod-slider .slider--movie, img.sliderTopImage{height:352px;}
  .mod-slider .slider--subVisual, img.sliderBottomImage{height:304px;}
  .mod-slider .slider--subVisual{margin-top:10px;}
}


@media screen and (max-width: 1902px) and (min-width: 1800px) {
  #flashwrap {width:1800px;}
  img.sliderBigImage, .mod-slider .slider--keyVisual {width:1089px;height:630px; }
  img.sliderTopImage, img.sliderBottomImage, .mod-slider .slider--movie, .mod-slider .slider--subVisual {width:702px;}
  .mod-slider .slider--movie, img.sliderTopImage{height:333px;}
  .mod-slider .slider--subVisual, img.sliderBottomImage{height:288px;}
  .mod-slider .slider--subVisual{margin-top:9px;}
}

@media screen and (max-width: 1799px) and (min-width: 1700px) {
  #flashwrap {width:1700px;}
  img.sliderBigImage, .mod-slider .slider--keyVisual {width:1029px;height:595px; }
  img.sliderTopImage, img.sliderBottomImage, .mod-slider .slider--movie, .mod-slider .slider--subVisual {width:663px;}
  .mod-slider .slider--movie, img.sliderTopImage{height:315px;}
  .mod-slider .slider--subVisual, img.sliderBottomImage{height:272px;}
  .mod-slider .slider--subVisual{margin-top:8px;}
}

@media screen and (max-width: 1699px) and (min-width: 1600px) {
  #flashwrap {width:1600px;}
  img.sliderBigImage, .mod-slider .slider--keyVisual {width:968px;height:560px; }
  img.sliderTopImage, img.sliderBottomImage, .mod-slider .slider--movie, .mod-slider .slider--subVisual {width:624px;}
  .mod-slider .slider--movie, img.sliderTopImage{height:296px;}
  .mod-slider .slider--subVisual, img.sliderBottomImage{height:256px;}
  .mod-slider .slider--subVisual{margin-top:8px;}
}

@media screen and (max-width: 1599px) and (min-width: 1536px) {
  #flashwrap {width:1536px;}
  img.sliderBigImage, .mod-slider .slider--keyVisual {width:929px;height:537px; }
  img.sliderTopImage, img.sliderBottomImage, .mod-slider .slider--movie, .mod-slider .slider--subVisual {width:599px;}
  .mod-slider .slider--movie, img.sliderTopImage{height:284px;}
  .mod-slider .slider--subVisual, img.sliderBottomImage{height:246px;}
  .mod-slider .slider--subVisual{margin-top:7px;}
  #contentwrap {width:1536px;}
}

@media screen and (max-width: 1535px) and (min-width: 1440px) {
  #flashwrap {width:1440px;}
  img.sliderBigImage, .mod-slider .slider--keyVisual {width:871px;height:504px; }
  img.sliderTopImage, img.sliderBottomImage, .mod-slider .slider--movie, .mod-slider .slider--subVisual {width:562px;}
  .mod-slider .slider--movie, img.sliderTopImage{height:266px;}
  .mod-slider .slider--subVisual, img.sliderBottomImage{height:230px;}
  .mod-slider .slider--subVisual{margin-top:8px;}
  #contentwrap {width:1440px;}
}

@media screen and (max-width: 1439px) and (min-width: 1366px) {
  #flashwrap {width:1366px;}
  img.sliderBigImage, .mod-slider .slider--keyVisual {width:826px;height:478px; }
  img.sliderTopImage, img.sliderBottomImage, .mod-slider .slider--movie, .mod-slider .slider--subVisual {width:533px;}
  .mod-slider .slider--movie, img.sliderTopImage{height:253px;}
  .mod-slider .slider--subVisual, img.sliderBottomImage{height:219px;}
  .mod-slider .slider--subVisual{margin-top:6px;}
  #contentwrap {width:1366px;}
}

@media screen and (max-width: 1365px) and (min-width: 1280px) {
  #flashwrap {width:1280px;}
  img.sliderBigImage, .mod-slider .slider--keyVisual {width:774px;height:448px; }
  img.sliderTopImage, img.sliderBottomImage, .mod-slider .slider--movie, .mod-slider .slider--subVisual {width:499px;}
  .mod-slider .slider--movie, img.sliderTopImage{height:237px;}
  .mod-slider .slider--subVisual, img.sliderBottomImage{height:205px;}
  .mod-slider .slider--subVisual{margin-top:6px;}
  .mod-slider .slider--navigation a{font-size:8px;}
  #contentwrap {width:1280px;}
  }

  @media screen and (max-width: 1279px) and (min-width: 1093px) {
    #flashwrap {width:1093px;}
    img.sliderBigImage, .mod-slider .slider--keyVisual {width:661px;height:382px; }
    img.sliderTopImage, img.sliderBottomImage, .mod-slider .slider--movie, .mod-slider .slider--subVisual {width:426px;}
    .mod-slider .slider--movie, img.sliderTopImage{height:202px;}
    .mod-slider .slider--subVisual, img.sliderBottomImage{height:175px;}
    .mod-slider .slider--subVisual{margin-top:5px;}
    #contentwrap {width:1093px;}
    }

    @media screen and (max-width: 1092px) and (min-width: 1024px) {
      #flashwrap {width:1024px;}
      img.sliderBigImage, .mod-slider .slider--keyVisual {width:620px;height:359px; }
      img.sliderTopImage, img.sliderBottomImage, .mod-slider .slider--movie, .mod-slider .slider--subVisual {width:399px;}
      .mod-slider .slider--movie, img.sliderTopImage{height:189px;}
      .mod-slider .slider--subVisual, img.sliderBottomImage{height:164px;}
      .mod-slider .slider--subVisual{margin-top:6px;}
      #contentwrap {width:1024px;}
      }

  @media screen and (max-width: 1023px) and (min-width: 960px) {

        #flashwrap {width:960px;}
        img.sliderBigImage, .mod-slider .slider--keyVisual {width:581px;height:336px; }
        img.sliderTopImage, img.sliderBottomImage, .mod-slider .slider--movie, .mod-slider .slider--subVisual {width:374px;}
        .mod-slider .slider--movie, img.sliderTopImage{height:178px;}
        .mod-slider .slider--subVisual, img.sliderBottomImage{height:154px;}
        .mod-slider .slider--subVisual{margin-top:4px;}
        .mod-slider .slider--navigation a{font-size:10px;}  
        #contentwrap {width:960px;}   
        }

@media screen and (max-width: 959px) and (min-width: 846px) {

      #flashwrap {width:846px;}
      img.sliderBigImage, .mod-slider .slider--keyVisual {width:512px;height:296px; }
      img.sliderTopImage, img.sliderBottomImage, .mod-slider .slider--movie, .mod-slider .slider--subVisual {width:330px;}
      .mod-slider .slider--movie, img.sliderTopImage{height:157px;}
      .mod-slider .slider--subVisual, img.sliderBottomImage{height:135px;}
      .mod-slider .slider--subVisual{margin-top:4px;}
      .mod-slider .slider--navigation a{font-size:9px;} 
      #contentwrap {width:846px;}
      }
@media screen and (max-width: 845px) and (min-width: 800px) {
      #flashwrap {width:800px;}
      img.sliderBigImage, .mod-slider .slider--keyVisual {width:484px;height:280px; }
      img.sliderTopImage, img.sliderBottomImage, .mod-slider .slider--movie, .mod-slider .slider--subVisual {width:312px;}
      .mod-slider .slider--movie, img.sliderTopImage{height:148px;}
      .mod-slider .slider--subVisual, img.sliderBottomImage{height:128px;}
      .mod-slider .slider--subVisual{margin-top:4px;} 
      .mod-slider .slider--navigation a{font-size:8px;}  
      #contentwrap {width:800px;}
      }
@media screen and (max-width: 799px) and (min-width: 768px) {

        #flashwrap {width:768px;}
        img.sliderBigImage, .mod-slider .slider--keyVisual {width:465px;height:269px; }
        img.sliderTopImage, img.sliderBottomImage, .mod-slider .slider--movie, .mod-slider .slider--subVisual {width:300px;}
        .mod-slider .slider--movie, img.sliderTopImage{height:142px;}
        .mod-slider .slider--subVisual, img.sliderBottomImage{height:123px;}
        .mod-slider .slider--subVisual{margin-top:4px;}
        .mod-slider .slider--navigation a{font-size:7px;} 
        #contentwrap {width:768px;}
}
  @media screen and (max-width: 767px) {
 #slider-pagination {
      display: none;
  }

}


  @media screen and (max-width: 767px) and (min-width: 718px) {
    #flashwrap {width:718px;}
    img.sliderBigImage, .mod-slider .slider--keyVisual {width:434px;height:251px; }
    img.sliderTopImage, img.sliderBottomImage, .mod-slider .slider--movie, .mod-slider .slider--subVisual {width:280px;}
    .mod-slider .slider--movie, img.sliderTopImage{height:133px;}
    .mod-slider .slider--subVisual, img.sliderBottomImage{height:115px;}
    .mod-slider .slider--subVisual{margin-top:3px;}
    #contentwrap {width:718px;}
  }

  @media screen and (max-width: 717px) and (min-width: 668px) {

      #flashwrap {width:668px;}
      img.sliderBigImage, .mod-slider .slider--keyVisual {width:404px;height:234px; }
      img.sliderTopImage, img.sliderBottomImage, .mod-slider .slider--movie, .mod-slider .slider--subVisual {width:261px;}
      .mod-slider .slider--movie, img.sliderTopImage{height:124px;}
      .mod-slider .slider--subVisual, img.sliderBottomImage{height:107px;}
      .mod-slider .slider--subVisual{margin-top:3px;}
      #contentwrap {width:668px;}
  }

  @media screen and (max-width: 667px) and (min-width: 618px) {
    #flashwrap {width:618px;}
    img.sliderBigImage, .mod-slider .slider--keyVisual {width:373px;height:216px; }
    img.sliderTopImage, img.sliderBottomImage, .mod-slider .slider--movie, .mod-slider .slider--subVisual {width:241px;}
    .mod-slider .slider--movie, img.sliderTopImage{height:114px;}
    .mod-slider .slider--subVisual, img.sliderBottomImage{height:99px;}
    .mod-slider .slider--subVisual{margin-top:3px;}
    #contentwrap {width:618px;}
  }
  @media screen and (max-width: 617px) and (min-width: 568px) {
    #flashwrap {width:568px;}
    #contentwrap {width:568px;}
    img.sliderBigImage, .mod-slider .slider--keyVisual {width:343px;height:198px; }
    img.sliderTopImage, img.sliderBottomImage, .mod-slider .slider--movie, .mod-slider .slider--subVisual {width:222px;}
    .mod-slider .slider--movie, img.sliderTopImage{height:105px;}
    .mod-slider .slider--subVisual, img.sliderBottomImage{height:91px;}
    .mod-slider .slider--subVisual{margin-top:2px;}
  }
  @media screen and (max-width: 567px) and (min-width: 518px) {

    #flashwrap {width:518px;}
    #contentwrap {width:518px;}
    img.sliderBigImage, .mod-slider .slider--keyVisual {width:313px;height:181px; }
    img.sliderTopImage, img.sliderBottomImage, .mod-slider .slider--movie, .mod-slider .slider--subVisual {width:202px;}
    .mod-slider .slider--movie, img.sliderTopImage{height:96px;}
    .mod-slider .slider--subVisual, img.sliderBottomImage{height:83px;}
    .mod-slider .slider--subVisual{margin-top:2px;}
}
  @media screen and (max-width: 517px) and (min-width: 468px) {
    #flashwrap {width:468px;}
    #contentwrap {width:468px;}
    img.sliderBigImage, .mod-slider .slider--keyVisual {width:283px;height:164px; }
    img.sliderTopImage, img.sliderBottomImage, .mod-slider .slider--movie, .mod-slider .slider--subVisual {width:183px;}
    .mod-slider .slider--movie, img.sliderTopImage{height:87px;}
    .mod-slider .slider--subVisual, img.sliderBottomImage{height:75px;}
    .mod-slider .slider--subVisual{margin-top:2px;}
  }
  @media screen and (max-width: 467px) {
    .slider--movie,
    .slider--subVisual, #slider-pagination {
        display: none;
    }

    #flashwrap {margin-top:1rem;}
  }
@media screen and (max-width: 467px) and (min-width: 418px) {
    #flashwrap, .mod-slider .slider--keyVisual, img.sliderBigImage {
      width: 418px;
      height:242px;
  }

  #contentwrap {width:418px;}
  }
  @media screen and (max-width: 417px) and (min-width: 368px) {

    #flashwrap, .mod-slider .slider--keyVisual, img.sliderBigImage {
      width: 368px;
      height:213px;
  }
  #contentwrap {width:368px;}
  }
  @media screen and (max-width: 367px) and (min-width: 300px) {
    #flashwrap, .mod-slider .slider--keyVisual, img.sliderBigImage {
      width: 300px;
      height:174px;
  }
  #contentwrap {width:300px;}
  }

  @media screen and (max-width: 299px)  {
    #flashwrap, .mod-slider .slider--keyVisual, img.sliderBigImage {
      width: 240px;
      height:139px;
  }
  #contentwrap {width:240px;}
  }


h1, h2.mainheader2, h2.mainheader2 b {
	font-weight: 400;
	margin-top: 3rem;
	margin-bottom: 3rem;
	font-size: 2rem;
	line-height: 3rem;
	color: black;
	text-align: center;
}

h1, h2.mainheader2 {
  padding-left: 5%;
  padding-right: 5%;
}

 /* Quickmenu start */
.quickmenu-bk {
  box-shadow: 3px 5px 2px #6E6E6E;
  margin-top: 5.0rem;  
margin-bottom: 5.0rem;  
}

b{font-weight: inherit;}
  
.flex-teaser-bk {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  margin:0px;
  background-image: linear-gradient(to bottom, #FAFAFA 0%, #D8D8D8 100%);
    padding-top: 1rem;
  padding-bottom: 1rem;
}
#contentwrap .flex-teaser-bk a:link, .flex-teaser-bk a  {
    color: #1C1C1C;
    font-weight: light;
    text-align: right;
    font-size: 1rem;
    line-height:1rem;
}
  
.flex-teaser-bk-6-item {
  width: 15.6%;
  padding:0px;
  margin:0px;
  padding-left:1%;
  text-align: center;
}

   .flex-teaser-bk-6-item img{
    max-width: 100%;    
    }
  
  .flex-teaser-bk-5-item {
    width: 20%;
  text-align: center;
  }

  h3.teaserheader, span.teaserheader {
    display:none;
    }

    #c78760 span.teaserheader {
display:none;
      }
  
    div.hotline-bk blockquote {
    color: #fffeee;
    font-weight: normal;
    text-align: right;
    padding-right: 15px;
    font-size: 1rem;
   height:3rem;
  background-color: #a4a3a8;
}

div.hotline-bk blockquote a  
 {
    color: #1C1C1C !important;
    text-align: right;
    font-size: 1rem;
   line-height: 3rem;
   font-weight: bolder;
}
   /* quickmenu end */  


   h3.teaserheader, span.teaserheader {
    font-size: 1.1rem;
    line-height: normal;
    color: #1C1C1C;
    font-weight: 700;
    }
    
    /* links thirtyThirtyWrapper link h3 + News link p  */
    div.thirtyThirtyWrapper h2 a, div.thirtyThirtyWrapper h3 a, #c77759 .thirtyThirtyWrapper .csc-textpic-text p a, div.csc-textpic-text p a, div.csc-textpic-text p b a{
    
        background-image: url('../../fileadmin/template/img/link-arrow.png');
        background-position: 0.5rem 0.25rem;
        background-repeat: no-repeat;
        color: #666666 !important;
        float: left;
        font-weight: normal;
        padding-left: 30px;
        width: calc((100% - 30px));
      font-size:1rem;
      line-height: 1.35rem
    }
    
    
    
     
        /* div GPS, Navigation System for Skoda Octavia 3 Content Type image start */  
      #c80259 div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
        margin-bottom: 0px;
    }
        /* div GPS, Navigation System for Skoda Octavia 3 Content Type image end */  
      
      .csc-textpic {
        margin: 0px 0;
    }
      
      
          /* ############################Startseite mobile start ############################   */  
        
        
          @media (max-width: 945px){
    
    
              div.thirtyThirtyWrapper h2 a, div.thirtyThirtyWrapper h3 a, #c77759 .thirtyThirtyWrapper .csc-textpic-text p a{
                  width: 80%;
              }

            div.hotline-bk blockquote {
                height: auto;
            
            padding-right: 15px;
            font-size: 12px;
            }
            div.hotline-bk blockquote a {
            
                font-size: 12px;
                line-height: 18px;
                font-weight: bolder;
            }
   h1, h2.mainheader2, h2.mainheader2 b {
	font-family: Helvetica,Arial,sans-serif;
	font-weight: 400;
	margin-top: 1.5rem;
	margin-bottom: .25rempx;
	font-size: 1.25rem;
	line-height: 1.75rem;
	color: black;
	text-align: center;
}
              
        }

        @media only screen and (max-width: 501px) {

            /*startseite*/
            #c77739,#c77759,#c78760{display:none}
      
      /*startseite h1 container*/
      #c75936 {clear:both;float: none;}
      h1, h2.mainheader2, h2.mainheader2 b {
        font-size: 16px;
          line-height: 24px;
          padding-top: 1.5rem;
          padding-bottom: 0px;
          text-align: left;
        /*! margin-top:1.5rem; */
        margin-bottom:0rem;
        margin-top:0rem;
      }
  .quickmenu-bk {
	margin-top: 1.0rem;
	margin-bottom: 1.0rem;
}
   
        }



        @media (max-width: 320px){
    
          div.hotline-bk blockquote img {
          
            height: 18px;
            width:auto;
            padding-left: 12px !important;
          }
            
      }
      
    
       /* ############################Startseite mobile ende ############################   */

   