
/* 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;
	}

/*###############*/
/*##### FCE #####*/
/*###############*/
.fiftyFiftyWrapper,
.thirtyThirtyWrapper,
.sixtyThirtyWrapper,
.thirtySixtyWrapper,
.twentyWrapper {
	overflow: hidden;
	width: 926px;
	padding: 0;
	margin: 0;	
}

.fiftyContent {
	float: left;
/* Marit AG, MMU, 11.11.2010					*/	
/* Changed from 48.5% to 48% to fix IE7 layout	*/	
	width: 48%;
}

.fiftyLeft {
  margin-right: 1%;
  padding: 0;
  overflow: hidden;
}

.fiftyRight {
  margin-left: 2%;
}

.thirtyContent {
	float: left;
	width: 32%;
	padding-right: 1%;
}

.thirtyContentMiddle {
	float: left;
	width: 32%;
	padding: 0 1%;
}
.thirtyContentRight {
	float: left;
	width: 32%;
	padding-left: 1%;
}
.sixtyContent {
	float: left;
	width: 65%;
	padding-right: 1%;
}
.sixtyContentRight {
	float: left;
	width: 65%;
	padding-left: 2%;
}

.twentyContent {
	float: left;
	width: 160px;
	padding-right:31px;
}

.twentyContent  h1 , .twentyContentRight  h1 {
	margin: 0px;
	padding-right:0px;
	width:160px;
}

.twentyContentRight {
	float: left;
	width: 160px;
}

.twentyFiveWrapper {
	width:100%;
	float:left;
}

.twentyFiveContent {
	float: left;
	/*width: 205px;*/
	width:auto;
	/*padding-right:31px;*/
	padding-right:7px;
	max-width: 225px;
}

.twentyFiveContent .csc-textpic {
	/*
r.wendlinger: AL-24 09.04.2018
float:left;*/
}

.twentyFiveContent .csc-default {
	float:left;
	max-width:225px;
}

/**+html .twentyFiveContent .csc-default {
width:auto;
max-width: 225px;
padding-left:0px;
float:left;
border:1px solid #000;
}
*/

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

.twentyFiveContentRight {
	float: left;
	/*width: 205px;*/
	width:auto;
	margin-bottom:18px;
}

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

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

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

/*##### 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;
}
#contentwrap ul.cat-menu li
{ white-space: nowrap;
min-width: 150px;
line-height:2em;
}

#contentwrap ul.cat-menu li:first-child {
  margin-left:0px;

}

#contentwrap ul.cat-menu li {
  margin-left:30px;

}

.singleHeader .seoh1 {
	color: #347abc;
	margin-bottom: 1em;
	font-size: 1em !important;
} 

.alpine-blue {
	color: #347abc;
}

.alpine-warning-red {
	color: #DF013A;
}

/* ------------product name start ---------------------- */
.bk-wrapped-in-line::before {
  background: #b5cae2 none repeat scroll 0 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
}
  .bk-wrapped-in-line {
    clear: both;
    color: #09509f;
    margin-bottom: 17px;
    position: relative;
    text-align: center;
    width: 100%;
}


.bk-wrapped-in-line b {
background: #f4f8fb none repeat scroll 0 0;
display: inline-block;
line-height: 1;
font-size: 1em !important;
padding: 0 10px;
position: relative;
z-index: 5;
}

.bk-wrapped-in-line b.white {
background: #ffffff none repeat scroll 0 0;
}

/* ------------product name end ---------------------- */

/* ------------ share Buttons  ---------------------- */


.share-buttons-bk-item {
  background-color: #eee;
  border: 1px solid 
  #b4b4b4;
  padding: 0.25em;
  border-radius: 10px;
  font-size: 1.25em;
  white-space:nowrap;
  margin-left: 20px;
  margin-bottom: 2em;
}

.share-buttons-bk-item img {
width: auto;
height: 20px;
}


/* ------------ cta Buttons  ---------------------- */

#contentwrap div.button-bar-ico {
  padding-left: 15px;
    padding-right: 15px;   
  }

  #contentwrap div.button-bar-ico.find-a-store {
      background-color: #144C94;
  }

  #contentwrap div.button-bar-ico.configurator {
    background-color: #144C94;
}

#contentwrap div.button-bar-ico.shop-cart {
  background-color: #0D7415;
}

  #contentwrap div.button-bar-ico a {
    text-decoration: none;
    color:white;
    font-weight: bold;
  
  }

  #contentwrap div.button-bar-ico a:hover {
    color: #000000;
  }


/* ------------ cta Buttons  ---------------------- */



.singleHeader .seoh2 {
	color: #031e51 !important;
	padding-bottom: 10px;
	font-size: 18px;
	line-height: 22px;
	font-weight:bold;
}

#tx_maritproductcatalog_pi1-accordion-support .seoh2{
	color: #031e51 !important;
	font-weight:bold;
} 

.rootAccordion .accordionHeadline .accordionCustomHeadline{	
	margin-left:25px !important;	
	color: #347abc;	
	font-size: 1em !important;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-bottom:3px;
}

.rootAccordion .slide .accordionCustomLink a{
	color:#002962 !important;
	font-size:1.3em !important;
	font-weight:bold;
}
.button-bar{
	background:none !important;
}
.button-bar-ico, .button-bar-ico img {
	float:left;
	margin-right:10px;
	height:auto;
	line-height:40px;
	margin-top:5px;
}

/*cat menu button - top of products */
div.product-cat-menu-item {
  line-height: 1.5em;
  padding: 0.5em;
}


/* -------------------------------------------------- */
/* new category stile Jan 2019 */

/*category-description verstecken */
div.category-description {
	display: none;
}

div.category-headline h1 {
    font-family: Helvetica,Arial,sans-serif;
    font-weight: 400;
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 1.5em;
    line-height: 1.75em;
    color: #585858;
    text-align: left;
}


h2.category-header {
	color: #005A9C;
	font-size: 1.25em;
  }
  
.list-inline.product-list img{
	width:100%;
  height: auto;
  border: 1px solid #b4b4b4;
}


.list-inline {
    padding-left: 0;
    list-style: none;
        list-style-position: outside;
    margin-left: -5px;
}

li.product-list-item, .accordionContent ul li.product-list-item {
    width: 200px;
    margin-bottom: 2em;
    vertical-align: top;
}

ul.product-list {
    list-style-position: inside;
}
.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
div.product-category-div {
	border-bottom: 1px solid #eeeeee;
	margin-top: 2em;
}


h6.product-type {
  color: #666666;
}

 /* ------------------------------------------------------------------------------------------------*/
/* div as table F&S compatible with:  */
    
.bold_bk {
  font-weight: bold;
}

