/* Allgemein */

:root {
	
	--scrollbalken: rgba(204,0,0,1);
}

html, body {
	padding: 0;
	margin: 0;
	font-family: Calibri, Geneva, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 24px;
	font-weight: 100;
	background-color: #C3D2C3;
}

li {
	padding-top: 10px;
	padding-bottom: 10px;
}

* {
  scrollbar-color: var(--scrollbalken);
}

/* Seitenstruktur */
/* Kopf */
#kopf {
	background-color: #444480e3;
	margin: 0px;
	padding: 2%;
	padding-left: 10%;
	height: 10%;
	width: 88%;
	position: fixed;
	top: 0px;
	box-shadow: 2px 2px 5px black;
	z-index: 50;
}

.kopfTitel {
	font-size: 2em;
	color: #FFF;
}

.navigationMobil {
	display: none;
}

.navigation {
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: right;
	width: 39%;
	padding-bottom: 15px;
	margin: 0;
	margin-right: 20px;
}

.navigationspunkt {
	position: relative;
	width: 150px;
	float: left;
	font-size: 0.8em;
	color: white;
	text-align: center;
}

.aNavigation {
	text-decoration: none;
	color: white;
}

.aNavigation:hover {
	color: rgba(255,204,0,1);
}

/* Inhalt */
.inhalt {
	position: relative;
	top: 0;
	width: 96%;
	height: 800px;
	padding: 2%;
	padding-top: 14%;
	padding-bottom: 28%;
	margin-bottom: 423px;
	z-index: 25;
}

.inhaltContent {
	position: relative;
	width: 84%;
	height: 100%;
	margin: 0 auto;
}

.text {
	float: none;
	clear: both;
	position: relative;
	width: 100%;
	/* [disabled]height: 75px; */
	margin: 10px;
	font-size: 1.5em;
	line-height: 1.8em;
	padding: 0;
	padding-bottom: 30px;
}

.foto, .anfahrt {
	margin: 10px;
	float: left;
	position: relative;
	width: 250px;
	height: 150px;
}

.foto img {
	position: relative;
	width: 100%;
	height: 100%;
	box-shadow: 5px 5px 10px #666666;
	border: white;
	border-style: solid;
	cursor: pointer;
}

.anfahrt img {
	position: relative;
	width: 100%;
	height: 100%;
	box-shadow: 5px 5px 10px #666666;
	border: white;
	border-style: solid;
	cursor: pointer;
}

.foto .ausstattung {
	position: relative;
	width: 100%;
	height: 80%;
	box-shadow: 5px 5px 10px #666666;
	border: white;
	border-style: solid;
	cursor: pointer;
	font-size: 2em;
	text-align: center;
	padding: 0;
	padding-top: 12%;
	margin: 0;
}

.trenner {
	float: none;
	clear: both;
	position: relative;
	height: 75px;
}

.trennerFuss {
	float: none;
	clear: both;
	position: relative;
	height: 200px;
}

/* Bild gross einblenden */
.divTransparent {
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(51,51,51,0.8);
	/* [disabled]padding: 2%; */
	z-index: 100;
}

.divSchliessen {
	position: absolute;
	top: 2%;
	right: 2%;
	width: 30px;
	height: 30px;
	z-index: 101;
}

.divSchliessen img {
	position: relative;
	width: 100%;
	height: 100%;
	border: 1px solid #c40000;
	box-shadow: 5px 5px 10px #000;
}

.divText {
	position: relative;
	width: 70%;
	height: 70%;
	margin: 0 auto;
	display: none;
	font-size: 1.5em;
	padding: 2%;
	margin-top: 10%;
}

.divText a{
	color: rgba(255,204,0,1);
	text-decoration: none;
}

.divText a:hover{
	color: rgba(255,0,0,1);
}

.titel {
	font-size: 1.5em;
	font-weight: 700;
	color: #fdb89e;
	margin-bottom: 2%;
}

.textAusstattung {
	position: relative;
	max-height: 80%;
	color: white;
	background-color: #ffffff47;
	border: 8px solid white;
	box-shadow: 5px 5px 8px #000;
	overflow: auto;
	/* height: 100%; */
	scrollbar-width: thin;
}

.liLeer {
	list-style-type: none;
}

.divBild, .divAnfahrt {
	position: relative;
	/* [disabled]width: 70%; */
	max-width: 70%;
	max-height: 70%;
	top: 15%;
	/* height: 70%; */
	margin: 0 auto;
	display: none;
	overflow: hidden;
	text-align:center;
	box-shadow: 10px 10px 15px #000;
}

.divAnfahrt {
	height: 70%;
}

.divBild img {
	position: relative;
	/* [disabled]width: 98%; */
	max-width: 98%;
	margin: 0 auto;
	/* [disabled]height: 100%; */
	border: 9px solid white;
	/* [disabled]box-shadow: 10px 10px 15px #000; */
}

