/* ------------------------------------------------------------------------- */
/* ------------------------------- RESET START ----------------------------- */
@font-face {
  font-family: 'mws_iconset';
  src: url('../iconset/mws_iconset.eot?82942152');
  src: url('../iconset/mws_iconset.eot?82942152#iefix') format('embedded-opentype'), url('../iconset/mws_iconset.woff2?82942152') format('woff2'), url('../iconset/mws_iconset.woff?82942152') format('woff'), url('../iconset/mws_iconset.ttf?82942152') format('truetype'), url('../iconset/mws_iconset.svg?82942152#mws_iconset') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------- */
* {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
html {
  overflow-y: scroll;
  height: 100%;
}
a {
  text-decoration: none;
}
article, aside, figure, footer, header, hgroup, nav, section {
  display: block;
}
/* -------------------------------- RESET END ------------------------------ */
/* ------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------- */
/* ----------------------------------- BODY -------------------------------- */
h1, .h1 {
  font-family: 'Marcellus';
  text-transform: uppercase;
  font-size: 33px;
  font-weight: 900;
  color: #504748;
  letter-spacing: 2px;
}
.start-h1 {
  color: #504748;
  margin-bottom: 20px;
}
.start-font-beige {
  color: #dfd0bd !important;
}
.start-font-white {
  color: #FFF !important;
}
h2 {
  font-family: 'Marcellus';
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  color: #504748;
  letter-spacing: 1.5px;
  padding-bottom: 38px;
}
h3 {
  font-family: 'Marcellus';
  font-size: 20px;
  font-weight: 700;
  color: #504748;
  letter-spacing: 1.3px;
  padding-bottom: 6px;
}
.start-h3 {
  color: #504748;
  margin-bottom: 20px;
}
h4 {
  font-family: 'Marcellus';
  font-size: 18px;
  font-weight: 700;
  color: #504748;
  letter-spacing: 1px;
  padding-bottom: 6px;
}
h5 {
  font-family: 'Marcellus';
  font-size: 20px;
  font-weight: 700;
  color: #504748;
  letter-spacing: 0.6px;
}
.h-mosaic {
  font-size: 25px;
  margin-bottom: 30px;
}
p {
  padding-bottom: 14px;
  color: #504748;
}
.bold {
  font-weight: 700;
}
header, header .logo, nav.desktop, ul.dropdown_first, .nav1, .nav1on, .nav2, .nav2on, ul.dropdown_second, .nav3, .nav3on, .btn {
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  -ms-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
body, input[type="text"], input[type="submit"], textarea, select, button {
  font-family: 'Open Sans' !important;
  font-size: 16px;
  color: #555;
}
body {
  background: #fff;
}
img {
  width: 100%;
  height: auto;
}
.hr {
  border-top: 1px solid black;
  height: 0;
  margin: 0.75rem 0;
}
.hr.thick {
  border-top: 3px solid black;
}
.t-upc {
  text-transform: uppercase;
}
.pb-0 {
  padding-bottom: 0;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-8 {
  margin-top: 2rem;
}
.helper-remove-line-height, iframe {
  display: block;
  line-height: 0;
}
/* ------------------------------------------------------------------------- */
/* ------------------------------ HEADER START ----------------------------- */
header {
  position: fixed;
  left: 0;
  top: 0;
  background: #fff;
  width: 100%;
  height: 132px;
  padding: 0 20px;
  z-index: 1100;
  -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
}
.mt-topbarheight {
  margin-top: 132px;
}
header.fixed {
  height: 60px;
}
header > div {
  max-width: 1180px;
  margin: 0 auto;
  height: 100%;
}
header .logo {
  float: right;
  background: url("../img/bolten-logo.png") no-repeat right top / contain;
  height: 353px;
  width: 92px;
  display: block;
  text-indent: -9999px;
  margin-top: 0;
}
header.fixed .logo {
  width: 70px;
}
/* ------------------------------- HEADER END ------------------------------ */
/* ------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------- */
/* ---------------------------- NAVIGATION START --------------------------- */
.menu-trigger, .nav_headline {
  display: none;
}
nav.desktop {
  font-family: 'Marcellus';
  z-index: 900;
  font-size: 0;
  padding-top: 62px;
}
header.fixed nav.desktop {
  padding-top: 10px;
}
nav.desktop li {
  list-style-type: none;
}
nav.desktop ul.main-menu > li {
  display: inline-block;
  position: relative;
}
.nav1, .nav1on {
  line-height: 40px;
  height: 40px;
  color: #333;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 0 18px;
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
}
ul.dropdown_first {
  position: absolute;
  background-color: rgba(255, 250, 250, 0.86);
  width: 100%;
  right: 0;
  padding: 0;
  z-index: 2000;
  opacity: 0;
  visibility: hidden;
  text-align: left;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
nav.desktop ul.main-menu li:hover > ul.dropdown_first, nav.desktop ul.dropdown_first li:hover > ul.dropdown_second {
  opacity: 1;
  visibility: visible;
}
.dropdown_first > li, .dropdown_first > span > li, .dropdown_second > li {
  float: none;
  display: block;
  position: relative;
}
.nav2, .nav2on {
  border-bottom: 1px solid #c0c0c1;
  background: #fafafa;
  color: #333;
  padding: 11px 13px;
  display: block;
  width: 210px;
  font-size: 14px;
  letter-spacing: 0.5px;
  font-weight: 500;
}
.nav2on, ul.dropdown_first li:hover .nav2 {
  background: #008242;
  color: #fff;
}
ul.dropdown_first li:last-child a {
  border: 0;
}
ul.dropdown_second {
  position: absolute;
  right: 200px;
  top: 0;
  padding: 0;
  background: #f5f5f5;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  text-align: left;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.nav3, .nav3on {
  border-bottom: 1px solid #c0c0c1;
  color: #008242;
  padding: 8px 15px;
  display: block;
  width: 200px;
  font-size: 14px;
  font-weight: 400;
}
.nav3on, ul.dropdown_second li:hover .nav3 {
  background: #ddd;
}
nav.desktop ul.main-menu > li:last-child ul {
  right: inherit;
  right: 0;
}
nav.desktop ul.main-menu > li:last-child ul > li > ul {
  right: inherit;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  transform: translateX(-100%);
}
/* ----------------------------- NAVIGATION END ---------------------------- */
/* ------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------- */
/* -------------------------- SLIDER / HERO START -------------------------- */
.slide_overlay {
  position: absolute;
  top: 70px;
  z-index: 100;
  width: 100%;
  height: 470px;
  background: #fff url(../img/loader.svg) no-repeat center;
  background-size: 50px;
  -webkit-animation: slide_overlay 1s forwards;
  animation: slide_overlay 1s forwards
}
@-webkit-keyframes slide_overlay {
  0%, 80% {
    opacity: 1;
    visibility: visible
  }
  100% {
    opacity: 0;
    visibility: hidden
  }
}
@keyframes slide_overlay {
  0%, 80% {
    opacity: 1;
    visibility: visible
  }
  100% {
    opacity: 0;
    visibility: hidden
  }
}
.slider {
  margin: 0 auto 20px;
  max-width: 1290px;
  position: relative;
  background: #fff;
  height: 70vh;
  min-height: 270px;
  padding-top: 132px;
}
.royalSlider > * {
  float: left;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  user-select: none;
}
.rsOverflow, .rsContainer, .rsSlide, .rsContent {
  width: 100%;
  height: 100%;
}
.rsOverflow {
  position: relative;
  overflow: hidden;
  float: left;
}
.rsContainer {
  position: relative;
}
.rsSlide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
}
.rsContent {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.inner {
  position: relative;
  z-index: 100;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1220px;
}
.inner > div {
  max-width: 600px;
  padding: 30px 40px 10px;
  background: rgba(255, 255, 255, 0.80);
}
.inner h1 {
  padding-bottom: 12px;
}
.inner p {
  padding-bottom: 25px;
}
.rsBullets {
  bottom: 10px;
  height: 28px;
  line-height: 6px;
  margin-right: -160px;
  overflow: hidden;
  padding-top: 4px;
  position: absolute;
  right: 50%;
  text-align: center;
  width: 320px;
  z-index: 35;
}
.rsBullet {
  cursor: pointer;
  display: none;
}
.rsBullet span {
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  border-radius: 50%;
  display: block;
  height: 20px;
  width: 20px;
  margin: 0 4px;
}
.rsBullet span:hover {
  background: #fff;
}
.rsBullet.rsNavSelected span {
  background: rgba(255, 255, 255, 0.5);
  border: 2px solid #fff;
}
.hero {
  height: 62vh;
  max-height: 680px;
  background-repeat: no-repeat;
  background-position: center;
  max-width: 1290px;
  margin: 0 auto 20px;
  position: relative;
}
.hero h1 {
  padding: 5px 30px;
  color: #fff;
  font-size: 50px;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: 7%;
  letter-spacing: 3px;
}
/* --------------------------- SLIDER / HERO END --------------------------- */
/* ------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------- */
/* ----------------------------- WRAPPER START ----------------------------- */
.wrapper {
  padding: 0 20px;
}
/* ------------------------------ WRAPPER END ------------------------------ */
/* ------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------- */
/* ---------------------------- BREADCRUMB START --------------------------- */
.sli {
  background: #eee;
  margin: 0 auto;
  max-width: 1180px;
  padding: 0 88px 0 40px;
  border-bottom: 1px solid #ccc;
  position: relative;
  z-index: 1;
  height: 41px;
}
.sli_inner {
  float: left;
}
.sli form {
  float: right;
  width: 100%;
  max-width: 292px;
  position: relative;
  border-left: 1px solid #ccc;
}
.sli input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 15px 0 30px;
  background: none;
  font-size: 16px;
  font-weight: 300;
}
.sli form:hover input, .sli input:active, .sli input:focus {
  background: #fff;
}
.sli button {
  position: absolute;
  right: 8px;
  top: 8px;
  width: 25px;
  height: 25px;
  color: #008242;
  background: none;
  cursor: pointer;
  font-size: 16px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.sli button:hover {
  color: #004c72;
}
.sli button:before {
  font-family: 'mws_iconset';
  content: '\e808';
  vertical-align: 1px;
}
.sli_info {
  border-right: 1px solid #ddd;
  display: inline-block;
  padding: 10px 10px 10px 0;
}
.content .sli .sli_link {
  padding: 10px 6px 9px;
  background: none;
  display: inline-block;
  text-decoration: none;
  color: #555;
}
.content .sli .sli_link:hover, .content .sli a.sli_link:last-child {
  text-decoration: underline;
}
.content .sli a.sli_link:last-child:hover {
  color: #008242;
}
.content .sli .sli_spacer:before {
  content: "»";
  display: inline-block;
  padding: 0 3px;
}
.content .sli .print, .content .sli .share {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 44px;
  text-align: center;
  background: none;
  line-height: 40px;
  color: #008242;
  border-left: 1px solid #ccc;
  cursor: pointer;
}
.content .sli .print:hover, .content .sli .share:hover {
  text-decoration: none !important;
  background: #fafafa;
}
.content .sli .print:before, .content .sli .share:before {
  font-family: 'mws_iconset';
}
.content .sli .print:before {
  content: '\e807';
}
.content .sli .share {
  right: 44px;
}
.content .sli .share:before {
  content: '\e811';
}
/* ----------------------------- BREADCRUMB END ---------------------------- */
/* ------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------- */
/* ------------------------------ BOXES START ------------------------------ */
.boxes {
  margin: 25px auto;
  max-width: 1180px;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.boxes .box {
  float: left;
  width: 31.8%;
  background-color: #ddd;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.boxes .box span {
  display: block;
  width: 100%;
  padding: 25px 40px;
  background: rgba(0, 95, 143, 0.8);
  color: #fff;
  font-size: 16px;
  height: 100%;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.boxes .box span h2 {
  color: #fff;
  font-size: 18px;
  border-bottom: 1px solid #fff;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.boxes .box:hover span {
  background: rgba(0, 95, 143, 0.92);
}
.boxes .box span a.btn {
  color: #008242;
  background: #fff;
}
/* ------------------------------- BOXES END ------------------------------- */
/* ------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------- */
/* ----------------------------- CONTENT START ----------------------------- */
.content {
  margin: 0 auto 20px;
  max-width: 1290px;
  position: relative;
  background: #f0ebde; /*min-height: 700px;*/
}
.content h1 {
  padding-bottom: 10px;
}
.content.full_size:before {
  display: none;
}
.content .column {
  float: left;
  position: relative;
  z-index: 1;
}
.content .column.full {
  float: none;
  padding: 30px 40px;
}
.content p {
  line-height: 1.5;
  padding-bottom: 22px;
}
.content a:not([class]) {
  text-decoration: underline;
  color: #333;
}
.content ul:not([class]) li:not([class]), .content ol:not([class]) li:not([class]) {
  margin-left: 20px;
  padding-left: 5px;
  margin-bottom: 8px;
}
.content ul:not([class]), .content ol:not([class]) {
  padding-bottom: 10px;
}
.contact_phonenumber, .contact_faxnumber, .contact_mail {
  color: #008242;
}
.contact_phonenumber:before, .contact_faxnumber:before, .contact_mail:before {
  font-family: 'mws_iconset';
  display: inline-block;
  width: 24px;
}
.contact_phonenumber:before {
  content: "\e804";
}
.contact_faxnumber:before {
  content: "\e807";
}
.contact_mail:before {
  content: "\e80f";
}
.column:last-child, .box:last-child {
  margin-right: 0;
}
.content .column.left {
  width: 50%;
  padding: 30px 28px 40px 40px;
}
.content .column.right {
  width: 50%;
  padding: 34px 30px;
}
.stoerer {
  max-width: 280px;
  right: -70px;
  position: absolute;
  top: 50px;
}
.stoerer-landwirtschaft {
  right: 80px;
  position: absolute;
  top: 50px;
}
.stoerer-brauereibesichtigung {
  max-width: 280px;
  right: -190px;
  position: absolute;
  top: 20px;
}
/* ------------------------------ CONTENT END ------------------------------ */
/* ------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------- */
/* ---------------------------- STARTSEITE BOXEN---------------------------- */
div .content-brown {
  margin: 0 auto 20px;
  max-width: 1290px;
  position: relative;
  background-color: #c7ab85;
}
div .content-beige {
  margin: 0 auto 20px;
  max-width: 1290px;
  position: relative;
  background-color: #dfd0bd;
}
div .content-lightbeige {
  margin: 0 auto 20px;
  max-width: 1290px;
  position: relative;
  background-color: #f0ebde;
}

div .content-rosa {
  margin: 0 auto 20px;
  max-width: 1290px;
  position: relative;
  background-color: #FFE2EE;

}

.content-rosa h3, .content-rosa p, .content-rosa .start-btn {
	color: #402f24!important;
}

div .content-gruen {
  margin: 0 auto 20px;
  max-width: 1290px;
  position: relative;
  background-color: #1b5d3a;
}
div .content-covid {
  margin: 0 auto 20px;
  max-width: 1290px;
  position: relative;
  background-color: #1b7b6e;
}
div .content-full {
  margin: 0 auto 20px;
  max-width: 1290px;
  position: relative;
}
.content-brown.start-1 {
  background-image: url(../../../UserFiles/155/de/img/knospe-start.png);
  background-repeat: no-repeat;
  background-position: bottom;
}
.column .left-m {
  float: left;
  width: 50%;
  padding: 30px 71px 20px 40px;
}
.column .left-L {
  float: left;
  width: 57%;
  padding: 30px 163px 40px 40px;
}
.column .right-m {
  float: right;
  width: 50%;
  padding: 34px 30px;
}
.column .right-s {
  float: right;
  width: 40%;
  padding: 34px 30px;
}
.column .right-L {
  float: right;
  width: 60%;
  padding: 34px 30px;
}
.column .center {
  width: 100%;
  padding: 34px 30px;
}
.column .right.right-m {
  padding-left: 200px !important;
}
.column .left.left-m {
  padding-left: 150px !important;
}
.right-m.img-full-size, .left-m.img-full-size {
  padding: 0 !important;
}
.right-s.img-full-size, .left-L.img-full-size {
  padding: 0 !important;
}
.img-start-right {
  width: 100%;
}
.img-start-left {
  width: 40%;
}
img.sticker-praesentkisten {
  width: auto;
  float: right;
}
.right-m.img-blume, .left-m.img-blume {
  background-image: url(../../../UserFiles/211/de/Motiv_Hochzeit_rechts_klein.png);
  min-height: 470px;
  line-height: 28px;
}

.right-m.img-valentinstag, .left-m.img-valentinstag {
  background-color: #e2b2bd;
  min-height: 470px;
  line-height: 28px;
}

.right-m.img-brunch, .left-m.img-brunch {
  background-color: #c8af8e;
  min-height: 470px;
  line-height: 28px;
}

.right-m.img-christmas, .left-m.img-christmas {
  background-color: #b2d7d2;
  min-height: 470px;
  line-height: 28px;
}

.right-m.img-rosa, .left-m.img-rosa {
  background-color: #FFE2EE;
  line-height: 28px;
}

/* ------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------- */
/* ----------------------------- FOOTER START ------------------------------ */
footer {
  background: #024b24;
  padding: 1px 20px;
  bottom: 0;
  width: 100%;
  border-bottom: 10px solid #c7ab85;
}
footer > div {
  max-width: 1180px;
  margin: 0 auto;
}
footer .column {}
.sitemap {
  position: relative;
  margin: 0 auto;
  text-align: left;
}
.frow {
  float: left;
  list-style: none;
  margin-right: 2%;
}
.frow:last-child {
  margin: 0;
}
.frow a {
  display: block;
  text-decoration: none;
}
.frow a:hover {
  text-decoration: underline;
}
.fnav1 {
  font-size: 16px;
  color: #fff;
  padding: 0 0 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #fff;
}
.fnav2 {
  color: #fafafa;
  font-size: 14px;
  line-height: 22px;
}
.fnav3 {
  color: #eee;
  font-size: 11px;
  margin-left: 5px;
  line-height: 14px;
  font-weight: normal;
  padding-left: 12px;
  position: relative;
}
.fnav3:before {
  content: "»";
  font-size: 10px;
  position: absolute;
  left: 2px;
}
footer .copyright {
  padding: 10px 0;
  margin-top: 20px;
  text-align: center;
  color: #fff;
  background-image: url(../img/footer-icons.png);
  background-repeat: no-repeat;
  background-position: center top;
}
footer .copyright-img-right {
  background-image: url("../../../UserFiles/155/de/img/footer-ranke-rechts.png");
  background-repeat: no-repeat;
  background-position: right;
}
footer .copyright a {
  color: #e1d7c0;
  font-family: 'Marcellus';
  font-weight: 700;
  letter-spacing: 0.5px;
  font-size: 15px;
  margin-bottom: 10px;
  display: block;
}
footer .copyright a:hover {
  color: #cfc4aa;
}
footer .copyright a.footer-copyright-dsc {
  color: rgba(225, 216, 193, 0.45);
  font-size: 13px;
  font-family: 'Open Sans';
  letter-spacing: 0px;
  font-weight: 400;
  margin-bottom: 5px;
}
footer .copyright a.footer-copyright-dsc:hover {
  color: rgba(225, 216, 193, 0.6);
}
.footer-copyright {
  margin-top: 25px;
}
/* ------------------------------ FOOTER END ------------------------------- */
/* ------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------- */
/* --------------------------- CONTACTFORM START --------------------------- */
#contactform input[type="text"], #contactform textarea, #contactform select {
  background: rgba(0, 0, 0, 0.02);
  border: 1px solid #ccc;
  color: #555;
  display: block;
  font-size: 14px;
  padding: 8px 15px;
  vertical-align: middle;
  width: 100%;
  margin-bottom: 12px;
}
#contactform input[type="text"]:focus, #contactform textarea:focus {
  border-color: #008242;
  outline: 0 none;
}
#contactform input[type="text"]#url {
  display: none;
}
#contactform textarea {
  resize: vertical;
  min-height: 100px;
}
#contactform label.head_label {
  display: block;
  wicth: 100%;
  font-weight: 700;
  padding: 8px 0;
}
/* ----------------------------- Costum Radios ----------------------------- */
#contactform input[type="radio"] {
  display: none;
}
#contactform input[type="radio"] + label {
  color: #292321;
  font-family: Arial, sans-serif;
  font-size: 14px;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 8px;
}
#contactform input[type="radio"] + label span {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: -2px 7px 0 0;
  vertical-align: middle;
  cursor: pointer;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#contactform input[type="radio"] + label span {
  background-color: #eee;
  border: 1px solid #555;
}
#contactform input[type="radio"]:checked + label span {
  background-color: #008242;
  border: 1px solid #008242;
}
#contactform input[type="radio"] + label span, #contactform input[type="radio"]:checked + label span {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.start-beige-btn {
  text-transform: uppercase;
  font-weight: bold;
  color: #dfd0bd;
}
.start-btn {
  text-transform: uppercase;
  font-weight: bold;
  color: #504748;
}
.start-beige-btn:after, .start-btn:after {
  font-family: 'mws_iconset';
  content: '\e801';
  font-size: 20px;
  margin-left: 8px;
  font-weight: 700;
}
img.contact_img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
div.contact_box {
  background-color: #eee5da;
  padding: 50px;
  margin-bottom: 1rem;
}
.content-img-rechts {
  float: right;
  line-height: 0;
  margin: 22px -29px -34px;
}
.contact_link {
  text-decoration: none;
  color: #504748;
  word-break: break-all;
}
.contact_link:hover {
  text-decoration: underline;
}
#downloads {
  width: 100%;
  border-collapse: collapse;
}
#downloads td, #downloads th {
  padding: 6px;
  word-break: break-all;
}
#downloads tr {
  background-color: #fff;
  border-bottom: 10px solid #f0ebde
}
#downloads tr:hover {
  background-color: #f6f6f6;
}
#downloads th {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: left;
  background-color: #fff;
  color: #333;
}
.table-headline {
  font-weight: 700;
  background-color: #d7c3a9;
  font-family: 'Marcellus';
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 1px;
}
/* --------------------------- Costum Checkboxes --------------------------- */
#contactform input[type="checkbox"]:not(:checked), #contactform input[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
#contactform input[type="checkbox"]:not(:checked) + label, #contactform input[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  margin-right: 15px;
  width: 100%;
  display: inline-block;
  margin-bottom: 15px;
  font-size: 14px;
}
#contactform input[type="checkbox"]:not(:checked) + label span, #contactform input[type="checkbox"]:checked + label span {
  position: relative;
  top: 2px;
}
#contactform input[type="checkbox"]:not(:checked) + label:before, #contactform input[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 17px;
  height: 17px;
  border: 1px solid #aaa;
  background: #f8f8f8;
  border-radius: 3px;
}
#contactform input[type="checkbox"]:not(:checked) + label:after, #contactform input[type="checkbox"]:checked + label:after {
  content: '✔';
  position: absolute;
  top: 4px;
  left: 4px;
  font-size: 14px;
  line-height: 1;
  color: #008242;
  transition: all .2s;
}
#contactform input[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
#contactform input[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
#contactform input[type="checkbox"]:disabled:not(:checked) + label:before, #contactform input[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
#contactform input[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
#contactform input[type="checkbox"]:disabled + label {
  color: #aaa;
}
#contactform input[type="checkbox"]:checked:focus + label:before, #contactform input[type="checkbox"]:not(:checked):focus + label:before {
  border: 1px solid #008242;
}
#contactform input[type="checkbox"] label:hover:before {
  border: 1px solid #4778d9 !important;
}
#contactform button {
  background: #008242;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  padding: 8px 25px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  margin: 10px 0 15px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#contactform button:hover {
  background: #004c72;
}
.contactinfo {
  border: 1px dashed #aaa;
  padding: 15px 24px 5px;
  font-size: 12px;
  color: #aaa;
}
.contactinfo p {
  padding-bottom: 10px;
}
.errormeldung {
  padding: 10px 15px;
  border: 1px dashed #cb3434;
  background: rgba(203, 52, 52, 0.12);
  font-size: 13px;
  color: #cb3434;
  margin-bottom: 15px;
}
.mail-success {
  border: 2px dashed #0A9200;
  padding: 20px 30px 20px 80px;
  color: #0A9200;
  font-size: 18px;
  font-weight: 400;
  position: relative;
}
.mail-success:before {
  position: absolute;
  left: 20px;
  top: 21px;
  font-size: 42px;
  font-family: 'mws_iconset';
  content: '\e805';
}
/* ---------------------------- CONTACTFORM END ---------------------------- */
/* ------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------- */
/* ------------------------------- TABS START ------------------------------ */
ul.tabs {
  border-bottom: 1px solid #008242;
  font-size: 0;
  margin-bottom: 20px;
}
ul.tabs li {
  color: #008242;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  padding: 8px 20px;
  text-align: center;
}
ul.tabs li.current {
  background: #008242 none repeat scroll 0 0;
  color: #fff;
}
.tab-content {
  background: #fff none repeat scroll 0 0;
  display: none;
}
.tab-content.current {
  display: block;
}
/* -------------------------------- TABS END ------------------------------- */
/* ------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------- */
/* ----------------------------- ACCORDION START --------------------------- */
.acc_head {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #008242;
  cursor: pointer;
  position: relative;
}
.acc_head:after {
  position: absolute;
  right: 0;
  top: 10px;
  font-family: 'mws_iconset';
  content: "\e803";
  font-size: 20px;
}
.acc_head.active:after {
  content: "\e802";
}
.acc_head + div {
  padding: 10px 0;
  display: none;
}
/* ------------------------------ ACCORDION END ---------------------------- */
/* ------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------- */
/* ------------------------------ GALLERY START ---------------------------- */
.gallery_wrapper {
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.gallery_wrapper a.gal_pic {
  width: 31%;
  height: auto;
  position: relative;
  margin-bottom: 20px;
}
.gallery_wrapper a.gal_pic img {
  display: block;
  width: 100%;
}
.gallery_wrapper a.gal_pic span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 6px 10px;
  background: rgba(33, 33, 33, 0.8);
  color: #fff;
}
/* ------------------------------- GALLERY END ----------------------------- */
/* ------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------- */
/* -------------------------------- NEWS START ----------------------------- */
section.news article {
  border-bottom: 1px solid #ddd;
  margin-bottom: 22px;
  padding-bottom: 10px;
}
section.news article h3 {
  border-bottom: 1px solid #008242;
  margin-bottom: 8px;
  position: relative;
  padding-right: 100px;
}
section.news article h3 aside {
  position: absolute;
  right: 0;
  bottom: 8px;
  font-size: 16px;
  font-weight: 400;
}
section.news article h3 aside:before {
  font-family: 'mws_iconset';
  content: "\e81e";
  margin-right: 8px;
  font-size: 14px;
}
section.news.topmeldung {
  margin-top: 15px;
}
section.news.topmeldung article {
  border-bottom: 1px solid #ccc;
  padding-bottom: 0;
  margin-bottom: 12px;
}
section.news.topmeldung article h4 {
  padding: 0;
}
section.news.topmeldung article span.date {
  display: block;
  padding-bottom: 5px;
}
.aktinfo {
  border: 1px dashed #ccc;
  padding: 20px 30px;
  color: #777;
}
/* --------------------------------- NEWS END ------------------------------ */
/* ------------------------------------------------------------------------- */
#shareplus {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  color: #4e4e4e;
  display: none;
  max-width: 320px;
  position: fixed;
  width: 100%;
  z-index: 10000
}
#shareplus_icons {
  background: #fff;
  overflow: auto;
  padding: 20px
}
#shareplus_icons .shareplus_icon {
  display: block;
  height: 42px;
  line-height: 42px;
  margin: 5px 10px;
  opacity: .9;
  color: #fff;
  padding-left: 60px;
  text-decoration: none;
  position: relative
}
#shareplus_icons .shareplus_icon:hover {
  opacity: 1
}
#shareplus_icons .email {
  background: #004899
}
#shareplus_icons .linkedin {
  background: #1987bc
}
#shareplus_icons .google {
  background: #ca4e40
}
#shareplus_icons .facebook {
  background: #4e69a2
}
#shareplus_icons .twitter {
  background: #30baea
}
#shareplus_icons .shareplus_icon:before {
  font-family: 'mws_iconset';
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 22px
}
#shareplus_icons .email:before {
  content: '\e80f'
}
#shareplus_icons .linkedin:before {
  content: '\f0e1'
}
#shareplus_icons .google:before {
  content: '\f0d5';
  font-size: 20px
}
#shareplus_icons .facebook:before {
  content: '\e81c'
}
#shareplus_icons .twitter:before {
  content: '\e81b'
}
#shareplus_overlay {
  background: rgba(36, 36, 38, 0.6);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000
}
/* ------------------------------------------------------------------------- */
/* ------------------------- CUSTOM ELEMENTS START ------------------------- */
.btn {
  background: #008242;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  padding: 8px 25px;
  margin-bottom: 15px;
}
.btn:hover {
  background: #004c72;
}
.biergarten-btn {
  font-family: 'Marcellus';
  text-transform: uppercase;
  font-weight: 600;
  width: 60%;
  margin: 25px auto 30px auto;
  letter-spacing: 0.6px;
}
.biergarten-btn-gruen {
  border: 3px solid #135e39;
  color: #402f24;
  padding: 7px 13px;
  text-align: center;
}
.biergarten-btn-geoeffnet {
  background-color: #135e39;
  color: #fff;
  padding: 7px 13px;
  text-align: center;
  letter-spacing: 2px;
}
.biergarten-btn-rot {
  border: 3px solid #ff0000;
  color: #402f24;
  padding: 7px 13px;
  text-align: center;
}
.biergarten-btn-geschlossen {
  background-color: #ff0000;
  color: #fff;
  padding: 7px 13px;
  text-align: center;
  letter-spacing: 2px;
}
.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.mosaic-first-content {
  padding: 30px 30px;
  min-height: 240px;
  width: 45%;
}
.mosaic-jaeger-content {
  min-height: 240px;
  width: 100%;
}
strong {
  font-weight: 600;
}
@media (max-width: 380px) {
  .mosaic-first-content {
    padding: 20px 20px;
    min-height: 307px;
    width: 100%;
  }
}
/*_________________________Jaegerhof__________________________________*/
.jaegerhof {
  margin: 0 auto;
  max-width: 1290px;
  position: relative;
  background: #f0ebde;
  height: auto;
}
.jaegerhof img {
  /*width:60%;*/
  float: left;
  height: auto;
  display: inline-block;
}
.jaegerhof img:nth-child(1), .jaegerhof img:nth-child(3), .jaegerhof img:nth-child(4), .jaegerhof img:nth-child(6), .jaegerhof img:nth-child(7), .jaegerhof img:nth-child(9) {
  width: 40%;
}
.jaegerhof img:nth-child(2), .jaegerhof img:nth-child(5), .jaegerhof img:nth-child(8) {
  width: 20%;
}
.jaegerhof img.altbierstube-l {
  width: 60%;
}
.stellenanzeigen-btn {
  /*font-family: 'Marcellus';
    text-transform: uppercase;*/
  font-weight: 600;
  /*width: 60%;*/
  margin: 10px auto 25px auto;
  letter-spacing: 0.6px;
}
.stellenanzeigen-btn-leer {
  border: 3px solid #dbbc93;
  color: #402f24;
  padding: 7px 13px;
  text-align: center;
}
stellenanzeigen-btn-full {
  background-color: #dbbc93;
  color: #402f24;
  padding: 7px 13px;
  text-align: center; /*letter-spacing: 2px;*/
}
stellenanzeigen-btn-full:hover {
  background-color: #cdae85;
}
stellenanzeigen-btn-full a {
  color: #402f24 !important;
  text-decoration: none !important;
}
/* ------------------------- CUSTOM ELEMENTS END --------------------------- */
/* ------------------------------------------------------------------------- */
.masonry-lookalike {
  transition: all .5s ease-in-out;
  column-gap: 28px;
  column-fill: initial;
  column-count: 3;
  font-size: 0;
}
.masonry-lookalike img {
  margin-bottom: 28px;
  display: inline-block;
  vertical-align: top;
}
#nav li {
	list-style:none;
	}
