
/* default styles for extension "tx_indexedsearch" */
		.tx-indexedsearch .tx-indexedsearch-browsebox LI { display:inline; margin-right:5px; }
		.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { width:100px; }
		.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { width:150px; }
		.tx-indexedsearch .tx-indexedsearch-whatis { margin-top:10px; margin-bottom:5px; }
		.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw { font-weight:bold; font-style:italic; }
		.tx-indexedsearch .tx-indexedsearch-noresults { text-align:center; font-weight:bold; }
		.tx-indexedsearch .tx-indexedsearch-res TD.tx-indexedsearch-descr { font-style:italic; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup { color:red; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { background:#eeeeee; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { margin-top:20px; margin-bottom:5px; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 { margin-top:0px; margin-bottom:0px; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { background:#cccccc; vertical-align:middle; }
		.tx-indexedsearch .tx-indexedsearch-res .noResume { color:#666666; }
		.tx-indexedsearch .tx-indexedsearch-category { background:#cccccc; font-size:16px; font-weight:bold; }

		/* Additional styles, needed for the tableless template_css.tmpl (styles don't conflict with the original template) */
		.tx-indexedsearch .res-tmpl-css { clear:both; margin-bottom:1em; }
		.tx-indexedsearch .searchbox-tmpl-css LABEL { margin-right:1em; width:10em; float:left; }
		.tx-indexedsearch .result-count-tmpl-css, .tx-indexedsearch .percent-tmpl-css { letter-spacing:0; font-weight:normal; margin-top:-1.2em; float:right; }
		.tx-indexedsearch .info-tmpl-css dt, .tx-indexedsearch dl.info-tmpl-css dd { float:left; }
		.tx-indexedsearch .info-tmpl-css dd.item-mtime { float:none; }
		.tx-indexedsearch .info-tmpl-css dd.item-path { float:none; }
/* 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_felogin_pi1" */
		.tx-felogin-pi1 label {
			display: block;
		}

/***************************************************************
* Farben
* DUNKEL BLAU = #174b87
* HELL BLAU = #97aacb
****************************************************************/
/*If you want height and width to behave in the most intuitive way, listen to Paul Irish[3] and put this at the top of your CSS:
*, *:before, *:after {
    -webkit-box-sizing: border-box; /* Needed for mobile WebKit */
/* -moz-box-sizing: border-box; /* Needed for Firefox */
/* box-sizing: border-box
}*/

/***************************************************************
* FONTS
****************************************************************/

@font-face {
    font-family:vegur;
    src: url('../../fileadmin/tmpl/font/vegur_regular.otf')
}

@font-face {
    font-family:vegur bold;
    src: url('../../fileadmin/tmpl/font/vegur_bold.otf')
}

ul.Level2 {
    display: none;
}

/*DDF SLIDER NEW*/
.vertical-outer {
    display: table;
    height: 100%;
    width: 100%;
}

.vertical-inner {
    display: table-cell;
    vertical-align: bottom;
}


.tx-ddfslider-pi1{
    margin-top: 15px;
    min-height:600px;
}

.slick-dots > li {
    float: left;
}

.sliderTitle b {
    color: #004885;
}

.sliderTitle h3{
    font-size:23px;
}

.slick-list {
    width: 1023px;
}

/*slidebuttons */
.slick-next {
    background-color: transparent;
    background-image: url('../../fileadmin/tmpl/pics/arrow_right.png');
    background-repeat: no-repeat;
    border: 0 none;
    color: transparent;
    cursor: pointer;
    height: 20%;
    right: -7%;
    position: absolute;
    top: 37%;
    width:  7%;
}

.slick-prev {
    background-color: transparent;
    background-image: url('../../fileadmin/tmpl/pics/arrow_left.png');
    background-repeat: no-repeat;
    border: 0 none;
    color: transparent;
    height: 20%;
    left: -9%;
    position: absolute;
    top: 37%;
    width: 7%;
    cursor:pointer;
}

.slick-next button{
    cursor: pointer;
}

.slick-prev button{
    cursor: pointer;
}

.slick-dots{
    display:none !important;
}

.sliderIcon img{
    max-width: 200px;
    max-height: 200px;
    height: auto;
    width:  auto;
}

.sliderWrap {
    /*border: 1px solid red;*/
    float: left;
    margin-left: 20px;
    overflow: visible;
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.sliderWrap33{
    width: 1023px;
}

.sliderWrap23{
    width: 672px;
}

.sliderWrap13{
    width: 331px;
}

.sliderIcon {
    /*border: 1px solid blue;*/
    bottom: 80%;
    height: 200px;
    margin-bottom: 0;
    position: absolute;
    width: 200px;
    z-index: 1;
}

.sliderIcon13{
    display:none;
}

.sliderKeyvis{
    overflow:hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    min-height: 441px;
    overflow: hidden;
}

.sliderKeyvis33{
    margin: 0 40px 40px 0;
}

.sliderKeyvis23{
    margin: 0 40px 40px 0;
}

.sliderKeyvis13{
    margin: 0 40px 40px 0;
}

.sliderTextWrap {
    right: 20px;
    background-color: #9BA6CB;
    bottom: 20px;
    color: white;
    overflow: visible;
    padding: 35px 17px 17px;
    position: absolute;
    right: 20px;
    z-index: 3;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color:white;
}

.sliderTextWrap a {
    background-image: url('../../fileadmin/tmpl/pics/blaupunkt_news_readon.png');
    background-repeat: no-repeat;
    color: #ffffff;
    float: left;
    font-size: 13px;
    height: 34px;
    margin-top: 13px;
    padding: 1px 0 0 41px;
    position: relative;
    width: 150px;
}

.sliderTextWrap33{
    width: 700px;
}

.sliderTextWrap23{
    width: 350px;
}

.sliderTextWrap13{
    width: 180px;

}

.sliderIcon23 > img {
    width: 150px;

}



/*Servicedoku in SingleView*/
#tab-downloads .single h1, #tab-downloads .single .service-pic{display:none;}
#tab-downloads .single .row .var .bodytext{
    color: #FFFFFF;
    font-size: 12px;
    line-height: 17px;
}

#tab-downloads .row .fix{
    float:left;
}

#tab-downloads .row .var{
    margin-left:80px;
}

#tab-downloads .single .bodytext{
    color: #FFFFFF;
    font-size: 12px;
    line-height: 17px;
}

#tab-downloads .single {
    color: #FFFFFF;
    font-size: 12px;
    line-height: 17px;
    width:500px;
}

#tab-downloads .single .anleitung{
    margin-top:18px;
    margin-bottom: 5px;
}

#tab-downloads .single .operatinginstruction{
    margin-top:18px;
    margin-bottom: 5px;
}

#tab-downloads .single .installationinstruction{
    margin-top:18px;
    margin-bottom: 5px;
}

#tab-downloads .single .softwareupdates{
    margin-top:18px;
    margin-bottom: 5px;
}



/*CAT-View */
.ddfproductbp_catNavi{
    color: #7C8285;
    font-family: vegur,arial,verdana,sans-serif;
    font-size: 12px;
    font-weight: normal;
    padding-left: 20px;
    margin:0px;
    line-height: 23px;
    width:87%;
}

#ddfproductbp_h1{
    color: #174B87;
    float: left;
    font-size: 13px !important;
    font-weight: bold;
    min-width:171px;
    padding: 20px 0 5px 20px;
    text-transform: uppercase;
}

/**************************************************
**  ALLGEMEIN
**************************************************
*/
#outside{
    float: left;
    /*height: 100%;*/
    left: 0;
    overflow-x: visible;
    position: absolute;
    top: 0;
    width: 100%;
}


html, body, p{
    margin: 0;
    padding: 0;
    font-family:vegur,arial, verdana, sans-serif;
}

img{
    border:0;
}

a{
    text-decoration:none;
    color:#7C8285;
}

a:visited{
    color:#000000;
}

li{
    list-style-type: none;
}

#center{
    position:relative;
    left: 50%;
    margin-left: -512px;
    margin-top: 0px;
    width: 1024px;
    float:left;
    z-index:2;
    overflow:visible;
}

#c124 h1, #c123 h5, #c122 h5, #c120 h5, #c118 h5, #c116 h5, #c114 h5, #c112 h5, #c140 h5{
    color: #7C8285;
    font-family: vegur, arial, verdana, sans-serif;
    font-size: 14px;
    font-weight: normal;
    padding:20px 0px 10px 0px;
}

.csc-textpic-intext-left ol, .csc-textpic-intext-left ul {
    overflow: hidden;
    height:auto;
    padding-left: 40px;
    margin:10px 0px 0px 0px;
}

/* OLD STYLE...
.csc-textpic-text li{
    background-image: url('../../fileadmin/tmpl/pics/blaupunkt_arrow_internal_link.png');
    background-repeat: no-repeat;
    padding: 0 0 5px 10px;
    color: #7C8285;
    font-family: vegur, arial, verdana, sans-serif;;
    font-size: 12px;
    margin-left:-40px;

} */

.csc-textpic-text li {
    background-image: url('../../fileadmin/tmpl/pics/blaupunkt_arrow_internal_link.png');
    background-repeat: no-repeat;
    color: #7C8285;
    font-family: vegur,arial,verdana,sans-serif;
    font-size: 12px;
    line-height: 1 !important;
    list-style: none outside none !important;
    margin: 8px 0 0;
    padding: 0 0 0 12px;
}

.csc-textpic-text b > a, #ddfTypoScriptInserted b > a{
    background-image: none;
    font-weight: bold;
    padding: 0;
}

.content_background img{
    width:2000px;

}

#c442 .csc-header h1, #c441 .csc-header h1, #c438 .csc-header h1 {
    margin-bottom:0px;
    font-weight:bold;
    font-size:12px;
}

.content_overview_products_item_line{
    height:1px;
    width:822px;
    position:relative;
    float: left;
    color:#ebebeb;
    margin: 0 0 0 -22px;
}

hr{
    height:1px !important;
    width:862px!important;
    border:0 none;
    border-top:1px solid #7C8285;
    left:10px;
}

#c91 hr, #c262 hr{
    /* border:none;*/
    background-color:#ffffff;
}

/*************
 * MESSELOGO
 *************
.ifa{
  background-image: url('../../fileadmin/tmpl/css/fileadmin/tmpl/pics/agritechnica_blaupunkt_de.png');
}#/

/**************************************************
**  HEADER
**************************************************
*/

#header{
    position:relative;
    width:1024px;
    height:90px;
}

/* Logo */

#header_brand {
    width:260px;
    height:29px;
    float:left;
    position:relative;
    margin:30px 0px 0px 20px;
}

/* Bar_Header */

#header_usernavi {
    float:right;
    margin-right: 60px;
}



/* Navigation*/

ul#header_navi li.hover:last-child, ul#header_navi li.level2:last-child:hover {
    background-image:url('../../fileadmin/tmpl/pics/blaupunkt_background_navi_bottom_hover_neu.png');
    background-repeat:no-repeat;
    background-color: transparent;
    background-position: center bottom;
}

ul#header_navi li.level1:hover {
    background-image:url('../../fileadmin/tmpl/pics/blaupunkt_background_language.jpg');
    background-repeat:no-repeat;
}



/*Facebook Button*/
#header_usernavi > iframe {
    margin: 2px 5px 41px;
    position: absolute;
}

/* Glossar  */

div.tx-contagged-index span{
    font-size: 14px;
    margin: 0 0 0 2px;
    color:#00599A;
}

.tx-contagged .tx-contagged-index a{
    font-size:14px;
    color:#aaaaaa;
    margin-right:20px;
}

.tx-contagged div.tx-contagged-index span a, .tx-contagged .tx-contagged-list a{
    color: #00599A;
    margin: 0;
}

.tx-contagged-searchbox tbody{
    background-color:#ffffff;
}

.tx-contagged{
    font-size: 11px;
    font-weight: normal;
}

.tx-contagged-index {
    margin: 10px 0 20px;
    padding: 0;
}

.browseLinksWrap span {
    margin: 0 3px;
}

.browseLinksWrap{
    margin-left:-3px;
}

.activeLinkWrap, .inactiveLinkWrap a:hover, .inactiveLinkWrap a:visited, .inactiveLinkWrap a:active {
    color: #00599A;
    font-weight: bold;
}

.inactiveLinkWrap a, .inactiveLinkWrap a:hover, .inactiveLinkWrap a:visited, .inactiveLinkWrap a:active {
    color: #000000;
    font-weight: bold;
}

/* GLOSSAR */
input.tx-contagged-searchbox-sword {
    background-image: url('../../fileadmin/tmpl/pics/input_serach.png');
    background-repeat: no-repeat;
    border: 0 none;
    height: 29px;
    padding-left: 10px;
    width: 388px;
    margin-left:-13px;
}

input.tx-contagged-searchbox-button{
    background-image: url('../../fileadmin/tmpl/pics/button_search.png');
    background-repeat: no-repeat;
    border: 0 none;
    color: #FFFFFF;
    height: 29px;
    padding: 4px 6px 6px;
    text-align: left;
    width: 126px;
    margin-top:-2px;
}

.tx-contagged-searchbox td{
    width:314px;
}

.tx-contagged-list {
    margin: 25px 0 25px;
    padding-top:50px;
}

.tx-contagged-single dd{
    margin:0;
}

.tx-contagged-single .bodytext b{
    margin-bottom
}

.tx-contagged-list dt {
    color: #7C8285;
    font-weight: bold;
}

.tx-contagged-list .tx-contagged-navlink {
    margin: 3px 0 20px;
}

.tx-contagged-navlink a{
    background-image: url('../../fileadmin/tmpl/pics/blaupunkt_arrow_internal_link.png');
    background-repeat: no-repeat;
    font-family: vegur,arial,verdana,sans-serif;
    font-size: 12px;
    font-weight: normal;
    padding-left: 11px;
    top: 20px;
}

.tx-contagged-list dd {
    margin: 2px 0;
}

/* FAQ */

.irfaq-search-form input {
    background-image: url('../../fileadmin/tmpl/pics/input_serach.png');
    background-repeat: no-repeat;
    border: 0 none;
    height: 29px;
    margin-left: 1px;
    padding-left: 10px;
    width: 388px;
}

.tx-indexedsearch-form input{
    background-image: url('../../fileadmin/tmpl/pics/input_serach.png');
    background-repeat: no-repeat;
    border: 0 none;
    height: 29px;
    margin-left: 1px;
    padding-left: 10px;
    width: 388px;
}

.irfaq-search-form-submit input{
    background-image: url('../../fileadmin/tmpl/pics/button_search.png');
    background-repeat: no-repeat;
    border: 0 none;
    color: #FFFFFF;
    height: 29px;
    margin-top: -2px;
    padding: 4px 6px 6px;
    text-align: left;
    width: 126px;
    margin-left:5px;
}

.tx-bpweltweit-pi1 select{
    color:#ffffff;

}

#content_sub a{
    color:#7C8285;
}

#content_sub a img{
    margin-left:0px;
}

.tx-indexedsearch-search-submit input{
    background-image: url('../../fileadmin/tmpl/pics/button_search.png');
    background-repeat: no-repeat;
    border: 0 none;
    color: #FFFFFF;
    height: 29px;
    margin-top: 0px;
    padding: 4px 6px 6px;
    text-align: left;
    width: 126px;
    margin-left:5px;
}

.tx-indexedsearch-form, .tx-indexedsearch-search-submit{
    float:left;
    position:relative;
    margin-top:20px;
}
/*
#c93 fieldset{
  width:700px;
}*/

.tx-irfaq-pi1 p{
    margin:10px 0px;
}

.tx-irfaq-dynheader img {
    float: left;
    margin: 3px 0 0;
}

.tx-irfaq-dynans-hidden {
    display: none
}

.tx-irfaq-dynheader p.bodytext{
    margin-left:15px;
}

.tx-irfaq-dynans-visible p.bodytext{
    padding:10px;
    margin-left:-34px;
}

/* Language */


.ddfSelect2DDwrapper{
    width:103px !important;
    z-index:1000 !important;
}

#header_usernavi_language{
    width:130px !important;
    height:22px;
    position:relative;
    float:left;
    margin-left:5px;
    background-image:url('../../fileadmin/tmpl/pics/blaupunkt_arrow_language.png');
}

#header_usernavi_language_icon{
    background-image:url('../../fileadmin/tmpl/pics/blaupunkt_icon_world.png');
    height:16px;
    width:16px;
    background-repeat:no-repeat;
    margin:2px 10px 0px 10px;
    color:#ffffff;
    font-size:13px;
    padding-left:22px;
    position:absolute;
    font-family:vegur,arial, verdana, sans-serif;
}

#header_usernavi_language_link{
    background-image:url('../../fileadmin/tmpl/pics/blaupunkt_arrow_language.png');
    height:7px;
    width:12px;
    background-repeat:no-repeat;
    position:relative;
    float:left;
    margin:7px 0px 0px 40px;
}

#header_usernavi_language_link:hover{
    background-image:url('../../fileadmin/tmpl/pics/blaupunkt_arrow_language_hover.png');
    background-repeat:no-repeat;
    height:21px;
    width:138px;
}

/* Search */

#header_usernavi_search{
    width:172px;
    height:22px;
    background-image:url('../../fileadmin/tmpl/pics/blaupunkt_background_search.png');
    position:relative;
    float:left;
    margin-left:5px;
}

#header_usernavi_search_icon{
    background-image:url('../../fileadmin/tmpl/pics/blaupunkt_icon_loupe.png');
    height:14px;
    width:14px;
    background-repeat:no-repeat;
    margin:4px 0px 0px 10px;
    color:#ffffff;
    font-size:13px;
    padding:5px 0px 0px 5px;;
    position:relative;
    float:left;
}

a:focus {
    outline: none;
}

button:focus {
    outline: none;
}

#header_usernavi_search_input{
    background-image:url('../../fileadmin/tmpl/pics/blaupunkt_input_search.png');
    background-repeat:no-repeat;
    height:0px;
    width:62px;
    position:relative;
    float:left;
}

#header_usernavi_search_link{
    border:0;
}

#header_usernavi_search_link_button{
    -webkit-appearance: none;
    -webkit-rtl-ordering: logical;
    -webkit-user-select: text;
    background-color: #174B87;
    background-repeat: no-repeat;
    color: rgba(0, 0, 0, 0);
    cursor: auto;
    display: block;
    float: right;
    font-family: 'Lucida Grande';
    height: 12px;
    letter-spacing: normal;
    line-height: normal;
    margin: 4px 6px  0 40px;
    padding: 0;
    position: relative;
    text-align: -webkit-auto;
    text-indent: 0px;
    text-shadow: none;
    text-transform: none;
    width: 7px;
    word-spacing: 0px;
    box-shadow: inset 0px #174B87;
    border:0;
}

#header_usernavi_search_link_button input{
    border:0;
}

#header_usernavi_search_link_button:hover{
    background-image:url('../../fileadmin/tmpl/pics/blaupunkt_arrow_search_hover.png');
    background-repeat:no-repeat;
}

