body {
  font-family: 'Open Sans', sans-serif;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color:#412110;
  color:#412110;
/*  background: url('../img/bg.jpg');*/
}
a:focus {
  outline: none;
}
.inner-wrapper {
  width: 1000px;
  padding-right: 20px;
  padding-left: 20px;
  margin: 0 auto;
}
ul#top-nav {
  float: right;
  margin-right: 15px;
}
ul#top-nav li {
  display: inline-block;
  list-style-type: none;
  margin-left: 10px;
}
ul#top-nav li a {
  color: #fff283;
}
ul#bot-nav {
  width: 960px;
  margin-left: 15px;
  padding: 15px 0 70px 15px;
  background: #2e1e1a;
}
ul#bot-nav li {
  display: inline-block;
  list-style-type: none;
  margin-left: 10px;
}
ul#bot-nav li a {
  color: #ffffff;
  font-weight: bold;
}
.navbar {
  margin-bottom: 50px;
  max-height: 80px;
}
.navbar-brand > img {
  max-height: 136px;
  max-width: 136px;
  margin-top: -45px;
  margin-left: -20px;
}
.navbar-default {
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.8);
  border-color: transparent;
}
.nav > li > a {
  position: relative;
  display: inline-block;
  padding: 0 20px 10px;
  font-size: 16px;
  min-width: 100px;
  text-align: center;
}
.nav > li::before {
  content: "";
  display: inline-block;
  background: url('../img/separator.png') no-repeat center left;
  width: 2px;
  height: 60px;
  margin-bottom: 5px;
}
.nav > li:last-child::after {
  content: "";
  display: inline-block;
  background: url('../img/separator.png') no-repeat center right;
  width: 2px;
  height: 60px;
  margin-bottom: 5px;
}
.navbar-default .navbar-nav > li > a {
  color: #2e1e1a;
  font-size: 16px;
}
.navbar-nav > li > a {
  padding-top: 60px;
  line-height: 20px;
  top: -15px;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a.active {
  color: #412110 !important;
  border-bottom: 10px solid #412110;
  border-width: 90%;
  padding-bottom: 5px;
  top: -15px;
}
.teaser {
  padding: 0 15px;
  position: relative;
  margin-bottom: 40px;
}
.teaser .teaser-header {
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.teaser .teaser-header .sr-hor-left {
  background: url('../img/separator-hor.png') no-repeat center center;
  width: 220px;
  height: 4px;
  position: absolute;
  top: 45px;
  left: 130px;
}
.teaser .teaser-header .sr-hor-right {
  background: url('../img/separator-hor.png') no-repeat center center;
  width: 220px;
  height: 4px;
  position: absolute;
  top: 45px;
  right: 130px;
}

/* ZWiSCHENHEADLINE */

h7{
text-align:center;
font-family: 'Cambo', serif;
  font-size: 40px;
  color: #fff283;
  width:97%;
  line-height: 1.1;

}

.zwischenblock{

 float: left;
    padding: 20px 15px 46px;
    position: relative;
    width: 100%;
}

.headlineblock{
width:1000px;
position:relative;
text-align:center;
}


.sr-hor-left2 {
  background: url('../img/separator-hor.png') no-repeat center center;
  width: 120px;
  height: 4px;
  position:absolute;
  top: 45px;
  left: 85px;
}
.sr-hor-right2 {
  background: url('../img/separator-hor.png') no-repeat center center;
  width: 120px;
  height: 4px;
  position:absolute;
  top: 45px;
  right: 85px;
}



.teaser .teaser-header h2 {
  margin: 0;
  width: 220px;
  height: 220px;
  position: absolute;
  top: -110px;
  left: 50%;
  margin-left: -110px;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8);
  border: 3px solid #412110;
  border-radius: 50%;
  line-height: 20px;
  color: #412110;
}
.teaser .teaser-header h2 span {
  position: absolute;
  left: 0;
  bottom: 30px;
  line-height: 30px;
  text-align: center;
  width: 100%;
}
.teaser .teaser-header h2.sale {
  border-radius: 0;
  border: none;
  width: 960px;
  height: 100px;
  left: 50%;
  margin-left: -480px;
  top: 0;
  background: transparent;
  font-size: 61px;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  line-height: 30px;
  text-transform: uppercase;
}
.teaser .teaser-header h2.sale span {
  position: absolute;
  left: 50%;
  top: 75px;
  margin-left: -220px;
  display: inline-block;
  height: 100%;
}
.teaser .teaser-header h2.sale span span {
  margin-top: -20px;
  text-align: end;
  width: 450px;
}
.teaser .teaser-header a {
  display: inline-block;
  background: #e42124;
  width: 175px;
  height: 30px;
  color: #ffffff;
  color: 13px;
  font-weight: 600;
  position: absolute;
  left: 50%;
  top: 190px;
  margin-left: calc(-87.5px);
  line-height: 30px;
  border-radius: 4px;
  text-decoration: none;
}
.teaser .teaser-header a:hover {
  background: #6f4c29;
}
.teaser img {
  display: block;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.48);
}
.text {
  padding: 0 15px;
  position: relative;
  margin-bottom: 80px;
  height: 130px;
  width: 100%;
}
.text .sr-hor-left {
  background: url('../img/separator-hor.png') no-repeat center center;
  width: 130px;
  height: 4px;
  position: absolute;
  top: 60px;
  left: 85px;
}
.text .sr-hor-right {
  background: url('../img/separator-hor.png') no-repeat center center;
  width: 130px;
  height: 4px;
  position: absolute;
  top: 60px;
  right: 85px;
}
.text h2 {
  font-family: 'Cambo', serif;
  font-size: 40px;
  color: #fff283;
}
.text a {
  display: inline-block;
  background: #e42124;
  width: 394px;
  height: 30px;
  color: #ffffff;
  font-weight: 600;
  position: absolute;
  left: 50%;
  top: 130px;
  margin-left: calc(-197px);
  line-height: 30px;
  font-size: 18px;
  font-family: 'Cambo', serif;
  border-radius: 4px;
  text-decoration: none;
}
.text a:hover {
  background: #fff283;
  /*background: #6f4c29;*/
}
.text .area {
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
/*page template*/
.box-shadow {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.48);
}
.content-wrap {
  padding: 0 15px;
  position: relative;
  margin-bottom: 20px;
  padding-top: 115px;
}
.content-wrap .row {
  padding: 0;
  margin: 0;
}
.content-wrap .sr-hor-left {
  background: url('../img/separator-hor.png') no-repeat center center;
  width: 130px;
  height: 4px;
  position: absolute;
  top: 60px;
  left: 85px;
}
.content-wrap .sr-hor-right {
  background: url('../img/separator-hor.png') no-repeat center center;
  width: 130px;
  height: 4px;
  position: absolute;
  top: 60px;
  right: 85px;
}
.content-wrap h2 {
  font-family: 'Cambo', serif;
  font-size: 40px;
  margin: 0;
  position: absolute;
  top: 50px;
  line-height: 20px;
  color: #fff283;
  width: 97%;
  text-align: center;
}
.content-wrap .content {
  background: #ffffff;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  float: left;
  padding-bottom: 20px;
  width: 100%;
}
.content-wrap .content h3 {
  color: #412110;
  font-size: 18px;
  font-weight: 600;
}
.content-wrap .content.no-bg {
  background: none;
}
.content-wrap .content input,
.content-wrap .content textarea {
  height: 30px;
  border-radius: 0;
  background: #ebd4c1;
  padding: 6px 12px;
  border: 1px solid #ccc;
  margin-bottom: 8px;
}
.content-wrap .content textarea {
  resize: none;
  height: 80px;
}
.content-wrap .content input[type="submit"] {
  height: auto;
  background: #e42124;
  color: #ffffff;
  margin-bottom: 10px;
  border-radius: 4px;
  border: none;
}
.content-wrap .content input[type="submit"]:hover {
  background: #6f4c29;
}
.left,
.right {
  float: left;
  width: 50%;
  max-width: 470px;
  height: 100%;
  font-size: 14px;
}
.left .inner-left,
.right .inner-left,
.left .inner-right,
.right .inner-right {
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8);
  float: left;
  width: 50%;
  padding: 10px 0 10px 10px;
  min-height: 218px;
}
.left .inner-left h3,
.right .inner-left h3,
.left .inner-right h3,
.right .inner-right h3 {
  margin-top: 0;
  margin-bottom: 30px;
}



