﻿body,html{
	background-color:#ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size:0.95em;
	color:#000000;
	padding: 0;

}



input,
select,
button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size:0.95em;*/
}



#mitte_wrapper{

	display: -webkit-flex;	/* Alte  Android und Safarie Browser*/
	display: -ms-flex;		/* ab IE 10 */
	display: flex;
	flex-direction: -webkit-row;
	flex-direction: -ms-row;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;


}



#links_wrapper{

	display: -webkit-flex;	/* Alte Android und Safarie Browser*/
	display: -ms-flex;		/* ab IE 10 */
	display: flex;
	flex-direction: -webkit-row;
	flex-direction: -ms-row;
	flex-direction: row;
	flex-wrap: wrap;

}


#container{

	margin: 30px auto;	/*Abstand oben, unten => 20 px, sonst mitte ausmitten*/
	padding:5px;
	width:80%;
	background-color:#FFFFFF;

}

#header {

	min-height:40px;
	height:auto;
  	margin-bottom: 10px;
}

#header_wrapper{

	display: -webkit-flex;	/* Alte  Android und Safarie Browser*/
	display: -ms-flex;		/* ab IE 10 */
	display: flex;
	flex-direction: -webkit-row;
	flex-direction: -ms-row;
	flex-direction: row;
	flex-wrap: wrap;

	/*bewirkt die Einmittung der nachfolgenden Elemente*/
 	align-items: center;
	justify-content: center;
}



#headerlinks{
	flex: 0 0 160px;
	padding:3px;
	margin: 5px 5px 5px 0px;
}

#headermitte{
	height:20px;
	flex: 1;
	margin-top:5px;
	font-weight:bold;
	

}
#headermitte_inside{

  display: flex;
  justify-content: center;
  text-align: center;	
}


#headerrechts{
	flex: 0 0 160px;
	padding:3px;
	margin: 5px 0px 5px 5px;
}


#navigation{

	min-height:30px;
	height:auto;
	border-bottom: 1px #09F solid;
	margin: 20px 0;
	padding-bottom: 10px;
	
}

#navigation_inside
{
		margin-left:auto;
		margin-right:auto;

}

#saalplan{
	height:auto;
	margin: 0 0 0 0;
}


#saalplan_start{
	min-height:500px;
	height:auto;
	margin: 5px 0 5px 0;
}

#saalplan_inside{
	padding: 20px;
	/*background-color:aqua;*/
}


/*Ausblenden Essen Div*/
.hideessen {
  display: none !important;
}


#dbtitel
{

	width:100%;
	/*background-color:#09F;
	color:#FFF;
	
	background-color:aliceblue;
	color:#09F;*/


}

#dbtitel_inside
{
	/*height:20px;*/
	min-height:15px;
	height:auto;
	width:98%  !important;
	padding:10px;
	/*background-color:yellow;*/
}






/********
Start Spez Klick Responsive
********/

/*Spez. Wrapper Mobile Anwendung!*/
#mitte_resp_wrapper{
	display: -webkit-flex;	/* Alte  Android und Safarie Browser*/
	display: -ms-flex;		/* ab IE 10 */
	display: flex;
	flex-direction: -webkit-row;
	flex-direction: -ms-row;
	flex-direction: row;
	justify-content: center;
}


#saalplan_resp{
	min-height:200px;
	height:auto;
	margin: 5px 0 5px 0;

}

#saalplan_resp_inside{
	padding: 20px;
	height:500px;
	min-height:500px;
	height:auto;
}

/********
Ende Spez Klick Responsive
********/



#eingaben{
	min-height:200px;
	height:auto;
	margin: 5px 0 5px 0;
	
}

#eingaben_inside{
	padding:3px;	/*Abstand innerhalb*/
}




#leftnavi{
	min-height:200px;
	height:auto;
	margin: 5px 0 5px 0;
	border-top: 1px #09F solid;
	padding-top:20px;

}

#leftnavi_wrapper{

	display: -webkit-flex;	/* Alte  Android und Safarie Browser*/
	display: -ms-flex;		/* ab IE 10 */
	display: flex;
	flex-direction: -webkit-row;
	flex-direction: -ms-row;
	flex-direction: row;
	flex-wrap: wrap;

}


