html, 
body {
	height: 100vh;	
}

.fo-page-content {
	width: 80%;
	height: vh;
	margin: auto;
	border-left: 1px solid #ededed;
	border-right: 1px solid #ededed;
}

.fo-logo-home {
	display: inline;		
}

.fo-div-desktop-nav {
	display: inline-block;		
	height: 110px;
	width: 100%;
	background-image: url("../img/hintergrund1.png"), url("../img/hintergrund3.png"), url("../img/hintergrund2.png");
  	background-position: left top, right top, center top;
  	background-repeat: no-repeat, no-repeat, repeat;
}

.fo-top-nav-logo {
	display: inline-block;
	background-color: #ededed;
	height: 110px;
	border-radius: 0px 5px 0px 0px;
}

.fo-top-nav {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-bottom: 10pt;
	margin-top: 150px;
}

.fo-top-nav li {
	display: inline;
  	margin-left: 25px;
  	margin-top: 100px;
  	white-space: nowrap;
}

.fo-top-nav li:nth-child(2) {
  display: inline;
  margin-left: 0px;
}

.fo-top-nav-img {
	height: 40px;
}

.fo-top-nav div {
	display: inline-block;
	text-align: center;
	padding-top: 50px;
}

.fo-top-nav li:last-child {
	width: auto;
	float: right;
	margin-top: 25px;
}

a.fo-top-nav {
	color: #F39A05;
	color: white;
	font-weight: bold;
}

a.fo-top-nav:link {
	text-decoration: none;
	color: #F39A05;
	color: white;
}

a.fo-top-nav:visited {
	text-decoration: none;
	color: #F39A05;
	color: white;
}

a.fo-top-nav:hover {
	text-decoration: underline;
	color: #F39A05;
	color: white;
}

a.fo-top-nav:active {
	text-decoration: none;
	color: #F39A05;
	color: white;
}

.fo-footer {
	color: #AAAAAA;
	background-color: #ededed;
}

.fo-div-border {
	border: 1px solid #F39A05;	
	padding: 2px;
}

.fo-width-90 {
	width: 90%;
}

.fo-page-display {
	display: flex;
	height: 90%;
}

.fo-page-display-col1 {
  flex: auto;
  background-color: #ededed;
  padding: 10px 10px 10px 10px;
  white-space: nowrap;
  min-width: 180px;
}

.fo-page-display-col2 {
  flex: 100%;
  padding: 20px 20px;
}

.fo-h1-hr {
	color: #F39A05;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #F39A05;
}

.fo-h2-hr {
	color: #F39A05;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #F39A05;
}

.fo-ul-noindent {
	list-style: none;
    padding-left: 0;
}

.fo-li-pad1:not(:last-child) { 
   margin-bottom: 1em;  
}

.fo-data-table1 {
	border: none;
	padding: 0px;
} 

.fo-data-table1 tr {
	border: none;
	padding: 2px;
} 

.fo-data-table1 tr td:first-child {
	border: none;
	padding: 2px 2px 2px 0px;
	font-weight: bold;
} 

#fo-cookieinfo {
	visibility: hidden;
	outline: 1px solid #808080;
	text-align: left;
	border-top: 1px solid #fff;
	background: #ededed;
	padding: 10px;
	position: fixed;
	bottom: 10px;
	z-index: 10000;
	width: 80%;
	font-size: 11px;
	line-height: 16px;	
	border-radius: 5px;
}

#fo-closer:hover {
	cursor: pointer;
}

.fo-mobile-nav-menu,
.fo-mobile-nav,
.fo-mobile-nav {
	display: none;
}

.fo-desktop-nav {
	display: inline;
}

.fo-mobile-nav-link {
	padding: 10px;
}

.fo-table-all-border {
	border: none;
	border-collapse: collapse;
}

.fo-table-all-border td {
	border: 1px solid;
	border-color: #e6e6e6;
	padding: 2px;
}


.fo-table-col1-bold td:first-child {
  font-weight: bold
}

	
.fo-label {
	display:block;
	clear:both;
	font-weight: bold;
	color: #484848;
}

.fo-ul-nobullets {
	list-style-type: none; /* Remove bullets */
 	padding: 0; /* Remove padding */
 	margin: 10px 0px; /* Remove margins */
}

.fo-li-spacer {
	margin-bottom: 10px;
}

@media (min-width:320px)  { /* smartphones, iPhone, portrait 480x320 phones */ 
	 /* Style the navigation menu */
	.fo-div-mobile-nav {
		display: block !important;
		background-color: #ededed;
		padding: 10px 30px 10px 10px;
	}

	.fo-mobile-nav-menu {
		display: inline;
		width: 24px;
	}
	
	.fo-mobile-nav {
		overflow: hidden;
	  background-color: white;
	  position: relative;
	}
	
	.fo-mobile-nav {
	  display: none;
	  z-index: 99;
	  width: 100%;
	  position: absolute;
	  top: 50px;
	  left: 0;
	  padding: 10px;
	  background-color: #ededed;
	}
	
	.fo-mobile-nav a {
		font-size: 16px;
		margin-top: 10px;
	}

	.fo-mobile-nav-info {
		font-size: 16px;
		margin-top: 10px;
		margin-left: 10px;
	}

	.fo-desktop-nav {
		display: none !important;
	}

	#sidebar {
		display: none;
	}
	
	.fo-page-content {
		width: 100%;
	}
		
	.fo-page-display-col1 {
		display: none;
	}

	.fo-page-display-col2 {
		padding: 20px 20px;
	}

	#fo-cookieinfo {
		width: 100%;
	}
	
	.fo-top-logo {
		padding-right: 50px;
		width: 75px;
		padding-top: 10px;
	}
	
	.fo-div-desktop-nav {
		display: none !important;
	}
	
	.fo-capcha {
	}	
	
	.fo-audio-control {
		width: 24px;
	}
	
	.fo-footer {
		border-top: 1px solid #ededed;
		padding: 5px 10px 5px 10px;
	}
	
}

@media (min-width:320px)  { /* smartphones, iPhone, portrait 480x320 phones */ }
@media (min-width:481px)  { /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */ }
@media (min-width:641px)  { /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */ 
	.fo-div-mobile-nav {
		display: none !important;
	}

	.fo-mobile-nav-menu {
		display: none;
	}

	.fo-div-desktop-nav {
		display: inline-block !important;
	}
	
	.fo-desktop-nav {
		display: inline !important;
	}

	.fo-top-logo {
		padding-right: 50px;
		width: 150px;
		padding-top: 10px;
	}


	#sidebar {
		display: block;
	}

	.fo-page-content {
		width: 80%;
	}

	.fo-page-display-col1 {
		display: block;
	}

	#fo-cookieinfo {
		width: 100%;
	}
	
}
@media (min-width:961px)  { /* tablet, landscape iPad, lo-res laptops ands desktops */ }
@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */ }
@media (min-width:1281px) { /* hi-res laptops and desktops */ }






