@import url('https://api.dga-post.de/fonts/css?family=Raleway:400,700');
@import url('https://api.dga-post.de/fonts/css?family=Raleway:400,700');
@import url('../plugin/lightbox/css/lightbox.css');
@import url('https://api.dga-post.de/animate.css/3.0.0/animate.min.css');
@import url('../plugin/liquidslider/css/liquid-slider.css');
@import url('../plugin/slick/slick.css');
@import url('../plugin/slick/slick-theme.css');


* {
	margin: 0;
	padding: 0;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	font-size: 15px;
	line-height: 1.5em;
	color: #000;
	}

body,
textarea {
	font-family: Raleway,
	verdana,
	sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1.3em;
	font-family: Raleway,
	verdana,
	sans-serif;
	color: rgb(151,4,44);
}

h1 {
	margin-bottom: 20px;
	text-align: center;
}

a {
	text-decoration: none;
	color: rgb(151,4,44);
}

img {
	border: 0px;
	max-width: 100%;
}

menu,
ol,
ul {
	padding: 0 0 0 40px;
}

iframe {
	border: 0px;
}

/* Allgemein */

.pos,
.wrap {
	position: relative;
}

.ovhi {
	overflow: hidden;
}

.pos {
	width: 100%;
}

.wrap {
	width: 1600px;
	margin: 0 auto;
	left: 0;
	right: 0;
}

.spalte,
.spalte2,
.spalte3,
.spalte4 {
	margin: 0 2% 40px 2%;
	float: left;
}

.spalte {
	width: 96%;
}

.spalte2 {
	width: 46%;
}

.spalte3 {
	width: 29%;
}

.spalte4 {
	width: 21%;
}

.readtxt {
	font-size: 16px;
	line-height: 1.8em;
}

[class*="openclose_"]:not(#menu) {
	height: 0;
	overflow: hidden;
}

[class*="openclose_"].openclose_tabmenu{
	height:auto !important;
	width:0;
	float:left;
	overflow:hidden;
}

.tabmenue > div:not(:last-child) {
    margin-right: 20px;
}
.tabmenue > div {
    display: inline-block;
}

.balken {
	height: 5px;
	background: rgb(151,4,44);
	background: -moz-linear-gradient(left, rgba(151,4,44,
	1) 0%,
	rgba(151,4,44,
	.8) 60%,
	rgba(151,4,44,
	1) 100%);
	background: -webkit-linear-gradient(left, rgba(151,4,44,
	1) 0%,
	rgba(151,4,44,
	.8) 60%,
	rgba(151,4,44,
	1) 100%);
	background: linear-gradient(to right, rgba(151,4,44,
	1) 0%,
	rgba(151,4,44,
	.8) 60%,
	rgba(151,4,44,
	1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='151,4,44', endColorstr='151,4,44', GradientType=1);
}

#balken2 {
	position: absolute;
	top: 100%;
	left: 0;
}

.arrow {
	display: block;
	width: 100%;
	clear: both;
	padding-left: 30px;
	position: relative;
}

.arrow:after {
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	display: block;
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid #666;
	border-right: 0px solid transparent;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.arrow.klickopen:after {
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.plus {
	cursor: pointer;
	display: block;
	padding: 0 30px;
	position: relative;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;
	margin-bottom: 20px;
	background: rgba(255, 255, 255, 0);
	border: 1px solid rgb(151,4,44);
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
}

.plus.klickopen,
.plus:hover {
	background: rgba(255, 255, 255, 0.8);
}

.mt30i {
	margin-top: 30px !important;
}

.plus:after {
	content: "+";
	display: block;
	font-size: 24px;
	height: 20px;
	position: absolute;
	right: 10px;
	top: 0;
	width: 20px;
}

.plus.klickopen:after {
	content: "-";
	font-size: 30px;
	top: -3px;
}

.klickbtn {
	cursor: pointer;
}

.hovercolor:hover {
	opacity: .7;
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	-ms-transition: all 2s ease;
	-o-transition: all 2s ease;
	transition: all 2s ease;
}

/* 3.0 - Kurzklassen */

.c {
	text-align: center;
}

.r {
	text-align: right;
}

.l {
	text-align: left;
}

.ovhi {
	overflow: hidden;
}

.ovvi {
	overflow: visible;
}

.right {
	float: right;
}

.bl {
	position: relative;
	float: left;
	margin: 0 10px 5px 0;
}

.br {
	position: relative;
	float: right;
	margin: 0 0 5px 10px;
}

.bor {
	border-right: 1px solid rgb(151,4,44);
}

.bobo {
	border-bottom: 1px solid #ddd;
}

.mb20 {
	margin-bottom: 20px;
}

.mb40 {
	margin-bottom: 40px;
}

.mt20 {
	margin-top: 20px;
}

.mt40 {
	margin-top: 40px;
}

.ml20 {
	margin-left: 20px;
}

.ml40 {
	margin-left: 40px;
}

.ml4p {
	margin-left: 4%;
}

.mr20 {
	margin-right: 20px;
}

.mr40 {
	margin-right: 40px;
}

.p20 {
	padding: 20px;
}

.color {
	color: rgb(151,4,44);
}

.bcolor {
	background: rgb(151,4,44);
}

.colorw {
	color: #fff;
}

.colorw a {
	color: #fff;
}

.clear {
	clear: both;
}

.list li {
	margin-bottom: 20px;
}

.list li ul {
	margin-top: 20px;
}

.s12 {
	font-size: 12px;
}

.s20 {
	font-size: 20px;
}

.w80 {
	width: 80px;
}

.w150 {
	width: 150px;
}

.w200 {
	width: 200px;
}

.w350 {
	width: 350px;
}

.w600 {
	width: 600px;
}

.h100 {
	height: 100px;
}

.dib {
	display: inline-block;
}

.db {
	display: block;
}

.flr {
	float: right;
}

.fll {
	float: left;
}

.fln {
	float: none;
}

.vat {
	vertical-align: top;
}

.va5 {
	vertical-align: 5px;
}

.hide {
	display: none;
}

/* 4.0 - Grundlayout */

#site {
	min-height: 100%;
	width: 100%;
	position: relative;
}

.facebook {
	width: 48px;
	height: 48px;
	display: inline-block;
	cursor: pointer;
}

.facebook .icon {
	padding: 0;
}

/* 4.1 - Header */

#header {
    z-index: 1;
}

