html {
	height:100%;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	background-color:rgb(5,45,18);
	color:#FFFFFF;
	margin:0px;
	font-size:16px;
	line-height:22px;
	-webkit-text-size-adjust:none; 
	letter-spacing:0.04em;
	position:relative;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
}
#container{
	height:100%;
	max-width:800px;
	margin:50px auto 0px auto;
}
#header{
	position:fixed;
	top:0px;
	width:100%;
	max-width:800px;
	height:50px;
	text-align:left;
	vertical-align:top;
	cursor:pointer;
	/* background-color:#032613;  Old green */
	background-color:rgb(5,45,18);
	margin:0px auto 0px auto;
	z-index:100;
	padding:0px;
}
.headertable{
	width:100%;	
	height:100%;
}
.td_left{
	position:relative;
	width:auto;
	overflow:hidden;
	text-align:left;
}
.td_left img{
	width:249px;
	height:auto;	
	/*margin:15px 0px 0px 13px;*/
	margin:15px 0px 0px 22px;
	vertical-align:top;
}
.td_right{
	width:80px;
	text-align:right;
	vertical-align:top;
}
.td_right img{
	height:32px;
	margin:8px 15px 0px 0px;	
}
#buttons{
	/*font-size:14px;
	line-height:20px;*/
	font-size:20px;
	line-height:26px;
	text-align:left;
	overflow:hidden;
	opacity:0.0;
	transition:opacity 600ms ease-in-out;
}
#mobilenav{
	position:relative;
	width:auto;
	height:0px;
	overflow:hidden;	
	/*margin:0px 2px 2px 2px;*/
	padding:0px 1px 0px 1px;
	transition:height 500ms ease-in-out;
	background-color:rgb(5,45,18);
}
.navtable{
	width:100%;
	border-spacing: 2px;
	border-collapse: separate;
	margin-top:35px;
}
.navtable td{
	width:50%;
	height:35px;
	cursor:pointer;
}
.buttonunselected{
	background:rgb(2, 85, 15);
	opacity:1.0;
}
.buttonselected{
	background:rgb(2,60,17);
	opacity:0.9;
}
.buttontext{
	padding:12px 0px 0px 14px;
	opacity:0.9;
	line-height:20px;
}
#sprache{
	/* **************************** */
	position:absolute;
	bottom:12px;
	right:14px;
	font-size:15px;
	opacity:0.4;
	transition:opacity 500ms ease-in-out;
	text-decoration:none;
}
#sprache a{
	text-decoration:none;
}
#desktop{
	/* **************************** */
	position:absolute;
	bottom:12px;
	left:14px;
	font-size:15px;
	opacity:0.0;
	transition:opacity 200ms ease-in-out;
	text-decoration:none;
}
#desktop a{
	text-decoration:none;
}
.green{
	position: relative;
	background:rgb(2, 85, 15);	
	color:rgb(205,220,210);
	margin:0px 0px 0px 0px; /* margin:0px 4px 4px 4px; */
	padding:0px 0px 50px 0px;
}
.green_inner{
	font-size:18px;
	line-height:28px;
	display:inline-block;
	margin:12px 10px 0px 25px;	
	max-width:700px;
	/*background:rgba(2, 250, 15,0.1);*/
}
.green img{
	width:100%;
	height:auto;	
}
.green_extra{
	background:rgb(2, 85, 15);	
	color:rgb(205,220,210);
	margin:4px 0px 0px 0px; /* margin:0px 4px 0px 4px; */
	padding:0px 0px 50px 0px;
}
.green_extra_inner{
	font-size:18px;
	line-height:28px;
	display:inline-block;
	margin:0px 10px 0px 25px;	
	max-width:700px;
	/*background:rgba(2, 250, 15,0.1);*/
}
.green_extra img{
	width:100%;
	height:auto;	
}
p{
	margin-bottom:19px;	
	margin-right:15px;
}
a {
	text-decoration:underline;
	color:rgb(2, 250, 15);
	color:inherit;	
}
em a{
	color:rgb(2, 250, 15);
}
strong{
	/*font-size:20px;
	line-height:28px;
	color:rgb(2, 250, 15);*/	
	font-weight:300;
	font-size:23px;
	line-height:35px;
	color:rgb(2, 250, 15);
}
h1{
	font-size:40px;
	line-height:48px;
	margin-top:24px;
	margin-bottom:36px;
	color:rgb(2, 250, 15);	
	text-transform:uppercase;	
}
h2{
	font-weight:300;
	font-size:23px;
	line-height:35px;
	color:rgb(2, 250, 15);	
}
.space{
	height:4px;	
}
.dots{
	height:34px;
	text-align:center;
	padding:0px 15px 0px 15px;
	/*background:rgba(200,200,150,0.3);*/
}
.dot{
	display:inline-block;
	width:15px;
	height:15px;
	overflow:hidden;
	margin:10px 4px 0px 4px;
}
.dot_on{
	width:100%;
	height:auto;
	transform:translateY(-15px);
}
.dot_off{
	width:100%;
	height:auto;
}
@media (max-width: 660px){
	.td_left img{ margin:15px 0px 0px 18px; }
	#buttons{ font-size:18px; line-height:22px; }
	.buttontext{ padding:10px 0px 0px 10px; }
	.green_inner{ font-size:17px; line-height:24px; margin:12px 10px 0px 20px; }
	.green_extra_inner{ font-size:17px; line-height:24px; margin:12px 10px 0px 20px; }
	/*strong{ font-size:18px; }*/
	p{ margin-bottom:18px; margin-right:10px; }
	h1{ font-size:36px; line-height:39px; margin-top:8px; margin-bottom:16px;}
}
@media (max-width: 480px){
	.td_left img{ margin:15px 0px 0px 13px; }
	#buttons{ font-size:14px; line-height:20px; }
	.buttontext{ padding:7px 0px 0px 8px; }
	.td_right{ width:70px; } 
	.green_inner{ font-size:15px; line-height:23px; margin:10px 10px 0px 16px; }
	.green_extra_inner{ font-size:15px; line-height:23px; margin:10px 10px 0px 18px; }
	/*strong{ font-size:16px; }*/
	p{ margin-bottom:16px; }
	h1{ font-size:32px; line-height:35px;margin-top:8px; margin-bottom:18px;}
	h2{ font-size:20px; line-height:30px;}
	strong{ font-size:21px; line-height:32px;}
}
@media (max-width: 350px){
	.td_right{ width:60px; } 
	#logo{ width:235px; margin:11px 0px 0px 8px; }
	p{ margin-right:5px; }
}
@media (max-width: 330px){
	.td_left img{ width:225px; margin:16px 0px 0px 10px;}
}
@media (max-width: 300px){
	.td_left img{ width:200px; margin:17px 0px 0px 10px;}
	.green_inner{ font-size:14px; line-height:22px; margin:10px 10px 0px 15px; }
	.green_extra_inner{ font-size:14px; line-height:22px; margin:10px 10px 0px 15px; }
	/*strong{ font-size:15px; }*/
	#logo{ width:200px; margin:13px 0px 0px 13px; }
	p{ margin-right:0px; }
}
@media (max-width: 280px){
	.td_left img{ width:190px; margin:18px 0px 0px 10px;}
	#buttons{ font-size:13px; line-height:17px; }
	.buttontext{ padding:5px 0px 0px 7px; }
}
@media (max-width: 260px){
	.td_left img{ width:165px; margin:18px 0px 0px 10px;}
	#buttons{ font-size:12px; line-height:17px; }
	.buttontext{ padding:5px 0px 0px 7px; }
	#logo{ width:160px; margin:14px 0px 0px 13px; }
}

			