* {   box-sizing: border-box; }
body, html { margin: 0; padding: 0; }
body { font-size: 20px; }


h1.startseite{ font-size: 3em; }
hr{border-top: 1px solid green;}

.navbar .nav li a,
.section-title, h1, h2, h3 {
  font-family: 'Gentium Book Basic';
}
.section-title {
  font-weight: bold;
}
.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 5em;
}
header {
  height: 140px;
  box-sizing: border-box;
  position: relative;
}
header .row,
header div[class^="col-"] {
  height: 100%;
}

.formular{
  margin: auto;
}

.formular table{
  margin: auto;
}

.wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 35px;
}
.site-logo,
.site-logo.noIndex{
  position: absolute;
  left: 15px;
  bottom: -100px;
}
.site-logo img {
  width: 100%;
  max-width: 320px;
}
.navbar.navbar-inverse {
  background-color: #fff;   /* war: transparent */
  border: none;
  min-height: 0;
  position: absolute;
  right: 0;
  bottom: 0;
}

/* Basis-Linkstil: KEIN !important und Tippfehler fixen */
.navbar-inverse .navbar-nav > li > a {
  color: #222;              /* dunkelgrau auf Weiß */
  font-size: 20px;          /* war: 20x */
  padding: 5px 10px;
}

/* Hover/Focus: dunkelgrün, kein Hintergrund */
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #0a6a30;           /* dunkles Grün */
  background-color: transparent;
  text-decoration: none;
}

/* Active (aktuelle Seite): dunkelgrün auf weiß, optional unterstrichen */
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
  color: #0a6a30;           /* war: #0000 (transparent!) */
  background-color: #fff;
  text-decoration: underline;
}

/* Mobile: Items auch weiß hinterlegen, nicht grau */
@media (max-width: 991px) {
  .nav.navbar-nav > li a,
  .nav.navbar-nav > li.active a {
    background-color: #fff !important;   /* war: #f5f5f5 */
  }
}
.bg-grey {
  background-color: #e8e7e7;
  padding-bottom: 2em;
}
.about {
  padding-top: 25px;
  padding-bottom: 60px;
  text-align: center;
}
.about .wrapper {
  max-width: 80%;
  width: 950px;
}
.about .banner {
  border-radius: 5px;
  border: 5px solid white;
  max-width: 950px;
  margin-bottom: 55px;
  width: 100%;
}

.section-description {
  text-align: center;
  color: #333333; /* statt #666666 */
  font-size: 20px !important;
  font-weight: bold;
}
.about .section-description {
  color: #333333;
  font-size: 18px !important;
  font-weight: bold;
}

iframe{
    margin-right: 1em;
}

.section-title {
  font-size: 50px;
  color: #000;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.section-title::after {
  content: "";
  position: absolute;
  height: 2px;
  bottom: 0;
  width: 100px;
  left: calc(50% - 50px);
  background-color: #048521;
}
h1.section-title, h2.section-title{
    margin-top: 3em;
    font-size: 1.6em;
}

.featured {
  padding: 90px 0 4em 0; /* zusätzlicher Abstand nach unten */
}

.featured img {
  max-width: 600px;
  width: 100%;
}
.featured .logo-gartnerei,
.featured .logo-orchideenzucht {
  width: 180px;
  position: absolute;
  top: 15px;
}
.featured .logo-gartnerei {
  left: 30px;
}
.featured .logo-orchideenzucht {
  right: 30px;
}
.featured h3,
.featured a {
  font-size: 32px;
  text-align: center;
}
.gallery {
  text-align: center;
  padding-top: 35px;
  padding-bottom: 80px;
}
.gallery .wrapper {
  padding: 0 5px;
}
.gallery .section-description {
  font-size: 24px;
  margin-bottom: 60px;
}
.gallery img {
  /*width: 100%;
  max-height: 100%;*/
    object-fit: cover;
}
.gallery .col-md-4 {
  height: 570px;
  padding: 10px 8px;
}
.gallery .double img {
  max-height: 50%;
}
.gallery .double img:first-child {
  padding-bottom: 5px;
}
.gallery .double img:nth-child(2) {
  padding-top: 5px;
}