input#header_usernavi_search_link_background{
    width: 126px;
    background: url('../../fileadmin/tmpl/pics/blaupunkt_input_search.png');
    background-repeat:no-repeat;
    border: 0;
    padding:1px 10px 0px 6px;
    margin-bottom:4px;
    margin-top:2px;
    outline:0;
    font-size:10px;
}



/* Navigation*/

/*
#header_navi {
    float:right;
    margin: 44px 0px 0px 0px;
    position:relative;
    text-decoration:none;
    left:-41px;
    font-family:vegur, arial, verdana, sans-serif;
    z-index:999;
}
*/

.header_navi_item{
    float:right;
    font-size:14px;
    margin-left:20px;
    font-family:vegur, arial, verdana, sans-serif;
}

#header_navi_item_button{
    float:right;
    position:relative;
    font-weight:normal;
    font-family:vegur, arial, verdana, sans-serif;;
}

#header_navi_item_button:hover{
    color:#004b87;
}

/* HauptNavi */

/*ul#header_navi{
    padding: 0;
    list-style: none;
    z-index:999;
    position:relative;
}*/

ul#header_navi li ,#LoginArea ul#header_navi li{
    float: left;
    padding: 2px 10px;
}

ul#header_navi li.hover {
    background: #8296bb;
}

ul#header_navi li.hover:last-child, ul#header_navi li.level2:last-child:hover {
    background-image:url('../../fileadmin/tmpl/pics/blaupunkt_background_navi_bottom_hover_neu.png');
    background-repeat:no-repeat;
    background-color: transparent;
    background-position: center bottom;
}


ul#header_navi li {
    padding:3px 0px 5px 0px;
    width:130px;
    font-size:13px;
  /*  list-style-position:outside;*/
    margin-right:3px;
    text-align: left;
}

ul#header_navi li a {
    text-decoration: none;
    color: #000000;
    font-size:13px;
    font-weight:bold;
    font-family:vegur,arial;
}

ul#header_navi li.level2 a, ul#header_navi li.level3 {
    font-weight:normal;
    font-family:vegur, arial, verdana, sans-serif;
}

/* Level1 items brauchen Paddin-Right wegen des Backgrounds */
ul#header_navi li.level1 {
    padding-left:8px;
}

.header_navi_item.level1 {margin-right:10px:}


/*
ul.Level2 li.level2:first-child, ul.Level3 li.level3:first-child{
  padding-right:0px !important;
}
*/

.desktop ul#header_navi li.level3{
    width:128px !important;
}


.desktop ul.Level2 {
    display: none;
    list-style: none outside none;
    position: absolute;
    z-index:999;
    margin-left: -38px;
    width: 100px;
    margin-top: 1px;
}

.desktop ul.Level3 {
    display: none;
    list-style: none outside none;
    margin: -20px 34px 9px 124px;
    padding: 0;
    position: absolute;
    z-index:3;
    margin-top:-24px;
}
/*
ul.Level3 li.level3 a{
    font-size:12px;
} */

.desktop ul#header_navi li ul.Level3 {
    text-decoration: none;
    color: #000000;
    font-size:13px;
    padding:5px 0px 5px 0px;
    width:128px;
    list-style-position:outside;
    margin-right:3px;
}


ul#header_navi li.level1:hover {
    background-image:url('../../fileadmin/tmpl/pics/blaupunkt_background_language.jpg');
    background-repeat:no-repeat;
}

ul#header_navi ul.Level2 li.level2 a{
    font-weight:normal;
}

#header_navi_item .level1 a{
    font-family:vegur bold,arial black;
}

ul#header_navi li.level1 a {
    margin-right:6px;
}

ul#header_navi li.level1:hover a {
    color:#FFFFFF;
}

ul.Level3 li.level3:hover{
    font-weight: normal;
    /*   background: #8ca0c4;*/
    width:135px;
}

ul.Level2 li.level2:hover{
    font-weight: normal;
    background: #97aacb;
    font-family:vegur, arial, verdana, sans-serif;
    width:135px;
}

.level1:hover .Level2, .level2:hover .Level3 {
    display: block;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    ul.Level3 {
        margin: -19px 34px 9px 124px;
    }
}
/*  Navi End */

li {
    list-style: none;
}

h1.csc-firstHeader{
    margin-bottom:19px;
}

#c443 h1.csc-firstHeader{
    margin-bottom:0px !important;
    font-weight:bold !important;
    text-tranform:none !important;
    font-size:12px !important;
}


ul.Level2 li.level2 {
    background-image:url('../../fileadmin/tmpl/pics/blaupunkt_navi_background.png');
    border-image: none;
    float: none;
    margin: 0 0 0 -10px;
    width: 80px;
    padding-left:8px !important;
}


ul.Level2 li:last-child {
    background-image:url('../../fileadmin/tmpl/pics/blaupunkt_background_navi_bottom_neu.png');
    background-repeat: no-repeat;
    background-color:transparent;
    background-position: center bottom;
}


ul.Level3 li.level3 {
    background-image:url('../../fileadmin/tmpl/pics/blaupunkt_navi_background_level3.png');
    color: #FFFFFF !important;
    float: none;
    margin: 0 0 0 -10px;
    padding: 2px 10px;
    width: 85px;
    font-weight:normal;
    padding-left:10px !important;
}

.desktop ul.Level2 li.level2 a, .desktop ul.Level3 li.level3 a {
    color: #FFFFFF !important;
    width:128px !important;
}

ul.Level3 li:last-child {
    background-image:url('../../fileadmin/tmpl/pics/blaupunkt_background_navi_bottom_hover_neu.png');
    background-repeat: no-repeat;
    background-color:transparent;
    background-position: center bottom;
}

ul.Level3 li:first-child {
    background-image:url('../../fileadmin/tmpl/pics/subnavi_background.png');
    background-repeat: no-repeat;
    background-color:transparent;
}


/**************************************************
**  CONTENT
**************************************************
*/

#content{
    width: 1024px;
    position: relative;
    margin-top:0px;
    float:left;
}

#content_sub{
    margin-bottom:-175px;
    float:left;
}

#content_sub .singleView {width:1024px;}

#content_sub_top{
    background-image:url('../../fileadmin/tmpl/pics/blaupunkt_button_top.png');
    background-repeat:no-repeat;
    width:55px;
    height:55px;
    position:relative;
    float:right;
    top:3px;
    margin-top:138px;
    margin-right:30px;
}

#content_sub_top:hover{
    background-image:url('../../fileadmin/tmpl/pics/blaupunkt_button_top_hover.png');
    background-repeat:no-repeat;
}

#content_features_slot_right tbody{
    margin-top:8px !important;

}

#content_features_slot_right table h1{
    display:none;
}

#content_features_teasertext #teasertext ul{
    padding:0px 0 0 14px!important;
}
#content_features_teasertext #teasertext ul li {
    list-style: disc outside;
}

#content_features_slot_right table {
    margin: 0 -10px !important;
}

/**************************************************
**  KEYVISUAL
**************************************************
*/

#content_gallery {
    margin:0;
}


#content_gallery_image {
    position:relative;
    background-repeat:no-repeat;
    height:426px;
    width: 1280px;
    left:-257px;
    z-index: 0;
}


#content_gallery_image img.content_gallery_image_mask {
    left: 0;
    position: absolute;
    text-align: right;
    top: 0;
    z-index: 5;
}

#content_gallery_image img.content_gallery_image_image {
    left: 0;
    position: absolute;
    text-align: right;
    top: 0;
    display: none;
}

#content_gallery_image img.content_gallery_active, #content_gallery_image img.content_gallery_next {
    display: block;
}

.image0 {z-index:4;}
.image1 {z-index:3;}
.image2 {z-index:2;}
.image3 {z-index:1;}

.content_gallery_teaser_item {
    left: 45px;
    position: absolute;
    top: 9px;
    width: 100%;
}

/* standart */
.content_gallery_teaser_item  .content_gallery_teaser_wrap > div{display:none}
.content_gallery_teaser_item .content_gallery_teaser_wrap .content_gallery_teaser_picture_small_item{display:block; opacity: 0; cursor:waiting;}

/* active */
.content_gallery_teaser_item.content_gallery_active .content_gallery_teaser_wrap > div{display:block}
.content_gallery_teaser_item.content_gallery_active .content_gallery_teaser_wrap .content_gallery_teaser_picture_small_item{display:block; opacity: 1; cursor:pointer;}

/* next */
.content_gallery_teaser_item.content_gallery_next .content_gallery_teaser_wrap > div{display:block; opacity: 0;}


/**************************************************
**  NEWS
**************************************************
*/

#content_gallery_teaser{
    width: 1024px;
    position:relative;
    top: -188px;
    height:240px;
    background-repeat:no-repeat;
    padding:9px 0 0 45px;
    text-align:left;
    overflow: visible;
    margin-left:150px;
    z-index:6;

}

.content_gallery_teaser_wrap {
    position:relative;
    z-index:2;
}

#content_gallery_teaser img {
    position:absolute;
    left: 0;
    top: 0;
}

/* Text*/

.content_gallery_teaser_news_text {
    position:relative;
    float:left;
}

.content_gallery_teaser_news_headline h3{
    color: #ffffff;
    font-size:28px;
    position:relative;
    width:300px;
    font-family:vegur, arial, verdana, sans-serif;
    font-weight:normal;
    margin-top:7px;
    margin-bottom:0px;
}

.content_gallery_teaser_news_headline  h3 b{
    color: #014885;
}

.content_gallery_teaser_news_bodytext h4 {font-size:20px !important;}
.content_gallery_teaser_news_bodytext h5 {font-size:17px !important; color:#ffffff; margin-top:5px;}
.content_gallery_teaser_news_bodytext h6 {font-size:15px !important;}

.content_gallery_teaser_news_bodytext ul, .content_gallery_teaser_news_bodytext li {margin-bottom:0;}

.content_gallery_teaser_news_bodytext p, .content_gallery_teaser_news_bodytext ul, .content_gallery_teaser_news_bodytext li{
    color: #ffffff;
    font-size:13px;
    position:relative;
    /*width:247px;*/
    width:300px;
    margin-top:3px;
    font-family:vegur,arial, verdana, sans-serif;
}

.content_gallery_teaser_news_bodytext ul, .content_gallery_teaser_news_bodytext li {
    margin-left:-15px;
    list-style-type:disc;

}

.content_gallery_teaser_news_link a{
    color: #ffffff;
    font-size:13px;
    position:relative;
    background-image:url('../../fileadmin/tmpl/pics/blaupunkt_news_readon.png');
    background-repeat:no-repeat;
    height:34px;
    float:left;
    padding:1px 0px 0px 41px;
    margin-top:13px;
    width:200px;
}

.content_gallery_teaser_news_link a:hover{
    color: #004b87;
    background-image:url('../../fileadmin/tmpl/pics/blaupunkt_news_readon_hover.png');
    background-repeat:no-repeat;
}

/* Picture*/

#content_gallery_teaser .content_gallery_teaser_picture img{
    position:relative;
    float:left;
    margin-top:-55px;
    padding-left:-40px;
    display: block;
    margin-left: 0px;
    margin-right: auto;
    max-width:100%;
    height:auto;
}

.content_gallery_teaser_picture{
    position:relative;
    float:left;
    width:267px;
}

/* News_small*/

.content_gallery_teaser_picture_small_item{
    position:relative;
    float:left;
    width:232px;
    margin:10px 0px 0px 0px;
    left:50px;
    border-bottom:1px #ffffff solid;
    padding-bottom:9px;
}


.content_gallery_teaser_picture_small_item:last-child{
    border:0;
}

.content_gallery_teaser_picture_small_item:first-child{
    margin-top:0px;
}

.content_gallery_teaser_picture_small{
    position:absolute;
    height:200px;
    width:300px;
    top:8px;
    margin-left:548px;
}

.content_gallery_teaser_picture_small_item_picture {
    position:relative;
    float:left;
    height:46px;
    width:46px;
    margin-right:10px;
}

.content_gallery_teaser_picture_small_item_link {
    background-image:url('../../fileadmin/tmpl/pics/blaupunkt_arrow_news_small.png');
    background-repeat:no-repeat;
    height:37px;
    width:25px;
    position:relative;
    float:left;
    margin-top:5px;
}

.content_gallery_teaser_picture_small_item_link:hover{
    background-image:url('../../fileadmin/tmpl/pics/blaupunkt_arrow_news_small_hover.png');
    background-repeat:no-repeat;
}

.content_gallery_teaser_picture_small_item_text h4{
    position:relative;
    float:left;
    width:140px;
    color:#ffffff !important;
    margin-right:10px;
    padding-top:7px;
    font-family:vegur,arial, verdana, sans-serif;
}

.content_gallery_teaser_picture_small_item_line{
    height:1px;
    width:190px;
    background-color:#ffffff;
    margin-top:56px;
    display:none;
}

#content_text{
    float: left;
    margin: -90px 0px 6px 0px;
    padding-left: 57px;
    position: relative;
    width: 600px;
}

#content_text_right {
    margin: 0px 0px 0px 34px;
    position: relative;
    font-family:vegur, arial, verdana, sans-serif;
    font-weight:normal;
    line-height:18px;
    float:left;
    width:258px;
}

/**************************************************
**  CONTENT_NAVI
**************************************************
*/

#content_navi{
    margin-right: 60px;
    margin-top: -33px;
    position: relative;
    font-family:vegur, arial, verdana, sans-serif;
    font-size:12px;
    color:#7C8285;
    float:right;
}

#content_navi li.content_navi_item.level1 a{
    color:#000000;
    margin-top:-3px;
}

.content_navi_item a:hover, .content_navi_item a:active{
    color:#97aacb !important;
}

li.content_navi_item level3 a{
    border: medium none;
    margin-left: 10px ;
    margin-top: -3px ;
    background-color:#174b87 !important;
}

#content_navi li.content_navi_item.level3 a {
    color: #174b87;
}

.content_navi_item {
    background-image: url('../../fileadmin/tmpl/pics/blaupunkt_arrow_internal_link.png');
    background-repeat: no-repeat;
    font-family: vegur,arial,verdana,sans-serif;
    line-height: 1;
    margin: 8px 0 4px;
    padding: 0 0 5px 10px;
    width: 130px;
}
.content_navi_item.level1 {
    border-bottom:1px #000000 solid;
}

.content_navi_item:last-child{
    border-bottom:0;
}


#content_navi a.open{
    color: #174b87 !important;
}

#content_navi li.content_navi_item.level2 > a {
    color: #174b87;
    font-weight: bold;
}

#content_navi li.content_navi_item.level1.level2_trigger > a {
    font-weight: bold;
    color:#174B87;
}

#content_navi li.level3 {
    margin-top:-3px;
    border:none;
    background:none;
    line-height: 1.1;
    margin: 0;
    padding: 1px 0 2px 10px;
}

#content_navi li.level2 {
    border:none;
    background: none;
    padding: 0;
    margin: 2px 0;
}

#content_navi li.level2 a {
    color:#000000;
}

#content_navi ul.content_navi_Level2 {
    padding: 6px 0 0px 0;
}

#content_navi ul.content_navi_Level3 {
    padding: 0;
}

#content_navi .level3_trigger{
    margin:
}

/**************************************************
**  FOOTER
**************************************************
*/

#footer{
    width: 586px;
    position:relative;
    float:left;
    background-repeat:no-repeat;
    height:146px;
    background-image:url('../../fileadmin/tmpl/pics/blaupunkt_footer_background.png');
    margin:-52px 0 8px -643px;
    padding-left:694px;
}

#startseite #footer{
    width: 586px;
    position:relative;
    float:left;
    background-repeat:no-repeat;
    height:146px;
    background-image:url('../../fileadmin/tmpl/pics/blaupunkt_footer_background.png');
    margin:4px 0 8px -661px;
    padding-left:711px;
    top:170px;
    margin-top:-200px;
}

#footer_navi {
    color:#ffffff;
    height: 50px;
    float:left;
    margin: 0px;
    position:relative;
}

.footer_navi_item {
    position:relative;
    float:left;
    font-size:12px;;
    margin-right:15px;
    top:10px;
    left:4px;
}

.footer_navi_item a{
    color:#ffffff !important;
    font-family:vegur,arial, verdana, sans-serif;
}

#footer_claim{
    background-repeat:no-repeat;
    background-image:url('../../fileadmin/tmpl/pics/blaupunkt_claim.png');
    height:34px;
    width:119px;
    position:relative;;
    top:28px;
    margin-left:4px;
}

/**************************************************
**  AREA SUBPAGES
**************************************************
*/

#content_gallery_sub_image {
    position: relative;
    background-repeat: no-repeat;
    height: 351px;
    width: 1280px;
    left: -257px;
    background-position: 0px 6px;
    margin-top: -8px;
}

/* Teaser_right*/
#content_gallery_teaser_right{
    position:relative;
    top: -116px;
    /* top: -77px;*/
    left: 50%;
    height:135px;
    background-image:url('../../fileadmin/tmpl/pics/blaupunkt_teaser_background_darkblue.png');
    /*  background-image: url('../../fileadmin/tmpl/pics/blaupunkt_teaser_bg-right.png');*/
    background-repeat:no-repeat;
    margin-left: -50px;
    padding:9px 0 0 45px;
}

:active, :focus, img {
    outline: none;
    border:1;
}

#content_gallery_teaser_right h1{
    color: #ffffff;
    font-size:32px;
    margin-top: 27px;
    width:380px;
    font-family:vegur, arial, verdana, sans-serif;;
    font-weight:normal;
}

#content_gallery_teaser_right h1 span{
    font-family:vegur bold,arial black;
}

/* Teaser_left*/

#content_gallery_teaser_left{
    position:relative;
    /* old  top: -124px; */

    top: -113px;
    left: 50%;
    /*height:135px;*/
    height: 61px;
    /* old  background-image:url('../../fileadmin/tmpl/pics/blaupunkt_teaser_background_darkblue_left.png'); */
    background-image: url('../../fileadmin/tmpl/pics/blaupunkt_teaser_bg_left.png');
    background-repeat:no-repeat;
    margin:4px -607px -110px -1993px;
    padding:9px 0 20px 1537px;
    width:500px;
    overflow: hidden;
}

#content_gallery_teaser_left #content_gallery_teaser_right_headline h1 {
    margin-top: 8px;
}
#content_gallery_teaser_left h1{
    color: #ffffff;
    font-size:33px;
    margin-top: 22px;
    width:500px;
    font-family:vegur,arial, verdana, sans-serif;
    font-weight:normal;
}

#content_gallery_teaser_left h1 span{
    font-family:vegur bold,arial black;
}

/* Features*/

#content_features{
    width: 1500px;
    position:relative;
    /*   background-image:url('../../fileadmin/tmpl/pics/blaupunkt_content_right_mask_top.png');
         background-color:#6784b4; */
    background-repeat:no-repeat;
    margin-top: 30px;
    float:left;
    margin-left:11px;
}

#content_bottom{
    width: 1500px;
    position:relative;
    height:70px;
    background-image:url('../../fileadmin/tmpl/pics/blaupunkt_content_right_mask_bottom.png');
    background-color:#6784b4;
    background-repeat:no-repeat;
    float:left;
    margin-left:11px;
    margin-bottom:70px;
}