#leftnavi_left{
	flex: 0 0 250px;
	margin-top:5px;
	margin-bottom: 5px;

}

#leftnavi_content
{
  display: flex;
  flex: 1;
  margin-left:10px;

}

#leftnavi_content_inside{
	height:auto;
	width:100%;
}



#sponsor{
	min-height:20px;
	height:auto;
	margin: 5px 0 5px 0;
}



#sponsortitel{
	flex: 1;
	border-bottom: 1px #09F solid;
	padding:3px;
	margin: 5px 5px 5px 0px;
	color:#09F;
	padding-bottom:10px;
}

#sponsor_inside{
	/*flex: 0 0 100px;*/
	flex: 0 0 auto;
	padding:3px;
	margin: 20px 10px 20px 10px;

}


#footer{
	min-height:30px;
	height:auto;
	margin: 5px 0 5px 0;
	/*border-top: 1px #09F solid;*/
	padding-top:10px;
	
}

#footer_inside, #footer_inside a{
	padding:3px;	/*Abstand innerhalb*/
	color:#09F;
	text-decoration:none;
	font-size:0.9em;
}




/**********************************************
Start CSS Overlay Temp Platz sperren
**********************************************/


/************************
CSS Overlay fuer Temp Platz sperren
**************************/


#overlay {
    /**/
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
    cursor: pointer;
}

#custom-content-error{
	width:600px;
	max-width:600px;
	height:300px;
	min-height:300px;
	height:auto;
	margin:150px auto;
	background-color:#ffffff !important;
	padding:15px 20px 15px 20px;
}



#textoverlay{
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    color:#000000;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    text-align:center;
}


/************************/



/**********************************************
Ende CSS Overlay Temp Platz sperren
**********************************************/






/**********************************************
Responsive Tabellen
**********************************************/

.table {
	display: table;
}

.table-row {
	display: table-row;
}

.table-rowblank{
	display: table-row;
}

.table-cell {
	display: table-cell;
	padding: 2px 15px 2px 0;
	height:10px;
	min-height:10px;
	
}

.cell-height-10 {
	
	height:10px;
}

.cell-height-20 {
	
	height:20px;
}

.cell-height-30 {
	
	height:30px;
}


.margin20 {
	margin-top:20px;
	margin-bottom:20px;
}

.width50 {
	width:50px;
	max-width:50px;
}

.width100 {
	width:100px !important;
	max-width:100px !important;
}

.width160 {
	width:160px !important;
	max-width:160px !important;
}


.width200 {
	width:200px !important;
	max-width:200px !important;
}

.width300 {
	width:300px !important;
	max-width:300px !important;
}

.width400 {
	width:400px !important;
	max-width:400px !important;
}

.width500 {
	width:500px !important;
	max-width:500px !important;
}


.thead-inside
{
	
	
}
.thead {
	vertical-align:top;
}

.theadblank {

}



/***************************************
Spez Tabelle Ausgabe der Info beim Saalplan (nur aktiv wenn Plan ersichtlich => Nicht Responsiv!!)
***************************************/

.table-saal {
	display: table;
}

.table-row-saal {
	display: table-row;
}

.table-rowblank-saal{
	display: table-row;
}

.table-cell-saal {
	display: table-cell;
	padding: 2px 15px 2px 0;
	height:10px;
	min-height:10px;
}


.thead-saal {
	vertical-align:top;
}

.theadblank-saal {

}


/***************************************
Ende Spez Tabelle Ausgabe der Info beim Saalplan (nur aktiv wenn Plan ersichtlich => Nicht Responsiv!!)
***************************************/




/**********************************************
Ende Responsive Tabellen
**********************************************/


@media only screen and (max-device-width: 640px) {

	.table 
	{
		border:none;
		width:100% !important;
		width:auto;
	}
	
	.table-row
	{
		display: block;
		padding: 2px 15px 2px 0;
	}
	
	.table-rowblank
	{
		display: none;
	}

	.table-cell 
	{
		display: block;
		padding: 2px 15px 2px 0;
		height:25px;
		min-height:25px;
		height:auto;
	}
	
	.table-cell:last-child
	{
		border-bottom:1px #D4D4D4 solid;
		margin-bottom:5px;
		padding-bottom:5px;
	}
	
	.cell-no-border
	{
		border: 0px !important;
	}
	
	.cell-blank{
	
		display:none;
	}
	
	.rowblank
	{
		display:none;
	}
	
	.theadblank 
	{
		display:none;
	}

	.thead-inside
	{
		display:none;
	}

	
	.thead {
		font-weight: bold;
	}



	.width160 {
		width:100% !important;
		max-width:100% !important;
	}
	
	.width100 {
		width:100% !important;
		max-width:100% !important;
	}
	
	
	.width200 {
		width:100% !important;
		max-width:100% !important;
	}
	
	.width300 {
		width:100% !important;
		max-width:100% !important;
	}
	
	.width400 {
		width:100% !important;
		max-width:100% !important;
	}



	
}