.contact .section-title {
  text-align: center;
}
.contact{
    width: 100%;
    text-align: left;
  position: relative;
  z-index: 2;
}


.contact .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: 2em;
  margin-left: 2em;
  margin-top: 2em;
  padding-top: 2em;
  position: relative;
  background-color: #ffffff; /* lesbarer Hintergrund */
  z-index: 1;
}
.contact .col-md-6 {
  flex: 1 1 50%;
  max-width: 50%;
  box-sizing: border-box;
  padding: 1em;
}


@media (max-width: 768px) {
  .contact .col-md-6 {
    flex: 1 1 100%;
    max-width: 100%;
  }
}


.contact label{
    width: 40%;
    font-size: 1.2em;
    font-weight: normal;
}
.contact .contact-desc{
    font-size: 0.8em;
    font-weight: bold;
    text-align: center;
}
input[type="text"]{
    width: 50%;
    padding: 0.5em;
}
input[type="submit"]{
    width: 100%;
    background: grey;
    padding: 0.5em;
    font-size: 1.5em;
}
input[type="submit"]:hover{
    background: black;
    color: white;
}
textarea{
    width: 100%;
}

.contact .map iframe {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border: none;
}
.contact-information p{ font-size: 1.2em; }


form .form-group{ margin: 1em; }
form input[type="text"], form textarea{  padding: 0.5em; }
form .form-group label{
display: block;
width: 30%;
float: left;
font-weight: bold;
}
div.success,
div.error{
border: 3px solid green;
text-align: center;
padding: 1em;
font-size: 1.1em;
}
div.error{ border: 3px solid red; }

div.veranstaltungen{ padding-top: 5em; }
/*div.veranstaltungen h1{
  font-size: 2.5em;
}*/
div.veranstaltungen h2{
  font-size: 1.4em;
}
div.veranstaltungen h3{
  font-size: 1.2em;
}
div.veranstaltungen p{
  font-size: 1.1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #048521;
}


div.werbung{
  text-align: center;
  height: auto;
  margin-top: 2em;
  
  border-bottom: 1px solid green;
}
div.werbung img{ width: 50%; }


/* ------------------------------------- */


footer {
  background-color: #048521;
  height: auto;
  margin: 0 0 1em 0;
  padding-bottom: 0.5em;
  margin-top: 5em
}

footer .logo {margin-top: 1em; padding-top: 1em; border-top: 1px solid white;}
footer .logo div{text-align: center;}
footer .logo img{width: 80%;}


footer .wrapper {
  position: relative;
  height: 100%;
}
.footer-nav ul {
  margin-top: 1em;
}
.footer-nav li {
  border-right: 1px solid #fff;
  display: inline-block;
  padding: 0 10px;
}
.footer-nav li:first-child {
  padding-left: 0;
}
.footer-nav li:last-child {
  border-right: none;
}
.footer-nav li a {
  color: #fff;
}
.footer-nav li a:hover {
  text-decoration: none;
}

footer .klara{ text-align: center; }
footer .klara img{ position: relative; top: 3em; width: 50%; }


.storyleft{
  float: left;
  margin: 0 1em 1em 0;

}
.storyleft img{
  border: 5px solid white;
  height: 330px;
}

.clear{
    float: none;
    clear: both;
}
.storycenter img{
  border: 5px solid white;
  width: 730px;
}
.textleft{
  text-align: left;
}

.privacytext p{
  text-align: left;
}