.withborder_bk {
    border: 1px solid black;
}

    div.table_bk {
      display: table;
      border-collapse:collapse;
     margin-bottom:1em;
    }
    div.tr_bk {
      display:table-row;
    }
    
    div.td_bk {
      display:table-cell;
    }    
    
    
div.pdbCars div.td_bk {
    padding-right: 7px;
    padding-left: 7px;
      padding-top: 2px;
    padding-bottom: 2px;
}   

/*  technologie icons verschieben sich wenn minimiert */
#tx_maritproductcatalog_pi1-accordion-technology-content img{

  width:55px;
  height:35px;

}


/* -------------------------------------------------- */
/*  Old Alpine Product Server - previously direct in t3 page*/
@media (min-width: 992px) {
    
    
    div.container-full-width-bk ul li {
  line-height: 1.5em;
}
    
    
        /* für h2 direkt im div.colL und colR  */    

.tx-maritproductcatalog-pi1 .singleDetails .accordionContent .colL>h2,
.tx-maritproductcatalog-pi1 .singleDetails .accordionContent .colR>h2 {margin-top: 1em;}
    
    
    .tx-maritproductcatalog-pi1 .accordionWrapper p {
    margin: 0 0 00;
}
    
    #schema-videoobject {
    margin-bottom: 1em;
    }
    
        /* Productoverview start */
    p.back, p.next {
    display:none;
    }
    .categoryOverview {
    margin-left: 0px !important;
}
    
#tx_maritproductcatalog_pi1-accordion-accessories-content div.slide ul li,
   #tx_maritproductcatalog_pi1-accordion-relatedproducts-content div.slide ul li
    {
    min-height:240px !important;
      
      
}
    div.tx-contentslider-pi1 div.content_slider div.slide {
  width: 925px !important;
}
    .categoryOverviewList {
  margin-right: 5px;
    }
    
    .alpine_europe li, div.slide ul li {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  margin-right: 10px !important;
      margin-left:0px !important;
}
    
    /* Productoverview end */
    
    
#contentwrap table.pdbCars {
border: 1px solid black;
margin-bottom: 10px;
margin-top: 2px;
padding: 7px;
max-width: 440px;
}
#contentwrap table.pdbCars td, #contentwrap table.pdbCars th {
padding-right: 7px;
padding-left: 7px;
padding-top: 2px;
padding-bottom: 2px;
border: 1px solid black;
}  

#contentwrap p.important {
border: 3px solid red;
padding: 10px;
}
#contentwrap div.greyImageX701DA4 {
background-color:#eeeeee;
height:248px;
margin-top:15px;
padding:10px;
}
    #contentwrap div.greyImage-withoutTable {
background-color:#eeeeee;
margin-top:15px;
      margin-bottom:22px;
padding:10px;
      height:240px;
}
    
    #contentwrap div.greyImage-withoutTable li p {
    margin-bottom: 7px;
}
    
    #contentwrap div.greyImage-X901D-X9 {
background-color:#eeeeee;
height:241px;
margin-top:15px;
      margin-bottom:5px;
padding:10px;
      line-height: 18px;
}

#contentwrap div.greyImageSPC100AU {
background-color:#FAFAFA;
width: 925px;
color: #2E2E2E;
}

.height50 {
height: 50px;
}
.height75 {
height: 75px;
}
.height100 {
height: 100px;
}
.height125 {
height: 125px;
}
.height150 {
height: 150px;
}
.height175 {
height: 175px;
}

.height200 {
height: 200px;
}
.height225 {
height: 225px;
}
.height250 {
height: 250px;
}
    .height265 {
height: 265px;
}
    
.height275 {
height: 275px;
}
.height282 {
height: 282px;
}
.height297 {
height: 297px;
}
.height300 {
height: 300px;
}
.height325 {
height: 325px;
}
.height350 {
height: 350px;
}
.height375 {
height: 375px;
}
.height400 {
height: 400px;
}
.height500 {
height: 500px;
}
.height550 {
height: 550px;
}


#contentwrap table.widthLC440 p {
width: 440px;
padding-right: 5px;
}
#contentwrap table.widthLC440 h1 {
margin-top: 10px;
}
#contentwrap table.widthLC440 li p {
width: 400px;
margin-bottom: 7px;
}
#contentwrap table.RC_X701DA4 h1 {

margin-top: 10px;
}

tr.trenner td{
font-size: 5px;
line-height: 5px;
height: 5px;
background-color:#eeeeee;
margin-bottom: 10px;
}


#contentwrap table.viertelX701DA4 {
width: 420px;
height: 282px;
}
#contentwrap table.viertelX701DA4 td {
vertical-align: bottom;
}
#contentwrap table.viertelX701DA4 p {
width: 210px;
}
#contentwrap table.width925 {
width: 925px;
}
#contentwrap table.width925 td.right{
padding-left: 30px;
}

#contentwrap table.width925 h1{
margin-top: 10px;
}
/* #contentwrap table.width925 p{
margin: 0px; } */

#contentwrap table.SPC100AUCar {
width: 925px;
background-image: url('../../fileadmin/template/css/fileadmin/images/MainNavigation/Products/Productinformation/22_Alpine_Style/Audi_A4_A5/Audiophile_Sound_Experience_for_Audi_Car.jpg');
background-repeat: no-repeat;
}

#contentwrap table.SPC100AUCar tr td.imageAudi {
height: 490px;
}

#contentwrap table.SPC100AUCar tr td.Col14 {
width: 100px;
}

#contentwrap table.SPC100AUCar tr td.Col11 {
text-align:left;
width:190px;
}
#contentwrap table.SPC100AUCar tr td.Col12 {
text-align:left;
width:350px;
}
#contentwrap table.SPC100AUCar tr td.Col22 {
text-align:left;
height: 60px;
vertical-align: bottom;
}

#contentwrap table.SPC100AUCar tr td.Col31 {
text-align:left;
width:150px;
}

#contentwrap table.SPC100AUCar tr td.Col32 {
text-align:left;
width:200px;
}

#contentwrap table.SPC100AUCar tr td.ColFrontSpace {
width:100px;
}
#contentwrap table.SPC100AUCar tr td.ColFrontSpaceR2 {
width:190px;
}
#contentwrap table.SPC100AUCar tr td.ColFrontSpaceR3 {
width:190px;
}

#contentwrap table.CombatibilityChart  {
width: 925px;
border: 1px solid black;
border-spacing: 5px;
margin-top: 30px;
padding: 5px;
}

#contentwrap table.CombatibilityChart  th, #contentwrap table.CombatibilityChart td{
border: 1px solid black;
border-spacing: 5px;
padding: 5px;
vertical-align: middle;
text-align: center;
}

/* slider RMS */

div.fbtest {
padding-right: 15px;

}

