@charset "utf-8";
/* CSS Document */

html, body { height:100%; }
body {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

* {
	margin: 0;
	padding: 0;
	outline: none;
	box-sizing: border-box;
}

#wrapper { height:100%; }

#wrapper > section { min-height:100%; }

header {
	position: relative;
	display: block;
	background-color: white;
}
header img {
	width: 100%;
}
#hero {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom;
	position: relative;
}
.menuueberschrift {
	font-size: 1.3em;
	color: #666666;
	text-align: left;
	padding-top: 16px;
	padding-right: 14px;
	padding-bottom: 4px;
	padding-left: 2%;
	background-color: rgba(255,255,255,0.65);
}

.menuueberschrift img {
	text-align: right;
	position: absolute;
	right: 14px;
	height: auto;
	width: 35px;
	margin-top: -3px;
}


@media only screen and (orientation:portrait) {
#headlandscape {
	display: none;	
}
.menubutton {
	position: relative;
	margin: 0 auto;
	color: #FFF;
	display: inline-block;
	text-align: center;
	width: 100px;
	left: calc(50% - 50px);
}
nav li {
	display: inline-block;
	line-height: 0.8px;
	padding: 5px;
	margin: 0px;
	width: 50%;
	float: left;
}
nav ul#navlist {
	max-height: 0;
	overflow: hidden;
	transition: 0.5s;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.links_menue {
	position: absolute;
	left: 5px;
	display: inline;
	/* [disabled]float: left; */
	width: 20%;
}
.links_menue img {
	width: auto;
	height: 37px;
}
.rechts_menue {
	position: absolute;
	right: 1px;
	display: inline-block;
	width: 20%;
}
.rechts_menue img {
	width: auto;
	height: 38px;
	right: 5px;
	position: absolute;
}
.bankomat_landscape {
	display: none;
}
.wfree_landscape {
	display: none;
}
.wfree_desktop {
	display: none;
}
.bankomat_desktop {
	display: none;
}


/*>>> ENDE >>> media only screen and orientation:portrait*/
}


@media only screen and (max-width:799px) and (orientation:landscape) {
#headportrait {
	display: none;	
}
.menubutton {
	position: absolute;
	right: 5px;
	top: 5px;
	margin: 0px;
	color: #FFF;
}
nav li {
	display: inline-block;
	line-height: 0.8px;
	padding: 5px;
	margin: 0px;
	width: 33.3333%;
	float: left;
}
nav ul#navlist {
	max-height: 0;
	overflow: hidden;
	transition: 0.5s;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.bankomat_landscape{
	position: absolute;
	right: 81px;
	top: 5px;
	margin: 0px;
}
.bankomat_landscape img {
	width: 38px;
	height: 38px;
}
.wfree_landscape{
	position: absolute;
	right: 124px;
	top: 5px;
	margin: 0px;
}
.wfree_landscape img {
	width: auto;
	height: 38px;
}
.wfree_desktop {
	display: none;
}
.bankomat_desktop {
	display: none;
}

/*>>> ENDE >>> media only screen and max-width:799px and orientation:landscape*/
}

@media only screen and (min-width:800px) and (orientation:landscape) {
#headportrait {
	display: none;	
}
.menubutton {
	display: none;
}
nav li {
	display: inline-block;
	line-height: 0.8px;
	padding: 5px;
	margin: 0px;
	width: 16.66666%;
	float: left;
}
nav ul#navlist {
	overflow: hidden;
	transition: 0.5s;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

/*.menuueberschrift img {
	heigth: auto;
	width: 60px ;
	top: 15px;
	right: 20px;
}*/
.bankomat_landscape {
	display: none;
}
.wfree_landscape {
	display: none;
}
.wfree_desktop {
	position: absolute;
	right: 20px;
	top: 12px;
	margin: 0px;
	color: #FFF;
	height: auto;
	width: 60px;	
}
.wfree_desktop img {
	width: 60px;
	height: auto;
}
.bankomat_desktop{
	position: absolute;
	right: 90px;
	top: 12px;
	margin: 0px;
	color: #FFF;
	height: auto;
	width: 60px;	
}
.bankomat_desktop img {
	width: 50px;
	height: auto;
}

/*>>> ENDE >>> media only screen and min-width:800px and orientation:landscape*/
}

@media only screen and (orientation:landscape) {
.links_menue {
	display: none;
}
.rechts_menue {
	display: none;
}
/*>>> ENDE >>> media only screen and orientation:landscape*/
}

footer {
	background-color: #330099;
	color: #FFFFFF;
	padding-top: 3px;
	padding-right: 13px;
	padding-bottom: 3px;
	padding-left: 13px;
	text-align: center;
}