#headerbalken {
	z-index: 2;
	background-color: rgb(151,4,44);
}

#smartnavi,
#showmobilnavi,
#zeitenbox,
#adressbox {
	display: none;
}

#headericons {
	float: right;
}

#headericons .klickbtn {
	background-color: rgb(151,4,44);
	cursor: pointer;
	display: inline-block;
	height: 48px;
	width: 48px;
}

#headericons .klickbtn:not(:first-child),
#headericons a:not(:first-child) {
	margin-left: 20px;
}

.terminzusatz {
	background: #f3f3f3;
	display: block;
	padding: 20px;
	text-align: center;
}

.terminzusatz:before {
	content: "i";
	display: inline-block;
	width: 18px;
	height: 18px;
	border: 2px solid #999;
	background: #bbb;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin-right: 10px;
	vertical-align: middle;
}

#kontaktboxheader {
	color: #fff;
	background-color: rgba(0, 0, 0, 0.45);
	padding-top: 9px;
	padding-bottom: 9px;
	top: 0;
}

kontaktboxheader .icon {
	fill: rgb(151,4,44);
}

#kontaktboxheader a {
	color: #fff;
	font-weight:normal;
}

#kontaktbox,
#formularbox,
#oeffnungszeitenbox {
	z-index: 99;
}

#teaser {
	background: url(../bilder/Array) no-repeat center center;
	background-size: cover;
}

/* 4.2 - Content */

#inhalt_teaser {
	min-height: 400px;
	overflow: hidden;
	margin-bottom: 100px;
}

#teaser-wrapper {
	max-width: 100% !important;
}

#anmeldung_box {
	width: 30%;
	margin: 70px auto 0;
}

.infobtn {
	background: rgba(116, 163, 183, 0) none repeat scroll 0 0;
	border: 1px solid #060709;
	cursor: pointer;
	padding: 0 30px;
	position: relative;
	transition: all 1s ease-out 0s;
	display: inline-block;
}

.infobtn:hover {
	background: rgba(116, 163, 183, 0.3) none repeat scroll 0 0;
}

.panel-wrapper h2 {
	display: none;
}

.liquid-slider {
	background: none;
}

.panel-wrapper {
	line-height: 0;
	padding: 0;
	text-align: center;
}

.zeitblock {
	width: 16.666666666667%;
	float: left;
	margin-bottom: 20px;
}

.spalte2 .zeitblock {
	width: 50%;
	float: left;
	margin-bottom: 20px;
}

.spalte2 .zeitblock:nth-child(2n+1) {
	clear: left;
}

#begriffbox {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	overflow: hidden;
	background-color: rgb(151,4,44);
}

#begriff_close {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 60px;
	font-weight: 700;
	width: 82px;
	height: 82px;
	line-height: 82px;
	cursor: pointer;
	color: rgb(151,4,44);
	border: 1px solid rgb(151,4,44);
}

.icon {
	fill: #ffffff;
	height: 48px;
	padding: 8px;
	width: 48px;
}

.icon2 {
    fill: rgb(151,4,44);
    height: 15px;
    padding: 0px;
    width: 15px;
}

.leistungen>h3 {
	margin-bottom: 15px;
}

.ma {
	display: inline-block;
	margin: 0 20px 60px;
	font-size: 14px;
	width: 235px;
	vertical-align: top;
}

#team .ma:nth-child(6) {
	clear: left;
}

#team .spalte3:nth-child(3n+4) {
	clear: both;
}


.kastenfarbe {
	background-color: rgb(151,4,44);
	color: white;
	margin-bottom: 10px;
	margin-top: 10px;
}

