@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:opsz,wght@6..12,300&display=swap');


/* ================================= */
/*           REDESIGN 2024           */
/* ================================= */

/* header menu */
.header-container { border:none; }
.header-container nav { background-color:rgba(255, 255, 255, 0.75); }
.main-nav-bar ul ul { background-color:rgba(255, 255, 255, 0.75); border:none; max-height:initial; }
.main-nav-bar ul a::after,
.main-nav-bar ul ul a::after { background-color: #8B7249; }
.main-nav-bar ul li.active > a, .main-nav-bar ul li.current > a { color: #444; }

/* change h1 to div */
.meta-nav-bar div.logo {
  margin: 0 auto;
  position: relative;
  height: 44px;
  width: 147px;
}
.meta-nav-bar div.logo span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -9999em;
}
.meta-nav-bar div.logo a {
  display: inline-block;
  text-decoration: none;
  height: 102px;
  width: 147px;
  background: url("img/logo-gold.png") center top no-repeat;
  background-size: cover;
  overflow: visible;
}
@media only screen and (min-width: 600px) {
  .meta-nav-bar div.logo {
    height: 44px;
    width: 196px;
  }
  .meta-nav-bar div.logo a {
    height: 136px;
    width: 196px;
  }
}

@media only screen and (min-width: 920px) {
  .logo a { margin-top:12px; }
}

a,
a:visited,
.main-nav-bar ul ul a { color: #8B7249; }

/*gold logo: 8B7249*/

.footer-container, .header-container, .main-container {
  border-color: #8B7249;
}
.footer-container .footer-body {
  background-color: #D6BF9B;
}
.footer-container .footer-bottom {
  background-color: #8B7249;
}

/* calendar */
.event-calendar .event-nav, .event-calendar-small .event-nav,
.event-calendar h2, .event-calendar-small h2,
.event-calendar .datetime, .event-calendar-small .datetime { background-color:#D6BF9B; }
.event-calendar .desc, .event-calendar-small .desc { background-color:#F2E6D2; }
.event-calendar article.event { background-color:#F2E6D2; }

/* forms */
.xform-flat input[type="text"], .xform-flat input[type="email"], .xform-flat select, .xform-flat textarea,
.xform-flat button[type="submit"]:disabled, .xform-flat input[type="submit"]:disabled { background-color:#F2E6D2; }

/* Video embed plugin */
div.TextformatterVideoEmbedWrapper { margin: 1em auto; }
@media (min-width: 480px) {
}
@media only screen and (min-width: 768px) {
  div.TextformatterVideoEmbedWrapper { width: 50%; }  
}
@media only screen and (min-width: 1024px) {
}
@media only screen and (min-width: 1440px) {
}


/* ================================= */
/*           REDESIGN 2025           */
/* ================================= */

body {
  font-family: "Nunito Sans", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings:
    "wdth" 100,
    "YTLC" 500;
  font-size: 17px;
}
h1, h2, h3, h4, h5, h6 { font-weight: normal; font-size:17px; }

.main-nav-bar {
  display: none;  
}
.meta-nav-bar {
  margin-top: 0;
}
.header-text h2 {
  font-size: 1.2em;
  text-transform: uppercase;
  padding: 10px 20px;
}
.meta-nav-bar .mobile-nav {
  background-color: #8B7249;
  margin: 27px 20px 0 0;
  width: 34px;
  height: 34px;
}

header { 
  position:relative;
  background-color: #fff;
}
.header-image {
  margin-top: 88px;
  background-color: #fff;
}
.header-image.big-slider {
  height: calc(100vh - 88px) !important;
}
.meta-nav-bar div.logo {
  margin:0;
  height: initial;
  width: initial;
}
.meta-nav-bar div.logo a {
  margin: 0;
  height: 68px;
  width: 92px;
}
.main-nav-bar ul {
  text-align: right;
  padding-right: 20px;
}
.main-nav-bar ul ul {
  background-color: #fff;
  padding-right: 20px;
}
.header-container nav {
  background-color: #fff;
  right: 0;
  top: 0;
  width: calc(100vw - 130px);
  padding: 30px 0 0 0;
  height: 88px;
}
.meta-nav-bar {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  background: #fff;
  padding: 10px 20px;
}

.footer-container .footer-bottom span {
  display: inline-block;
  margin: 1em 0;
}
dl.termine dd b {
  min-width: auto;
}

@media only screen and (max-width: 919px) {
  .meta-nav-bar {
    width: 100%;
  }
  .header-text h2 {
    width: auto;
  }
}
@media only screen and (min-width: 920px) {
  .main-nav-bar {
    display: block;
  }
  .header-text h2 {
    padding: 10px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .header-text {
    width: 100vw;
  }
}
@media only screen and (min-width: 920px) and (max-width: 1320px) {
  .reiterlebnisse .header-container nav {
    padding-top: 10px;
  }
}


/* ================================= */
/*            PrivacyWire            */
/* ================================= */
.privacywire-buttons, .privacywire-page-links { display:inline-block; }
.privacywire-text { font-size: 12px; margin-bottom: 0.5em; }
.privacywire-buttons, .privacywire-page-links a { margin-right:0.5em; margin-bottom: 0.25em; }
.privacywire-buttons button { 
  border-style: none;
  width: auto;
  cursor: pointer;
  padding:0.5em 1em;
  background-color: #a3875b;
  color: #fff;
}