.divLegende {
	position: relative;
	bottom: 88px;
	font-size: 1.2em;
	color: white;
	margin: 0 auto;
	background-color: rgba(113, 70, 70, 0.48);
	padding: 8px;
}

.divNavLinks {
	position: absolute;
	width: 10%;
	top: 40%;
	left: 0px;
	text-align: right;
}

.divNavRechts {
	position: absolute;
	width: 10%;
	top: 40%;
	right: 0px;
	text-align:left;
}

.divNavLinks, .divNavRechts img {
	cursor: pointer;
}


/* Fuss */
#fuss {
	background-color: #003;
	margin: 0px;
	padding: 0;
	height: 11%;
	width: 100%;
	position: fixed;
	bottom: 0px;
	padding-left: 2%;
	padding-top: 1%;
	box-shadow: 2px -2px 5px black;
	z-index: 51;
}

.fussTitel {
	position: relative;
	width: 100%;
	font-size: 1em;
	color: #FFF;
	margin: 0;
	margin-bottom: 10px;
}
.fussAdresse {
	position: relative;
	width: 45%;
	float: left;
	font-size: 0.8em;
	color: #FFF;
}
.fussKontakt {
	position: relative;
	width: 45%;
	float: left;
	font-size: 0.8em;
	color: #FFF;
}

.fussKontakt a{
	font-size: 0.8em;
	color: #FFF;
	text-decoration: none;
}

.fussKontakt a:visited {
	color: #FFF;
}

.fussKontakt a:hover {
	color: rgba(255,102,102,1);
}


@media screen and ((orientation: landscape) and (max-height: 450px)) {
	/* Seitenstruktur */
	body {
		width: 100%;
		height: 100%;
	}
	
	/* Kopf */
	#kopf {
		font-size: 1.0em;
		font-style: normal;
		line-height: 24px;
		font-weight: 100;
		background-color: #444480a8;
		margin: 0px;
		padding: 2%;
		height: 17px;
		width: 96%;
		position: fixed;
		top: 0px;
	}
	
	.kopfTitel {
		font-size: 1em;
		color: #FFF;
	}
	
	.navigation {
		position: absolute;
		top: 18px;
		height: 17px;
		overflow: hidden;
		width: 100%;
		margin: 0;
		text-align: right;
		right: 30px;
	}
	
	.navigationMobil {
		display: block;
		top: 0px;
		position: relative;
		margin-bottom: 5px;
	}

	.navigationspunkt {
		font-size: 1.2em;
		background-color: rgba(228,228,228,1);
		box-shadow: 2px 2px 5px #000000;
		float: none;
		width: 35%;
		/* right: 0; */
		margin: 0 5px 0 auto;
		padding: 7px;
	}	
	
	.navigationspunkt a {
		color: rgba(0,0,0,1);
	}
	
	/*  Transparentes DIV  */
	
	.divBild, .divAnfahrt, .divText {
		position: relative;
		top: 5px;
		width: 78%;
		margin: 0 auto;
		display: none;
		overflow: hidden;
		text-align: center;
		height: 97%;
		max-height: unset;
		max-width: unset;
	}	

	.divBild img {
		position: relative;
		margin: 0 auto;
		border: 2px solid black;
		height: 100%;
		box-shadow: 10px 10px 15px #000;
	}
	
	.divText {
		text-align: left;
	}

	.textAusstattung {
		position: relative;
		color: white;
		background-color: #ffffff47;
		border: 2px solid white;
		box-shadow: 5px 5px 8px #000;
		overflow: auto;
		height: 84%;
		font-size: 0.8em;
		line-height: 1.0em;
		max-height: unset;
	}

	.textAusstattung li {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	
	.divText .titel {
		padding-left: 20px;
	}

	/* Inhalt */
	.inhalt {
		position: relative;
		top: 0;
		width: 95%;
		padding: 0%;
		padding-top: 8%;
		padding-bottom: 0%;
		font-size: 0.8em;
		color: #003;
		height: 100%;
		margin: 0 auto;
	}

	.inhaltContent {
		position: relative;
		width: 100%;
		height: 100%;
	}

	#fuss {
		background-color: #003;
		height: 100px;
		width: 100%;
		position: relative;
		bottom: 0;
		padding-left: 2%;
		box-shadow: 2px -2px 5px black;
		min-height: 29%;
		margin: unset;
		line-height: 1.0em;
	}
}


