body {
    font: 400 14px/20px "Montserrat", sans-serif;
    color: #2c2c2c;
}
h1 {
    font-size: 25px;
    font-weight: bold; 
}
#productinfowrap {
    /*padding-bottom: 25px;*/
}

h2, h3 {
    font-weight: bold; 
}
h3 {
    font-size: 16px;
}

.h_white{
 color: #fff;
}

#kategorie #kategorie_inner li {
    padding: 0 10px;
}
         
header {          
    background: grey;
}
.container {
  width: 100%; /* */   /* !!! */
    margin: 0px;
}

#topmenu {
  border: 0px;    
  margin-bottom: -15px;   /* Korrektur: Navigation Höhe*/ 
}   
 
.navbar {
  border: 0px;    
  min-height: 0px;   
  background: #52A6B2;  
  margin-bottom: 0px; /* Korrektur: Navigation Höhe*/ 
}  

#topnavi.navtype_mega > li.level_1 > ul {
  border: 0px; 
  padding-bottom: 0px;  /* Korrektur: Navigation Höhe*/    
} 
  
/* Korrektur: Navigation Höhe*/ 
#topnavi a.level_1 {   
    padding-top: 3px;
    padding-bottom: 3px; 
}



/* Korrektur: Navigation Höhe*/ 
#topnavi.navtype_mega > li.level_1 > ul {   
    padding-top: 3px;
    padding-bottom: 3px; 
    background: rgba(94, 158, 183, 0.8);       
}

#topnavi, nav {
    background: #52A6B2;
}
#topnavi a.level_1, #topnavi a.level_2 {
	color: rgb(255, 255, 255);
}  
#topnavi.navtype_mega a.level_1, #topnavi.navtype_mega a.level_2, #topnavi.navtype_mega a.level_3 {
	color: rgb(255, 255, 255);
}  
ul > li.active {
  background: rgba(0, 0, 0, 0.6);
}   
ul > li > a:hover {
  background: rgba(0, 0, 0, 0.6);
}

.brand {
    float: left;
    padding: 0px 0px;
    /*max-width: auto !important;*/
}

.mininav {
    color: #ffffff;  
    /*line-height: 50px;*/
}   

.headersearch {  
    width: 50%;
    float: right; 
}
.shopheader {
    padding: 0px 0px;
}

#box_search button.btn {   
    background-color: grey;
}

.bg_grey {
  background-color: grey;   
}
 
form#quick_find {
    margin-right: 20px;
    margin-top: 4px;
    margin-bottom: 6px;
}

.brand {
    margin-left: 0px;
}
#brandimg {
    max-width: 250px;
}

.content_full_green {
    padding: 20px;
    margin: 0px;  
   /* margin-left: -20px;    */
   /* margin-right: -20px; */   /* !!! */ 
    padding-left: 50px;   
    padding-right: 50px;  
    text-align: center;  
    background: #52A6B2; 
    color: #ffffff; 
}
.grey {   
    background: silver; 
    color: #000; 
}

.content_full_green h1 {
  color: #ffffff; 
}  
.content h2 {
  padding-top: 20px; /* "Neue Artikel" */
}  

.container .header {
    background: #FFFFF0;
    color: #000;
    padding: 0px;
    font-weight: bold;
    font-size: 18px;
}  
   
/* Startseite: Blöcke+Slideshow */
.imageover .categoryheader, .owl-carousel .categoryheader {
    background: none;
    color: #FFF;
    padding: 0px;
    font-weight: bold;
}    
/* Text Slideshow */
.owl-carousel .categoryheader {
    /* font-size: 58px; */
    font-size: 45px;
    line-height: 70px;
}    

@media (max-width: 767px) { 
   .owl-carousel img {
      min-width: 30% !important;
  }  
  #sign_in input {
  	width: 80%;
  }  
}
 
