@import url('https://fonts.googleapis.com/css?family=PT+Serif');
/* Gehrleins Alte Mühle Template LESS
*********************************************/
/*	#959c71	*/
/*	#a7764b	*/
/*	#fff7b2	*/
html {
  overflow-y: scroll;
  /* scrollbar fix (prevent ugly left pull for lower content sites) */
}
body {
  margin: 0;
  padding: 0;
  font-family: 'PT Serif', serif;
  font-size: 16px;
}
a {
  color: #959c71;
}
img {
  height: auto;
  max-width: 100%;
}
#contentrow img {
  height: auto;
  max-width: 100%;
  padding: 4px;
  line-height: 1.42857143;
  background-color: white;
  border: 1px solid #959c71;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #959c71;
}
h1 {
  font-size: 24px;
  padding: 20px 20px;
}
h2,
h3 {
  font-size: 20px;
  padding: 10px 0px;
}
ul {
  list-style: inside;
}
.btn-primary,
.btn-default,
.btn {
  background-color: #959c71;
  border-color: #959c71;
  color: white;
  border-radius: 0;
}
.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open > .dropdown-toggle.btn-default,
.btn:active,
.btn:hover {
  background-color: #959c71;
  border-color: #959c71;
  color: white;
}
/* MainNav */
#navigation {
  background-color: #959c71;
  color: white;
  font-size: 18px;
  height: auto;
  margin-left: -15px;
  margin-right: -15px;
  text-align: center !important;
}
#header {
  background-image: url("../images/DK-23.jpg");
  background-repeat: repeat;
  background-size: contain;
  margin: 0 -15px;
  height: auto;
  padding-bottom: 20px;
}
.logo {
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: auto;
  border: 1px solid white;
  padding: 50px 100px;
  width: 45%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
}
/* Partner */
#partner h2 {
  font-size: 30px;
  background-color: #959c71;
  color: white;
  padding: 10px 30px;
}
#partner h3 {
  font-size: 18px;
  background-color: #959c71;
  color: white;
  padding: 10px 30px;
}
#partner h4 {
  padding-left: 35px;
}
#partner p {
  padding-left: 35px;
}
#partner .logomuenzberg {
  margin-top: 20px;
}
/* SLIDER */
#slider {
  height: 200px;
  margin: 0 -15px;
  z-index: -10;
  border-top: 30px solid white;
  border-bottom: 30px solid white;
  overflow: hidden;
}
#hinweis {
  background-color: white;
  padding: 20px 20px;
  min-height: auto;
  margin: 0 15px 0 15px;
}
#hinweis h3 {
  font-size: 40px;
  font-weight: bolder;
  text-align: center;
}
#contentrow {
  padding: 20px 0;
  background-image: url("../images/wood-21.jpg");
  background-repeat: repeat;
  background-size: contain;
  border-bottom: 30px solid white;
}
#componentrow {
  background-color: white;
  padding: 20px 50px;
  min-height: auto;
  margin: 0 15px 0 15px;
}
#parallax02 {
  height: 350px;
  overflow: hidden;
}
#message {
  background-image: url("../images/DK-23.jpg");
  background-repeat: repeat;
  background-size: contain;
  background-color: #959c71;
  color: white;
  margin-top: 30px;
}
#message a,
#message p {
  color: white;
}
/* Kontaktformular */
.ba-form > p {
  color: grey;
}
.ba-form .row-fluid .span12 {
  margin-bottom: 30px;
  width: 100%;
}
/* Inhalte */
.pager li > a,
.pager li > span {
  background-color: #959c71;
  border: 0 none;
  border-radius: 0;
  color: white;
  display: inline-block;
  padding: 5px 14px;
}
.pager li > a:hover,
.pager li > a:active {
  background-color: #a7764b;
  color: white;
}
blockquote {
  border-left: 5px solid #959c71;
  font-size: 20px;
  padding: 10px 10px;
  background-color: #fff7b2;
  text-indent: 23px;
}
h2.contentheading {
  color: #a7764b;
}
.item-image {
  max-width: 50%;
}
/* Sweep To Bottom */
.hvr-sweep-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #a7764b;
  color: white;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-bottom:hover,
