* {font-family:Verdana, Geneva, sans-serif}

.bild_reifen, .text_artikelbeschreibung, .text_reifentyp, .bild_reifentyp {
	padding: 10px;
}

.bild_reifen img {
	width: 100%;
	height: auto;
}

#logo img, #bottom img {
	border-bottom: 4px solid #FF7D00;
}
h1 {
	margin:10px 0px 10px;
	font-size:35px;
	color: #000000;
	font-weight: bold;
	font-family: 'Open Sans Condensed', sans-serif;
	color: #FF7D00;
}
@media (min-width:768px){
	body{
		font-size: 14px;
	}
	h1 {
		font-size:25px;
	}
}
@media (max-width:767px){
	body{
		font-size: 12px;
	}
	h1 {
		font-size:28px;
	}
}
@media (max-width:500px){
	h1 {
		font-size:20px;
	}
}
.bild_reifenlabel{
	background-image: url("https://www.dein-reifenshop.de/images/gallery/ebay/reifenlabel/bg_leer2.jpg");
    background-size: cover;                      
    background-repeat: no-repeat;
    background-position: center center; 
}

@media (min-width: 1200px){
	.bild_reifenlabel{
		width: 300px;
		height: 440px;
	}
}

@media (min-width:922px) and (max-width:1199px){
	.bild_reifenlabel{
		width: 215px;
		height: 315px;
	
	}
}

@media (min-width:768px) and (max-width:991px){
	.bild_reifenlabel{
		width: 235px;
		height: 234px;
	}
}

@media (max-width:767px){
	.bild_reifenlabel{
		width: 237px;
		height: 344px;
	
	}
}