/* Slot_left*/

#content_features_slot_left {
    position:relative;
    width:300px;
    float:left;
}

li#content_features_slot_list a {
    font-size:12px;
}

li#content_features_slot_list a:hover {
    font-size:12px;
    color:#174b87;

}

#content_features_slot_left ul{
    margin-left:5px;
    margin-bottom:0;
    padding: 0 0 0 57px;
}

#content_features_slot_left #teasertext {
    color: #FFFFFF;
    font-size: 12px;
    line-height: 1.3;
    margin:0pc 0px 30px 44px;
    width:320px;
}

#content_features_slot_left h3{
    color: #ffffff;
    margin: 0 0 0 44px;
}

#content_features_slot_left a{
    color: #ffffff;
    font-size:13px;
    position:relative;
    width:300px;
}

#content_features_slot_line{
    height:1px;
    width:250px;
    background-color:#ffffff;
}

/* Slot_right*/

#content_features_slot_right {
    position:relative;
    float:left;
}

#details_toggle_close {display:none;}

#content_features_right_slot_toggler {
    clear: left;
    padding: 20px 0 15px;
}

#details_toggle,
#details_toggle_close{
    cursor:pointer;
    color: transparent;
    font-size: 12px;
    margin-left: 46px;
    color:#ffffff;
    font-size:12px;
    text-transform:uppercase;
    font-family:vegur bold;
}

#content_features_slot_right #description {
    font-family:vegur,arial, verdana, sans-serif;
    font-size: 13px;
    color:#FFF;
    margin-left: 45px;
    width: 400px;
    clear: both;
    line-height:18px;
    height:102px;
    overflow:hidden;
}

#description table tbody tr td b{
    padding-top:15px !important;
    position:relative;
    float:left;
}

#description table tbody tr td b:first-child{
    padding-top:0px;
}


#content_features_slot_right #description td{
    margin-top:5px;
    position:relative;

}




#content_features_slot_right #description tbody {
    background-color:#6784B4 !important;
    color:#ffffff;
    float:left;
    margin-left:-1px;
}

#content_features_teasertext #slot_right_headline{
    color:#7C8285;
    margin:0px 0 11px 0px;
    float:none;
}

#content_features_teasertext {
    margin: 0px 0px 35px 54px;
    min-height: 35px;
    color:#7C8285;
}


#content_features_teasertext #teasertext {
    font-size:14px;
    margin-top:46px;
    margin-left:0px;

}

#content_features_slot_right #description td {
    color:#ffffff !important;
}

#description b {
    margin-bottom:0px; !important;
}

#description b {
    margin-bottom:0px; !important;
    text-transform:uppercase;
}

#slot_right_headline{
    color: #ffffff;
    font-size:30px;
    text-transform:uppercase;
    margin: 17px 0px 30px 44px;
    position:relative;
    float:left;
    width:310px;
    font-family:vegur,arial, verdana, sans-serif;
    font-weight:normal;
}

#content_features_slot_left ul h3{
    color: #ffffff;
    font-size:28px;
    text-transform:uppercase;
    margin: 1px 0 30px -2px;
    position:relative;
    float:left;
    width:300px;
    font-family:vegur,arial, verdana, sans-serif;
    font-weight:normal;
}

#content_features_slot_right li{
    list-style-type:disc;
    color:#ffffff;
    margin-left:0px;
    font-size:12px;
    line-height: 17px;
    font-family:vegur,arial, verdana, sans-serif;
}

#content_text li{
    list-style-type:disc;
    color:#7C8285;
    margin-left:-26px;
    font-size:12px;
    line-height: 1.6;
    font-family:vegur,arial, verdana, sans-serif;
}

#content_features_slot_right ul {
    padding-left:18px;
    margin-top: 7.5px;
    margin-bottom:15px;
}

#content_features_slot_right h4 {
    font-weight:bold;
    margin-bottom:10px;
    font-family:vegur,arial, verdana, sans-serif;
    color:#ffffff;
    text-transform:uppercase;
}
#content_features_slot_right h4 b {
    font-weight: 700;
    margin-bottom:10px;
    font-family:arial, verdana, sans-serif;
    color:#ffffff;
    text-transform:uppercase;
}

/* Breadcrump*/

#content_gallery_teaser_right_breadcrump{
    color: #8ca0c4;
    font-size:11px;
    position:relative;
    float:left;
    width:455px;
    font-family:vegur,arial, verdana, sans-serif;
    font-weight:normal;
}

#content_gallery_teaser_right_breadcrump img{
    position:relative;
    float:left;
    margin:0px 3px 0px 3px;
}

#content_gallery_teaser_right_breadcrump a{
    color: #ffffff;
    text-decoration:none;
    position:relative;
    float:left;
    font-family:vegur, arial, verdana, sans-serif;
}

#content_singleview{
    width: 1280px;
    position:relative;
    top: 30px;
    background-repeat:no-repeat;
    height:345px;
    background-image:url('../../fileadmin/tmpl/pics/blaupunkt_keyvisual_singleview.png');
    padding:20px;
}

/**************************************************
**  SINGLEVIEW
**************************************************
*/

#content_gallery_text{
    width: 315px;
    position: relative;
    top: 10px;
    left: 50%;
    margin-left: -328px;
    margin-bottom:50px;
    margin-top:0px;
    float:left;
}

#content_gallery_text_headline h5{
    color:#7c8285;
    font-size:27px;
    font-family:vegur,arial, verdana, sans-serif;
    font-weight:normal;
    text-transform: uppercase;
    margin:22px 0 0;
}

#content_gallery_text_headline h5 span{
    font-family:vegur bold,arial black;
    font-weight: bold;
    color:#004b87;
}

#content_gallery_text p{
    color: #7c8285;
    font-size:12px;
    margin:0px 0px 15px 0px;
    width:366px;
}

#content_gallery_text_overview{
    color: #7c8285;
    font-size:12px;
    font-family:vegur,arial, verdana, sans-serif;
    font-weight:normal;
    background-image:url('../../fileadmin/tmpl/pics/blaupunkt_arrow_overview.png');
    background-repeat:no-repeat;
    padding-left:11px;
    top:20px;
    margin-top:5px;
}

#content_gallery_text_overview:hover{
    color: #004b87;
}

#content_gallery_icons{
    position:relative;
    float:left;
    height:38px;
    width: 38px;
    margin:5px 9px 0px 0px;
    background-position:center;
}

#content_gallery_icons_wrapper{
    width: 120%;
    float: left;
    height: 89px;
    overflow: hidden;
}

.content_gallery_icon_image {
    position: absolute;
}

.content_gallery_icon_mask {
    position: absolute;
    z-index: 1;
}

#content_gallery #content_gallery_sub_image #content_gallery_text img{
    margin-top:0px;
}

#content_gallery #content_gallery_sub_image #content_gallery_picture img{
    margin-top:-15px;
    max-width: 322px;/*changed by m-ko 5.3.2014*/
    /* max-width: 390px;/*changed by m-ko 2.9.2014*/
    max-height:300px;
}

#content_gallery #content_gallery_sub_image #content_gallery_small_pictures #content_gallery_small_pictures_items .image img{
    margin-top:0px;
}


/* Kleines Bild*/

#content_gallery_picture{
    position:relative;
    float:left;
    margin:56px 0px 0px 783px;
    width:360px;
    height:245px;
}

.az-wrap {
    position:relative;
    float:left;
    margin:56px 0px 0px 783px;
    width:360px;
    height:245px;
}
.az-wrap #content_gallery_picture {
    margin: 0;
    float: none;
}
#content_gallery #content_gallery_sub_image .az-wrap  #content_gallery_picture img {
    margin: 0;
}

#content_big_picture {
    margin-bottom: 20px;
    margin-top: 20px;
    min-width: 800px;
    text-align: center;
}


/* Kleine Bilder zum Vergrößern*/

#content_gallery_small_pictures{
    width:46px;
    position:relative;
    float:left;
    top:-7px;
}

#content_gallery_small_pictures_items{
    margin:10px 0px 0px 60px;
    position:relative;
    float:left;
    height:46px;
    background-repeat:no-repeat;
    top:36px;
}

.content_gallery_small_pictures_thumb {
    position: absolute;
    z-index: 0;
}

.content_gallery_small_pictures_mask {
    position: absolute;
    z-index: 1;
}
/**************************************************
**  CONTENT OVERVIEW
**************************************************
*/

#content_overview{
    right:-113px;
    position:relative;
    float:left;
}

#content_overview_filter{
    width:194px;
    position:relative;
    background-repeat:no-repeat;
    margin-top:-105px;
    margin-left:34px;
}

#content_overview_filter_top{
    background-repeat:no-repeat;
    background-image:url('../../fileadmin/tmpl/pics/blaupunkt_filter_corners_top.png');
    width:194px;
    height:10px;
}

#content_overview_filter_middle{
    border-left: 1px solid #7c8285;
    border-right: 1px solid #7c8285;
}

#content_overview_filter_middle li{
    margin-top:-2px;
}

#c95 {
    height:0;
}


.filter_reset {
    background-image:url('../../fileadmin/tmpl/pics/button.png');
    background-repeat:no-repeat;
    height: 29px;
    width: 156px;
    border:0;
    color:#ffffff;
    text-align:center;
    margin:6px 0px 6px 18px;
    font-size:13px;
    font-family:vegur, arial;
    cursor:pointer;
}

.catLink{
    background-image:url('../../fileadmin/tmpl/pics/button_showall.png');
    background-repeat:no-repeat;
    height: 29px;
    width: 100px !important;
    border:0;
    color:#ffffff !important;
    text-align:center;
    margin:250px 69px 6px -16px !important;
    font-size:13px;
    font-family:vegur, arial;
    cursor:pointer;
    padding-top:6px;
    float:right !important;
}

.catLink a{
    color:#ffffff !important;
    padding-top:10px;
}

#service_box {
    background-image: url('../../fileadmin/tmpl/pics/service_box.jpg');
    background-repeat: no-repeat;
    border: 0 none;
    color: #FFFFFF;
    font-size: 12px;
    height: 68px;
    margin: 10px 0 0 34px;
    padding-top: 24px;
    position: relative;
    text-align: center;
    width: 194px;

}

#service_box a {
    padding-top:2px;
    color:#ffffff;
    font-size:13px;
    font-family:vegur,arial, verdana, sans-serif;
}

.filter_submit{
    background-image:url('../../fileadmin/tmpl/pics/button.png');
    background-repeat:no-repeat;
    height: 29px;
    width: 156px;
    border:0;
    color:#ffffff;
    text-align:center;
    margin:18px 0px 0px 18px;
    font-size:13px;
    font-family:vegur, arial;
    cursor:pointer;
}

input.filter_radio{
    background-repeat:no-repeat;
    border:0;
    float:right;
}

#content_overview_filter_middle fieldset div input[type="checkbox"]{
    float:right;
}

#content_overview_filter_middle fieldset div {
    width:100%;
    float:left;
    color:#ffffff;
}

#content_overview_filter_middle fieldset select {
    /*width:100%;*/
    float:left;
    color:#ffffff;
}

#content_overview_filter_bottom{
    background-repeat:no-repeat;
    background-image:url('../../fileadmin/tmpl/pics/blaupunkt_filter_corners_bottom.png');
    width:194px;
    height:10px;
}

#content_overview_highlighted_product{
    background-repeat:no-repeat;
    background-image:url('../../fileadmin/tmpl/pics/blaupunkt_sub_content_highlight.png');
    position:relative;
    background-repeat:no-repeat;
    height:290px;
    width: 1023px;
    left:36px;
    margin-top:-492px;
    margin-left:100px;
    top:30px;
}

/*edge hack*/
_:-ms-fullscreen,
:root #content_overview_highlighted_product_text {
    position: relative;
    padding: 18px 20px 0px 45px;
    width: 280px;
    float: left;
}


#content_overview_highlighted_product #content_overview_products{
    left:-133px;
}

#content_overview_highlighted_product_text{
    position:relative;
    padding:18px 20px 0px 45px;
    width:280px;
    float: left;
}

#content_overview_highlighted_product_text_headline h7{
    color: #7c8285;
    font-size:28px;
    position:relative;
    font-family:vegur,arial, verdana, sans-serif;
    font-weight:normal;
    text-transform: uppercase;
    margin-top:7px;
    margin-bottom:0px;
    margin:0;
}

#content_overview_highlighted_product_text_headline h7 span{
    color: #014885;
    font-family:vegur bold,arial black;
}

#content_overview_highlighted_product_text_bodytext p{
    color: #7c8285;
    font-size:13px;
    position:relative;
    width:300px;
    margin-top:10px;
}

#content_overview_highlighted_product_text_bodytext li{
    list-style-type: disc !important;
    color: #7c8285 !important;
    font-family: vegur,arial, verdana, sans-serif;

}

#content_overview_highlighted_product_text_bodytext ul{
    padding-left:13px !important;

}

#content_overview_highlighted_product_text_link a{
    color: #004b87;
    font-size:13px;
    position:relative;
    width:300px;
    background-image:url('../../fileadmin/tmpl/pics/blaupunkt_highlightedproduct_arrow_hover.png');
    background-repeat:no-repeat;
    height:34px;
    float:left;
    padding:0px 0px 0px 19px;
    margin-top:20px;
}

#content_overview_highlighted_product_text_link a:hover{
    color:#6784b4;
    background-image:url('../../fileadmin/tmpl/pics/blaupunkt_highlightedproduct_arrow.png');
    background-repeat:no-repeat;
}

#content_overview_highlighted_picture img{
    position:relative;
    height: auto;
    width: auto;
    max-height: 200px;
    max-width: 500px;
}
#content_overview_highlighted_picture #content_gallery_small_pictures {
    width: 46px;
    left: 80px;
}
#content_overview_highlighted_picture #content_gallery_small_pictures #content_gallery_small_pictures_items {
    margin: 0 0 10px 0;
    top: 0;
}
#content_overview_highlighted_picture #content_gallery_small_pictures #content_gallery_small_pictures_items img{
    max-height: 46px;
    max-width: 46px;
    top: 0;
    left: 0;
    z-index: 0;
}

#content_overview_highlighted_picture #content_gallery_small_pictures #content_gallery_small_pictures_items img.content_gallery_small_pictures_mask {
    z-index: 1;
    position: absolute;
}


#content_overview_highlighted_picture{
    margin-top: 20px;
    float: left;
    height: 230px;
    position: relative;
    margin-bottom:50px;
}

#content_gallery_teaser_right_headline h1{
    width:454px;
    /*font-size:20px;*/
    line-height: 20px;
}

/*mko*/
#content_gallery_teaser_right_headline {

    margin-top: 17px;
}


/* Product Overview*/


#content_overview #content_overview_products{
    position:relative;
    margin:-282px 0px 52px 144px;
    width:921px;
    clear:both;
}


.content_overview_products_item{
    position:relative;
    float:left;
    width:200px;
    /* added half padding, half margin for improving the new hover */
    padding: 13px 12px 0px 14px;
    margin: 15px 10px;
    min-height:258px;
    border:1px solid white;
}
.content_overview_products_item:hover {
    border: 1px solid #b9bcbe;
    border-radius: 5px;
    box-shadow: 5px 5px 15px gainsboro inset;
}

.content_overview_products_item_bodytext p{
    width:183px;
    height:60px;
}

.content_overview_products_item_headline h8{
    color: #7c8285;
    font-size:14px;
    position:relative;
    font-family:vegur,arial, verdana, sans-serif;
    font-weight:normal;
    float:left;
    text-transform: uppercase;
    margin-bottom:10px;
    min-width:222px;
}

.content_overview_products_item_bodytext{
    float:left;
    position:relative;
    width:250px;
}

.content_overview_products_item_bodytext img{
    padding-left:5px;
}

#content_overview_products_item_headline h8 span{
    color: #004b87;
    font-family:vegur bold,arial black;
}

.content_overview_products_item_picture{
    position: absolute;
    bottom: 10px;
    float:left;
    width: 200px;
    height: 135px;
    text-align: center;
}

.content_overview_products_item_picture img{
    max-height:135px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 200px;
}

#sub_navi {
    clear: both;
    margin: 20px 0 0;
    padding: 20px 0 0 0;
    border-top: 1px solid #7c8285;
    width:90%;
}

.sub_navi_item {
    float: left;
    height:90px;
    margin: 0 10px;
    width: 58px;
    text-align: center;
    line-height:0.8;
}

.sub_navi_item .sub_navi_item_img a{
    background-image: url('../../fileadmin/tmpl/pics/blaupunkt_subnavi_carkits_background.png');
    background-position: 2px 0;
    background-repeat: no-repeat;
    display: block;
    height: 55px;
    width: 59px;
}

.sub_navi_item .sub_navi_item_img a:hover{
    background-image:url('../../fileadmin/tmpl/pics/blaupunkt_subnavi_carkits_hover.png');
}

.sub_navi_item a{
    font-size:9px;
    color:#004b87;
    font-family:vegur,arial, verdana, sans-serif;
}

.csc-textpic-imagewrap .csc-textpic-single-image img{
    margin-left:-17px !important;
}

.left_col{
    width:300px;
    float:left;
}


/**************************************************
**  TABLE
**************************************************
*/
table{
    width:717px;
    position:relative;
    float:left;
    margin-top:10px;
    border:0;
    align:left;
}

thead{
    color:#ffffff;
    font-size:12px;
    font-family:vegur,arial, verdana, sans-serif;
    font-weight:normal;
    background-repeat:no-repeat;
    background-color:#015592;
}

thead p{
    color:#ffffff;
    font-weight:normal;
    font-family:vegur,arial, verdana, sans-serif;
    padding-left:0px;
}

td{
    color:#000000;
    font-size:12px;
    font-family:vegur,arial, verdana, sans-serif;
    font-weight:normal;
    cellspacing:5px;
    padding-left:11px;
    height:1px;
}

.contenttable td{
    color:#000000;
    font-size:12px;
    font-family:vegur,arial, verdana, sans-serif;
    font-weight:normal;
    cellspacing:5px;
    padding-left:10px;
    height:1px;
    border-right:1px #ffffff solid;
}

tfoot, tbody, thead{
    border:0;
}

tbody{
    background-color:#e3e8f1;
}

th{
    background-repeat:no-repeat;
}

#content_text tr{
    padding-left:10px;
    border-bottom:1px #ffffff solid;
}

#table_header{
    text-align:left;
}

#table_header_icon{
    background-image:url('../../fileadmin/tmpl/pics/blaupunkt_icon_world.png');
    background-repeat:no-repeat;
}

#table_body_font_blue{
    color:#004b87;
}

#table_body_arrow{
    background: url('../../fileadmin/tmpl/pics/blaupunkt_arrow_navi.png');
    background-repeat:no-repeat;
    padding-top:5px;
}

table .contenttable{
    width:629px;

}

#content_text h4{
    font-size:35px;
    text-transform:uppercase;
    font-family:vegur,arial, verdana, sans-serif;
    font-weight:normal;
    margin:0px 0px 30px 0px;
    color:#7c8285;
}