@media screen and ((orientation: portrait) and (max-width: 450px)) {
	/* Seitenstruktur */
	body {
		width: 100%;
		height: 100%;
	}
	
	/* Kopf */
	#kopf {
		font-size: 1.0em;
		font-style: normal;
		line-height: 24px;
		font-weight: 100;
		background-color: #444480a8;
		margin: 0px;
		padding: 0;
		height: 50px;
		width: 98%;
		position: fixed;
		top: 0px;
		padding-left: 5px;
	}

	.kopfTitel {
		font-size: 1em;
		color: #FFF;
		position: fixed;
		top: 15px;
		left: 10px;
	}
	
	.navigation {
		position: fixed;
		height: 30px;
		overflow: hidden;
		width: 97%;
		text-align: right;
		padding: 0;
		padding-left: 2%;
		margin: 0;
		top: 15px;
		right: 15px;
	}
	
	.navigationMobil {
		display: block;
		top: 0px;
		position: relative;
	}
	
	.navigationspunkt {
		font-size: 1.2em;
		background-color: rgba(228,228,228,1);
		box-shadow: 2px 2px 5px #000000;
		width: 98%;
		height: 37px;
	}

	.navigationspunkt a {
		color: rgba(0,0,0,1);
		display: block;
		width: 100%;
		height: 100%;
	}
	
	/*Fenster Transparent*/
	.divBild, .divAnfahrt {
		position: relative;
		top: 10%;
		width: 100%;
		height: 100%;
		margin: 0 auto;
		display: none;
		overflow: hidden;
		font-size: 1.0em;
		text-align: center;
		box-shadow: 10px 10px 15px #000;
		max-width: unset;
		max-height: unset;
	}

	.divBild img {
		position: relative;
		width: 100%;
		margin: 0 auto;
		border: 2px solid black;
		height: unset;
		max-width: unset;
	}

	.divLegende {
		bottom: unset; 
	}
	
	.divText {
		position: relative;
		width: 100%;
		height: 95%;
		display: none;
		font-size: 1.2em;
		padding: 0;
		margin-top: 10%;
	}

	.textAusstattung {
		position: relative;
		max-height: 80%;
		color: white;
		background-color: #ffffff47;
		border: 2px solid black;
		box-shadow: 5px 5px 8px #000;
		overflow: auto;
		scrollbar-width: thin;
	}

	.divNavLinks {
		position: absolute;
		width: 20%;
		left: 20px;
		text-align: center;
		bottom: 20px;
		top: unset;
	}
	
	.divNavLinks img {
		position: relative;
		width: 100%;
		height: 100%;
		cursor: pointer;
	}
	
	.divNavRechts {
		position: absolute;
		width: 20%;
		right: 20px;
		text-align: center;
		bottom: 20px;
		top: unset;
	}
	
	.divNavRechts img {
		position: relative;
		width: 100%;
		height: 100%;
		cursor: pointer;
	}
	
	/* Inhalt */
	.inhalt {
		position: relative;
		top: 0;
		width: 95%;
		padding: 0%;
		padding-top: 18%;
		padding-bottom: 0%;
		font-size: 1em;
		color: #003;
		height: 100%;
		margin: 0 auto;
	}
	
	.inhaltContent {
		position: relative;
		width: 100%;
		height: 100%;
	}

	.text {
		float: none;
		clear: both;
		position: relative;
		width: 95%;
		font-size: 1em;
		line-height: 1.2em;
		padding: 0;
		margin: 0 auto;
	}

	.foto {
		position: relative;
		width: 95%;
		float: left;
		height: unset;
	}
	
	.foto .ausstattung {
		position: relative;
		width: 100%;
		box-shadow: 5px 5px 10px #666666;
		border: white;
		border-style: solid;
		cursor: pointer;
		font-size: 1.0em;
		text-align: center;
		padding: 0;
		margin: 0 auto;
	}

	.anfahrt {
		position: relative;
		width: 95%;
		float: left;
		height: unset;
	}

	.divText .titel {
		padding-left: 20px;
	}
	
	.trennerFuss {
		float: none;
		clear: both;
		position: relative;
		height: 20px;
	}

	/* Fuss */
	#fuss {
		background-color: #003;
		margin: 0px;
		padding: 0;
		height: 120px;
		width: 100%;
		position: relative;
		bottom: 0px;
		padding-left: 2%;
		padding-top: 1%;
		box-shadow: 2px -2px 5px black;
		z-index: 51;
		overflow: auto;
	}
	
	.fussTitel {
		position: relative;
		width: 100%;
		font-size: 0.8em;
		font-weight: 700;
		color: #FFF;
		margin-bottom: 5px;
	}
	.fussAdresse {
		position: relative;
		width: 100%;
		font-size: 0.8em;
		color: #FFF;
		/* [disabled]line-height: 1em; */
	}
	.fussKontakt {
		position: relative;
		width: 100%;
		font-size: 0.8em;
		color: #FFF;
		line-height: 1.3em;
	}

	.fussKontakt a {
		color: rgba(102,204,255,1);
	}
	
}