/**********************************************
Ende Responsive Tabellen
**********************************************/





@media only screen and (min-device-width : 1921px) {

	body,html{
		font-size:1.1em;
	
	}

	#leftnavi_left{
		flex: 0 0 320px;
	}

	/*
	#links_wrapper{
		width:100% !important;
		width:auto:
		*/
		
	}

}

/**/
@media only screen and (min-device-width : 1025px) and (max-device-width : 1400px) {

	body,html{
		font-size:0.9em;
	
	}


}



/*@media only screen and (max-device-width : 1024px) {*/
@media only screen and (max-device-width : 1280px) {
	

	#container{

		margin: 0 15px 0 0;	
		padding:5px;
		width:99%;
	}


}



/*Display Anpassunge mit Screen Size*/
@media only screen and (max-device-width : 1024px) {

	
	#leftnavi_wrapper{

		flex-direction: column;
		flex-wrap: wrap;
	}


	#leftnavi_left{
		flex:1;
	}



	#leftnavi_content{
		margin:0px;
	}

}


/*Display Anpassungeb mit Min Screen Size*/
@media only screen and (min-device-width : 641px) {
	
	#header_wrapper_mob
	{
		display:none;
	}

	#header_wrapper_mob1
	{
		display:none;
	}

	.display-none-big
	{	
		display:none;
	}
	
}



/*Display Anpassungeb mit Max Screen Size*/
@media only screen and (max-device-width : 640px) {


	#header_wrapper
	{
		display:none;
		
	}

		
	

	#header_wrapper_mob1{
	
		display: -webkit-flex;	/* Alte  Android und Safarie Browser*/
		display: -ms-flex;		/* ab IE 10 */
		display: flex;
		flex-direction: -webkit-row;
		flex-direction: -ms-row;
		flex-direction: row;
		flex-wrap: wrap;
	}


	#headerlinks, #headerlinks a{
		flex: 1;
		margin: 0 0 0 0;
		color:#09F;
		font-weight:bold;
		padding: 5px 5px 5px 0;
		text-decoration:none;

	}
	
	#header_logo{
		flex: 0 0 130px;
		margin: 5px 0px 5px 5px;
	}


	
	.header_logo_bild{
	
		width:120px;
	}


	#header_wrapper_mob{
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
	}
	
	#headermitte{
		flex: 1;
		margin: 0 0 0 0;
		color:#09F;
		padding: 5px 5px 5px 0;
		height:auto !important;
	}

	#mitte_wrapper{
		flex-direction: column;
	}



	#saalplan_inside{
		height:100px;
		min-height:100px;
		height:auto;
	}


		
	/********
	Start Spez Klick Responsive
	********/
	
	/*Spez. Wrapper  Mobile Anwendung!*/
	#mitte_resp_wrapper{
		display: -webkit-flex;	/* Alte  Android und Safarie Browser*/
		display: -ms-flex;		/* ab IE 10 */
		display: flex;
		flex-direction: -webkit-row;
		flex-direction: -ms-row;
		flex-direction: row;
		justify-content: flex-start;
	}
	
	
	#saalplan_resp{
		min-height:200px;
		height:auto;
		margin: 5px 0 5px 0;
	}
	
	#saalplan_resp_inside{
		padding: 20px;
		height:200px;
		min-height:200px;
		height:auto;
	}
	
	/********
	Ende Spez Klick Responsive
	********/
	
	


	#sponsor_inside{
		flex: 1;

	}


	/*Error Ausgabe Mobile Variante*/
	#custom-content-error{
		width:90%;
		width:auto;
		height:300px;
		min-height:300px;
		height:auto;
		padding:10px;
		border:1px black solid;
	}




	
}



