@charset "utf-8";
/* CSS Document */



@media (min-width:1030px) {
		
		.nav-mob{
		display: none !important;
	}
	
}

@media (max-width:1024px) {
	
 .nav-out	{
		display: none !important;
	}
	
	.nav-mob{
		
		position: relative;
		left: 10px;
		top: 5px;
		
	
	}
	
	.link_mob ul{
		min-width:150px;
		background-color:#fff;
		list-style-type: none;
		position: absolute;
		left: 60px;
		top: 0px;
		
	}
	
	.link_mob a{
		color: #000;
		text-decoration: none;
		
	}
	
	.nav-mob-container {
   display: none;
}
	
	
		}


@media (max-width:1140px) {
	

	
	.nav-link2{
		display: none !important;
	}}


@media (min-width:1200px) {
	
	/*.form_fixed {
		min-width: 310px;
		min-height: 250px;*/
	.ausblenden{
		display: none;
	}
	.einblenden {
		/*width: 230px;
		height: 50px;
		background-color:#F7F7F7;*/
		position: fixed;
		right: 20px;
		top: 250px;
		/*border: 1px solid #007bb5; 
		text-align: center;
		text-overflow: inherit;
		padding: 0px !important;
		margin: 0px !important;*/
		/*box-shadow: 10px 10px 10px white inset, 10px 10px 10px*/
	}
		#box {
	max-width: 250px;
	min-height: 50px;
  position: fixed;
		right: 30px;
		top: 200px;
  background-color:aliceblue;
  border-radius: 3px;
  padding: 1px 1px 5px 1px;
  display: none;
  box-shadow: 5px 5px 15px #969696;
   
}
		#box a {
			text-decoration: none;
			color:#333;
		}
	
	}
	






@media (max-width:1200px) {
	.einblenden #box{
		display: none;
	}
			
}

		
	
	


@media (min-width:1700px) {
	
.form_fixed {
		width: 200px;
		min-height: 250px;
		background-color:aliceblue;
		position: fixed;
		right: 20px;
		top: 340px;
		border: 1px solid #007bb5;
		border-radius: 5px;
		/*box-shadow: 10px 10px 10px white inset, 10px 10px 10px*/
	}
	
	.google_map{
		min-height: 500px;
	}
	
}

.expose {
	min-height: 500px;
	min-width: 33,3%;
	padding-bottom: 10px;
	/*padding-top: 0px;*/
	margin-bottom: 20px;
	margin-left: 10px;
	
	/* box-shadow: 5px 5px 4px #8BC0D9; */
	background-color: #fff;
	box-shadow: 5px 5px 15px #969696;
	
}
.expose h1{
	color: #007bb5;
	margin-top: 10px;
	font-size: 26px;
	
	
}
.expose a {
	color: #007bb5;
	text-decoration: none
}

.page_header {
	font-size: 20px;
	
}

.footer {
	color: #696969;
}

.footer a:link, a:active, a:visited {
	text-decoration:underline;
	color: #464646;
}

.footer ul li {
	font-size: 14px;
	padding: 5px 0px;
	margin-left: 3px;
	line-height: 1.0em;
	position: relative;
	list-style: none outside none;
	text-align: left;
}

.footer h3 {
	text-decoration: underline;
	font-size: 1.4em; 
}

.head h1 {
	color: #333;
	padding-bottom: 20px;
	font-size: 2.3em;
	
	/*text-decoration: underline; */
}

.nead h1 {
	color: #333;
	padding-bottom: 20px;
	font-size:  2.3em;
	
	/*text-decoration: underline; */
}


.team {
	padding-bottom: 15px
}
.team ul li {
	padding: 5px 0px;
	margin-left: 3px;
	margin-top: 1px;
	line-height: 1.0em;
	list-style: none outside none;
	text-align: left;	
}


.navi {
   
    float:left; /*  rechts von mir kommen die "schönen" Bilder hin */
	width: 99%;
	padding-left: 3px;
	align-content: center;
	overflow: auto;
  	background-color:#000;
    height: 95px;
 
 } 

.navi ul {
	float:right;
}
 
.navi li {
	padding: 2px;
	
	float:none;
	display: inline-block;
  
}

.navi img {
	max-height: 90px;
}

.navi a {
  
  color:#fff;
 }