/**************************************************
**  FONT-FORMATIERUNGEN
**************************************************
*/
h1{
    font-size:35px;
    font-family:vegur,arial, verdana, sans-serif;
    font-weight:normal;
    margin:0px 0px 0px 0px;
    color:#7c8285;
}



h2{
    color:#7c8285;
    font-size:32px;
   /* text-transform:uppercase;*/
    font-family:vegur,arial, verdana, sans-serif;
    font-weight:normal;
    margin:0;
}

h3{
    font-size:28px;
    /*text-transform:uppercase;*/
    font-family:vegur,arial, verdana, sans-serif;
    font-weight:normal;
    margin:0;
}

h4{
    font-size:13px;
    /*text-transform:uppercase;*/
    font-family:vegur,arial, verdana, sans-serif;
    font-weight:normal;
    margin:0;
    color:#7C8285 !important;
}


h5{
    color:#7c8285;
    font-size:32px;
    font-family:vegur,arial, verdana, sans-serif;
    font-weight:normal;
    margin:22px 0 0;
}

dl{
    color: #7c8285;
    font-size:12px;
    font-family:vegur, arial, verdana, sans-serif;
    font-weight:normal;
    margin-top:20px;
}

p{
    color: #7c8285;
    font-size:12px;
    font-family:vegur, arial, verdana, sans-serif;
    font-weight:normal;
}

#c65 .bodytext{
    color: #7c8285;
    font-size:12px;
    font-family:vegur, arial, verdana, sans-serif;
    font-weight:normal;
}

.content_text dl, .content_text p{
    margin-top:10px;
}

.csc-default h5{
    color: #7C8285;
    font-family:vegur,arial, verdana, sans-serif;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top:10px 0px 0px 0px ;
}

#c156 li{
    background-image: url('../../fileadmin/tmpl/pics/blaupunkt_arrow_internal_link.png');
    background-repeat: no-repeat;
    color: #7C8285;
    font-family:vegur,arial, verdana, sans-serif;
    font-size: 12px;
    margin-left: -40px;
    margin-top: 5px;
    padding: 0 0 5px 10px;
}

.csc-textpic-imagerow{
    float:left;
    position:relative;
}

label{
    color: #7c8285;
    font-size:12px;
    font-family:vegur,arial, verdana, sans-serif;
    font-weight:normal;
}

legend {
    color: #174b87;
    font-size:13px;
    font-family:vegur,arial, verdana, sans-serif;
    font-weight:bold;
    padding-top:10px;
    text-transform:uppercase;
    padding-left:0px;
}

fieldset{
    border:0;
    border-bottom:1px solid #7c8285;
    width:150px;
    margin-left:8px;
}

select{
    background-image:url('../../fileadmin/tmpl/pics/select_button.png');
    background-repeat:no-repeat;
    padding:6px;
    height:29px;
    width:156px;
    border:0;
    -webkit-border-radius:0;
    -webkit-appearance: none;
}

#header_usernavi_language .ddfSelect2DDwrapper,#select_language{
    width:111px;
    background-image:url('../../fileadmin/tmpl/pics/blaupunkt_background_language.png');
    background-repeat:no-repeat;
    position:relative;
    float:left;
    margin-right:20px;
    padding:3px 0px 0px 28px;
    height:20px !important;
    text-transform:none;
    color:#ffffff !important;
}

#header_usernavi_language .ddfSelect2DDwrapper{
    font-size:11px !important;
    padding-top:2px !important;
}

.selectOpenDropDown{
    background-image:url('../../fileadmin/tmpl/pics/blaupunkt_arrow_navi_white.png');
    background-repeat:none;
    width:12px;
    height:7px;
    float:right;
    margin:4px 11px 0px 0px;
}

.selectbox{
    margin-top:2px;
}

.optionbox{
    background-color:#97aacb;
    margin:4px 0 0 -7px;
    width:90px;
    z-index:999;
    position:relative;
    /* round it up ! */
    overflow: hidden;
    border-radius: 0 0 8px 8px;
}

.optionText{
    padding: 4px 0px 2px 7px;
    color:#ffffff;
    z-index:5;
}

.optionText:last-child{
    background-image:url('../../fileadmin/tmpl/pics/language_bottom.png');
    background-repeat:no-repeat;
    height:15px;
}

.optionText:first-child{
    display:none;
}

/*  weiteres styling des ddf2select2ddwrapper wird im JS übernommen...*/


#select_language option{
    color:#000000 !important;
}

body:first-of-type #select_language { /* Safari */
    width:111px;
    background-image:url('../../fileadmin/tmpl/pics/blaupunkt_background_language.png');
    position:relative;
    float:left;
    margin-right:20px;
    padding:0px 0px 0px 33px;
    height:22px;
    text-transform:capitalize;
}



.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button{
    background-image:url('../../fileadmin/tmpl/pics/button_search.png');
    background-repeat:no-repeat;
    padding:4px 6px 6px 6px;
    color:#ffffff;
    height:29px;
    width:126px;
    border:0;
    text-align:left;
}

.tx-felogin-pi1 input[type="submit"]{
    background-image:url('../../fileadmin/tmpl/pics/button_search.png');
    background-repeat:no-repeat;
    padding:4px 6px 6px 6px;
    color:#ffffff;
    height:29px;
    width:126px;
    border:0;
    text-align:left;
}

input.tx-indexedsearch-searchbox-sword{
    background-image:url('../../fileadmin/tmpl/pics/input_serach.png');
    background-repeat:no-repeat;
    height:29px;
    width:398px !important;
    border:0;
    padding-left:10px;
}




#c2403 div.csc-textpic div.csc-textpic-imagerow, #c2426 div.csc-textpic div.csc-textpic-imagerow{
    clear:none !important;
}

select option{
    color:#000000;
    border:0;
    padding:5px;
}

select option:hover{
    background-color:#000000;
}

select.select_language{
    color:#000000 !important;
}

.csc-textpic-imagewrap {
    float: left;
}


.csc-textpic-text h4{
    color: #7C8285;
    font-family:vegur,arial, verdana, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.bodytext_blue {
    color: #004b87;
    font-size:12px;
    font-family:vegur;
    font-weight:normal;
    width:300px;
}

.bodytext{
    line-height:16px;
    font-family:vegur,arial, verdana, sans-serif;
}


.csc-textpic-text span{
    color:#7c8285;
}

.internal-link, #c188 .csc-textpic-text a {
    font-size:12px;
    font-weight:normal;
    background-image:url('../../fileadmin/tmpl/pics/blaupunkt_arrow_internal_link.png');
    background-repeat:no-repeat;
    padding-left:11px;
    top:20px;
}

#c188 .csc-textpic-text b a {
    background: none;
    padding-left: 0;
    font-family:arial, verdana, sans-serif;
    font-weight: bold;
}

.internal-link:hover{
    color:#174b87;
}

.content_navi_item level3 a{
    color:#174b87 !important;
}

#c355 p.bodytext{
    margin-top:61px;

}

#c227 .download{
    font-size:12px;
    font-family:vegur,arial, verdana, sans-serif;
    font-weight:normal;
    background-image:url('../../fileadmin/tmpl/pics/blaupunkt_arrow_internal_link.png');
    background-repeat:no-repeat;
    padding-left:11px;
    top:20px;
}

#c52{
    margin-top:15px;
}

.external-link-new-window{
    color: #7c8285;
    font-size:12px;
    font-family:vegur,arial, verdana, sans-serif;
    font-weight:normal;
    background-image:url('../../fileadmin/tmpl/pics/blaupunkt_arrow_external_link.png');
    background-repeat:no-repeat;
    padding-left:11px;
    top:20px;
}

#email a, a[href^=mailto]{
    color: #7c8285;
    font-size:12px;
    font-family:vegur,arial, verdana, sans-serif;
    font-weight:normal;
    background-image:url('../../fileadmin/tmpl/pics/blaupunkt_arrow_internal_link.png');
    background-repeat:no-repeat;
    padding-left:11px;
    top:20px;
}

#example_list{
    list-style-type:disc;
    color: #7c8285;
    font-size:12px;
    font-family:vegur,arial, verdana, sans-serif;
    font-weight:normal;
    margin-left:-27px;
    line-height: 1.3;
}

DIV.csc-textpic DIV.csc-textpic-single-image IMG{
    margin:4px 5px 0px 0px;
    border:0;
    padding-bottom:50px;
}

#content_gallery_picture #image{
    text-align:center;
}

.tx-bpweltweit-pi2 p{
    font-size:12px;
    font-weight:normal;
}

.servicepartner, .weltweit_phone, .weltweit_fax, .weltweit_adresse partner a{
    color: #7C8285;
    font-family:vegur,arial, verdana, sans-serif;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.servicepartner{
    color: #7C8285;
    font-family:vegur,arial, verdana, sans-serif;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.weltweit_number{
    color: #7C8285;
    font-family:vegur,arial, verdana, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.weltweit_adresse a{
    color: #7c8285;
    font-size:12px;
    font-family:vegur,arial, verdana, sans-serif;
    font-weight:normal;
    background-image:url('../../fileadmin/tmpl/pics/blaupunkt_arrow_internal_link2.png');
    background-repeat:no-repeat;
    padding-left:11px;
    top:20px;
}

.weltweit_adresse {
    margin-bottom:20px;
}

.weltweit_adresse br{
    height:0px;
    margin:0;
}




/**************************************************
**  BIG SCREEN
**************************************************
*/

@media (min-width: 1200px) {
    #outside {
        float: left;
        /*height: 100%;*/
        left: 0;
        overflow-x: hidden;
        position: absolute;
        top: 0;
        width: 100%;
    }

    #content_gallery_teaser{
        overflow:visible;
    }

    .ultrasize{
        width:2000px !important;
    }

}

/* Indexed Search */

.tx-indexedsearch .tx-indexedsearch-browsebox LI { display:inline; margin-right:5px; }
.tx-indexedsearch .tx-indexedsearch-whatis { margin-top:20px; margin-bottom:5px; font-size:12px; color:#7C8285; }
.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw { font-weight:bold; font-style:italic; }
.tx-indexedsearch .tx-indexedsearch-noresults { text-align:center; font-weight:bold; }
.tx-indexedsearch .tx-indexedsearch-res TD.tx-indexedsearch-descr { font-style:italic;  }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup { color:#174B87; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { background:#eeeeee; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { margin-top:20px; margin-bottom:5px; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 { margin-top:0px; margin-bottom:0px; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { background:#cccccc; vertical-align:middle; }
.tx-indexedsearch .tx-indexedsearch-res .noResume { color:#666666; }
.tx-indexedsearch .tx-indexedsearch-res .title a {
    color: #7c8285;
    font-size: 14px;
    text-transform: uppercase;
    font-family:vegur,arial, verdana, sans-serif;
    font-weight: normal;
    margin-bottom: 10px;
}

.tx-indexedsearch .tx-indexedsearch-whatis{
    padding-top:20px;
}



.tx-indexedsearch-descr{margin-top:5px;}
.tx-indexedsearch .tx-indexedsearch-category { background:#cccccc; font-size:16px; font-weight:bold; }

.tx-indexedsearch .res-tmpl-css { clear:both; margin-bottom:1em; }
.tx-indexedsearch .searchbox-tmpl-css LABEL { margin-right:1em; width:10em; float:left; }
.tx-indexedsearch .result-count-tmpl-css, .tx-indexedsearch .percent-tmpl-css { letter-spacing:0; font-weight:normal; margin-top:-1.2em; float:right; }
.tx-indexedsearch .info-tmpl-css dt, .tx-indexedsearch dl.info-tmpl-css dd { float:left; }
.tx-indexedsearch .info-tmpl-css dd.item-mtime { float:none; }
.tx-indexedsearch .info-tmpl-css dd.item-path { float:none; }
.tx-indexedsearch fieldset {margin:0px;border:none;width:600px;padding: 0px;}
.tx-indexedsearch .tx-indexedsearch-search-submit, .tx-indexedsearch .tx-indexedsearch-form {float:left; position:relative;}
.tx-indexedsearch .browsebox {display:none;}
.tx-indexedsearch .tx-indexedsearch-search-submit {margin-left:10px;}
#c93 .tx-indexedsearch .tx-indexedsearch-search-submit {margin-left: 128px;}
.tx-indexedsearch .tx-indexedsearch-browsebox {margin-bottom:20px;}


body#sub #content_gallery {
    height: 380px;
    margin: 0;
    margin-bottom:25px;
}

body#sub #content_sub .left_col {
    float: left;
    width: 194px;
}

body#sub #content_overview_filter{
    background-repeat: none;
    position: relative;
    width: 194px;
    margin: 0;
}

body#sub #service_box {
    margin-left: 0px;
}

body#sub #content_overview {
    float: left;
    position: relative;
    right: -15px;
    margin: 0;
}

body#sub #content_sub {
    float: left;
    margin-bottom:25px;
}

body#sub #content_gallery_teaser_right{
    margin-left: -348px;
}

body#sub #content_overview_highlighted_product {
    float: left;
    margin: 0;
    position: static;
    height: auto;
    clear:both;
}

body#sub #footer {
    clear: left;
    margin-top: 0;
}

body#sub #content_text {
    margin-top: 0;
}

body#sub #content_sub_top {
    margin-top: 0;
}

body#sub #content_navi {
    float: left;
    margin-right: 0;
    margin-left: -39px;
    margin-top:57px;
}

li#content_features_slot_list {
    list-style: disc;
    color: #ffffff;
}

li#content_features_slot_list #content_features_slot_line{
    display: none;
}


#c138 li, #c136 li, #c156 li, #c152 li, #c150 li, #c148 li {
    list-style-type:none;
    margin-left:-40px;
}

.tx-ddfservicedoku-pi1 #suche_id, .tx-ddfservicedoku-pi1 #suche_name {
    background: url('../../fileadmin/tmpl/pics/input_serach.png') no-repeat scroll 0 0 transparent;
    border: 0 none;
    float: left;
    height: 29px;
    margin: 0;
    outline: 0 none;
    padding: 0px 0 0 10px;
    width: 386px;
}

.tx-ddfservicedoku-pi1 .clearer_s {
    clear: both;
}

.tx-ddfservicedoku-pi1 #search{
    background-image: url('../../fileadmin/tmpl/pics/button_search.png');
    background-repeat: no-repeat;
    border: 0 none;
    color: #FFFFFF;
    height: 29px;
    margin: 10px 0 0 0px;
    padding: 4px 6px 6px;
    text-align: left;
    width: 126px;
    cursor: pointer;
}

.tx-ddfservicedoku-pi1 form {
    margin: 0px 0 20px;
    padding: 20px 0 0 0;
}

.tx-ddfservicedoku-pi1 .single .row {
    float: left;
    width: 50%;
    margin: 10px 0px 15px;
}

.tx-ddfservicedoku-pi1 .fix {
    color: #7C8285;
    font-family: arial,verdana,sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.tx-ddfservicedoku-pi1 .var{
    color: #7C8285;
    font-family: arial,verdana,sans-serif;
    font-weight: normal;
}

.tx-ddfservicedoku-pi1 label {
    display: block;
    float: left;
    height: 29px;
    margin: 7px 0 5px;
    padding: 0;
    width: 126px;
}

.tx-ddfservicedoku-pi1 .row2 {
    clear: both;
}

.tx-ddfservicedoku-pi1 .row2 p {
    margin: 8px 0px 10px;
}

.tx-ddfservicedoku-pi1 .einbauanleitung {
    margin: 15px 0;
}

/* nur direkter P-tag, ist leider nicht gefunden text */
.tx-ddfservicedoku-pi1 .single > p {
    clear: both;
}

@media (max-width: 1000px) {
    #outside {
        float: left;
        /* height: 100%;*/
        left: 0;
        overflow-x: hidden;
        position: absolute;
        top: 0;
        width: 1000px;
    }

    #content_gallery_teaser{
        overflow:visible;
    }

    .ultrasize{
        width:2000px !important;
    }

}


/*Login Box*/
.tx-felogin-pi1 h3 {
    margin-bottom: 5px;
    line-height: 25px;
    color:#174B87;
    font-size:13px;
    font-weight:bold;
}

.tx-felogin-pi1 div {
    color: grey;
    font-size: 12px;
    width: 170px;
}

.tx-felogin-pi1 form fieldset {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #7C8285;
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 0px;
    margin-left: 0px;
    width: 150px;
    padding: 0px;
}

.tx-felogin-pi1 label{
    padding-left:0px;
}

.tx-felogin-pi1 input[type=submit]{
    margin-top:5px;
}

/*Content Tabelle*/
.contenttable {
    width: 500px;
}


#content_features ul.nav.nav-tabs {
    margin: 0 0 0 0px;
    padding: 0;
    float: left;
}


#content_features .nav-tabs li{
    float: left;
    background-color: #7895C5;
    background-image: url('../../fileadmin/tmpl/pics/blaupunkt_content_right_mask_top.png');
    background-repeat: no-repeat;
    padding: 8px 46px;
    position: relative;
    border-radius: 12px 12px 0 0;
    margin-right: 10px;
}

#content_features .nav-tabs li a{
    color: #ffffff;
    opacity: 0.5;
    font-family: vegur,arial,verdana,sans-serif;
    font-size: 24px;
    font-weight: normal;
    /*    text-transform: uppercase;*/
}

#content_features .tab-content {
    clear: left;
    float: left;
    background-color:#6784b4;
    background-repeat: no-repeat;
    width: 100%;
    padding: 20px 0 0;
    /*  width: 1016px;*/
}

#content_features .nav-tabs li.active {
    background-color: #6784B4;
}

#content_features .nav-tabs li.active a{
    color: #ffffff;
    opacity: 1;
}

#content_features .tab-pane {
    color: #ffffff;
    display: none;
    clear: left;
    float: left;
    padding: 0 0 0 47px;
    font-size: 12px;
    line-height: 17px;
    width: 800px;
}

#content_features .tab-pane h4{
    color: #FFFFFF;
    font-family: vegur,arial,verdana,sans-serif;
    font-weight: bold;
    margin-bottom: 10px;
}

#content_features .tab-pane li, #content_features .tab-pane a{
    color: #FFFFFF;
    font-family: arial,verdana,sans-serif;
    list-style-type: disc;
    margin-left: 0;
}

#content_features .tab-pane b {
    margin-bottom: 0;
}

#content_features .tab-pane ul {
    padding: 0 0 0 15px;
    margin: 0 0 10px;
}

#content_features .tab-pane.active {
    display: block;
}

/* Produkt KatView */
#content_overview_products h1 {
    clear: left;
    color: #174B87;
    font-size: 13px;
    font-weight: bold;
    padding: 10px 0;
    text-transform: uppercase;
}

.link_catView_showProducts {
    clear: left;
    float: right;
    margin: 0 72px 0 0;
}

.link_catView_showProducts > a {
    color: #174B87 !important;
    font-size: 14px;
}

