/*
Copyright 2017 RennMaxe. All Rights Reserved
Design by RennMaxe
https://www.rennmaxe.de
*/


* {
	margin:0;
	padding:0;
}

#container {
  margin-right:2%;
 	margin-left:1%;
 	margin-top:2%;
 	margin-bottom:2%; 
	width:960px; 
  font-family:Arial,Helvetica,sans-serif;
  color:#767676;
}

#header {
	float:left;
	width:65%;
 	margin-left:1%;
}

#balken {
  background-image: url(https://www.rennmaxe.de/ebay_pages/layout_images/img10.gif);
  background-repeat:no-repeat;
	float:left;
	width:100%;
  margin-left:2%;
  padding-left: 2%;
  padding-right: 2%;
  padding-bottom: 2%;
}

#image_item {
	float:left;
	width:100%;
  margin-left:2%;
  padding: 2%;  
}

.bild {
    max-width: 100%;
    height: auto; 
}

#content {
	float:left;
	width:100%;
  margin-left:2%;
  padding: 2%;
  line-height: 150%;    
}

#content h1, h2 { 
  margin-bottom: 20px; 
  margin-top: 20px; 
}

#content li {
  list-style-image: url("https://www.rennmaxe.de/ebay_pages/layout_images/img08.gif")
}

/* smartphone portrait */
@media only screen 
  and (max-width: 480px)
  and (orientation: portrait) {

#container { width:96%; }

#content li {
  list-style-position: inside;
}

}

/* smartphone landscape */
@media only screen 
  and (max-width: 1024px)  
  and (orientation: landscape) {

#container { width:60%; }

#content li {
  list-style-position: outside;
}

}

/* tablet  portrait */
@media only screen 
  and (min-device-width: 600px) 
  and (max-width: 800px) 
  and (orientation: portrait){
 
#container { width:72%; }

#content li {
  list-style-position: inside;
}

}

/* tablet landscape */ 
@media only screen 
  and (min-device-width: 800px) 
  and (max-device-width: 1280px){

#container { width:90%; }

#content li {
  list-style-position: outside;
}

}

/* other screen */ 
@media only screen 
  and (min-width: 1200px) 
  and (max-width: 1600px) {

#container { width:85%; }

#content li {
  list-style-position: outside;
}

}