.flex-container-right-column-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+ */
    width: 440px;
  margin:0px;
  margin-bottom: 1em;
}

.flex-container-right-column-item-right-bk {
    width: 215px;
  vertical-align: top;
}
.flex-container-right-column-item-left-bk {
    width: 215px;
  vertical-align: top;
  margin-right:10px;
}
/* ------------------------------------------------------------------------------------------------*/
/* <div class="flex-container-right-column-bk"> */
.flex-container-right-column-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+ */
    width: 440px;
  margin:0px;
  margin-bottom: 1em;
}
/* <div class="container-right-column-item-right-bk"> */
.container-right-column-item-right-bk {
    width: 215px;
  vertical-align: top;
}
/* <div class="container-right-column-item-left-bk"> */
.container-right-column-item-left-bk {
    width: 215px;
  vertical-align: top;
  margin-right:10px;
}

/* ------------------------------------------------------------------------------------------------*/

/* <div class="flex-container-full-width-bk"> */
.flex-container-full-width-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+ */
    width: 925px;
  margin:0px;
  margin-bottom: 1em;
}
/* <div class="flex-container-full-width-img-bk"> */
.flex-container-full-width-img-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+ */
    width: 925px;
  margin:0px;
  margin-bottom: 0em;
}
/* <div class="container-full-width-bk"> */
.container-full-width-bk {
    width: 925px;
  vertical-align: top;
   margin-bottom: 1em;
}
/* <div class="container-full-width-col-right-bk"> */
.container-full-width-col-right-bk {
    width: 50%;
  vertical-align: top;
  padding-left: 30px;
}

/* <div class="container-full-width-col-left-bk"> */
.container-full-width-col-left-bk {
    width: 50%;
  vertical-align: top;
  margin-right:10px;
}

/* ------------------------------------------------------------------------------------------------*/
/* <div class="container-full-width-grey-line"></div> */
.container-full-width-grey-line {
width: 925px;
    font-size: 5px;
    line-height: 5px;
    height: 5px;
    background-color: #eeeeee;
    margin-bottom: 10px;
}
 
 
 
    
    
  .flex-container-full-width-img-bk img {
  margin-right: 0px !important;
  padding: 0;
}
}


#orderCatalogue h3{
    margin-bottom:15px;
}
#orderCatalogue .powermail_label {
    float: left;
    width:150px;
}
#orderCatalogue .powermail_field {
    float: left;
}
#orderCatalogue .powermail_fieldwrap {
    margin-bottom: 15px;
}
#orderCatalogue .powermail_fieldwrap:after {
    display: block;
    content: '';
    clear: both;
}
#orderCatalogue .powermail_fieldset {
    width: 450px;
}
#orderCatalogue .powermail_input{
    width:250px;
}
#orderCatalogue .powermail_legend{
    display:none;
}
#orderCatalogue .powermail_field .checkbox{
    margin-bottom: 15px;
}
#orderCatalogue .powermail_field .checkbox .powermail_checkbox{
    float:right;
    margin-left: 20px;
}
#orderCatalogue .powermail_fieldwrap_katalogauswahl .powermail_label{
    display:none;
}
#container #contentwrap .tx-rmsslider-pi1 .slides, 
#container #contentwrap .tx-rmsslider-pi1 .flex-control-nav, 
#container #contentwrap .tx-rmsslider-pi1 .flex-direction-nav
{
	
	padding:0;
	margin:0;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	
}

#container #contentwrap .tx-rmsslider-pi1 .flexslider{
	width: 920px;
}

#container #contentwrap .tx-rmsslider-pi1 ul.slides li {	
	padding:0;	
	margin-left:0px;
	
}
.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 {
    width:180px;
    float:left;
}
.tx-rmsalpinedealerlocator-pi1 #retailercontainer #retailerimg  img{
    width:165px;
	height:auto;
    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:558px;height:auto;}img.sliderTopImage, img.sliderBottomImage{width:362px;height:auto;}.mod-slider .slider--keyVisual{float:left;width:558px;height:auto;}.mod-slider .slider--movie{float:right;width:362px}.mod-slider .slider--subVisual{float:right;margin-top:7px;width:362px;}.mod-slider .slider--navigation a{width:86px;margin-left:7px;}
.mod-slider .slider--headline h2{font-size:2em;line-height:2.5em;margin-top:1em;margin-bottom:1em;color:#585858;font-weight:400}.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}

/*##############################*/
/*##### general Styles #########*/
/*##############################*/
* {
  margin: 0px;
  padding: 0px;
  font-family: Arial, Helvetica, 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:29px;
}

#contentwrap table {
  border-collapse: collapse;
}

#contentwrap td{
  vertical-align: top;
/*  padding: 5px;*/
/*  border-bottom: 1px solid #aaa;*/
}
/*
#contentwrap th{
  vertical-align: top;
  border-bottom: 1px solid;
  color: #031e51;
  padding: 5px;
} 
*/
h1, h2, h3, h4, h5 {
  font-size: 1em;
  color: #031e51;
  line-height: 18px;
  margin: 5px 0 3px 0;
}

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 {
  /*border:1px solid #FE0000;*/
  margin: 0px auto;
  /*width: 997px;*/
  /*width: 1136px;*/
  width: 925px;
  /*background-image: url('../../fileadmin/template/img/body_background.gif');
  background-repeat: repeat-y;*/
  text-align: left;
  font-size: 62.5%;
/* entspricht 10px */
}


/*##################*/
/*##### HEADER #####*/
/*##################*/
#headerwrap {  
  height: 55px;
  /*margin-bottom: 0 0 2px 0;*/
  padding: 0;
  width:925px;  
}
/*##### logo #####*/
#headerwrap #logo {
  position:absolute;
  width: 204px;  
  padding-left: 0px;
  padding-top: 0px;
  top:35px;
  margin-bottom: 10px;
}

/*##################*/
/*##### logo img bk 10.01.2018 #####*/
/*##################*/
#logo #logoImg img{
width:203px;
height:auto;
}

/*##### 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:11px;
}
#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;
}


/*##### searchbox new 29.11.18 ##### */
div.tx-solr-search-form-bk-class {
  background-color: #f2f2f2;
  border: 1px solid #cfcecf;
  padding: 10px;
  margin-bottom: 10px;
  font-size:1.25em;

}

.search-input-span, .search-radio-span {
    padding-right: 2em;
	line-height:2em;
}


/*##### countrypagename #####*/
#headerwrap #countrypagename {
  float: right;
  border-right: 1px solid #666666;
  margin-right: 8px;
  padding-right: 7px;
  line-height: 18px;
}