.klickopen,
.klickbtn:hover {
	cursor: pointer;
	color: rgb(151,4,44);
	/*padding-left:10px;*/
	-webkit-transition: all 1s ease-in-out;
	/* Firefox */
	-moz-transition: all 1s ease-in-out;
	/* WebKit */
	-o-transition: all 1s ease-in-out;
	/* Opera */
	transition: all 1s ease-in-out;
	/* Standard */
}


.klickbtn {
	-webkit-transition: all 1s ease-in-out;
	/* Firefox */
	-moz-transition: all 1s ease-in-out;
	/* WebKit */
	-o-transition: all 1s ease-in-out;
	/* Opera */
	transition: all 1s ease-in-out;
	/* Standard */
}

/* 4.3 - Footer */

#footer_end {
	position: relative;
	width: 100%;
	font-size: 12px;
	min-height: 90px;
}

#impressum,
#kontaktinfo {
	margin-top: 8px;
	display: inline-block;
	width: 100%;
}

#impressum {
	float: right;
	width: auto;
	margin-right: 35px;
}

#online {
	float: left;
	font-weight: bold;
	margin: 8px 0 0 35px;
	position: absolute;
	margin-top: 4px;
}

.sslicon {
	width: 15px;
	margin-right: 10px;
	margin-top: 5px;
	height: 30px;
	vertical-align: -3px;
}

.hinweis {
	text-transform: none;
	margin-top: 5px;
	line-height: 1rem;
}

#impressum.right {
	position: absolute;
	right: 0;
	margin-top: 9px;
}

.lottoundtotoverband {
	margin: 0px auto;
	width: 160px;
	position: absolute;
	left: 0;
	right: 0;
	top: -85px;
}

/* 5.0 - Men�s */

#menu ul {
	position: relative;
	text-align: center;
	padding: 0;
	background: rgba(151,4,44,
	.9);
}

#menu li {
	list-style: none;
	position: relative;
	display: inline-block;
}

#menu a {
	text-decoration: none;
	display: block;
	padding: 29px 35px;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
}

#smartnavi {
	height: 48px;
}

#menu ul li.iconimg {
	display: none;
}

.iconimg a {
	color: rgb(151,4,44);
}

#menu ul ul {
	display: none;
	position: absolute;
	background: none;
	min-width: 100%;
}

#menu ul li:hover ul,
#menu ul li ul:hover {
	display: block;
}

#menu ul ul li {
	display: block;
	text-align: left;
}

#menu ul ul li a {
	background-color: rgba(151,4,44,
	.7);
}

#menu ul ul li a.on,
#menu ul ul li a:hover {
	background-color: rgba(151,4,44,
	.9);
}

#westlotto {
	background: url(westlotto.png) no-repeat center center;
	width: 194px;
	height: 60px;
	font-size: 0;
	vertical-align: top;
	margin-top: -2px;
}

/* 6.1 - Kontakt */

.formtext {
	float: left;
	width: 48%;
	margin-bottom: 20px;
}

.mr4 {
	margin-right: 4%;
}

.gruen {
	color: #74823d;
}

.rot {
	color: #900;
}

.info {
	margin-bottom: 20px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="submit"],
textarea {
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 0;
}

input[type="text"],
input[type="email"],
input[type="tel"] {
	width: 100%;
	padding: 5px;
}

input[type="submit"] {
	color: #fff;
	font-weight: 700;
	margin-top: 30px;
	cursor: pointer;
	clear: both;
	float: left;
	padding: 10px 20px;
	width: 280px;
	text-align: center;
}

textarea {
	float: left;
	min-height: 150px;
	max-height: 150px;
	min-width: 100%;
	max-width: 100%;
}

/* 6.2 - Galerie */

.galeriebild {
	float: left;
	width: 23.1%;
	margin-bottom: 30px;
	opacity: .85;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	line-height: 0;
	background-size: 100% auto;
	background-position: center center;
}

.galeriebildteam {
	line-height: 1.5;
}

.galeriebild a {
	background-size: 100% auto;
	background-position: center center;
	display: block;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.galeriebild img {
	display: none;
}

.galeriebild a:hover {
	background-size: 140% auto;
}

.galeriebild:hover {
	opacity: 1;
}

#galerie .galeriebild:not(:nth-child(4n)) {
	margin-right: 2.5%;
}

#galerie .galeriebild:nth-child(4n+5) {
	clear: left;
}

/* 6.3 - Preloader */

#preleader {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #fff;
	z-index: 999999;
	opacity: 1;
	height: 100%;
}

#preleader.out {
	opacity: 0;
	height: 0;
	-webkit-transition: opacity 1s ease 0s, height .1s ease 2s;
	-moz-transition: opacity 1s ease 0s, height .1s ease 2s;
	-ms-transition: opacity 1s ease 0s, height .1s ease 2s;
	-o-transition: opacity 1s ease 0s, height .1s ease 2s;
	transition: opacity 1s ease 0s, height .1s ease 2s;
}

.mul8 {
	height: 100px;
	width: 100px;
	position: absolute;
	left: 0;
	right: 0;
	margin: -50px auto 0;
	top: 50%;
}