.hvr-sweep-to-bottom:focus,
.hvr-sweep-to-bottom:active {
  color: #a7764b;
}
.hvr-sweep-to-bottom:hover:before,
.hvr-sweep-to-bottom:focus:before,
.hvr-sweep-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
/* Footer */
#footer {
  padding: 20px 20px;
  color: white;
  background-color: #fff7b2;
  font-size: 25px;
  text-align: center;
  background-image: url("../images/wood-21.jpg");
  background-repeat: repeat;
  background-size: contain;
  border-top: solid 30px white;
  display: block ruby;
}
#footer a {
  color: white;
}
#adresse {
  width: 30%;
  margin: 0 5%;
  margin-left: 0;
  padding: 20px 30px;
  height: auto;
  background-color: #a7764b;
  border: 1px solid white;
}
.footerlogo {
  height: 100px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  background-color: #959c71;
  padding: 10px 20px;
}
#times {
  width: 30%;
  height: auto;
  background-color: #a7764b;
  border: 1px solid white;
  padding: 10px 30px;
}
.times h3 {
  color: white;
  font-size: 30px;
  background-color: #959c71;
}
#maps {
  width: 30%;
  margin: 0 5%;
}
.mapscard {
  height: 100%;
  width: 100%;
}
#impressum {
  float: right;
}
#impressumrow {
  background-color: white;
}
#impressumrow .nav > li > a {
  color: #959c71;
  float: right;
}
#impressumrow .nav > li > a:hover {
  background-color: #959c71;
  color: white;
  float: right;
}
/*********************************************************
**********************************************************
*********************************************************/
@media screen and (min-width: 150px) and (max-width: 310px) {
  #header {
    height: auto;
  }
  .logo {
    padding: 10px 10px !important;
    width: 90% !important;
    margin-top: 10px !important;
  }
  #hinweis h3 {
    font-size: 2rem !important;
  }
  #componentrow {
    padding: 20px 20px !important;
    margin: 0 0px;
  }
  .adresse {
    margin-bottom: 10px !important;
  }
  .times {
    padding: 10px 10px !important;
  }
  .times h3 {
    font-size: 1.3rem !important;
  }
  .footerlogo {
    height: auto !important;
    width: 100% !important;
    padding: 10px 10px !important;
  }
  #footer {
    flex-wrap: wrap;
    padding: 10px 10px !important;
    font-size: 1.3rem !important;
  }
  #adresse {
    width: 100%;
    margin: 0 0;
  }
  #times {
    width: 100%;
    margin: 0 0;
    padding: 10px 10px;
  }
  #maps {
    width: 100%;
    margin: 0 0;
  }
}
/*********************************************************
**********************************************************
*********************************************************/
@media screen and (min-width: 320px) and (max-width: 480px) {
  #header {
    height: auto;
  }
  .logo {
    margin-top: 10px;
    height: auto;
    padding: 10px 10px;
    width: 300px;
  }
  #slider {
    height: 127px;
    border-top: 10px solid #fff;
    border-bottom: 10px solid #fff;
  }
  #maximenuck91 .maximenumobiletogglericonck {
    margin-right: 20px;
    padding-top: 0px;
  }
  #componentrow {
    margin: 0 0;
    padding: 0 10px;
    border-bottom: 10px solid #fff;
  }
  #parallax02 {
    height: 130px;
  }
  #message {
    margin-top: 10px;
  }
  #footer {
    flex-wrap: wrap;
    font-size: 1.5rem;
  }
  .footerlogo {
    height: auto;
    width: auto;
  }
  #adresse {
    width: 95%;
    margin: 0 5%;
  }
  #times {
    width: 90%;
    margin: 0 5%;
    flex-wrap: wrap;
  }
  #times .times h3 {
    font-size: 2rem !important;
  }
  #maps {
    width: 95%;
    margin: 0 5%;
    flex-wrap: wrap;
  }
  #impressumrow .nav > li > a {
    float: none !important;
  }
  #impressum {
    font-size: 9px !important;
  }
  #impressum ul {
    display: flex;
    flex-flow: row;
  }
}
/*********************************************************
**********************************************************
*********************************************************/
@media screen and (min-width: 481px) and (max-width: 599px) {
  #header {
    height: auto;
  }
  .logo {
    padding: 20px 20px !important;
    width: 80%  !important;
  }
  .adresse {
    margin-bottom: 10px;
  }
  .times {
    margin-bottom: 10px;
  }
  #footer {
    flex-wrap: wrap;
  }
  #adresse {
    width: 95%;
    margin: 0 5%;
  }
  #times {
    width: 95%;
    margin: 0 5%;
    flex-wrap: wrap;
  }
  #maps {
    width: 95%;
    margin: 0 5%;
    flex-wrap: wrap;
  }
}
/*********************************************************
**********************************************************
*********************************************************/
@media screen and (min-width: 600px) and (max-width: 800px) {
  #header {
    height: 450px !important;
  }
  .logo {
    padding: 50px 30px !important;
    width: 80% !important;
  }
  div#maximenuck91 ul li {
    font-size: 1rem !important;
  }
  div#maximenuck91.maximenuckh ul.maximenuck li.maximenuck.level1 > a span.titreck,
  div#maximenuck91.maximenuckh ul.maximenuck li.maximenuck.level1 > span.separator span.titreck {
    font-size: 1rem !important;
  }
  div#maximenuck91.maximenuckh ul.maximenuck li.maximenuck.level1 > a,
  div#maximenuck91.maximenuckh ul.maximenuck li.maximenuck.level1 > span.separator {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  #slider {
    height: 148px;
    border-top: 10px solid #fff;
    border-bottom: 10px solid #fff;
  }
  #contentrow {
    border-bottom: 10px solid #fff;
  }
  #parallax02 {
    height: 130px;
  }
  #message {
    margin-top: 10px;
  }
  #footer {
    border-top: solid 10px #fff;
    flex-wrap: wrap;
  }
  #adresse {
    width: 95%;
    margin-left: 5%;
    margin-bottom: 5%;
  }
  #times {
    width: 90%;
    margin-left: 5%;
    margin-bottom: 5%;
  }
  #maps {
    width: 95%;
    margin-left: 5%;
    margin-bottom: 5%;
  }
  #impressum ul.nav {
    display: flex;
    flex-wrap: wrap;
  }
}
/*********************************************************
**********************************************************
*********************************************************/
@media screen and (min-width: 801px) and (max-width: 1024px) {
  #header {
    height: auto;
  }
  .logo {
    padding: 50px 30px !important;
    width: 65% !important;
  }
  #slider {
    height: 148px;
    border-top: 10px solid #fff;
    border-bottom: 10px solid #fff;
  }
  #contentrow {
    border-bottom: 10px solid #fff;
  }
  #message {
    margin-top: 10px;
  }
  #footer {
    border-top: solid 10px #fff;
    font-size: 1.5rem;
  }
  .logomuenzberg {
    margin-top: 20px;
  }
  h3.gaestehaus {
    line-height: 38px;
  }
}
.times h3 {
  font-size: 2.5rem;
}
/*********************************************************
**********************************************************
*********************************************************/
@media screen and (min-width: 1280px) and (max-width: 1400px) {
  .logo {
    width: 65%	!important;
  }
  #footer {
    font-size: 20px !important;
  }
}
