/* generelle Einstellungen */
@charset "UTF-8";

@font-face {
  font-family: "PTSansNarrow";
  src:url("../fonts/PT_Sans-Narrow-Web-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "PTSansNarrowBold";
  src:url("../fonts/PT_Sans-Narrow-Web-Bold.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: "OpenSansCondensed";
    src:url("../fonts/OpenSansCondensed-Light.ttf");
    font-weight: lighter;
    font-style: normal;
}

@font-face {
  font-family: "Exo2Bold";
  src:url("../fonts/Exo_2/Exo2-Bold.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Exo2ExtraBold";
  src:url("../fonts/Exo_2/Exo2-ExtraBold.ttf");
  font-weight: normal;
  font-style: normal;
}



@font-face {
  font-family: "Exo2Regular";
  src:url("../fonts/Exo_2/Exo2-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: "Exo2Medium";
  src:url("../fonts/Exo_2/Exo2-medium.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Exo2Light";
  src:url("../fonts/Exo_2/Exo2-light.ttf");
  font-weight: normal;
  font-style: normal;
}

html, body {
	background: white; /* #bbb */
	font-size: 80%;
	margin: 0em;
	padding: 0em;
    /*background: #888;*/
}

a,
a:link,
a:visited,
a:hover  {
    text-decoration: none;
    outline: none;
    font-family: Exo2Light !important; /*, Exo2Medium, PTSansNarrow;*/
    color: #fff;
    cursor: pointer;
}

h1 {
    font-family: Exo2ExtraBold, PTSansNarrowBold;
	font-size: 60pt;
	font-weight:100;
	color:black; /*white*/
    justify-content: center;
	margin: 0;
    text-align: center;
    padding: 0;
}

h2 {
    font-family: Exo2Light, Exo2Medium, PTSansNarrow;
	font-size: 20pt;
	font-weight:100;
	color:#666; /*white*/
    justify-content: center;
	margin: 50px 0 0 0;
    text-align: center;
    padding: 0;
}


h3 {
    font-family: Exo2Medium, PTSansNarrow;
	font-size: 20pt;
	font-weight:100;
	color:black; /*white*/
    justify-content: center;
	margin: 0;
    text-align: center;
    padding: 0;
}

#hintergrundbild {
    display:block;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.50;
}

/*
    Header
*/

header {
    display:flex;
    /*position: absolute;*/
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    width: 100%;
    /*height: 15em;*/
    max-height: 100%;
}

/*
    Main
*/

#main {
    display:flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: calc(100% - 5.4em);
}

/*
#main h2.comingSoonClass {
    font-family: OpenSansCondensed;
    color:darkblue;
	font-size: 4em;
    text-align: center;
    z-index: 10;
}

#main span.underConstructionClass {
    font-family: OpenSansCondensed;
    color: darkblue;
	font-size: 4em;
    width: 100%;
    text-align: center;
    opacity: 1.0;
    z-index: 10;
}
*/

.impressum {
	display: none;
	position: absolute;
	width: 100% !important;
	-webkit-overflow-scrolling: touch;
}

.datenschutz {
	display: none;
	position: absolute;
	width: 100% !important;
	-webkit-overflow-scrolling: touch;
}

#bigMap {
    display: none;
	position: absolute;
    left:0;
    top:0;
    z-index: 99999;
	width: 100% !important;
    height: 100% !important;
    padding: 0;
    margin:  0;
	-webkit-overflow-scrolling: touch;
    /*background-color: blue;*/
}

.streetmap  {
	display: none;
	position: absolute;
	width: 100% !important;
	-webkit-overflow-scrolling: touch;
}

.streetmap a {
	color: #666 !important; 
    font-size: 12pt;
}

.streetmapframe {
    border:1px solid #000;
    width:96%;
    height:92%;
}

.ui-dialog {
	/*top: 20px !important;*/
	top: 3.00em !important;
	padding: 0 0 1.00em 0 !important;
    width: 90% !important;
   	/*min-height: 80% !important;*/
	height: 40em !important;
    overflow: hidden !important;
    -webkit-overflow-scrolling: touch;
}

.ui-dialog-content {
	overflow-x: hidden !important;
	-webkit-overflow-scrolling: touch;
	padding: 0.5em 1.00em 0.5em 1.00em !important;
	height: 38em !important;
/*	
	padding: 0 30px 0 0 !important;
	width: 100% !important;
	margin: 0 30px 0 0;
*/	
}
/*
.ui-dialog-titlebar-close { 
    width: 30px !important; 
    height: 24px !important; 
    top: 40% !important;

}
*/
/*
.ui-icon-closethick {
    transform: scale( 1.3 ) !important;
}
*/

.content {
	overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden !important;
    height: 35em !important;
	width: calc(100% - 2.00em) !important;
	overflow-x: hidden !important;
	padding: 0 5em 5em 0 !important;
}

.content h1 {
    font-family: Helvetica;
	font-size: 28pt;
	font-weight:100;
	color:black; 
    justify-content: center;
    text-align: center;
}

.content h2 {
    font-family: Helvetica;
	font-size: 21pt;
	font-weight:100;
	color:black; 
    justify-content: center;
    text-align: center;

}

.content h3 {
    font-family: Helvetica;
	font-size: 16pt;
	font-weight:100;
	color:black; 
    justify-content: center;
    text-align: center;

}

.content p {
    font-family: Helvetica;
	font-size: 12pt;
	font-weight:100;
	color: #666; 
    justify-content: center;
	margin: 10px 0 10px 0;
    text-align: left;
    padding: 0;
}

.content a {
	color: #666; 
}

#main .map {
	display: none;
}

/*
    Footer
*/

footer {
    display:flex;
    position: absolute;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content:center;
    align-items: center;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: black;
    opacity: 0.9;
}

footer div.kontakt {
    font-family: Exo2Light !important;/*, Exo2Medium, PTSansNarrow;*/
	font-size: 1.4em;
    line-height: 2.2em;
	font-weight:100;
    margin: auto 10px auto 10px;
	color:red;
    z-index: 20;
    text-align: center;
}

footer .kontakt_rechts {
	margin-right: 40px !important;
}

footer .my-icons {
	color: #fff;
	margin: 0 5px 0 10px;
}

footer .infobttn_div {
    display: flex;
    position: absolute;
    right: 35px;
    bottom: 0px;
    height: 100%;
    width: 30px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

footer .infobttn_div .infobttn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	width: 26px;
	height: 26px;
	background-color: #444;
	font-size: 1.60em;
	border-radius: 13px 13px 13px 13px;
	cursor: pointer;
    margin-left:52px;
}

footer .dsbttn_div {
    display: flex;
    position: absolute;
    right: 80px;
    bottom: 0px;
    height: 100%;
    width: 30px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

footer .dsbttn_div .dsbttn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	width: 26px;
	height: 26px;
	background-color: #444;
	font-size: 1.60em;
	border-radius: 13px 13px 13px 13px;
	cursor: pointer;
    margin-left:52px;
}

@media screen and (min-device-width: 320px) 
and (max-device-width: 480px) {
	h1 {
		font-size: 45pt;
	}
	h3 {
		font-size: 15pt;
	}
	header {
		height: 10em;
	}
	#main h2.comingSoonClass {
		font-size: 3em;
	}
	.content p {
		font-size: 12pt !important;
	}
	.content h1 {
		font-size: 18pt;
	}

	.content h2 {
		font-size: 16pt;
	}
	#main span.underConstructionClass {
		font-size: 3em;
	}
	.ui-dialog {
		top: 16px !important;
		width: 100% !important;
		height: 31em !important;
	}
    
    .ui-dialog-content {
		height: 29em !important;
	}
	
	footer span {
		font-family: Exo2Light !important;/*, Exo2Medium, PTSansNarrow;*/
		font-size: 1.4em ;
        line-height: 1.6em;
		text-align: left;
		color: red !important;
	}
    
	footer {
		flex-direction: column !important;
        justify-content: center !important;
        align-items: left !important;
    }
    
    .span_rechts {
        margin-right: 50px;
    }
}

@media screen and (max-device-height: 480px) {
	header {
		height: 10em;
	}
}