/*##### mainmenu #####*/
#headerwrap #mainmenu {
  height: 55px;
  /*width: 778px;*/
  /*width: 670px;*/
  width: 560px;
  background-image: url('../../fileadmin/template/img/bg-mainnavi.jpg');
  background-repeat: repeat-x;
  position: absolute;
  margin-left:205px;
  top:39px;
  z-index: 500;
  float:right;
  padding-right:160px;
}

.before-m1 {
  float: left;
  background-image: url('../../fileadmin/template/img/before-m1.jpg');
  background-repeat: no-repeat;  
  width: 61px;
  height: 45px;

  
}
#mobilelangmenu{
  display:none;
  text-align:right;
}
#mobilelangmenu #countryname_and_flag{
  display:inline-block;
  width: auto;
  /* bk float: unset; */
  margin-top: auto;
}
#mobileheader{
  display:none;
}
#mobilemenu.loading {
  display:none;
}

#headerwrap ul.m1 {
  /*float: right;*/
  list-style: none;
}

/* Ebene 1 */
#headerwrap ul.m1 li {
  float: left;

  height: 45px;
  display: block;
  position: relative;
  /*padding-right: 21px;*/
  padding-right: 18px;
}

#headerwrap ul.m1 li a:link,
#headerwrap ul.m1 li a:visited {
  display: block;
  height: 29px;
  padding-top: 16px;
  /*border-left: 1px solid #3a78de;*/
  /*background-image: url('../../fileadmin/template/img/navpoint_background.gif');*/
  background-repeat: repeat-x;
  color: #ffffff;
  text-decoration: none;
  /*font-size: 1.3em;*/
  font-size: 1.2em;
  font-weight:bold;
  text-align: center;
}

#headerwrap ul.m1 li a:hover {
  color: #000000;
}


#headerwrap ul.m1 li a.active {
  /*background-image: url('../../fileadmin/template/img/navpoint_background_act_n.jpg');
  background-color: #FFFFFF;*/
  color:#000000;
  height: 29px;
}

/*ul.m1 li:hover a,
#headerwrap ul.m1 li a:hover,
#headerwrap ul.m1 li a:active {
}*/

/* globale Formatierung Submenü-Listen */
#headerwrap ul.m1 ul {
  list-style: none;
  width: 240px;
  padding: 4px 0px;
  /*border-left: 1px solid #002776;
  border-right: 1px solid #002776;
  border-bottom: 1px solid #002776;*/
  /*background-color: #FFF;*/
  background-image: url('../../fileadmin/template/img/93p-trans-blue-png.png');
}

#headerwrap ul.m1 ul li {
  width: 230px;
  clear: left;
  padding-bottom: 5px;
  height:auto;
  padding-left:10px;
}

#headerwrap ul.m1 ul a:link,
#headerwrap ul.m1 ul a:visited {
  clear: left;
  border: 0px;
  padding: 0px;
  background-image: none;
  width: 223px;
  padding-right: 0px;
  color: #ffffff;
  text-align: left;
  margin-bottom: 1px;
  font-size:11px;
  height:auto;  
}



/* Ebene 2 */
#headerwrap ul.m1 ul.m2 {
  display: none;
  position: absolute;
  top: 45px;
  left: -121px;
  z-index: 1000;
  padding-top:5px;
  
}

/* Ebene 2 einblenden */
ul.m1 li:hover ul.m2,
#headerwrap ul.m1 li:hover ul.m2 {
  display: block;
}

#headerwrap ul.m1 ul.m2 a:link,
#headerwrap ul.m1 ul.m2 a:visited {
  position: relative;
  z-index: 1000;
  padding:3px;
}

#headerwrap ul.m1 ul.m2 li:hover a,
#headerwrap ul.m1 ul.m2 li a:hover,
#headerwrap ul.m1 ul.m2 li a:active {
  background-color: #FFF;
  color: #003399;
}

*+html ul.m1 ul.m2 li:hover a, ul.m1 ul.m2 li a:hover, ul.m1 ul.m2 li a:active {
  background-color: #fefefe;
  color: #003399;
}



/* Ebene 3 */
#headerwrap ul.m1 ul.m2 ul.m3 {
  display: none;
  position: absolute;
  left: 242px;
  top: -5px;
  z-index: 1000;
}

/* Ebene 3 einblenden */
ul.m1 ul.m2 li:hover ul.m3,
#headerwrap ul.m1 ul.m2 li:hover ul.m3 {
  display: block;
}

#headerwrap ul.m1 ul.m2 ul.m3 li a:link,
#headerwrap ul.m1 ul.m2 ul.m3 li a:visited {
  background: none;
  color: #ffffff;
}

#headerwrap ul.m1 ul.m2 ul.m3 li:hover a,
#headerwrap ul.m1 ul.m2 ul.m3 li a:hover,
#headerwrap ul.m1 ul.m2 ul.m3 li a:active {
  background-color: #ffffff;
  color: #003399;
}



*+html ul.m1 ul.m2 ul.m3 li:hover a, ul.m1 ul.m2 ul.m3 li a:hover, ul.m1 ul.m2 ul.m3 li a:active  {
  background-color: #fefefe;
  color: #003399;
}



/* Ebene 4 */
#headerwrap ul.m1 ul.m2 ul.m3 ul.m4 {
  display: none;
  position: absolute;
  left: 242px;
  top: -5px;
  z-index: 1000;
}

/* Ebene 4 einblenden */
ul.m1 ul.m2 ul.m3 li:hover ul.m4,
#headerwrap ul.m1 ul.m2 ul.m3 li:hover ul.m4 {
  display: block;
}

#headerwrap ul.m1 ul.m2 ul.m3 ul.m4 li a:link,
#headerwrap ul.m1 ul.m2 ul.m3 ul.m4 li a:visited {
  background-color: #000000;
  background:none;
  color: #ffffff;
}

#headerwrap ul.m1 ul.m2 ul.m3 ul.m4 li:hover a,
#headerwrap ul.m1 ul.m2 ul.m3 ul.m4 li a:hover,
#headerwrap ul.m1 ul.m2 ul.m3 ul.m4 li a:active {
  background-color: #ffffff;
  color: #003399;
}

*+html ul.m1 ul.m2 ul.m3 ul.m4 li:hover a, ul.m1 ul.m2 ul.m3 ul.m4 li a:hover, ul.m1 ul.m2 ul.m3 ul.m4 li a:active {
  background-color: #fefefe;
  color: #003399;
}


/* Ebene 5 */
#headerwrap ul.m1 ul.m2 ul.m3 ul.m4 ul.m5{
  display: none;
  position: absolute;
  left: -212px;
  top: -5px;
  z-index: 1000;
}
/* Ebene 5 einblenden */
ul.m1 ul.m2 ul.m3 ul.m4 li:hover ul.m5,
#headerwrap ul.m1 ul.m2 ul.m3 ul.m4 li:hover ul.m4 {
  display: block;
}

