.popper {
   display: none;
   position: fixed;
   top: 40%;
   left: 30%;
   width: 40%;
   z-index: 2;
   background: #fff;
   padding: 30px;
   border: 14px solid #A70E11;
   text-align: center;
}
.popper a {
  color: #A70E11 !important;
}
.popper strong {
  color: #A70E11 !important;
  font-size: 20px;
}
.page_142767 .popper {
   display: block;
}
.popper h2 {
font-size: 24px;
}
.popper_close {
    position: absolute;
    top: -17px;
    right: -8px;
    font-size: 30px;
    z-index: 100;
    margin: 20px 20px 0 0;
    background: #fff;
    padding: 0px;
    cursor: pointer;
}
.popper li {
    font-size: 11pt;
}
@media only screen and (max-width: 40.063rem) {
  .popper {
    left: 8%;
    width: 84%;
    top: 20%;
  }
}

a.wein_button {
    background-color: #A70E11;
    color: #fff!important;
    padding: 10px;
}

body, table {
  font-family: Arial, \'Trebuchet MS\', Tahoma, Verdana, sans-serif;
  font-size: 12pt!important;
  line-height: 150%;
  margin: 0;
  color:#AAAAAA;
}

h1, h2, h3 {
  color: #bbbbbb;
  font-size: 30px;
  font-family: \'Cinzel\', Tahoma, serif;
  margin-top: 0.2em;
  font-weight:normal;
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 16px;
}

.page_142897 .module_textblock h4 {
  font-weight: bold;
}

a, a:visited {color: #2b2b2b;text-decoration: underline;}
a:hover { color: #540101; text-decoration: none; }

a img { border: none }

.column-block {
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 40.063rem) {
  .column-block {
    margin-bottom: 1.875rem;
  }
}

.list-none {
  list-style: none;
}

.posAnchor {
  position: absolute;
  margin-top: -50px;
  visibility: hidden;
}

/* Cookie PopUp */
.cc_container {
text-align: center!important;
}
.cc_btn {
  background: #A70E11 !important;
  color: #fff !important;
  border: 1px solid transparent;
}
.cc_btn:hover {
  background: #fff !important;
  color: #A70E11 !important;
  border: 1px solid #A70E11;
}
.cc_more_info {
  color: #A70E11 !important;
}


/*=================================
=       Newsletter Stoerer        =
=================================*/
.page_142767 #res_Header {
  display: block;
}
#res_Header {
  display: none;
  max-width: 80%;
  margin: 0 auto;
  position: relative;
}
div.newsStoerer {
    position: absolute;
    top: -65px;
    right: 50px;
    z-index: 3;
    width: 160px;
    height: 160px;
}
div.newsStoerer a {
  color: #fff;
  display: block;
  background: #B79B5C;
  border: 10px solid #fff;
  border-radius: 50%;
  padding: 28px 0 0 0px;
  font-size: 16px;
  /* text-transform: uppercase; */
  text-align: center;
  width: 100%;
  height: 100%;
  box-shadow: -2px 2px 5px 0px #666;
  transform: rotate(20deg);
  transition: all .25s ease-in-out;
}
div.newsStoerer a span {
  color: #A70E11;
  font-weight: bold;
}
div.newsStoerer a:hover {
  color: #B79B5C;
  background: #fff;
  font-weight: bold;
  border: 10px solid #B79B5C;
}


/*=================================
=          Vertical Align         =
=================================*/

.valign-bottom {
  display: table;
  width: 100%;
}
.valign-bottom .column {
  display: table-cell;
  float: none !important;
  vertical-align: bottom;
}
.valign-bottom .column img {
  width: auto;
  height: auto;
}


/*=================================
=          Image Wrapper          =
=================================*/
.img-wrapper {
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.img-wrapper img {
    height: 100%;
    width: 100%;
    display: block;
    -webkit-transition: all .7s linear;
    -moz-transition: all .7s linear;
    -o-transition: all .7s linear;
    transition: all .7s linear;
    overflow: hidden;
}
.img-wrapper a span.img-text {
    width: 100%;
    text-align: center;
    font-size: 1.3rem;
    font-weight: bold;
    display: block;
    bottom: 0;
    position: absolute;
    padding: 8px;
    background: rgba(255, 255, 255, 0.75);
}
.img-wrapper a span.img-text.small-text {
  font-size: .9rem;
  line-height: 1.083;
}
.img-wrapper a:hover span.img-text,
.img-wrapper a:focus span.img-text {
    color: #b79b5c;
}
.img-wrapper a,
.img-wrapper:hover a {
    color: #fff;
    display: block;
}
.img-wrapper:hover img {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    transform: scale(1.3);
    overflow: hidden;
}
.img-wrapper img:hover {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    transform: scale(1.3);
}
.img-wrapper.bordRed span {
  border-bottom: 7px solid #A70E11;
}
.img-wrapper.bordGold span {
  border-bottom: 7px solid #B79B5C;
}
.img-wrapper.bordWhite span {
  border-bottom: 7px solid #fff;
}


/*=================================
=     Shadow Effect for Images    =
=================================*/

.effect
{
  position: relative;
  z-index: 1;
  float: right;
}
.effect:before, .effect:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 20px;
  width: 40%;
  top: 60%;
  /* max-width: 121px; */
  background: #000;
  box-shadow: 0 15px 10px rgba(0, 0, 0, .85);
  transform: rotate(-4deg);
}
.effect:after
{
  transform: rotate(4deg);
  right: 20px;
  left: auto;
}

