/*! 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%;
  font-size: 100%;
}
body {
	margin: 0;
	font: 1em/1.4 Arial, Verdana, Helvetica, sans-serif;
	color: #000;
	background: #fff;
}
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;
  color: #114da1;
}
a:active, a:hover {
  outline: 0;
  color: #000;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.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;
	clear: both;
}
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 #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 2px 4px;
  font-size: 0.875em;
	vertical-align: top;
}
/* Ende normalize*/


h1 {
	font-size: 1.125em;
	color: #4b75ac;
	margin: 1.125em 16px 0.875em 16px;
	text-transform: uppercase;
}
h2 {
	font-size: 1em;
	margin: 1.125em 16px 0.875em 16px;
	color: #4b75ac;
	text-transform: uppercase;
	clear: both;
	}
h3 {
	font-size: 1em;
	margin: 1.125em 16px 0.875em 16px;
	color: #4b75ac;
	text-transform: uppercase;
	}
h4 {
	font-size: 0.875em;
	margin: 0 16px 0.875em 16px;
	color: #4b75ac;
	}
p {
	font-size: 0.875em;
	margin: 0 16px 0.875em 16px;
	}
.spalte-mi li {
	font-size: 0.875em;
	}
img { 
	border: none;
	max-width: 100%;
	height: auto;
}
#seite {
	position: relative;
	background: #fff;
	margin-right: 4px;
	margin-left: 4px;
	min-height: 100%;
}
#kopf, #inhalt {
	max-width: 980px;
	margin: 0 auto;
	}
#kopf {
	overflow: hidden;
	}
#kopf img {
	 float: left;
	 min-width: 460px;
	}
#smenue {
	font-size: 0.8125em;
	padding: 3px 6px;
	text-align: center;
}
#smenue a {
	text-decoration: none;
	display:inline-block;
	margin: 4px;
	padding: 4px 0px 4px 20px;
}
#smenue a:hover {}
.symb1 {
	background: url(../bilder/symb-home.png) no-repeat left center;	
	}
.symb2 {
	background: url(../bilder/symb-kontakt.png) no-repeat left center;	
	}
.symb3 {
	background: url(../bilder/symb-impr.png) no-repeat left center;	
	}
#navi {
	clear: both;
	background:#000;
	position: relative;
	}
#nav {
	list-style:none;
	padding: 6px;
	margin: 0 6px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	text-transform: uppercase;
	}
#nav li ul {
	list-style:none;
	padding: 0 6px 6px;
	margin: 0;
	background: #000;
	display: none;
	}
#nav li:hover > ul {
	/*display: block;*/
	}
#nav li a, #nav li span {
	font-size: 0.875em;
	color:#fff;
	text-decoration:none;
	background:#000;
	display: block;
	padding: 6px 8px;
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin-bottom: 0px;
	border-bottom: 1px solid #eee;
}
#nav li ul li a, #nav li ul li span {
	font-size: 0.8125em;
	padding: 3px 20px 3px 5px;
	background: #444;
}
#nav li a:hover, #nav li span {
	color: #aca000;
	/*background: #6a99d6;
	border-bottom: 1px solid #114da1;*/
	}
#nav li .sub {
	background: #000 url(../bilder/plus.png) no-repeat right center;
	cursor: pointer;
	}
#nav li ul li .sub2 {
	background: #444 url(../bilder/plus.png) no-repeat right center;
	cursor: pointer;
	}
#nav li.offen .sub {
	background: #000 url(../bilder/minus.png) no-repeat right center;
	}
#nav li ul li.offen .sub2 {
	background: #444 url(../bilder/minus.png) no-repeat right center;
	}
#nav li a:hover.sub, #nav li span.sub {
	/*border-bottom: 1px solid #eee;*/
	}
#nav li a:hover.offen, #nav li span.offen {
	/*background: #000;*/
	}
#navbtn {
	font-size: 0.875em;
	color:#fff;
	text-decoration:none;
	background:#000;
	display: block;
	padding: 8px;
	width:98%;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	cursor: pointer;
	}
.navbtn-zu {
	background: url(../bilder/menue.png) no-repeat right center;
	padding-right: 25px;
}
.navbtn-auf {
	background: url(../bilder/schliessen.png) no-repeat right center;
	padding-right: 25px;
}
.js-off #navbtn {
	display: none;
	}
.js-off #nav {
	display: block;
	}
#offcm {
	width: 70%;
	position: absolute;
	}
#offcm #nav ul {
	
	}
.offcm-zu {
	top: 0;
	left: -70%;
	-webkit-transition: left 0.8s ease; 
	-moz-transition: left 0.8s ease; 
	-o-transition: left 0.8s ease;
	transition: left 0.8s ease; 
	}
.offcm-auf {
	top: 0;
	left: 0;
	-webkit-transition: left 0.8s ease; 
	-moz-transition: left 0.8s ease; 
	-o-transition: left 0.8s ease;
	transition: left 0.8s ease; 
	}
#submenue, #submenue ul, .mbmenue, .mbmenue ul {
	list-style:none;
	padding: 0;
	margin: 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	text-transform: uppercase;
	} 
#submenue a, #submenue span, .mbmenue a, .mbmenue span {
	font-size: 0.75em;
	font-weight: bolder;
	color:#000;
	text-decoration:none;
	background:#fff;
	display: block;
	padding: 4px 20px;
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin-bottom: 0px;
	border-bottom: 1px solid #000;
	}
#submenue ul a, #submenue ul span, .mbmenue ul a, .mbmenue ul span {
	font-weight: normal;
	padding-left: 30px;
	}
#submenue a:hover, #submenue span, .mbmenue a, .mbmenue span {
	background: url(../bilder/submenue.gif) no-repeat left center;
	}