/* Korrektur Rand Boxen links */
.row-fluid .sidebar {   
    padding-left: 20px;
}  
.content {
    padding: 0px;
   /*  margin-left: 20px;  */   
  /*  margin-right: 20px; */ /* !!! */
    text-align: center;     
}
/* Slideshop: Abstand Punkte */
.owl-dots, .owl-nav {
	position: absolute;
	width: 100%;
	margin-top: -30px;
  height: 30px;                        
/*background-color:rgba(255, 255, 255, 0.5); */
  background-image: linear-gradient(to right, rgba(255,255,255,0.8), rgba(255,255,255,0.4), rgba(255,255,255,0.2));
}    
.owl-carousel button.owl-dot {
	margin-top: 5px;
}   

.owl-dots .owl-dot span {     
    background: #52A6B2;
}
.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
    background: #ffffff;
}
section {
  margin-bottom: 0px; 
}
.section_padding_0 {
	padding-top: 0px;
}
.section_padding_vertical {
	padding-top: 12px;
  padding-bottom: 12px;
}


.imageover, .owl-carousel {
    position: relative;
    text-align: center;
    color: white;
}
.container .black {
  color: #000000;
  background: #CCE8EE;
  margin-bottom:5px;
}
.container .green {
  color: #FFFFFF !important;
  background: #52A6B2;
  margin-bottom:5px;
}

.imageover .centered, .owl-carousel .centered {
   position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}   
.imageover .bottom-left {
    position: absolute;
    bottom: 8px;
    left: 16px;
}    


.workaround {
    position: absolute;
    width:50%;
    left: 0px; 
    background-color: #52A6B2;
    height:5px;  
    margin-top: -2px;
}  
.footrow {
 /*   background: #fff;  */
}

#box_newsletter{
  background-color: #000;  
  font-size: 15px;    
  color: #FFF;  
} 
#box_newsletter #sign_in input{
   width: 30%;
}     
#box_newsletter #sign_in .btn {
	width: 0;
}

.fa-caret-right::before {
	content: "\f0da";
	color: #fff;
	font-size: 32px;
  line-height: 28px;   
}
#sign_in .btn {
    background-color: #52A6B2; 
    padding: 0px 15px;  
    line-height: 20px; 
    display: block;
}

.footrow {
	background: #f4f4f4;
}

@media (min-width: 767px) {
  .footer .shopinfo {
    padding-left: 6%;
  }
}


.footer .boxcontent a, .footer .boxcontent, .footer .categoryheader {
  color: #000; 
  margin-top: 0px;
  padding-top: 0px;
} 


.footer .categoryheader {
  font-weight: bold;
}
footer {
  background-color: #FFFFFF;   
  padding-top: 0px !important;
}
 
.shopinfobox .boxcontent {
	line-height: 23px !important;
}
 
.left {
    float: left;
   /* padding-left: 0px;         */
}   
.left_5 {
     /* float: left;  */
    padding-left:5% !important; 
    padding-right:5% !important;
}

@media (min-width: 1068px) {
  .left_15 {
       /* float: left;  */
      padding-left:5% !important; 
      padding-right:5% !important;
  } 
}   
@media (max-width: 1067px) {
  .left_15 { 
      padding-right:0 !important;
        padding-left:0 !important;
  } 
  div #media_size table {
       width: 100% !important;
  }
}
    

.left_5_nolign {
    padding-left:5% !important;
    padding-right:5% !important;
}
.left_0 {
    padding-left:0 !important;
    padding-right:0 !important;
    float: initial;
}
.align_left {
    text-align: left;
} 
.align_center {
    text-align: center;
}   

#productinfoprice {
   
}
        
.nav-tabs-container {
   /* min-height: 200px;
   padding-bottom:8px;
   margin-top:4px;    */
   margin-bottom:4px;
}

.graduated {   
    width: 120px;
    float: left;
}   

#productinfoprice {
    text-align: center;
}

.span12 {  
  /*background: grey;*/  
}  