.mul8circ1 {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	animation: 2s linear 0s normal none infinite running mul8circ1Anim;
	border-color: rgba(0, 0, 0, 0) rgba(151,4,44,
	.6);
	border-image: none;
	border-radius: 50%;
	border-style: solid;
	border-width: 10px;
	height: 100px;
	position: absolute;
	width: 100px;
}

.mul8circ2 {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	animation: 2.5s linear 0s normal none infinite running mul8circ1Anim;
	border-color: rgba(0, 0, 0, 0) rgba(151,4,44,
	1);
	border-image: none;
	border-radius: 50%;
	border-style: solid;
	border-width: 10px;
	height: 100px;
	position: absolute;
	width: 100px;
}

@-webkit-keyframes mul8circ1Anim {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

@keyframes mul8circ1Anim {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

/* 6.4 - News */

.n_stb_wrapper {
	border-bottom: 1px solid #000000;
	float: left;
	font-size: 16px;
	line-height: 1.8em;
	margin: 0 2% 40px;
	padding-bottom: 20px;
	width: 96%;
}

.n_stb_headline {
	display: block;
	font-weight: 700;
	margin-bottom: 20px;
}

.n_stb_content {
	margin-bottom: 20px;
}

.n_stb_date {
	font-size: 12px;
	font-style: italic;
}

.news_bild {
	float: left;
	font-size: 60%;
	margin: 15px 30px 10px 0;
	width: 250px;
}

.news_content {
	font-size: 100%;
	line-height: 1.4em;
	padding-top: 20px;
	text-align: left;
}

.news_author {
	border-bottom: 1px dotted #cccccc;
	color: #404040;
	font-size: 0.8em;
	margin-top: 15px;
}

.news strong {
	margin-top: 15px;
}

.leistungen ul {
    list-style-type: none;
    padding-left: 20px;
}

.leistungen li::before {
    content: "";
    background-color:rgb(151,4,44);
    border-radius: 4px;
    display: block;
    height: 4px;
    left: -15px;
    position: relative;
    top: 17px;
    width: 4px;
}

/* 7.0 - Media Queries */

@media (min-width: 981px) {
	.show980 {
		display: none !important;
	}
}

@media (min-width: 781px) {
	.show780 {
		display: none !important;
	}
	.iconimg h3 {
		margin: 24px 0;
		font-weight: bold;
		color: #fff;
	}
	.iconimg a {
		color: rgb(151,4,44);
		display: block;
		width: 100%;
		line-height: 20px;
		padding: 150px 0 0 0;
		font-size: 15px;
	}
	.iconimg div {
		height: 140px;
		width: 100%;
		overflow: hidden;
		display: block;
	}
	.iconimg a:hover div {
		background-size: 160px auto;
	}
	.iconimg {
		background-size: 136px auto !important;
		color: #ffffff;
		display: inline-block;
		font-size: 12px;
		line-height: 0;
		margin-bottom: 40px;
		margin-right: 1.5%;
		padding-bottom: 0;
		vertical-align: top;
		width: 18%;
	}
	.iconimg,
	.iconimg a {
		-webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
		-ms-transition: all 1s ease;
		-o-transition: all 1s ease;
		transition: all 1s ease;
	}
	.iconimg:hover {
		background-size: 160px auto !important;
		padding-bottom: 20px;
	}
	.iconimg:hover a {
		padding-top: 200px;
		font-size: 18px;
	}
	#oeffnungszeitenbox,
	#kontaktbox {
		display: block;
		height: 0;
		left: 0;
		margin: 0 auto;
		overflow: hidden;
		position: absolute;
		right: 0;
		z-index: 1;
		background: #fff;
		padding: 0 20px;
	}
}

@media (min-width: 481px) {
	.show480 {
		display: none !important;
	}
}

@media (max-width: 1680px) {
	.hide1600 {
		display: none
	}
	.wrap {
		width: 1280px;
	}
}

@media (max-width: 1360px) {
	.hide1200 {
		display: none
	}
	#teaser .panel-wrapper img,
	.wrap {
		width: 940px;
	}
}

@media (max-width: 980px) {
	.hide980 {
		display: none
	}
	.btn {
		margin: 20px 0 35px 0;
	}
	#teaser .panel-wrapper img,
	#footer,
	.wrap {
		width: 740px;
	}
	.spalte2 {
		width: 96%;
		margin: 0 2%;
		padding: 0;
		margin-bottom: 0px;
	}
	.news {
		margin-bottom: 0px;
	}
	.center980 {
		text-align: center;
	}
	.spalte3, .spalte4 {
		width: 46%;
	}
	[class*="openclose_"]>.spalte2:last-child {
		margin-bottom: 20px;
	}
	.zeitblock {
		width: 33.33%;
	}
	.iconimg {
		width: 31%;
	}
	.galeriebild {
		width: 31%;
	}
	#galerie .galeriebild:nth-child(4n) {
		margin-right: 2.5%;
	}
	#galerie .galeriebild:nth-child(3n) {
		margin-right: 0;
	}
	#galerie .galeriebild:nth-child(4n+5) {
		clear: none;
	}
	#galerie .galeriebild:nth-child(3n+4) {
		clear: left;
	}
	.mt0 {
		margin-top: 0px !important;
	}
	#online,
	#impressum.right {
		position: relative;
		width: 100%;
		margin: 3px 0;
		text-align: center;
	}
	#footer_end {
		padding: 10px 0;
	}
	.hinweis {
		min-height: 0;
	}
	.lottoundtotoverband {
		margin: 0px auto;
		width: 160px;
		position: relative;
		left: 0;
		right: 0;
		top: 0;
		margin-top: -40px;
	}
}

