html {height:100%;}
body {
	font-family:'opensans', Arial, sans-serif;
	font-size: 14px;
	margin: 0; padding: 0; 
	background: #eee 
}

img {max-width:100%; height:auto;}

/* basics */ 
area, usemap {border:0;}
a img {border:0;}
a { color: #cc0000; text-decoration: none; transition:0.5s all;}
a:hover {text-shadow: 0px 1px 3px #666; transition:0.5s all;} 

p {	margin: 0 0 15px 0;  line-height:140%; }

h1, h2, h3, h4 {
	padding: 0;
	margin: 5px 0 5px 0;
	color: #cc0000;
}

h1 {
	font-size: 24px;
	font-weight: normal;
	line-height:120%;	
}

h2 {	
	font-size: 20px;	
	font-weight: normal;
	line-height:120%;	
}

h3 { font-size: 18px;
	font-weight: normal;
	line-height:120%;	
}

h4 { font-size: 16px; line-height:140%; margin:4px 0 2px 0;}
h5 { font-size: 14px; line-height:120%; margin:4px 0 0 0;}
h6 { font-size: 12px; line-height:120%; margin:2px 0 0 0;}


hr{
	border:solid #000000 0.1px; height:0.1px;
	opacity: 0.2;
	clear:both;
}


.wrapper {
	max-width: 1920px; 
 /*   width: 90%; */
    margin: 0 auto;
	background: #eee;
	-webkit-box-shadow: 0px 1px 11px 0px rgba(50, 50, 50, 0.65);
	-moz-box-shadow:    0px 1px 11px 0px rgba(50, 50, 50, 0.65);
	box-shadow:         0px 1px 11px 0px rgba(50, 50, 50, 0.65);
}

.mainbox {margin: 20px 2% 20px 2%;}
.contentbox {width: 68%; float:left; }
.contentbox .inner {padding: 20px; background: #f7f7f7; margin: 20px 20px 30px 20px; border-radius: 10px;} 
.rightbox {width: 31%; float:right; }
.rightbox .inner {padding: 20px; margin: 20px 10px 20px 10px; border: 2px solid #ffffff;border-radius: 10px;}
.footerbox_wide  {padding: 20px; margin: 10px 30px 40px 45px; border: 2px solid #ffffff;border-radius: 10px;}

#contentwide {width: 100%; }

.thrfooter{
	padding: 25px 0px 25px 0px;
	text-align: center;
	        font-size: 14px;  
}
.thrfooter a {
			text-decoration: none; 
}
.thrfooter a:hover {
				text-decoration: none; 
}
.footer{
	padding: 0px 0px 0px 0px;
	text-align: center;
	        font-style: normal;
	        font-size: 11px;  
}
.footer a {
	/*  nix */
}
.footer a:hover {
		/* nix */
}
.copyright{
	padding: 0px 0px 25px 0px;
	text-align: center;
	font-size: 11px;  
}

.clearer { clear:both;}
.clearbottom {height:0px; clear:both;}



/***********************************
	header-menu
************************************/

a#mobilemenu {
    display:  none;   
}
a#mobilemenu span {display:block; padding: 10px 15px ; font-weight: bold;}



.topmenubar {background-color:#5b5b5b; clear:both;
	width:100%;
 /* margin: -4px 0 0 0;*/	
	position: sticky;
  top: 0px;
	z-index: 1000;
}

.search_box {float:right;  width:130px; text-align:right; margin:5px 5px 0 0;}
.search_box .searchstring {	
	width:80px;
	border: 1px solid #ccc;
	background-color: #666;
	font-size:12px;
	padding:2px;
	color:#ccc;
}
.search_box .submitbutton {
	vertical-align: top; margin:0 0 0 0; 
}

.childpages {width: 80%; float:right; min-width:200px; margin-right:3%; background:transparent url(../images/bg30.png);}
.childpages li {width:30%; float:left; }

/* Link Formatting */
ul.nav { 
	list-style-type: none;
	margin: -4px 0 0 0; padding: 0;	
}

ul.nav li {
	float: left; 
	list-style-type: none;
	list-style-image: none;
	position: relative;  
	font-weight: normal; 	
	margin: 0; padding: 0;
	border-right: 1px solid #fff;
	background-color:#333333;
}
ul.nav li li {background-color:#555555;}
ul.nav li li li {background-color:#666666;}

.nav li a {
	display: block; 	
	text-decoration: none; 
	font-weight: bold;
	line-height:120%;
	padding: 8px 10px; 
    color:#fff;

}


/* Hover Formatting */
.nav  li a:hover, .nav li a:focus, .nav li a:active, .nav li a.active, .nav a.menu-current, .nav a.menu-parent {
	 background-color: #cccccc;  color: #000;
}

/* 2 level */
.nav li ul {
	background: none;
    display: none;
    width: 13em; 
    margin: 0; padding:0;
    position: absolute;
}

.nav li ul li {
	width: 13em; 
	text-align: left; 
	font-weight: normal; 
	margin: 0; 
	padding: 0;
	border-top: 1px solid #fff; 
	border-right: none;
}
.nav li ul li a {
	
    color: #fff;
    font-weight: normal;
	padding: 6px 10px;
    
}


/* 2 level hover */
.nav li ul a:hover,  .nav li ul a.menu-current { background-color: #cccccc;  color: #000;}


/* Show and hide */
.nav li:hover ul, .nav li a:focus ul {display: block; }
.nav li ul ul { display: none;}
.nav li:hover ul ul {display: none;}
.nav li:hover>ul, .nav  li li:hover>ul {display: block;  z-index: 1000;}


/* 3 Ebene  */
.nav li ul li ul	{ 
	margin: -20px 0 0 70%; 
	padding:0;
	z-index: 9999;  
	display: none;
	width: 11em; 
}
.nav li ul li ul li	{width: 11em;}


/* Positioning hover */
.nav li {position: relative;}



.nav li:hover {
	z-index: 10000;	
	white-space: normal;
							
}


ul.nav li.ulend {height:10px; background: transparent url(../images/ulend.png) repeat-x;}
ul.nav > li.ulend {display:none ! important;}

/* Back to Top */
#backtotop {
  display: inline-block;
  background-color: #909090;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 5px;
  right: 5px;
  transition: background-color .5s, 
  opacity .5s, visibility .5s;
  opacity: 0.4;
  visibility: hidden;
  z-index: 1000;
}
#backtotop::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 25px;
  line-height: 30px;
  color: #ffffff;
}
#backtotop:hover {
  cursor: pointer;
  background-color: #606060;
}
#backtotop:active {
  background-color: #909090;
}
#backtotop.show {
	opacity: 0.4;
  visibility: visible;
}


ul.nav a.menu-parent { color: #000; background-color: #cccccc;}
@media screen and (min-width: 4001px) {
/* nix */
}
@media screen and (max-width: 4000px) {
/* nix */
}
@media screen and (min-width: 6001px) {
.header .infobox { position: absolute;
  top: 10%;
  left: 40%; 
	}
.header .infobox h1 {font-size:4.0em; line-height:120%;}
	.header .infobox h2 {font-size:58px; line-height:120%;}
	.header .infobox h3 {font-size:54px; line-height:120%;} 
	.header .infobox h3 {font-size:50px; line-height:100%;}
	.footerbox_wide  {padding: 20px; margin: 10px 40px 40px 50px; border: 2px solid #ffffff;border-radius: 10px;}
}
@media screen and (max-width: 6000px) {
.header .infobox { position: absolute;
  top: 9%;
  left: 38%; 
	}
.header .infobox h1 {font-size:4.0em; line-height:120%;}
	.header .infobox h2 {font-size:54px; line-height:120%;}
	.header .infobox h3 {font-size:50px; line-height:120%;} 
	.header .infobox h3 {font-size:46px; line-height:100%;}
	.footerbox_wide  {padding: 20px; margin: 10px 40px 40px 50px; border: 2px solid #ffffff;border-radius: 10px;}
}
@media screen and (max-width: 4000px) {
.header .infobox { position: absolute;
  top: 8%;
  left: 33%; 
	}
	.header .infobox h1 {font-size:48px; line-height:100%;}
	.header .infobox h2 {font-size:44px; line-height:100%;}
	.header .infobox h3 {font-size:40px; line-height:100%;}
	.footerbox_wide  {padding: 20px; margin: 10px 40px 40px 50px; border: 2px solid #ffffff;border-radius: 10px;}
}
@media screen and (max-width: 3000px) {
.header .infobox { position: absolute;
  top: 7%;
  left: 28%; 
	}
	.header .infobox h1 {font-size:44px; line-height:100%;}
	.header .infobox h2 {font-size:40px; line-height:100%;}
	.header .infobox h3 {font-size:36px; line-height:100%;}
	.footerbox_wide  {padding: 20px; margin: 10px 40px 40px 50px; border: 2px solid #ffffff;border-radius: 10px;}
}
@media screen and (max-width: 2500px) {
.header .infobox { position: absolute;
  top: 6%;
  left: 20%; 
	}
	.header .infobox h1 {font-size:38px; line-height:100%;}
	.header .infobox h2 {font-size:34px; line-height:100%;}
	.header .infobox h3 {font-size:30px; line-height:100%;}
	.footerbox_wide  {padding: 20px; margin: 10px 40px 40px 50px; border: 2px solid #ffffff;border-radius: 10px;}
}

@media screen and (max-width: 1800px) {
.header .infobox { position: absolute;
  top: 5%;
  left: 12%; 
	}
	.header .infobox h1 {font-size:32px;}
	.header .infobox h2 {font-size:28px;}
	.header .infobox h3 {font-size:24px;}
	.footerbox_wide  {padding: 20px; margin: 10px 30px 40px 40px; border: 2px solid #ffffff;border-radius: 10px;}
}
@media screen and (max-width: 1200px) {
.header .infobox { position: absolute;
  top: 5%;
  left: 12%; 
	}
	.header .infobox h1 {font-size:32px;}
	.header .infobox h2 {font-size:28px;}
	.header .infobox h3 {font-size:24px;}
	.footerbox_wide  {padding: 20px; margin: 10px 30px 40px 40px; border: 2px solid #ffffff;border-radius: 10px;}
}

@media screen and (max-width: 1000px) {	
	.search_box {/*margin-top: -26px; */
	position: sticky;
  top: 6px;
  margin: -32px 0 -32px 0;
	
	}

.header .infobox { position: absolute;
  top: 5%;
  left: 10%; 
	}
	.header .infobox h1 {font-size:24px; line-height:100%;}
	.header .infobox h2 {font-size:20px; line-height:100%;}
	.header .infobox h3 {font-size:16px; line-height:100%;}
	
.footerbox_wide  {padding: 20px; margin: 10px 10px 20px 10px; border: 2px solid #ffffff;border-radius: 10px;}
	
	a#mobilemenu { 
		display:  block; 
		background: #666666;   
		color: #fff;
		width:100% ;
	/*	margin: -5px 0 0 0; padding: 0;*/
		position: sticky;
  top: 0px;
	z-index: 1000;
}

	ul#topmenu, ul#topmenu ul, ul#topmenu ul ul {width:100% ! important; position: static ! important; margin: 0 0 0 0 ! important; display: none}
	ul#topmenu li, ul#topmenu li li, ul#topmenu li li li {
		float: none;
		border-right: none; 
		width:100%  ! important;
		display: block;
		border-bottom: 1px solid #fff;
		min-height:100%;

	}
	
	
	ul#topmenu li.menu-parent > ul, ul#topmenu li.menu-current > ul {display: block}
	ul#topmenu {display: block}
	ul#topmenu li.menu-current  {background-color: #999999; font-weight:bold;}
	
	ul#topmenu a.menu-parent { color: #fff; background-color: #666666;}	
	#topmenu a.menu-parent { color: #000;}
	#topmenu a.menu-expand {
		background-image: url("../images/downArrow.png");
		background-repeat: no-repeat;
		background-position: right 50%;
		
	}
	ul#topmenu {display:none;}
	
	.childpages {float:none; width:90%; margin-left:15px; }
	.childpages li {width:49%; float:left; }
	/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
	
	
	.mainbox {margin: 20px 0 20px 0;}
	.contentbox, .rightbox {width: 100%; clear:both; }
	.contentbox .inner {padding: 10px; background: #f7f7f7;  margin: 10px; border-radius: 10px;}
    .rightbox .inner {padding: 20px;}

	.footer { width: 96%; }
	
	.showonmobiles {display:block ! important;}
	
	.mobilesonly {display:block ! important;}
	.desktoponly {display:none;}

	

/* The following will make the sub menus collapsible for small screen devices (it's not recommended editing these) */
	ul.sm-clean{width:auto !important;}
	ul.sm-clean ul{display:none;position:static !important;top:auto !important;left:auto !important;margin-left:0 !important;margin-top:0 !important;width:auto !important;min-width:0 !important;max-width:none !important;}
	ul.sm-clean>li{float:none;}
	ul.sm-clean>li>a,ul.sm-clean ul.sm-nowrap>li>a{white-space:normal;}
	ul.sm-clean iframe{display:none;}


}


@media screen and (max-width: 640px) {
	.header .infobox { position: absolute;
  top: 5%;
  left: 8%; 
	}
	.header .infobox h1 {font-size:1.0em; line-height:100%;}
	.header .infobox h2 {font-size:0.8em; line-height:100%;}
	.header .infobox h3 {font-size:0.6em; line-height:100%;} 
}