/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}
body {
	margin: 0
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block
}
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline
}
audio:not([controls]) {
	display: none;
	height: 0
}
[hidden],
template {
	display: none
}
a {
	background-color: transparent
}
a:active,
a:hover {
	outline: 0
}
abbr[title] {
	border-bottom: 1px dotted
}
b,
strong {
	font-weight: 700
}
dfn {
	font-style: italic
}
h1 {
	font-size: 2em;
	margin: .67em 0
}
mark {
	background: #ff0;
	color: #000
}
small {
	font-size: 80%
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sup {
	top: -.5em
}
sub {
	bottom: -.25em
}
img {
	border: 0
}
svg:not(:root) {
	overflow: hidden
}
figure {
	margin: 1em 40px
}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}
pre {
	overflow: auto
}
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0
}
button {
	overflow: visible
}
button,
select {
	text-transform: none
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}
button[disabled],
html input[disabled] {
	cursor: default
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}
input {
	line-height: normal
}
input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	height: auto
}
input[type=search] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}
fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}
legend {
	border: 0;
	padding: 0
}
textarea {
	overflow: auto
}
optgroup {
	font-weight: 700
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
td,
th {
	padding: 0
}
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
	outline: 0
}
.slides,
.flex-control-nav,
.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none
}
@font-face{font-family:flexslider-icon;src:url(/fonts/flexslider-icon.eot);src:url(/fonts/flexslider-icon.eot?#iefix) format('embedded-opentype'),
url(/fonts/flexslider-icon.woff) format('woff'),
url(/fonts/flexslider-icon.ttf) format('truetype'),
url(/fonts/flexslider-icon.svg#flexslider-icon) format('svg');
font-weight:400;
font-style:normal
}
.flexslider {
	margin: 0;
	padding: 0
}
.flexslider .slides>li {
	display: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
.flexslider .slides img {
	width: 100%;
	height: auto;
	display: block
}
.flex-pauseplay span {
	text-transform: capitalize
}
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}
html[xmlns] .slides {
	display: block
}
* html .slides {
	height: 1%
}
.no-js .slides>li:first-child {
	display: block
}
.flexslider {
	margin-top: 0;
	background: #FFF;
	position: relative;
	transform: scale(1);
	-ms-transform: scale(1)
}
.flex-viewport {
	max-height: auto;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease
}
.loading .flex-viewport {
	max-height: auto
}
.flexslider .slides {
	transform: scale(1);
	-ms-transform: scale(1)
}
.carousel li {
	margin-right: 5px
}
.flex-direction-nav {
	*height: 0
}
.flex-direction-nav a {
	text-decoration: none;
	display: block;
	width: 40px;
	height: 40px;
	margin: 20px 0 0;
	position: absolute;
	top: 50%;
	z-index: 9999;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	color: rgba(0, 0, 0, .8);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, .3);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease
}
.flex-direction-nav .flex-prev {
	left: -50px
}
.flex-direction-nav .flex-next {
	right: -50px;
	text-align: right
}
.flexslider:hover .flex-prev {
	opacity: .7;
	left: 10px
}
.flexslider:hover .flex-next {
	opacity: .7;
	right: 10px
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
	opacity: 1
}
.flex-direction-nav .flex-disabled {
	opacity: 0!important;
	filter: alpha(opacity=0);
	cursor: default
}
.flex-direction-nav a:before {
	font-family: flexslider-icon;
	font-size: 40px;
	line-height: 1;
	display: inline-block;
	content: '\f001'
}
.flex-direction-nav a.flex-next:before {
	content: '\f002'
}
.flex-pauseplay a {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	opacity: .8;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	color: #000
}
.flex-pauseplay a:before {
	font-family: flexslider-icon;
	font-size: 20px;
	display: inline-block;
	content: '\f004'
}
.flex-pauseplay a:hover {
	opacity: 1
}
.flex-pauseplay a.flex-play:before {
	content: '\f003'
}
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -13px;
	text-align: center
}
.flex-control-nav li {
	margin: 0 5px;
	display: inline-block;
	transform: scale(1);
	-ms-transform: scale(1);
	*display: inline
}
.flex-control-paging li a {
	position: relative;
	width: 35px;
	height: 7px;
	display: block;
	background: #666;
	background: rgba(0, 0, 0, .5);
	cursor: pointer;
	text-indent: -9999px;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
	-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
	-o-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
	z-index: 9999
}
.flex-control-paging li a:hover {
	background: #333;
	background: rgba(0, 0, 0, .7)
}
.flex-control-paging li a.flex-active {
	background: #000;
	background: rgba(0, 0, 0, .9);
	cursor: default
}
.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden
}
.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0
}
.flex-control-thumbs img {
	width: 100%;
	display: block;
	opacity: .7;
	cursor: pointer
}
.flex-control-thumbs img:hover {
	opacity: 1
}
.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default
}
@media screen and (max-width: 860px) {
	.flex-direction-nav .flex-prev {
		opacity: 1;
		left: 10px
	}
	.flex-direction-nav .flex-next {
		opacity: 1;
		right: 10px
	}
}
body {
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #494949;
	margin: 0;
	overflow-y: scroll;
	overflow-x: auto;
	min-height: 101%
}
.steutit {
	text-align: left;
	font-size: 13px!important
}
.startseite_bildwrapper {
	display: inline-block;
	width: 30%;
	margin-left: 4%
}
.startseite_bildwrapper:first-child {
	margin: 0
}
.startseite_bildwrapper img {
	max-width: 100%
}
@media (max-width: 520px) {
	.startseite_bildwrapper {
		display: block;
		width: 100%;
		margin: 1em 0;
		text-align: center
	}
}
.first-headline {
	display: table;
	height: 105px
}
.first-headline .inner-first-headline {
	display: table-cell;
	vertical-align: middle
}
.first-headline h1 {
	color: #fff
}
#menuewrapper {
	position: fixed;
	float: left;
	width: 100%;
	line-height: 50px;
	background: rgba(255, 255, 255, .75);
	z-index: 99999
}
#menue {
	position: relative;
	width: 100%;
	max-width: 1285px;
	height: auto;
	margin: 0 auto;
	text-align: center;
	z-index: 99999
}
a.newsletter-link {
	color: #1d1d1b;
	font-weight: 700
}
a.newsletter-link:hover {
	text-decoration: underline;
	color: #1d1d1b
}
a.menu {
	display: inline-block;
	font-size: 16px;
	color: rgba(73, 73, 73, .9);
	text-transform: uppercase;
	font-weight: 400;
	margin: 5px 10px;
	padding-right: 25px;
	text-decoration: none;
	transition: color .4s linear
}
a.menu:hover,
a.menu_on,
a.menu_on:hover {
	display: inline-block;
	font-size: 16px;
	color: #154a96;
	text-transform: uppercase;
	font-weight: 400;
	margin: 5px 10px;
	padding-right: 25px;
	background: url(../images/hover.png) center right no-repeat;
	text-decoration: none
}
.f-nav {
	z-index: 9999999;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%
}
#responsive-menu {
	font-size: 25px;
	color: #fff;
	display: none;
	background: #234390;
	width: 100%;
	cursor: pointer;
	padding: 10px 0 10px 10px;
	box-sizing: border-box
}
.resmenu,
.resmenu:hover,
.resmenu_on,
.resmenu_on:hover {
	width: 100%;
	padding: 5px
}
.menu-items {
	overflow: scroll;
	max-height: 14em
}
.menu-items a {
	margin-left: 0;
	padding: 2px 0;
	display: block;
	height: 16px;
	width: 100%;
	color: #fff;
	font-weight: 700;
	text-decoration: none
}
.mobilmenu,
.mobilmenu:hover {
	color: #fff
}
.mobilsubmenu,
.mobilsubmenu:hover {
	padding-left: 15px!important;
	color: #fff;
	border-left: 3px solid #f59733
}
.menu-items {
	width: 100%!important;
	position: absolute;
	z-index: 9999;
	display: none;
	margin-left: 0;
	padding-left: 0;
	background: rgba(0, 0, 0, .9);
	border-bottom: 3px solid #1d1d1b
}
.menu-items ul {
	width: 100%!important
}
.menu-items li {
	list-style-type: none;
	width: 100%!important;
	border-bottom: 1px solid #000;
	border-top: 1px solid #51514e;
	padding: 10px;
	box-sizing: border-box
}
#logowrapper {
	position: fixed;
	width: 100%;
	height: auto;
	z-index: 999999
}
#logowrapper2 {
	position: relative;
	width: 100%;
	max-width: 1200px;
	height: auto;
	max-height: 132px;
	margin: 0 auto
}
#logo {
	position: absolute;
	width: 100%;
	max-width: 226px;
	height: auto;
	margin: 60px 0 0;
	z-index: 99999
}
#logomenue {
	display: none;
	position: relative;
	float: left;
	width: 100%;
	max-width: 97px;
	height: auto;
	margin: 5px 0 0 15px;
	z-index: 0
}
#logomobil {
	display: none;
	width: 100%;
	max-width: 150px;
	height: auto;
	margin: 0 auto
}
.slideleft {
	position: absolute;
	width: 82px;
	height: 100px;
	background: url(../images/slider_prev.png) center center no-repeat;
	top: 45%;
	left: 0;
	z-index: 999;
	cursor: pointer
}
.slideleft:hover {
	background: url(../images/slider_prev_on.png) center center no-repeat
}
.slideright {
	position: absolute;
	width: 82px;
	height: 100px;
	background: url(../images/slider_next.png) center center no-repeat;
	top: 45%;
	right: 0;
	z-index: 999;
	cursor: pointer
}
.slideright:hover {
	background: url(../images/slider_next_on.png) center center no-repeat
}
#map iframe {
	pointer-events: none
}
#aktuelles_mandatenwrapper ul {
	font-size: 13px
}
#aktuelles_mandatenwrapper ul li a {
	font-size: 13px;
	color: #333
}
#content {
	width: 100%;
	max-width: 1150px;
	height: auto;
	margin: 0 auto;
	padding: 0 3em 3em;
	box-sizing: border-box
}
#content-container {
	background: url(/images/headline.png) no-repeat top center
}
#inhalt {
    height: 60px;
    margin-top:-60px;
    opacity:0;
    visibility:hidden;
}
#inhalt3 {
	width: 100%;
	max-width: 1150px;
	margin: 0 0 30px
}
#contentbildwrapper {
	display: inline-block;
	margin-right: 35px
}
#contentbildwrapper:last-child {
	display: inline-block;
	margin-right: 0
}
#content2wrapper {
	float: left;
	width: 100%;
	height: auto;
	padding: 0 0 20px;
	margin-bottom: -50px;
	background: url(../images/para.png) top right no-repeat #dfdfdf;
	background-position: 80%
}
#inhalt2 {
	width: 100%;
	max-width: 1150px;
	height: auto;
	margin: 0 auto;
	font-size: 15px;
	padding: 10px 50px
}
#startseite_bildwrapper {
	float: left;
	width: 100%;
	max-width: 357px;
	height: auto;
	margin: 10px 39px 10px 0
}
#startseite_bildwrapper:last-child {
	margin: 10px 0
}
#footerwrapper1 {
	float: left;
	width: 100%;
	height: 173px;
	background: url(../images/footer.png) center center repeat-x
}
#likebutton {
	position: absolute;
	top: -7px;
	right: 10px
}
#likebuttonmobile {
	display: none;
	position: absolute;
	top: 5px;
	right: 5px
}
#newsletterwrapper {
	width: 100%;
	max-width: 1150px;
	height: auto;
	font-size: 16px;
	color: #fff;
	margin: 70px auto
}
#namefeld {
	width: 100%;
	max-width: 200px
}
#eMail-Adresse {
	width: 100%;
	max-width: 200px
}
.gobutton {
	font-family: Arial, sans-serif;
	color: rgba(0, 0, 0, .5);
	font-weight: 700;
	border: 1px solid #d0d0d0;
	background: #fff;
	margin: 1px 0;
	font-size: 16px;
	padding: 2px 0
}
.gobutton:hover {
	font-family: Arial, sans-serif;
	color: #234390;
	border: 1px solid #d0d0d0;
	background: #FFF;
	margin: 1px 0;
	padding: 2px 0;
	font-size: 16px;
	cursor: pointer
}
#footerwrapper2 {
	float: left;
	width: 100%;
	height: auto
}
#footerinhalt {
	width: 100%;
	max-width: 1150px;
	height: auto;
	margin: 10px auto 25px;
	color: #154a96
}
#foo1 {
	display: inline-block;
	margin: 0 25% 0 0
}
#foo2 {
	display: inline-block
}
#foo3 {
	float: right;
	margin: 0
}
#qrcode {
	float: right;
	width: 100%;
	max-width: 200px;
	height: auto
}
* {
	margin: 0;
	padding: 0;
	border: 0
}
table {
	border-spacing: 0
}
td {
	font-family: Arial, sans-serif;
	color: #494949;
	vertical-align: top
}
#impressumtd {
	width: 6em
}
p {
	margin: 1em 0
}
div {
	text-align: justify
}
h1 {
	font-size: 20px;
	color: #234390;
	margin-bottom: 1em;
	font-weight: 700
}
h2,
h3,
h4,
h5,
h6 {
	font-size: 18px;
	color: #234390;
	margin: 1em 0;
	font-weight: 700
}
a {
	color: #154a96;
	font-weight: 700;
	text-decoration: none
}
a:hover {
	color: #154a96;
	text-decoration: underline
}
.datenschutzlink {
	color: #8aa9f3;
	font-weight: 400;
	text-decoration: underline
}
.datenschutzlink:hover {
	color: #fff;
	font-weight: 400;
	text-decoration: underline
}
img {
	border: 0
}
.get {
	background: url(https://http-get.de/get.gif) no-repeat
}
ul {
	margin-left: 1.3em
}
textarea,
input,
select,
input {
	font-family: Arial, sans-serif;
	color: #494949;
	border: 1px solid #cecece;
	background: #FFF;
	margin: 1px 0;
	font-size: 16px;
	padding: 3px
}
input.error,
select.error,
textarea.error {
	border: 1px solid #F00;
	background-color: #FFFCE2
}
input[type=radio] {
	padding: 0;
	background: 0;
	border: 1px
}
.button {
	float: right;
	font-family: Arial, sans-serif;
	color: #fff;
	border: 0 solid #d0d0d0;
	background: #234390;
	margin: 1px 0;
	font-size: 16px;
	padding: 5px 20px;
	border-radius: 15px;
	box-shadow: 0 0 5px #333;
	transition: background .2s linear
}
.button:hover {
	font-family: Arial, sans-serif;
	color: #234390;
	border: 0 solid #d0d0d0;
	background: #fff;
	margin: 1px 0;
	font-size: 1em;
	cursor: pointer
}
#header_slogan {
	position: absolute;
	text-align: left;
	z-index: 999;
	width: 100%;
	top: 200px
}
#header_slogan #inner_header_slogan {
	max-width: 650px;
	width: 100%;
	text-align: left;
	margin: auto;
	color: #fff;
	font-size: 2.12em
}
#header_slogan #inner_header_slogan .oben {
	background: rgba(0, 0, 0, .3);
	text-align: left;
	float: left;
	padding: .3em;
	width: auto
}
#header_slogan #inner_header_slogan .unten {
	background: rgba(0, 0, 0, .3);
	text-align: left;
	padding: .21em;
	float: left;
	width: auto;
	margin-left: 45px
}
#header_sloganmobile {
	display: none;
	text-align: left;
	width: 100%;
	height: auto;
	margin-bottom: 0
}
#header_sloganmobile,
#inner_header_sloganmobile {
	display: none;
	width: 100%;
	margin: 0 auto;
	color: #333;
	font-size: 16px;
	background: #E5E5E5;
	padding: 1em 0
}
#header_sloganmobile,
#inner_header_sloganmobile .oben {
	padding: 0;
	width: 100%;
	text-align: center
}
#header_sloganmobile #inner_header_sloganmobile .unten {
	padding: 0;
	width: 100%;
	text-align: center
}
.wrapper-content {
	padding-top: 2em
}
.slider {
	position: relative
}
@media (max-width: 1440px) {
	#menue {
		width: 100%;
		max-width: 1050px;
		height: auto;
		margin: 0 auto;
		text-align: center
	}
	a.menu {
		display: inline-block;
		font-size: 15px;
		color: rgba(73, 73, 73, .9);
		text-transform: uppercase;
		font-weight: 400;
		margin: 5px 10px;
		padding-right: 25px;
		text-decoration: none;
		transition: color .4s linear
	}
	a.menu:hover,
	a.menu_on,
	a.menu_on:hover {
		display: inline-block;
		font-size: 15px;
		color: #154a96;
		text-transform: uppercase;
		font-weight: 400;
		margin: 5px 10px;
		padding-right: 25px;
		background: url(../images/hover.png) center right no-repeat;
		text-decoration: none
	}
}
@media (max-width: 1290px) {
	#menue {
		width: 100%;
		max-width: 1270px;
		height: auto;
		margin: 0 auto;
		text-align: center
	}
	a.menu {
		display: inline-block;
		font-size: 14px;
		color: rgba(73, 73, 73, .9);
		text-transform: uppercase;
		font-weight: 400;
		margin: 5px;
		padding-right: 25px;
		text-decoration: none;
		transition: color .4s linear
	}
	a.menu:hover,
	a.menu_on,
	a.menu_on:hover {
		display: inline-block;
		font-size: 14px;
		color: #154a96;
		text-transform: uppercase;
		font-weight: 400;
		margin: 5px;
		padding-right: 25px;
		background: url(../images/hover.png) center right no-repeat;
		text-decoration: none
	}
}
@media (max-width: 1230px) {
	#menue {
		width: 100%;
		max-width: 925px;
		height: auto;
		margin: 0 auto;
		text-align: center
	}
	a.menu {
		display: inline-block;
		font-size: 12px;
		color: rgba(73, 73, 73, .9);
		text-transform: uppercase;
		font-weight: 700;
		margin: 5px;
		padding-right: 25px;
		text-decoration: none;
		transition: color .4s linear
	}
	a.menu:hover,
	a.menu_on,
	a.menu_on:hover {
		display: inline-block;
		font-size: 12px;
		color: #154a96;
		text-transform: uppercase;
		font-weight: 700;
		margin: 5px;
		padding-right: 25px;
		background: url(../images/hover.png) center right no-repeat;
		text-decoration: none
	}
	.slideleft {
		position: absolute;
		width: 53px;
		height: 65px;
		background: url(../images/slider_prev.png) center center no-repeat;
		top: 55%;
		left: 0;
		z-index: 999;
		cursor: pointer
	}
	.slideright {
		position: absolute;
		width: 53px;
		height: 65px;
		background: url(../images/slider_next.png) center center no-repeat;
		top: 55%;
		right: 0;
		z-index: 999;
		cursor: pointer
	}
	#content {
		max-width: 1050px;
		padding: 0 50px 50px
	}
	#inhalt3 {
		max-width: 1050px
	}
	#content2wrapper {
		float: left;
		width: 100%;
		height: auto;
		padding: 0 0 30px;
		margin-bottom: -50px;
		background: url(../images/para.png) bottom right no-repeat #dfdfdf;
		background-position: 85%
	}
	#inhalt2 {
		width: 100%;
		max-width: 1050px;
		height: auto;
		margin: 0 auto;
		padding: 10px 50px
	}
	#startseite_bildwrapper {
		float: left;
		width: 100%;
		max-width: 320px;
		height: auto;
		margin: 10px 40px 10px 0
	}
	#startseite_bildwrapper:last-child {
		margin: 10px 0
	}
	#footerwrapper1 {
		float: left;
		width: 100%;
		height: 173px;
		background: url(../images/footer.png) center center repeat-x
	}
	#newsletterwrapper {
		width: 100%;
		max-width: 1050px;
		height: auto;
		font-size: 16px;
		color: #fff;
		margin: 70px auto
	}
	#footerwrapper2 {
		float: left;
		width: 100%;
		height: auto
	}
	#footerinhalt {
		width: 100%;
		max-width: 1050px;
		height: auto;
		margin: 10px auto 25px;
		color: #154a96;
		text-align: left
	}
	#foo1 {
		display: inline-block;
		margin: 0 20% 0 0
	}
	#foo2 {
		display: inline-block;
		margin: 0 15px 0 0
	}
	#foo3 {
		display: inline-block;
		margin: 0 15px 0 0
	}
	#foo4 {
		display: inline-block;
		margin: 0
	}
}
@media (max-width: 1155px) {
	#menue {
		width: 100%;
		max-width: 925px;
		height: auto;
		margin: 0 0 0 130px;
		text-align: center
	}
	#header_slogan {
		top: 150px
	}
	#header_slogan #inner_header_slogan {
		max-width: 650px;
		width: 100%;
		margin: auto;
		color: #fff;
		font-size: 2.02em
	}
	#header_slogan #inner_header_slogan .oben {
		background: rgba(0, 0, 0, .3);
		float: left;
		padding: .3em;
		width: auto;
		margin-left: 85px
	}
	#header_slogan #inner_header_slogan .unten {
		background: rgba(0, 0, 0, .3);
		padding: .21em;
		float: left;
		width: auto;
		margin-left: 155px
	}
	#content {
		max-width: 1000px;
		padding: 0 30px 30px
	}
	#inhalt3 {
		max-width: 1000px
	}
	#content2wrapper {
		float: left;
		width: 100%;
		height: auto;
		padding: 0;
		margin-bottom: -50px;
		background: url(../images/para.png) top right no-repeat #dfdfdf;
		background-position: 90%
	}
	#inhalt2 {
		width: 100%;
		max-width: 1000px;
		height: auto;
		margin: 0 auto;
		padding: 30px
	}
	#startseite_bildwrapper {
		float: left;
		width: 100%;
		max-width: 300px;
		height: auto;
		margin: 10px 50px 10px 0
	}
	#startseite_bildwrapper:last-child {
		margin: 10px 0
	}
	#footerwrapper1 {
		float: left;
		width: 100%;
		height: 173px;
		background: url(../images/footer.png) center center repeat-x
	}
	#newsletterwrapper {
		width: 100%;
		max-width: 1000px;
		height: auto;
		font-size: 16px;
		color: #fff;
		margin: 70px auto
	}
	#footerwrapper2 {
		float: left;
		width: 100%;
		height: auto
	}
	#footerinhalt {
		width: 100%;
		max-width: 1000px;
		height: auto;
		margin: 10px auto 25px;
		color: #154a96;
		text-align: left
	}
	#foo1 {
		display: inline-block;
		margin: 0 15% 0 0
	}
	#foo2 {
		display: inline-block;
		margin: 0 50px 0 0
	}
	#foo3 {
		display: inline-block;
		margin: 0 50px 0 0
	}
	#foo4 {
		display: inline-block;
		margin: 0
	}
}
@media (max-width: 1090px) {
	#likebutton {
		position: absolute;
		top: -7px;
		right: 10px
	}
}
@media (max-width: 1080px) {
	#menue {
		width: 100%;
		max-width: 850px;
		height: auto;
		margin: 0 0 0 100px;
		text-align: center
	}
	a.menu {
		display: inline-block;
		font-size: 12px;
		color: rgba(73, 73, 73, .9);
		text-transform: uppercase;
		font-weight: 700;
		margin: 5px 2px;
		padding-right: 20px;
		text-decoration: none;
		transition: color .4s linear
	}
	a.menu:hover,
	a.menu_on,
	a.menu_on:hover {
		display: inline-block;
		font-size: 12px;
		color: #154a96;
		text-transform: uppercase;
		font-weight: 700;
		margin: 5px 2px;
		padding-right: 20px;
		background: url(../images/hover.png) center right no-repeat;
		text-decoration: none
	}
	#content {
		max-width: 850px
	}
	#content2wrapper {
		float: left;
		width: 100%;
		height: auto;
		padding: 0;
		margin-bottom: -50px;
		background: url(../images/para.png) top right no-repeat #dfdfdf;
		background-position: 90%
	}
	#inhalt2 {
		width: 100%;
		max-width: 850px;
		height: auto;
		margin: 0 auto;
		padding: 30px
	}
	#startseite_bildwrapper {
		float: left;
		width: 100%;
		max-width: 250px;
		height: auto;
		margin: 10px 50px 10px 0
	}
	#startseite_bildwrapper:last-child {
		margin: 10px 0
	}
	#footerwrapper1 {
		float: left;
		width: 100%;
		height: 173px;
		background: url(../images/footer.png) center center repeat-x
	}
	#newsletterwrapper {
		width: 100%;
		max-width: 850px;
		height: auto;
		font-size: 16px;
		color: #fff;
		margin: 70px auto
	}
	#footerwrapper2 {
		float: left;
		width: 100%;
		height: auto
	}
	#footerinhalt {
		width: 100%;
		max-width: 840px;
		font-size: 14px;
		height: auto;
		margin: 10px auto 25px;
		color: #154a96;
		text-align: left
	}
	#foo1 {
		display: inline-block;
		margin: 0 15% 0 0
	}
	#foo2 {
		display: inline-block;
		margin: 0 25px 0 0
	}
	#foo3 {
		display: inline-block;
		margin: 0 25px 0 0
	}
	#foo4 {
		display: inline-block;
		margin: 0
	}
}
@media (max-width: 990px) {
	#inhalt{
		height:136.617px;
		margin-top:136.617px;
	}
	#responsive-menu,
	#logomobil,
	#likebuttonmobile {
		display: block
	}
	#menue,
	#likebutton,
	#menuewrapper {
		display: none
	}
	#logowrapper {
		display: none
	}
	#logomenue {
		display: none!important
	}
	.slideleft {
		position: absolute;
		width: 53px;
		height: 65px;
		background: url(../images/slider_prev.png) center center no-repeat;
		top: 40%;
		left: 0;
		z-index: 999;
		cursor: pointer
	}
	.slideright {
		position: absolute;
		width: 53px;
		height: 65px;
		background: url(../images/slider_next.png) center center no-repeat;
		top: 40%;
		right: 0;
		z-index: 999;
		cursor: pointer
	}
	#header_slogan {
		top: 90px
	}
	#header_slogan #inner_header_slogan {
		max-width: 900px;
		width: 100%;
		margin: 0 auto;
		color: #fff;
		font-size: 2.02em
	}
	#header_slogan #inner_header_slogan .oben {
		background: rgba(0, 0, 0, .3);
		float: left;
		padding: .3em;
		width: auto;
		margin-left: 85px
	}
	#header_slogan #inner_header_slogan .unten {
		background: rgba(0, 0, 0, .3);
		padding: .21em;
		float: left;
		width: auto;
		margin-left: 155px
	}
	#foo1 {
		display: inline-block;
		margin: 0 7% 0 0
	}
}
@media (max-width: 930px) {
	#inhalt3 {
		max-width: 100%
	}
	#content2wrapper {
		float: left;
		width: 100%;
		height: auto;
		padding: 0;
		margin-bottom: -31px;
		background: url(../images/para.png) top right no-repeat #dfdfdf;
		background-position: 90%
	}
	#inhalt2 {
		width: 100%;
		max-width: 98%;
		height: auto;
		margin: 0 auto;
		padding: 0
	}
	#mobilbildwrapper {
		text-align: center
	}
	#startseite_bildwrapper {
		display: inline;
		float: none;
		max-width: 200px;
		margin: 10px
	}
	#startseite_bildwrapper:last-child {
		margin: 10px
	}
	#footerwrapper1 {
		float: left;
		width: 100%;
		height: 173px;
		background: url(../images/footer.png) center center repeat-x
	}
	#newsletterwrapper {
		width: 100%;
		max-width: 98%;
		height: auto;
		font-size: 16px;
		color: #fff;
		margin: 70px auto
	}
	#footerwrapper2 {
		float: left;
		width: 100%;
		height: auto
	}
	#footerinhalt {
		width: 100%;
		max-width: 840px;
		font-size: 14px;
		height: auto;
		margin: 10px auto 25px;
		color: #154a96;
		text-align: left
	}
	#foo1 {
		display: inline-block;
		margin: 0 7% 0 0
	}
	#foo2 {
		display: inline-block;
		margin: 0 15px 0 0
	}
	#foo3 {
		display: inline-block;
		margin: 0 15px 0 0
	}
	#foo4 {
		display: inline-block;
		margin: 0
	}
}
@media (max-width: 835px) {
	#footerwrapper2 {
		display: none
	}
}
@media (max-width: 710px) {
	#header_slogan {
		top: 90px
	}
	#header_slogan #inner_header_slogan {
		max-width: 900px;
		width: 100%;
		margin: 0 auto;
		color: #fff;
		font-size: 1.5em
	}
	#header_slogan #inner_header_slogan .oben {
		background: rgba(0, 0, 0, .3);
		float: left;
		padding: .3em;
		width: auto;
		margin-left: 85px
	}
	#header_slogan #inner_header_slogan .unten {
		background: rgba(0, 0, 0, .3);
		padding: .21em;
		float: left;
		width: auto;
		margin-left: 155px
	}
}
@media (max-width: 690px) {
	#content2wrapper {
		float: left;
		width: 100%;
		height: auto;
		padding: 0;
		margin-bottom: -32px;
		background: url(../images/para.png) top right no-repeat #dfdfdf;
		background-position: 99%
	}
	#inhalt2 {
		width: 100%;
		max-width: 90%;
		height: auto;
		margin: 0 auto;
		padding: 0
	}
	#mobilbildwrapper {
		text-align: center
	}
	#startseite_bildwrapper {
		display: inline;
		float: none;
		max-width: 150px;
		margin: 10px
	}
	#startseite_bildwrapper:last-child {
		margin: 10px
	}
	#newsletterwrapper {
		width: 100%;
		max-width: 90%;
		height: auto;
		font-size: 16px;
		color: #fff;
		margin: 70px auto
	}
}
@media (max-width: 640px) {
	.slideleft {
		position: absolute;
		width: 53px;
		height: 65px;
		background: url(../images/slider_prev.png) center center no-repeat;
		top: 35%;
		left: 0;
		z-index: 999;
		cursor: pointer
	}
	.slideright {
		position: absolute;
		width: 53px;
		height: 65px;
		background: url(../images/slider_next.png) center center no-repeat;
		top: 35%;
		right: 0;
		z-index: 999;
		cursor: pointer
	}
}
@media (max-width: 600px) {
	#qrcode {
		display: none
	}
	#header_slogan {
		top: 70px
	}
	#header_slogan #inner_header_slogan {
		max-width: 900px;
		width: 100%;
		margin: 0 auto;
		color: #fff;
		font-size: 1.2em
	}
	#header_slogan #inner_header_slogan .oben {
		background: rgba(0, 0, 0, .3);
		float: left;
		padding: .3em;
		width: auto;
		margin-left: 65px
	}
	#header_slogan #inner_header_slogan .unten {
		background: rgba(0, 0, 0, .3);
		padding: .21em;
		float: left;
		width: auto;
		margin-left: 115px
	}
	#newsletterwrapper {
		width: 100%;
		max-width: 90%;
		height: auto;
		font-size: 15px;
		color: #fff;
		margin: 70px auto
	}
}
@media (max-width: 585px) {
	#startseite_bildwrapper {
		display: inline;
		float: none;
		max-width: 100px;
		margin: 10px
	}
	#startseite_bildwrapper:last-child {
		margin: 10px
	}
	#newsletterwrapper {
		width: 100%;
		max-width: 95%;
		height: auto;
		font-size: 15px;
		color: #fff;
		margin: 70px auto
	}
	#namefeld {
		float: left;
		width: 100%;
		max-width: 150px;
		margin: 0 2px 0 0
	}
	#eMail-Adresse {
		float: left;
		width: 100%;
		max-width: 150px;
		margin: 0 5px 0 3px
	}
}
@media (max-width: 525px) {
	#footerwrapper1 {
		float: left;
		width: 100%;
		height: 173px;
		margin-top: 0;
		background: url(../images/footer.png) center center repeat-x
	}
	#newsletterwrapper {
		width: 100%;
		max-width: 95%;
		height: auto;
		font-size: 14px;
		color: #fff;
		margin: 70px auto
	}
	#namefeld {
		float: left;
		width: 100%;
		max-width: 150px;
		margin: 0 2px 0 0
	}
	#eMail-Adresse {
		float: left;
		width: 100%;
		max-width: 150px;
		margin: 0 0 0 3px
	}
	.gobutton {
		font-family: Arial, sans-serif;
		color: rgba(0, 0, 0, .5);
		font-weight: 700;
		border: 1px solid #d0d0d0;
		background: #fff;
		margin: 0 0 0 5px;
		font-size: 16px;
		padding: 2px 0
	}
	.gobutton:hover {
		font-family: Arial, sans-serif;
		color: #234390;
		border: 1px solid #d0d0d0;
		background: #FFF;
		margin: 0 0 0 5px;
		padding: 2px 0;
		font-size: 16px;
		cursor: pointer
	}
}
@media (max-width: 515px) {
	#content2wrapper {
		float: left;
		width: 100%;
		height: auto;
		padding: 0;
		margin-bottom: 0;
		background: url(../images/para.png) top right no-repeat #dfdfdf;
		background-position: 100%
	}
	#footerwrapper1 {
		float: left;
		width: 100%;
		height: 75px;
		background: #234390
	}
	#newsletterwrapper {
		width: 100%;
		max-width: 87%;
		height: auto;
		font-size: 14px;
		color: #fff;
		text-align: left;
		margin: 60px auto
	}
	#namefeld {
		float: none;
		width: 100%;
		max-width: 100%;
		margin: 0
	}
	#eMail-Adresse {
		float: none;
		width: 100%;
		max-width: 100%;
		margin: 5px 0
	}
	.gobutton {
		font-family: Arial, sans-serif;
		color: #fff;
		font-weight: 700;
		border: 1px solid #fff;
		background: #234390;
		margin: 0;
		width: 102%;
		font-size: 16px;
		padding: 2px 0
	}
	.gobutton:hover {
		font-family: Arial, sans-serif;
		color: #234390;
		border: 1px solid #d0d0d0;
		background: #FFF;
		margin: 0;
		padding: 2px 0;
		font-size: 16px;
		cursor: pointer
	}
}
@media (max-width: 460px) {
	#header_slogan,
	#inner_header_slogan {
		display: none
	}
	#header_sloganmobile,
	#inner_header_sloganmobile {
		display: block
	}
	#inhalt3 {
		margin: 0
	}
}
@media (max-width: 420px) {
	.slideleft {
		display: none
	}
	.slideright {
		display: none
	}
	#inhalt3 {
		font-size: 14px
	}
	#content2wrapper {
		float: left;
		width: 100%;
		height: auto;
		padding: 0 0 55px;
		margin-bottom: -60px;
		background: url(../images/para.png) bottom right no-repeat #dfdfdf;
		background-position: 100%
	}
	#inhalt2 {
		width: 100%;
		max-width: 95%;
		height: auto;
		font-size: 14px;
		margin: 0;
		padding: 0
	}
	#mobilbildwrapper {
		text-align: left
	}
	#startseite_bildwrapper {
		display: block;
		float: left;
		width: 100%;
		max-width: 240px;
		height: auto;
		margin: 10px
	}
	#startseite_bildwrapper:last-child {
		margin: 10px
	}
}
#news-modal {
	display: none;
}
.myModal {
	position: fixed;
	display: none;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1000000;
	overflow-x: hidden;
	overflow-y: auto;
	outline: 0;
	background-color: rgba(0, 0, 0, .5);
}
.myModal-dialog {
	width: 90%;
	max-width: 700px;
	margin: 20px auto 0;
}
.myModal-content {
	position: relative;
	background-color: #fff;
	padding: 1rem 1rem 66px;
	border: 2px solid #154a96;
}
.myModal-title {
	margin: 0!important;
	padding-right: 2rem;
	font-size: 1.5rem;
}
.myModal-close {
	float: right;
	font-size: 1.5rem;
}
.popup-logo {
	position: absolute;
	bottom: 1rem;
	right: 1rem;
	opacity: 1;
}
#news-modal:checked ~ #myModal {
	display: block;
}
#phoneModal {
	display: none!important
}
#phoneModal:checked ~ #phone-modal {
	display: block;
}
#phone-modal .myModal-dialog {
	max-width: 400px;
}
#phone-modal .myModal-body {
	text-align: center;
	margin-top: 1.5rem;
}
.d-none {
	display: none!important
}
@media (min-width: 1200px) {
	.d-xl-none {
		display: none!important
	}
	.d-xl-inline {
		display: inline!important
	}
}