@media only screen and (max-width: 40.063rem) {
  .effect {
    margin-bottom: 2rem;
  }
}


/*=================================
=            Google Map           =
=================================*/

.gmap {
  width: 100%;
  height: 23rem;
  margin-bottom: 1rem;
  position: relative;
}
.gmap .gmap-overlay {
  background:transparent;
  position: absolute;
  width:100%;
  height:100%;
  top: 0;
  bottom: 0;
}
.gmap iframe {
  width: 100% !important;
  height: 100% !important;
}

/*=================================
=         Responsive Video        =
=================================*/

.res-vid {
  position: relative;
   padding-bottom: 56.25%; /* 16:9 ratio */
  padding-top: 0px;
  height: 0;
  overflow: hidden;
}
.res-vid iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/*=================================
=      Rezeptkarten Abstand       =
=================================*/

.border {margin-bottom: 30px;position: relative;}
.borderx2 {margin-bottom: 60px;}

.page_142799 .module_textblock:nth-child(2) {
  /* display: none; */
}

/*=================================
=          Button Style           =
=================================*/
.page_142774 .knopfGold,
.page_142874 .knopfGold {
  color: white !important;
  transition: all .5s ease-in-out;
}
.page_142874 .knopfGold {
  margin-top: 35px;
  display: inline-block;
}
.page_142774 .knopfGold:hover {
  color: white !important;
  padding-left: 50px;
  padding-right: 30px;
}
.page_142874 .knopfGold:hover {
  color: white !important;
  padding-left: 30px;
  padding-right: 50px;
}
.knopfGold {
  padding: 10px 40px;
  background: #a70e11;
  color: #fff !important;
  border-radius: 2px;
  float: none;
  font-size: 1rem;
  display: inline-block;
}

.knopfGold:hover {
  font-weight: bold !important;
}

.boxRed_img .knopfGold {
  background: #fff;
  color: #a70e11 !important;
}
.boxRed_img .knopfGold:hover {
  color: #b79b5c!important;
}

/* =================================
=  SEITE EVENTS / FULL-WIDTH-PIC DISPLAY MOBILE / DESKTOP-PC        =
=================================*/
.not-mobile {display: block;}
.mobile {display: none;}

@media only screen {
  .knopfGold {
    padding: 10px;
  }
  .not-mobile {display: none;}
  .mobile {display: block;}
}
@media only screen and (min-width: 40.063em) {
  .knopfGold {
    padding: 10px 20px;
  }
  .not-mobile {display: block;}
  .mobile {display: none;}
}
@media only screen and (min-width: 64.063em) {
  .knopfGold {
    padding: 10px 40px;
  }
  .not-mobile {display: block;}
  .mobile {display: none;}
}

.page_142776 .boxGold {
  color: white;
}
.page_142776 .golfStammtisch {
  position: relative;
  width: 50%;
  overflow: hidden;
}
.page_142776 .golfStammtisch img {
  margin-top: -30px;
  margin-left: -5px;
}
.page_142776 .golfStammtisch:before,
.page_142776 .golfStammtisch:after {
  content: "";
  background: #fff;
  position: absolute;
}
.page_142776 .golfStammtisch:before {
  top: 0;
  left: 50%;
  width: 10px;
  height: 100%;
  transform: translateX(-50%);
}
.page_142776 .golfStammtisch:after {
  top: 50%;
  left: 0;
  width: 100%;
  height: 10px;
  transform: translateY(-50%);
}

/*=================================
=      Content Kreise Style       =
=================================*/
.kreisRot {
  background-color: #a70e11;
  position: relative;
  width: 100px;
  height: 100px;
  top: 50px;
  border: 7px solid white;
  border-radius: 100px;
  margin: 0 auto;
  margin-top: -50px !important;
}
.kreisGold {
  background-color: #b79b5c;
  position: relative;
  width: 100px;
  height: 100px;
  top: 50px;
  border: 7px solid white;
  border-radius: 100px;
  margin: 0 auto;
}

