html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, em, img, ol, ul, li, form, table, tbody, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}
html, body{
	width: 100%;
	height: 100%;
}
body {
	color: white;
	text-align: center;
	font: normal 16px "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	background-color: #666;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
img {
	border-style: none;
}
.noborder {
	border-style: none !important;
}
/* abstände */
form {
	margin: 0;
	padding: 0;
}
table {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}
td {
	vertical-align: top;
}
h1, h2, h3, h4, h5, h6, p, ul {
	padding-right: 10px;
	padding-left: 10px;
}
/*
Linksteuerung
*/
a, a:link, a:visited {
	color: #ef8007;
	text-decoration: none;
}
a:hover {
	color: #45090B;
	text-decoration: none;
}
/* Textformatierung:
Headline		h1
Überschrift		h2

Headline			h3
große Überschrift		h4
normale Überschrift		h5

kleine Überschrift		h6	(z.B. Datum in News)

normale Schrift		p
kleine Schrift			span klein */
h1 {
	font-size: 3.125em;
	color: white;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0.2em;
}
h2 {
	font-size: 2.5em;
	color: white;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0.2em;
}
h1 span, h2 span {
	border-bottom: 3px solid white;
	margin-bottom: 5px;
}
h3 {
	margin-top: 0;
	margin-bottom: 10px;
	color: #fff;
	font-style: normal;
	font-size: 1.25em;
}
h4 {
	color: #09255C;
	margin-top: 0;
	margin-bottom: 0;
	font-style: normal;
	font-size: 1em;
}
h5 {
	line-height: 140%;
	margin-top: 0;
	margin-bottom: 5px;
	font-style: normal;
	font-size: 1em;
}
h6 {
	line-height: 140%;
	margin-top: 0;
	margin-bottom: 5px;
	font-style: normal;
	font-size: 1em;
}
p {
	margin-bottom: 2em;
	text-align: left;
	line-height: 140%;
}
ul {
	margin-top: -10px;
	text-align: left;
	line-height: 140%;
}
li {
	margin-left: 20px;
	text-align: left;
	line-height: 140%;
}
.small, .kl {
	font-size: 0.7em;
}
/*
cms
*/
.container {
	float: none;
}
.fliessend {
	float: left;
	margin-right: 1em;
	display: block;
	margin-bottom: 5px;
}
.trennlinie, hr {
	font-size: 0;
	width: auto;
	height: 0;
	clear: both;
	height: 7px;
	background-image: url(../images/trenner.png);
	background-size: 100% 100%;
	margin: 20px 5px;
	background-color: transparent;
	border-style: none;
}
.center, .c {
	text-align: center;
}
.rechts, .r {
	text-align: right;
}
.hide {
	display: none;
}
.clearer {
	clear: both;
}
/*
Seitenelemente
*/
header {
	width: 100%;
	text-align: center;
	display: block;
	padding: 0;
	position: fixed;
	height: 110px;
	z-index: 100;
	top: 0;
	margin: 0;
	background-image: url(../images/bg_top.png);
}
.logo img {
	margin-top: 16px;
	height: 48px;
	width: auto;
	margin-bottom: 12px;
}
.impress {
	letter-spacing: 1px;
	position: absolute;
	right: 20px;
	text-align: right;
	color: #999;
	top: 20px;
	text-transform: uppercase;
	font-size: 1em;
}
.impress a, .impress a:visited {
	color: #999;
}
/* menu */
nav {
	width: 100%;
	display: block;
	z-index: 2000;
	text-align: center;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
ul#menue {
	max-width: 990px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	position: relative;
	left: 0;
}
/* Hauptmenue */
ul#menue li {
	list-style: none;
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
}
ul#menue li a, ul#menue li a:visited {
	color: black;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	display: block;
	position: relative;
	margin: 0;
	letter-spacing: 1px;
	background-image: none;
	font-size: 18px;
	line-height: 26px;
	padding-right: 0.4em;
	padding-left: 0.4em;
}
ul#menue li:hover a, ul#menue li.aktuell a {
	color: black;
	border-bottom: 4px solid #f39200;
}
/* Submenue*/
ul#menue li ul {
	position: absolute;
	margin: 0;
	padding: 10px 0;
	top: 30px;
	display: none;
	opacity: 0.95;
	background-color: #fff;
	width: auto;
	height: auto;
}
ul#menue li:hover ul, ul#menue li:focus ul {
	display: block;
	opacity: 0.9;
	margin: 0;
}
ul#menue li ul li {
	float: none;
	border-bottom: 4px solid #fff;
	margin: 0;
}
ul#menue li:hover ul li a, ul#menue li.aktuell ul li a, ul#menue li ul li a:visited {
	display: block;
	margin: 0;
	border-bottom: none;
	line-height: 20px;
	text-align: left;
	background-image: none;
	text-transform: none;
	font-size: 15px;
	padding: 5px;
}
ul#menue li ul li:hover, ul#menue li ul li.aktuell {
	border-bottom: 4px solid #f39200;
}
/* seitenelemente */
#maske {
	background-color: #000;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 1100;
	margin: 0;
	display: none;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	-opera-opacity: 0.6;
	opacity: 0.6;
}
#infofenster {
	color: #000;
	background-color: black;
	position: fixed;
	top: 180px;
	left: 50%;
	width: 600px;
	z-index: 1100;
	margin-left: -300px;
	padding: 0;
	display: none;
	vertical-align: middle;
	text-align: center;
}
#infofenster iframe {
	margin: 20px auto 10px;
}
.inhalt {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	background-size: cover;
	background-position: center center;
}
.cms {
	text-align: center;
	padding: 1.5em;
	width: calc(100% - 120px);
	max-width: 800px;
	margin: 180px auto 0;
	background-image: url(../images/bg_cms.png);
	margin-bottom: 30px;
}
.cms ul {
	float: none;
}
.spalte, .cms_spalte {
	float: left;
	width: calc(100% - 10px);
	margin-right: 10px;
	display: block;
}
.slide_galerie {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	position: fixed;
	text-align: center;
	top: 0;
	left: 0;
	z-index: -10;
}
.slide_galerie_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	background-size: cover;
	background-position: center center;
	text-align: center;
	margin: 0;
	padding: 0;
}
.slide_galerie_img h2 {
	font-size: 5.3em;
	color: white;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0.2em;
}
.slide_galerie_img h3 {
	font-size: 3.6em;
	color: white;
	text-transform: uppercase;
	margin-top: 160px;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0.2em;
}
.slide_galerie_img h3 span {
	border-bottom: 3px solid white;
}
.slide_galerie_text {
	width: calc(100% - 80px);
	max-width: 800px;
	background-image: url(../images/bg_cms.png);
	text-align: center;
	padding: 20px;
	z-index: 1000;
	margin: 350px auto 30px;
}
.slide_galerie_nav {
	color: #FFF;
	text-align: center;
	display: block;
	position: absolute;
	width: 100%;
	z-index: 30;
	bottom: 40px;
	height: 20px;
	line-height: 40px;
}
.slide_galerie_nav span {
	font-size: 2.5em;
	cursor: pointer;
	padding-right: 2px;
	padding-left: 2px;
}
.tabelle td {
	text-align: left;
	vertical-align: top;
	padding-right: 10px;
	padding-bottom: 5px;
}
.formular {
	text-align: left;
}
.formular input {
	padding: 3px;
}
#start_popup {
	background-image: url(../images/bg_cms.png);
	position: absolute;
	top: 120px;
	left: calc(50% - 250px);
	max-width: 555px;
	z-index: 1100;
	overflow: auto;
	padding: 20px;
	border: 2px solid #ef8007;
	width: 500px;
}
#start_popup img {
	border-style: none;
}
.popup_close {
	text-align: right;
	width: 100%;
	margin-bottom: 10px;
}
.popup_close a, .popup_close a:visited {
	color: #ef8007 !important;
	font-size: 11px;
	font-weight: bold;
	line-height: 100%;
	background-color: #fff;
	padding: 2px 6px !important;
	border: solid 2px #ef8007;
	cursor: pointer;
}
/* news */
.news {
	text-align: left;
}
.news h3 {
	margin-top: 0;
	margin-bottom: 5px;
	font: normal 1.75em / 140% Pompiere;
	color: #1A1A1A;
}
.news h3 span {
	font: 0.875em Pompiere;
	color: black;
	padding-left: 20px;
	padding-top: 14px;
}
.news p {
}
.news_bilder img {
	width: 653px;
	height: auto;
}
a.newslink {
}
a.newslink:hover {
	background-image: url(../images/btn_grau.png);
	text-decoration: none;
}
/* referenzen */
.slide_referenzen {
	text-align: center;
	width: 100%;
	max-width: 990px;
	margin: 10px auto 30px;
	height: 500px;
	position: relative;
}
.referenzen {
	text-align: center;
	width: 100%;
	max-width: 990px;
	margin: 160px auto 0;
	margin-bottom: 30px;
	position: relative;
}
.referenzen h1 {
	font-size: 3.125em;
	color: white;
	text-transform: uppercase;
	margin-top: 160px;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0.2em;
	text-decoration: underline;
}
.slide_referenzen_img {
	position: absolute;
	width: calc(100% - 10px);
	top: 10px;
	left: 0;
	padding: 0;
	text-align: center;
	height: 450px;
	display: inline-block;
}
.slide_referenzen_img div.slide_einzel {
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	position: relative;
	display: inline-block;
}
.slide_referenzen_img div.slide_einzel div {
	display: inline;
	position: relative;
	height: 100%;
}
.slide_referenzen_img div.slide_einzel div img {
	max-width: 100%;
	height: auto;
}
.slide_img_w1 {
	width: calc(100% - 20px);
}
.slide_img_w2 {
	width: calc(50% - 20px);
}
.slide_img_w3 {
	width: calc(33% - 20px);
}
.slide_referenzen_img div.slide_einzel div span {
	position: absolute;
	left: 10px;
	text-shadow: #fff 0 0 7px;
	color: #000;
	bottom: 10px;
}
.slide_referenzen_nav {
	color: #FFF;
	text-align: center;
	display: block;
	position: absolute;
	width: 100%;
	z-index: 30;
	bottom: 20px;
	height: 20px;
	line-height: 40px;
}
.slide_referenzen_nav span {
	font-size: 2.5em;
	cursor: pointer;
	padding-right: 2px;
	padding-left: 2px;
}
.seo_btn {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    letter-spacing: 1px;
    margin-left: auto;
    outline: medium none;
    padding: 5px 20px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
	margin-right: auto;
	font-size: 1.25em;
}
.seo_btn::after {
    content: "";
    position: absolute;
    transition: all 0.3s ease 0s;
    z-index: -1;
}
.seo_btn-1 {
    border: 2px solid #fff;
    color: #fff; 
}
.seo_btn-1c::after {
    background: #0069b4 none repeat scroll 0 0;
    height: 100%;
    left: 0;
    top: 0;
    width: 0;
}
.seo_btn-1c:hover, .seo_btn-1c:active {
    background: #fff; none repeat scroll 0 0;
    color: #0069b4;
}
.seo_btn-1c:hover::after, .seo_btn-1c:active::after {
    width: 100%;
}
.vorteile {
    background-color: #fff;
    border: 1px solid #fff;
    box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.45);
    color: #0069b4;
	margin: 0 auto 20px;
	width: calc(100% - 30px);
    font-size: 0.85em;
    list-style-type: none;
    padding: 10px 10px 10px 10px;
}
.vorteile li {
	list-style-type: disc;
}