#headerwrap ul.m1 ul.m2 ul.m3 ul.m4 ul.m5 li a:link,
#headerwrap ul.m1 ul.m2 ul.m3 ul.m4 ul.m5 li a:visited {
  background-color: #ffffff;
  color: #797979;
}

#headerwrap ul.m1 ul.m2 ul.m3 ul.m4 ul.m5 li:hover a,
#headerwrap ul.m1 ul.m2 ul.m3 ul.m4 ul.m5 li a:hover,
#headerwrap ul.m1 ul.m2 ul.m3 ul.m4 ul.m5 li a:active {
  background-color: #d4d4d4;
  color: #003399;
}
/*##### breadcrumb menu #####*/
#container #breadcrumb {
  margin-left: 0px;
  /*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:925px;

  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;
  margin-bottom: 0px;
  padding-bottom:7px;
  background-image: url('../../fileadmin/template/img/header-shadow.gif');  
  background-position: bottom;
  background-repeat: no-repeat;

}

#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: 1.2em;
  position: relative;
  float: left;
  /*padding-left:75px;
  padding-right:75px;*/

  /*bk 14.08.2019*/
  width:100%;
}

#contentwrap a:link,
#contentwrap a:visited {
  color: #3d8dc7;
  text-decoration: none;
}

#contentwrap a:hover,
#contentwrap a:active {
  text-decoration: underline;
}

#contentwrap p {
  line-height: 18px;
}

/*##### 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;
}

/*##### News #####*/
.news-latest-container  {
  float:left;
  /*width:1136px;*/
  width: 990px;
  
  background-repeat: no-repeat;
  background-image: url('../../fileadmin/template/img/news-teaser-bg.gif');
  /*padding-left:23px;*/
  padding-left:20px;
  padding-top:30px;
  background-position: -68px top;
  margin-top:-7px;
  /*margin-left:-75px;*/

}


.news-latest-item  h1 {
  color: #7c7a7c;
  font-size:14px;
  font-weight:bold;
/*  padding-left: 29px;*/
  /*background-image: url('../../fileadmin/template/img/news-arrow.gif');
  background-position: 5px 3px;
  background-repeat: no-repeat;*/
  height: 59px;
  width: 190px;
  float:left;

}

.news-latest-item .news-arrow {
  float:left;
  height:30px;
  width:26px;
  padding-top:7px;
  padding-left:4px;
}


.news-latest-item a {
  color:#7b797b !important;

}


.news-latest-item a:hover {
  text-decoration:none !important;
  color: #398ec6 !important;
}


.news-latest-item {
  float:left;
  /*padding-right: 120px;*/

  margin-bottom: 1em;
  float:left;
  padding-right: 5px;
  height:100px;  
  

  width:325px;
  height: auto;  
  
}

.news-latest-item  .colTop {
  float: left;
  padding-bottom:15px;  
}

.news-latest-item  .colBottom {
  float: left;
  padding-left: 0px;
  padding-bottom:5px;

}



.accordionContent .news-list-container,
.news-latest-item,
.news-list-item {
  overflow: hidden;
  /*width: 100%;*/
}

.news-list-container {
  width:920px;
}

.news-list-item {
  margin-bottom: 1em;
  width:450px;
  float:left;
  padding-right: 5px;
  height:100px;
}


.news-list-item {
  padding-bottom: 20px;

}

td.news-latest-item h2,
td.news-latest-item p {
  font-size: 1em;
  line-height: 1.2em !important;
  padding: 0;
}

td.news-latest-item h2 {
  margin: 0 0 3px 0;
}

.news-latest-item .colLeft,
.news-list-item .colLeft {
  margin-right: 1em;

}

.accordionContent div.news-list-item,
.accordionContent div.news-latest-item {
  float: left;
  width: 33.333%;
  height: 110px;
}

.accordionContent .news-latest-item {
  width: 210px;
  padding-right: 10px;
}

.accordionContent .news-latest-container td {
  padding-bottom: 10px;
}
.accordionContent .tx-chgallery-pi1{
  min-height: 170px;
}




/*##### 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;
}
#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:1em;
  height: 90px;
  padding-top: 15px;
  /*background-image: url('../../fileadmin/template/img/foot_background.gif');
  background-repeat: repeat-y;*/
  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 2px 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;
}





div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
  margin-bottom:10px;
}
/* bk
.ce-media {
  margin-bottom:10px;
	margin-top:10px
}
*/

/* 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;
}

/******************************************************/
/* products */
/******************************************************/
div#contentwrap div.tx-maritproductcatalog-pi1 div.singleRoot {
  margin-top: -13px;
}
#contentwrap a.buynow{
 color: #002962;
  text-decoration: none;
}
#contentwrap a.buynow:link {
  color: #002962;
}

#contentwrap a.buynow:hover {
  color: #003399;
  text-decoration: none;
}

.singleHeader {
  width: 928px;
  margin-bottom: 10px;
}

.singleHeaderBottomLeft  #tx-maritproductcatalog-pi1-imagelist {
  float:left;
}

.singleHeader #tx-maritproductcatalog-pi1-imagelist img {
  cursor: pointer;
  margin-left:0px;
  margin-right:4px;
  border: 1px solid #ccc;
  float:left;
  margin-bottom:4px;
}

.singleHeader #tx-maritproductcatalog-pi1-imagelist img:hover {
  cursor: pointer;
  border:1px solid #999;
}

.product-thumbnails {
  margin-top:10px;
}


.product-thumbnails .mediaswitch-videos {
  background: url('../../typo3conf/ext/rms_pdbconnector/res/img/video.gif') no-repeat;
  line-height: 24px;
  height: 23px;
  margin-left:5px;
  margin-right:5px;
  float:left;
  background-position: 0px 3px;
  
}

.product-thumbnails #tx-maritproductcatalog-pi1-videolist {
  float:left;
}

.product-thumbnails .mediaswitch-videos a {
  padding-left: 25px;
}


.product-thumbnails .mediaswitch-images a {
  padding-left: 25px;
}


#special-links {
  float:left;
  width:100%;
  height:50px;
}


.singleHeader .colR {
  float:right;
  padding-top:35px;
  width:415px;
}


.tx-rmspdbconnector-pi1 .singleHeader .colR {
  margin:0px;
  padding-left:20px;
  padding-right:10px;
  padding-top:20px;
  width: 390px;  
  /* bk auskommentiert: background: url('../../fileadmin/template/img/product-head-bg.jpg') no-repeat; */
  background-position: -2px 0px;
}

.tx-rmspdbconnector-pi1 .singleHeader .colL {
  padding-top:12px;
}

