/*
Brillen Günther Mobil-Seite
*/



@font-face
	{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v15/Hgo13k-tfSpn0qi1SFdUfVtXRa8TVwTICgirnJhmVJw.woff2) format('woff2'), url(https://fonts.gstatic.com/s/roboto/v15/Hgo13k-tfSpn0qi1SFdUfT8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
	}
@font-face
	{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v15/CWB0XYA8bzo0kSThX0UTuA.woff2) format('woff2'), url(https://fonts.gstatic.com/s/roboto/v15/2UX7WLTfW3W8TclTUvlFyQ.woff) format('woff');
	}
@font-face
	{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v15/RxZJdnzeo3R5zSexge8UUVtXRa8TVwTICgirnJhmVJw.woff2) format('woff2'), url(https://fonts.gstatic.com/s/roboto/v15/RxZJdnzeo3R5zSexge8UUT8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
	}
@font-face
	{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v15/d-6IYplOFocCacKzxwXSOFtXRa8TVwTICgirnJhmVJw.woff2) format('woff2'), url(https://fonts.gstatic.com/s/roboto/v15/d-6IYplOFocCacKzxwXSOD8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
	}


* 	{
	font-family: 'Roboto', sans-serif;
/*	font-family: Arial, "Arial,Helvetica", sans-serif;	/* Schriftart */
	text-decoration: none;
	font-weight: lighter;								/* Die Schriftstärke, zur Auswahl stehen normal|bold|bolder|lighter */
	letter-spacing: 1px;								/* Zeichenabstand relativ */
	color: #333333;
	margin: 0;
    padding: 0;
	font-style: normal;									/* Anzeige der Schrift (kurz ob kursiv oder normal) italic = kursive  oblique = schräggestellt  normal = normal */
	text-indent: 0em;									/* Einrückung der ersten Zeile eines Textblockes um den vorgegebenen Abstand */
    word-spacing: 0.1em;								/* Wortabstand relativ */
    line-height: 1.2em;									/* Zeilenhöhe bestimmen, wenn der Text mehrzeilig angezeigt wird - dabei ist ratsam, das Ganze relativ zur Schriftgröße anzugeben, also in EM */
	}


html
	{
    height: 100%;
	}
/*
html
	{
    margin: 0;
    height: 10%;
	}
*/
body
	{
	height: 100%;
	width: auto;
	margin: 0vw;
	padding: 0vw;
	background-color: #F7F2E0;							/*#F7F2E0 beige*/
	}
 
body>#rahmen	{ padding-top:15px; }
body>#kopf		{ position:fixed; }
body>#inhalt	{ position:static; }






.table_main
	{
	position: relative;
	/*top: 50vw;*/
	margin-bottom: 1vw;
	width: 100%;
	text-align: center;
	border-collapse: separate;
	border: 1px solid #DBA901;							/*gold*/		/*#ABABCC graublau*/
	}

.table_main td
	{
	/*position: relative;*/
	/*text-align: center;*/
	/*border: 1px solid;*/
	/*border-collapse: separate;*/
	/*border: 1px solid #DBA901;							/*gold*/		/*#ABABCC graublau*/
	}

.table_1
	{
	position: relative;
	/*top: 50vw;*/
	margin-top: 1.5vw;
	/*margin-bottom: 1vw;*/
	width: 100%;
	/*text-align: center;*/
	/*border-collapse: separate;*/
	/*border: 1px solid #DBA901;*/							/*gold*/		/*#ABABCC graublau*/
	}

.table_1 td
	{
	/*position: relative;*/
	/*text-align: center;*/
	/*border: 1px solid;*/
	/*border-collapse: separate;*/
	/*border: 1px solid #DBA901;							/*gold*/		/*#ABABCC graublau*/
	}
	
.table_2
	{
	/*position: relative;*/
	width: 100%;
	text-align: center;
	/*border-collapse: separate;*/
	/*border: 1px solid #DBA901;							/*gold*/		/*#ABABCC graublau*/
	}

