html, body{
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #444;
}


h1,h2, h3{
	font-size: 18px !important;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
	overflow: visible !important;
	font-weight: 800;
}

h1,h2{
	font-size: 20px !important;
}

a{
	outline: none !important;
}

.tt_red{
	color: #D80001;
}

.tt_red_i{
	color: #D80001 !important;
}

.tt_black{
	color: #444;
}

#background{
	position: fixed;
	overflow: hidden;
	width: 100%;
	height: 100%;
	z-index: -10;
	top: 0;
}

#background img{
	position: relative;
	width: 100%;
}

.content-white{
	background-color: #fff;
	margin-top: -1px;
}

.content-gray{
	background-color: #f8f8f8;
	margin-top: -1px;
}

header{
	min-height: 700px;
	background-image: url('/img/background.jpg?width=1700');
	background-size: cover;
	background-position: bottom;
	padding-top: 20px;
	position: fixed; 
	width: 100%;
	top: 0;
	z-index: 1;
}

main{
	margin-top: 700px;
	position: relative;
	z-index: 2;
	border-top: 5px solid #D80001;
}

#header{
	background-color: #fff;
	padding: 20px 0;
}

#header #logo{
	float: left;
	width: 25%;
	text-align: center;
}

#header #logo img{
	height: 130px;
}

#header-right{
	float: left;
	width: 75%;
}

#header-bewerten{
	height: 60px;
}

#jetzt-bewerten{
	float: right;
	background-color: #D80001;
	color: #fff;
	font-size: 18px;
	padding: 10px 50px 10px 30px;
	font-weight: 500;
    display: block;
    text-decoration: none;
}

#jetzt-bewerten.detailseite{
	font-size: 16px;
	padding: 10px 20px 10px 20px;
}

#jetzt-bewerten.detailseite span{
	margin-right: 10px;
	font-size: 18px; 
	top:  5px;
}

#jetzt-bewerten span{
	margin-right: 10px;
	font-size: 23px; 
	top:  5px;
}

#menue{
	height: 70px;
	display: table;
	width: calc(100% - 50px);
	max-width: 1600px;
	font-size: 17px;
}

#menue-inner{
	display: table-row;
}

.menue-point{
	color: #444;
	text-decoration: none !important;
	display: table-cell;
	text-align: center;
	vertical-align: bottom;
	padding-bottom: 10px;
	font-weight: 500;
	border-bottom: 1px solid #ccc;
	position: relative;
}

.menue-point-sub{
	position: absolute;
    left: 0;
    width: 100%;
    top: 100%;
    background-color: #D80001;
    padding: 10px 0;
    visibility: hidden;
    z-index: 10;
}

.menue-point-sub a{
	color: #fff;
	padding: 10px 0;
	display: block;
	font-size: 16px;
	text-align: center;
	font-weight: 500;
}

#sub-menues .menue-point-sub:hover{
	visibility: visible !important;
}

.menue-point:hover{
	border-bottom: 1px solid #D80001;
}


.note-kreis{
	position: relative;
	width: 40px;
	float: left;
}

.note-kreis img{
	width: 100%;
}

.note-kreis-klein{
	font-size: 11px;
	text-align: center;
	font-weight: 700;
}

.note-kreis-text{
	position: absolute;
	font-size: 19px;
	font-family: 'Kalam';
	text-align: center;
	top: 22px;
	left: 0;
	width: 100%;
}

.note-kreis-text.zwei-nachkomme{
	font-size: 16px;
	top: 23px;
}


.note-kreis.klein{
	width: 30px;
}

.note-kreis.klein .note-kreis-text{
	font-size: 14px;
	top: 5px;
}

.aktuelle-berichte-note-rang{
	float: left;
  width: 26px;
  font-size: 18px;
  font-weight: 800;
  color: #D80001;
  margin-top: 18px;
  margin-right: 7px;
  text-align: right;
}

.aktuelle-berichte-rang-responsive{
	display: none;
}

a.aktuelle-berichte-col{
	color: #444 !important;
}

.aktuelle-berichte-col{
	margin: 15px 0;
	display: block;
}

.aktuelle-berichte-col .aktuelle-berichte-note{
	float: left;

}