@media only screen and (max-width: 991px) {
  .wrapper,
  .about .wrapper {
    max-width: 100%;
  }
  .about .wrapper {
    padding: 0 15px;
  }
  header {
    height: auto;
  }
  header .site-logo {
    position: static;
    text-align: center;
    margin: 5px 0 15px;
  }
  .navbar.navbar-inverse {
    position: static;
  }
  .navbar-header {
    width: 100%;
    margin-bottom: 15px;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
 a:focus, input:focus, textarea:focus, button:focus {
  outline: 3px solid #048521;
  outline-offset: 2px;
}


  .navbar-inverse .navbar-toggle {
    display: block;
  }
  .nav.navbar-nav,
  .nav.navbar-nav > li {
    float: none;
    margin-top: 10px;
  }
  .nav.navbar-nav > li a,
  .nav.navbar-nav > li.active a {
    background-color: #f5f5f5 !important;
    padding: 8px 10px;
  }
  .navbar-inverse .navbar-collapse {
    text-align: center;
  }
  .navbar .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar .navbar-collapse.collapse.in {
    display: block !important;
    overflow-y: hidden !important;
  }
  .navbar .navbar-collapse {
    border: none;
  }
  .about {
    padding-top: 25px;
  }
  .featured img {
    max-width: none;
  }
  .featured .col-md-6 {
    margin-top: 25px;
  }
  .featured h3 {
    margin-top: 10px;
  }
  .gallery img {
    width: auto;
  }
  .gallery .col-md-4 {
    height: auto;
  }
 .contact .contact-information {
  background-color: #fff;
  color: #000;
  z-index: 2;
  position: relative;
}

  .contact-information input {
    position: static;
  }
  .footer-nav {
    margin: 0;
    padding: 35px;
    text-align: center;
  }
  .stamp {
    width: 120px;
    top: 90%;
    left: calc(50% - 60px);
  }



}
@media only screen and (max-width: 767px) {
  .gallery img { width: 100%; }
}
@media only screen and (max-width: 480px) {
  .featured .logo-gartnerei,
  .featured .logo-orchideenzucht {
    width: 100px;
  }
  .contact .form-group input {
    position: static;
    width: 100%;
  }
}
/* WCAG: Formular-Labels bei kleinen Displays anpassen */
@media (max-width: 600px) {
  form .form-group label {
    width: 100%;
    float: none;
    display: block;
  }
  form input[type="submit"] {
  margin-top: 1em;
  padding: 10px 20px;
  width: 100%;
}

  form textarea {
    width: 100%;
  }
}

a:focus,
button:focus,
input:focus,
textarea:focus {
  outline: 3px solid #048521;
  outline-offset: 2px;
}
.featured img,
.contact img {
  position: relative;
  z-index: 0;
}
/* Veranstaltungen: Überlappung verhindern & Abstände verkleinern */
.bg-grey.gallery .row{
  margin-top: 28px !important;     /* statt globaler 5em */
}

.bg-grey.gallery .col-md-4{
  height: auto !important;          /* feste Höhe abschalten */
  padding: 18px 20px;
  margin-bottom: 16px;              /* Abstand zwischen Karten */
}

.bg-grey.gallery article h3{ margin: 0 0 6px; }
.bg-grey.gallery article h4{ margin: 0 0 8px; }
.bg-grey.gallery article p { margin: 0 0 8px; }

/* falls Bilder wieder drin sind */
.bg-grey.gallery article img{
  max-width: 100% !important;
  height: auto !important;
  display: block;
  margin-top: 8px;
}
/* =========================
   Veranstaltungen – sauber & ruhig
   ========================= */

section[aria-labelledby="veranstaltungen-2025"] .row{
  display: flex;
  flex-wrap: wrap;
  margin-top: 4em !important;
}

/* einzelne Veranstaltungs-Blöcke */
section[aria-labelledby="veranstaltungen-2025"] .row > article.col-md-4{
  height: auto !important;      /* keine erzwungene Höhe */
  padding: 10px 14px;
  margin-bottom: 30px;          /* klarer vertikaler Abstand */
  text-align: left;
}
section[aria-labelledby="veranstaltungen-2025"] .row > article.col-md-4{
  float: none !important;
  width: 33.3333%;
}

/* typografische Ordnung */
section[aria-labelledby="veranstaltungen-2025"] article h3{
  margin: 0 0 6px;
  
}

section[aria-labelledby="veranstaltungen-2025"] article h4{
  margin: 0 0 10px;
  font-size: 1em;
  font-weight: bold;
}

section[aria-labelledby="veranstaltungen-2025"] article p{
  margin: 0 0 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #048521; /* gleiche Linie wie im restlichen Design */
}

/* letzter Absatz ohne Linie */
section[aria-labelledby="veranstaltungen-2025"] article p:last-of-type{
  border-bottom: none;
}