.row-fluid [class*="span"] {
    margin-left: 0px !important;
     /*
     	*margin-left: 0px;
     
    padding-left: 20px;   
    *padding-left: 20px;
    background: silver; */
}

body {
  overflow-x: hidden;
}
.hidden-thing {
  position: absolute;
  left: 100%;
  width: 50px;
  height: 50px;
  opacity: 0;
}

.tags_options, span.tags_values_text_row {
	line-height: inherit;
}      
 
ul > li.active {
	color: #000000 !important;
	background: #CCE8EE !important;;
}   
.tab-content {
  color: #000000 !important;
  background: #CCE8EE;
}
.nav-tabs > li > a {
  color: #FFFFFF !important;
  background: #52A6B2 !important;
}    
.nav-tabs-container {
  color: #FFFFFF !important;
  background: #CCE8EE !important;
}    

.productoptions {
  width: 60%;
}

#productinfowrap ul, #productinfowrap ol {
	padding: 0;
	margin-left: 0px;
}

#productinfowrap .short_description ul{
  list-style-image: url("/images/tags/krone_small.png");
  list-style-position: inside;
}
#productinfowrap .short_description ul li{
padding-bottom: 5px;

}
#productinfowrap .short_description ul li span{
 line-height: 18px;
 vertical-align: top;
}

.pd_reviews_image img{
max-height: 17px;
}

.accordion-inner {
	 padding: 9px 0px !important;
}
.productoptions {
	margin: initial;
}

@media (min-width: 767px) {


  .productoptions select[class*="span"]{
    /* D.L. 19.07.2019 max-width: 185px !important; */
  	width: 100% !important;
  	max-width: 450px;
  }
  .productoptions label{
  	max-width: 35% !important;
    line-height: initial;
  }
}

.productoptions label{
	text-align: left !important;
}

.price {
    color: #000 !important;
}

div.kreis {
  width: 60px;
  height: 60px;
  padding: 30px; /* = div.kreis.height/2 */
  box-sizing: content-box;
  border-radius: 90px;
  background: #52A6B2;
}
/*
div.kreis div{
  text-align: center !important;
  width: 180px;
  height: 100%;
  display: table;
  vertical-align:middle;
  margin-left: -45px;  
}
*/
div.kreis .content{
  /*display: table-cell;*/
  display: block;
  vertical-align: bottom;
  font-weight: bold;
  height: 100%;
  line-height:20px;
  padding-top: 20px; /* = div.kreis > height / 2 */
}
#row_article {
  padding-left: 50%;
  margin-left: -214px; /* = 3 * .kreis > width + .kreis > margin-left */
}
@media (max-width: 767px) {
  #row_article .kreis  {margin-left:20px !important }
  #row_article > :first-child  {margin-left:0px !important }
}

/* marco 6-11-18 */
#videobereich {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
}	
.videoextern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#row_questions {
  padding-left: 50%;
  margin-left: -200px; /* = 3 * .kreis > width + .kreis > margin-left */
  /* 294 (251) x 64 , Abstand 9 */
}


.btn.checkout, .btn.incart, .btn.buynow {
	background-color: #000;
	border-color: #2c2c2c;
}
.btn.checkout:hover,
.btn.incart:hover,
.btn:hover,
.btn.buynow:hover {
   /*
    color: #ff0039;
	background-color: #000;
	border-color: #2c2c2c;
     */
    color: #fff !important;

    background-color: #000 !important;
     border-color: #52A6B2 !important;
       /*
      background-color: #ff0039 !important;
    border-color: #ff0039;
   */
}
  /*
.btn {
	display: inline-block;
	padding: 5px 15px;
	margin-bottom: 10px;
	line-height: 24px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #FFF;
	border: none;
	background-color: #2c2c2c;
	border: 0px solid #2c2c2c;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}


.triangle {
  margin:-5px;
  margin-left: 10px;
  margin-right: -15px;
  float:right;
  height: 0;
  width: 5px;
  border-width:20px;
  border-right-width:0;
  border-color:#52A6B2 black #52A6B2 white;
  border-style:solid;
}

       */