.aktuelle-berichte-col .aktuelle-berichte-note:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}

.aktuelle-berichte-right{
	float: left;
	width: calc(100% - 80px);
	margin-left: 15px;
	margin-right: 10px;
	margin-top: 7px;
}

.aktuelle-berichte-right.rang{
	width: calc(100% - 103px);
}

.aktuelle-berichte-right.row-2{
	margin-top: 0px;
}

.aktuelle-berichte-bezeichnung{
	font-size: 17px;
	font-weight: 700;
	color: #D80001;
}

.aktuelle-berichte-kategorie{
	font-weight: 500;
}


#aktuelle-berichte{
	padding-top: 50px;
	padding-bottom: 50px;
}

#aktuelle-berichte-title{
	text-align: center;
	margin-bottom: 30px;
}

#aktuelle-berichte-title img{
	height: 100px;
}

#kategorien_fabriakte{
	padding-top: 50px;
}

.kategorien-col{
	float: left;
	width: calc( 25% - 32px);
	margin: 15px;
	border: 1px solid #ccc;
    position: relative;
    background-color: #fff;
    display: block;
}

.kategorien-col-img{
	height: 150px;
	width: 100%;
	background-size: cover;
	background-position: center;
}

.kategorien-col-title{
	text-align: center;
	font-size: 20px;
	color: #D80001;
	margin: 20px 0 5px 0;
	font-weight: 700;
	display: block; 
}

.kategorien-col-fabrikate{
	text-align: justify;
	padding: 10px;
	line-height: 1.7;
}

.kategorien-col-fabrikate a{
	color: #444;
}

.kategorie-fabrikate{
	line-height: 1.8;
}

.cb-pc{
	clear: both;
} 


#transparent{
	background-color: rgba(0,0,0,0.8);
	width: 100%;
	height: 300px;
}


#marken{
	padding-top: 50px;
	padding-bottom: 50px;
	display: table;
}

#marken-inner{
	display: table-row;
}

.marken-col{
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	padding: 0 20px;
}

.marken-col img{
	width: 100%;
}


footer{
	background-color: #3D3D3D;
	padding: 50px 0;
	color: #fff;
	text-align: justify;
}

#footer-title{
	font-size: 18px;
	font-weight: 800;
	margin-bottom: 20px;
}

#footer-logo{
	text-align: center;
}

#footer-logo img{
	max-width: 200px;
	width: 80%; 
	margin: 20px 0 40px 0;
}

#footer-links a{
	color: #fff;
}




#menue-mobile{
	display: none;
	background-color: #fff;
}

#menue-mobile-logo{
  width: calc( 40% - 20px);
  text-align: center;
  float: left;
  padding: 10px;
  z-index: 10000;
  position: relative;
}

#menue-mobile-logo-inner{
	max-width: 70px;
	margin: 0 auto;
}

#menue-mobile-logo img{
	max-width: 100%;
}

#menue-mobile-button-wrapper{
	width: 30%;
  float: right;
  margin-top: 24px;
}

#menue-mobile-button{
  width: 30px;
  margin: 0 auto;
  z-index: 200;
  position: relative;
}

.menue-mobile-button-row{
  width: 100%;
  height: 4px;
  margin-top: 4px;
  background-color: #262629;
  position: relative;
}

#menue-mobile-container{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 0%;
	background-color: rgba(255,255,255,0.95);
	z-index: 100;
	overflow: hidden;
	transition: height 0.5s;
}

.menue-mobile-point{
	text-align: center;
  color: #555;
  font-size: 16px;
  font-weight: 600;
  display: block;
  text-decoration: none;
  padding: calc( (100% - 260px)/14/2 ) 0;
}

.menue-mobile-point:first-child{
	margin-top: 90px;
}



.menue-mobile-button-row.i2{
	opacity: 1;
	transition: opacity 0.3s;
}

.menue-mobile-button-row.i1, .menue-mobile-button-row.i3{
	top: 0;
	transform: rotate(0deg);
	transition: top 0.3s, transform 0.3s;
}


#slogan{
	position: relative;
	top: 100px;
	right: 50px;
	letter-spacing: 1.5;
	float: right;
}

