@import url('https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i,900,900i');
@import url('fonts/texgyreadventor_bold_macroman/stylesheet.css');
@import url('fonts/texgyreadventor_regular_macroman/stylesheet.css');
body { 
	font-family: 'Lato', Verdana, Arial, Helvetica, sans-serif; 
	font-size: 16px;
	font-weight: 400;
	color: #616161;
	background: #fff;
}
.gelb {color:#E9AB00;}
.blau {color:#003770;}
.green {color:#69b75c;}
.grau {color: #616161}
.bildrechts {float:right; margin-left:10px;}
.bildlinks {float:left; margin-right:10px;}

img.teaser, .teaser img {float:left; width:33%; height:auto; margin: 0 25px 20px 0;}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Customise the standard HTML
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
img {max-width:100%;}
a:link, a:visited {
	color: #E9AB00;	 
	text-decoration: none;
	transition:0.5s all;
}
a:hover, a:active {
	color: #69b75c;
	XXtext-decoration: underline;
	transition:0.5s all;
}
a:link.sponsorlogo, a:visited.sponsorlogo {
	color: #cc0000;	 
	text-decoration: none;
	transition:0.5s all;
    opacity: 50%;
}
a:hover.sponsorlogo, a:active.sponsorlogo  {
	color: #ff0000;
	transition:0.5s all;
    	opacity: 100%;
}
a img {border:0}	
p a {font-weight:bold;}	
td {vertical-align:top;}
/* ------------------------------------------------ */
h1, h2, h3, h4, h5, h6 { line-height: 120%; margin:0; font-weight:normal;
	font-weight: 900;}
b, strong {font-weight: 900; }
XXa XXstrong {color: #cc0000; }
p {margin:0 0 5px 0; line-height: 150%;}
h1 { color:#69b75c;
	padding:0 0 10px 0;
	font-size: 2.2em;
    text-align: center;
   
}

h2 { 
	margin:30px 0 10px 0;
    padding: 60px 0px 0px 0px;
	font-size: 1.8em;
    text-align: center;
     color:#69b75c;
    clear: both;
}

h2.frontpageh2 {text-align:center; color:#ffd200; font-size:2.5em; padding: 20px 1%; font-weight:normal; text-transform: uppercase;}
h3 { margin:20px 0 8px 0;
	font-size: 1.2em;		
}
h4 {	
	margin:10px 0 0 0;	
	font-size: 1.2em;
    color:#616161;
    text-align: center;
    font-weight: 400;
    line-height: 1.4em;
}
h5 {
	margin:10px 0 0 0;	
	font-size: 0.94em;	
}
h6 {
	margin:3px 0 0 0;	
	font-size: 0.9em	
}
form {margin: 0;}
hr {
	margin: 5px 0px 5px 0px;
	color: #505567;
	border: 0;
	border-top: 1px solid #505567;
	height: 1px;
}
ul li {	
	padding-bottom: 0px;
	list-style-type: square;
	/*list-style: url(img/lipu.gif);*/
} 
ul {	
	line-height: 150%;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 0.7em;
	padding-left: 0.7em;
}
ol {
	line-height: 150%;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 0.9em;
	padding-left: 0.9em;		
}
blockquote{
	background-color:#edeef2;
	padding: 6px;
	border-left: 2px solid #7f869c;
	margin: 3px 0 20px 0;
}
pre, .code {
	color: #7f869c;
	padding: 6px 0 20px 6px;
	border-top: 1px solid #7f869c;
	border-right: 1px solid #7f869c;
	border-bottom: 1px solid #7f869c;
	border-left: 6px solid #7f869c;
	background-color: #ffffff;
	margin: 3px 0 20px 0;
	font-size:1em;	
	overflow:auto; 
	line-height:2.2em;	
}
address {
	line-height:120%;
	margin: 10px 0 20px 0;
	padding-left: 10px;
	border-left: 6px solid #7f869c;
	font-style: normal;
	font-weight: bold;
	}
/*-----------------------------------------------------------------
table {border-collapse:collapse; border:0;}*/
abbr				{}
acroynm			{}
cite				{}
address			{}
strong			{}
em					{}
/* Inline font Styles */
/* Pretty styles for changing text in the WYSIWYG editor */
.important	{font-weight:bold;color:#f00;}
.code				{font-family: "Courier New", Courier, mono; color:#093;letter-spacing: 1px;}
.info-box		{border: 1px solid #cc3; background-color:#dadbe8;padding:4px;}
/*Formulare*/
input[type="text"], input[type="submit"], textarea, option, select {width:98%; padding: 3px; color: #000; background-color: #eee; border: 1px solid #5f593d; border: 1px solid #666; }
input[type="text"]:hover, input[type="submit"]:hover, textarea:hover, option:hover, select:hover { background-color: #fff; }
input[type="text"]:focus, input[type="submit"]:focus, textarea:focus, option:focus, select:focus { background-color: #fff; }
form {width:100%; font-size:14px;}
.blaubutton {		
		display:inline-block;
		text-transform: uppercase;
		color: #fff ! important;
		font-size: 32px;
		text-align:center;
		line-height:100%;		
		margin: 4px 0 0 2%;
		padding: 8px 35px 10px 35px;
		background: #003770;
   		border-radius: 10px;
		border: 1px solid #fff;	
		font-weight: 700;
    font-family: 'Oswald', sans-serif;
	}
.gelbanmelden {
    display: inline-block;
    text-transform: uppercase;
    color: #003770 ! important;
    font-size: 28px;
    text-align: center;
    line-height: 100%;
    margin: 4px 0 0 2%;
    padding: 8px 70px 10px 70px;
    background: #ffd200;
    border: 1px solid #003770;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
	transition: 1s padding;
}
.gelbanmelden:hover {
	padding: 8px 90px 10px 90px;
}
/*=======================================================================================*/	
/* Standards */
/* Specials */
p img[align="right"], h3 img[align="right"] {float:right; max-width:49%; margin: 3px 0 2px 0.5%; height:auto;}
p img[align="left"], h3 img[align="left"] {float:left; max-width:49%; margin: 3px 1% 2px 0; height:auto;}
.button {
    display: inline-block; clear:both; padding: 2px 10px 5px 10px;  margin: 15px 10px 1px auto;  text-align: center;  border: 2px solid #ccc;  border-radius: 0.2em; transition: 0.8s all;
	background: rgba(200, 200, 200, 0.5);
}
.button:hover {
	background: #69b75c; color: #fff;   
}
.button a, .button a:hover {color:#fff}
a.button {color: #FFFFFF}
editlink {}

table {
	border-collapse:collapse;
	border: none;
}
table.table {
	clear:both;	
	border-collapse:collapse;
	border: none;	
	border-top: 1px solid #666;
	margin: 20px 0 5px 0;
	width:100%;
	font: 0.85em;	
}
table.table caption {font-size:1.1em; text-align:left; }
table.table th {font-size:0.9em; padding: 4px; text-align:left; vertical-align: top; ;  border: none; border-bottom: 1px solid #ddd;}
table.table tbody td {font-size:0.9em; padding: 4px; vertical-align: top;  border: none; border-bottom: 1px solid #ddd;}
table.table tbody tr:hover td {background-color:#eee;}
table.table tbody td p, table.table tbody td h1, table.table tbody td h2, table.table tbody td h3, table.table tbody td h4 {margin: 0; line-height:110%;}
img.picfull {width:100%; height:auto;}
img.pic2left {float:left; width:49%; margin: 3px 1% 2px 0; height:auto;}
img.pic2right {float:right; width:49%; margin: 3px 0 2px 0.5%; height:auto;}
img.pic3left {float:left; width:32%; margin: 3px 1.5% 2px 0; height:auto;}
img.pic3right {float:right; width:32%; margin: 3px 0 2px 0.3%; height:auto;}
img.pic4left {float:left; width:24%; margin: 3px 1% 2px 0; height:auto;}
img.pic4right {float:right; width:24%; margin: 3px 0 2px 0.5%; height:auto;}
/*Show and Hide Responsive*/
.hideOnDesktops {display: none;}
body .showOnDesktops {display: block;}	


/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) {
	body.sd-popup {width:98%; padding:1%;}
	body.sd-popup table {width:98% ! important; padding:1%;}
	body.sd-popup table td {width:50% ! important;}
	img.pic2left, img.pic2right {width: 100%;  margin: 3px 0 2px 0;}
	img.pic3left, img.pic3right, img.pic4left, img.pic4right  {width: 49%;}
	/*Show and Hide Responsive*/
	body .hideOnTablets {display: none;}
	.hideOnDesktops {display: block;}
	body div .showOnTablets {display: block;}
	.halbformdiv {width:99%; float:none; }
    .rechterblock {display: block; width:100%; float:right; padding: 10px 0px 0px 0px}
    
    h1 { color:#69b75c;
	padding:0 0 10px 0;
	font-size: 1.8em;
    text-align: left;
}
    h2 { 
	margin:30px 0 10px 0;
	font-size: 1.6em;
    text-align: left;
     color:#69b75c;
    clear: both;
}
    h4 {	
	margin:10px 0 0 0;	
	font-size: 1.0em;
    color:#616161;
    text-align: left;
    font-weight: 400;
    line-height: 1.4em;
}
   
}
/* Small devices (Smartphone, up to <440px) */
@media (max-width: 440px) {
	img.pic2left, img.pic2right {width: 100%;  margin: 3px 0 2px 0;}
	img.pic3left, img.pic3right, img.pic4left, img.pic4right  {width: 49%;}
	/*Show and Hide Responsive*/
	.hideOnMobiles {display: none;}
	body .hideOnTablets {display: block;}
	body .hideOnDesktops {display: block;}
	body div .showOnMobiles {display: block;}
    
    	h1 {  font-size: 2.0em; }	
	h2 {font-size: 1.8em; margin: 50px 0px 30px 0px; line-height: 1.2em}	
	h3 {font-size: 16px; line-height: 20px}
	
    
    h4 {	
	margin:10px 0 0 0;	
	font-size: 1.1em;
    color:#616161;
    text-align: left;
    font-weight: 400;
    line-height: 1.4em;
}
.rechterblock {display: block; width:100%; float:right; padding: 10px 0px 0px 0px}
    
    
}
/* Bundesländer buttons */
div .hover {float:left; 
    display: block; 
    text-align: center; 
    opacity: 0.5;
    margin: 5px 5px 30px 5px}

div .hover:hover {
  opacity: 1;
}
.hover a {color:#003770;}
.hover a:hover {color:#69b75c;}
.hoverzentriert {width: 99%; margin:0 auto}
    