.tx-rmspdbconnector-pi1 .singleHeader .colL  h1{
  padding-bottom:10px;
  font-size:18px;
  line-height:22px;
}

.jqZoomWindow {
  margin-top:0px;
}



/******************************************************/
/* products overview*/
/******************************************************/

ul.category-list {
  list-style: none !important;
  overflow: hidden;
  margin: 0 -30px 0 0 !important;
  width:950px;
}

ul.category-list li {
  float: left;
  height: 178px !important;
  width:215px !important;

  margin: 0px 21px 15px 0px !important;
}




ul.category-list li a img {
  /*border: 1px solid #347abc;*/
  border: none !important;
  margin-bottom:12px !important;
}

ul.category-list li h2 {
  font-size: 12px !important;
  line-height: 15px !important;
  padding-left: 24px;
  padding-bottom:3px;

  font-weight:bold;
  color:#656565 !important;
  background-image: url('../../fileadmin/template/img/link-arrow.png');
  background-repeat: no-repeat;
}

ul.category-list li h2 a:hover {
  color: #003399 !important;
  text-decoration: none  !important;
}

ul.category-list li h2 a {
  color: #666666 !important;
  text-decoration: none  !important;
}


#contentwrap .view_all span {
  color: #006edc  !important;
}

#contentwrap div.content_slider div.slide {
  margin-top:7px;
}

#contentwrap div.content_slider {
  padding-bottom:15px;
}


/*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;
}

/* CSS Document */

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

.accordionHeadline h1,
.accordionHeadline h2 {
  line-height: 15px;
  color: #797979;
  padding-left: 25px;
  font-size:1em !important;
  display:block !important;
}
.accordionHeadline h1.active{
  color: #347abc;
}

.accordionHeadline img {
  border-top: 1px solid #d4d2d4;
  border-right: 1px solid #d4d2d4;
  border-left: 1px solid #d4d2d4;
  float: left;
}

.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;
}
.tx-maritproductcatalog-pi1 .singleDetails .accordionContent .colL {
	width: 445px;
	margin-right: 35px;
}

.tx-maritproductcatalog-pi1 .singleDetails .accordionContent .colR {
	width: 440px;
	float: right;
}

.tx-maritproductcatalog-pi1 .singleDetails .accordionContent {
	overflow: hidden;
}
div#tx_maritproductcatalog_pi1-accordion-technology {
 
}
div.colL img {
/*float: left !important;*/

}
.tx-maritproductcatalog-pi1 .colL {
	float: left;
}

.tx-maritproductcatalog-pi1 .colR {
	overflow: hidden;
}
*html .tx-maritproductcatalog-pi1 .colL {
	float: left !important;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> 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;
}

/*##### Q ui 19.07.2016 #####*/
/*################################*/
/*##### Alpine Media Queries #####*/
/*################################*/

@media (max-width: 925px) {


    #flashwrap > div.csc-default#c77602{
        margin-top: -2%;
        margin-left:-2%;
        transform: scale(0.90);
        margin-bottom: -6%;
    }
    .mod-slider{
        width:120%;
        max-width:925px;
        float:none;
    }
    #c75936 {
        margin-top:1em;
    }

    .mod-slider .slider--headline{
        height: 75px;
    }

    #container .mod-slider .slider--headline h2 {
        line-height: 1.3em;
    }

    .mod-slider .slider--keyVisual {

        float: left;
    }


    .mod-slider .slider--movie{
        display:block;
    }
    .mod-slider .slider--subVisual{
        display:block;
    }

    #container .mod-slider .slider--navigation a{
        margin: inherit;
        padding: 0; 
        min-width: inherit; 
    }

    #container .mod-slider .slider--navigation {
        max-width:100%;
    margin: 0 auto;
        display:flex;
        justify-content: center;
        flex-wrap: wrap;
    }


    .jqZoomWindow, jqZoomPup {
        display: none !important;
    }
    img {
        cursor: default !important;
    }





div.span-24.last.dump{
    display:none;
}

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

img.sharebutton-image{
    width:auto;
    height:30px;
}


body{
    margin-top:0;
}
body #container .twentyWrapper div:empty, .twentyFiveContent:empty, body #container .twentyWrapper .csc-default h1:empty {
    display: none;
}
body #container .twentyWrapper .csc-default h1 {
    margin: 0 !important;
    font-size: 13px !important;
    color: #666666;
}

#mobilelangmenu{
    display:block;
}
#mobileheader{
    margin-top:20px;
    display:block;
}

#mobileheader #my-icon{
    float:right;
}

#mobileheader:after{
    content: ' ';
    clear:both;
    display:block;
}

/* bk iframe height:auto; instead of 700px*/
#container iframe {
    width: 100%;
    height: auto;
}
#container .tx-rmsalpinedealerlocator-pi1 iframe,
#container .tx-rms-dl-products iframe {
height: 690px;
}
#container h1 br {
    display: none;
}
#container h1 {
    text-align: left;
    font-size: 16px;
    display: inline-block;
    /*padding-right: 10%;
    width: 70%;*/
}
#container .slide h2 {
    font-size: 20px;
    margin-top: 16px;
}

#container .thirtyThirtyWrapper h2 > a {
    color: rgb(28, 28, 28) !important;
}
#container .fiftyFiftyWrapper .csc-default h2 img {
    width: inherit;
}
#container {
    box-sizing: border-box;
    position: relative;
    float: left;
    padding-left: 1%;
    padding-right: 2%;
    width: 100% !important;
    background-color:white;
}
#container #mobilelangmenu{
    height: 35px;

}
#mobilelangmenu #langmenu{
    display:inline-block;
    padding-left:15px;
    padding-top:20px;
}
#mobilelangmenu #langmenu a{
    padding-right: 10px;
}
#container #headerwrap {
    height: 108px;
    width: 100%;
    position:relative;
}


body #container #contentwrap {
    width: 100% !important;
}
#contentwrap h1 {
    margin: 0;
}
#container #contentwrap .csc-default h1 {
    margin-top: 8px;
    margin-bottom: 8px;
}
#container #flashwrap {
  /* width:82% set to inherit */
    width: inherit;
    background-image: none;
}
div#headerwrap > #logo {
    top: 12px;
}
#container .csc-textpic-imagewrap {
    margin-left: 0px;
}
#container #contentwrap > .csc-default {
    width: 100%;
}
#headerwrap #search {
    position: relative;
    top: -19px;
    background-image: url('../../fileadmin/template/img/searchicon.jpg');
    background-repeat: no-repeat;
    padding-left: 0;
    margin-left: 0;
}

