/*---------- Autor 
Sebastian Ferroni
Fleischhauerstr. 27
70567 Stuttgart

Telefon +49 711 3417100
sebastian.ferroni@gmail.com----------*/

@charset "utf-8";

/*---------- Reset ----------*/


html, body, ul, ol, li, form, fieldset, legend
{
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, p 
{ 
	margin-top: 0;
}

fieldset,img 
{ 
	border: 0; 
}

legend
{ 
	color: #000; 
}

li 
{ 
	list-style: none; 
}

sup 
{ 
	vertical-align: text-top; 
}

sub 
{ 
	vertical-align: text-bottom; 
}

caption, th, td
{
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

input, textarea, select
{
	font-size: 110%;
	line-height: 1.1;
}


/*---------- CSS Dokument ----------*/

html
{ 
	background-color: rgb(255,255,255);
}
 


body 
{ 
	height: 100%;
	width: 100%;
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: rgb(255,255,255); 
	font-family: Geneva, Tahoma, sans-serif;
	background-color: rgb(255,255,255);
}

a:link 
{
	text-decoration: none;
	color: rgb(255,255,255);
	border-bottom: 1px solid rgb(255,255,255);
	padding-bottom: 1px;
}

a:visited 
{
	text-decoration: none;
	color: rgb(255,255,255);
	border-bottom: 1px solid rgb(255,255,255);
	padding-bottom: 1px;
}

a:hover 
{
	text-decoration: none;
	color: rgb(255,255,255); 
	border-bottom: 1px solid rgb(7,152,216);
	padding-bottom: 1px;
	-webkit-transition-property: border-bottom;
	-webkit-transition-duration: .3s;
	-webkit-transition-timing: ease-out;
}


/*---------- Header ----------*/

#header 
{
	height: auto;
	padding-top: 16px;
	color: rgb(255,255,255); 
	font-size: 2vw;
	line-height: 1;
	background-color: rgb(7,152,216);
	border: 1px solid rgb(205,205,205);
}

@media only screen and (min-width: 176px) and (max-width: 680px)
{
#header
{
	font-size: 4vw;
}
}

#header span
{
	font-size: 40px;
	line-height: 1.3;
	font-weight: bold;
}

@media only screen and (min-width: 176px) and (max-width: 800px)
{
#header span
{
	font-size: 30px;
	line-height: 1.3;
	font-weight: bold;
}
}

/*---------- QualitŠt ----------*/

#quality 
{
	position: absolute;
	margin-top: -50px;
	width: 110px;
	margin-left: 780px;
} 

@media only screen and (min-width: 176px) and (max-width: 800px)
{
#quality 
{
	position: absolute;
	margin-top: 40px;
	width: 40px;
	margin-left: 65%;
} 
}

/*---------- …ffnungszeiten ----------*/

#open
{
	min-height: 20px;
	max-height: 40px;
	padding: 6px 0;
	background-color: rgb(255,255,255);
	color: rgb(7,152,216); 
	font-size: 16px;
}

@media only screen and (min-width: 176px) and (max-width: 600px)
{
#open
{ 
	font-size: 3vw;
}
}

/*---------- Content ----------*/

#content 
{
	height: 440px;
	background-image: url(../yildiz.jpg);
	background-repeat: no-repeat;
	background-position: center;
} 

#russo 
{
	width: 250px;
	height: 250px;
	position: absolute;
	margin-top: 30px;
	margin-left: 40px;
} 

@media only screen and (min-width: 176px) and (max-width: 800px)
{
#russo
{
	width: 50px;
	height: 50px;
	position: absolute;
	margin-top: 70px;
	margin-left: 0;
} 
}

#service 
{
	padding-top: 310px;
	width: 650px;
	margin-left: auto;
	margin-right: auto;
} 

@media only screen and (max-width: 799px)
{
#service 
{
	padding-top: 360px;
	width: 650px;
	margin-left: auto;
	margin-right: auto;
} 
}

#icon 
{
	list-style-type: none;
	position: center;
} 

@media only screen and (max-width: 799px)
{
#icon li
{
	padding: 0 5px 0 5px;
	float: left;
} 
}

@media only screen and (min-width: 800px)
{
#icon li
{
	padding: 0 10px 0 10px;
	float: left;
} 
}

@media only screen and (max-width: 320px)
{
#icon li img
{
	width: 45px;
	height: 45px;
} 
}

@media only screen and (min-width: 321px)
{
#icon li img
{
	width: 55px;
	height: 55px;
} 
}

@media only screen and (min-width: 800px)
{
#icon li img
{
	width: 110px;
	height: 110px;
} 
}

/*---------- Notdienst ----------*/

#not
{
	height: 16px;
	padding: 4px 0;
	background-color: rgb(255,255,255);
	color: rgb(7,152,216); 
	font-size: 14px;
}

@media only screen and (min-width: 176px) and (max-width: 600px)
{
#not
{
	height: 16px;
	background-color: rgb(7,152,216);
	color: rgb(255,255,255); 
	font-size: 12px;
}
}

/*---------- Footer ----------*/

#footer 
{
	height: 80px;
	padding: 10px 10px 0 10px;
	background-color: rgb(7,152,216);
	border: 1px solid rgb(205,205,205);
	text-align: left;
	font-size: 10px;
}

@media only screen and (min-width: 176px) and (max-width: 600px)
{
#footer
{
	height: 320px;

} 
}

@media only screen and (min-width: 601px) and (max-width: 1024px)
{
#footer
{
	height: 180px;
	font-size: 9px;
} 
}

#kontakt
{
	float: left;
	height: 70px;
	margin-left: 20px;
	padding-bottom: 3px;
}

#kontakt span
{
	font-weight: bold;
	line-height: 2;
}

#adresse
{
	float: left;
	height: 70px;
	margin-left: 30px;
	padding-left: 30px;
	border-left: 2px solid rgb(255,255,255);
}

@media only screen and (min-width: 176px) and (max-width: 600px)
{
#adresse
{
	width: 90%;
	margin-left: 20px;
	margin-right: 20px;
	padding-left: 0;
	border-left: 0;
	border-top: 1px solid rgb(255,255,255);

} 
}

#adresse span
{
	font-weight: bold;
	line-height: 2;
}

#map
{
	float: left;
	height: 70px;
	margin-left: 30px;
	padding-left: 30px;
	border-left: 2px solid rgb(255,255,255);
}

@media only screen and (min-width: 176px) and (max-width: 600px)
{
#map
{
	width: 90%;
	margin-left: 20px;
	margin-right: 20px;
	padding-left: 0;
	border-left: 0;
	border-top: 1px solid rgb(255,255,255);

} 
}

#map span
{
	font-weight: bold;
	line-height: 2;
}

#more
{
	float: left;
	height: 70px;
	margin-left: 30px;
	padding-left: 30px;
	border-left: 2px solid rgb(255,255,255);
}

@media only screen and (min-width: 176px) and (max-width: 600px)
{
#more
{
	width: 90%;
	margin-left: 20px;
	margin-right: 20px;
	padding-left: 0;
	border-left: 0;
	border-top: 1px solid rgb(255,255,255);

} 
}

@media only screen and (min-width: 601px) and (max-width: 1024px)
{
#more
{
	width: 95%;
	margin-left: 20px;
	margin-right: 20px;
	padding: 20px 0 0 0;
	border-left: 0;
	border-top: 2px solid rgb(255,255,255);

} 
}

#more span
{
	font-weight: bold;
	line-height: 2;
}