.table_2 td
	{
	/*text-align: center;*/
	/*padding-top: 0vw;*/
	/*padding-bottom: 0vw;*/
	/*border-collapse: separate;*/
	/*border: 1px solid #DBA901;							/*gold*/		/*#ABABCC graublau*/
	}

.table_3
	{
	/*position: relative;*/
	width: 100%;
	margin-top: 0vw;
	text-align: left;
	/*border: 1px solid #DBA901;							/*gold*/
	}

.table_3 td
	{
	border-collapse: separate;
	padding-top: 0vw;
	padding-bottom: 1vw;
	}

.table_text
	{
	position: relative;
	/*top: 50vw;*/
	margin-top: 1.5vw;
	/*margin-bottom: 1vw;*/
	width: 100%;
	text-align: left;
	/*border-collapse: separate;*/
	/*border: 1px solid #DBA901;*/							/*gold*/		/*#ABABCC graublau*/
	}

.table_text td
	{
	/*position: relative;*/
	/*text-align: center;*/
	/*border: 1px solid;*/
	/*border-collapse: separate;*/
	/*border: 1px solid #DBA901;							/*gold*/		/*#ABABCC graublau*/
	}
	
.table_pic
	{
	/*position: relative;*/
	width: 100%;
	text-align: center;
	/*border-collapse: separate;*/
	/*border: 1px solid #DBA901;							/*gold*/		/*#ABABCC graublau*/
	}
	
.table_link
	{
	/*position: center;*/
	/*top: 50vw;*/
	margin-top: 1.5vw;
	margin-bottom: 1vw;
	width: 100%;
	text-align: center;
	border-collapse: separate;
	border: 1px solid #DBA901;							/*gold*/		/*#ABABCC graublau*/
	}
	
.table_menu
	{
	text-align: left;
	font-size: 4.2vw;
	}

.table_cart
	{
	position: relative;
	padding-top: 2vw;
	}

.link_text
	{
	color: #DBA901;										/*gold*/
	background-color: #F7F2E0;							/*beige*/
	}
	
	
	
	
	
@media only screen and ( max-width: 500px )
														/* mobile Geräte */

{

.kopf
	{
	position: fixed;
	top: 0vw;
	width: 100%;
    height: 16vw;
	margin: 0vw 0vw;
    padding-top: 0vw;
	padding-bottom: 0vw;
	/*color: #333333;*/
	background-color: #FFFFFF;							/*#FFBF00 gelb*/
	/*font-size: 36pt;
	text-align: center;*/
	float: center;
	z-index: 2;
	}

.logo
	{
    position: fixed;
	top: 0vw;
	width: 100%;
	height: 14.3vw;
	margin-top: 0vw;
	margin-bottom: 0vw;
	padding-top: 1vw;
	padding-bottom: 0.1vw;
	/*background-color: #FE2E64;*/							/*#FE2E64 rot*/
	text-align: center;
	border: 0px;
	z-index: 2;
	}
	
.seite
	{
	position: relative;
	top: 16.5vw;
	width: 95%;
	min-height: auto;
	margin: 0 auto;
    padding-top: 0vw; 
	padding-bottom: 2vw;
	padding-left: 2vw;
	padding-right: 2vw;
	background-color: #F7F2E0;							/*#F7F2E0 beige*/		/*#40FF00 grün*/
	text-align: center;
	border: 0;
    z-index: 1;
	}
	
.bild
	{
	position: relative;
	/*top: 30vw;*/
	width: 100%;
	margin-top: 1.5vw;
	margin-bottom: 1vw;
	padding-top: 1vw;
	padding-bottom: 1vw;
	background-color: #F7F2E0;							/*beige*/		/*#04B404 dunkelgrün*/
	border: 0px;
	text-align: center;
	z-index: 1;
	}
	
h1 	{	
	font-size: 10vw;     
	padding-top: 1.2vw;
	padding-bottom: 1.2vw;
	}

h2  { 
	font-size: 8vw;
	padding-top: 1.2vw;
    padding-bottom: 1.2vw;
 	}
	
h3  {                         
    font-size: 6vw;
 	margin-top: 1.2vw; 
	margin-bottom: 1vw;
	}
	
h4  {   
	font-size: 4.5vw; 
	margin-top: 1.5vw; 
	margin-bottom: 1.5vw;                         
	}
	
h5  {
	font-size: 4vw;
	margin-top: 0.5vw; 
	margin-bottom: 1vw;
	}

h6	{ 
	font-size: 3vw;    
   	text-align: left;
	vertical-align: top;
	}
	
	
.text
	{
    margin: auto;
	text-align: left;
	width: 90%;
	padding-bottom: 15px;
	padding-left: 5vw;
    padding-right: 5vw;
	}
	
#lauftext
	{
	color: #FF0000;
	font-size: 4vw;
	font-weight: 400;
	}
	
#tab-stadtplan
	{
	margin-top: 0.5vh;
	height: 100%;
	width: 100%;
	border: 0;
	text-align: left;
	font-size: 6vw;
	}
	
#tab-stadtplan-zelle
	{
	padding-top: 0vw;
	}
	
}




