/***************************************************************
* 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("../font/vegur_regular.otf")
}

@font-face {
    font-family:vegur bold;
    src: url("../font/vegur_bold.otf")
}



/*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("../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("../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: 426px;
    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("../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;
    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("../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("../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/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(../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(../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("../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("../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("../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("../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("../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("../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("../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(../pics/blaupunkt_arrow_language.png);
}

#header_usernavi_language_icon{
    background-image:url(../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(../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(../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(../pics/blaupunkt_background_search.png);
    position:relative;
    float:left;
    margin-left:5px;
}

#header_usernavi_search_icon{
    background-image:url(../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(../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(../pics/blaupunkt_arrow_search_hover.png);
    background-repeat:no-repeat;
}

input#header_usernavi_search_link_background{
    width: 126px;
    background: url(../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(../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(../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(../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(../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(../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(../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(../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(../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(../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(../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(../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(../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(../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("../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(../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(../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(../pics/blaupunkt_claim.png);
    height:34px;
    width:119px;
    position:relative;;
    top:100px;
    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(../pics/blaupunkt_teaser_background_darkblue.png);
    /*  background-image: url("../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(../pics/blaupunkt_teaser_background_darkblue_left.png); */
    background-image: url("../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(../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(../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:12px;
    width:800px;
    margin-top:46px;

}

#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:500px;
    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(../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:300px;
}

#content_gallery_text_overview{
    color: #7c8285;
    font-size:12px;
    font-family:vegur,arial, verdana, sans-serif;
    font-weight:normal;
    background-image:url(../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: auto;
    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(../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(../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(../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("../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(../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(../pics/blaupunkt_filter_corners_bottom.png);
    width:194px;
    height:10px;
}

#content_overview_highlighted_product{
    background-repeat:no-repeat;
    background-image:url(../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;
}



#content_overview_highlighted_product #content_overview_products{
    left:-133px;
}

#content_overview_highlighted_product_text{
    position:relative;
    padding:18px 20px 0px 45px;
    width:270px;
    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_link a{
    color: #004b87;
    font-size:13px;
    position:relative;
    width:300px;
    background-image:url(../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(../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: 23px;
}

/*mko*/
#content_gallery_teaser_right_headline {
    /*width:454px;*/
    /*height:54px;*/
    /*overflow:hidden;*/
    /*margin-top:-1px;*/
}


/* 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("../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(../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(../pics/blaupunkt_icon_world.png);
    background-repeat:no-repeat;
}

#table_body_font_blue{
    color:#004b87;
}

#table_body_arrow{
    background: url(../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("../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(../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(../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(../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(../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(../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(../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(../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(../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(../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(../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(../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(../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(../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("../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("../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("../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/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("../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: 13%;
    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(../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(../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(../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(../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(../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(../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(../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: 80%;
}
.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;
}
.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(../pics/facebook.png) no-repeat center center #375494;
}
.linkbox.twitter a{
    background: url(../pics/twitter.png) no-repeat center center #009AD7;

}
.linkbox.gplus a{
    background: url(../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(../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("../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: fixed;
    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;
}

#startseite #outside {height: 100%;}

.responsive-video iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 90%;
}

.responsive-video {
    height: 100%;
    overflow: hidden;
    padding-top: 50%;
    position: relative;
}

#content_overview_highlighted_product #product_gallery_new .image {
    top: auto;
}

#content_gallery_teaser_left + .newkeyvisual {
    padding-top: 35px;
    margin-top: 0;
    border-top: 0;
}
.newkeyimage > img {
    height: auto;
    width: 98%;
}

.newkeyimage {
    float: left;
    width: 50%;
}

.right .newkeytext {
    float: right;
    width: 48%;
    padding-left:2%;

}
.newkeyvisual {
    width: 100%;
    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: 18px;
    padding-bottom: 5px;
    font-weight: bold;
}

.top .newkeyimage {
    margin: 10px 0 15px;
    width: 100%;
}

.bottom .newkeyimage {
    margin: 10px 0 15px;
    width: 100%;
}

#c3200 iframe{
    border:0;
    margin-left: -14px;
}


