html {
	overflow-y:scroll;
	height:100%;
}

body {
	margin:0;
	padding:0;
/*	font-family: roboto,sans-serif;*/
	font-family: playregular;
	color:#395564;
	height:100%;
	font-size:14px;
	background-color: white;
}

p {
	text-align:justify;
	line-height:21px;
	margin:0 0 14px 0;
	-moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; 
}

* { 
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
	outline: none;
	vertical-align: top;
}

a:link, 
a:visited {
	color:#e67f00;
}

a:hover,
a:visited:hover {
	color:#e67f00;
}

.fg9 {
	width:96%;
	margin: 40px 0px 0 30px;
}
.fg-no-mobile{
	display: block !important;
	margin: 0px 0px 10px 0px;
}

.fg-no-desktop{
	display: none !important;
}

hr{
	border:solid #00489a 0.1px; height:0.1px;
	clear:both;
}

h1, h2, h3, h4, h5 {
	color:#00489a;
}

h1 {
	text-transform:uppercase;
	font-size:22px;
	margin:0 0 20px 0;
}
h2 {
	text-transform:uppercase;
	font-size:20px;
	margin:0 0 20px 0;
}
h3 {
	text-transform:uppercase;
	font-size:18px;
	margin:0 0 20px 0;
}
h4 {
	text-transform:uppercase;
	font-size:16px;
	margin:0px 0 20px 0;
}

h5 {
	text-transform:uppercase;
	font-size:14px;
	margin:0 0 20px 0;
}

.center {
	max-width: 1600px;
	margin: 0 auto;
	position: relative;
}

.row {
	margin: 0px 20px 0px 20px;
	padding: 0 18px 0 0;
	overflow: hidden;
}

.orow {
	overflow: visible;	
	padding-top:0;
	z-index:999;
	height:auto !important;
}

.wbcesuche {
	padding:3px 22px 3px 0px;
	background-color:#d0deed; 
	border-top:1px solid #00489a;
	text-align: right;
}

.wbcesuche input[type=submit] {
	border:0; 
	background-color:transparent;
}

.logo img {
	margin-bottom:0;
}

img {
	max-width:100%;
	height:auto !important;
}

nav {
	background-color:#d0deed;
	display:block !important;
	position: absolute;
	width: 100%;
	z-index:10000;
}

a:link, 
a:visited {
	color:#00489a;
	text-decoration:none;
}

a:hover,
a:visited:hover {
	color:#e67f00;	
}

/* Back to Top */
#backtotop {
z-index:999; 
display:inline-block;
position:fixed;
visibility:hidden;
bottom:5px;
right:5px;
width:30px;
height:30px;
line-height:26px;
border-radius:5px;
font-size:1rem;
text-align:center;
opacity:.2;
text-decoration:none;
}
#backtotop i {
display:block;
width:100%;
height:100%;
line-height:inherit;
}
#backtotop.visible {
visibility:visible;
opacity:.2;
}
#backtotop:hover {
opacity:.3;
}
#backtotop {
color:white;
background-color:#395564;
}

.thrfooter {
    margin: 0 0 0 0;
	padding: 0 0 5px 0;
	text-align: center;
	font-size:14px;
}

.footer {
    margin: 10px 0 0 0;
	padding: 5px 0 0 0;
	text-align: center;
	font-size:11px;
    border-top:1px solid #00489a;
}
.copyright {
    margin: 0px 0 20px 0;
	padding: 0 0 10px 0;
	text-align: center;
	font-size:11px;
	border-bottom:1px solid #00489a;
}

/* smartphone size */
@media screen and (max-width: 800px ) {
	
.row {
		padding: 0px 16px;
		margin: 0;
}
	
.fg5,.fg7,.fg9 {
		margin:0px 2% 0px;
		padding:0;
		width:96%;
}
.fg9 {
	width:96%;
	margin: 20px 2% 16px 0;
}

.fg-no-mobile {
		display: none !important;
}
	
.fg-no-desktop {
		display: block !important;
	}

}

