/* RESET ------------------------------------- */
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, fuss, kopf, 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 bzeilesers */
article, aside, details, figcaption, figure, fuss, kopf, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
  font-size: 100.01%;
  height: 100.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;
}
div {
  position: relative;
  min-width: 0;
}
q:before, q:after {
  content: '';
}
strong {
  font-weight: 700;
}
/* Ende RESET ---------------------------------- */
html {
  height: 101%;
}
body {
  font-family: Arial, Helvetica, Cambria, Sans-Serif;
  font-size: 101.1%;
  font-weight: normal;
  color: #222;
  background-color: #efefef;
  margin: 0;
  padding: 0;
  text-align: center;
}
#rahmen {
  position: relative;
  width: 840px;
  padding: 40px;
  margin: 0 auto 0 auto; /* ohne sonderhinweise */
  margin-top: 20px;
  margin-bottom: 40px;
  text-align: left;
  background-color: #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  box-shadow: 0px 0px 5px #666;
  border: solid 0px #0f7ecd;
}
#rahmen2 {
  width: 740px;
  padding: 40px;
  margin: 0 auto 0 auto; /* ohne sonderhinweise */
  margin-bottom: 40px;
}
#rahmen2 p {
  font-size: 10px;
  color: #666;
}
.wrapper {
  margin-bottom: 40px;
}
.zeiten {
  text-align: right;
}
.sp1-2 {
  position: relative;
  float: left;
  width: 44%;
}
.sp2-2 {
  position: relative;
  float: right;
  width: 44%;
}
#slider .pic img {
	display: block;
	width: 100%;
	height: auto;
}