#slogan-1{
	float: right;
	background-color: #fff;
	color: #444;
	font-weight: 800;
	font-size: 40px;
	display: inline-block;
	padding: 25px 35px;
	margin-top: 5px;
}

#slogan-2{
	float: right;
	background-color: #4D4D4D;
	color: #fff;
	font-weight: 800;
	font-size: 30px;
	display: inline-block;
	padding: 15px 30px;
	margin-top: 5px;
}




#breadcrumb{

}

.breadcrumb-col{
	float: left;
	background-color: #eee;
	padding: 11px 10px 0px 10px;
	margin-right: 3px;
	position: relative;
	height: 40px;
	font-weight: 500;
	display: block;
	color: #444;
	text-decoration: none !important;
	margin-top: 5px;
}

.breadcrumb-col.first{
	background-color: #D80001;
	color: #fff;
	font-size: 18px;
	padding-top: 9px;
}

.breadcrumb-col.first .breadcrumb-pfeil-gray{
	border-left: 10px solid #D80001 !important;
}

.breadcrumb-col:not(.first){
	padding-left: 22px;
}

.breadcrumb-pfeil-gray{
    width: 0;
    height: 0;
    border-left: 10px solid #eee;
    border-bottom: 20px solid transparent;
    border-top: 20px solid transparent;
    position: absolute;
    right: -10px;
    top: 0;
    z-index: 1;
}

.breadcrumb-pfeil-white{
    width: 0;
    height: 0;
    border-left: 10px solid #fff;
    border-bottom: 20px solid transparent;
    border-top: 20px solid transparent;
    position: absolute;
    left: 0px;
    top: 0;
    z-index: 0;
}




.content-wrapper{
	padding: 30px 0;
	min-height: 700px;
}

.tabbar-placeholder{
	width: 100%;
	height: 44px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.tabbar{
	border-bottom: 2px solid #ccc;
	margin-top: -74px;
	position: absolute;
	left: 0;
	width: 100%;
}

.tabbar-scrollwrapper{
	overflow-x: auto;
    overflow-y: hidden;
    position: relative;
    top: 2px;
    padding-top: 2px;
    height: 44px;
}

.tabbar-col{
	float: left;
	margin-right: 10px;
	padding: 10px 15px;
	font-weight: 500;
	border: 2px solid #ccc;
	border-bottom: 0px;
	position: relative;
	top: -2px;
}	

.tabbar-col:last-child{
	margin-right: 0;
}

.tabbar-col.active .tab-active-border{
	position: absolute;
    bottom: -3px;
    height: 4px;
    width: 100%;
    background-color: #fff;
    left: 0;
}

.tabbar-col:not(.active){
	background-color: #eee;
}


.sterne-wrapper{
	width: 150px;
    position: relative;
}

.sterne-wrapper.klein{
	width: 110px;
}

.sterne-balken{
	background-color: #444;
    width: 150px;
    height: 23px;
    position: absolute;
    left: 1px;
    top: 1px;
}

.sterne-wrapper.klein .sterne-balken{
	height: 16px;
	top: 3px;
}

.sterne-wrapper img{
	width: 150px;
    z-index: 1;
    position: relative;
}

.sterne-wrapper.klein img{
	width: 110px;
}

.bericht-detail-zwischenueberschrift{
	font-weight: 700;
	font-size: 16px;
}

.bericht-detail-bezeichnung{
	padding-right: 60px;
	font-weight: 500;
}


.bericht-detail-tops-flops .glyphicon-plus{
	color: #27AD22;	
}

.bericht-detail-tops-flops .glyphicon-minus{
	color: #D80001;	
}

#artikel-detail-banner{
	height: 650px;
}

.einzelbewertung-img{
	width: 100px;
	margin: 0 15px 15px 0;
	overflow: hidden;
	float: left;
}

.einzelbewertung-img img{
	width: 100%;
}

.einzelbewertung-right{
	float: left;
	width: calc(100% - 115px);
}

.einzelbewertung-col{
	margin-bottom: 40px;
}

.einzelbewertung-note{
	padding: 3px 0 0 7px;
}


.detail_image{
	border: 2px solid #D6D9DE;
}


.detail_image:not(.first){
	width: calc(25% - 8px);
	margin-top: 8px;
	float: left;
}



