/* HTML Reset damit es auf allen Browsern gleich aussieht  */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
	@charset "UTF-8";
body {
	font-family: Arial;
  background-image: url("../pics/background/bg-jpeg-1600-40proz.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-color: #000000;
  color:#fff;
}

/* DESKTOP = 1170px Breite - Spaltenbreite ~97px */
@media only screen and (max-width: 1199px) {
body {
  background-image: url("../pics/background/bg-jpeg-1200-40proz.jpg");
}
}

/* Medium devices = 970px Breite - Spaltenbreite ~81px  */
@media only screen and (max-width: 991px) {
body {
  background-image: url("../pics/background/bg-jpeg-992-40proz.jpg");
}

}

/* Small devices Tablets = 750px Breite - Spaltenbreite ~62px  */
@media only screen and (max-width: 767px) {
body {
  background-image: url("../pics/background/bg-jpeg-768-40proz.jpg");
}

}

/* Smartphone = 480px Breite  - Spaltenbreite Auto */
@media only screen and (max-width: 479px) {
body {
  background-image: url("../pics/background/bg-jpeg-480-40proz.jpg");
}

}


.clear {
	width: 100%;
	clear: both;
}
img {
	max-width: 100%;
	height: auto;
	display: block;
}
.container-fluid {
	padding: 0;
}
.container-fluid .row {
	margin: 0;
}
.container-fluid .row .col-md-12 {
	padding: 0;
}
.container-fluid img {
	width: 100%;
	height: auto;
	display: block;
}

.headerbild-wrapper { position:relative; }
.headerbild-wrapper .headerbild-headline { position: absolute; top: 50%; transform: translateY(-50%); width:100%; text-align:center; }

div.sub-headerbild-img  div.csc-textpic-imagewrap div.csc-textpic-image { text-align:center; }

div.sub-headerbild-img  div.csc-textpic-imagewrap div.csc-textpic-image img { margin:0 auto; }

.sub-headerbild-img div.csc-textpic.csc-textpic-center div.csc-textpic-center-outer,
.sub-headerbild-img div.csc-textpic.csc-textpic-center div.csc-textpic-center-inner {
float:none;
}

.container-fluid div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
	margin-bottom: 0px;
}
.container-fluid div.csc-textpic-center .csc-textpic-center-outer, .container-fluid div.csc-textpic-center .csc-textpic-center-inner {
	float: none;
}
/* Headerbereich */
.col-md-4 {
	width: 33.3333333%;
	float: left;
}
#logo_mefo {
	width: 100px;
	height: auto;
	padding: 10px;
}
.row-one {
	margin-bottom: 32px;
}
.box-one img {
	max-height: 150px;
	width: auto;
}
#logo {
	margin-left: -25px;
}
.box-two {
	margin-top: 14px;
}
.headline-top h1, .headline-top h2, .headline-top h3 {
	text-transform: uppercase;
	color: #ffffff;
	text-align: center;
	font-style: oblique;
	font-size: 40px;
}
#headerbild {
	width: 100%;
	height: auto;
}

.sub-headerbild-img { margin-top:-180px; padding:0 0; }

@media only screen and (max-width: 1500px) {
.sub-headerbild-img { margin-top:-140px; }
}

@media only screen and (max-width: 1300px) {
.sub-headerbild-img { margin-top:-100px; }
}

@media only screen and (max-width: 1040px) {
.sub-headerbild-img { margin-top:-60px; }
}

@media only screen and (max-width: 767px) {
.sub-headerbild-img { margin-top:-40px; }
}


