@font-face {
  font-family: 'Ruda-Bold';
  font-style: normal;
  font-weight: 900;
  src: url('Ruda-Bold.eot');
  src: url('Ruda-Bold.eot?#iefix') format('embedded-opentype'),
       url('Ruda-Bold.woff') format('woff'),
       url('Ruda-Bold.ttf') format('truetype'),
       url('Ruda-Bold.svg#Ruda-Bold') format('svg');
}

body {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  background-color: white;
  margin-top: 0;
  padding-top: 10px;
}

.impdat {
	font-size: 14px;	
	color: red;
	text-align: right;
	margin: 0 auto;
	padding-bottom:5px;
	padding-right: 2px;	
}

#container {
	background-color: white;
}

@media (min-width:420px) and (max-width:999px) {
	body {
		background-color: #E6E6E3;
		
	}
  
	#container {
		border: 1px;
		border-style: solid;
		border-color: blue;
		background-color: #ffffff;
		box-shadow: -8px -8px 8px grey, 
  	           8px 8px 8px grey;
	}
	#menu-btn { 
		margin-left: 10px;
	}
	#text {
		margin-left: 20px;
		margin-right: 20px;	
	}  
}

#links {
	display: none;
}

#rechts { 
}

#kopf {
   background-color: #FEE432;
   text-align: right;

	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	background-origin: content-box;
   height: 50px;
   padding-bottom: 10px;
   padding-top: 0px; 
}

#ohneklammer {
	display: none;
}

@media (min-width:320px) and (max-width:999px) { 
	#kopf {
		background-position: center left;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 10px;
	}
	.prtitel {
		font-family: Ruda-Bold,Arial,Verdana,Helvetica,sans-serif;
		font-weight: 900;
		font-size: 16px;
		line-height: 6px;
		margin-top: 14px;
		margin-bottom: 2ex;
	}
}
@media all and (max-width: 326px) { 
	.prtitel  {
		display: none;
	}			
}



nav.topmenu { 
    height: auto; 
    max-height:0; 
    overflow: hidden; 
    transition: all 0.5s;
}

.row {
	margin-top: 10px; 
}

#hamburg:checked + .hamburg  + nav.topmenu { 
    max-height: 600px; 
}

label.hamburg { 
   display: block;
   background: white; width: 75px; height: 50px; 
   position: relative; 
   margin-left: auto; margin-right: auto;
   border-radius: 4px; 
}

input#hamburg {display:none}

.line { 
   position: absolute; 
   left:10px;
   height: 4px; width: 55px; 
   background: #0061D8; border-radius: 2px;
   display: block; 
   transition: 0.5s; 
   transform-origin: center; 
}

.line:nth-child(1) { top: 12px; }
.line:nth-child(2) { top: 24px; }
.line:nth-child(3) { top: 36px; }

#hamburg:checked + .hamburg .line:nth-child(1){
   transform: translateY(12px) rotate(-45deg);
}

#hamburg:checked + .hamburg .line:nth-child(2){
   opacity:0;
}

#hamburg:checked + .hamburg .line:nth-child(3){
   transform: translateY(-12px) rotate(45deg);
}

nav {
	margin-top: 10px;
	background-color: whitesmoke;
}	

nav > ul {
	padding-left: 40px;
	padding-right: 40px;
}

nav > ul > li {
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #0061D8;
	list-style-type: none; 
}

nav > ul > li > a {
	color: black;
	font-family: sans-serif,Ruda-Bold,Arial,Helvetica;
	font-weight: 900;
	font-size: 16px;
	text-decoration: none; 
}

nav > ul > li > a.active {
  color: #F50050;  
} 

nav > ul > li > ul {
	list-style-type: none;
}

nav > ul > li > ul > li {
	padding-top: 12px;
}

nav > ul > li > ul > li > a {
	color: black;
	font-family: sans-serif,Ruda-Bold,Arial,Helvetica;
	font-weight: 400;
	font-size: 14px;
	text-decoration: none;
}

nav > ul > li > ul >li > a.active {
  color: #F50050;  
}







#text {
	text-align: left;
	overflow-y: auto; 
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	font-size: 16px;
	line-height: 24px;
}

@media all and (max-width:999px) { 
	#personbild { 
		display: block;
		margin-left: auto;
		margin-right: auto;
		padding-top: 10px;
		padding-bottom: 50px;
		width: 170px;
	}
}

@media all and (max-width:999px) { 
	#kontaktbild { 
		display: block;
		padding-top: 10px;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 50px;
		width: 250px;
	}
}

h1 {
	margin-bottom: 5px;
	font-family: Ruda-Bold,Verdana,Arial,Helvetica,sans-serif;
	font-weight: 900;
	font-size: 16px;
	margin-top: 30px;
}

h2 {
	font-size: 14px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

.rautebeifragen {
  color: red;
  font-weight: 900; 	
} 

.vorantwort {
  line-height: 0.3em;	
}

.vorfrage {
  line-height: 0.8em;	
}

.absatzll {
  line-height: 1em;	
}

.abstand {
  margin-top: 0.4em;
}

#myform input {
	display: block;
}

#myform {
	margin-top: 1em;
}

#myform label {
	margin-top: 2em;
}

#myform checkbox {
	margin-top: 4em;
	background-color: green;
}
#myform input#telem {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	font-family: Verdana,Helvetica,Times,Arial,sans-serif;
	font-size: 16px; 
	width: 16em;
}

#myform textarea {	
	display: block;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	font-family: Verdana,Helvetica,Times,Arial,sans-serif;
	font-size: 16px; 
	width: 16em;
}

#myform input#submit {
	font-size: 16px;
}

p {
  margin: 5px 0px 0px 0px;
  font-size: 16px;
} 

#druckversion {
	display: block;
	text-align: center;
	background-color: #F2F2F2;
	padding-top: 10px;
	margin-top: 0;
}

#fuss {
	background-color: #F2F2F2;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0.5em;
	text-align: left;
}



.trenn { 
	white-space: nowrap;
}

iframe {
	border : 0;
}