.detail_image:not(.first):not(.first_unten):not(.last_unten){
    margin-left: 6px;
    margin-right: 6px;
}

.detail_image.first_unten{
	margin-right: 4px;
}

.detail_image.last_unten{
	margin-left: 4px;
}

.detail_image.first{
	width: 100%;
}

.detail_image img{
	width: 100%;
}


.kategorie-note-beschreibung{
	font-weight: 800;
    font-size: 18px;
    padding: 2px 0 0 10px;
    float: left;
}

.kategorie-beschreibung{
	padding: 10px 20px 50px 20px;	
}


.kategorie-beschreibung h1, .kategorie-beschreibung h2{
	color: #D80001;
}

#bewerten-detail table{
	width: 100%;
}

#bewerten-detail table td{
	vertical-align: middle;
}

#bewerten-detail table td:last-child{
	width: 40%;
}

.bewerten-noten-desc{
	font-size: 12px;
	color: #888;
	margin-bottom: 5px;
}

.bewerten-noten-title>div{
	margin: 0 calc(10% - 15px);
}

.bewerten-radio-buttons{
	margin: 0 calc(10% - 15px);	
	text-align: center;
	float: left;
	width: 30px;
  position: relative;
}

.bewerten-radio-buttons label{
	margin-top: 3px;
	margin-bottom: 3px;
}

.bewerten-detail-last-col{
    margin-top: 57px;    
}

#bewerten-button{
	  right: calc( 25% - 80px);
    float: right;
    position: relative;
    margin-top: 20px;
}

.btn-primary {
    color: #fff !important;
    background-color: #D80001 !important;
    border: 0 !important;
    border-radius: 0 !important;
    outline: 0 !important;
    padding: 7px 20px;
}

#bewerten-detail .row{
    position: relative;
}


.bewerten-nochmal-kaufen{
    padding-top: 3px;
    margin-right: 10px;
}

.fabrikat-icon{
	width: 100%;
	max-width: 300px;
}

.bild-upload-button input{
	margin: 10px auto;
	width: auto;
}

.angebot-col{
  background-color: #f8f8f8;
  padding: 10px 10px 0px 10px;
  margin-bottom: 30px;
}

.angebot-col-light{
  background-color: #ffffff;
}

.angebot-col-img{
  position: relative;
}

.angebot-col-img img{
  width: 100%;
  border: 1px solid #ccc;
}








@media(max-width:1300px){

	#transparent{
		height: 300px;
	}

}




@media(max-width:801px){/*sm*/
	.cb-pc{
		display: none;
	}

	.cb-mobil{
		clear: both;
	}


	.kategorien-col{
		float: left;
		width: calc( 50% - 32px);
		margin: 15px;
		border: 1px solid #ccc;
		position: relative;
	}

	#header{
		display: none;
	}

	#menue-mobile{
		display: block;
	}

	#transparent{
		height: 200px;
	}

	header{
		min-height: 400px;
		position: relative;
	}

	main{
		margin-top: 0px;
	}

	#slogan{
		top: 50px;
		right: 50px;
	}

	#slogan-1{
		font-size: 30px;
		padding: 20px 30px;
	}

	#slogan-2{
		font-size: 22px;
		padding: 12px 30px;
	}

	#bewerten-detail table td:last-child{
		width: 50%;
	}

	.bewerten-detail-last-col{
		margin-top: 0px;    
	}

	.bewerten-detail-last-col .bewerten-noten-title{
		display: none;
	}

}

@media(max-width:767px){

  #bewerten-button{
		position: relative;
		right: 0;
		margin: 0 auto;
    margin-top: 40px;
    display: block;
    float: none;
  }

  #artikel-detail-banner{
	height: auto;
	width: 100%;
	overflow: hidden;
  }

}