.vorteile span {
	font-size: 1.25em;
	font-weight:bold;
	margin: 10px 0 10px 17px;
}
#seo_text a {
    color: #000;
    text-decoration: underline;
}
.slicknav_menu {
	display: none;
}
/* smartphone */
@media (max-width: 980px) {
	body {
	}
	header {
		position: fixed;
		height: auto;
	}
	.logo img {
		margin-top: 20px;
		height: 55px;
		width: auto;
		margin-bottom: 10px;
	}
	.impress {
		position: relative;
		right: 0;
		text-align: center;
		color: #999;
		top: 0;
		width: 100%;
		left: 0;
		border-bottom: 2px solid #999;
		line-height: 3em;
	}
	nav {
		display: none;
	}
	.slicknav_menu {
		display: block;
		top: 65px;
		position: absolute;
	}
	.slicknav_menu .slicknav_icon {
		width: 40px;
		height: 30px;	
		right: 20px;
		top: 10px;
		position: absolute;
		z-index: 2000;
	}
	.slicknav_menu .slicknav_icon-bar {
		background-color: #999;
		height: 2px;
		margin-bottom: 10px;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	    -moz-border-radius:2px; /* Firefox */
	    -webkit-border-radius: 2px; /* Safari, Chrome */
	    -khtml-border-radius: 2px; /* KHTML */
	    border-radius: 2px;
	}
	.slicknav_nav {
		background-image: url(../images/bg_top.png);
		margin-top: 135px;
		border-top: 2px solid #999;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.slicknav_nav li {
		text-transform: uppercase;
		display: block;
		position: relative;
		margin: 0;
		letter-spacing: 1px;
		background-image: none;
		font-size: 18px;
		padding-left: 1em;
	}
	.slicknav_nav a {
		color: #999999;
	}
	.slicknav_nav a:hover, .slicknav_nav .slicknav_row:hover {
		color: #ef8007;
		background-color: transparent;
	}
	.slide_galerie_img h2 {
		font-size: 4em;
	}
	.slide_galerie_img h3 {
		font-size: 3em;
	}
}
/* smartphone */
@media (max-width: 580px) {
	body {
		font-size: 14px;
	}
	.cms {
		width: calc(100% - 80px);
	}
	.spalte, .cms_spalte {
		float: none;
		width: calc(100% - 20px);
	}
	h1 {
		font-size: 2.5em;
	}
	h2 {
		font-size: 1.8em;
	}
	h3 {
		font-size: 1.2em;
	}
	.slide_img_w1, .slide_img_w2, .slide_img_w3 {
		width: 100%;
	}
	.slide_img_h1 {
		height: calc(100% - 20px);
	}
	.slide_img_h2 {
		height: calc(50% - 20px);
	}
	.slide_img_h3 {
		height: calc(33% - 20px);
	}
	.slide_referenzen_img div.slide_einzel div img {
		height: 100%;
		max-height: 100%;
		width: unchanged;
		max-width: auto;
	}
	.slide_galerie_img h2 {
		font-size: 35px;
	}
	.slide_galerie_img h3 {
		font-size: 30px;
	}
}
@media (max-width: 440px) {
	body {
	}
	.logo img {
		margin-top: 30px;
		height: 40px;
		width: auto;
		margin-bottom: 10px;
		float: left;
		margin-left: 20px;
	}
	.slicknav_menu {
		top: 55px;
	}
	.slicknav_menu .slicknav_icon {
		width: 40px;
		height: 30px;	
		right: 15px;
		top: 10px;
	}
	.slicknav_nav {
		margin-top: 125px;
	}
	.cms {
		width: calc(100% - 40px);
		padding-right: 0.5em;
		padding-left: 0.5em;
	}
	h1 {
		font-size: 1.8em;
	}
	h2 {
		font-size: 1.4em;
	}
	h3 {
		font-size: 1.1em;
	}
}
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, em, img, ol, ul, li, form, table, tbody, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}
html, body{
	width: 100%;
	height: 100%;
}
body {
	color: white;
	text-align: center;
	font: normal 16px "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	background-color: #666;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
img {
	border-style: none;
}
.noborder {
	border-style: none !important;
}
/* abstände */
form {
	margin: 0;
	padding: 0;
}
table {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}
td {
	vertical-align: top;
}
h1, h2, h3, h4, h5, h6, p, ul {
	padding-right: 10px;
	padding-left: 10px;
}
/*
Linksteuerung
*/
a, a:link, a:visited {
	color: #ef8007;
	text-decoration: none;
}
a:hover {
	color: #45090B;
	text-decoration: none;
}
/* Textformatierung:
Headline		h1
Überschrift		h2

Headline			h3
große Überschrift		h4
normale Überschrift		h5

kleine Überschrift		h6	(z.B. Datum in News)

normale Schrift		p
kleine Schrift			span klein */
h1 {
	font-size: 3.125em;
	color: white;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0.2em;
}
h2 {
	font-size: 2.5em;
	color: white;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0.2em;
}
h1 span, h2 span {
	border-bottom: 3px solid white;
	margin-bottom: 5px;
}
h3 {
	margin-top: 0;
	margin-bottom: 10px;
	color: #fff;
	font-style: normal;
	font-size: 1.25em;
}
h4 {
	color: #09255C;
	margin-top: 0;
	margin-bottom: 0;
	font-style: normal;
	font-size: 1em;
}
h5 {
	line-height: 140%;
	margin-top: 0;
	margin-bottom: 5px;
	font-style: normal;
	font-size: 1em;
}
h6 {
	line-height: 140%;
	margin-top: 0;
	margin-bottom: 5px;
	font-style: normal;
	font-size: 1em;
}
p {
	margin-bottom: 2em;
	text-align: left;
	line-height: 140%;
}
ul {
	margin-top: -10px;
	text-align: left;
	line-height: 140%;
}
li {
	margin-left: 20px;
	text-align: left;
	line-height: 140%;
}
.small, .kl {
	font-size: 0.7em;
}
/*
cms
*/
.container {
	float: none;
}
.fliessend {
	float: left;
	margin-right: 1em;
	display: block;
	margin-bottom: 5px;
}
.trennlinie, hr {
	font-size: 0;
	width: auto;
	height: 0;
	clear: both;
	height: 7px;
	background-image: url(../images/trenner.png);
	background-size: 100% 100%;
	margin: 20px 5px;
	background-color: transparent;
	border-style: none;
}
.center, .c {
	text-align: center;
}
.rechts, .r {
	text-align: right;
}
.hide {
	display: none;
}
.clearer {
	clear: both;
}
/*
Seitenelemente
*/
header {
	width: 100%;
	text-align: center;
	display: block;
	padding: 0;
	position: fixed;
	height: 110px;
	z-index: 100;
	top: 0;
	margin: 0;
	background-image: url(../images/bg_top.png);
}
.logo img {
	margin-top: 16px;
	height: 48px;
	width: auto;
	margin-bottom: 12px;
}
.impress {
	letter-spacing: 1px;
	position: absolute;
	right: 20px;
	text-align: right;
	color: #999;
	top: 20px;
	text-transform: uppercase;
	font-size: 1em;
}
.impress a, .impress a:visited {
	color: #999;
}
/* menu */
nav {
	width: 100%;
	display: block;
	z-index: 2000;
	text-align: center;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
ul#menue {
	max-width: 990px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	position: relative;
	left: 0;
}
/* Hauptmenue */
ul#menue li {
	list-style: none;
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
}
ul#menue li a, ul#menue li a:visited {
	color: black;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	display: block;
	position: relative;
	margin: 0;
	letter-spacing: 1px;
	background-image: none;
	font-size: 18px;
	line-height: 26px;
	padding-right: 0.4em;
	padding-left: 0.4em;
}
ul#menue li:hover a, ul#menue li.aktuell a {
	color: black;
	border-bottom: 4px solid #f39200;
}
/* Submenue*/
ul#menue li ul {
	position: absolute;
	margin: 0;
	padding: 10px 0;
	top: 30px;
	display: none;
	opacity: 0.95;
	background-color: #fff;
	width: auto;
	height: auto;
}
ul#menue li:hover ul, ul#menue li:focus ul {
	display: block;
	opacity: 0.9;
	margin: 0;
}
ul#menue li ul li {
	float: none;
	border-bottom: 4px solid #fff;
	margin: 0;
}
ul#menue li:hover ul li a, ul#menue li.aktuell ul li a, ul#menue li ul li a:visited {
	display: block;
	margin: 0;
	border-bottom: none;
	line-height: 20px;
	text-align: left;
	background-image: none;
	text-transform: none;
	font-size: 15px;
	padding: 5px;
}
ul#menue li ul li:hover, ul#menue li ul li.aktuell {
	border-bottom: 4px solid #f39200;
}
/* seitenelemente */
#maske {
	background-color: #000;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 1100;
	margin: 0;
	display: none;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	-opera-opacity: 0.6;
	opacity: 0.6;
}
#infofenster {
	color: #000;
	background-color: black;
	position: fixed;
	top: 180px;
	left: 50%;
	width: 600px;
	z-index: 1100;
	margin-left: -300px;
	padding: 0;
	display: none;
	vertical-align: middle;
	text-align: center;
}
#infofenster iframe {
	margin: 20px auto 10px;
}
.inhalt {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	background-size: cover;
	background-position: center center;
}
.cms {
	text-align: center;
	padding: 1.5em;
	width: calc(100% - 120px);
	max-width: 800px;
	margin: 180px auto 0;
	background-image: url(../images/bg_cms.png);
	margin-bottom: 30px;
}
.cms ul {
	float: none;
}
.spalte, .cms_spalte {
	float: left;
	width: calc(100% - 10px);
	margin-right: 10px;
	display: block;
}
.slide_galerie {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	position: fixed;
	text-align: center;
	top: 0;
	left: 0;
	z-index: -10;
}
.slide_galerie_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	background-size: cover;
	background-position: center center;
	text-align: center;
	margin: 0;
	padding: 0;
}
.slide_galerie_img h2 {
	font-size: 5.3em;
	color: white;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0.2em;
}
.slide_galerie_img h3 {
	font-size: 3.6em;
	color: white;
	text-transform: uppercase;
	margin-top: 160px;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0.2em;
}
.slide_galerie_img h3 span {
	border-bottom: 3px solid white;
}
.slide_galerie_text {
	width: calc(100% - 80px);
	max-width: 800px;
	background-image: url(../images/bg_cms.png);
	text-align: center;
	padding: 20px;
	z-index: 1000;
	margin: 350px auto 30px;
}
.slide_galerie_nav {
	color: #FFF;
	text-align: center;
	display: block;
	position: absolute;
	width: 100%;
	z-index: 30;
	bottom: 40px;
	height: 20px;
	line-height: 40px;
}
.slide_galerie_nav span {
	font-size: 2.5em;
	cursor: pointer;
	padding-right: 2px;
	padding-left: 2px;
}
.tabelle td {
	text-align: left;
	vertical-align: top;
	padding-right: 10px;
	padding-bottom: 5px;
}
.formular {
	text-align: left;
}
.formular input {
	padding: 3px;
}
#start_popup {
	background-image: url(../images/bg_cms.png);
	position: absolute;
	top: 120px;
	left: calc(50% - 250px);
	max-width: 555px;
	z-index: 1100;
	overflow: auto;
	padding: 20px;
	border: 2px solid #ef8007;
	width: 500px;
}
#start_popup img {
	border-style: none;
}
.popup_close {
	text-align: right;
	width: 100%;
	margin-bottom: 10px;
}
.popup_close a, .popup_close a:visited {
	color: #ef8007 !important;
	font-size: 11px;
	font-weight: bold;
	line-height: 100%;
	background-color: #fff;
	padding: 2px 6px !important;
	border: solid 2px #ef8007;
	cursor: pointer;
}
/* news */
.news {
	text-align: left;
}
.news h3 {
	margin-top: 0;
	margin-bottom: 5px;
	font: normal 1.75em / 140% Pompiere;
	color: #1A1A1A;
}
.news h3 span {
	font: 0.875em Pompiere;
	color: black;
	padding-left: 20px;
	padding-top: 14px;
}
.news p {
}
.news_bilder img {
	width: 653px;
	height: auto;
}
a.newslink {
}
a.newslink:hover {
	background-image: url(../images/btn_grau.png);
	text-decoration: none;
}
/* referenzen */
.slide_referenzen {
	text-align: center;
	width: 100%;
	max-width: 990px;
	margin: 10px auto 30px;
	height: 500px;
	position: relative;
}
.referenzen {
	text-align: center;
	width: 100%;
	max-width: 990px;
	margin: 160px auto 0;
	margin-bottom: 30px;
	position: relative;
}
.referenzen h1 {
	font-size: 3.125em;
	color: white;
	text-transform: uppercase;
	margin-top: 160px;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0.2em;
	text-decoration: underline;
}
.slide_referenzen_img {
	position: absolute;
	width: calc(100% - 10px);
	top: 10px;
	left: 0;
	padding: 0;
	text-align: center;
	height: 450px;
	display: inline-block;
}
.slide_referenzen_img div.slide_einzel {
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	position: relative;
	display: inline-block;
}
.slide_referenzen_img div.slide_einzel div {
	display: inline;
	position: relative;
	height: 100%;
}
.slide_referenzen_img div.slide_einzel div img {
	max-width: 100%;
	height: auto;
}
.slide_img_w1 {
	width: calc(100% - 20px);
}
.slide_img_w2 {
	width: calc(50% - 20px);
}
.slide_img_w3 {
	width: calc(33% - 20px);
}
.slide_referenzen_img div.slide_einzel div span {
	position: absolute;
	left: 10px;
	text-shadow: #fff 0 0 7px;
	color: #000;
	bottom: 10px;
}
.slide_referenzen_nav {
	color: #FFF;
	text-align: center;
	display: block;
	position: absolute;
	width: 100%;
	z-index: 30;
	bottom: 20px;
	height: 20px;
	line-height: 40px;
}
.slide_referenzen_nav span {
	font-size: 2.5em;
	cursor: pointer;
	padding-right: 2px;
	padding-left: 2px;
}
.seo_btn {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    letter-spacing: 1px;
    margin-left: auto;
    outline: medium none;
    padding: 5px 20px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
	margin-right: auto;
	font-size: 1.25em;
}
.seo_btn::after {
    content: "";
    position: absolute;
    transition: all 0.3s ease 0s;
    z-index: -1;
}
.seo_btn-1 {
    border: 2px solid #fff;
    color: #fff; 
}
.seo_btn-1c::after {
    background: #0069b4 none repeat scroll 0 0;
    height: 100%;
    left: 0;
    top: 0;
    width: 0;
}
.seo_btn-1c:hover, .seo_btn-1c:active {
    background: #fff; none repeat scroll 0 0;
    color: #0069b4;
}
.seo_btn-1c:hover::after, .seo_btn-1c:active::after {
    width: 100%;
}
.vorteile {
    background-color: #fff;
    border: 1px solid #fff;
    box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.45);
    color: #0069b4;
	margin: 0 auto 20px;
	width: calc(100% - 30px);
    font-size: 0.85em;
    list-style-type: none;
    padding: 10px 10px 10px 10px;
}
.vorteile li {
	list-style-type: disc;
}