/* Backup für Buttons im alten Format */
.btn_default {
	display: inline-block;
	padding: 0px 15px;
	margin-bottom: 10px;
	/*line-height: 24px; */
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #FFF;
	border: none;
	border: 0px solid #2c2c2c;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
  background-color: #52A6B2;;
}
.fa .fa-caret-right {
	background-color: #52A6B2;;
}

button {
	line-height: 18px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #FFF;
	border: none;
	background-color: #2c2c2c;
}
.btn, .btn a, .btn_continue {
	display: inline-block;
	padding: 4px 15px;
	margin-bottom: 10px;
	line-height: 18px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #FFF;
	border: none;
	background-color: #2c2c2c;
  /*
	border: 0px solid #2c2c2c;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
    */
	padding-top: 10px;

	border-width: 28px;
	border-left-width: 0;
	border-color: transparent #52A6B2 transparent transparent;
	border-style: solid;
	border-bottom-width: 0;
	border-top-width: 0;
}
.trian {
	margin: -5px;
	margin-left: 10px;
	margin-right: -42px;   /* depends on btn > border-width*/
	float: right;
	height: 0;
	width: 4px;
	border-width: 15px;
	border-right-width: 0;
	border-color: #52A6B2 black #52A6B2 white;
	border-style: solid;
	margin-top: -5px;
	margin-bottom: 0px;
}

.tripre {
    /*
	margin: 0px;
	float: right;
	height: 0;
	width: 0;
	border-width: 20px;
	border-left-width: 0;
	border-color: #52A6B2 #52A6B2 #52A6B2 #52A6B2;
	border-style: solid;
  margin-right: 25px;
  margin-top: -20px;
    */
}
.tripre {
	float: right;
	padding: 0;
	background-color: #52A6B2;
	height: 40px;
	padding-left: 15px;
	margin-top: -5px;
	margin-left: -35px;
  margin-bottom: -5px;
}
@media (min-width: 767px) {
  .productoptions .row-fluid  {
    min-width:600px;
  }
}
.addtobasket input[type="number"] {
 float: right;
 height: 25px;
 /* margin-right: 4px;   */
}

@media (min-width: 767px) {
  #order_details_desktop .tablecontent .unit-price,
  .tableheader .unit-price {
      width: 12%;
      float: left;
      text-align: right;
  }
  #order_details_desktop .tablecontent .quantity,
  .tableheader .quantity {
      width: 12%;
      float: left;
      text-align: center;
  }
  #order_details_desktop .tablecontent .subtotal,
  .tableheader .subtotal {
      width: 12%;
      float: left;
      text-align: right;
  }
  #order_details_desktop .tablecontent .delete,
  .tableheader .delete {
      width: 13%;
      float: left;
      text-align: right;
  }
}

.markProductNotReached {
      font-size: 12px;
      color: red;

}

.alert-info {
    background-color: #52A6B2;
    border-color: #000;
}

#alert-info {
    background-color: #52A6B2;
    border-color: #000;
    color: #fff;
    padding-left: 4px;
    text-align: center;
    font-weight: bold
}

/* Content fullsize*/
.padding_0 {
    padding-top: 0px !important;
}
.padding_00 {
    padding: 0px !important;
}
.padding_50 {
    padding-left: 30px;
    width: 95%;
   /* padding-right: 50px;*/
}

.flex {
  display: table-cell;
  vertical-align: middle;
}

#topnavi.navtype_mega a.level_2 {
    padding-left: 0px;
}
#topnavi.navtype_mega > li.level_1 > ul {
  width: auto;
}

.breads {
	background-color: initial;
}

.productoptions select[class*="span"] {
	margin-bottom: 8px;
  width: 100% !important;
}