@media (max-width: 780px) {
	.hide780,
	.pfeilpfad {
		display: none !important;
	}
	#footer,
	#kontaktbox,
	#zeitenbox,
	#adressbox,
	.wrap {
		width: 440px;
	}
	#showmobilnavi,
	.mobil,
	#kontaktbox,
	#mobil_kontaktbox,
	#adressbox,
	#menu ul {
		display: block;
	}
	#footer,
	#headericons,
	.tab4 {
		display: none;
	}
	.spalte2 {
		margin-bottom: 0px;
	}
	/*h2,
	.spalte,
	.spalte2 {
		text-align: center;
	}*/
	.spalte2 ul,
	ul.spalte2 {
		padding: 0 0 0 20px;
	}
	.spalte2 ul li,
	ul.spalte2 li {
		text-align: left;
	}
	.iconimg {
		width: 100%;
	}
	#anmeldung_box,
	#menu ul li,
	.formtext,
	.nachricht,
	.form,
	#impressum,
	#online {
		width: 100% !important;
	}
	#mobil_menu span {
		background: #fff;
		display: block;
		height: 3px;
		left: 8px;
		position: absolute;
		-webkit-transition: all .5s ease-out;
		-moz-transition: all .5s ease-out;
		-ms-transition: all .5s ease-out;
		-o-transition: all .5s ease-out;
		transition: all .5s ease-out;
		width: 30px;
		border-radius: 1px;
	}
	
	.klickopen,
	.klickbtn:hover {
		padding-left: 0px;
	}
	.line1 {
		top: 14px;
	}
	.line2,
	.line3 {
		top: 23px;
	}
	.line4 {
		top: 32px;
	}
	#mobil_menu.klickopen .line1,
	#mobil_menu.klickopen .line4 {
		opacity: 0;
	}
	#mobil_menu.klickopen .line1,
	#mobil_menu.klickopen .line2 {
		-moz-transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
		-o-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	#mobil_menu.klickopen .line3,
	#mobil_menu.klickopen .line4 {
		-moz-transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
		-o-transform: rotate(-135deg);
		-ms-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}
	.mobil {
		cursor: pointer;
		float: left;
		margin: 0 90px;
	}
	#menu,
	#kontaktbox,
	#zeitenbox,
	#adressbox {
		position: absolute;
		overflow: hidden;
		height: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
		z-index: 1;
		background: #fff;
	}
	#menu.open,
	#kontaktbox.open,
	#oeffnungszeitenbox.open,
	#formularbox.open {
		padding-top: 50px;
	}
	#kontaktbox,
	#oeffnungszeitenbox,
	#formularbox
	 {
		background: none;
		position: absolute;
		text-align: center;
		left: 0;
		margin: 0 auto;
		right: 0;
		z-index: 10;
	}
	#kontaktbox a {
		color: #fff;
	}
	#menu {
		background: none;
		z-index: 1;
	}
	#menu ul {
		border: 1px solid #fff;
		-webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, .3);
		box-shadow: 0 0 10px 3px rgba(0, 0, 0, .3);
		margin-bottom: 20px;
		width: 100%;
		z-index: 100;
	}
	#menu li a:hover {
		background: rgba(151,4,44,
		.8);
	}
	#menu ul ul li {
		text-align: center;
	}
	#menu ul ul {
		display: block;
		position: relative;
		border: none;
		box-shadow: none;
		padding: 0px 20px 0;
		margin-bottom: 0px;
	}
	#menu .on,
	#menu ul li a:hover {
		border-bottom: none;
	}
	#kontaktbox>div,
	#oeffnungszeitenbox>div,
	#formularbox>div {
		padding: 20px 20px 0;
		text-align: center;
		border: 1px solid #fff;
		-webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, .3);
		box-shadow: 0 0 10px 3px rgba(0, 0, 0, .3);
		margin-bottom: 20px;
		color: #fff;
		background: rgba(151,4,44,
		.9);
	}
	#showmobilnavi,
	.mobil,
	#kontaktbox,
	#mobil_kontaktbox,
	#menu ul {
		display: block;
	}
	#mobil_kontaktbox,
	#mobil_oeffnungszeitenbox,
	#mobil_formularbox, 
	#mobil_kartenbox {
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 30px auto;
		cursor: pointer;
		display: inline-block;
		height: 48px;
		width: 48px;
	}
	#mobil_kontaktbox:hover,
	#mobil_oeffnungszeitenbox:hover,
	#mobil_formularbox:hover {
		opacity: .9;
	}
	#menu ul li.iconimg {
		display: block;
		background: none;
	}
	input[type="submit"] {
		margin: 30px 58px;
	}
	.iconimg:hover {
		padding-bottom: 0px;
	}
	.iconimg:hover a {
		font-size: 15px;
		padding-top: 200px;
	}
	.formtext {
		margin-right: 0%;
	}
	body,
	.readtxt {
		font-size: 18px;
	}
	#online {
		margin-left: 10px;
		font-size: 12px;
	}
	#teaser {
		height: 180px;
	}
	.ma {
		margin: 0 0 40px;
		width: 100%;
	}
	#inhalt_teaser .list {
		text-align: left;
		padding-left: 20px;
	}
	#impressum,
	#online {
		margin: 5px 0;
		text-align: center;
	}
	#smartnavi {
		display: block;
	}
	.spalte3, .spalte4 {
		width: 96%;
	}
	.mobil {
		float: none;
		margin: 0 0px;
	}
	#mobil_menu {
		position: relative;
		display: inline-block;
		width: 48px;
		height: 48px;
	}
	#teaser {
		height: 140px;
	}
	#showmobilnavi {
		width: 100%;
	}
	.einrichtung {
		height: auto;
		margin: 0;
	}
	.zeitblock {
		width: 100%;
	}
	.lageplan {
		height: 250px;
	}
	.bl,
	.br {
		width: 100%;
		margin: 0 0 20px;
	}
	a[data-title],
	.lightboxstop {
		cursor: default;
	}
	#menu ul li a {
		padding: 10px 5px;
	}
	.openclose_openbox {
		overflow: auto !important;
	}
	#galerie .galeriebild {
		width: auto;
		margin-right: 0 !important;
		opacity: 1;
		display: inline-block;
		float: none;
	}
	#galerie .galeriebild a {
		height: auto !important;
		display: inline-block;
		width: auto !important;
	}
	#galerie .galeriebild img {
		display: block;
	}
	.terminzusatz::before {
		line-height: 1;
	}
	#logo>a>img {
		width: auto;
	}
	h1,
	h2 {
		font-size: 26px;
	}
	#formularbox h2 {
		color: #fff;
	}
	#menu .on,
	#menu ul li a:hover {
		color: #fff;
	}
	#menu ul ul li a {
		background: none;
	}
	#menu ul ul li a.on,
	#menu ul ul li a:hover {
		background: none;
	}
	#menu ul ul {
		display: block;
		position: relative;
		border: none;
		box-shadow: none;
		padding: 0px 20px 0;
		margin-bottom: 0px;
		width: 100%;
		margin-top: 0px;
	}
	#menu ul ul li {
		text-align: left;
	}
	#menu ul ul,
	#menu ul li:hover ul {
		height: auto !important;
		display: none;
	}
	.leistungen {
		text-align: left;
	}
	.leistungen .klickopen,
	.leistungen .klickbtn:hover {
		padding-left: 30px;
	}
	.facebook .icon,
	.facebook {
		width: 38px;
		height: 38px;
		vertical-align: top;
		margin-top: 3px;
	}
	
	.tabmenue > div{
		display:block;
		margin-right:0;
	}
	
	.tabmenue h2 {
		margin-bottom:15px;
		font-weight:400;
		font-size:18px;
		text-align:left;
	}
	
	#tabmenu{
		color:rgb(151,4,44);
		font-size:16px;
		border:1px solid rgb(151,4,44);
		padding:16px;
		background:#f1f1f1;
		position:relative;
		cursor:pointer;
	}
	
	.tabmenue{
		display:none;
		position:absolute;
		background:rgb(151,4,44);
		color:#fff;
		z-index:5;
		width:90%;
		width: calc(100% - 40px);
		padding:20px;
	}
	
	[id*="tabmenu_"]:not(.klickopen){
		color:#fcdbb1;
	}
	
	.tabmenue h2.klickopen{
		color:#fff;
	}
	
	#tabmenu.tabopen + .tabmenue{
		display:block;
	}
	
	#tabmenu:after {
		content: "";
		position: absolute;
		right: 20px;
		top: 24px;
		width: 0px;
		height: 0px;
		border-style: solid;
		border-width: 10px 10px 0 10px;
		border-color: rgb(151,4,44) transparent transparent transparent;
	}
	
	#tabmenu.tabopen:after {
		border-width: 0 10px 10px 10px;
		border-color: transparent transparent rgb(151,4,44) transparent;
	}
	
	.tabmenue > div:not(:last-child) {
		margin-right: 0px;
	}
}