#content_gallery_text_bodytext.specialText p{
    background-color:#7895C5;
    color: #ffffff;
    padding:10px;
    border-radius:10px;
    line-height:1.5;
    margin-bottom:11px;
}
/*changed by mko*/
#content_gallery_text_bodytext.specialText + #content_gallery_icons_wrapper #content_gallery_icons {
    /*margin-top: -2px;*/
}

.specialText .external-link-new-window{
    color:#ffffff !important;
}

.specialText p{
    width:444px !important;
}

.specialText b{
    font-size:15px;
    text-transform:uppercase;
    margin-bottom:5px;
}

.specialText {
    border-radius: 10px;
    margin-bottom: 14px;
    padding-bottom: 16px;
    padding-right: 10px;
}

/*SHOPLINK in SINGLE VIEW by M-ko 10.02.2014*/
.shopLink{
    background-color: #6784B4;
    border-radius: 5px;
    color: #FFFFFF;
    float: left;
    font-family: vegur,arial,verdana,sans-serif;
    font-size: 16px;
    height: 22px;
    margin-bottom: 80px;
    margin-left: 800px;
    padding: 5px 21px 3px;
    /*  width: 108px;*/
    font-family: vegur,arial,verdana,sans-serif;
    font-size: 16px;
    -moz-border-radius:5px; /* Firefox */
    -webkit-border-radius:5px; /* Safari, Chrome */
    -khtml-border-radius:5px; /* Konqueror */
    behavior: url('../../fileadmin/tmpl/css/fileadmin/tmpl/css/border-radius.htc'); /* IE7, IE8 */
    position:relative; /*M-ko*/
}


.shopLink {color:#ffffff !important;}

#content_gallery_sub_image a {color:#666666;}


/*MOBI stuff*/
#mobi_trigger {display:none;}

/* Font Color*/

.tab-content p ,
.tab-content h1,
.tab-content h2,
.tab-content h3,
.tab-content h4
{color:#ffffff !important; margin:0px 0px 15px 0px;}

.tab-content li,
.tab-content ul,
.tab-content span
{color:#ffffff;}

#content_overview_filter_middle div label{
    display: inline-block;
    width: 84%;
}

#content_text ol li{
    list-style-type: decimal;}


/*added by M-ko*/
#content_gallery_text_bodytext ul {
    width: 430px;
    padding: 0 0 0 14px;
}

#content_gallery_text_bodytext ul li {
    list-style: disc outside;
    color: #7c8285;
}

#image > img{

    margin-left: 46px;
}

#content_gallery_text_bodytext > h1 {
    font-size: 22px;
    text-transform:none;
}

#content_gallery_text_bodytext > h2 {
    font-size: 16.5px;
    text-transform:none;
}

#content_gallery_text_bodytext > h3 {
    font-size: 13px;
    text-transform:none;
}

#tab-highlight > h1 {
    font-size: 22px;
    text-transform:none;
}

#tab-highlight > h2 {
    font-size: 16.5px;
    text-transform:none;
}

#tab-highlight > h3 {
    font-size: 13px;
    text-transform:none;
}

#content_features_teasertext #teasertext > h1{
    font-size: 22px;
    text-transform:none;
}

#content_features_teasertext #teasertext > h2{
    font-size: 16.5px;
    text-transform:none;
}

#content_features_teasertext #teasertext > h4{
    font-size: 16px;
    color:#004b87 !important;
    text-transform:none;
}

#content_features_teasertext #teasertext > p{
    margin-bottom:15px;
}

#content_gallery_text_bodytext ul{
    font-size:12px;
}

.content_gallery_text_bodytext ul li{
    list-style-type:disc;
}

#content_gallery_text_bodytext {
    max-height: 100px;
    overflow: hidden;
    width: 450px;
}
html {
    font-size: 82%;
}

#content_big_picture > img {
    height: auto;
    max-height: 523px;
    max-width: 100%;
    width: auto;
}

#c2110, #c2108, #c2109 {
    float: left;
    height: 200px;
    margin-right: 10%;
    width: 40%;
}

/* MODAL (Sie verlassen die Seite...)*/
.shopLink
{
    cursor: pointer;
}

.info-window
{
    position: absolute;
    top: 10%;
    left: 5%;
}

#center
{
    z-index: 1;
}

#layer
{
    z-index: 2;
    opacity: 0.5;
    background-color:#999;
    position: absolute;
    height: 200%;
    width: 100%;
    display: none;
}

#modal {
    background: url('../../fileadmin/tmpl/pics/window_seiteverlassen.png') repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 5px;
    display: none;
    height: 200px;
    left: 50%;
    margin-left: -207px;
    opacity: 1;
    padding-right: 19px;
    position: relative;
    top: 250px;
    width: 393px;
    z-index: 3;
}

#modal #modal-content-title {
    color: #ffffff;
    font-size: 15px;
    margin-left: 34%;
    opacity: 1;
    padding-top: 8%;
    position: relative;
}

#modal #btn {
    margin-top: 10%;
    position: relative;
}

#modal #btn #btn-weiter
{
    position: relative;
    float: right;
    margin-right: 15px;
    background-color:#2B4388;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-family:arial;
    font-size:15px;
    width: 115px;
    text-decoration:none;
    text-align: center;
    padding:3px 0;

}
#modal #btn #btn-weiter:hover {
    background-color:#ffffff;
    color: #000000;
}
#modal #btn #btn-weiter:active {
    position:relative;
    top:1px;
}

#modal #btn #btn-abbrechen
{
    position: relative;
    float: right;
    margin-right: 15px;
    background-color:#2B4388;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-family:arial;
    font-size:15px;
    width: 115px;
    text-decoration:none;
    text-align: center;
    padding:3px 0;
}
#modal #btn #btn-abbrechen:hover {
    background-color:#ffffff;
    color: #000000;
}
#modal #btn #btn-abbrechen:active {
    position:relative;
    top:5px;
}
/*Zweispaltigkeit in Tabs*/
#content_features .tab-pane.active {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    -ms-column-count: 2;
    column-count: 2;
}
.weltweit_phone, .weltweit_fax {
    float: left;
    width: 10%;
}
.weltweit_number {
    float: left;
    margin: 0 0 10px;
    width: 90%;
}

/* new CatView System */
.singleCat {
    background: url('../../fileadmin/tmpl/pics/cat_bg.png') repeat-x;
    position: relative;
    height: 74px;
    margin: 0px 0px 34px;
    padding: 10px 20px;
    z-index: 1;
}
.singleCat:hover .hover_handle {
    height: 100%;
    transition: 0.2s;
    cursor: pointer;
}
.singleCat:before {
    background: url('../../fileadmin/tmpl/pics/cat_start.png') no-repeat;
    content: "";
    width: 11px;
    height: 95px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.singleCat:after {
    background: url('../../fileadmin/tmpl/pics/cat_end.png') no-repeat;
    content: "";
    width: 11px;
    height: 95px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.singleCat .header {
    background: url('../../fileadmin/tmpl/pics/cat_header_bg.png') no-repeat;
    position: absolute;
    top: -20px;
    left: 0;
    height: 25px;
    width: 278px;
    padding: 3px 20px;
    overflow: hidden;
    line-height: 20px;
    z-index: 3;
    max-width: 100%;
    color: white;
    box-sizing: border-box;
}
.singleCat .text {
    position: relative;
    z-index: 3;
    cursor: pointer;
}
.singleCat .image {
    float: left;
    margin: 0px 19px 0px 0px;
    height: 72px;
    width: 96px;
    overflow: hidden;
    position: relative;
    z-index: 3;
    cursor: pointer;
}
#content_sub .singleCat .image img {
    margin: -17px -2px -2px;
}
.hover_handle {
    background: url('../../fileadmin/tmpl/pics/cat_bg_hover.png') repeat-x;
    position: absolute;
    top: 0;
    width: 100%;
    height: 0%;
    left: 0;
    z-index: 2;
}
.hover_handle:before {
    background: url('../../fileadmin/tmpl/pics/cat_start_hover.png') no-repeat;
    content: "";
    width: 11px;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.hover_handle:after {
    background: url('../../fileadmin/tmpl/pics/cat_end_hover.png') no-repeat;
    content: "";
    width: 11px;
    height: 100%;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}
.linkWrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
}
.linkWrapper a {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 0;
    line-height: 24px;
}
/* additional slidercss for static content... */
.staticSlide {
    margin-bottom: 60px;
    float: left;
    width: 100%;
    margin-left: -20px;
    padding-left: 20px;
}
.staticSlide .sliderWrap {
    margin-bottom: 20px;
    box-shadow: 4px 5px 8px #777777;
}
.staticSlide .sliderKeyvis {
    margin: 0 0 33px;
}
.staticSlide .sliderTextWrap {
    box-sizing: border-box;
    width: 100%;
    right: 0;
    bottom: 0;
    padding: 20px;
    min-height: 28%;
}
.staticSlide .sliderTextWrap23 {
    padding-right: 250px;
}
.staticSlide .sliderWrap13 {
    width: 321px;
}
.staticSlide .sliderWrap23 {
    width: 663px;
}
.staticSlide .sliderWrap33 {
    width: 1003px;
}
.staticSlide .sliderLink a{
    text-indent: -9999px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-image: none;
    padding: 0;
    margin: 0;
    border-radius: 10px;
    z-index: 5;
    background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.0);
}
.staticSlide .sliderTitle * {
    font-weight: 600;
    color: #004885;
}
.staticSlide .sliderTitle {
    position: absolute;
    top: 20px;
    left: 20px;
    max-width: 100%;
}
.staticSlide .sliderIcon {
    bottom: 0;
    right: 0;
}
.staticSlide .sliderIcon13 {
    display: none;
}
.staticSlide .sliderText {
    font-size: 12px;
    line-height: 1.4;
}
.staticSlide .slider3Text h1,
.staticSlide .sliderText h2,
.staticSlide .sliderText h3,
.staticSlide .sliderText h4,
.staticSlide .sliderText h5,
.staticSlide .sliderText h6 {
    font-size: 16px;
    margin-bottom: 10px;
    text-transform: none;
    color: white !important;
}
/* Hovaaa Effekts, for now a dark one on 13, a bright one on 23 */
.staticSlide .sliderLink a:hover {
    transition-duration: 500ms;
    transition-property: background;
    background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.2);
}
.staticSlide .sliderWrap:hover {
    transition-duration: 500ms;
    transition-property: box-shadow;
    box-shadow: 4px 5px 8px #999999;
}

#content_gallery #content_gallery_sub_image #content_gallery_picture .az-large-inner img {
    margin-top: -15px;
    max-height:none;
    max-width: none;


}

#content_overview_highlighted_picture #zoom1 {
    margin: 0;
}

#content_overview_highlighted_picture .az-large-inner > img {
    max-height: none;
    max-width: none;
}

/* New Social Feature  */
#socialshare_product {
    position: absolute;
    right: 50%;
    top: 121px;
    margin-right: -557px;
    transition: 0.3s all;
    display:none;
}
.linkbox {
    width: 46px;
    height: 46px;
    margin: 0 0 10px 0;
}
.linkbox a {
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 0 5px 5px 0;
}
.linkbox a:hover{
    width: 115%;
}
.scroll .linkbox a:hover {
    margin-left: -15%;
}
.linkbox.facebook a{
    background: url('../../fileadmin/tmpl/pics/facebook.png') no-repeat center center #375494;
}
.linkbox.twitter a{
    background: url('../../fileadmin/tmpl/pics/twitter.png') no-repeat center center #009AD7;

}
.linkbox.gplus a{
    background: url('../../fileadmin/tmpl/pics/googleplus.png') no-repeat center center #DD4D40;
}
#socialshare_product.scroll {
    position: fixed;
    top: 121px;
    right: 0;
    margin-right: 0;
    z-index: 33;
}
#socialshare_product.scroll .linkbox a{
    border-radius: 5px 0 0 5px;
}

/* New Gallery CSS */
#product_gallery_new {
    position: relative;
    float: left;
    margin: 0px 0px 0px 800px;
    padding: 56px 0px 0px;
    width: 500px;
    height: 245px;
}
#product_gallery_new #image {
    max-width: 100%;
    height: auto;
    width: auto;
    max-height: 100%;
}

/* Product Gallery Hightlight View  */
#content_overview_highlighted_picture #product_gallery_new {
    margin: 0 0 0 72px;
    padding-top: 0;
    width: 500px;
}
#content_overview_highlighted_picture #product_gallery_new.hasHighlight {
    margin: 0 0 0;
    width: 570px;
}
#product_gallery_new .image {
    transition: 0.5s width;
    width: 373px;
    height: 240px;
    position: absolute;
    right: auto;
    top: 40px;
    text-align: center;
    cursor: pointer;
}
#product_gallery_new .image.small {
    width: 46px;
    height: 46px;
    position: absolute;
    right: 50px;
}
#product_gallery_new .image.small:after {
    content: "";
    height: 46px;
    width: 46px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: url('../../fileadmin/tmpl/pics/blaupunkt_keyvisual_smallpicture_mask.png') no-repeat transparent;
}
#product_gallery_new .image.small img {
    max-width: 100%;
    height: auto;
    width: auto;
    max-height: 100%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
#product_gallery_new .image.pos0 {
    top: 39px;
}
#product_gallery_new .image.pos1 {
    top: 96px;
}
#product_gallery_new .image.pos2 {
    top: 153px;
}
#product_gallery_new .image.pos3 {
    top: 210px;
}
#product_gallery_new .image.pos4 {
    top: 267px;
}
/* Product Gallery Hightlight View  */
#content_overview_highlighted_picture #product_gallery_new .small {
    right: 10px;
}
#content_overview_highlighted_picture #product_gallery_new .image.pos0 {
    top: 0;
}
#content_overview_highlighted_picture #product_gallery_new .image.pos1 {
    top: 56px;
}
#content_overview_highlighted_picture #product_gallery_new .image.pos2 {
    top: 112px;
}
#content_overview_highlighted_picture #product_gallery_new .image.pos3 {
    top: 168px;
}
#content_overview_highlighted_picture #product_gallery_new .image.pos4 {
    top: 224px;
}
#content_overview_highlighted_picture #product_gallery_new.hasHighlight .big {
    margin-left: 70px;
}
#content_overview_highlighted_picture #product_gallery_new .big img {
    height: auto;
    width: auto;
    max-width: 320px;
    max-height: 208px;
    float: none;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
#content_gallery_sub_image > img{
    margin-top: 6px;
}
#content_overview_highlighted_picture #product_gallery_new .big.isHighlight {
    margin-left: 0;
}
#content_overview_highlighted_picture #product_gallery_new .big.isHighlight img{
    height: auto;
    width: auto;
    max-height: 200px;
    max-width: 500px;
    float: none;
}
.lg-icon {
    font-family: lg !important;
    color: white !important;
}

.lg-icon:hover {
    color: #004885 !important;
}
#lg-counter {
    color: white !important;
}
.lg-backdrop {
    background-color: #FFFFFF !important
}
.lg-progress-bar .lg-progress {
    background-color: white !important;
}
.lg-actions .lg-next,
.lg-actions .lg-prev,
.lg-sub-html {
    background-color: #004885 !important;
}
.lg-outer .lg-thumb-item {
    background: white;
    text-align: center;
}
.lg-outer .lg-thumb-item img {
    width: auto !important;
    height: auto !important;
    max-height: 100%;
    max-width: 100%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
    border-color: #004886 !important;
}
.lg-outer .lg-thumb-outer,
.lg-toolbar,
.lg-outer .lg-toogle-thumb {
    background-color: #9BA6CB !important;
}
.lg-outer .lg-thumb {
    margin: 0 auto -5px;
}

.lg-actions .lg-icon:hover {
    background-color: white !important;
}
.lg-outer .lg-image {
    max-height: 80% !important;
}
/* Cookie Control !! */
.ccc-outer,
.ccc-inner,
.ccc-inner h2 {
    background-color: #A8B2D2 !important;
}
.ccc-inner h2,
.ccc-inner p {
    color: white !important;
}
.ccc-inner h2 {
    background-position: 10px 36px !important;
    padding-left: 9px !important;
}
.ccc-inner .ccc-about {
    display: none;
}
#cccwr #ccc-cookies-switch {
    background: #004885 none repeat scroll 0% 0%;
    border-radius: 5px;
}
#cccwr #cctoggle.cctoggle-on span,
#cccwr #cctoggle.cctoggle-off span {
    text-align: center !important;
    font-weight: bold;
}
#cccwr #ccc-implicit-warning {
    color: white !important;
}

/* header rework ! */
ul#header_navi {
    float: left;
    margin-left: 10px;
    margin-top: 40px;
    position: static;.
}
#header_usernavi_search {
    width: 22px;
    border-radius: 12px;
}
#header_usernavi_search.open {
    background: none #7C8285;
    border-radius: 12px 12px 0 0;
    height: 25px;
}
#header_usernavi {
    margin-top: 41px;
    margin-right: 0;
}
ul#header_navi li.level1 {
    border: 1px solid white;
    padding: 3px 0 10px 8px;
}
.desktop ul.Level2 {
    left: 0;
    margin: 0;
    width: 100%;
    padding: 20px 50px 5px;
    background: none #004885;
    border-radius: 10px;
    box-sizing: border-box;
    top: 67px;
}
.sticky .desktop ul.Level2 {
    top: 54px;
}
.desktop ul#header_navi ul.Level2 .level2 {
    width: 20% !important;
    box-sizing: border-box;
    margin: 0px 0px 15px;
}
.desktop ul#header_navi ul.Level2 li.level2 > a{
    color: #FFF !important;
    font-weight: bold;
}
.desktop ul.Level2 .level2:nth-child(6) {
    clear: left;
}
.desktop ul.Level2 li.level2,
.desktop ul.Level2 li.level2:hover,
.desktop ul.Level3 li.level3,
.desktop ul.Level3 li.level3:hover {
    background: none;
}
.desktop ul.Level2 li.level2 > a {
    color: #9FA4C2 !important;
    font-size: 16px !important;
}
.desktop ul.Level2 li.level2  a:hover {
    color: #adb2d0 !important;
}
.desktop ul#header_navi li.level3 {
    width: 100%;
    margin-left: 2px;
    background: transparent url('../../fileadmin/tmpl/pics/mobi_arrow_l3.png') no-repeat scroll 0px 7px;
}
.desktop ul.Level3 {
    position: static;
    display: block;
    margin: 0;
}
.desktop ul#header_navi li.hover:last-child, ul#header_navi li.level2:last-child:hover {
    background: none transparent;
}
.desktop ul#header_navi li.level1:hover {
    background: none #004885;
    border-radius: 5px 5px 0 0;
    border: 1px solid #004885;
}
.ddfSelect2DDwrapper {
    background-color: #004885;
    border-radius: 12px;
}
.optionbox {
    margin: 0;
    position: absolute;
    left: 0;
    z-index: 1;
    top: 100%;
    width: 100%;
}
.optionText:last-child {
    background-image: none;
}
#header_usernavi_search_icon {
    margin: 4px 0 0 5px;
}
#header_usernavi_search_link_button {
    display: none;
}