.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus, li.tab-heading.active a {
	border: initial;
}

.box_newsletter > .fa {
    display: initial !important;
}

.h_green {
 color: #52A6B2;
}
.asterix {
 color: #52A6B2;
}
.asterix_opt{
 color: #52A6B2;
 display: none;
}



.position::before {
  display: block;
  content: "XXX";
  height:20px;
  margin-top: -20px;
  visibility: hidden;
}

#product_navigation h2 {
   font-size: 18px;
   width: 100%;
   vertical-align: middle;
   text-align: center;
   color: white;
   margin-bottom: 0px;
   /*margin-left: -15%;*/
   line-height:30px
}
@media (max-width: 767px) {
/*
  .position::before {
    display: block;
    content: "";
    height:0px;
    margin-top: 0px;
    visibility: hidden;
  }
  */
  #label_add_cart {
     float:right;
  }
  #label_add_cart .btn {
     float:right;
  }

  #product_navigation h2 {
    border-width: 0;
    border-bottom-width: 1px;
  	border-color: grey;
  	border-style: solid;
    margin-left: 0;
  }

  #product_navigation .span1 {
    display: none;
  }
  #product_navigation .span4 {
    width: 100% !important;
  }

  .content_full_green {
      padding-left: 0px;
      padding-right: 0px;
  }


}

.productoptions label select {

}


#product_navigation a {
  color: white;
}

/* .content a,  */
#productinfowrap a, #home_box_b a, #home_box_a a {
  color: #52A6B2;
  font-weight: bold;
  background: none;
}
/* .content a:hover,  */
#productinfowrap a:hover, #home_box_b  a:hover, #home_box_a a:hover {
      color: #FF2762;
      font-weight: bold;
      background: none;
}
    
table.table_size td{
   margin: 3px !important;
  /* display: block; overflow: scroll;*/
}   

.float_right {
   float:right;
   padding-top: 20px;
}  
.border_bottom {
   border-bottom: 1px solid #000;
}  
.border_top {
   border-top: 1px solid #000;
}  
 
/* Backend Team */  /*    */

.lineheight30 {
  line-height: 30px;
}
#div_extend_order label{
    display: inline-block;
    float: left;
    clear: left;
    min-width: 250px;
    text-align: right;
    padding-right:10px;
}

#div_extend_order input, #div_extend_order select, #div_extend_order checkbox  {
  display: inline-block;
  float: left; 
  border: 1px solid grey;
}

/*added to */
IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.shipping_info_agree {
	position: fixed;
	left: 0px;
	right: 0px;
	height: auto;
	min-height: 21px;
	z-index: 2147483647;
	background: rgb(100, 88, 98) none repeat scroll 0% 0%;
	color: rgb(255, 255, 255);
	line-height: 21px;
	padding: 8px 35px;
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	text-align: left;
	bottom: 56px;
	opacity: 0.8;
}
.shipping_info_close {
	float: right;
	display: block;
	padding: 5px 8px;
  margin-top:7px;
	min-width: 100px;
	margin-left: 5px;
	border-radius: 5px;
	cursor: pointer;
	color: #fff;
	background: rgb(82, 166, 178) none repeat scroll 0% 0%;
	text-align: center;
}