@media only screen and (max-width: 479px) {
.sub-headerbild-img { margin-top:-20px; }
}
/* Buttons im Header*/
#haendler_login {
	display: block;
	margin-left: auto;
	margin-top: 10px;
}
#kontakt_button {
	display: block;
	margin-left: auto;
	margin-top: 10px;
}
#button_01,
#button_02 {
	padding: 0px;
	text-align: right;
}
#button_01 {
	margin-top: 72px;
	margin-bottom: 10px;
}
#button_01 a,
#button_02 a {
	display: inline-block;
	line-height: 34px;
	background-color: #eb882d;
	color: #fff;
	text-align: center;
	min-width: 174px;
	text-decoration: underline;
}
/*Text*/
#content {
	font-size: 19px;
	line-height: 125%;
	text-align: center;
	margin-bottom: 80px;
	margin-top: 40px;
}
#content .csc-default {
	margin: 0 0 24px 0;
}
/* Formular */
#headline_kontakt {
	color: #555555;
	text-transform: uppercase;
	font-size: 25px;
	font-weight: bold;
	margin-left: 12px;
}
#formular {
	background-color: #f5f5f5;
	padding: 10px;
	margin-bottom: 60px;
	float: left;
  color:#000000;
}
.input_normal {
	background-color: #dcdcdc;
	border: none;
	height: 35px;
	width: 100%;
}
.input_nachricht {
	background-color: #dcdcdc;
	border: none;
	height: 85px;
	width: 100%;
}
#hinweis {
	color: #a2a2a2;
	font-size: 13px;
	margin-top: 10px;
}
#submit_send {
	border: none;
	background-color: #eb882d;
	color: #fff;
	width: 95%;
	padding: 10px;
	margin-top: 10px;
}
#submit_reset {
	border: none;
	background-color: #eb882d;
	color: #fff;
	width: 95%;
	padding: 10px;
	margin-top: 10px;
	margin-left: 5%;
}
#submit_01,
#submit_02 {
	padding-left: 0px;
	padding-right: 0px;
}
/* Footer */
#footer, .row-footer {
	margin-bottom: 20px;
}
.button_footer {
	background-color: #eb882d;
	padding: 20px;
	text-align: center;
	color: #fff;
	font-size: 18px;
}
.link_footer {
	color: #fff;
	text-decoration: underline;
}
.link_footer:hover {
	color: #fff;
}
.link_footer:visited {
	color: #fff;
}
.copyright {
	font-size: 11px;
	color: #a2a2a2;
	font-style: oblique;
	text-align: center;
}
.link_copyright {
	color: #eb882d;
}
.link_copyright:hover {
	color: #eb882d;
}
.link_copyright:visited {
	color: #eb882d;
}
@media only screen and (max-width: 1199px) {
}
@media only screen and (max-width: 991px) {
#logo {
	margin-left: -70px;
}
#submit_send {
	width: 100%;
}
#submit_reset {
	width: 100%;
	margin-left: 0px;
}
.box-one img {
	max-height: 85px;
	width: auto;
}
#button_01 {
	margin-bottom: 6px;
	margin-top: 6px;
}
}
@media only screen and (max-width: 767px) {
#logo_mefo {
	width: 80px;
}
#logo {
	width: 180px;
	margin-left: -30px;
}
.box-one img {
	max-height: 85px;
	width: auto;
}
#button_01 {
	margin-bottom: 6px;
	margin-top: 6px;
}
.headline-top h1, .headline-top h2, .headline-top h3 {
	font-size: 26px;
}
#haendler_login {
	width: 100%;
}
#kontakt_button {
	width: 100%;
}
}
@media only screen and (max-width: 640px) {
div.row-footer .col-md-4 {
	clear: both;
	width: 100%;
	margin-bottom: 12px;
}
}
/* Headerbereich, da abweicht vom Standard  */
@media only screen and (max-width: 620px) {
div.row-one .col-md-4 {
	clear: both;
	width: 100%;
}
.box-one img, .box-two img {
	margin: 0 auto 12px;
	max-height: 150px;
	width: auto;
}
.box-two #button_01, .box-two #button_02 {
	float: none;
	padding-left: 0;
	width: 100%;
	padding-right: 0;
	text-align: center;
}
.box-two #button_01 {
	margin-top: 12px;
}
.row-two {
	margin-bottom: 32px;
}
#button_01,
#button_02 {
	padding-right: 0;
	text-align: center;
}
}
@media only screen and (max-width: 479px) {
#haendler_login {
	margin-right: auto;
	width: 100%;
}
#kontakt_button {
	margin-right: auto;
	width: 100%;
}
.headline-top h1, .headline-top h2, .headline-top h3 {
	font-size: 18px;
	line-height: 125%;
}
}