/* Formatierung Layoutelemente */

body {
   	font-family: 'Muli', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	text-transform: none;
	text-decoration: none;
	letter-spacing: 0em;
	word-spacing: 0em;
	line-height: 1.4;
	color: #424242;
   	background-color: #ffffff;
   	padding: 0px;
   	margin: 0px;
   }

.wrapper{
   margin: 0px auto;
   width: 1000px;
   }

.header1{
   float: left;
   width: 100%;
   height: 50px;
	font-size: 21px;
   }

.headertitle h1 {
	font-size: 24px;
}
.navbar-inverse{
	background: transparent !important;
	border-color: transparent !important;
}
.navbar-toggle {
	float: left !important;
}

.col-md-4.box_pic {
	margin-top: 12px;
	padding-left: 2px;
}
.col-md-8.box_content {
	border-left: 1px solid #58ACFA;
}

.footer_box{
	margin-top: 30px;
	border-top: 1px solid #58ACFA;
	padding-top: 5px;
	height: 50px;
	text-align: center;
	font-size: 12px;
}

@media only screen and (max-width: 765px) {
	.navbar-collapse {
		background: #eee;
	}
	.navbar-inverse .navbar-toggle {
		background: #333;
	}
	a.ancher {
		display: block;
	}
}

@media only screen and (min-width: 992px) {
	.header_web {
		margin-left: 40px;
	}
}

@media (max-width: 1200px) and (min-width: 990px) {
	.col-md-8.box_content {
		width: 75%;
	}
}


@media (max-width: 763px)  {
	.col-sm-4.col-sm-push-8.box_pic {
		margin: 0 auto;
		text-align: center;
	}
	.col-sm-4.col-sm-push-8.box_pic img {
		margin: 0 auto;
		text-align: center;
	}
}

.header{
   float: left;
   width: 100%;
   height: 250px;
   }

.content{
   float: right;
   margin-top: 30px;
   margin-right: 35px;
   padding-left: 34px;
   width: 705px;
   border-left: 1px solid #58ACFA;
   }

.menue{
   float: left;
   width: 175px;
   margin-top: 35px;
   margin-left: 50px;
   }

.footer{
   float: left;
   margin-top: 30px;
   border-top: 1px solid #58ACFA;
   padding-top: 5px;
   width: 1000px;
   height: 50px;
   text-align: center;
   font-size: 12px;
   }
 
   
/* Formatierung Menue */

ul#Navigation {
    margin: 0; 
    padding: 0;
    }
  
ul#Navigation li {
	font-size: 17px;
	font-weight: 400;
    list-style-image: url(Bilder/q_blau.gif);
    margin-bottom: 8px;
    }
  
ul#Navigation a {
    text-decoration: none; 
    color: #424242;
    }
  
ul#Navigation a:hover {
    color: #58ACFA;
    }

.naviaktuell{
	color: #58ACFA;
	}
  
  
/* Formatierung Sonstiges */

a {
	color: #424242;
	}

a:hover {
	color: #58ACFA;
	}	
	
h1 {
    font-weight: 400;
	font-size: 22px;
	color: #424242;
	letter-spacing: 0.08em;
	margin-top: 10px;
	padding: 0;
	}
	
h2 {
    font-weight: 400;
	font-size: 22px;
	color: #424242;
	margin-top: 5px;
	margin-bottom: 20px;
	}
	
h3 {
	font-weight: 400;
	font-size: 18px;
	color: #424242;
	margin: 0;
	padding: 0;
}

.kontakttext{
	font-weight: 400;
	font-size: 24px;
	color: #58ACFA;
	}

.bild{
	float: right;
	margin-left: 40px;
	margin-bottom: 800px;
	margin-top: 6px;
	}
	
.bild2{
	float: right;
	margin-left: 30px;
	margin-bottom: 30px;
	margin-top: 6px;
	}
	
.karte{
	float: right;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 6px;
	}

	
ul.Auflistung {
	font-family: 'Muli', sans-serif;
	font-style: italic;
    }
    
ul.Auflistung li {
	margin-bottom: 4px;
    }
    
a:hover.anker {
	color: #424242;
	}
	
a:hover.konatkttext {
	font-weight: 400;
	font-size: 18px;
	color: #58ACFA;
	}
	
a.konatkttext {
	font-weight: 400;
	font-size: 18px;
	color: #58ACFA;
	}


.agreement {
	display: flex;
	/*flex-direction: column-reverse;*/
	width: 100%;
	padding:5px;
	flex-wrap: wrap;
	border-bottom: 1px solid #58ACFA;
	z-index: 43;
	background-color: whitesmoke;
	justify-content: space-around;

	align-items: center;
	/*align-content: center;*/

}

.agreement-items {
	padding: 0px;
	word-wrap: break-word;
	font-size: 12px;
	/*display: flex;*/
	/*justify-content: center;*/
}

/*div.fullscreen {*/
	/*position: absolute;*/
	/*width:100%;*/
	/*height:960px;*/
	/*top: 0;*/
	/*left: 0;*/
	/*background-color: lightblue;*/
/*}*/

/*.alert{*/
	/*display: none;*/
/*}*/