@media only screen and ( min-width: 500px )
														/* Geräte Tablet */

{
	
.kopf
	{  
	position: fixed;
	/*color: #FFFFFF;*/
	top: 0vw;
	width: 100%;
	height: 15vw;
	margin-top: 0vw;
	padding-top: 0vw;
	padding-bottom: 0vw;
	background-color: #FFFFFF;							/*#FFFFFF weiß*/		/*#FFBF00 gelb*/
	text-align: center;
	float: center;
	left: 0;
	top: 0;
	z-index: 2;
	}

.logo
	{
    position: fixed;
	top: 0vw;
	width: 100%;
	height: 14.5vw;
	margin-top: 0vw;
	margin-bottom: 0vw;
	padding-top: 0.2vw;
	padding-bottom: 0.1vw;
	/*background-color: #FE2E64;*/							/*#FE2E64 rot*/
	text-align: center;
	border: 0px;
	z-index: 2;
	}

.table_menu
	{
	text-align: left;
	padding-left: 0.5vw;
	padding-top: 0vw;
	font-size: 2.5vw;
	}
	
.table_cart
	{
	position: relative;
	padding-top: 2vw;
	}

.seite
	{
    position: absolute;
	top: 15.5vw;
	width: 96%;
	height: auto;
	margin: 0vw;
    padding-top: 0vw;
	padding-bottom: 0.8vw;
	padding-left: 2vw;
    padding-right: 2vw;
	background-color: #F7F2E0;							/*#F7F2E0 beige*/		/*#40FF00 grün*/
	text-align: center;
	z-index: 1;
	}

h1 	{	
	font-size: 8vw;     
	color: #333333;
    background-color: #FFFFFF;
	}

h2  { 
	font-size: 4vw;
	padding-top: 1.2vw;
    padding-bottom: 1.2vw;
 	}
	
h3  {                         
    font-size: 4vw;
 	margin-top: 1.2vw; 
	margin-bottom: 1vw;
	}
	
h4  {   
	font-size: 3vw; 
	margin-top: 1vw; 
	margin-bottom: 1vw;                         
	}
	
h5  {
	font-size: 2.5vw;
	margin-top: 0.5vw; 
	margin-bottom: 1vw;                        
	}

h6 { 
	font-size: 1.5vw;    
   	text-align: left;
	vertical-align: top;
	}

.bild
	{
    margin: auto;
	text-align: center;
	width: 70%;
	padding-bottom: 1vw;
	margin-bottom: 1vw;
	border: 0px;
	}

.text
	{
    margin: auto;
	text-align: center;
	width: 70%;
	padding-bottom: 15px;
	padding-left: 5vw;
    padding-right: 5vw;
	}
	
#lauftext
	{
	color: #FF0000;
	font-size: 4vw;
	font-weight: 400;
	}
	
#tab-stadtplan
	{
	margin-top: 1.8vh;
	height: 10vh;
	width: 100vw;
	border: 0;
	text-align: left;
	font-size: 3vw;
	}
	
#tab-stadtplan-zelle
	{
	padding-top: 0vw;
	}

}


/* Displayabhängige Steuerung Ende */

