html{
	height: 100%;	
}

ul, li{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

body{
	background-image: url(../img/mood_fleisch.jpg);
	height: 100%;
	background-size: cover;	
	background-repeat: no-repeat;
	background-attachment: fixed;	
	
}

.container-fluid{
	height: 100%;
}

.content100{
	height: 100%;
}

.content{
	background-color: rgba(255,255,255,0.95);	
	min-height: 100%;
	padding: 80px 20px 160px 20px;
}

@media(min-width:768px){
	.content{
		background-color: rgba(255,255,255,0.9);	
		min-height: 100%;
		padding: 80px 60px 160px 60px;
	}
}

.content-container{
	margin-bottom: 20px;
	margin-top: 20px;
}

.logo{
	margin-bottom: 50px;	
}

@media(max-width:768px){
	.logo{
		margin-bottom: 50px;
		width: 80%;
	}
}

/*---NAVIGATION----*/

nav{
	position: fixed;
	margin-top: 0px;
	padding-left: 20px;
}

@media(min-width: 768px){
	nav{
		position: fixed;
		margin-top: 270px;
	}
}

.navbar-nav {
	float: none;
	margin: 0px;
}

.navbar-collapse, .navbar-nav>li>a{
	padding-left: 0px;
	line-height: 30px;
	padding: 0px;
}

.navigation, .servicenavigation{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 22px;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 30px;
}

.subnavigation{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 22px;	
	display: none;
}

.active + .subnavigation {
    display: block; 
}

@media (min-width: 768px) {
	.navigation, .servicenavigation{	
		font-size: 18px;		
		line-height: 30px;
	}	
	.subnavigation{	
		font-size: 16px;		
		line-height: 22px;
	}
}

@media (min-width: 992px) {
	.navigation, .servicenavigation{	
		font-size: 18px;		
		line-height: 30px;
	}
	.subnavigation{	
		font-size: 16px;		
		line-height: 22px;
	}
}

@media (min-width: 1200px) {
	.navigation, .servicenavigation{	
		font-size: 22px;		
		line-height: 30px;
	}	
	.subnavigation{	
		font-size: 14px;		
		line-height: 22px;
	}
}

.navigation li, .servicenavigation li{
	float: none;
}

.navigation li a, .servicenavigation li a, .navbar-nav>li>a{
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
  	-moz-transition: all 0.3s ease-in-out;
  	-o-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
}

.navigation li a.active, .servicenavigation li a.active{
	color: #bbbbbb;
}

.nav>li>a:focus, .nav>li>a:hover, .servicenavigation>li>a:focus, .servicenavigation>li>a:hover {
	text-decoration: none;
	background: none;
	color: #bbbbbb;
}

.navbar-collapse{
	border-top: 0px;
	box-shadow: none;
}

.servicenavigation{
	border-top: 2px solid #fff;
	padding-top: 20px;
	margin-top: 20px;
	display: inline-block;
}

.glyphicon-menu-hamburger{
	color: #fff;
	font-size: 30px;
}

@media(max-width:767px){
	.navbar{
		margin: 10px 0 20px 0;		
	}
}

.navbar-toggle{
	margin: 0px;
	padding: 0px;
}

@media(min-width:769px){
	.navbar{
		position: fixed;
	}
}

/*---CLAIM---*/

.claim{
	bottom: 0;
	position: relative;
	color: #91c579;
	margin-top: -166px;
	background-image: url(../img/claim_bogen.png);
	width: 256px;
	height: 127px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	text-align: center;
	font-size: 20px;
	padding: 22px 0 0 0;
	line-height: 22px;
}
.claim .claim-text {
    margin: 30px 30px 0 30px;
	text-shadow: 0px 0px 19px rgba(0, 0, 0, 1);
}

/*---TYPO---*/

h1{
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 16px;
	display: inline;
	text-transform: uppercase;	
}

h1:after{
	content: "|";
	padding-left: 5px;
}

h1.no-border:after{
	content: " ";
}

h2{
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 20px;
	letter-spacing: 1px;
	margin: 0px;
	padding: 10px 0 10px 0;
	background-image: url(../img/trennlinie_white.png);
	background-repeat: repeat-x;
	background-position: bottom center;
	display: inline-block;
}

h3{
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 1px;
	margin: 0px;
	padding: 10px 0 0px 0;	
	
}

h4{
	color: #000;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 22px;
	line-height: 22px;
	letter-spacing: 1px;
	margin: 0px;
	padding: 10px 0 5px 0;	
}

h5{
	color: #000;
	font-family: 'Roboto Condensed', sans-serif;
	font-style: italic;
	font-size: 16px;
	font-weight: 500;
	margin: 0px;
	padding: 0;	
}


@media(max-width:768px){
	h2{
		font-size: 14px;		
	}
}

p{
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 16px;
	display: inline;
}

p a{
	color: #0087c6;
	text-decoration: underline;
	-webkit-transition: all 0.3s ease-in-out;
  	-moz-transition: all 0.3s ease-in-out;
  	-o-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
}

p a:hover{
	text-decoration: none;
	color: ##4c4b48;
}

footer{
	padding-top: 10px;
	padding-bottom: 10px;
}

footer p{
	color:#878786;
	font-size: 11px;
	line-height: 13px;
	text-decoration: none;
	font-weight: 700;
	letter-spacing: 0px;
}

@media(min-width:767px){
	footer p{
		font-size: 14px;
		line-height: 22px;
		font-weight: 100;
		letter-spacing: 0px;
	}
	
	footer{
		padding-top: 40px;
		padding-bottom: 30px;
	}
}

footer a{
	 color:#878786;
	 text-decoration: none;
}

footer a:hover{
	color:#878786;
	text-decoration: underline;
}

.trennlinie{
	width: 100%;
	background-image: url(../img/trennlinie.png);
	background-repeat: repeat-x;
	height: 12px;
	margin-bottom: 20px;
}

footer{	
	background: #fff;
	position: fixed;
	bottom: 0;
	left:0;
	right: 0;
	
}

.lageplan{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	display: block;
	background-image: url(../img/ico_lageplan.png);
	background-repeat: no-repeat;
	background-position: center 0px;
	color:#878786;
	margin-top: -20px;
	padding-top: 26px;
	font-size: 14px
}

.lageplanlink{
	display: block;
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	color:#878786;
	font-size: 14px;
}

.lageplan a, .lageplanlink a, .lageplan a:hover, .lageplanlink a:hover{
	text-decoration: none;
	color:#878786;
}

@media(min-width:1024px){
	.lageplan{
		font-family: 'Roboto Condensed', sans-serif;
		font-weight: 700;
		display: block;
		background-image: url(../img/ico_lageplan.png);
		background-repeat: no-repeat;
		background-position: center 0px;
		color:#878786;
		margin-top: -20px;
		padding-top: 26px;
		font-size: 14px
	}
	
	.lageplanlink{
		display: block;
		font-family: 'Roboto', sans-serif;
		font-weight: 100;
		color:#878786;
		font-size: 14px;
	}
}


@media(max-width:768px){
	.lageplan{
		display: none;
	}
	
	.lageplanlink{
		display: none;
	}
}

@media(max-width:1023px){
	.lageplan{
		margin-top: -10px;
		padding-top: 26px;
	}
	
	.lageplanlink{
		
	}
}

/*---TEASER---*/

.sidebar{
	margin-top: 0px;
	position:fixed;
}



@media (min-width: 768px) {
	.sidebar{
		margin-top: 225px;
	}
}

@media (min-width: 992px) {
	.sidebar{
		margin-top: 275px;
	}	
}

@media (min-width: 1200px) {
	.sidebar{
		margin-top: 275px;
	}	
}

.img-content, iframe{
	width: 100%;
	margin: 20px 0 0 0;
}

.teaser{
	margin-bottom: 40px;
	display: block;	
}

.trennlinie.white {
	display: none;
	margin-bottom: 0px;
	
}

.meldung {
	color: #0087c6;
	font-weight: 700;
}

.sidebar .meldung{
	color: #fff;
	padding: 5px;
	margin-top: 10px;
	background-color: #0087c6;
}

.links {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	color: #fff;
	font-size: 12px;
	letter-spacing: 1px;
	padding-top: 10px;
}

.links a{
	color: #fff;
}

@media (max-width:991px){
	.links, h2, h3{
		color: #0087c6;
	}
	
	.links a{
		color: #0087c6;
	}
}

/*---FORMULAR----*/

form{
	margin-top: 20px;
}

fieldset{
	margin-bottom: 30px;
}

input, label, textarea{	
	width: 100%;
	border: 0px;
}

textarea{
	resize: none;
	height: 120px;
}

label{
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

label.mosparo__label {
    text-transform: unset;
}

input{
	height: 30px;
	margin-bottom: 10px;
	padding: 5px;
}

input[type=checkbox], input[type=radio] {
  margin: 4px 0 0;
  line-height: normal;
  float: left !important;
  display: inline;
  width: 20px;
  height: 20px;
  display: inline;
}

.checkbox-label{
	width: auto;
	padding-top: 5px;
	text-align: left;
	display: inline-block;
}

a.button,
button {
    border: none;
	background-color: #0087c6;
	color: #fff;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	padding: 10px;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
  	-moz-transition: all 0.3s ease-in-out;
  	-o-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
}

a.button:hover,
button:hover {
	background-color: #4c4b48;
	
}

.alert {
    margin-top: 20px;
}
.form-group {
    margin-bottom: 0;
}

.marginbottom p{
	margin-bottom: 20px;
	display: block;	
}