/* ------------------------------------------------------------------------- */
/* ---------------------------- RESPONSIVE START --------------------------- */
@media (max-width:1100px) {
  .stoerer {
    top: -200px;
  }
  .stoerer-landwirtschaft {
    top: -200px;
  }
  .stoerer-brauereibesichtigung {
    top: -100px;
  }
}
@media (max-width:1090px) {
  .nav1, .nav1on {
    letter-spacing: 0.5px;
    padding: 0 10px;
  }
}
@media (max-width:1024px) {
  header {
    height: 92px;
  }
  header.fixed {
    height: 92px;
  }
  .mt-topbarheight {
    margin-top: 92px;
  }
  header .logo {
    background: url(../img/bolten-logo-horizontal.png) no-repeat right top / contain;
    float: left;
    margin-left: -30px;
    width: 353px;
    height: 92px;
  }
  header.fixed .logo {
    width: 353px;
    height: 93px;
  }
  .menu-trigger {
    position: absolute;
    right: 40px;
    width: 40px;
    height: 40px;
    background: #fff;
    z-index: 2;
    top: 46%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .menu-trigger span {
    position: absolute;
    display: block;
    width: 30px;
    height: 3px;
    background: #008444;
    top: 44%;
    margin-top: -1px;
    left: 50%;
    margin-left: -10px;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -ms-transition: background 0.3s;
    transition: background 0.3s;
  }
  .menu-trigger span i {
    display: block;
    position: relative;
    color: #008444;
    font-size: 12px;
    font-style: normal;
    height: 12px;
    left: -2px;
    line-height: 12px;
    margin: 0;
    overflow: hidden;
    top: 20px;
    width: 38px;
  }
  .menu-trigger span::before, .menu-trigger span::after {
    content: '';
    position: absolute;
    left: 0;
    background: inherit;
    width: 100%;
    height: 100%;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.3s, background 0s;
    -moz-transition: -moz-transform 0.3s, background 0s;
    -ms-transition: -moz-transform 0.3s, background 0s;
    transition: transform 0.3s, background 0s;
  }
  .menu-trigger span::before {
    top: -10px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .menu-trigger span::after {
    bottom: -10px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  html:not(.hidden) .menu-trigger {
    box-shadow: none;
  }
  html:not(.hidden) .menu-trigger span {
    background: none;
  }
  html:not(.hidden) .menu-trigger span::before, html:not(.hidden) .menu-trigger span::after {
    background: #008444;
  }
  html:not(.hidden) .menu-trigger span::before {
    top: 0;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  html:not(.hidden) .menu-trigger span::after {
    bottom: 0;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  .menu-trigger {
    display: block;
  }
  html:not(.hidden) .site_scroller {
    overflow-y: hidden;
    height: 95vh;
    max-height: 95vh;
    -webkit-overflow-scrolling: auto;
  }
  html:not(.hidden) .site_scroller:after {
    content: "";
    width: 100%;
    height: 110%;
    background: rgba(44, 44, 50, 0.7);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
  }
  html.hidden .site_scroller {
    overflow: visible;
  }
  html.hidden .site_scroller:after {
    display: none;
  }
  nav.desktop {
    z-index: 99999;
    position: fixed;
    left: 0;
    top: 0;
    width: 300px;
    max-width: 90%;
    height: 100%;
    overflow-y: scroll;
    font-size: 0;
    background: #f5f5f5;
    -webkit-transition: 0.3s left;
    -moz-transition: 0.3s left;
    transition: 0.3s left;
  }
  nav.desktop.hidden {
    left: -300px;
  }
  nav.desktop:not(.hidden) {
    -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.4);
    -ms-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.4);
  }
  nav.desktop li {
    list-style-type: none;
    position: static;
  }
  nav.desktop > ul {
    text-align: left;
  }
  nav.desktop ul.main-menu > li {
    display: block;
    position: static;
  }
  .nav1, .nav1on, ul.main-menu li:hover .nav1 {
    color: #333;
    background: none;
    height: auto;
    line-height: inherit;
    padding: 12px 28px;
    display: block;
    font-size: 16px;
    font-weight: 700;
    border: 1px solid transparent;
    border-bottom: 1px solid #d5d5d5;
    text-decoration: none;
  }
  .nav_headline {
    display: block;
    padding: 0;
    font-size: 20px;
  }
  .nav_headline a {
    padding: 12px 28px;
    display: block;
    color: #333;
    font-weight: 700;
  }
  ul.dropdown_first, ul.dropdown_second, ul.dropdown_third {
    position: absolute;
    left: -120% !important;
    top: 0;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 300px;
    background: #f5f5f5;
    opacity: 1;
    visibility: visible;
    padding: 0;
    margin: 0;
    z-index: 0;
    -webkit-transition: 0.5s left;
    -moz-transition: 0.5s left;
    transition: 0.5s left;
  }
  ul.dropdown_first.active, ul.dropdown_second.active, ul.dropdown_third.active {
    left: 0 !important;
  }
  ul.dropdown_first.active {
    z-index: 1 !important;
  }
  ul.dropdown_second.active {
    z-index: 2 !important;
  }
  ul.dropdown_third.active {
    z-index: 3 !important;
  }
  ul.dropdown_first > li:last-child, ul.dropdown_second > li:last-child, ul.dropdown_third > li:last-child {
    margin-bottom: 300px;
  }
  nav.desktop ul.main-menu > li:last-child ul {
    margin-left: 0 !important;
    width: 300px !important;
  }
  .nav2, .nav2on, ul.first_dropdown li:hover .nav2 {
    color: #333 !important;
    padding: 8px 28px;
    display: block;
    width: 100%;
    background: none !important;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid transparent;
    text-decoration: none;
    border-bottom: 1px solid #d5d5d5;
  }
  nav.desktop .menu-back {
    background: #e5e5e5;
    display: block;
    padding: 10px 30px;
    font-size: 14px;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
  }
  nav.desktop .menu-back:before {
    content: '‹';
    line-height: 14px;
    font-size: 22px;
    vertical-align: -1px;
    margin-right: 10px;
  }
  .nav3, .nav3on, ul.second_dropdown li:hover .nav3 {
    color: #008242 !important;
    padding: 8px 28px;
    display: block;
    font-size: 14px;
    font-weight: 300;
    background: none !important;
    width: 100%;
    border: 1px solid transparent;
    text-decoration: none;
    border-bottom: 1px solid #d5d5d5;
  }
  .nav4, .nav4on, ul.third_dropdown li:hover .nav4 {
    color: #008242 !important;
    padding: 8px 28px;
    display: block;
    background: none !important;
    font-size: 14px;
    font-weight: 300;
    width: 100%;
    border: 1px solid transparent;
    text-decoration: none;
    border-bottom: 1px solid #d5d5d5;
  }
  .nav2on, .nav3on, .nav4on {
    color: #fff !important;
    background-color: #008242 !important;
  }
  nav.desktop ul.main-menu li.has-submenu > a {
    background: url(../img/nav_arrow.png) no-repeat center right !important;
    background-size: 18px !important;
  }
  nav.desktop ul.main-menu li.has-submenu > a.nav2on, nav.desktop ul.main-menu li.has-submenu > a.nav3on, nav.desktop ul.main-menu li.has-submenu > a.nav4on {
    background: #008242 url(../img/nav_arrow_white.png) no-repeat center right !important;
    background-size: 18px !important;
  }
  .wrapper {
    padding: 0;
  }
  .content .column.left {
    padding: 30px;
  }
  .content .column.right {
    padding: 30px;
  }
  header {
    padding: 0 30px;
  }
  .sli {
    padding: 0 88px 0 30px;
  }
  .sli form {
    max-width: 200px;
  }
  .slider {
    padding-top: 91px;
    height: 48vh;
  }
  .biergarten-btn {
    width: 80%;
    margin: 14px 17px 10px 0px;
  }
  .biergarten-btn-braun, .biergarten-btn-rot {
    padding: 7px 9px;
  }
  /* --------------------------- START CONTENT ------------------------------- */
  .start-h1 {
    color: #504748;
    margin-bottom: 19px;
    font-size: 25px;
  }
  .start-h3 {
    margin-bottom: 9px;
  }
  /* ------------------------- CONTENT CONTENT ------------------------------ */
  .hero > div > div {
    width: 100%;
  }
  .hero > div h1 {
    padding: 32px 40px;
    font-size: 35px;
  }
  .content-img-rechts {
    line-height: 1.3;
  }
  /* ------------------------------------------------------------------------- */
  div.contact_box {
    min-height: 264px;
  }
  .mosaic-first-content {
    width: 60%;
  }
}
@media (max-width:900px) {
  .menu-trigger {
    right: 45px;
  }
  header {
    padding: 0 20px;
  }
  .content {
    margin: 0 auto;
  }
  .content::before {
    display: none;
  }
  .content .column.left {
    padding: 25px 30px 10px;
    width: 100%;
  }
  .content .column.right {
    padding: 10px 30px 30px;
    width: 100%;
  }
  .content .column img {
    max-width: 100%;
  }
  .column .right-m, .column .right-s {
    width: 100%;
    padding: 34px;
  }
  .column .left-m, .column .left-L, .column .right-L {
    width: 100%;
    padding: 20px 20px 10px 31px;
  }
  .biergarten-btn {
    width: 70%;
    float: none;
    margin: 0 auto;
  }
  .img-start-right {
    width: 100%;
    float: none;
  }
  .left-L.img-full-size img {
    width: 100%;
  }
  .hero {
    height: 0;
    margin-top: 70px;
    padding-bottom: 46%;
    background-size: cover;
  }
  .hero h1 {
    font-size: 41px;
  }
  div.contact_box {
    padding: 16px 25px;
    min-height: 197px;
  }
  .stoerer {
    right: 0px;
  }
  /*	.stoerer-landwirtschaft {

    top: 30px;
    right: 260px;
}*/
  .stoerer-brauereibesichtigung {
    right: 0px;
  }
  .right-m.img-blume, .left-m.img-blume {
    background-image: url(../../../UserFiles/211/de/hochzeit_landwirtschaft_rechter_bereich_2021_ohne_blume.jpg);
    min-height: 470px;
  }
}
@media (max-width: 830px) {
  /*	.stoerer {
    top: -410px;
}	
	
/*	.stoerer-landwirtschaft {
    top: 30px;
    right: 140px;
}*/
  /*	.stoerer-brauereibesichtigung {
    top: -440px;
    right: -10px;
}*/
}
}
@media (max-width: 770px) {
  div.contact_box {
    padding: 24px 20px 0 20px;
    min-height: 234px;
  }
  .mosaic-first-content {
    width: 90%;
  }
  .masonry-lookalike {
    column-gap: 15px;
    column-count: 2;
  }
  .masonry-lookalike img {
    margin-bottom: 15px;
  }
}
@media (max-width: 710px) {
  /*	.stoerer {
    top: -350px;
}
	
/*	.stoerer-landwirtschaft {
    right: 80px;
    top: 40px;
}	*/
  /*	.stoerer-brauereibesichtigung {
    top: -390px;
}*/
}
@media (max-width: 650px) {
  /*	.stoerer {
    top: -320px;
}
	
/*	.stoerer-landwirtschaft {
    top: 30px;
    right: 40px;
}*/
  /*	.stoerer-brauereibesichtigung {
    top: -360px;
}*/
}
@media (max-width: 600px) {
  header {
    height: 70px;
  }
  .mt-topbarheight {
    margin-top: 70px;
  }
  header .logo {
    width: 273px;
    height: 72px;
  }
  header.fixed {
    height: 70px;
  }
  header.fixed .logo {
    width: 273px;
  }
  .menu-trigger {
    top: 44%;
  }
  .slider {
    padding-top: 70px;
  }
  .hero h1 {
    font-size: 33px;
  }
  .img-start-left {
    float: none !important;
    width: 100%;
  }
  .column .right-L {
    float: none;
    width: 100%;
  }
  h2 {
    font-size: 21px;
  }
  /*	.stoerer {
    top: -310px;
    right: 0px;
}
	.stoerer-landwirtschaft {
    top: 50px;
    right: 10px;
}*/
  /*.stoerer-brauereibesichtigung {
    top: -340px;
}*/
}
@media (max-width:570px) {
  /*	.stoerer {
    top: -290px;
    }

/*	.stoerer-landwirtschaft {
    top: -120px;
    right: 0px;
}*/
  /*.stoerer-brauereibesichtigung {
    top: -330px;
*/
}
@media (max-width:499px) {
  div.contact_box {
    padding: 25px;
  }
  .jaegerhof img:nth-child(1), .jaegerhof img:nth-child(3), .jaegerhof img:nth-child(4), .jaegerhof img:nth-child(6), .jaegerhof img:nth-child(7), .jaegerhof img:nth-child(9), .jaegerhof img:nth-child(2), .jaegerhof img:nth-child(5), .jaegerhof img:nth-child(8) {
    width: 100%;
    padding-bottom: 10px;
  }
  .biergarten-btn {
    width: 100%;
  }
}
@media (max-width: 450px) {
  .hero h1 {
    font-size: 23px;
  }
  p {
    padding-bottom: 8px;
    font-size: 14px;
  }
  .start-h3 {
    font-size: 16px;
  }
  .slider {
    padding-top: 70px;
    height: 45vh;
  }
  .hero > div h1 {
    font-size: 25px;
    padding: 46px 13px;
  }
  .jaegerhof img:nth-child(2), .jaegerhof img:nth-child(5), .jaegerhof img:nth-child(8) {
    width: 100%;
  }
  .jaegerhof img:nth-child(1), .jaegerhof img:nth-child(3), .jaegerhof img:nth-child(4), .jaegerhof img:nth-child(6), .jaegerhof img:nth-child(7), .jaegerhof img:nth-child(9) {
    width: 100%;
  }
  #downloads td, #downloads th {
    padding: 2px 3px;
  }
  h2 {
    font-size: 18px;
    text-transform: inherit;
    padding-bottom: 20px;
  }
  h3 {
    font-size: 16px;
  }
  .start-h1 {
    margin-bottom: 24px;
    font-size: 19px;
    letter-spacing: 1.5px;
  }
  footer .copyright {
    background-image: url(../img/footer-icons-mobil.png);
  }
  .mosaic-first-content {
    width: 100%;
    padding: 30px 30px;
    min-height: 353px;
  }
}
@media (max-width: 380px) {
  .masonry-lookalike {
    column-gap: 0;
    column-count: 1;
  }
  .masonry-lookalike img {
    margin-bottom: 15px;
  }
  .menu-trigger {
    right: 18px;
  }
  .content .column.left {
    padding: 25px 20px 10px;
  }
  .hero h1 {
    padding: 0 20px;
  }
  .mosaic-first-content {
    padding: 20px 20px;
    min-height: 307px;
  }
  div.contact_box {
    min-height: 0px !important;
  }
  .stoerer-landwirtschaft {
    right: 10px;
    top: -100px;
    left: 10px;
  }
  .stoerer {
    right: 10px;
    top: -100px;
    left: 10px;
  }
  .stoerer-brauereibesichtigung {
    right: 10px;
    top: -100px;
    left: 10px;
  }
}
@media (max-width: 320px) {
  .menu-trigger {
    right: 12px;
  }
  .hero h1 {
    font-size: 18px;
  }
}
/* ----------------------------- RESPONSIVE END ---------------------------- */
/* ------------------------------------------------------------------------- */