
@font-face {
    font-family: 'DroidSans';
    src: url('fonts/DroidSans.eot'); /* IE */
    src: url('fonts/DroidSans.eot?#iefix') format('embedded-opentype'), 
    	   url('fonts/DroidSans.woff') format('woff'),
    	   url('fonts/DroidSans.ttf') format('truetype'); /* alle anderen Browser */
} 
@font-face {
    font-family: 'SinahBlackLL';
    src: url('fonts/SinahBlackLL.eot'); /* IE */
    src: url('fonts/SinahBlackLL.eot?#iefix') format('embedded-opentype'), 
    	   url('fonts/SinahBlackLL.woff') format('woff'),
    	   url('fonts/SinahBlackLL.ttf') format('truetype'); /* alle anderen Browser */
} 
@font-face {
    font-family: 'Signika';
    src: url('fonts/Signika.eot'); /* IE */
    src: url('fonts/Signika.eot?#iefix') format('embedded-opentype'), 
    	   url('fonts/Signika.woff') format('woff'),
    	   url('fonts/Signika.ttf') format('truetype'); /* alle anderen Browser */
} 



/* background setup */
.background {
    background-repeat:no-repeat;
    /* custom background-position */
    background-position:50% 50%;
    /* ie8- graceful degradation */
    background-position:50% 50%\9 !important;
}

/* fullscreen setup */
html, body {
    /* give this to all tags from html to .fullscreen */
    height: 100%;
	margin: 0;
	padding: 0;
}
.fullscreen, .content-a {
    width: 100%;
    min-height: 100%;
}
.not-fullscreen, .not-fullscreen .content-a, .fullscreen.not-overflow, .fullscreen.not-overflow .content-a {
    height: 100%;
    overflow: hidden;
}
.not-fullscreen {
    height: 50%;
}

/* content centering styles */
.content-a {
	display: table;
}
.content-b {
	display: table-cell;
    position: relative;
	vertical-align: middle;
	text-align: center;
}

.content-b-neu {
    position:relative;
	padding-right: 25%;
	padding-left: 25%;
	padding-top: 40px;
	padding-bottom: 40px;
	/* min-height:50%;	 */
	/* height:50%; */
	text-align: left;
}

.content-b-karte {
    position:relative;
	padding-right: 25%;
	padding-left: 25%;
	padding-top: 40px;
	min-height:auto!;	
	text-align: left;
}
.box-in-bild-center {
	position: relative;
	background: #F2E4D2;
	opacity: 0.8;
    filter:Alpha(Opacity=80);
	padding: 5px 30px;
	margin-top:40px;
	z-index: 0;
	text-align:left;
	border: 40px solid #821019;
	width:550px;
	left:50%;
	margin-left:-345px; /* 275px width hälfte + 40px Border + 30px padding */
}


#navhg {
	left: 0px;
	right:0px;
	top: 0px;
	position: fixed;
	z-index: 2;
	width: 100%;
	height: 40px;
	background: #F2E4D2;
	border-bottom: 5px solid #821019;
	background-image: url(logo-oben.png); 
	background-repeat:no-repeat;
	background-position:left 8px;
	
	-opacity: 0.9;
	-filter:Alpha(Opacity=90);
}
#nav {
	font-family: DroidSans, Helvetica, Arial, sans-serif;
	font-size: 12px;
	letter-spacing: 1px; 
	right:0px;
	top: 0px;
	list-style: none;
	position: fixed;
	z-index:3;
}
#nav li {
	margin-bottom: 0px;
	float:left; /*waagerecht */
}
#nav a {
	/* background: #F2E4D2; */
	color: #000;
	padding: 14px 10px;
	text-decoration: none; 
	text-transform: uppercase;
}
#nav a:hover {
  	background: #821019;
	color: #fff;   
}
#nav .current a {
  background: #821019;
  color: #fff;
}
.linkintext:link, .linkintext:active, .linkintext:visited {
	font-family: Signika, Helvetica, Arial, sans-serif;
	font-size: 15px;
	text-decoration: none; 
	font-weight: bold; 
	color: #fff;
	background-color: #BF8489;
	padding-bottom: 1px;
 	padding-left:5px;
	padding-right:5px;
	line-height: 25px;  
	-webkit-transition: all 0.3s linear; 
	-moz-transition: all 0.3s linear; 
	-o-transition: all 0.3s linear; 
	-ms-transition: all 0.3s linear; 
	transition: all 0.3s linear; 
	
	 - -moz-border-radius: 4px;
	 - -webkit-border-radius: 4px;
	 -border-radius: 4px;
}
.linkintext:hover {	
	background-color: #821019;
	color: #fff; 
}  


.pfeil-oben  {
	position: absolute;
	right: 0px;
	width: 30px;
	height: 30px;
	cursor: pointer;
    background: url(pfeil-oben.svg) no-repeat;
	top: calc(50% - 30px); 
	text-align:center;
}
.mitte  {
	position: absolute;
	right: 0px;	
	width: 30px;
	height: 30px;
	cursor: pointer;
    background: url(mitte.svg);
	top:50%; 
	text-align:center;
} 
.pfeil-unten  {
	position: absolute;
	right: 0px;
	width: 30px;
	height: 30px;
	cursor: pointer;
    background: url(pfeil-unten.svg);
	top: calc(50% + 30px); 
	text-align:center;
}
.next  {
	-webkit-transform: scale(0.8);
	transform: scale(0.8);

}
.next:hover  {
	-webkit-transform: scale(1.0);
	transform: scale(1.0);
}


h1 {
font-family: SinahBlackLL, Helvetica, Arial, sans-serif;
	color: #821019;
	font-size: 26px;
	font-weight: normal;
	letter-spacing: 6px;
	background:transparent url(logo-h1.gif) no-repeat scroll left;
	padding-left: 50px;
	padding-top: -20px;
}
p, i {
	font-family: Signika, Helvetica, Arial, sans-serif;
	color: #000;
	
	font-size: 16px;	
	/* font-size: 1vw;	 */
	
	font-weight: normal;
	letter-spacing: 1px;
	margin-left: 30px;
	text-align: left;
}


.full-page-bild {
	width:100%;
	z-index:1;
}

#map-canvas {
	z-index:0;
	height:50%;
}

.anfahrtfont  {
	font-family: Signika, Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 26px; 
}

#canvas {
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
