/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

------------------------------------------------------------- */
.hinweis {
  border: 5px solid red;
  padding: 20px;
}
.feiertage {
  font-size: 20px;
  text-align: center;
}
#div_area_telefon {
  font-size: 17px;
}
.ro #div_area_menu {
  top: 180px !important;
  bottom: 180px !important;
}
.cookie-notice-visible .frontpage {
  padding-top: 0 !important;
}
.cookie-notice-dsvgo a:hover {
  color: #000 !important;
  text-decoration: none !important;
}
.desktop #wrapper {
  padding-bottom: 287px !important;
}
body, ul, ol, h1, a, a:visited, a:hover {
  font-family: "Ubuntu Condensed", sans-serif !important;
  font-size: 17px !important;
}
a:hover {
  text-decoration: none !important;
}
a {
  text-decoration: underline !important;
}
a:hover {
  color: #fff !important;
}
h2 {
  font-size: 1.75em;
}
.main_headline h1 {
  display: block;
  font-size: 30px !important;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 50px;
}
.headline-header {
  width: 1007px;
  margin-top: 20px;
}
.headline-header .mc-background {
  width: 1007px;
  margin-left: -39px;
}
.oeffnungsz {
  margin-left: 20px;
}
.event_thumb2 {
  float: right !important;
}
.rueckblick, .vorblick {
  display: block;
  margin-bottom: 0.5em;
  color: #819816;
  font-size: 39px;
  text-transform: uppercase;
}
.rueckblick {
  text-align: left !important;
}
.vorblick {
  text-align: right !important;
}
.mobile .event_thumb2 div .vorblick {
  text-align: left;
}
.mobile .event_vorblick {
  text-align: left !important;
}
.nextevent, .preevent {
  border-top: 2px solid #819816;
  border-bottom: 2px solid #819816;
  border-right: 2px solid #819816;
  padding: 10px 10px 10px 0px;
  min-height: 300px !important;
  min-width: 300px !important;
  max-height: 325px;
  max-width: 300px;
}
.preevent {
  float: left !important;
}
.nextevent {
  float: right !important;
}
.mobile #wrapper .event_vorblick.nextevent {
  max-width: 300px !important;
}
.event-img {
  width: 151px;
  height: 151px;
  position: relative;
  float: left;
}
.event-green {
  width: 133px;
  height: 150px;
  margin-left: -1px;
  position: relative;
  float: left;
  color: #FFFFFF;
  padding-top: 20px;
  line-height: 26px;
  text-align: center !important;
  background-color: #819816;
}
.event-green h5 {
  font-size: 40px;
}
.gesamtwidget_box .title, .gesamtwidget_box .text {
  display: none;
}
.mobile .event-green {
  width: 140px;
}
.linie_content {
  background-image: url(../images/linie_content.png);
  background-repeat: no-repeat;
  height: 30px;
  width: 500px;
  border: 0px;
  float: right;
}
.desktop .fr #div_area_menu {
  width: 1200px !important;
}
.desktop .main_menu, .desktop .main_menu .menu {
  text-transform: uppercase !important;
  height: 28px;
}
.desktop .main_menu ul.menu li.menuitem {
  height: 40px !important;
  margin-right: 15px !important;
}
.desktop .main_menu ul.menu li.menuitem:last-child {
  margin-right: 0px !important;
}
.main_menu ul.menu .text {
  font-size: 17px !important;
}
.page_home-ro nav.main_menu {
  left: 25px !important;
  margin-left: -25px !important;
}
.desktop .main_menu ul.menu li.menuitem {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 9px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  -webkit-transition: background-color 0.3s ease;
  -khtml-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.desktop .main_menu ul.menu li.menuitem:hover {
  background-color: #778410;
  -webkit-transition: background-color 0.3s ease;
  -khtml-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.desktop .main_menu ul.menu li .text {
  height: 27px !important;
}
.sub_menu {
  padding-bottom: 0 !important;
}
.menu .sub_menu li {
  margin-top: 0 !important;
}
.subitem {
  width: 160px;
  text-align: center;
  font-size: 15px !important;
  padding-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
  background-color: #778410;
  -webkit-transition: background-color 0.3s ease;
  -khtml-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.subitem:hover {
  background-color: #173c12;
  -webkit-transition: background-color 0.3s ease;
  -khtml-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.subitem a {
  text-decoration: none !important;
  font-size: 15px !important;
}
.mobile .menu .menuitem .text {
  text-align: right !important;
  font-size: 22px !important;
  text-transform: uppercase !important;
}
.mobile .menuitem {
  border-bottom: 1px solid #97c00c;
}
.gallery-title {
  margin-top: 20px;
  margin-bottom: 20px;
}
.list-item {
  margin-bottom: 30px;
}
.event_headline.list-headline {
  margin-top: 10px;
}
.preise, .drinks_preise {
  list-style-type: none !important;
}
.preise li, .drinks_preise li {
  display: inline-block;
}
.p1 {
  float: left;
  width: 60%;
}
.p2 {
  float: right;
  width: 35%;
}
.mobile .preise {
  min-height: 150px;
}
.mobile .p1 {
  margin-bottom: 10px;
}
.mobile .p2 {
  width: auto !important;
}
.mobile .dp1 {
  width: 62.33333%;
}
.mobile .dp2 {
  width: 17.33333%;
}
.mobile .dp3 {
  width: 20.33333%;
}
.pclear {
  clear: both;
  height: 0px !important;
}
.dp1 {
  width: 40.33333%;
  float: left;
}
.dp2 {
  width: 17.33333%;
}
.dp3 {
  width: 42.33333%;
}
.dp2, .dp3 {
  float: right;
}
.anfahrt_l img, .anfahrt_r img {
  max-height: 280px;
  border: 4px solid #B6D228;
  outline: 3px solid #566B1E;
  margin-bottom: 15px;
}
@media screen and (min-width: 426px) {
  .mobile #wrapper .anfahrt_all .anfahrt {
    display: block !important;
    width: 420px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
/*.anfahrt .mc-background {
	border: 4px solid #B6D228;
	outline: 3px solid #566B1E;
	margin-left: 20px;
	margin-right: 20px;
}*/
.gmap {
  padding-top: 30% !important;
}
.secmenu_footermenu ul.menu {
  column-count: 4;
  font-weight: 800;
}
.secmenu_footermenu li.link a {
  font-size: 12px !important;
  font-family: helvetica !important;
  font-weight: bold;
}
.footer_menu .menu li {
  display: block;
}
.footer_menu .menu li .link .spacer {
  display: block !important;
}
.footer_menu, .footer_anschrift, .footer_kontakt {
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
}
.footer {
  padding-top: 32px;
  margin-left: -25px !important;
  width: 100%;
}
.footer .mc-background {
  width: 2132px;
  position: absolute;
  left: -551px;
  pointer-events: none !important;
}
.footer::before {
  content: "";
  display: block;
  background-image: url(../images/footer_head.png);
  background-repeat: no-repeat;
  width: 214%;
  height: 120px;
  position: absolute;
  bottom: 157px;
  right: -565px;
}
.form_gaestebewertung .field label {
  width: 100%;
  margin-top: 5px;
}
.form_gaestebewertung textarea#input_ihre_wuensche_und_anregung, textarea#input_your_wishes_and_suggestions, textarea#input_vos_souhaits_et_suggestions {
  max-width: 1000% !important;
  width: 1000% !important;
  height: 120px;
}
.form_gaestebewertung .field .input, .field input, .field select {
  display: inline-block;
  width: 100%;
}
.field.field_textarea.field_ihre_wuensche_und_anregung .input, .field.field_textarea.field_your_wishes_and_suggestions .input, .field.field_textarea.field_vos_souhaits_et_suggestions .input {
  display: -webkit-box;
  margin-top: 10px;
}
select, textarea, input {
  color: #000;
}
.desktop .frontpage, .inner {
  height: 100%;
}
.enter {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: normal;
  top: 497px;
}
.enter a {
  font-weight: normal;
  text-decoration: none !important;
  font-size: 20px !important;
}
#div_area_2 img {
  width: 20px !important;
  height: 11px !important;
}
.enter img {
  width: 20px !important;
  height: 11px !important;
}
#enter_de {
  left: -41px;
}
#enter_en {
  left: 163px;
}
#enter_fr {
  left: 370px;
}
div#enter_ro {
  top: 0px;
  left: 219px;
}
#div_area_verlassen {
  color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid white;
}
.menu_button {
  border-top: none !important;
  border-bottom: none !important;
  background-image: url(../images/menu_button.svg);
  width: 55px !important;
  height: 50px !important;
  right: 11px !important;
}
.menu_button::after {
  border-top: none !important;
}
.mobile body {
  background-image: none !important;
}
.mobile .main_header {
  background-color: #242424;
  padding-top: 13px;
  min-height: 150px !important;
  border-bottom: 6px solid #97c00c;
  margin-bottom: 20px !important;
}
.mobile .main_content {
  margin: 0 5px;
}
.mobile .event_rueckblick {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 300px !important;
}
.mobile .logo, .mobile .logo_retina {
  background-image: url(../images/mobile_logo.svg);
  background-repeat: no-repeat;
  width: 100%;
  height: 110px;
}
@media screen and (max-width: 424px) {
  .mobile .menu_button {
    top: 25px;
  }
  .mobile .logo, .mobile .logo_retina {
    height: 80px;
  }
  .mobile .main_header {
    min-height: 116px !important;
  }
}
@media screen and (max-width: 374px) {
  .mobile .logo, .mobile .logo_retina {
    left: -30px !important;
  }
}
@media screen and (min-width: 821px) {
  .mobile .main_content {
    margin: 0 auto !important;
  }
}
.field_checkbox_datenschutz {
  width: 100%;
  margin-bottom: 20px;
}
.mobile .field_checkbox_datenschutz {
  width: 100% !important;
}
input#datenschutz_checkbox {
  float: left;
  margin-right: 14px;
  margin-top: 4px;
}
@media screen and (max-width: 991px) {
  .mobile .vorblick {
    margin-top: 1.5em;
  }
  .vorblick {
    margin-top: 1.5em;
  }
  .preevent {
    float: none !important;
  }
  .nextevent {
    float: none !important;
  }
  .event_thumb, .event_thumb2 {
    margin: 0 auto !important;
    float: none !important;
  }
  .rueckblick {
    text-align: left !important;
  }
  .vorblick {
    text-align: left !important;
  }
}
.secmenu_footermenu .menuitem .text {
  overflow: hidden;
  text-overflow: ellipsis;
}