.ausgabe {
  margin:0;
  padding:0;
  /* margin-left:115px; */
  width:570px;            /* Bildbreite */
  height:400px;           /* Bildhöhe */
  overflow:hidden;        /* Bitte nur ein Bild zeigen. Alle auf einmal wär langweilig */
  background-color:#ddd;
 } 
 
.ausgabe li {
  margin:0;
  padding:0;
  list-style:none;
 }

.ausgabe li a {
  margin:0;
  padding:0;
  display:block;
}
  
.ausgabe li img {
 border:none;
 display:block;
 margin:0 auto;      /* Hochformat zentrieren */
} 

.farbe {
	background-color: aliceblue;
}
.cont_abst {
	padding: 5px;
}


@media (min-width:1600px) {
.col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9 {
	float: left
}
.col-xl-12 {
	width: 100%
}
.col-xl-11 {
	width: 91.66666667%
}
.col-xl-10 {
	width: 83.33333333%
}
.col-xl-9 {
	width: 75%
}
.col-xl-8 {
	width: 66.66666667%
}
.col-xl-7 {
	width: 58.33333333%
}
.col-xl-6 {
	width: 50%
}
.col-xl-5 {
	width: 41.66666667%
}
.col-xl-4 {
	width: 33.33333333%
}
.col-xl-3 {
	width: 25%
}
.col-xl-2 {
	width: 16.66666667%
}
.col-xl-1 {
	width: 8.33333333%
}
}

		html, body {
			height:100%;
			margin:0;
			padding:0;
		}
		
		#divBsp {
  		min-height: 100%;
 		height:auto !important;
  		height:100%;
} 
		
		header, nav, section {display: block;}
		header {
			top:30px;
			position:relative;
			height:9em;

			background-color:#ffffff;
			width:100%;
			color: #007BB5;
			z-index:10;
		}
		nav {
			bottom:0px;
			height:3em;
			left:0px;
			position:absolute;
			background-color:#fff;
			width:100%;
			
		}
		* html nav {
			top:expression(auto);
		}
		.fixed-navi {
			top:0px;
			position:fixed !important;
			position:absolute;
		}
		* html .fixed-navi {
			top:expression(documentElement.scrollTop);
		}
		
		.link_list ul {
    		list-style-type: none;
    		margin: 0, 15;
    		padding: 0;
		}

		.link_list li{
    		display: inline-block;
			padding: 0px;
			list-style: none outside none;
			margin: 0 15px;
			transition: all 0.4s;
			letter-spacing: 0px;
			line-height: 2em;
		}
		
		#Content {
			top:30px;
			position:relative;

			background-color:#fff;
			width:100%;
		}
		footer {
			bottom:0px;
			position:absolute;
			height:5%;
			
			background-color:#14529a;
			width:100%;
			color: white;
		}

		/*a {
			color:#101010;
		}*/
		
		.nav-link a {
			color:#101010;
			text-decoration: none;
			
		}
		
		div .midl {
			min-height: 10em;
    		display: table-cell;
    		vertical-align: middle
		}
		
		.map_ref {
        min-height:399px;
        width: 100%;
		padding: 10px;
       }
		
		.map_bg {
        height: 100%;
      }
		
		.map_ref {
        height: 100%;
      }

.non_Style {
	list-style: none;
	text-align: left;
	padding-left: 0;
}



.modal {
}
.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
}
.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
}


.ImageLeft {
  float:left;
  padding: 4px;
  box-shadow: 5px 10px 12px #969696;
  margin-right: 10px;
  margin-bottom: 10px;
}
.ImageRight {
  float:right;
  padding: 4px;
  box-shadow: 5px 10px 12px #969696;
  margin-bottom: 10px;
  margin-left: 10px;
}

.shad {
	box-shadow: 5px 8px 12px #969696;
}

.shad2 {
	box-shadow: 5px 5px 15px 3px #969696;
}

.shad3 {
	box-shadow: 0px 10px 12px #969696;
}

.shad_form {
	box-shadow: 3px 3px 8px #969696;
}

.shad_txt {
	/*text-shadow: 1px 2px 3px #969696;*/
}
.FontSizeL {
	font-size: 0.9em;
}
.tomczak {
	color: #007BB5;
}

hr.new1 {
  border: 2px dashed #007bb5;
}



.img-first
{
position:relative;
z-index:0;
}
.img-second
{
position:absolute;
padding:5px;
top:50px;
left:0px;
z-index:1;
}

img .img-sale {
	
	display: block;
	max-width: 100%;
	height: auto;
}