@media (max-width: 480px) {
	.hide480 {
		display: none
	}
	#kontaktbox,
	#adressbox {
		width: 300px;
	}
	#menu.open,
	#kontaktbox.open,
	#zeitenbox.open,
	#adressbox.open {
		padding-top: 0px;
	}
	#kontaktbox>div,
	#oeffnungszeitenbox>div,
	#formularbox>div,
	#menu ul {
		padding-top: 0;
	}
	#begriffbox h2 {
		padding: 0 90px;
	}
	.spalte2 .zeitblock {
		width: 100%;
	}
	input[type="submit"] {
		margin: 30px 0px;
		width: 250px;
	}
}


 h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		font-weight: 300;
	}
	a {
		font-weight: 700;
	}
	.back-to-top {
		background-color: rgb(151,4,44);
		position: fixed;
		bottom: 55px;
		right: 40px;
		padding: 7px 1px 2px 8px;
		width: 35px;
		height: 35px;
	}
	.back-to-top .path {
		fill: #fff;
	}
	#kontaktboxheader {
		position: absolute;
		top: 0px;
		right: 0;
		left: 0;
		font-size: 13px;
		color: #fff;
		text-transform: uppercase;
	}
	#kontaktboxheader .icon {
		height: 14px;
		padding: 0;
		width: 14px;
		margin-right: 5px;
		margin-top: 5px;
		vertical-align: -2px;
	}
	#logo {
		width: 400px;
		float: left;
		position: relative;
		z-index: 9;
	}
	#logo img {
		margin-top: -20px;
	}
	#headerbalken {
		height: 50px;
		margin-top: 40px;
	}
	#inhalt_teaser {
		margin-bottom: 80px;
	}
	#teaser {
		background-size: 100% auto;
		float: left;
		top: 0;
		width: 100%;
		background-position: center center;
		background-repeat: no-repeat;
		position: absolute;
		z-index: -1;
	}
	#teaser-wrapper {
		max-width: 100% !important;
		position: absolute;
		top: 0;
		z-index: -1;
	}
	.slider-description {
		background: rgba(255, 255, 255, .5);
		position: absolute;
		top: 30px;
		left: 380px;
		width: 350px;
		padding: 20px;
		text-align: left;
	}
	.slider-description ul {
		padding: 20px 0 0 15px;
	}
	.slider-description li {
		margin-bottom: 10px;
		font-size: 14px;
		line-height: 22px;
	}
	#footer_end {
		bottom: 0px;
		padding: 4px 0;
	}
	#impressum {
		margin-right: 0px;
	}
	#online {
		margin: 8px 0 0 0px;
	}
	#menu ul {
	}
	#menu li {
		border-right: 1px solid #fff;
		background-position: 95% 130%;
		background-size: 35px auto;
	}
	#menu a {
		padding: 13px 30px 14px 30px;
		font-size: 15px;
	}
	#menu .on,
	#menu ul li a:hover {
		color: #c1c1c1;
	}
	#menu ul ul li {
		border-right: none;
	}
	#menu ul ul li a {
		width: 100%;
	}
	input[type="text"],
	input[type="email"],
	input[type="tel"],
	textarea {
		border: 1px solid rgb(151,4,44);
	}
	#kontaktboxheader .icon {
		fill: #fff;
	}

	#logomobile{
		display:none;
	}
	@media (min-width: 871px) {
		.facebook {
			width: 18px;
			height: 18px;
			display: inline-block;
			cursor: pointer;
			margin-left: 30px;
		}
		.facebook:before {
			content: "|";
			position: absolute;
			margin-left: -18px;
			font-weight: 300;
		}
		.facebook .icon {
			padding: 0;
		}
	}
	@media (max-width: 1640px) {
		.hide1600 {
			display: none
		}
		
		.slider-nav .slick-slide img {
			height: 350px;
		}
		.slider-description {
			left: 160px;
		}
	}
	@media (max-width: 1360px) {

		.wrap {
			width: 1160px;
		}
		#logo {
			width: 300px;
		}
		#logo img {
			margin-top: -10px;
		}
		#menu a {
			padding: 13px 15px 14px 15px;
			font-size: 14px;
		}
		.slider-nav .slick-slide img {
			height: 260px;
		}
		.slider-description {
			left: 60px;
		}
		#teaser .panel-wrapper img {
			width: 100%;
		}
	}
	@media (max-width: 1200px) {
		.wrap {
			width: 940px;
		}
	}
	@media (max-width: 980px) {
		.wrap {
			width: 740px;
		}
		#menu a {
			padding: 13px 6px 14px 6px;
			font-size: 13px;
		}
		#logo {
			width: 190px;
		}
		#logo img {
			margin-top: -3px;
		}
		#kontaktboxheader {
			font-size: 10px;
		}
		.slider-nav .slick-slide img {
			height: 220px;
		}
		.slider-description {
			left: 20px;
			top: 20px;
			width: 300px;
		}
		.slider-description li {
			font-size: 13px;
			line-height: 16px;
			margin-bottom: 8px;
		}
		.back-to-top {
			bottom: 140px;
			right: 1%;
		}
	}
	@media (max-width: 780px) {
		#menu ul li a {
			padding: 10px 15px;
		}
		.wrap {
			width: 90%;
		}
		.back-to-top {
			display: none !important;
		}
		#mobil_menu span {
			height: 2px;
		}
		#menu {
			margin-top: 2px;
		}
		#inhalt_teaser {
			margin-bottom: 100px;
			margin-top: 0px;
		}
		.balken {
			height: 0px;
		}
		#menu ul {
			padding: 10px 15px;
		}
		#menu li {
			border-right: none;
			text-align: left;
		}
		/*geändert von Marc am 270818*/
		#menu a {
			font-size: 16px;
			display: block;
		}
		.icon {
			width: 34px;
			padding: 4px;
		}
		.klickopen,
		.klickbtn:hover {
			padding-left: 0px;
		}
		#impressum.right {
			float: none;
			width: 100%;
		}
		#footer_end {
			font-size: 14px;
		}
		#kontaktboxheader .r {
			text-align: center;
		}
		.slider-nav {
			padding: 20px 0;
		}
		.slider-description {
			position: relative;
		}
		.facebook {
			margin: 3px 7px 0;
		}
		.facebook .icon {
			margin-top: 0;
		}
		#header {
			overflow: visible;
			height:auto !important;
		}

		#menu {
			margin-top: 0px;
		}
		#header,
		#kontaktbox,
		#adressbox,
		.wrap {
			width: 100%;
		}

		#inhalt_teaser {
			margin-bottom: 100px;
			margin-top: 270px;
		}
		#kontaktbox,
		#oeffnungszeitenbox,
		#formularbox {
			margin: 0px auto;
		}
		#headerbalken {
			margin-top: 0px;
			height: auto;
		}
		#logo {
			display:none;
		}

		#teaser:not(.liquid-slider) {
			height:300px !important;
			background-size:cover;
		}

		.mobil {
			margin: 0 2px;
		}
		#kontaktbox>div,
		#oeffnungszeitenbox>div,
		#formularbox>div{
			padding-bottom: 0;
		}

		#logomobile{
			margin-top:10px;
			text-align:center;
		}
		
		#logomobile img{
			max-height:120px;
			max-width:80%;
			margin-top: 10px;
			margin-bottom: 10px;
		}

		#logomobile{
			display:block;
		}
	}
	@media (max-width: 480px) {

		.slider-description {
			max-width: 260px;
		}
		
		#teaser:not(.liquid-slider) {
			height:200px !important;
		}
		
		#inhalt_teaser {
			margin-bottom: 100px;
			margin-top: 130px;
		}
		
	}
	