/*.left .inner-left a,*/
/*.right .inner-left a,*/
.left .inner-right a,
.right .inner-right a {
    background: #e42124 none repeat scroll 0 0;
    border-radius: 4px;
    color: #ffffff;
    display: inline-block;
    font-family: "Open Sans",sans-serif;
    font-size: 10px;
    font-weight: 600;
    height: 23px;
    line-height: 10px;
    padding: 6px 10px;
    text-decoration: none;
}

/*.left .inner-left a:hover,*/
/*.right .inner-left a:hover,*/
.left .inner-right a:hover,
.right .inner-right a:hover {
  background: #6f4c29;
}


.left .inner-right,
.right .inner-right {
  padding: 10px 0 10px 20px;
  position: relative;
}
.left .inner-right a,
.right .inner-right a {
      bottom: 17px;
    left: 20px;
    position: absolute;
}
.left .inner-right p,
.right .inner-right p {
  padding-right: 12px;
}
.left img,
.right img {
  width: 100%;
  height: auto;
  display: block;
}
.right {
  margin-right: 0;
}
.no-pm {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#about-text {
  width: 400px;
  margin-left: 40px;
  padding-right: 10px;
}
#list .left {
  margin-right: 20px;
}
.normal .right {
  width: 400px;
  margin-left: 40px;
}
/* FORM */
.error {
  border: 1px solid red !important;
}
.errorMsg {
  padding: 12px 0;
  font-size: 16px;
  color: red;
}
.successMsg {
  padding: 12px 0;
  font-size: 16px;
  color: #2e1e1a;
}
/* failure quickform */
.result {
  background: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.48);
  margin: 15px 20px 15px 15px;
  padding: 15px;
}
/*footer*/
#quickform {
  width: 30%;
  margin-left: 15px;
  margin-bottom: 20px;
  padding: 0 15px;
}
#quickform,
#about {
  background: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.48);
  height: 400px;
  margin-bottom: 20px;
  padding: 0 15px;
  position: relative;
  min-height: 1px;
  float: left;
}
#quickform h2,
#about h2 {
  font-size: 18px;
}
#quickform label,
#about label {
  margin-bottom: 0;
}
#quickform input,
#about input,
#quickform textarea,
#about textarea {
  height: 25px;
  border-radius: 0;
  background: #ebd4c1;
}
#quickform input[type="submit"],
#about input[type="submit"],
#quickform textarea[type="submit"],
#about textarea[type="submit"] {
  height: auto;
  background: #e42124;
  color: #ffffff;
  float: right;
  margin-bottom: 10px;
  border-radius: 4px;
  border: none;
}
#quickform input[type="submit"]:hover,
#about input[type="submit"]:hover,
#quickform textarea[type="submit"]:hover,
#about textarea[type="submit"]:hover {
  background: #6f4c29;
}
#quickform input[type="button"],
#about input[type="button"],
#quickform textarea[type="button"],
#about textarea[type="button"] {
  height: auto;
  background: #e42124;
  color: #ffffff;
  float: right;
  margin-bottom: 10px;
  border-radius: 4px;
  border: none;
}
#quickform input[type="button"]:after,
#about input[type="button"]:after,
#quickform textarea[type="button"]:after,
#about textarea[type="button"]:after {
  content: '';
  display: block;
  clear: both;
}
#quickform input[type="button"]:hover,
#about input[type="button"]:hover,
#quickform textarea[type="button"]:hover,
#about textarea[type="button"]:hover {
  background: #6f4c29;
}
#quickform textarea,
#about textarea {
  resize: none;
  height: 80px;
}
#about {
  height: 400px;
  margin-left: 15px;
  width: 65%;
}
#about h2 {
  margin-bottom: 30px;
}
#about a {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  border-radius: 4px;
  display: inline-block;
  padding: 6px 12px;
  background: #e42124;
  color: #ffffff;
  float: right;
  margin-top: 146px;
  text-decoration: none;
}
#about a:hover {
  background: #6f4c29;
}
#about a:after {
  content: '';
  display: block;
  clear: both;
}
@media (max-width: 1200px) {
  .navbar {
    width: 960px;
  }
}
.navbar-nav {
    float: left !important;
    margin: 0 !important;
}
.navbar-nav>li {
    float: left !important;
}
.nav>li {
    position: relative !important;
    display: block !important;
}

.neu{
width:50px;
height:50px;
position:absolute;
margin-left:-10px;
margin-top:-10px;
}

.termin{
width:50px;
height:50px;
position:absolute;
margin-left:-10px;
margin-top:40px;
}
