.no-margin-top {
  margin-top: 0 !important;
}
.margin-top {
  margin-top: 30px !important;
}
.margin-bottom {
  margin-bottom: 30px !important;
}
.margin-right {
  margin-right: 30px !important;
}
.margin-left {
  margin-left: 30px !important;
}
.no-margin {
  margin: 0px !important;
}
.padding-top {
  padding-top: 30px !important;
}
.no-padding-top {
  padding-top: 0 !important;
}
.padding-bottom {
  padding-bottom: 30px !important;
}
.padding-right {
  padding-right: 30px !important;
}
.padding-left {
  padding-left: 30px !important;
}
.no-padding {
  padding: 0px !important;
}
.float-right {
  float: right !important;
}
.float-left {
  float: left !important;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-small {
  font-size: 16px;
}
.text-smaller {
  font-size: 14px;
}
.text-grey {
  color: #636165;
}
.text-white {
  color: #ECE1DD;
}
.text-black {
  color: #231D11;
}
.height-150 {
  min-height: 150px;
}
.height-200 {
  min-height: 200px;
}
.height-250 {
  min-height: 250px;
}
.height-300 {
  min-height: 300px;
}
.height-350 {
  min-height: 350px;
}
.height-400 {
  min-height: 400px;
}
.gap50 {
  height: 50px;
}
.gap100 {
  height: 100px;
}
.bg-red {
  background-color: #962032;
}
.bg-yellow {
  background-color: #ffc40d;
}
.bg-pink {
  background-color: #E77D90;
}
.bg-blue {
  background-color: #003D6E;
}
.bg-blue-darken {
  background-color: #172140;
}
.bg-grey {
  background-color: #525154;
}
.bg-grey-lighten {
  background-color: #636165;
}
.bg-grey-darken {
  background-color: #464548;
}
.bg-black {
  background-color: #231D11;
}
.bg-black-lighten {
  background-color: #493D26;
}
.bg-black-darken {
  background-color: #161616;
}
.bg-white {
  background-color: #ECE1DD;
}
.bg-white-lighten {
  background-color: #ffffff;
}
.bg-white-darken {
  background-color: #e0d6d2;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.disable {
  @include opacity(0.4);
}
.clearfix {
  clear: both;
}
.bg-red {
  background-color: #962032 !important;
}
body {
  font-family: 'Roboto Slab', serif !important;
  font-weight: 400;
  font-size: 18px;
  padding: 0px;
  margin: 0;
  color: #ffffff;
  background-color: #231D11;
}
.contentWrap {
  overflow-x: hidden;
  overflow-y: visible;
}
textarea {
  box-sizing: border-box;
  max-height: 94px;
  /* optional */
  min-height: 31px;
}
a {
  color: #ffffff;
  text-decoration: none;
}
a:hover {
  color: #e0d6d2;
  text-decoration: none;
}
b,
strong {
  font-weight: 700;
}
h1 {
  font-family: 'Roboto Slab', serif;
  font-size: 40px;
  font-weight: 700;
  padding: 0;
  margin: 0;
  margin-bottom: 5px;
}
h2 {
  font-family: 'Roboto Slab', serif;
  font-size: 40px;
  font-weight: 700;
  padding: 0;
  margin: 0;
}
h3 {
  font-family: 'Roboto Slab', serif;
  font-size: 40px;
  font-weight: 300;
  padding: 0;
  margin: 0;
}
h4 {
  font-family: 'Roboto Slab', serif;
  font-size: 24px;
  font-weight: 700;
  padding: 0;
  margin: 0;
}
h5 {
  font-family: 'Roboto Slab', serif;
  font-size: 24px;
  font-weight: 300;
  padding: 0;
  margin: 0;
}
.btn-group-vertical {
  width: 100%;
}
.btn-group-vertical .btn {
  font-size: 16px;
  padding-left: 10px;
  text-align: left;
}
.btn-group-vertical .btn i {
  margin-right: 5px;
}
.btn-sm {
  font-family: Lato, sans-serif;
  -webkit-border-radius: 20px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 20px;
  -moz-background-clip: padding;
  border-radius: 20px;
  background-clip: padding-box;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-weight: 200;
  color: #525154;
  border-color: #d9dcde;
  text-shadow: none;
}
.btn-sm:hover {
  color: #525154;
  background-color: #d9dcde;
  border-color: #d9dcde;
}
.mod-content {
  overflow-x: hidden;
}
.mod-content .moreTextButton {
  display: hidden;
  cursor: pointer;
  border: solid 3px #ffffff;
  padding-top: 5px;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 7px;
  display: inline-block;
}
.mod-content .moreTextButton:hover {
  color: #e0d6d2;
  border-color: #e0d6d2;
}
.mod-content .websiteBy {
  color: #493D26;
  font-size: 14px;
}
.mod-content .websiteBy img {
  width: 20px;
  height: 20px;
}
.mod-content .ruIcon {
  font-size: 40px;
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
}
.mod-content .ruIcon:hover {
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
}
.mod-content .followUs {
  font-size: 20px;
  text-align: center;
  display: inline-block;
}
.mod-content .followUs i {
  display: block;
}
.mod-content img {
  max-width: 100%;
  height: auto;
}
.mod-content .contentBox {
  padding: 25px;
}
.mod-content .contentBox h1 {
  font-weight: 700;
  margin: 0;
  padding: 0;
  font-size: 18px;
}
.mod-content .contentBox .logoNormal {
  margin-top: -25px;
  width: 100px;
  height: auto;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.mod-content .contentBox .logoBierspezialitaet {
  margin-top: -15px;
  margin-left: 20px;
  width: 130px;
  height: auto;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.mod-content .contentBox p {
  padding-top: 25px;
}
.mod-content .contentBox .box-border {
  margin-top: 25px;
  margin-bottom: 0px;
  padding: 8px;
  padding-left: 12px;
  padding-right: 12px;
  border: solid 3px #ffffff;
  font-weight: 700;
  display: inline-block;
  line-height: normal;
}
.mod-content .contentBox .box2-border {
  margin-top: 25px;
  margin-bottom: 0px;
  padding: 15px;
  border: solid 3px #ffffff;
  display: inline-block;
  line-height: normal;
}
.mod-content .parallax-window {
  min-height: 400px;
  background: transparent;
}
.mod-header {
  color: #bdc3c7;
  background-color: transparent;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.mod-header .navbar-nav li a {
  padding-top: 40px;
  color: #ffffff;
}
.mod-header .navbar-nav li.active a,
.mod-header .navbar-nav li:hover a {
  color: #ffffff;
  background-color: transparent;
  text-decoration: underline;
}
.mod-header .navbar-nav li.active a:hover,
.mod-header .navbar-nav li:hover a:hover {
  color: #ffffff;
  background-color: transparent;
}
.mod-header .logoHeader {
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -50px;
}
.mod-header .logoHeader img {
  width: 100px;
  height: auto;
}
.mod-hero {
  position: relative;
}
.mod-hero .heroImage {
  position: relative;
}
.mod-hero .heroTitle {
  position: absolute;
  left: 10%;
  bottom: 49%;
  width: 80%;
  text-align: center;
  text-shadow: 1px 1px 3px #333;
}
.mod-hero .heroBrand {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -50px;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.mod-hero .heroBrand img {
  width: 100px;
  height: auto;
}
@media (max-width: 480px) {
  .mod-hero .heroTitle {
    bottom: 25px;
  }
}