/*

 * 6.0 - Farbanpassungen
 * 7.0 - Inhalte
 * 8.0 - Media Queries

*/

/* 6.0 - Farbanpassungen */
	

.bgw{
	background:#fff;
}

.sslicon{
	fill:#fff;
}


.back-to-top .path{
	fill:#fff;
}

#headerbildzusatz{
	text-align: center;
	margin-top: 180px;
}


#begriffbox{
	color:#fff;
}

#begriff_close{
	background:#fff;
}

#footer_end{
	color:#fff;
}

#footer_end a{
	color:#fff;
}


#logoobile{
	display:none;
}

.arrow::after{
	border-left: 10px solid #666;
}



/* 7.0 - Inhalte */

#teamicon {
	background:url(../bilder/team.svg) no-repeat center top;
}	

#linksicon {
	background:url(../bilder/links.svg) no-repeat center top;
}

#notdiensticon {
	background:url(../bilder/notdienst.svg) no-repeat center top;
}

#newsicon {
	background:url(../bilder/news.svg) no-repeat center top;
}

#mitgliedschafticon {
	background:url(../bilder/mitgliedschaft.svg) no-repeat center top;
}

#lottoverbandicon {
	background:url(https://v01.connect.dga-post.de/bilder/lottoverband.svg) no-repeat center top;
}