/*=================================
=   Content Rezeptkarten Style    =
=================================*/
a.rkBox .img-wrapper:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 52%;
}
a.rkBox .img-wrapper img {
  position: absolute;
  top: 50%;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
  width: 100%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
a.rkBox .img-wrapper img:hover {
  top: 0 !important;
  -webkit-transform: scale(1.3) !important;
  -moz-transform: scale(1.3) !important;
  transform: scale(1.3) !important;
}
a.rkBox {
  display: block;
}
a.rkBox:hover .kartentitel {
  color: #A70E11;
}
.kartentitel {
  background: #B79B5C;
  display: block;
  color: white;
  text-align: center;
  padding: 10px 5px;
  font-size: 1.25rem;
  transition: all .3s ease-in-out;
}
.kartentitel span {
  font-size: 16px;
  font-style: italic;
}
.kartentitel h4 {
  color: white!important;
  margin-bottom: 0rem;
}
.kartentitel p {
  margin-bottom: 0rem;
}
/*=================================
=   Content Mitkoch-Show Style    =
=================================*/

.boxWhite a.mksBox:hover .mitkochtitel,
.boxRed a.mksBox:hover .mitkochtitel {
  color: #B79B5C;
}

.boxWhite .mitkochtitel {
  background: #A70E11;
  position: absolute;
  bottom: 0;
}

.mitkochtitel {
  display: block;
  color: #fff;
  padding: 10px;
  width: 100%;
  text-align: center;
}
.mitkochtitel span {
  font-size: 14px;
  font-style: italic;
}
.mitkochtitel h4 {
  color: white!important;
  margin-bottom: 0rem;
}
.mitkochtitel p {
  margin-bottom: 0rem;
}
.column .mitkochtitel {
  width: 100%;
}
a.mksBox {
  position: relative;
  display: block;
}
a.mksBox .img-wrapper:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 52%;
}
a.mksBox .img-wrapper img {
  position: absolute;
  top: 50%;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
  width: 100%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
a.mksBox .img-wrapper img:hover {
  top: 0 !important;
  -webkit-transform: scale(1.3) !important;
  -moz-transform: scale(1.3) !important;
  transform: scale(1.3) !important;
}
.mksTxt {
  /* background: #fff; */
  /* padding: 1rem; */
  /* height: 100%; */
}


/*=================================
=       Content Presse Style      =
=================================*/

.pressetitel {
  background: #B79B5C;
  display: block;
  color: white;
  text-align: center;
  padding: 10px 5px;
  font-size: 1.25rem;
}
.pressetitel span {
  font-size: 16px;
}
.pressetitel span:last-child {
  font-size: 14px;
  font-style: italic;
}
.presseBox .img-wrapper:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 52%;
}
.presseBox .img-wrapper img {
  position: absolute;
  top: 50%;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
  width: 100%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.presseBox .img-wrapper img:hover {
  top: 0 !important;
  -webkit-transform: scale(1.3) !important;
  -moz-transform: scale(1.3) !important;
  transform: scale(1.3) !important;
}
.presseBox .presseLinks {
  display: block;
  background: #504D48 !important;
  width: 100%;
  overflow: hidden;
}
.presseBox .presseLinks a {
  width: auto !important;
  color: white !important;
  padding: 7px 15px;
  z-index: 1;
}
.presseBox .presseLinks a.mitteilung {
  float: left;
}
.presseBox .presseLinks a.lightbox {
  float: right;
}
.presseBox .presseLinks a:hover {
  color: #B79B5C !important;
}
.presseBox .presseTxt {
  padding: 10px 5px;
  text-align: center;
}
.presseBox .presseTxt p {
  font-size: 13px !important;
}

@media only screen and (max-width: 63.063rem) {
  .presseBox .presseLinks a {
    padding: 7px 5px;
  }
}

/*=================================
=       Content News Style      =
=================================*/

.newsBox a {
  display: block;
  border: 1px solid #eee;
}
.boxBlank.newsBox a {
  border: 0 none;
}
.newsBox a:hover .newstitel {
  color: #A70E11;
}
.newsBox .row:nth-child(2) .newstitel {
  font-size: 1.25rem;
}
.newsBox .newstitel {
  background: #B79B5C;
  display: block;
  color: white;
  text-align: center;
  padding: 10px 5px;
}
.newstitel span {
  font-size: 16px;
}
.newstitel span:last-child {
  font-size: 14px;
  font-style: italic;
}
.newsBox .img-wrapper {
  display: block;
}
.newsBox .img-wrapper:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 52%;
}
.newsBox .img-wrapper img {
  position: absolute;
  top: 50%;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
  width: 100%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.newsBox .img-wrapper img:hover {
  top: 0 !important;
  -webkit-transform: scale(1.3) !important;
  -moz-transform: scale(1.3) !important;
  transform: scale(1.3) !important;
}
.newsBox .newsTxt {
  padding: 10px 5px 0;
  text-align: center;
}
.newsBox .newsTxt p {
  font-size: 13px !important;
}


/* MAENNERTORTEN */

.maenner img {
margin: 0 10px 10px 0;
}
.maenner {
margin-left: 30px;
margin-top: 30px;
}

table .sk-name {
  background-color: #A70E11;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
}

/* Speisekarte */

@media only screen and (min-width: 63.063em) {
  table.speisekarte {
    width: 75% !important;
    margin: 0 auto;
  }
}


/* Fahrender Truck bei Catering */

.catTruck {
  width: 100%;
  overflow: hidden;
}
.catTruck img {
  animation: fahren  ease-in-out 25s;
  animation-iteration-count: infinite;
  width: 40%;
}

@keyframes fahren {
  0% {
    transform:  translate(-100%,0px)  rotate(0deg) scaleX(1) ;
  }
  50% {
    transform:  translate(250%,0px)  rotate(0deg) scaleX(1) ;
  }
  50.1% {
    transform:  translate(250%,0px)  rotate(0deg) scaleX(-1) ;
  }
  100% {
    transform:  translate(-100%,0px)  rotate(0deg) scaleX(-1) ;
  }
}

/* Partner */

/*.page_142980 .module_textblock:nth-child(2) {
  display: none;
}*/

.page_142980 .boxWhite h2,
.page_142980 .boxWhite .columns,
.page_142980 .boxWhite .columns.float-right {
  text-align: center;
}
.page_142980 .boxWhite .medium-7 {
  text-align: left;
}
.page_142980 .boxWhite img {
  position: relative;
  top: 0;
  transform: translateY(0);
  padding: 0 .75rem;
}
.page_142980 .module_textblock:first-child .border,
.page_142980 .boxWhite .border {
  margin-bottom: 30px;
}
.page_142980 .module_textblock:nth-child(2n) .boxWhite {
  border-bottom: 10px solid #B79B5C;
}
@media only screen and (min-width: 40.063em) {
  .page_142980 .boxWhite img {
    min-width: 250px;
    position: absolute;
    top: 35%;
    transform: translateY(-55%);
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0 1.5rem;
  }
  .page_142980 .boxWhite h2,
  .page_142980 .boxWhite .columns {
    text-align: left !important;
  }
  .page_142980 .boxWhite .border {
    margin-bottom: 0;
  }
}

/* Genuss Shop */

.page_142981 .boxWhite .column a {
  display: block;
  border: 1px solid #ddd;
  position: relative;
  text-align: center;
  padding: 10px;
  font-weight: bold;
  color: #A70E11;
}
.page_142981 .boxWhite .column a span {
  background: rgba(255, 255, 255, .75);
  display: block;
  position: absolute;
  padding: 5px;
  bottom: 0;
  left: 0;
  width: 100%;
  transition: all .5s ease-in-out;
}
.page_142981 .boxWhite .column a:hover {
  color: #fff;
}
.page_142981 .boxWhite .column a:hover span {
  background: rgba(0, 0, 0, .75);
}

.parent_page_142981 table img {
  height: auto !important;
}
.parent_page_142981 table {
  margin-left: .75rem !important;
  margin-right: .75rem !important;
  width: calc(100% - 1.5rem) !important;
}
@media only screen and (min-width: 40.063em) {
  .parent_page_142981 table {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
    width: calc(100% - 3rem) !important;
  }
}
.popup1 {
transition: opacity 1s linear;
width: 30%;
position: fixed;
top: 100px;
right: 30px;
z-index: 1001;
background: rgba(255,255,255, 0.8);
padding: 15px;
border: 1px solid lightgray;
}
#closer {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 28px;
    cursor: pointer;
}

/* MAPS OVERLAY */
.maps-box {
  text-align: center;
  position: relative;
  overflow: hidden;
  background: #d7d7d7;
}
.maps-box:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0.25;
  z-index: -1;
}
div#texter p a { text-decoration: underline; }
div#texter p a:hover { text-decoration: none; }
.maps-box iframe {
  width: 100%;
}
div#texter {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 2rem;
}
div#texter p { font-weight: bold; }
#maps-knopf {
  padding: 10px 20px;
  border: 1px solid #A70E11;
  border-radius: 2px;
  background: #A70E11;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
a#maps-knopf:hover {
  background: transparent;
  color: #A70E11;
}