.redirect_info {
	position: fixed;
	left: 0px;
	right: 0px;
	height: 100%;
	z-index: 2147483647;
	background: rgb(100, 88, 98) none repeat scroll 0% 0%;
	padding: 0px;
	bottom: 0px;
	opacity: 0.75;
}
.redirect_info_content {
	position: fixed;
	left: 0px;
	right: 0px;
	height: 100%;
	z-index: 2147483647;
	color: rgb(255, 255, 255);
	line-height: 21px;
	padding: 0px;
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	text-align: left;
	bottom: 0px;
	opacity: 1;
}
.redirect_info_button_left {
	float: left;
	display: block;
	padding: 5px 9px;
  margin-top:28%;
	min-width: 100px;
	margin-left: 29%;
	border-radius: 5px;
	cursor: pointer;
	color: #fff;
	background: rgb(82, 166, 178) none repeat scroll 0% 0%;
	text-align: center;
  font-weight: bold;
  font-size: 20px;
  min-height: 66px;
  line-height: 24px;
}
.redirect_info_button_right {
	float: right;
	display: block;
	padding: 14px 9px;
  margin-top:28%;
	min-width: 100px;
	margin-right: 29%;
	border-radius: 5px;
	cursor: pointer;
	color: #fff;
	background: rgb(82, 166, 178) none repeat scroll 0% 0%;
	text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
}
.redirect_info_sub {
  font-weight: bold;
  font-size: 12px;
  padding: 2px 0px;
  line-height: 12px;
}

.header_black {
  background-color: #000;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
}

.lineheight30 {
  line-height: 30px;
}

@media (max-width: 1140px) {
  .redirect_info_button_left {
  	margin-left: 20%;
  }
  .redirect_info_button_right {
	  margin-right: 20%;
  }
}
@media (max-width: 830px) {
  .redirect_info_button_left {
  	margin-left: 15%;
  }
  .redirect_info_button_right {
	  margin-right: 15%;
  }
}
@media (max-width: 720px) {
  .redirect_info_button_left {
  	margin-left: 5%;
  }
  .redirect_info_button_right {
	  margin-right: 5%;
  }
}
@media (max-width: 580px) {
  .redirect_info_button_left {
  	margin-left: 0;
  }
  .redirect_info_button_right {
	  margin-right: 0;
  }
}
@media (max-width: 490px) {
  .redirect_info_button_left {
     width: 90%;
     margin-left: 3%;
     margin-right: 2%;
  }
  .redirect_info_button_right {
     width: 90%;
     margin-top:2%;
     margin-left: 3%;
     margin-right: 2%;
  }
}




.label_row1 {
  display:block;
  float:left;
  display:block;
  width: 36px;
  text-align:left;
  border: 1px solid #C5C5C5;
  height: auto;
  text-align: center   
}
.label_row1 input {
  width: 36px;
  padding: 0px;
  border: 0px;
  height: auto;
  text-align: center
}

.label_row1 .options_selection_input {

}
.label_row1 .options_selection_text {
  float:left;
  display:inline-block;
}
label .label_row2 {
  display:inline-block;
  padding-left:25px;
  font-style:italic;
}



.inactive_grey {
   	color: grey;
}
.info_min_qty {
    font-size: 11px;
    width: auto !important;
    color: red;
    float:left !important;
}

input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
	background-color: initial;
}

.backend a {
	font-weight: bold;
  font-size: 14px;
  margin: 4px;
  width: 23%;
}
@media only screen and (max-width: 768px) {
  .backend a {
    width: auto;
  }
}
.backend_member a {
	font-weight: bold;
  font-size: 14px;
  margin: 4px;
  width: 31%;
}
@media only screen and (max-width: 768px) {
  .backend_member a {
    width: auto;
  }
  .backend_padding {
   padding-left: 10%;
   padding-right:10%;
   max-width: 630px;
  }
  .member_shop_colhead_768 {
    display: none;
  }
  .btn_768 {
    float: right;
    padding-top:15px;
  }
  #order_details_desktop .tablecontent .image {
  	float: none;
  }
  #order_details_desktop .tablecontent .cname {
    float: none;
  }

}

#div_get_member_cart .btn {
  float: right !important;
}

.checkout_black {
  padding-top: 5px;
  padding-left: 12px;
  color: #fff;
  margin-bottom: 5px;
  display: inline;
  float: left;
}