.slider--movie,
.slider--subVisual {
    display: none;
}
#headerwrap #countryname_and_flag {
    /*margin-top: -22px;*/

    top: 40px;
    position:absolute;
    padding-right:0;
    right:11px;
}
#headerwrap #countryname_and_flag .countryname_image {
    margin: 0 !important;
}
#headerwrap #search #tx-solr-search-form {
    margin-right: 0px;
    width: 140px;
}
#headerwrap #search #tx-solr-search-form input[type=text] {
    border: 1px solid #347abc;
}
#headerwrap #search #tx-solr-search-form input[type=submit] {
    border: 1px solid #347abc;
    height: 19px;
    background-size: 24px !important;
    background-position: center center;
}
#container #headerwrap #mainmenu {
    height: 32px;
    top: 6.2em;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-right: 0;
    position: relative;
    width: 100%;
    border: 1px solid #fff;
    display: inline-block;
}
/* macht kleine blaue dreieck am Anfang
#container #headerwrap #mainmenu:before {
    position: absolute;
    border-top: 32px solid #fff;
    left: -1px;
    top: -1px;
    content: '';
    border-right: 32px solid transparent;
}
#container #headerwrap #mainmenu:after {
    position: absolute;
    left: -2px;
    top: -2px;
    content: '';
    border-top: 32px solid white;
    border-right: 32px solid transparent;
} */
.before-m1 {
    display: none;
    float: none;
    width: inherit;
    height: inherit;
}

#headerwrap #mainmenu ul:first-of-type {

   margin-right:5px;
}


#mainmenu ul.m1 li,
#mainmenu ul.m1 li a {
    text-align: left;
    padding-left: 8px;
    font-weight: normal;
    font-size: 14px;
}
#container ul.m1 li a:link,
#container ul.m1 li a:visited {
    padding-top: 8px !important;
    padding-bottom: 8px;
}
#container #headerwrap #mainmenu ul.m1 > li {
    top: 0;
    left: 0;
    margin: 0px;
    padding: 0;
    width:auto;
    padding-right: 2em;
}

#container #headerwrap ul.m1 ul.m2 {
    left: 0px;
         }
#container #headerwrap ul.m1 ul.m2 ul.m3{
    display:none;
}            

.thirtyContent .csc-textpic table,
.thirtyThirtyWrapper .csc-textpic-image table{
    width: 100%;
}
.slider--keyVisual img {
    width: 100%;
    height: 100%;
}
.tx-rmspdbconnector-pi1 {
    width: 100%
}
#container div.csc-textpic .csc-textpic-imagewrap img,
.thirtyThirtyWrapper img {
    max-width: 100% !important; 
    height: auto !important;
}


.flex-teaser-bk {
    flex-wrap: wrap;
    justify-content: center;
}
.flex-teaser-bk .flex-teaser-bk-6-item {
    width: 25%;
}
#container .slide-headline {
    height: 46px;
}

.twentyContentRight,
.twentyContentLeft {
    width: 96%;
}
#container .thirtyThirtyWrapper h2 a {
    width: 85%;
    padding-left: 22px;
    background-position: 0 0;
}
div.csc-textpic-intext-right .csc-textpic-imagewrap {
    float: none;
}
div.csc-textpic-center .csc-textpic-center-outer ,
div.csc-textpic-center .csc-textpic-center-inner,
div.csc-textpic-left .csc-textpic-imagewrap ,
div.csc-textpic-left .csc-textpic-left-inner{
    position: static;
    float:none;
    right: auto;
}
.news-latest-container {
    width: 90% !important;
}
.news-list-container {
    width: 100% !important;
}
div.quickmenu table,
#container #contentwrap .rootAccordion table,
/*#container #contentwrap .rootAccordion table img,*/
#container #contentwrap div.greyImageSPC100AU,
#container #footerwrap,
.fiftyFiftyWrapper,
.thirtyThirtyWrapper,
.sixtyThirtyWrapper,
.thirtySixtyWrapper,
.twentyWrapper,
#container #contentwrap .csc-default > table,
.tx-rmsalpinedealerlocator-pi1 #retailercontainer #retailerlist {
    width: 100%;
}
#container #contentwrap .rootAccordion table img{
    max-width:100%;
    height:auto !important;
}
#container #contentwrap .rootAccordion table img[src$="facebook.png"],
#container #contentwrap .rootAccordion table img[src*="fB_Logo"]{
width: 45px !important;
}
table.contenttable{
    width:100%;
}
iframe#IframeId{
    width:100% !important;
}
#container #contentwrap .csc-default > table th img {
    width: 100%;
    height: auto;
}
#container #footerwrap #footer-metanavi,
#container #contentwrap .csc-default > table td {
    /* bk break word not neccessary anymore - since I replaced &nbsp; in footer menu */ 
/* overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word; */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}
#container #contentwrap #Autorisierte_Internethaendler_Auf table,
#container #contentwrap #Autorisierte_Internethaendler_Auf h1 {
    width: 100%;
}
.news-list-item {
    width: auto;
}
#container ul.category-list {
    width: inherit;
}
#container div#breadcrumb {
    width: 96%;
    font-size: 13px;
    border-bottom: none;
}
.twentyFiveWrapper > div,
.thirtyThirtyWrapper > div {
    width: 32%;
margin-bottom:10px;
}
#container .twentyFiveWrapper div a {
    width: auto;
}
#container #footerwrap {
    text-align: center;
    width: 96% !important;
}
#container #footer-metanavi a {
    margin: 0;
    color: #000;
}
.content_slider,
.singleHeader,
.colL,
#container #contentwrap .tx-rmsslider-pi1 .flexslider,
.flex-container-full-width-img-bk,
.flex-container-full-width-bk,
.container-full-width-bk {
display: block !important;
    width: 100% !important;
}
.container-full-width-col-right-bk{
    padding-left: 0px !important;
}
.singleCols .colL a,
.singleCols .colL a img {
    width: 100% !important;
}
.flex-container-full-width-img-bk:after,
.flex-container-full-width-bk:after{
    content: ' ';
    display:block;
    clear:both
}
.container-full-width-col-left-bk,
.container-full-width-col-right-bk{
    float:left;
    box-sizing:border-box;
}
.container-full-width-col-left-bk{
    margin-right:0px !important;
    padding-right:5px !important;
}
.container-full-width-col-right-bk{
    padding-left:5px !important;
}
#container .singleCols .product-thumbnails img {
    width: auto !important;
}
div.tx-contentslider-pi1 div.content_slider div.slide {
    width: auto !important;
}
div.slide ui li {
    margin-right: 0px;
}
div.flex-container-full-width-img-bk div {
    /*width: 100% !important;*/
    height: auto !important;
}
div.flex-container-full-width-img-bk img{
    width:100% !important;
    height: auto !important;
}
.singleHeader .colR {
    float: none !important;
    clear: both;
    width: inherit !important;
}
div.quickmenu img,
h2 img {
    width: 100%;
    height: auto;
}
div.quickmenu .hotline img {
    width: inherit;
}
.rootAccordion .colR {
    float: left !important;
}
#container #tx-maritproductcatalog-pi1-media-image,
#container #tx-maritproductcatalog-pi1-media-video {
    width: 100%;
    height: inherit;
}
.browseLinksWrap {
    width: 360px;
}
.rootAccordion .accordionHeadline .accordionCustomHeadline,
.rootAccordion .accordionHeadline h2
{
    font-size: 1.25em !important;
    margin-bottom:5px;
    margin-left:37px !important;
}
.rootAccordion .accordionHeadline h2{
    margin-bottom:8px;
}
.accordionHeadline{
    position:relative;
}
.accordionHeadline img{
    /*position:absolute;*/
    bottom:0;
    padding:4px;
}
}