/*Display Anpassunge mit Screen Size*/
@media only screen and (max-device-width : 400px) 
{
		
	#header_logo{
		flex: 0 0 100px;
		margin: 5px 0px 5px 5px;
	}
		
	.header_logo_bild{
		
		width:90px;
	}

}


/*Ende Display Anpassunge mit Screen Size*/





/****************************
Diverse CSS Einstellungen
****************************/

.text_fettn{
	font-weight: bold;
}


.text_fettblaun{
	/*color:#0033FF;*/
	color: #09F;
	font-weight: bold;
}


.linkn {
	/*color: #0000FF;*/
	color:#09F;
	text-decoration: none;
}

/*
.line_height{
	line-height:200%;
}

*/

.margin_bottom_40{
	
	margin-bottom:40px;
}


/*
.margin_top{
	
	margin-top:20px;
}
*/



/**********************************************
Ende Diverse CSS Einstellungen
**********************************************/


.getButton {
	-webkit-appearance: none;
	-moz-box-shadow:inset 0px 1px 0px 0px #lightgray;
	-webkit-box-shadow:inset 0px 1px 0px 0px #lightgray;
	box-shadow:inset 0px 1px 0px 0px #lightgray;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px lightgray solid;
	display:inline-block;
	cursor:pointer;
	color:#000000;

	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #lightgray;
	background-color:lightgray;
	margin-top:20px;
	font-size: inherit;
	min-height: 20px;
	height: auto !important;
	
}
.getButton:hover {
	/*background-color:transparent;*/
}
.getButton:active {
	position:relative;
	top:1px;
}





/*********************************************
Responsive Navi Override und Screen Size Anpassungen
*********************************************/

.stellarnav ul {
	text-align:left;

}

.setllarnav ul > li {
}

.stellarnav > ul > li > a {
	padding: 5px 10px 5px 5px !important;
	
	display: inline-block;
	min-width:40px !important;
	color: #09F;
	font-weight:bold;

}


.stellarnav .menu-toggle, 
.stellarnav .menu-toggle2,
.stellarnav .menu-toggle3,
.stellarnav .menu-toggle4,
.stellarnav .menu-toggle5,
.stellarnav .close-menu,
.stellarnav .call-btn-mobile,
.stellarnav .location-btn-mobile { 
	text-transform:none;
}



/* theme override */

.stellarnav.light{ background: #FFFFFF; }
.stellarnav.light a { color: #09F; font-weight:bold; }
.stellarnav.light ul ul { background: #FFFFFF; }
.stellarnav.light li a { color: #09F; font-weight:bold;}
.setllarnav.light li a:hover { background: #FFFFFF !important;}

.stellarnav.light .menu-toggle span.bars span,
.stellarnav.light .menu-toggle2 span.bars span,
.stellarnav.light .menu-toggle3 span.bars span,
.stellarnav.light .menu-toggle4 span.bars span,
.stellarnav.light .menu-toggle5 span.bars span 
{ 
background: #09F; 
}

.stellarnav.mobile ul { background: #FFFFFF; }
.stellarnav.mobile li a { border-bottom: 1px solid #FFFFFF; }
.stellarnav.mobile > ul { border-top: 1px solid #FFFFFF; }
.stellarnav.mobile.light li a { border-bottom: 1px solid #FFFFFF; }
.stellarnav.mobile.light > ul { border-top: 1px solid #FFFFFF; }
.stellarnav.mobile li.call-btn-mobile { border-right: 1px solid #FFFFFF; box-sizing: border-box; }

.stellarnav.mobile.light ul { background: #FFFFFF; }

.stellarnav.mobile.light li.call-btn-mobile { border-right: 1px solid #FFFFFF; }







/*********************************************
Alte CSS Klassen
*********************************************/

/*
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}
.textblau {
	font-family: Verdana, Arial, Helvetica, sans-serif;

	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color:#09F;
	text-decoration: none;
}*/

/*
.text_fettn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}*/


/*
.link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color:#09F;
	text-decoration: none;
}
*/
.titelinhalt {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
	/*font-variant: normal;*/
	color: #000000;
	/*text-decoration: none;*/
}



.buehne {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin-bottom:20px;
	margin-top:20px;
}