/*
.number-wrapper {
  position: relative;
}

.number-wrapper:after,
.number-wrapper:before {
  position: absolute;
  right: 5px;
  width: 1.6em;
  height: .9em;
  font-size: 10px;
  pointer-events: none;
  background: #fff;
}

.number-wrapper:after {
  color: blue;
  content: "\25B2";
  margin-top: 1px;
}

.number-wrapper:before {
  color: red;
  content: "\25BC";
  margin-bottom: 5px;
  bottom: -.5em;
}

*/

.wait {
    position: fixed;
    right: 0;
    bottom: 20px;
    height: auto;
    width: 100%;
    top: 29px;
  	background-color: #1ae1e1db; 
    line-height: 48px !important;
    color: red;
  	text-align: center;
  	font-weight: bold;
  	font-size: 28px;
  	padding-top: 24px;
    display:none;    
    z-index: 1000;
}

.btn_unset, .btn_unset a {
   border-width: 0px;
   padding: 10px;
   margin-top: 10px;
   border-color: transparent;
}

 


/* Modal Dialogue */
.btns {
    margin: 250px auto 50px;   width: 600px;   
}   
.modal-footer .btn + .btn {
	margin-bottom: 10px !important;
}
.modal-header {
	padding: 0px 5px 0px 15px;
	background: #fff;
	border-bottom: 0px solid #ff0039;
	border-top: 0px solid #ff0039;
	color: #fff;
}
.modal-header h4{
  margin-bottom: 0px;
  margin-top: 15px;
  font-weight: bold;
}
.modal-body p{
 line-height: 26px;
}
.modal-body input[type="checkbox"] {
	margin: 0px;
}

 

#preview-modal {
  width: 90%;
  left: 5%;
  margin-left: 0px;
  display: none;
}
#custom-modal {
  display: none;
  width: 780px;
}

                            
.divSwitch {     
    background: url('/images/arrow-up.png') no-repeat center center #FFF;
    width: 20px;
    z-index: 555;
    height: 20px;
    background-size: cover;
    display: inline-block;
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipV;
    -ms-filter: "FlipV";
}


.divSwitch.main {
    width: 26px !important;
    height: 26px !important;
    background-size: cover;
}

.divSwitchActive{
/*   */
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    filter: FlipV;
    -ms-filter: "FlipV";
    background-color: #CCE8EE;
    /*
    background-color: #52A6B2;
    */
}

a.divSwitch:hover {
  text-decoration: none;
}
 
.img_flex {
  margin-top: 5px !important;
}
.img_flex img{
  vertical-align: inherit;
  border: 1px solid #000000;
}
.review_balken{
  border: 1px solid #52A6B2;
  background: url("/images/pixel_rbw_blue.gif") no-repeat left top #FFF;
  width: 50%;
  display: inline-block;
  margin-right: 5px;
  margin-left: 3px;
  line-height: 14px;
}
.review_1stCol{
  width: 30px;  
  display: inline-block;
}
.review_3rdCol{
  width: 42px;
  display: inline-block;
  text-align: right;
  white-space: nowrap;
}
#reviewSwitchTop{
    margin-bottom: 8px !important;
}
.productprice{
    margin-top: 8px !important;
}


.divReviewValues{
  padding-top: 0px;
  padding-bottom: 12px;
}

#review_sort{
    background: #52A6B2;
    /* width: auto; Abstand rechts */
    display: inline-block;
    color: #fff;
    padding-left: 10px;  
    font-weight: bold;
}

#divReviewTotal{ 
  display: none;
  padding-top: 8px;
}  

#divReviewCategories_0{
  display: none;
  padding-left: 50px;
}
#divReviewCategories_1{
  display: none;
  padding-left: 50px;
}
#divReviewCategories_2{
  display: none;
  padding-left: 50px;
}
#divReviewCategories_3{
  display: none;
  padding-left: 50px;
}
#divReviewCategories_4{
  display: none;
  padding-left: 50px;
}
#divReviewCategories_5{
  display: none;
  padding-left: 50px;
}

  /**/