input#header_usernavi_search_link_background{
    height: 0;
    transition: 0.3s height;
    padding: 0;
    margin: 0;
    background: white none repeat scroll 0 0;
    width: 100%;
}
#header_usernavi_search.open input#header_usernavi_search_link_background{
    height: auto;
    padding: 4px 6px;
    box-sizing: border-box;
    border-radius: 6px;
}
#header_usernavi_search_input {
    height: 0;
    transition: 0.3s height;
}
#header_usernavi_search.open #header_usernavi_search_input{
    width: 145px;
    float: left;
    position: absolute;
    top: 25px;
    right: 0;
    background: rgb(124, 130, 133) none repeat scroll 0px 0px;
    z-index: 21;
    padding: 6px;
    border-radius: 10px 0px 10px 10px;
    height: 22px;
}
#header.sticky {
    position: relative;
    z-index: 9999;
    height: 59px;
    background: white none repeat scroll 0% 0%;
    /*left: 50%;*/*
    /*margin-left: -50%;*/
    width: 100%;
    /*box-shadow: 0 0 6px #666666;*/
}
#header.sticky + #content_sub {
    margin-top: 63px;
}
#header.sticky #header_brand {
    position: absolute;
    margin: 15px 0px 0px -492px;
    left: 50%;
}
#header.sticky #screensize {
    width: 1024px;
    position: relative;
    left: 50%;
    margin-left: -512px;
}
#header.sticky #header_usernavi {
    margin-top: 26px;
}
#header.sticky #header_navi {
    margin-top: 26px;
    margin-left: 290px;
}

.lg-fullscreen,.lg-autoplay-button, .lg-download{display:none;}
.product_category_title a {
    color:#174b87 !important;
    font-size:13px !important;
}

#startseite #outside {height: 100%;}

.responsive-video iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.responsive-video {
    height: 100%;
    overflow: hidden;
    padding-top: 50%;
    position: relative;
    width:100%;
    border-radius:10px;
}

#content_overview_highlighted_product #product_gallery_new .image {
    top: auto;
}

#content_gallery_teaser_left + .newkeyvisual, .content_gallery_teaser_right + .newkeyvisual {
    padding-top: 55px;
    margin-top: 0;
    border-top: 0;
}
.newkeyimage > img {
    height: auto;
    width: 100%;
    border-radius:10px;
}

.newkeyimage {
    float: left;
    width: 50%;
}

.right .newkeytext {
    float: right;
    width: 48%;
    padding-left:2%;

}
.newkeyvisual {
    width: 94%;
    box-sizing: border-box;
    margin-left: 55px;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ccc;
    *zoom: 1;
}
.newkeyvisual:before,
.newkeyvisual:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.newkeyvisual:after {
    clear: both;
}

.left .newkeytext {
    float: left;
    width: 48%;
    padding-right: 2%;
}

.newkeytext > h4 {
    font-size: 1.5em;
    line-height:120%;
    font-weight: bold;
    color:#003867 !important;
}

.top .newkeyimage {
    margin: 10px 0 15px;
    width: 100%;
}

.bottom .newkeyimage {
    margin: 10px 0 15px;
    width: 100%;
}

.bottom,.top{
    text-align:center;
}

#c3200 iframe{
    border:0;
    margin-left: -14px;
}

.right .newkeytext {
    float: right;
    margin-right: 3%;
    padding-left: 2%;
    width: 44%;
}

.newkeyvisual.left img {

    width: 94%;
    margin-left: 6%;

}

.csc-default > h1 , .tx-bpweltweit-pi2 > h1, .csc-textpic-text > h1, .csc-textpic-imagewrap > h1{
    color: #006699;
    font-size: 1.5em;
    line-height: 120%;
}

.csc-default > h2, .csc-textpic-text > h2, .csc-textpic-imagewrap > h2{
    color: #7c8285;
    font-size: 1.4em;
    line-height: 120%;
}

.csc-default > h3, .csc-textpic-imagewrap > h3, .csc-textpic-text > h3, .csc-textpic > h3{
    color: #7c8285;
    font-size: 1.2em;
    line-height: 110%;
}

.bpBlue{
    color: #006699;
}

.indent{
    margin-left:10px;
}

figcaption.csc-textpic-caption {
    display: table-caption;
    color: #7c8285;
}

#content_gallery_text_bodytext form select {
    background-image: none;
    border: 1px solid grey;
    border-radius: 5px;
    width: 273px;
}

#content_gallery_text_headline {
    width: 120%;
}

.search_bar #within_distance, .search_bar #limit{
 color:white;
}

#bold_header{
    display:none;
}

.addresses{
    height:520px;
}

#store_map{
    height:520px;
}

.search_bar .search_within_distance span {
    margin-right: 5px;
}

.search_limit span{
    margin-right:5px;
}

.search_filters .search_filter{
    float:none !important;
    display:inline-block !important;
    width:auto !important;
}

#bold_search_bar .search_filters input[type="checkbox"] {
    margin-right: 10px !important;
}

#fblinkpl {
    margin-top: 34px;
    display: inline-block;
    margin-left: 20px;
}
a#fblinkpl img {
    height: 35px;
    width: 35px;
}

h1{
    color: #003867;
    font-size: 1.5em !important;
    line-height: 120%;

}

.newkeytext p, .newkeytext li, #teasertext li, #teasertext p{
    font-size: 14px;
    list-style: disc;
    color:#7c8285;
}

#tab-details li,#tab-highlight li{
    font-size: 13px;
}

#tab-downloads li a{
    font-size:13px;
}

.specialred .bodytext a {
    color: darkblue !important;
    font-size: 14px;
    font-weight: bold;
}

.specialred{
    width: 60%;
    border: 2px solid darkblue;
    font-size: 16px !important;
    margin-bottom: 20px;
    padding: 8px;
    border-radius: 5px;
    background-color: lightgrey;
}

#tab-downloads li a:hover {
    font-size: 13px;
}

.tx-txbpdownload-pi1 form > select:nth-of-type(3) {
    margin-right: 0;
}
.tx-txbpdownload-pi1 input[type="submit"] {
    background-image: url("/fileadmin/tmpl/pics/button_search.png");
    background-repeat: no-repeat;
    background-color: #174b87;
    padding: 4px 6px 6px 6px;
    color: #ffffff;
    height: 29px;
    width: 29%;
    border: 0;
    text-align: center;
    border-radius: 3px;
}

.tx-txbpdownload-pi1 select {
    margin-right: 6.333%;
    margin-bottom: 20px;
    border-radius: 3px;
    background-position-x: 100%;
    background-color: #174b87;
    width: 29%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.tx-txbpdownload-pi1 select:nth-of-type(3) {
    margin-right: 0;
}
.tx-txbpdownload-pi1 select option {
    color: #ffffff;
}
.tx-txbpdownload-pi1 select option:hover {
    color: #ffffff !important;
}

.tx-txbpdownload-pi1 form {
    background-color: #fff;
    padding: 20px;
    border-radius: 6px;
    border: 1px solid #7c8285;
    margin-bottom: 20px;
    text-align: right;
}

.tx-txbpdownload-pi1 .listView{
    padding: 0 20px;
    border-radius: 10px;
}

.tx-txbpdownload-pi1 .singleItem a,
#content_sub .tx-txbpdownload-pi1 .singleItem a {
    color: #004b87;
    font-size: 13px;
    position: relative;
    background: url('../../fileadmin/tmpl/pics/blaupunkt_highlightedproduct_arrow_hover.png') no-repeat;
    height: 34px;
    display: block;
    padding: 0px 0px 0px 19px;
    margin-top: 20px;
    border-bottom: 1px solid #004b87;
}
.tx-txbpdownload-pi1 .singleItem a:hover,
#content_sub .tx-txbpdownload-pi1 .singleItem a:hover {
    color: #6784b4;
    background: url('../../fileadmin/tmpl/pics/blaupunkt_highlightedproduct_arrow.png') no-repeat;
}
.tx-txbpdownload-pi1 .singleItem:last-of-type > a {
    border-bottom: none;
}

/*.tx-txbpdownload-pi1 .listView a{
    font-size:120%;
    color:darkblue !important;
}*/

.tx-txbpdownload-pi1 .downloadButton {
    width: 300px;
    height: 50px;
    background-color: #174b87;
    color: #ffffff;
    font-size: 25px;
    padding: 3% 0% 0% 23%;
    border-radius: 8px;
}

.listView p {
    padding: 2px 0px 4px 0px;
}

.downloadButton {
    width: 50%;
    height: 100px;
    background-color: #174b87;
    border-radius: 10px;
    margin-bottom: 44px;
}

.downloadButton h2 {
    margin-left: 28px;
    padding-top: 36px;
    color: white;
    font-size: 23px;
}

.downloadButton h2 a{
       color: white !important;
}

.lizText{
    top: 20px;
    position: relative;
    margin-left: 4px;
    width:503px;
    font-size:12px;
}

.lizText a, .lizText a:hover {
    padding: 0px;
    font-size: 10px;
    color: white;
    text-decoration: underline;
}

.lizText p {
    font-size: 10px;
}

.content_gallery_teaser_right {
    position: relative;
    top: -55px;
    left: 51.5%;
    width: 48.5%;
    margin-bottom: -50px;
}

#servicefooter p{
    color: #8ca0c4;
    width: 477px;
    font-size: 10px;
    padding-top: 10px;
}

.content_gallery_teaser_right p {
    font-size: 10px;
}

ul#header_navi > li {
    font-weight: bold;
}
ul#header_navi > li:hover {
    color: white;
}


#tx_cookies {
    position: fixed;
    bottom: 50px;
    right: 70px;
    max-width: 176px;
    padding: 13px;
    z-index: 09999;
    color: white;
    background-color: #9ba6cb;
    border-radius: 8px;
}
#tx_cookies a{
   color: #004b87;
}

#tx_cookies button,
#tx_cookies input[type="reset"] {
    border: 1px solid #9ba6cb;
    border-radius:5px;
    margin: 10px 0 0;
    background: #004b87;
    color: white;
}


#tx_cookies input[type="submit"]{
    border: 1px solid #9ba6cb;
    border-radius: 5px;
    margin: 10px 0 0;
    background: #004b87;
    color: white;
    font-size: 16px;
    padding: 11px;
    min-width: 176px;
    cursor:pointer;
}

#tx_cookies_close {
    position: absolute;
    right: 6px;
    top: -2px;
    width: 30px !important;
    background: transparent !important;
    font-size: 20px !important;
    cursor: pointer;
}

#tx_cookies button {
    width: 135px;
}

#tx_cookies_inner h3 {
    font-size: 17px !important;
    padding-bottom: 10px;
}

#tx_cookies_hint{
    color:white;
}


/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
/* RESPONSIVE TABLET */
@media (max-width: 1020px) {

    body {overflow-x:hidden;}

    #center,
    #header,
    #content,
    #content_gallery_image,
    #outside,
    .ultrasize {width:100% !important;}

    #center {
        left: 0;
        margin-left: 0;
    }



    #header.sticky #header_brand {
        width:30%;
        margin: 15px 0 0 -48% !important;
    }

    #footer {
        margin: -196px 0 0px -66%;
        width: 64%;
        border-radius:10px;
    }

    #header_usernavi {
        margin-right: 2%;
        position: relative;
    }

    #header_navi{
        left:-2%;
    }


    .desktop ul#header_navi li.level1:last-child ul.Level3,.desktop li.level1 + .desktop li.level1 + .desktop li.level1 ul.Level3{
        left: -220px;
    }

    .content_gallery_teaser_item {
        left:1%;
    }

    #footer {
        padding-left: 68%;
    }

    #content_gallery_image {
        left: -10px;
    }

    #content_gallery_teaser img {
        left:-42px;
    }

    #content_gallery_teaser {
        width:80%;
        margin-left:7%;
        padding:0px;
    }

    body#sub #content_gallery_teaser_right {
        margin-left: -20%;
    }

    #content_gallery_sub_image {
        width: 105%;
        left: -20px;
    }

    body#sub #content_gallery {
        height: 380px;
        margin: 0;
        margin-bottom: 25px;
        width: 100%;
        position: relative;
        float: left;
    }

    body#sub #content_sub {
        float: left;
        width: 100%;
        position: relative;
    }

    #content_text {
        width:65%;
        padding-left: 3%;
    }

    body#sub #content_navi {
        margin-top: -7px;
    }

    #content_text_right {width:24%;}

    #ddfTypoScriptInserted {
        margin-bottom:0px !important;
        margin-top:45px;

    }

    h1 {font-size:25px;}

    /* Special Content */

    .content_gallery_teaser_picture {
        width: 28%;
        margin: 0px 0px 0px 40px;
    }

    .content_gallery_teaser_picture img {
        width:70%;
        height:auto;
    }

    .tx-bpweltweit-pi1 select {
        margin-bottom: 20px;
    }

    .weltweit_karte img { width:100%; }

    div.tx-rscontentcolumn-pi1 div.leftcol,
    div.tx-rscontentcolumn-pi1 div.rightcol{ width:100%; }

    div.tx-rscontentcolumn-pi1 div.rightcol{ margin-top:50px; }


    /* Special Content Ende */

    /* Produkt KAT */
    #content_overview_products h1 {padding: 10px 7%;}

    #ddfproductbp_h1 {
        min-width: 100%;
        padding: 20px 0 5px 7%;
    }

    .ddfproductbp_catNavi {
        padding: 0px 7%;
        width: 100%;
    }

    #content_overview_filter_middle li {
        width: 100%;
        float: left;
        margin-bottom:10px;
    }

    .catLink {
        margin: 0px 69px 6px -16px !important;
    }

    /* Produkt KAT Ende */

    /* Produkt LIST */

    body#sub #content_sub .left_col,
    body#sub #content_overview_filter,
    #content_overview_filter_top,
    #content_overview_filter_bottom{
        width:100%;
        background:none;
    }

    body#sub #content_sub .left_col {
        margin-top: 20px;
    }

    body#sub #content_overview {width:100%;right:0px;}

    #content_overview #content_overview_products,
    #content_overview_highlighted_product {
        width:100%;
        left:0px;
        margin:0px;
    }

    #content_overview_highlighted_product {
        background-position: 5% 0px;
    }

    #content_overview_highlighted_picture {
        width: 93%;
    }
    #product_gallery_new {margin-left: 19%;}
    #product_gallery_new .image.small {
        bottom: -20px;
        right: auto;
    }
    #product_gallery_new .image.pos0 {
        top: auto;
        left: -70px;
    }
    #product_gallery_new .image.pos1 {
        top: auto;
        left: -10px;
    }
    #product_gallery_new .image.pos2 {
        top: auto;
        left: 50px;
    }
    #product_gallery_new .image.pos3 {
        top: auto;
        left: 110px;
    }
    #product_gallery_new .image.pos4 {
        top: auto;
        left: 170px;
    }

    #content_overview_highlighted_picture #product_gallery_new {
        width: 410px;
    }

    #content_overview_highlighted_picture #product_gallery_new .image {
        text-align: center;
        z-index: 0;
    }
    #content_overview_highlighted_picture #product_gallery_new .image.small {
        top: auto;
        bottom: -20px;
        z-index: 1;
    }
    #content_overview_highlighted_picture #product_gallery_new .image.pos0 {
        left: 0;
    }
    #content_overview_highlighted_picture #product_gallery_new .image.pos1 {
        left: 60px;
    }
    #content_overview_highlighted_picture #product_gallery_new .image.pos2 {
        left: 120px;
    }
    #content_overview_highlighted_picture #product_gallery_new .image.pos3 {
        left: 180px;
    }
    #content_overview_highlighted_picture #product_gallery_new .image.pos4 {
        left: 240px;
    }

    #content_overview #content_overview_products {
        margin: 40px 0px 0px;
        float: left;
    }
    .content_overview_products_item {
        left: 5%;
        margin: 0 3%;
        width: 27%;
    }

    .content_overview_products_item_bodytext,
    .content_overview_products_item_picture,
    .content_overview_products_item_bodytext p {
        width:90%;
    }

    .content_overview_products_item_picture img {
        width:auto !important;
        max-width: 100%;
        max-height: 100%;
        height:auto !important;
    }

    .content_overview_products_item_line {
        width: 100% !important;
        margin: 0 0 0 0 !important;
    }

    #content_overview_filter_middle {border:0px;}

    .content_gallery_teaser_picture_small {
        margin-left: 57%;
    }

    /*FILTERBAR LIST */

    fieldset {
        margin-left: 7%;
        width: 60%;
        border:0px;
        position: relative;
        float: left;
    }

    label {padding:0px;}

    #content_overview_filter_middle fieldset div {
        width: 25%;
        margin-right: 14%;
    }
    #content_overview_filter > form {
        margin-top: 0px;
        float: left;
        width: 100%;
    }
    #submitContainer {
        width:20%;
        position: relative;
        float: left;
        margin-top: 15px;
    }

    body#sub #footer,
    body#sub #content_sub_top {
        margin-top: 30px;
    }

    /* Produkt LIST ENDE */

    /* Produkt DEATAIL ENDE */

    #content_sub .singleView {
        width: 100%;
    }

    /* #content_gallery_teaser_left {
         top: -10px;
         margin: -14% 0px 0px 0px;
         width: 60%;
         float: left;
         border-radius:10px;
         left:-20px;
         padding: 10px 0px 0px 36px;
         background-repeat: no-repeat;
         height: 79px;
     }*/

    #content_gallery_teaser_left {
        background-color: #004b87;
        background-repeat: no-repeat;
        border-radius: 10px;
        float: left;
        height: auto;
        margin: 152px 0 0 -3%;
        padding: 10px 0 10px 36px;
        position: static;
        width: 88%;
    }


    #content_gallery_text {
        left: 8%;
        margin-left: 0;
        margin-bottom: 0px;
        margin-top: 0px;
    }

    #content_gallery_picture {
        float: left;
        margin: 32px 0% 0px 7%;
        width: 34%;
    }

    #sub #content_gallery_sub_image {
        left: -5%;
    }

    #content_gallery_small_pictures_items {
        float:left;
    }

    #content_gallery_text {
        width: 90%;
    }

    #content_gallery #content_gallery_sub_image #content_gallery_picture img {
        /*width:100%;*/
        height:auto;
        /*margin-top: 0;*/
        float:right;
        max-height: 250px;
        max-width: 100%;
    }

    #content_gallery_sub_image a {color:#666666;}

    .specialText {
        width: 60% !important;
    }

    #content_features,
    #content_gallery_teaser_right_headline h1,
    #content_gallery_teaser_right_breadcrump,
    #content_features ul.nav.nav-tabs,
    #content_gallery_text p,
    #content_big_picture {
        width:100%;
    }

    #content_big_picture {
        margin-bottom:0px;
    }

    #content_big_picture img {
        width:90%  !important;
        height:auto !important;
    }

    #content_features .nav-tabs li a { font-size:18px; }

    #content_features .tab-pane { width:80%; }



    #content_features .nav-tabs li {
        padding: 17px 3%;
    }

    #content_features_teasertext {
        margin: 19px 0px 35px 54px;
        width: 100%;
        position: relative;
        float: left;
    }
    /* Produkt DEATAIL ENDE */
    body#sub #service_box {
        float: left;
        margin: 6px 0 0 30px;
    }
    #resetContainer,
    #submitContainer {
        float: left;
        margin: 21px 0 0 3%;
    }
    #content_overview_filter fieldset {
        width: 100%;
    }
    .filter_submit,
    .filter_reset {
        margin: 1px 0 0px 0px;
    }
    #content_overview_highlighted_picture img {
        margin-left: 0;
        max-width: 100%;
    }
    #content_overview_highlighted_picture {
        margin-bottom: 0;
    }
    .desktop ul#header_navi ul.Level2 .level2 {
        width: 30% !important;
    }
    .content_overview_products_item{
        margin: 20px 3%;
    }
    #sub_navi {
        margin: 20px 0 0 10px;
    }
    #content_overview_filter fieldset {
        margin-left: 8%;
        padding: 0;
    }
    #content_overview_highlighted_product_text {
        padding: 4% 3%;

    }
    .content_overview_products_item {
        margin: 20px 3%;
        width: 25%;
        left: 0;
    }
    #ddfproductbp_h1 {
        min-width: 100%;
        padding: 20px 0 5px 3%;
    }
    .ddfproductbp_catNavi {
        padding: 0 3%;
        width: 100%;
    }
    #content_features_teasertext {
        margin: 19px 0 35px 0;
        width: 91%;
    }
    #content_features_teasertext #teasertext {
        width: 100%;
    }
    #content_features .tab-pane {
        padding: 0 0 0 1.6%;
    }
    .shopLink {
        margin-bottom: 90px;
        margin-left: 70%;
    }
    #content_features {
        margin-left: 1%;
    }
    #content_bottom {
        width: 100%;
        margin-left: 1%;
    }
    #content_sub .singleView {
        width:100%;
    }
    .singleView #content_gallery_text {
        left: 7%;
    }
    #content_gallery_teaser_left {
        padding-left: 5.5%
    }

    /* NAVI magic */
    #mobi_trigger {
        display: block;
        position: relative;
        float: right;
        width: 50px;
        height: 34px;
        border-radius: 10px 0px 0px 10px;
        padding: 8px;
        margin-top: 20px;
    }
    .sticky #mobi_trigger {
        margin-top: 2px;
    }

    /* #center {
         float:left;
     }
 */
    .mobi_navi {
        width: 70%;
        float: left;
        position: fixed;
        z-index: 2;
        right: 0px;
        background-color:red;
        height: 100%;
        right:-70%;
        background-color: #174b87;
        overflow: scroll;
    }

    .mobi_navi #header_usernavi_language {
        background: none transparent;
        margin: 0px 11px 15px;
    }

    .mobi_navi #header_navi {
        left: 8px;
        top: -21px;
        width: 100%;
    }

    ul#header_navi li {
        width: 87%;
        border: 0 none !important;
    }

    .mobi_navi ul#header_navi li.level1:hover { background:none;display:none;}

    .mobi_navi ul.Level2 {
        position:relative;
        display: none;
        padding: 2px;
        width: 100%;
        border-top:1px solid #9fa4c2;
        margin-left: 0px;
    }

    .mobi_navi ul.Level2 li.level2 {
        background:none;
    }

    ul#header_navi ul.Level2 li.level2 a {
        float: left;
        position: relative;
        width: 100%;
    }

    .mobi_navi ul.Level3 {
        margin: 0px 0px 0px 0px;
        position:relative;
        float:left;
        display:none;
        padding:0px;
    }

    .mobi_navi ul.Level2 li.level3 a {
        margin: 0px 0px 0px 0px;
        position:relative;
        float:left;
        width: 100%;
    }

    .mobi_navi ul.Level3 li:first-child,
    .mobi_navi ul.Level3 li {
        background:none;
    }

    .mobi_navi ul#header_navi li.level3 {
        width:100%;
        margin-left:2px;
        background:url('../../fileadmin/tmpl/pics/mobi_arrow_l3.png') 0px 7px no-repeat;
    }

    .mobi_navi .open ul.Level2,
    .mobi_navi li.level2.open ul.Level3 {
        display: block !important;
    }

    .mobi_navi ul#header_navi li.level1 a { color: #FFFFFF; font-size: 16px;}

    .mobi_navi ul.Level2 li.level2 a {
        color:#9fa4c2 !important;
    }

    .mobi_navi ul.Level2 li.level3 a {
        color:#FFFFFF !important;
    }
    #header_navi li {display:block !important;} /* ultra ultra wichtig sonst geht nix hat mit den hovers zu tun !!! */

    #header_usernavi_search_input {
        background: none transparent;
        height: 30px;
        top: 0px;
        right: 141px;
        width: 160px;
    }

    input#header_usernavi_search_link_background {
        background: none #FFFFFF;
        width: 97%;
        height: 20px;
        padding: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    .triggerFilter {
        background: none repeat scroll 0 0 #E2E2E2;
        border-radius: 10px;
        color: white;
        margin: 30px 0 20px 3%;
        padding: 10px;
        text-align: center;
        width: 85%;
    }
    .triggerFilter.open {
        margin-bottom: 0px;
    }
    .newkeyvisual {
        margin-left: 0;
        padding: 10px 49px 0 3%;
        box-sizing: border-box;
        clear: left;
    }
    .newkeyimage {
        margin-top: 20px;
        width: 100%;
    }
    .left .newkeytext,
    .left .newkeytext {
        padding: 10px 0 20px;
        width: 100%;
    }
    .right .newkeytext,
    .newkeytext {
        width: 100%;
        padding: 20px 0px 0;
        margin-right:0px;
    }

    .mobi_navi #fblinkpl {
        display: inline-block;
        margin-left: 55px;
        margin-top: 0;
    }

    .content_gallery_teaser_right {
        width: 88%;
        padding-left: 3%;
        float: left;
        padding-top: 15px;
        margin-bottom: -30px;
        position: initial;
    }

} /*TABLET ENDE*/


