﻿@charset "utf-8";
/* CSS Document */
html, body {
	/*background:#4cd4ef; /*hellblau*/
	background:#eaded0;
	height:100%;
	margin:0;
	padding:0;
}
table {
	color:yellow;
}

table.intab {
	align:center;
	color:darkred;
	border:1px solid darkred;
    width:70%;
    margin-left:15%;	
}


img {
	width:200px;
}	

.csi1 {
-ms-transform: rotate(350deg);
	-webkit-transform: rotate(350deg);
	transform: rotate(350deg);
}
	
.csi2 {
-ms-transform: rotate(-350deg);
	-webkit-transform: rotate(-350deg);
	transform: rotate(-350deg);
}

div.oben { 
	height: 15%;
	font-family:Times;
	font-size:16px;
	font-style:italic;
	font-weight:bold;
	color:darkred;
	text-align:left;
    background-color:transparent;
	margin-left:4%;
	width:92%;
	}
	
div.mitte { 
	height:81%;
    /*background-color:transparent;
	max-height:60%;*/
	overflow-y:auto;
	margin-top:10px;
	width:60%;
	margin-left:20%;
	background-color:transparent;	
	border:1px solid darkred;
	}
div.unten {
    background-color:transparent;
	padding-top:0;
	width:100%;
	margin-left:0;
	margin-right:0;
}	

h1  {
	text-align: center;
	color:darkred;
}	
	
h2 { 
	font-size:1.2em;
	font:italic bold 1.5em Arial;
	margin-bottom: 0.5em;
	text-align: center;
	color:darkred;
}

select {
	background-color:transparent;
	border:1px solid darkred;
	color:darkred;
	height:1.6em;
}

input {
	width:98%;
	color:darkred;
	background-color:transparent;
	border:1px solid darkred;
	height:1.6em;	
}

input.send {
	background-color:transparent;
	color:#darkred;
	width:15em;
	height:3em;
	border:3px solid darkred;
	margin-top:0.5em;
	border-radius:10px;	
}

textarea {
    color:darkred;
	overflow-y:auto;
	background-color:transparent;
	border:1px solid darkred;
}

textarea.comments {
		width:98%;
		height:80px;
}


p.formular {
    font:italic bold 14px Arial;
	color:darkred;
	margin-left:10%;
}

p.textblock {
		width:80%;
		margin-left:10%;
		margin-right:10%;
		font:normal normal 1.2em Arial;
		color:darkred;
		text-align:left;
}
#wrapper {
	position: relative;
	background-color:transparent;
	min-height:100%;
	height:auto;
}

#content {
	width:98%;
	margin-left:1%;
	background-color:transparent;
	height:88%;
    padding-bottom:100px;
}
#footer {
	position:absolute;
	bottom:0;	
	background-color:#ffffff;
	clear:left;
	color:#63adff;	
	font:italic bolder 1em Arial;
	text-align:center;	
	width: 100%;
	//height:auto;
	padding-top:1em;
	padding-bottom:2em;
	
}
div .cont {
	display:flex;
	align-items:center;
	justify-content:center;
	float:left;
	width:50%;
	height:33%;
	background-color:transparent;
}
.unten ul {
	  list-style: none;
	  background-color: #444;
	  color:#ffffff;
	  width:90%;
	  margin-left:5%;
	  /*text-align: center;*/
	  padding-top:0.6em;
	  padding-left:0;
	  height:auto;
	  margin-top:1.5em;
	  margin-bottom:0;
	  border-radius:10px; 
      
}

.unten ul li {
	 display: inline-block;
     margin-right: -4px;
 	 border-bottom: none;
     line-height: 30px;
     font-size: 1.0em;
	 margin-bottom:2px;
    
	 	 
}
	
.unten ul li a {
	/*width:200px;*/
	margin-left:8em;
	text-decoration:none;
	color:#ffffff;
	margin-bottom:0.2em;
	background-color:darkred;
	padding-left:1.5em;
	padding-right:1.5em;
	border-radius:0.5em;
	font-size:18px;
	font-style:italic;
	font-weight:bolder;
    text-align:center;	
	display:block;	
}
.unten ul li a:visited {color:#ffffff;}
 
.unten ul li a:hover, ul li .current {color:black;
    background-color:yellow;}
.unten ul li a:active { background-color: red;
  color: #444;
  cursor: default;                  
}

.cont_impress {
	float:left;
	width:32%;
	height:100%;
	background-color:transparent;
	overflow-y:auto;
	overflow-x:hidden;
	border-right:3px solid darkred;
	padding-left:1px;
	padding-right:8px;
}	


#captcha_code {
	width:8em;
	height:2em;
	maxlength:5;
	font:italic bold 24px Arial;
}
/*===========================================================================
  ===========================================================================*/
@media screen and (max-width: 1700px) {
	div.oben { 
		height:17%;
		margin-left:1%;
		width:98%;
	}
	div.mitte {
		height:78%;
	}
	.unten ul li a {
		padding-left:1.5em;
		padding-right:1.5em;
		font-size:16px;	
			
	}
}

@media screen and (max-width: 1550px) {
	div.oben { 
		height:20%;
	}
	div.mitte {
		height:74%;
	}
	.unten ul li a {
		padding-left:1.2em;
		padding-right:1.2em;
		font-size:14px;	
	}
	
}

@media screen and (max-width: 1320px) {
	div.oben { 
		height:24%;
	}
	
	div.mitte {
		height:69%;
	}
}

@media screen and (max-width: 1100px) {
	div.oben { 
		height:23%;
	}
	
	div.mitte {
		height:70%;
		width:70%;
		margin-left:14%;
	}
	.unten ul li a {
		padding-left:0.8em;
		padding-right:0.8em;
		font-size:12px;	
	}
		
}

@media screen and (max-width: 800px) { /*ipad porträt*/
	div.oben {
		height:13%;
	}
	div.mitte {
		height:75%;
	}
		
	.unten ul li {
		/*background-color:aqua;*/
	}
	.unten ul li a {
		margin-left:50px;
		background-color:darkred;
		padding-left:1.0em;
		padding-right:1.0em;
		font-size:12px;	
	}
	
    .mitte {
		height:100%;
		overflow-y:auto;
		background-color:yellow;
	}	
	.cont_impress {
		height:100%;
		width:98%;
		background-color:blue;
		margin-left:0;
		overflow-y:auto;
	}
}

@media screen and (max-width: 700px) { /* iphon Landscape*/
	h1, h2 {
		font-size:14px;
	}
	div.oben {
		width:95%;
		height:30%;
		font-size:12px;
	}
	
	div.mitte {
		width:95%;
		height:55%;
		margin-left:0;
	}
	
	div.unten {
		width:95%;
		height:10%;
	}
	
	div .cont {
		width:16.6%;
		height:100%;		
	}
	
	#content {
		background-color:transparent;
		height:75%;
		overflow-y:auto;
	}
	img {
		width:100px;
	}
	
	.unten ul li a {
		margin-left:20px;
	}
	
	#footer {
		font-size:11px;
	}	
}
@media screen and (max-width: 600px) {
		
	div.oben {
		height:38%;
	}
	
	div.mitte {
		width:95%;
		height:50%;
	}
}	

@media screen and (max-width: 450px) { /* iphon Porträt*/
	img {
		width:80px;
	}
	div.oben {
		height:40%;
	}
	div.mitte {
		
		height:50%;
	}
	div.cont {
		width:49.5%;
		height:33%;		
	}
}