#divReviewDetails{
  display: none;
  padding-left: 50px;
  margin-top: 10px;
}
#divReviewDetails .prefix{
 padding-top: 4px;
}

#cboxOverlay {
	background: url("/images/overlay.png") repeat 0 0;
	opacity: 0.9;
	filter: alpha(opacity = 90);
}

#divWriteReview{
  display: none;
  padding: 8px;
}

.divDisplayActive{
    background-color: #669933;
    display: block !important;
}

[class*="icon_favorit_"] {
  height: 25px;
}

.rating {
	display: inline-block;
	float: none !important;
	margin-right: 0 !important;
	white-space: nowrap;
}
.rating li {
	list-style: none;
	display: inline;
}
.rating_sel {
    height: 31px;
}



.starrr {
  line-height: 35px;
}
.starrr a {
  display: inline-block;
  width: 64px;
  height: 31px;
  margin-bottom: -10px;
}
.starrr span {
  display: inline-block;
  margin-bottom: -10px;
}
#stars_avg span {
  display: inline-block;
  width: 64px;
  height: 31px;
}
#stars_avg {
  line-height: 50px;
  padding-top: 12px;
  border-top: 1px solid #999;
  padding-right: 130px;
}

#stars_avg span #stars_sum{
  width: auto;
}


.rw_border {
    border-bottom: 1px solid #999;
}
 
.backend_member a.basket_notice {   
    color: #fff !important;     
}
 

  /*
.starrr {  
    background-image: url('images/stars_sgl.png') !important;   
    background-position-x: center;
    background-position-y: center;
    background-size: initial;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgba(0, 0, 0, 0);
}
.starrr .star_is_full {
  background-image: url('images/stars_sgl.png') !important;
}
.starrr .star_is_empty {
  background-image: url('images/stars_sgl_sel.png') !important;
}
  */

.starrr .star_is_full {
  background: url('images/stars_sgl.png') no-repeat center center #0000 !important;
}
.starrr .star_is_empty {
  background: url('images/stars_sgl_sel.png') no-repeat center center #0000;
}
 
form #review, form #review_title {
   color: #666666;
}
.input_enabled {
   color: #2c2c2c !important;
}

#product_reviews_write input[type="checkbox"] {
    margin-top: -2px !important;
}

form[class="form_cart_quantity"] {
    margin-top: 15px !important;
}


.reviewRowSelected {
	border: 1px solid red;
	padding: 2px;
	padding-right: 30px;
}
.reviewRowDeselected {
	border: 0px solid red;
	padding: 2px;
	padding-right: 30px;
}

a.noover:hover {
  text-decoration: none;
}
 
 .preheader_top {
    background:#525252 !important; 
}
.topmenu a {
  font-size: 18px;
  color: white !important;
  font-weight: bold; 
}
.topmenu .topmenu_items {
  border-right: 2px solid #666  !important;  
}
 
nav#my-menu, nav#mm-my-menu {
	z-index: 2000 !important;
}
  /*
#topnavi_content.navtype_mega > li.level_1 > ul {
  border: 0px; 
  padding-bottom: 0px; 
} 
  
#topnavi_content a.level_1 {   
    padding-top: 3px;
    padding-bottom: 3px; 
}

#topnavi_content.navtype_mega > li.level_1 > ul {   
    padding-top: 3px;
    padding-bottom: 3px; 
    background: rgba(94, 158, 183, 0.8);       
}

#topnavi_content, nav {
    background: #52A6B2;
}
#topnavi_content a.level_1, #topnavi a.level_2 {
	color: rgb(255, 255, 255);
}  
#topnavi_content.navtype_mega a.level_1, #topnavi.navtype_mega a.level_2, #topnavi.navtype_mega a.level_3 {
	color: rgb(255, 255, 255);
}  
#topnavi_content.navtype_mega a.level_2 {
    padding-left: 0px;
}
#topnavi_content.navtype_mega > li.level_1 > ul {
  width: auto;
}
*/
 
 
 