.ma{
	width:235px;
}




/* 8.0 - Media Queries */


@media (min-width: 780px) {

	

}

@media (max-width: 1360px) {
	#headerbildzusatz{
	text-align: center;
	margin-top: 100px;
}
	

}

/*Nur Design neu*/
@media (max-width: 1200px) {

}

@media (max-width: 980px) {
	

	#headerbildzusatz{
	text-align: center;
	margin-top: 60px;
}

	#headerbildzusatz img{
		width: 300px;
	}
	
}

@media (max-width: 730px) {

		#inhalt_teaser {
			margin-top: 240px;
		}
		
	}
	
	
@media (max-width: 650px) {

		#inhalt_teaser {
			margin-top: 220px;
		}
		
	}
	
@media (max-width: 600px) {

		#inhalt_teaser {
			margin-top: 200px;
		}
		
	}
	
@media (max-width: 550px) {

		#inhalt_teaser {
			margin-top: 180px;
		}
		
	}

@media (max-width: 780px) {

	#menu ul ul li{
		border-left:1px solid #fff;
		border-right:none;
	}
	
	#teaser:not(.liquid-slider) {
		margin-top: 150px;
		height: 300px !important;
	}
	

}

@media (max-width: 480px) {
	
	#teaser:not(.liquid-slider) {
		height: 200px !important;
	}
		
}

@media (max-width: 430px) {

		#inhalt_teaser {
			margin-top: 110px;
		}
		
	}
	
	
@media (max-width: 380px) {

		#inhalt_teaser {
			margin-top: 90px;
		}
		
	}
	
@media (max-width: 320px) {

		#inhalt_teaser {
			margin-top: 70px;
		}
		
	}