.vorteile span {
	font-size: 1.25em;
	font-weight:bold;
	margin: 10px 0 10px 17px;
}
#seo_text a {
    color: #000;
    text-decoration: underline;
}
.slicknav_menu {
	display: none;
}
/* smartphone */
@media (max-width: 980px) {
	body {
	}
	header {
		position: fixed;
		height: auto;
	}
	.logo img {
		margin-top: 20px;
		height: 55px;
		width: auto;
		margin-bottom: 10px;
	}
	.impress {
		position: relative;
		right: 0;
		text-align: center;
		color: #999;
		top: 0;
		width: 100%;
		left: 0;
		border-bottom: 2px solid #999;
		line-height: 3em;
	}
	nav {
		display: none;
	}
	.slicknav_menu {
		display: block;
		top: 65px;
		position: absolute;
	}
	.slicknav_menu .slicknav_icon {
		width: 40px;
		height: 30px;	
		right: 20px;
		top: 10px;
		position: absolute;
		z-index: 2000;
	}
	.slicknav_menu .slicknav_icon-bar {
		background-color: #999;
		height: 2px;
		margin-bottom: 10px;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	    -moz-border-radius:2px; /* Firefox */
	    -webkit-border-radius: 2px; /* Safari, Chrome */
	    -khtml-border-radius: 2px; /* KHTML */
	    border-radius: 2px;
	}
	.slicknav_nav {
		background-image: url(../images/bg_top.png);
		margin-top: 135px;
		border-top: 2px solid #999;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.slicknav_nav li {
		text-transform: uppercase;
		display: block;
		position: relative;
		margin: 0;
		letter-spacing: 1px;
		background-image: none;
		font-size: 18px;
		padding-left: 1em;
	}
	.slicknav_nav a {
		color: #999999;
	}
	.slicknav_nav a:hover, .slicknav_nav .slicknav_row:hover {
		color: #ef8007;
		background-color: transparent;
	}
	.slide_galerie_img h2 {
		font-size: 4em;
	}
	.slide_galerie_img h3 {
		font-size: 3em;
	}
}
/* smartphone */
@media (max-width: 580px) {
	body {
		font-size: 14px;
	}
	.cms {
		width: calc(100% - 80px);
	}
	.spalte, .cms_spalte {
		float: none;
		width: calc(100% - 20px);
	}
	h1 {
		font-size: 2.5em;
	}
	h2 {
		font-size: 1.8em;
	}
	h3 {
		font-size: 1.2em;
	}
	.slide_img_w1, .slide_img_w2, .slide_img_w3 {
		width: 100%;
	}
	.slide_img_h1 {
		height: calc(100% - 20px);
	}
	.slide_img_h2 {
		height: calc(50% - 20px);
	}
	.slide_img_h3 {
		height: calc(33% - 20px);
	}
	.slide_referenzen_img div.slide_einzel div img {
		height: 100%;
		max-height: 100%;
		width: unchanged;
		max-width: auto;
	}
	.slide_galerie_img h2 {
		font-size: 35px;
	}
	.slide_galerie_img h3 {
		font-size: 30px;
	}
}
@media (max-width: 440px) {
	body {
	}
	.logo img {
		margin-top: 30px;
		height: 40px;
		width: auto;
		margin-bottom: 10px;
		float: left;
		margin-left: 20px;
	}
	.slicknav_menu {
		top: 55px;
	}
	.slicknav_menu .slicknav_icon {
		width: 40px;
		height: 30px;	
		right: 15px;
		top: 10px;
	}
	.slicknav_nav {
		margin-top: 125px;
	}
	.cms {
		width: calc(100% - 40px);
		padding-right: 0.5em;
		padding-left: 0.5em;
	}
	h1 {
		font-size: 1.8em;
	}
	h2 {
		font-size: 1.4em;
	}
	h3 {
		font-size: 1.1em;
	}
}