.spalte-li, .spalte-mi, .spalte-re {
	-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
	}
.spalte-li {
	display: none;
	}
.spalte-re {
	padding-top: 1em;
	padding-left: 12px;
	}
.spalte-re p {
	margin: 0;
	padding: 0;
	}
.clearfloat {
	font-size: 1px;
	line-height: 1px;
	clear: both;
	height: 1px;	
	}
.adresse {
	margin-left: 6px;
	}
.form{margin:0.5em;}
.form label, .form input, .form textarea{display:inline-block;}
.form input, .form textarea{color:#000;font-size:0.75em;}
.form label{padding-right:2%;}
.form2 label{padding: 0 2%; font-size:0.75em;display:block;width:96%}
.feld1, .eingabe1{width:94%;}
.feld1{font-size:0.75em;}
.feld2, .feld3{width:30%;font-size:0.75em;}
.feld4{font-size:0.75em;width:35%;}
.form span{font-size:0.75em;width:30%;display:inline-block;text-align:right;}
.feld2, .feld3, .feld4{text-align:right;}
.eingabe2{width:40%;}
.eingabe3{width:10%;}
.form input, .form textarea{border:1px solid #4b75ac;padding:0.2em;background:#fff;}
.smbtn{border-radius:3px;text-align:center;color:#fff;text-decoration:none;padding:4px 6px;width:50%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background:#4b75ac;border:none;font-size:0.875em;display:block;margin:1em 25% 1em auto;}
.smbtn:hover{background:#b0d1eb;color:#000;}
.fehler {
	color: #c30;
}
.zentriert {
	text-align: center;
	}
.bildbox {
	margin: 6px;
	font-size: 0.8125em;
	}
.preistab {
	border-collapse:collapse;
	border: 1px solid  #000;
}
.preistab td {
	padding: 5px 20px;
	border: 1px solid  #000;
	}
	.txt12 {
	font-size: 0.75em;
	}
div[style~='!important;'] {
position:absolute;
top: -40px;
}
.cookiebar {
	color: #fff;
	background:#3b5b86;
	left: 0;
	bottom:0;
	position:fixed;
	width: 100%;
	text-align:center;
	display: none;
	border-top: 1px solid #e0e0e0;
	}
.cookiebar p {
	margin: 0;
	padding:4px 6px;
	}
.cookiebar p a {
	color: #fff;
	padding-left: 6px;
	padding-right: 12px;
	}
.cookiebar p span {
	cursor: pointer;
	}
@media only screen and (min-width: 480px) {

.feld1, .feld2{width:30%;text-align:right;font-size:0.875em;}
.feld3{width:8%;text-align:right;font-size:0.875em;}
.feld4{font-size:0.875em;width:25%;}
.form span{font-size:0.875em;}
.eingabe1{width:62%;}
.eingabe2{width:25%;}
.smbtn{width:30%;display:block;margin:1em 25% 1em auto;} 
.top{vertical-align:top;}
}
@media only screen and (min-width: 568px) {
.spalte-mi {
	float: left;
	padding-left: 20px;
	padding-right: 12px;
 }
.zweispalten {
	width: 100%;
	}
.dreispalten {
	width:68.75%;
	}
.spalte-re {
	width:31.25%;
	float:left;
	padding-left: 0;
	}

}
@media only screen and (min-width: 850px) {
#kopf {
	position: relative;
	}
#smenue {
	position: absolute;
	bottom: 4px;
	right: 10px;
	}
#smenue a {
	text-decoration: none;
	display:inline-block;
	margin: 4px;
	padding: 4px 6px;
	color: #fff;
	}
.symb1, .symb2, symb3  {
	background: none;	
	}
#navbtn {
	display: none;
	}
#offcm {
	width: 100%;
	position: static;
	}
#nav {
	max-width: 980px;
	margin: 0 auto;
	}
#nav > li {
	display: inline-block;
	position: relative;
	}
#nav li ul {
	position: absolute;
	left:20px;
	top: 20px;
	background: none;
	padding-top: 10px;
}
#nav li a, #nav li span {
	font-size: 0.8125em;
	padding: 3px 22px;
	border-bottom: none;
	}
#nav li li {
	width: 200px;
	text-align: left;
	border-bottom: solid 1px #eee;
	position: relative;
	}
#nav li ul li ul {
	position: absolute;
	left:205px;
	top: 5px;
	background: none;
	padding-top: 0;
	padding-left: 0;
}
#nav li ul li a {
	/*background: rgba(0,0,0,0.5);
	font-size: 0.75em;*/
	}
#nav li li span {
	background: #eee;
	}
#nav li ul li .sub2 {
	background: #444 url(../bilder/plus2.png) no-repeat right center;
	cursor: pointer;
	}
#nav li ul li.offen .sub2 {
	background: #444 url(../bilder/minus2.png) no-repeat right center;
	}
#inhalt {
	background:url(../bilder/hg-inhalt.jpg) no-repeat left top;
	-webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;  
	min-height: 224px;
	padding-top: 102px;
	}
.spalte-li {
	display: block;
	width:24.489795918367346%;
	float: left;
	margin-top: 122px;
	border-top: solid 4px #000;
	}
.zweispalten {
	width:75.51020408163265%;
	}
.dreispalten {
	width:51.02040816326531%;
	}
.spalte-re {
	width:24.489795918367346%;
	}
	.bildbox {
	float: left;
	margin-left: 16px;
	}
	.feld1, .feld2{width:20%;text-align:right;font-size:0.8125em;}
	.smbtn{margin-right:35%;}
	.adresse { margin-left: 64px;}
}
@media only screen and (min-width: 980px) {
html {
	overflow-y: scroll;
	}
.cookiebar p {
	margin: 0;
	padding:6px;
	}
}