/*@import url(https://fonts.googleapis.com/css?family=Oswald:300,400,700%7CRoboto:400,300,400italic,700,700italic);*/

body { 	
	font-family: 'Roboto', sans-serif;
	font-size: 1.1em;
	line-height:140%;
	color:#444;
}

area, usemap { border:0; }
a img { border:0; }
a { text-decoration: none; }
a:hover { color: #CC9933; }
h1, h2, h3, a { color: #663300; }

.topmenubar, div#mobilemenu { background:#663300; }
.topmenubar a, div#mobilemenu { font-size: 18px ! important; font-family: "Oswald", sans-serif; color: #fff; }

.nav li ul li { border-top: 1px solid #cdc2b6; background-color: #663300; }
.nav li a:hover, .nav li ul li a, ul.nav a.menu-parent { background-color: #cc9933; color: #fff; }
.nav li ul a:hover,  .nav li ul a.menu-current { background-color: #663300; color: #fff; }

p, h1, h2, h3, h4, h5, h6 { margin: 30px 0 15px 0; }
p { line-height:150%; }
h1, h2, h3 { line-height: 110%; }
h4, h5, h6 { color: #663300; }
h1 {  font-family: "Oswald", sans-serif; font-size:2.2em; line-height:120%; text-shadow: 2px 6px 9px #ccc; } 
h2 {  font-family: "Oswald", sans-serif; font-size: 1.5em;  text-shadow: 2px 6px 9px #ccc; }
h3 {  font-family: "Oswald", sans-serif; font-size: 1.2em; text-shadow: 2px 4px 9px #ccc; }
h4 { font-size: 1em; } 
h5 { font-size: 0.95em; }
h6 { font-size: 0.9em; }

/* 
-------------------------------------------------------------
Verlinkungen innerhalb der contentbox (Hauptexte) hervorheben 
-------------------------------------------------------------
*/

.contentbox a { 
	border-bottom: 1px #663300 dotted;
	transition:0.5s all;
}

.contentbox a:hover {
	border-bottom: 0;
	transition:0.5s all;
}

hr {
	border:none;
	border-bottom: 2px solid #663300; 
	margin: 30px 0 30px 0;
	clear:both;
}

li {	
	padding-bottom: 10px;		
} 

ul {	
	margin-top: 0;
	margin-bottom: 15px;
	margin-left: 0.9em;
	padding-left: 0.9em;
	list-style-image: url(/assets/img/lipu_h.gif);
	list-style-type: square	
}

ol {	
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 0.9em;
	padding-left: 0.9em;		
}

address {
	line-height:120%;
	margin: 10px 0 20px 0;
	padding-left: 10px;
	border-left: 6px solid #cdc2b6;
	font-style: normal;
	font-weight: bold;
}

blockquote {	
	padding: 10px;
	margin: 0 0 20px 0;
}

pre, code {
	padding: 5px 0 10px 6px;
	margin: 3px 0 20px 0;	
	font-size: 1em;	
	overflow: auto; 
	line-height: 1.5em;
	color: #eee;		
}

table {	
	border-collapse: collapse;	
	border-top: 1px solid #cdc2b6;
	margin-top: 3px;
	margin-bottom: 5px;
	width: 100%;
	font: 0.85em;	
}


input , textarea, pre, code, blockquote, select {
	border: 1px solid #663300;  background: rgba(255, 255, 255, 0.9);  color: #000;
}

/* 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: block; clear:both; padding: 2px 10px 5px 10px;  margin: 10px 10px 10px auto;  text-align: center;  border: 2px solid #ccc;  border-radius: 1.2em; transition: 0.8s all;
	background: rgba(200, 200, 200, 0.5);
}

.button:hover {
	background: rgba(30, 123, 0, 0.5); color: #fff;  border-radius: 0.5em;  
}

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;  background:transparent url(images/bg75.png);  border: none; border-bottom: 1px solid #666; }
table.table tbody td { font-size:0.9em; padding: 4px; vertical-align: top;  background:transparent url(images/bg50.png); border: none; border-bottom: 1px solid #666; }
table.table tbody tr:hover td { background-color:#fff; }
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; }
	
.visibletest div { background-color: green; text-align: center; }

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) {
	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; }
}

/* 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; }
}

/*
##################################################
Beginn frontteaserblock (Linkbilder unter Header)
##################################################
*/

.teaserbox { min-height: 250px; } 
.frontteaserblock {
	margin: 30px 0; 
	width: 100%; 
	overflow: hidden;
}
.frontteaserblock div { width:102%; }
.frontteaserblock div a {
	float: left; 
	display: block; 
	width: 23.8%; 
	margin: 0 1% 10px 0; 
	padding-bottom: 10px; 
	opacity: 0.9; 
	background: #fff; 
	/* border-bottom: 2px solid #eee; */
}
.frontteaserblock div a span { display:block; }
.frontteaserblock div a span.picturebackground {
	width: 100%; 
	background-size: 100% auto, auto; 
	background-position: center center;  
	transition: 0.6s all;
}
.frontteaserblock div a img {
	width: 100%; 
	float: left; 
	opacity: 1; 
	transition: 0.9s all;
}
.frontteaserblock div a .mt_title {
	margin: 10px 5px 0 10px; 
	height: 40px; font-size:16px; 
	line-height: 120%; 
	font-weight: bold; 
}
.frontteaserblock div a .mt_desc {
	margin: 0 5px 0 10px; 
	XXheight: 130px; 
	line-height: 120%; 
	font-size: 0.9em; 
}
.frontteaserblock div a:hover { opacity:1; }
.frontteaserblock div a:hover span.picturebackground {
	width: 100%;
	background-size: 180% auto, auto; 
}
.frontteaserblock div a:hover img { opacity:0; }
/*
##################################################
ENDE frontteaserblock (Linkbilder unter Header)
##################################################
*/






/* -------------------------------------
--------- PIWIK Responsive -------------
----------------------------------------
------------------------------------- */


.iframe-piwik-container {
	position:relative;
	margin-bottom: 30px; 
	padding-bottom:56.25%; 
	padding-top:25px; 
	height:0; 
	max-width:100%; 
	} 

.iframe-piwik-container iframe { 
	position:absolute; 
	top:0; 
	left:0; 
	width:100%; 
	height:100%; 
	border:none;
	}

/* ---------------------------------
--- YouTube Responsive Container ---
--------------------------------- */

.iframe-youtube-container {
	position:relative;
	margin-bottom: 30px; 
	padding-bottom:56.25%; 
	padding-top:25px; 
	height:0; 
	max-width:100%; 
	} 

.iframe-youtube-container iframe { 
	position:absolute; 
	top:0; 
	left:0; 
	width:100%; 
	height:100%; 
	border:none;
	}
	


/* -------------------------------------
--- Google Maps Responsive Container ---
------------------------------------- */

.google-maps {
        position: relative;
        padding-bottom: 75%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }
	

/* 
-------------------------------------------------------------
Verlinkungen innerhalb des Footers hervorheben 
-------------------------------------------------------------
*/

.footer .inner a {
	/*color: #663300 ! important;*/
	border: 1px 1px 0 1px #fff dotted;
	border-bottom: 1px #663300 dotted;
	padding: 3px;
	}
	
	
.footer .inner a:hover{
	/*background-color: #F0E68C;*/
}