﻿/*-------------------- CSS Document --------------------*/
body{
	/*background: url(/xconfig/layout/picture/bg.jpg) no-repeat center center fixed;
	background-size: cover;
	background:#b9cee1;*/
	background:##FFF;
	font-family: 'Open Sans', sans-serif;
	font-size:20px;
	color:#646f76;}

/*-------------------- header Bereich ------------------*/
	.website_bg{
		background:url(/xconfig/layout/picture/header-bg1.jpg) repeat-x;
		margin:0px;}
	
	.header{
		background:none;
		margin:auto;
		height:204px;
		text-align:center;}
	.header-img{
		padding:2px 0px 0px 0px;}
	.header-style {
		}
	.bg-picture{
		background:#bdcfe7;}
	
	.sitepicture{
		padding:0px;}

	.btn-danger{
		background:#be0c29;}

	.carousel-caption{
		color:#000;}
		
	.navbar-default {
		background:none;
		margin:1px;
		border:none;}
	
	.navbar-bootbites{
		background:#FFF;}
	
/*-------------------- menu Bereich ------------------*/


/* Normales Menü */
	.navbar-sytle{
		background:none;
		margin:0px;
		border:0px;}
	.menu{
		margin:0px 0px 0px 0px;
		background:none;}
	
	.menu  #top_active a {
		background:#0065a4;
		color:#FFF;}

	/*TOP Menü Text anpassen*/
	.menu ul.navbar-nav a{
		color:#1073b6;}
		
	.menu ul.navbar-nav a:hover{
		background:#0065a4;
		color:#FFF;}
	
	.menu ul.menu a{
		color:#FFF;
		padding-left:0px;}

	/* Dropdown Menü Farbe anpassen */
	.menu #top_active .dropdown-menu a{	
	background:none;}

	.menu #top_active .menu-sub a:hover{}
	
 /*-------------------- dropdownmenu Bereich ------------------*/	
	
	/*Wenn TOP Navi Aktiv, dann dropdown wie folgt anzeigen*/
	.menu #top_active ul.dropdown-menu a{
		background:url(/xconfig/layout/picture/bg.png);
		color:#000;
		text-decoration:none;}
	
	.menu #top_active ul.dropdown-menu a:hover{
		background:#0065a4;
		color:#FFF;
		text-decoration:none;}
	
	/*Allgemeines Dropdown Menü*/
	.menu ul.dropdown-menu{
		background:url(/xconfig/layout/picture/bg.png);
		background-position:bottom;
		border-radius:0px;
		}

	.menu ul.dropdown-menu a{
		color:#1073b6;
		text-decoration:none;}

	.menu ul.dropdown-menu a:hover{
		color:#FFF;}	

	.menu ul.dropdown-menu strong{
		color:#6885b5;}	
	
/*-------------------- Linke Navigation --------------------*/
	.navi_left{
		margin-top:10px;
		border:0px;
		background:none;}
	
	.menu-left ul{
		padding:0px;
		margin:0px;}
	
	.navi_left ul li a{
		display:block;
		margin:2px 0px 2px 0px;
		padding:8px;
		background:none;
		color: #646f76;
		font-size:14px;
		border-top:1px dotted #888888;
		text-decoration:none;}
	
	.menu-left ul li a:hover{
		background:#4c6a86;
		color:#FFFFFF;
		font-weight:bold;}
	
	.navi_left ul li .active{
		color:#6885b5;
		font-weight:bold;}

	/*-------------------- Linke Navigation | Zweite Ebene --------------------*/		
	.navi_left ul li ul li{
		display:block;
		margin-left:-20px;}
	
	.navi_left ul li ul li a:hover{
		background:#efefef;
		color:#6885b5;
		font-weight:bold;}
		
	.navi_left ul li ul li #menu-left2_active{
		background:none;
		color:#6885b5;
		font-weight:bold;}
	
	.navi_left ul li ul li ul li #menu-left3_active{
		background:#4c6a86;
		color:#FFFFFF;
		font-weight:bold;}

/*-------------------- Content Sie sind hier --------------------*/
	.content-left-picture{
		margin:35px;}
	
	.content-sie-sind-hier{
		font-size:10px;}
	
	.content-sie-sind-hier h1{}
	
	.content-sie-sind-hier a{
		font-size:10px;
		color:#6885c3;}

/*-------------------- Content Middle --------------------*/
	.container-bg{
		background: url(/xconfig/layout/picture/pferde.png) no-repeat #e3edff;
		background-position:bottom right;
		padding-top:20px;}
		
	.content-middle{
		font-family: Arial,Helvetica,sans-serif;
		font-size:12px;
		margin:0px 0px 30px 0px;}
	
	.content-middle strong{
		color:#1073b6;}
	
	.content-middle h1{
		font-size:24px;
		color: #1073b6;
		padding-bottom:5px;}
	
	.content-middle h2{
		font-size:16px;
		float:none;
		margin:0px;
		padding:0px;
		color: #1073b6;
		padding-bottom:5px;}
	
	.content-middle h3{
		color: #1073b6;
		font-size:20px;
		margin-top:0px;}

	.content-middle h4 a{
		background:none;
		color:#1073b6;}
		
	.content-middle h4 a strong{
		color:#1073b6;}

/*-------------------- Bildergalerie Einstellungen --------------------*/
	.carousel-control img{
		position: absolute;
		top: 50%;
		z-index: 5;
		display: inline-block;}

/*-------------------- Webseite Java Rollout mit eckigen Klammern in grau -------------------- */
	.panel-collapse{
		color:#646f76;}

	.panel-collapse li strong{
		color:#646f76;}

	#panel-default{
	border-radius: 0px;}

	.startseite_box{
		background:#fcfdff;
		border-radius: 5px;
		margin:1px;
		-webkit-box-shadow: 0px 0px 20px -1px rgba(0,0,0,0.5);
		-moz-box-shadow: 0px 0px 20px -1px rgba(0,0,0,0.5);
		box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.5);}

/* ------------------- Youtube Video einbinden ---------------------*/
.responsive-video {
	padding-bottom: 56.25%;
	position: relative;
	overflow: hidden;
	displax: block;
	height: 0;
	}

.responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
	}
		
/*-------------------- Allgemeine Konfiguration --------------------*/
	.break{
		word-break:break-all;}
	.clear{
		clear: both;}

	#shade{
		height:1px;
		border:1px dotted #cccccc;}

	.infobox{
		font-size:10px; 
		text-align:center; 
		border:1px solid #efefef;
		border-radius: 5px;
		padding:5px;}
	.infobox legend{
		 font-size:11px; 
		 color:#1e4e9b;
		 padding:0px 0px 0px 0px;
		 margin:10px 0px 0px 0px;}
	
	.infobox form{
		 text-align:center; 
		 margin-top:10px;}
		 
	.kontaktbox{
		background:#efefef;
		margin:2px;
		padding:15px;
		border:1px solid #CCC;
		border-radius: 5px;}
	
	.artikelshow{
		background:#efefef;
		margin:5px 0px 5px 0px;
		padding:15px;
		border:1px solid #CCC;
		border-radius: 5px;}
	.artikelshow img{
		max-height:200px;}
	.onlinebefragung{
		font-size:14px;}
/*------------------- Suche Feld Design */
	.suche{
		float:right;} 
				
/*-------------------- Footer --------------------*/

.footer{
	background:#0067a7;
	background-size:auto;
	color:#efefef;
	font-size:12px;
	padding-top:20px;
	text-align:left;}
	
	.footer h1,h2 {
		padding-top:0px;
		color:#fff;
		float:right;
		font-weight:normal;
		padding:20px 0px 20px 0px;
		font-size:10px;}
		
	.footer h1{
		float:left;
		text-align:left;
		margin:3px 0px 0px 30px;}
	
	.footer h2{
		float:right;
		text-align:right;
		margin:3px 30px 0px 0px;}
	
	.footer h3{
		float:left;
		text-align:left;
		width:400px;
		margin-top:3px;
		margin-right:30px;}
	
	.footer a{
		color:#efefef;}


.footerleiste{
	text-align:center;
	background:none;
	margin:20px;
	padding:3px;}

.footer2{
	background:#b3c8e4;
	color:#0067a7;
	height:50px;
	font-size:20px;
	padding-top:10px;
	text-align:left;}
		
.bottom_menu{
	text-align:left;
	font-size:10px;}

	.bottom_menu ul a{
		margin:0px; 
		padding:0px; 
		width:auto;
		font-size:10px; 
		min-height:200px;}

/*-------------------- Anpassung der Daten auf Smartphones und Tablets --------------------*/

@media only screen and (max-width:1200px){
	.header{
		height:204px;}
	.header-img{
		padding:17px 0px 0px 0px;}
	
	.content-left-picture{
		margin:10px;}

	.dropdown-menu{}
		
	.dropdown-menu strong {}
			
	.dropdown-menu a strong {}
}

@media only screen and (max-width:990px){
	.website_bg{
		background:url(/xconfig/layout/picture/header-bg2.jpg) repeat-x;
		margin:0px;}
		
	.header{
		height:170px;}
	.header-img{
		padding:34px 0px 0px 0px;}
		
	.content-left-picture{
		margin:0px;
		margin-top:10px;}
}

@media only screen and (max-width:768px){
	.container-bg{
		background-position:bottom center;}
		
	.navi_left{
		margin-top:10px;
		display:none;}
		
	.website_bg{
		background:none;
		margin:0px;}
		
	.header{
		height:auto;}
		
	.content-left-picture{
		visibility: hidden; 
		display: none;
		height:auto;}
	
	.dropdown-menu a strong {
		padding-top:10px;}

	ul.nav li.dropdown:hover ul.dropdown-menu{
		display: block;
		margin-top:0px;}

	.footer2{
		font-size:14px;}
}

@media only screen and (min-width:1200px){

	.logo{
		margin:0px 60px 0px 0px;}	

}

@media only screen and (min-width: 768px){
	/* Dropdown mit Hover Funktion (außer Smartphones) */
	ul.nav li.dropdown:hover ul.dropdown-menu{
		display: block;
		margin-top:0px;}
}

/*-------------------- Datenschutz Cookie --------------------*/	

#cookiedingsbums { 
   outline: 1px solid #FFF; 
   border-top:1px solid #1c84b9;
   background: url(/xconfig/layout/picture/cookie-bg.png); 
   position:fixed;
   bottom:0px; 
   z-index:10000; 
   width:100%; 
   font-size:13px; 
   line-height:16px;
   }

#cookiedingsbums a {color:#efefef; text-decoration:none;}
#cookiedingsbums a:hover {text-decoration:underline;}
#cookiedingsbums div {padding:20px; padding-right:40px; text-align:center;color:#efefef; }
#cookiedingsbumsCloser {
   color: #777;
   position: absolute;
   right: 20px;
   top: 15px;
   text-decoration: none;
   cursor:pointer;
   border-top:1px solid white; 
   border-left:1px solid white; 
   border-bottom:1px solid #7b92a9; 
   border-right:1px solid #7b92a9; 
   padding:4px;
   background: none; 
 }

#cookiedingsbumsCloser:hover {border-bottom:1px solid white; border-right:1px solid white; border-top:1px solid #7b92a9; border-left:1px solid #7b92a9;}