/* RESPONSIVE MOBILE */
@media (max-width: 700px) {
    .right .newkeytext,
    .newkeytext {
        width: 100%;
        padding: 20px 0px 0;
        margin-right:0px;
    }

    .downloadButton {
        width: 100%;
        height: 100px;
        background-color: #174b87;
        border-radius: 10px;
        margin-bottom: 44px;
    }

    .downloadButton h2 {
        margin-left: 66px;
        padding-top: 29px;
        color: white;
    }

    .newkeyvisual {
        width: 109%;
        padding: 10px 49px 0 36px;
        margin-left: -3%;
    }
    body {
        overflow-x: hidden;
        width: 100%;
        max-width: 700px;
    }

    #home-security-diagram-house {
        display: none;
    }

    #header_usernavi_language .ddfSelect2DDwrapper, #select_language {background-color:#0c4884;}

    /* NAVI magic */
    #mobi_trigger {
        display: block;
        position: relative;
        float: right;
        width: 40px;
        height: 34px;
        border-radius: 10px 0px 0px 10px;
        padding: 8px;
        margin-top: 2px;
    }

    #center {
        float:left;
    }

    .mobi_navi {
        width: 70%;
        float: left;
        position: fixed;
        z-index: 2;
        right: 0px;
        background-color:red;
        height: 100%;
        right:-70%;
        background-color: #174b87;
        overflow: scroll;
    }

    .mobi_navi #header_usernavi_language {
        background: none transparent;
        margin: 0px 11px 15px;
    }

    .mobi_navi #header_navi {
        left: 8px;
        top: -21px;
        width: 100%;
    }

    ul#header_navi li {
        width: 87%;
        border: 0 none !important;
    }

    .mobi_navi ul#header_navi li.level1:hover { background:none;display:none;}

    .mobi_navi ul.Level2 {
        position:relative;
        display: none;
        padding: 2px;
        width: 100%;
        border-top:1px solid #9fa4c2;
        margin-left: 0px;
    }

    .mobi_navi ul.Level2 li.level2 {
        background:none;
    }

    ul#header_navi ul.Level2 li.level2 a {
        float: left;
        position: relative;
        width: 100%;
    }

    .mobi_navi ul.Level3 {
        margin: 0px 0px 0px 0px;
        position:relative;
        float:left;
        display:none;
        padding:0px;
    }

    .mobi_navi ul.Level2 li.level3 a {
        margin: 0px 0px 0px 0px;
        position:relative;
        float:left;
        width: 100%;
    }

    .mobi_navi ul.Level3 li:first-child,
    .mobi_navi ul.Level3 li {
        background:none;
    }

    .mobi_navi ul#header_navi li.level3 {
        width:100%;
        margin-left:2px;
        background:url('../../fileadmin/tmpl/pics/mobi_arrow_l3.png') 0px 7px no-repeat;
    }

    .mobi_navi .open ul.Level2,
    .mobi_navi li.level2.open ul.Level3 {
        display: block !important;
    }

    .mobi_navi ul#header_navi li.level1 a { color: #FFFFFF; font-size: 16px;}

    .mobi_navi ul.Level2 li.level2 a {
        color:#9fa4c2 !important;
    }

    .mobi_navi ul.Level2 li.level3 a {
        color:#FFFFFF !important;
    }

    ul#header_navi li.hover:last-child, ul#header_navi li.level2:last-child:hover {background:none;}

    /* NAVI magic Ende*/


    /* Startseite slider */
    .content_gallery_teaser_news_text {
        width:100%;
    }

    .content_background img {width:140%;}

    .content_gallery_teaser_picture_small_item {
        margin: 0px 4% 0px 0px;
        border-bottom:0px;
    }
    .content_gallery_teaser_picture {margin-top:-60px;}

    .content_gallery_teaser_picture_small {
        position: absolute;
        width: 100%;
        top: 170px;
        margin-left: -46px;
        left: 0px;
        padding: 0px;
    }
    .content_gallery_teaser_news_link a,
    .content_gallery_teaser_news_headline h3,
    .content_gallery_teaser_news_bodytext p{width:70%;}

    .content_gallery_teaser_news_headline h3 {font-size:23px;}

    #content_gallery_teaser {
        width:100%;
        margin-left:0px;
        top:-27px;
    }

    /* Startseite ende */

    /* Layout */

    #header {
        height: 58px;
    }

    #header_brand {
        width:60%;
        margin: 19px 0 0 4%;
    }
    #header.sticky #header_brand {
        width:30%;
        margin: 15px 0 0 -47% !important;
    }
    #header_brand img {
        width:100%;
        height:auto;
        max-width: 260px;
    }
    .sticky #header_brand img {
        width: 100%;
        min-width: 230px;
        height: auto;
    }


    #content_gallery_sub_image {
        /*background-position: -420px -60px; Matze fixed nochmal mit andi*/
        background-size: 100% auto;
        /* Andi enfernt Responsive Fix  height: 310px; */
    }

    body#sub #content_gallery {
        /* Andi enfernt Responsive Fix  height: 325px; */
    }

    body#sub #content_gallery {height:-10%;max-height: 125px;}

    /* Layout ENDE  */

    /* Content */
    #content_features,
    #content_gallery_teaser_right_headline h1,
    #content_gallery_teaser_right_breadcrump,
    #content_features ul.nav.nav-tabs,
    #content_gallery_text p,
    #content_big_picture {
        width: 90%;
    }

    body#sub #content_gallery_teaser_right {
        margin-left: 0px;
        width: 80%;
        left: 3%;
        padding: 9px 0 9px 5%;
        top: -265px;
        height: auto;
        border-radius: 10px 0 0 10px;
    }

    #content_text {
        width: 84%;
        padding: 0px 8%;
    }

    #content_text_right {
        width: 84%;
        margin: 13px 8%;
    }

    body#sub #content_navi { width: 94%; }

    .content_navi_item {width:100%;}

    #footer { padding-left: 74%; }
    .footer_navi_item {float:none;left: 0;}
    #footer_claim {top:43px;}

    body#sub #footer, body#sub #content_sub_top {
        margin-top: 0px;
    }

    .csc-textpic div {margin-left:0px !important;}

    .csc-textpic-intext-right-nowrap .csc-textpic-text{
        margin-right: 0px !important;
    }
    .csc-textpic .csc-textpic-imagewrap {
        text-align: center;
        width: 100%;
    }
    .csc-textpic .csc-textpic-imagewrap img {max-width:100%;height:auto !important;}
    /* Content Ende */


    /* Prudukte */

    .content_overview_products_item {
        width:80%;
        min-height:8px;
    }

    .content_overview_products_item_headline,
    .content_overview_products_item_bodytext {
        float:right;
    }

    .content_overview_products_item_picture {
        width:29%;
        float:left;
        margin:-20px 0px 0px 0px;
        height: 75px;
    }

    .content_overview_products_item_headline,
    .content_overview_products_item_bodytext {
        width:70%;
    }
    .content_overview_products_item_headline h8 {
        margin-bottom: 2px;
    }

    .content_overview_products_item_line {display:none;}

    #content_gallery_teaser_left {
        width:94%;
        background-color: #004B87;
        height: auto;
        /* Andi enfernt Responsive Fix  margin: margin: 19% 0px 0px 0px; */
        margin: 3% 0px 0px 0px;
    }
    #content_gallery_teaser_right_headline {
        height: auto;
    }

    #content_features_teasertext {
        /*margin: 3%;*/
        width: 94%;
    }

    #content_features_teasertext #teasertext,
    #content_features,
    #content_gallery_teaser_right_breadcrump,
    #content_features ul.nav.nav-tabs,
    #content_gallery_text p,
    #content_big_picture{
        width:92%;
    }

    #content_gallery_teaser_right_headline h1 {width:90%;}

    .tab-content table {width:100% !important;}

    #content_gallery_text { width: 86%; }

    #content_gallery_picture { margin: 43px 0% 0px 17%;}

    #content_gallery_small_pictures_items {
        margin: 0px 0px 0px 14px;
        width: 42px;
    }

    #content_gallery_small_pictures {
        width: 90%;
        /* Andi enfernt Responsive Fix  top: -150px; */
        left: 20px;
    }


    #content_gallery_picture {height:auto;}


    #content_features .nav-tabs li {
        padding: 6px 2%;
        margin-right: 3px;
        border-radius: 8px 8px 0 0;
    }

    #content_features .nav-tabs li a {
        font-size: 12px;
        font-weight: bold;
    }

    #content_features .tab-pane {
        padding: 0 0 0 7%;
    }

    #content_gallery_teaser_left {
        height:auto;
        padding:10px 0px 10px 36px;
    }

    #product_gallery_new {
        margin-left: 0;
        width: 100%;
    }

    #product_gallery_new .image {
        max-width: 90%;
        margin: 0 5%;
    }

    #product_gallery_new .image.pos0 {
        left: 0;
    }

    #product_gallery_new .image.pos1 {
        left: 60px;
    }

    #product_gallery_new .image.pos2 {
        left: 120px;
    }

    #product_gallery_new .image.pos3 {
        left: 180px;
    }

    #product_gallery_new .image.pos4 {
        left: 240px;
    }

    #content_overview_highlighted_picture {
        /* margin-top: -168px; */
        float: none;
        margin-left: 7%;
        width: 34%;
        height: 210px;
        margin-bottom: 20px;
    }
    #content_overview_highlighted_picture #product_gallery_new {
        width: 100%;
        margin: 0;
        height: 275px;
    }
    #content_overview_highlighted_picture #product_gallery_new .image {
        text-align: center;
        z-index: 0;
    }
    #content_overview_highlighted_picture #product_gallery_new .image.small {
        top: auto;
        bottom: 0;
        z-index: 1;
    }
    #content_overview_highlighted_picture #product_gallery_new .image.pos0 {
        left: 0;
    }
    #content_overview_highlighted_picture #product_gallery_new .image.pos1 {
        left: 60px;
    }
    #content_overview_highlighted_picture #product_gallery_new .image.pos2 {
        left: 120px;
    }
    #content_overview_highlighted_picture #product_gallery_new .image.pos3 {
        left: 180px;
    }
    #content_overview_highlighted_picture #product_gallery_new .image.pos4 {
        left: 240px;
    }

    #content_overview_highlighted_product_text { width: 80%; }

    /*   #content_overview_highlighted_product_text_link {margin-top:133px;}*/


    #content_overview_highlighted_picture img {
        /* Andi enfernt Responsive Fix   width:100%; */
        height:110px;
    }

    fieldset {
        margin-left: 4%;
        width: 100%;
    }

    .filter_reset,
    .filter_submit {
        width:120px;
        margin: 0px 0px 20px 17%;
        background-position: -14px 0px;
        border-radius: 10px;
    }

    #resetContainer, #submitContainer {
        width: 42%;
        position: relative;
        float: left;
        margin-top: 15px;
    }

    #header_navi li {display:block !important;} /* ultra ultra wichtig sonst geht nix hat mit den hovers zu tun !!! */

    #service_box {display:none;}

    /* Prudukte Ende */

    /*Startseite SLIDE */
    #content_gallery_image img {width:150%;height:auto;}
    #content_gallery_image {height:200px;}
    .content_gallery_teaser_item {
        left: 4%;
        top:7px;
        position: relative;
    }

    .content_gallery_teaser_picture {
        margin: -290px -13px 0px 0px;
        width: 40%;
        height: 40%;
        float: right;
    }

    #content_gallery_teaser .content_gallery_teaser_picture img {
        margin-top: 0px;
        padding-left: 0px;
        margin-left: 0px;
        width: 100%;
        height: auto;
    }

    #content_gallery_teaser_news_bodytext,
    #content_gallery_teaser_news_headline,
    #content_gallery_teaser_news_link {
        position:relative;
        float:left;
    }

    #content_gallery_teaser .content_background img {height:350px;}

    #startseite #footer {
        position: relative;
        float: left;
        background-repeat: no-repeat;
        height: 146px;
        background-image: url('../../fileadmin/tmpl/pics/blaupunkt_footer_background.png');
        margin: 74px 0 0px -103%;
        top: 460px;
        width: 240px;
        padding-left: 24px;
    }


    /*Startseite SLIDE ENDE */

    /*Specials */
    #c93 fieldset { width: 100%; }

    input.tx-indexedsearch-searchbox-sword,
    .tx-ddfservicedoku-pi1 #suche_id, .tx-ddfservicedoku-pi1 #suche_name,
    input.tx-contagged-searchbox-sword {
        background-image: none;
        background-repeat: no-repeat;
        height: 26px;
        width: 100%;
        float:left;
        position:relative;
        border: 0;
        padding-left: 10px;
        border: 1px solid black;
        border-radius: 10px;
    }


    input.tx-contagged-searchbox-sword {width: 90%;}

    .tx-ddfservicedoku-pi1 label { height:14px; }

    .tx-indexedsearch .tx-indexedsearch-searchbox input.tx-indexedsearch-searchbox-button {
        margin-left:10px;
    }

    .specialText {
        width: 60% !important;
        margin: -90px 0px 54px 179px;
    }

    /* Specials Ende */
    ul.Level3 {margin:0px 0px 0px 0px !important;}

    #content_gallery_picture {
        margin: 32px 0% 0px 24%;
        width: 55%;
    }

    #sub_navi {
        clear: both;
        margin: 0px 0 25px 5%;
        padding: 45px 0 0 0;
        float: left;
    }
    .sub_navi_item {
        margin: 0 3%;
    }
    .singleView #content_gallery_sub_image {background:none !important;}

    #content_big_picture {margin-top:0px;max-width:100%;min-width: 0;}

    #content_gallery #content_gallery_sub_image #content_gallery_picture img {max-height: none;margin-top: 0;}


    /* fixes 18.6.2014 */
    #content_overview_filter_middle fieldset div {
        width: 61%;
    }

    #content_overview_filter_middle fieldset div input,
    #content_overview_filter_middle fieldset div input[type="checkbox"] {
        float: left;
    }

    #content_gallery_sub_image {
        height: 130px !important;
    }
    body#sub #content_gallery_teaser_right{top:-21px;}
    /*product bilder ? */
    #content_gallery #content_gallery_sub_image #content_gallery_picture #image img{
        display: block;
    }
    body#sub .singleView #content_gallery {
        max-height: 100%;
    }

    DIV.tx-ddfkatoverview-pi1 img, DIV.tx-ddfkatoverview-pi1 .csc-textpic-imagewrap {
        width: 100px;
    }
    div.tx-rscontentcolumn-pi1 div.rightcol {margin-top: 0}

    .catLink {margin: 0 0 0 7% !important;
        float: left !important;}

    #content_overview_filter > form {
        margin-top: 0px;
        float: left;
        width: 100%;
    }
    #content_overview_highlighted_picture img {
        height: auto;
        max-height: 110px;
        max-width: 250%;
    }

    body#sub #content_text {
        margin-top: 50px;
    }

    #header_usernavi_search_link_button {
        margin: 4px -27px 0 6px;
    }
    input#header_usernavi_search_link_background {
        background: none repeat scroll 0 0 white;
        border-radius: 4px;
        font-size: 16px !important;
        margin-top: 0;
        padding: 1px 10px 0 6px;
        width: 134px;
    }
    #header_usernavi_language .ddfSelect2DDwrapper {
        font-size: 15px !important;
        padding-top: 0px !important;
        width: 169px !important;
    }
    #header_usernavi_language .selectbox {
        margin-top: 2px;
    }
    .selectOpenDropDown {
        margin: 6px -66px 0 0;
    }
    #header_usernavi_language .selectOpenDropDown {
        margin: 6px 0 0;
    }
    #header_usernavi {
        margin-top: 15px;
    }
    .optionbox {
        border-radius: 0 0 10px 10px;
        padding: 0 0 10px;
        width: 152px;
    }
    .optionText:last-child {
        background: none transparent;
    }
    .triggerFilter {
        background: none repeat scroll 0 0 #E2E2E2;
        border-radius: 10px;
        color: white;
        margin: 30px 0 20px 3%;
        padding: 10px;
        text-align: center;
        width: 85%;
    }
    .triggerFilter.open {
        margin-bottom: 0px;
    }
    /* #tab-highlight > ul,
     #tab-details > ul  */
    #content_features .tab-pane.active {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        -ms-column-count: 1;
        column-count: 1;
    }
    #content_gallery_text_bodytext {
        width: 100%;
    }

    /* New Try to fix product singleView, testing 1st */
    #content_gallery_text {
        left: 8%;
        margin-bottom: 0;
        margin-left: 0;
        margin-top: 0;
        width: 86%;
    }
    #content_gallery_picture {
        margin: 20px 0 20px 24%;
        width: 55%;
    }
    #content_gallery_picture img {
        margin-top: 0;
    }
    #content_gallery_small_pictures,
    #content_gallery_small_pictures_items {
        top: 0;
    }
    #content_gallery_teaser_left {
        background-color: #004b87;
        background-repeat: no-repeat;
        border-radius: 10px;
        float: left;
        height: auto;
        margin: 3% 0 0 -3%;
        padding: 10px 0 10px 36px;
        position: static;
        width: 88%;
    }
    #content_big_picture {
        float: left;
        margin: 20px 0 0;
        max-width: 100%;
        min-width: 0;
    }
    body#sub .singleView #content_gallery {
        height: auto;
    }
    #content_gallery_icons_wrapper {
        height: auto;
    }
    .filter_reset, .filter_submit {
        background-color: #014885;
        border-radius: 10px;
        margin: 0 0 20px 8%;
        width: 97%;
    }
    #resetContainer, #submitContainer {
        width: 43%;
    }
    #resetContainer {
        margin-left: 20px;
    }
    #content_gallery_text_bodytext {
        max-height: none;
        width: 100%;
    }
    .specialText {
        width: 100% !important;
        margin: 0;
    }
    .specialText p {
        width: 84% !important;
    }
    #content_big_picture img {
        width: 86% !important;
    }
    #content_features {
        margin-left: 4%;
    }
    #content_gallery_small_pictures_items {
        margin: 0 0 0 4%;
    }
    #sub #content_gallery_sub_image {
        left: -1%;
    }
    #content_bottom {
        margin-left: 4%;
    }
    #content_features .tab-pane {
        padding: 0 0 0 4%;
    }
    .shopLink {
        margin-bottom: 0;
        margin-left: 8%;
        margin-top: 20px;
    }
    .tx-indexedsearch .tx-indexedsearch-search-submit,
    .tx-indexedsearch .tx-indexedsearch-searchbox input.tx-indexedsearch-searchbox-button {
        margin-left: 0;
    }
    table,
    .contenttable {
        width: 100%;
    }
    #content_features_teasertext #teasertext {
        margin-left: 6%;
        margin-top: 20px;
    }
    .content_overview_products_item:last-child {
        margin-bottom: 30px;
    }
    .content_overview_products_item {
        left: 5%;
    }

    #content_overview_highlighted_product_text {
        padding: 4% 8%;
        width: 86%;
        float: none;
    }
    ul#header_navi li.level2 {
        margin: 3px 0px 3px -10px;
    }

    #header_usernavi {
        float: none;
    }
    #header_usernavi_search {
        width: 100%;
        height: 20px;
    }
    #header_usernavi_search_input {
        height: 30px;
        width: 90%;
        margin-top: 1px;
        right: 0;
    }
    input#header_usernavi_search_link_background {
        height: 18px;
    }
    #header_usernavi_search_link_button{
        display: block;
    }
} /* Mobi Ende */

