

/*Custom*/
#Slider{
	overflow: visible;
	z-index: 1000;
}
.red-text{
	color:#ff0000;
}
.blue-text{
	color:#1f5f8f;
}
.list-margins{
    margin-right: 30px;
    list-style: none;
}

legend.daten{
	width: 104.6875%; display: block; margin-bottom: 12px; padding: 10px 20px 10px 40px;     background: #1f5f8f url(../../images/arrow_right.png) left center no-repeat; font-size: 24px; line-height: 30px; font-weight: 700; color: #fff; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; margin-left: -1.5625%;    background-position: 20px center; text-shadow: 1px 1px 1px #666;"
}

.form-group{
	margin: 20px 0  0  0;
}

.form-group.laufzeit-wrap{
	margin:50px 0 0 0;
}

legend.laufzeit {
	width: 106.6875%;display: block;margin-bottom: 12px;padding: 10px 20px 10px 40px;background: #1f5f8f url(../../images/arrow_right.png) left center no-repeat;font-size: 24px;line-height: 30px;font-weight: 700;color: #fff;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;margin-left: -3.5625%;background-position: 20px center;text-shadow: 1px 1px 1px #666;
}
.warning-leer{
    color: red;
    font-weight: bold;
    font-size: 20px;
}
.laufzeit-block{
	margin-bottom: 3.2258%;
    padding: 10px 15px;
    background-color: #FFF;
    border: 1px solid #bababb;
    border-radius: 2px;
    box-sizing: border-box;
    height:90px;
}


.laufzeit-block input{
    text-align: left;
    border: 0;
    display: inline-block;
    float: left;
    height: 13px;
    margin-right: 10px;
    margin-top: 8px;
    width: 13px;
}	


.laufzeit-block label{
    width: 87%!important;
    padding-left: 20px;
    box-sizing: border-box;
    float: left;
    text-align: left;
    display: block;	
}


.laufzeit-block .product_optionShortInfo p{
margin: 0;
}

 .laufzeit-block .product_optionShortInfo{
max-width: 315px;
 }

 #article-913 .warning, #article-913 .warning span {
color: red;

}

.button.bigbutton{transform:scale(2);margin-top:40px;margin-bottom:40px;}

.fehler, .fehler h2{
    display: none;
    text-transform: uppercase;
    color: red;
    font-size: 26px;
}


#loading-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.9);
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #ccc;
  border-top-color: #007bff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 0 auto 10px auto;
}
@keyframes spin {
  to { transform: rotate(360deg); }
}

  /*Media Queries*/

  @media  (max-width: 600px){
.laufzeit-block{
    height: 120px;
 }

 @media screen and (min-width:701px){
    #nav-header {
        overflow:visible;
    }
    #nav-header ul.level_1 > li.erfahrungen {
        position:relative;
    }
    #nav-header ul.level_1 > li.erfahrungen > *:after {
        width:100%;
        height:20px;
        display:block;
        position:absolute;
        bottom:-5px;
        background:url("../../files/media/images/various/stars.png") no-repeat center center;
        background-size:80% auto;
        content:'';
    }
}