p#logo {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 10px;
  line-height: 100%;
  border: 0px solid #000;
}
p#logo img {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  max-width: 100%;
  height: auto;
}
p#slogan {
  margin: 0;
  font-weight: bold;
  text-align: left;
  line-height: 140%;
  letter-spacing: 0;
  border: 0px solid #000;
}
.schaufenster img {
  display: block;
  width: 100%;
  height: auto;
}
p.navi {
  font-size: 11px;
  font-size: 0.70em;
  text-align: right;
}
h1 {
  font-size: 25px;
  color: #000;
  margin: 0;
}
h2 {
  font-size: 14px;
  font-size: 1.0em;
  color: #000000;
  font-weight: 400;
  margin-bottom: 10px;
  padding-top: 30px;
  line-height: 160%;
  border-top: 0px solid #ddd;
}
h2.keinelinie {
  border: 0;
  padding: 0;
}
h3 {
  font-size: 14px;
  font-size: 0.95em;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 160%;
}
h4 {
  font-size: 14px;
  font-size: 0.95em;
  font-weight: bold;
  line-height: 160%;
  margin-bottom: 14px;
}
p {
  font-size: 14px;
  font-size: 0.95em;
  line-height: 160%;
  margin-bottom: 14px;
}
a:link, a:visited {
  color: #666;
  text-decoration: underline;
}
a:hover {
  color: #000;
  text-decoration: none;
}
a:active {
  color: #000;
  text-decoration: underline;
}
.tmittel {
  font-size: 14px;
}
.tklein {
  font-size: 10px;
}
ul {
  list-style-type: disc;
  margin: 4px;
  padding-left: 12px;
}
li {
  font-size: 14px;
  font-size: 0.95em;
  line-height: 140%;
  margin-bottom: 6px;
}
.sortiment li {
  font-size: 12px;
  line-height: 140%;
  margin-bottom: 6px;
}
.abstand {
  margin-top: 0;
  border-top: 1px solid #e61e23;
  padding-top: 24px;
}
a.button {
  display: block;
  padding: 5px;
  background-color: #f5a647;
  color: #026537;
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
  -webkit-box-shadow: 2px 2px 2px 0 #7A7A7A;
  box-shadow: 0px 0px 2px 0 #7A7A7A;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
  border: 1px solid #fff;
}
a.button:hover {
  background-color: #026537;
  color: #f5a647;
}
a.telresp {
  text-decoration: none;
  color: #000;
}
/* Trigger -------------- */
.accordion h2.trigger {
  position: relative;
  font-weight: normal !important;
  text-decoration: none;
  padding-bottom: 10px;
  border-bottom: 1px solid #999;
  color: #000;
  cursor: pointer;
}
.accordion h2.trigger span {
  position: absolute;
  text-indent: -800em;
  display: block;
  overflow: hidden;
  background-image: url(../images/toggleroff.png);
  background-repeat: no-repeat;
  background-position: right top;
  width: 25px;
  height: 25px;
  top: 6px;
  right: 0px;
  z-index: 800;
}
.accordion h2.trigger.trigger_active span {
  position: absolute;
  text-indent: -800em;
  display: block;
  overflow: hidden;
  background-image: url(../images/toggleron.png);
  background-repeat: no-repeat;
  background-position: right top;
  width: 25px;
  height: 25px;
  top: 6px;
  right: 0px;
  z-index: 800;
}
/* Formular Formate -------- */
.form {
  display: block;
  width: 100%;
  background: none;
  border: 0;
  border-bottom: 1px solid #51575b;
  margin: 0px;
  text-align: left;
  color: #000 !important;
  font-weight: normal;
  height: 2em; /*		-webkit-box-shadow: 0px 0px 4px 0px #ddd;
	box-shadow: inset 0px 0px 4px 0px #ddd;
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;*/
}
.form3 {
  display: block;
  width: 100%;
  background: none;
  border: 0;
  border: 1px solid #51575b;
  margin: 0px;
  text-align: left;
  color: #000 !important;
  font-weight: normal;
  height: 80px;
}
.form2 {
	display: inline-block;
  font-size: 18px;
  background-color: #51575b;
  border: 1px solid #51575b;
  color: #fff;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 0px;
  cursor: pointer;
}
.form2:hover {
  font-size: 18px;
  color: #51575b;
  background-color: #fff;
  border: 1px solid #51575b;
}
/* SEO ----------- */
#seo h2 {
  font-size: 12px;
  font-weight: normal;
}
#seo p {
  margin-top: 30px;
  font-size: 9px;
  color: #666;
  border-top: 1px solid #999;
  padding-top: 20px;
}
/* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */
/* Beginn Grid-System -------------------- */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.zeile {
  width: 760px;
  max-width: 100%;
  min-width: 760px;
  margin: 0 auto;
  margin-bottom: 30px;
  text-align: left;
  border: 0px solid #000;
}
.zeile.abstand {
  margin-top: 30px;
}
.zeile .zeile {
  width: auto;
  max-width: none;
  min-width: 0;
  margin: 0 -15px;
}
.spalte, .spalten {
  float: left;
  min-height: 1px;
  padding: 0 15px;
  position: relative;
  border: 0px solid #000;
}
[class*="spalte"] + [class*="spalte"]:last-child {
  float: right;
}
[class*="spalte"] + [class*="spalte"].end {
  float: left;
}
.zeile .eins {
  width: 8.33%
}
.zeile .zwei {
  width: 16.66%
}
.zeile .drei {
  width: 25%
}
.zeile .vier {
  width: 33.33%
}
.zeile .fuenf {
  width: 41.66%
}
.zeile .sechs {
  width: 50%
}
.zeile .sieben {
  width: 58.33%
}
.zeile .acht {
  width: 66.66%
}
.zeile .neun {
  width: 75%
}
.zeile .zehn {
  width: 83.33%
}
.zeile .elf {
  width: 91.66%
}
.zeile .zwoelf {
  width: 100%
}
/* Nicolas Gallagher's micro clearfix */
.zeile:before, .zeile:after, .clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.zeile:after, .clearfix:after {
  clear: both;
}
.zeile, .clearfix {
  zoom: 1;
}
/* Mobile */
@media only screen and (max-width: 860px) {
  body {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .container {}
  .zeile {
    width: auto;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    border: 0px solid #000;
  }
  .spalte, .spalten {
    width: 100% !important;
    float: none;
  }
  .spalte:last-child, .spalten:last-child {
    float: none;
  }
  [class*="spalte"] + [class*="spalte"]:last-child {
    float: none;
  }
  .spalte:before, .spalten:before, .spalte:after, .spalten:after {
    content: "";
    display: table;
  }
  .spalte:after, .spalten:after {
    clear: both;
  }
}
/* Ende Grid-System --------------- */