@media(max-width:598px){

	.kategorien-col{
		float: left;
		width: calc( 100% - 32px);
		margin: 15px;
		border: 1px solid #ccc;
		position: relative;
	}

	.aktuelle-berichte-col .aktuelle-berichte-note{
		float: none;
	}

	.aktuelle-berichte-col .aktuelle-berichte-note .note-kreis{
		margin: 0 auto;
		float: none;
	}


	.aktuelle-berichte-right{
		float: none;
		width: 100% !important;
		margin-left: 0;
		margin-top: 11px;
		text-align: center;
	}

	.aktuelle-berichte-rang-responsive{
		display: inline-block;
	}

	.aktuelle-berichte-note-rang{
		display: none;
	}

	#slogan{
		top: 50px;
		right: 15px;
	}

	#slogan-1{
		font-size: 25px;
		padding: 15px 30px;
	}

	#slogan-2{
		font-size: 18px;
		padding: 10px 30px;
	}

}


@media(max-width:400px){

	header{
		min-height: 300px;
	}

	#slogan{
		top: 50px;
		right: 15px;
	}

	#slogan-1{
		font-size: 18px;
		padding: 12px 20px;
	}

	#slogan-2{
		font-size: 16px;
		padding: 10px 20px;
	}
}








/* radios buttons */



textarea, select, input:not([type="file"]){
    padding: 7px 15px;
    border: 0;
    width: 100%;
    outline: none;
    color: #444;
    font-family: 'Roboto';
    background-color: #eee;
}

textarea.dark, select.dark, input.dark{
		background-color: #ccc;	
}

input::placeholder, textarea::placeholder{
    opacity: 0.95;
    font-family: 'Roboto';
    font-size: 14px;
}



/* remove standard-styles */

.radio-wrapper{
    position: relative;
    float: left;
}


input {
  /*-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;*/
  border:none;
  border-radius: 0;
  font-size: 1em;
  width: 100%
} 

/* graceful degradation for ie8 */
input[type='checkbox'],
input[type='radio'] {
  width:auto;
  float:left;
  margin-right: .75em;
  background:transparent;
  border:none;
  position: absolute !important;
  left: 10px;
  top: 8px;
  outline: 0 !important;
  height: 10px;
  width: 10px;
}

input[type='checkbox']:checked,
input[type='checkbox']:not(:checked),
input[type='radio']:checked,
input[type='radio']:not(:checked) {
  background: transparent;
  position: relative;
  /*visibility: hidden;*/
  margin:0;
  padding:0;
}

input[type='checkbox'] + label,
input[type='radio'] + label {
  cursor: pointer;
}

input[type='checkbox']:checked + label::before,
input[type='checkbox']:not(:checked) + label::before,
input[type='radio']:checked + label::before,
input[type='radio']:not(:checked) + label::before {
    content:' ';
    display:inline-block;
    width: 17px;
    height:17px;
    position: relative;
    top: 4px;
    border: 0;
    background: white;
    margin-right: 7px;
    box-shadow: 0;
    background-color: #eee;
}

input[type=radio]:checked + label::before,
input[type=radio]:not(:checked) + label::before {
  border-radius: 30px;
}


.bewerten-radio-buttons input[type=radio]:checked + label::before,
.bewerten-radio-buttons input[type=radio]:not(:checked) + label::before {
  margin-left: calc(50% - 8.5px);
}

input[type='checkbox']:hover  + label::before,
input[type='radio']:hover  + label::before {
  background-color: #ddd;
  border: 3px solid #ddd !important;
  box-shadow: 0;
}

input[type='checkbox']:checked  + label::before,
input[type='radio']:checked  + label::before {
  background-color: #aaa;
  border: 3px solid #ddd;
  box-shadow: 0;
}




/*loader*/
#loader-wrapper{
  display: none;
  position: fixed;
  top: 0px;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1000000;
}

.loader{
  background-size: 70px;
  background-repeat: no-repeat;
  height: 70px;
  width: 70px;
  z-index: 100000000;
  position: relative;
  margin: 100px auto;
  
  -webkit-animation:spin 1.5s linear infinite;
  -moz-animation:spin 1.5s linear infinite;
  animation:spin 1.5s linear infinite;
}

.loader img{
  height: 70px;
  width: 70px;
}

@-moz-keyframes spin { 100% { 
	-moz-transform:rotate(360deg); 
	}
}
@-webkit-keyframes spin { 100% { 
	-webkit-transform:rotate(360deg); 
	}
}
@keyframes spin { 100% {
	-webkit-transform:rotate(360deg);
	transform:rotate(360deg);
	}
}
/*loader*/