@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	color: #92928e;
	background-color: #FFFFFF;
	height: 100%;
	font-family: 'Trebuchet MS', Verdana, Helvetica, sans-serif;
	font-size: 0.82em;
	line-height: 1.55em;
	text-align: center;
}
img {
	max-width: 100%;
	height: auto;
}
ul, ol, dl {
	padding: 0px;
	margin: 0px;
}
p {
	margin-top: 0px;
	padding-left: 0px; 
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	margin-top: 0px;
	padding-left: 0px; 
}
a img { 
	border: none;
}
a:link {
	/*color: ##FF7628;*/
	text-decoration: none; 
}
a:visited {
	color: ##FF7628;
	text-decoration: none;
}
a:hover, a:active, a:focus { 
	color: #172228;
	text-decoration: none;
}
table.tabelle {
	font-family: 'Trebuchet MS', Verdana, Helvetica, sans-serif;
	font-size: 1em;
/*	color:#333333;
	border-width: 1px;
	border-color: #666666;
	border-collapse: collapse;*/
}
table.tabelle th {
	/*border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	background-color: #dedede;*/
}
table.tabelle td {
	/*border-width: 1px;*/
	padding: 0.5em;
	/*border-style: solid;*/
	/*border-color: #666666;
	background-color: #ffffff;*/
}
table.tabelle a, table.tabelle a:link, table.tabelle a:visited { 
	/*color: #FF7628;*/
	text-decoration: none;
}
.link_hell {
	color: #92928e;	
}
.link_dunkel {
	color: #FF7628;	
}
.container {
	margin: 0px auto;
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-color: #FFFFFF;
	/*padding-top: 45px;*/
}
.header {
	/*background-color: #FF0000;*/
}
.about_us {
	text-align: left;
	font-size: 1.5em;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.05em;
	padding-left: 27%;
	padding-top: 42px;
	padding-bottom: 43px;
	margin-bottom: 20px;
	width: 70%;
	/*background-color: #0000FF;*/
}
.menubutton{
	float: left;
	display: none;
	width: 24px;
	height: 20px;
	text-align: left;
	margin-top: 11px;
	margin-left: 10px;
	margin-right: 5px;
	padding-top: 9px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 9px;
	background-color: #FF7628;
	cursor: pointer;
}
.menubuttonbalken {
	width: 20px; 
	height: 3px; 
	background-color: #FFFFFF; 
	margin-bottom: 4px; 
	border-radius: 3px;
}
.sidebar1 {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 18%;
	min-height: 2000px;
	background-color: #FF7628;
	float: left;
	padding-top: 133px;
	padding-right: 4%;
	font-size: 1.12em;
}
#myMenu {
	display: block;
	text-align: right;
}
#myMobileMenu {
	display: none;
	text-align: left;
}
/*-----------------------------------------------------------*/
.content {
	width: 70%;
	text-align: left; 
	padding-left: 27%;
	/*background-color: #FF00FF;*/
}
.slidewrapper {
	position: relative;
	float: left;
	height: auto;	/*box-shadow: 10px 10px 5px black;*/
	/*background-color: #FFFF00;*/
}
.arrow_left {
	position: absolute;
	/*visibility: hidden;*/
	top: 0px;
	left: 0px;
	width: 350px;
	height: 270px;
	z-index: 998;
	left: 0px;
	top: 0px;
	padding-top: 230px;
	/*background-color: #0000FF;*/
}
.arrow_right {
	position: absolute;
	top: 0px;
	right: 0px;
	/*visibility: hidden;*/
	width: 350px;
	height: 270px;
	z-index: 999;
	right: 0px;
	top: 0px;
	padding-top: 230px;
	text-align: right;
	/*background-color: #FF0000;*/
}
#bu {
	text-align: left;
	margin-top: 10px;
	margin-right: 10px;
}
#bu2 {
	display: none;
}
.sidebar2 {
	/*min-width: 23%;
	background-color: #0FFFF0;*/
	float: right;
}
.content ul, .content ol { 
	/*padding: 0px 0px 0px 0px;*/
}
ul.nav {
	list-style: none; 
	font-weight: 700;
	/*border-top: 1px solid #666666;*/ 
	/*margin-bottom: auto;*/
}
ul.nav2 {
	list-style: none;
	display: none; 
	/*border-top: 1px solid #666666;*/ 
	/*margin-bottom: auto;*/
}
ul.nav li {
	color: #FFFFFF;
	/*border-bottom: 1px solid #666666;*/ 
	font-weight: 700;
	line-height: 2.75em;
	letter-spacing: 0.08em;
}
ul.nav2 li {
	color: #FFFFFF;
	/*border-bottom: 1px solid #666666;*/ 
	font-weight: 400;
	line-height: 1.95em;
	margin-right: 20px;
	letter-spacing: 0.08em;
}
ul.nav a, ul.nav a:visited { 
	color: #FFFFFF;
	text-decoration: none;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 
	color: #bfbebc;
}
.footer {
	color: #FFFFFF;
	background-color: #333333;
}
.legal { 
	font-size: 0.5em;
	text-align: center;
	line-height: 10px;
}
.copy {
	max-width: 680px;
	/*padding-top: 20px;*/
	padding-bottom: 20px;
}
.copy a, .copy a:link, .copy a:visited { 
	/*color: #FF7628;*/
	text-decoration: none;
}
.fltrt {  
	/*float: right;*/
	margin-left: 10px;
	margin-bottom: 10px;
}
.fltlft { 
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.clearfloat { 
	clear: both;
	height: 0px;
	font-size: 1px;
	line-height: 0px;
}
/*----------------------------------------------*/
@media screen and (max-width: 620px) {

body {
	-webkit-text-size-adjust: 100%;
	font-size: 1em;
	line-height: 1.5em;
}
.table-container
{
	width: 100%;
	overflow-y: auto;
	_overflow: auto;
	/*margin: 0 0 1em;*/
}
table.tabelle {
	font-size: 1em;
	/*width: 45%;*/
}
.about_us {
	position: static;
	left: 60px;
	min-width: 73%;
	width: 95%;
	font-size: 1.05em;
	line-height: 1.2em;
	padding-top: 10px;
	padding-left: 0px;
	padding-bottom: 10px;
	padding-right: 10px;
	margin-left: 60px;
}
.menubutton{
	display: block;
}
.sidebar1{
	position: relative;
	left: 0px;
	top: 0px;
	width: 98%;
	min-height: 300px;
	padding-top: 5px;
	padding-left: 60px;
	padding-bottom: 10px;
	padding-right: 1px;
}
#myMenu {
	display: none;
}
#myMobileMenu {
	display: none;
}
ul.nav li {

}
ul.nav2 li {
	margin-left: 20px;
}
.slidewrapper {
	max-width: 100%;
}
.content {
	position: static;
	width: 95%;
	/*min-width: 94%;
	max-width: 100%;*/
	left: 0px;
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
.sidebar2 {
	display: none;
	/*min-width: 10%;*/
}
.fltrt {  
	float: right;
}
.fltlft { 
	/*float: left;*/
	width: 100%;
}
.glass {
	display: none;
}
#bu2 {
	margin-top: 10px;
	display: block;
}
}