@media (max-width: 900px) {
    #flashwrap > div.csc-default#c77602{
        margin-left:-3%;
        transform: scale(0.94);
    }
    }

@media (max-width: 800px) {
#flashwrap > div.csc-default#c77602{
    margin-left:-9%;
    transform: scale(0.84);
}
}

@media (max-width: 768px) {
    #flashwrap > div.csc-default#c77602{
        margin-left:-11%;
        transform: scale(0.81);
    }
    .thirtyThirtyWrapper .csc-textpic-text p a {
        width: 81%;
    }
}
@media (max-width: 760px) {
    #container #headerwrap ul.m1 ul.m2 {
        display:none;
             }

	#flashwrap > div.csc-default#c77602{
    	margin-left:0;
    	transform: scale(1);
    }
    .mod-slider{
    	width:100%;
    }
    #container .mod-slider .slider--navigation{
    	max-width:558px;
    }
	.mod-slider .slider--keyVisual{
        float:none;
        margin-bottom: 3em;
    }
	.mod-slider .slider--movie{
		display:none;
	}
    .mod-slider .slider--subVisual{
		display:none;
	}

    #container .mod-slider .slider--navigation{
    	display:none;
    }
}

@media (max-width: 640px) {
body #container {

    width: 100% !important;
}

#container #headerwrap #mainmenu{
    height:5rem;
}
#container #headerwrap #mainmenu:after{
    clear:both;
    display:block;
}
#container #headerwrap:after{

clear:both;
display:block;
}

.slider--movie,
.slider--subVisual {
    display: none;
}

#headerwrap #countryname_and_flag {
    margin-top: -22px;
    margin-right: 2%
}
#contentwrap .tx-pagebrowse li {
    margin: 0 1% 0 1%;
}

#headerwrap #mainmenu ul:first-of-type {
    margin-right: 0px;
}

#headerwrap ul.m1 li{
    height:2.5em;
}

#solrsearchwrapbk{
    top:3em;
    position: relative;
margin-bottom:5em;}

#container .mod-slider {
    width: 100%;
    margin-left: 0;
}
#container #flashwrap {
    width: 100% !important;
    background-image: none;
}
#flashwrap > div.csc-default{
    margin-top: 0;
    transform: scale(1);
    margin-bottom:0;
}
body #container .mod-slider .slider--keyVisual {
    width: 100%;
    height: 100%;
}
body #container .mod-slider .slider--keyVisual img,
#container .mod-slider .slider--navigation,
body #container #headerwrap {
    width: 100% !important;
}

body #container .csc-textpic .csc-textpic-text a {
    width: 85%;
}
#container .twentyFiveWrapper > div,
#container .thirtyThirtyWrapper > div {
    width: 48%;
}
#container .twentyWrapper > div, #container .twentyFiveWrapper > div {
    width: 47%;
    padding-right: 8px;
}
#container .thirtyThirtyWrapper .thirtyContent > div > div,
#container .thirtyThirtyWrapper .thirtyContentMiddle > div > div{
    /*text-align:center;*/
    /*max-width:500px;*/
    padding: 0 5px;
    margin-bottom: 20px;
min-height:175px;
}

body #container .twentyWrapper > div .csc-default p > img {
    width: 160px !important;
    height: 120px !important;
}
body #container .twentyContent {
    /* bk change form min-height: 255px; to margin top and bottom for partner webstie */
    margin-top:1em; margin-bottom:1em;
}

/* bk: hide bottom navigation in slider*/
#contentwrap ol.flex-control-nav, #container ul.flex-control-paging
{
    display:none;
}
.tx-maritproductcatalog-pi1 .singleDetails .accordionContent .colR{
    width: 100%;
}
.tx-maritproductcatalog-pi1 .singleDetails .accordionContent .colL{
    margin-right:0;
}
.tx-rmspdbconnector-pi1 .singleHeader .colR{
    padding-right: 0;
    padding-left: 0;
}
#my-icon:focus{
    outline: none;
}
}
@media (max-width: 480px){

input.tx-solr-q-header{
    width: 100%;
}

.flex-container-full-width-bk,
.flex-container-full-width-img-bk{
    display: block !important;
}
.container-full-width-col-right-bk{
    padding-left: 0px !important;
}
.container-full-width-col-left-bk,
.container-full-width-col-right-bk{
    width: 100% !important;
}
.container-full-width-col-left-bk{
    margin-right:0px !important;
    padding-right:0px !important;
}
.container-full-width-col-right-bk{
    padding-left:0px !important;
}
}

@media (max-width: 420px) {

#container #headerwrap #mainmenu {
    height: 11em;
}
#solrsearchwrapbk {
    top: 7em;
    margin-bottom: 8em;
}
#container #headerwrap #mainmenu ul:first-of-type {
    margin-right: 4%;
}
body #container .twentyFiveWrapper > div,
body #container .twentyWrapper > div {
    width: 47%;
    padding-right: 8px;
}

body #container .thirtyThirtyWrapper > div {
    width: 100%;
    padding-left: 5%;
}

.twentyFiveContent .csc-default {
    width: 95%;
    }
    .twentyFiveContent, .twentyContent {
        min-height:300px;
    }

/*bk solr description bei kleinen Screen nicht anzeigen */
#solr-description-bk {
    display:none;
}
/*bk solr einzelne Trefferseite  menu rausnehmen*/

.tx-solr-pagination-page-browser {
    float: none !important;
}

.tx-solr-pagination-page-browser .pages {
    display:none;
}

input.tx-solr-q-header {
    width:100%
}
}

@media (max-width: 320px){

    body #container .twentyFiveWrapper > div,
    body #container .twentyWrapper > div {
        width: 100%;
    }

.mod-slider .slider--headline{
    height:50px;
}
.mod-slider .slider--headline h2, 
.mod-slider .slider--headline p.Bannerheadline-bk {
    font-size: 1.5em !important;

}

}