/* STATIC SLIDER NEW  !! */

/* RESPONSIVE TABLET */
@media (max-width: 1020px) {
    .staticSlide .sliderWrap {
        margin-left: 3%;
    }
    .staticSlide .sliderWrap13 {
        width: 29%;
    }
    .staticSlide .sliderWrap23 {
        width: 61%;
    }

    #servicefooter p {
         width: 350px;
     }
}
/* RESPONSIVE MOBILE */
@media (max-width: 700px) {
    .staticSlide .sliderWrap {
        margin-left: 5%;
    }
    .staticSlide:after {
        content: ".";
        clear: both;
        display: block;
        visibility: hidden;
        height: 0px;
    }
    .staticSlide .sliderWrap13 {
        width: 90%;
    }
    .staticSlide .sliderWrap23 {
        width: 90%;
    }
    .staticSlide .sliderIcon23 {
        display: none;
    }
    #startseite #footer {
        padding-left: 110%;
        top: 0;
        margin-top: -26px;
    }
    .staticSlide .sliderTextWrap23 {
        padding-right: 20px;
    }
    .shopLink{
        top: 17px;
        margin-left:5%;
    }
    /* remerged from last live before -merged start */

    .staticSlide .sliderTextWrap {
        margin-top: -16px;
        position: relative;
        z-index: 2;
    }
    .sliderKeyvis {
        min-height: auto;
        min-height: 0;
        border-radius: 0;
    }
    .sliderKeyvis img {
        width: 100%;
        height: auto;
    }
    .sliderKeyvis13 {
        max-height: 310px;
    }
    .staticSlide .sliderKeyvis {
        margin: 50px 0px 0px;
    }
    .staticSlide .sliderTitle {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        box-sizing: border-box;
        background-color: rgb(0, 72, 133);
        padding: 13px 0px 10px 20px;
        border-radius: 8px 8px 0px 0px;
        max-width: 100%;
    }
    .staticSlide .sliderTitle * {
        color: #FFF;
    }
    /* remerged from last live before -merged end */
    #content_overview_highlighted_picture #product_gallery_new.hasHighlight .big {
        margin-left: 0;
    }

    #content_overview_highlighted_picture #product_gallery_new .big img,
    #content_overview_highlighted_picture #product_gallery_new .big.isHighlight img {
        max-width: 100%;
        height: auto;
        width: auto;
        max-height: 100%;
    }
    #product_gallery_new {
        padding: 24px 0 50px;
    }
    #content_overview_highlighted_product {
        background-image: none;
    }
    #content_overview_highlighted_picture #product_gallery_new.hasHighlight {
        width: 100%;
    }

    #content_overview_highlighted_picture {
        width: 86%;
    }

    .content_gallery_teaser_right {
        padding-left: 36px;
        margin-left: -3%;

    }
    .lizText {
        width: 100%;
        padding-right: 30px;
        box-sizing: border-box;
        margin-left: 0;
    }
    #footer {
        background-size: cover;
        height: 266px !important;
    }
}
/* RESPONSIVE irgendwo MOBILE */
@media (max-width: 550px) {
    .content_overview_products_item_headline,
    .content_overview_products_item_bodytext {
        width: 65%;
    }
}

/* RESPONSIVE MINI MOBILE */
@media (max-width: 350px) {

}
div#cccwr div {
	font: 11px/16px sans-serif;
	margin: 0;
	text-align: left
}

div#cccwr #ccc-icon {
	cursor: pointer;
	display: none;
	z-index: 9999;
	bottom: 0;
	left: 0;
	position: fixed
}

div#ccc-icon button {
	background: transparent
		url('../../fileadmin/tmpl/images/plugin-images-grey.png')
		no-repeat 0 0;
	*background-image:
		url(http://www.civicuk.com/cookie-law/images/ccc-icons.gif);
	border: 0;
	height: 62px;
	width: 62px
}

div#ccc-icon button span {
	visibility: hidden
}

.ccc-left #ccc-icon.ccc-triangle button {
	background-position: -62px 0 !important
}

.ccc-left .ccc-go #ccc-icon.ccc-triangle button {
	background-position: -62px -62px !important
}

.ccc-right #ccc-icon.ccc-triangle button {
	background-position: -124px 0 !important
}

.ccc-right .ccc-go #ccc-icon.ccc-triangle button {
	background-position: -124px -62px !important
}

div#cccwr #ccc-icon.ccc-diamond button {
	background-position: 10px 0 !important
}

div#cccwr .ccc-go #ccc-icon.ccc-diamond button {
	background-position: 10px -62px !important
}

div#cccwr.ccc-right {
	left: auto;
	right: 0
}

div#cccwr.ccc-right .ccc-go #ccc-icon.ccc-diamond button {
	background-position: 0 -62px !important
}

div#cccwr.ccc-right #ccc-icon.ccc-diamond button {
	background-position: 10px 0 !important
}

div#cccwr.ccc-right #ccc-icon {
	left: auto;
	right: 0
}

.ccc-widget {
	position: fixed;
	bottom: 35px;
	left: 70px;
	z-index: 9999;
	display: none
}

div#cccwr.ccc-right .ccc-widget {
	left: auto;
	right: 70px
}

.ccc-outer {
	background: #fff;
	border: 1px solid #B0B0B0;
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	color: #000000;
	left: 70px;
	width: 200px;
	bottom: 30px
}

.ccc-expand,.ccc-close,.ccc-inner h2 {
	background: transparent
		url(data:image/png;base64,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)
		no-repeat 0 0;
	*background-image:
		url(http://www.civicuk.com/cookie-law/images/widget-x.gif);
	border: 0
}

.ccc-inner {
	background: #B0B0B0;
	border-radius: 5px 5px 5px 0;
	position: relative;
	z-index: 2
}

.ccc-content {
	padding: 5px 10px 10px 10px
}

.ccc-icon {
	background-position: 0 -18px;
	height: 34px;
	left: 0;
	position: absolute;
	text-indent: -999em;
	top: 0;
	width: 40px
}

.ccc-close {
	background-position: 0 -40px;
	border: 0;
	height: 13px;
	position: absolute;
	right: 11px;
	text-indent: -999em;
	top: 11px;
	width: 13px
}

.ccc-inner h2 {
	background-color: #B0B0B0;
	background-position: 9px 6px;
	border-radius: 3px 3px 0 0;
	color: #000000;
	font-size: 1.3em;
	font-weight: bold;
	margin: 0;
	padding: 10px 9px 8px 44px
}

.ccc-inner p {
	margin: 5px 0 8px;
	padding: 0
}

.ccc-inner ul {
	margin: 8px 0;
	padding: 0 0 0 12px
}

.ccc-inner a {
	color: #00000;
}

.ccc-inner a,.ccc-inner a:hover {
	text-decoration: none
}

#cccwr button {
	cursor: pointer
}

.ccc-inner .ccc-button {
	background-color: #666;
	border: 1px solid #666;
	border-radius: 3px;
	box-shadow: inset 0 0 2px #fff;
	color: #fff;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 3px;
	text-align: center;
	text-decoration: none;
	text-shadow: none
}

.ccc-inner .ccc-browser {
	background-color: #B0B0B0;
	border-color: #B0B0B0;
	width: 100%
}

.ccc-expanded {
	display: none
}

.ccc-expand {
	background: #B0B0B0;
	border: 0;
	border-radius: 0 0 5px 5px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	color: #fff;
	bottom: -25px;
	cursor: pointer;
	font-size: 1em;
	left: 50%;
	line-height: 25px;
	margin-left: -40px;
	position: absolute;
	text-align: center;
	text-indent: 0;
	width: 80px;
	z-index: 1
}

.ccc-inner .ccc-about {
	margin: 0;
	position: relative;
	text-align: right;
	top: 5px
}

.ccc-about small {
	font-size: 10px
}

#cccwr.ccc-left .ccc-outer,#cccwr.ccc-left .ccc-inner {
	border-radius: 5px 5px 5px 0
}

#cccwr.ccc-left .ccc-expand {
	left: 0;
	margin-left: 0;
	right: auto
}

#cccwr.ccc-right .ccc-outer,#cccwr.ccc-right .ccc-inner {
	border-radius: 5px 5px 0 5px
}

#cccwr.ccc-right .ccc-expand {
	left: auto;
	right: 0
}

#cccwr.ccc-dark .ccc-outer {
	background: #333;
	background-color: rgba(20, 20, 20, 0.9);
	*background-color: #141414;
	border-radius: 5px 5px 5px 0;
	border-color: #000;
	color: #fff
}

#cccwr.ccc-dark.ccc-right .ccc-outer {
	border-radius: 5px 5px 0 5px
}

#cccwr.ccc-dark .ccc-inner {
	background: transparent
}

#cccwr.ccc-dark .ccc-inner p {
	color: #fff
}

#cccwr.ccc-dark .ccc-inner h2 {
	background-color: transparent;
	background-position: 9px -54px;
	background-repeat: no-repeat
}

#cccwr.ccc-dark .ccc-content {
	padding-top: 0
}

#cccwr.ccc-dark .ccc-expand {
	height: 27px;
	border: 1px solid #000;
	border-top: 0;
	padding-top: 0;
	background: #333;
	background-color: rgba(20, 20, 20, 0.9);
	*background-color: #141414
}

#cccwr.ccc-dark .ccc-close {
	background-position: 0 -100px
}

#cccwr #ccc-cookies-switch {
	width: 180px;
	height: 30px;
	overflow: hidden;
	display: none
}

#cccwr #cctoggle {
	display: inline-block;
	width: 180px;
	height: 30px;
	background: url('../../fileadmin/tmpl/images/toggle.png') no-repeat;

}

#cccwr #cctoggle span, #cccwr #cctoggle.cctoggle-on span{
  color: #FFFFFF;
  font-size: 12px;
  line-height: 27px;
  padding-left: 24px;
  text-align: left;
  display: block;
}
.cctoggle-on {
	background-position: 100% 0 !important
}
#cccwr #cctoggle.cctoggle-on span{
  padding-right: 20px;
  text-align: right;
}
#cccwr #cctoggle span.toggle-on, #cccwr #cctoggle.cctoggle-on span.toggle-off{ display:none; }
#cccwr #cctoggle.cctoggle-on span.toggle-on{ display:block; }

#cccwr #ccc-implicit-warning {
	display: none
}

#cccwr #ccc-explicit-checkbox {
	display: none
}
html, body, p, html *{
      font-family:arial, verdana, sans-serif !important;
}

@font-face {
        font-family:arial;
}



#select_language{
  font-size:11px;
}


input#header_usernavi_search_link_background{
  font-size:11px;
}

#content_sub_top{
  margin-right:66px;
}

#content_gallery_sub_image {
  height:351px;
}

#c124 h1, #c123 h5, #c122 h5, #c120 h5, #c118 h5, #c116 h5, #c114 h5, #c112 h5, #c140 h5, .csc-textpic-text li, .tx-contagged-navlink a, #c184 a.internal-link, #header_usernavi_language_icon, #header_navi, .header_navi_item, #header_navi_item_button, ul#header_navi li.level2 a, ul#header_navi li.level3, ul.Level2 li.level2:hover, .content_gallery_teaser_news_headline h3, .content_gallery_teaser_news_bodytext p, .content_gallery_teaser_picture_small_item_text h4, #content_text_right, #content_navi, .content_navi_item, .footer_navi_item a, #content_gallery_teaser_right h1, #content_gallery_teaser_left h1, #content_features_slot_right #description, #slot_right_headline, #content_features_slot_left ul h3, #content_features_slot_right li, #content_text li, #content_features_slot_right h4, #content_gallery_teaser_right_breadcrump, #content_gallery_teaser_right_breadcrump a, #content_gallery_text_headline h5, #content_gallery_text_headline h5 span, #content_gallery_text_overview, .filter_reset, #service_box a, .filter_submit, #content_overview_highlighted_product_text_headline h7, .content_overview_products_item_headline h8, #content_overview_products_item_headline h8 span, .sub_navi_item a, thead, thead p, td, .contenttable td, #content_text h4, h1, h2, h3, h4, h5, dl, p, #c65 .bodytext, .csc-default h5, #c156 li, label, legend, .csc-textpic-text h4, .bodytext_blue, .bodytext, .internal-link, a.internal-link, #c227 .download, .external-link-new-window, #email a, #example_list, .servicepartner, .weltweit_phone, .weltweit_fax, .weltweit_adresse partner a, .servicepartner, .weltweit_number, .weltweit_adresse a, .tx-indexedsearch .tx-indexedsearch-res .title a, #email a, a[href^="mailto"]{
    font-family: arial;
}

ul#header_navi li a, #header_navi_item .level1 a, #content_gallery_teaser_right h1 span, #content_gallery_teaser_left h1 span, #content_overview_highlighted_product_text_headline h7 span, #details_toggle, #details_toggle_close {
  font-family: arial;
  font-weight:bold;  
}