body {
	padding-top: 90px;
}

a, a:link, a:hover, a:active, a:focus {
	outline: 0;
}

.kopf {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 90px;
	background-color: #fff;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
	padding-top: 58px;
	z-index: 1000;
}

.logo {
	margin-top: -53px;
}

.logo img {
	height: 70px;
	width: auto;
}

.burger {
	margin-top: -10px;
}

#bildsatz {
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
}

.abstand {
	margin-bottom: 50px;
}

.block {
	padding-top: 35px;
	padding-bottom: 15px;
	background-color: #f6f6f6;
}

.block:nth-child(2n+0) {
    background: #fff;
}

.contentpic {
	margin-bottom: 20px;
}

.gleichehoehe {
	overflow: hidden;
	margin-bottom: 20px;
}

.liste {
	padding: 5px;
}

a.liste {
	color: #555;
	text-decoration: none;
	display: block;
}

a.liste:hover {
	background-color: #d9d9d9;
}

a.liste.l4:hover {
	background-color: transparent;
}

div.news, a.news {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 10px;
	border-bottom: 1px dotted #000;
}

a.news:hover {
	background-color: #eee;
}

.newspic {
	margin-bottom: 10px;
}

.galerie-einblendung {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 2000;
}

.galerie-hg {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(0,0,0,0.7);
	overflow: visible;
	z-index: 2030;
}

#galerie {
	position: absolute;
	top: 40px;
	left: 40px;
	right: 40px;
	bottom: 40px;
	z-index: 2060;
}

#galerie .carousel-inner {
	height: 100%;
}

#galerie .item {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

#galerie .carousel-control {
	background-image: none;
	width: 30px;
}

a.galerie-x {
	position: absolute;
	top: 10px;
	right: 40px;
	color: #fff;
	font-size: 23px;
	z-index: 2090;
}

.radio-label {
	float: left;
	margin-top: 2px;
	margin-right: 10px;
	min-height: 34px;	
}

@media(min-width: 768px){
	
	.liste {
		padding-bottom: 99999px;
		margin-bottom: -99999px;
	}

}
