@charset "utf-8";
/* CSS Document */

body {
  background-color:#FAFAFA;
}

a {
  color: #6EA928;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #6EA928;
  text-decoration: none;
  background-color: transparent;
}

.bg-dark a {
  color:white;
}

h1 {
  color:#6EA928;
  text-transform:uppercase;
  font-style: ;
  font-weight: bold;
}

h2 {
  color:#6EA928;
  text-transform:uppercase;
  font-style: ;
  font-weight: bold;
}

h3 {
  color:#6EA928;
  text-transform:uppercase;
  font-style: ;
  font-weight: bold;
}

h4 {
  color:#6EA928;
  font-style: ;
  font-weight: bold;
}

h5 {
  color:#6EA928;
  font-weight:600;
  font-style: ;
  font-weight: bold;
}

.brand-logo {
  width:300px;
  height:auto;
  position:absolute;
  top:-17px;
  transition:0.3s;
  margin-top:15px;
}



.top-nav-bg {
  background-color:white !important;
}

.shrink {
  width:78px;
  height:auto;
  transition:0.3s;
}

.unshrink {
  width:78px;
  height:auto;
  transition:0.3s;
}

@media (max-width: 992px) {
  .brand-logo {
    width: 78px;
    height: auto;
    position: absolute;
    top: -16px;
  }
}

.navbar {
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.4);
  box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.4);
  min-height:90px;

  text-transform:uppercase;
}

.nav-link {
  font-size:1.25rem;
  color:white !important;
  margin-top:16px;
}



.navbar-light {
  border-top: 12px solid #3B3A39;
  background-color: #6EA928 !important;
 
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 1);
}

.content-container {
  margin-top:2rem;
}

.footer-container {
  padding-top:1.5rem;
  background-color:#6EA928;
}

.footer-container p {
  color:white;
  font-size:1rem;
}

.footer-slogan {
  width:100%;
  max-width:350px;
  margin-top:-5rem;
  height:auto;
}

.footer-gfx {
  margin-bottom: -0.75rem;
}

.image-embed-item {
  max-width: 100%;
  height: auto;
}

.img-responsive {
  max-width: 100%;
  height: auto;
}

.flexslider {
  margin: 0 0 0px;
  background: #fff;
  border: 0px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}

@media (max-width: 992px) {
  .flexslider {
    margin-top: 0px;
  }

  h1 {
    font-size:1.9rem;
  }

  h2 {
    font-size:1.7rem;
  }

  h3 {
    font-size:1.6rem;
  }
}

.news-container .extra {
  color:white;
}

.ce-headline-center {
  text-align:center;
}

.orga {
  padding-left: 0;
}

.orga-li {
  color:white;
  list-style:none;
  text-align:right;
}

@media (max-width: 992px) {
  .orga-li {
    color:white;
    list-style:none;
    text-align:left;
  }
}

.orga-link {
  color:white;
  font-size:1rem;
}

.orga-link:hover {
  color:white;
  font-size:1rem;
}



.btn-default:hover {
  background-color: grey;
}

.navbar-toggler {
  margin-bottom:15px;
}

.news-container .col-md-3 {
  margin-bottom:2rem;
}

.caption {
  font-size:0.8rem;
}

@charset "utf-8";
/* CSS Document */

.c {
  position: relative;
  width: 100%;
  -webkit-box-shadow: 0px 2px 5px 3px rgba(0,0,0,0.19);
  -moz-box-shadow: 0px 2px 5px 3px rgba(0,0,0,0.19);
  box-shadow: 0px 2px 5px 3px rgba(0,0,0,0.19);
  margin-top:0.5em;
  margin-bottom:2em;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.sm-icons {
  width:50px;
  height:50px;
}

.margin-nav {
  margin-right:90px;
}

.footer-img {
  width:100%;
  max-width:200px;
  height:auto;
  float:left;
  margin-bottom:15px;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 0rem;
}

.card-title {
  padding:0.5rem;
  text-align:center;
  font-size:1.15rem;
  color:grey;
}

.card-hover:hover{
  -webkit-box-shadow: 10px 10px 0px -4px rgba(211,240,239,1);
  -moz-box-shadow: 10px 10px 0px -4px rgba(211,240,239,1);
  box-shadow: 10px 10px 0px -4px rgba(211,240,239,1);
}

.card-hover{
  transition:.3s;
}

.accordion-item {
  margin-bottom:0;
  margin-top:0;
}

.accordion {
  margin-top:2rem;
  margin-bottom:1rem;
}

.btn-link {
  font-weight: 700;
  color: #6EA928;
  text-decoration: none;
}

.accordion-body {
  padding:2rem;
}

.btn:hover {
  color:white;
  text-decoration: none;
}

.btn-link:hover {
  color:grey;
  text-decoration: none;
}

.dce .btn {
  margin-top:1rem;
  margin-bottom:1rem;
}

.tx-ws-flexslider .caption-text {
  position: absolute;
  width: 350px;
  bottom: 10px;
  background: rgba(255,255,255,0.0);
  color: white;
  text-shadow: 1px -1px 5px rgba(0,0,0,0.8);
  font-size:0.85rem;
}

a[href^="tel"] {
  color: inherit; /* Inherit text color of parent element. */
  text-decoration: none; /* Remove underline. */
  /* Additional css `propery: value;` pairs here */
}

.modal-title {
  font-size:1.3rem;
  text-transform:uppercase;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 0px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 3px solid rgb(192, 83, 36);
  border-radius: 0;
  outline: 0;
}

.bg-white {
  background-color:white;
   -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.4);
  box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.4);
  padding:1rem;
}


@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
    margin-right: 75px;
  }
}

.fluid-vid {
  width:100%;
  height:auto;
  margin-top: 1px;
}

.news-pfeil-a {
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: -0.5rem;
 
}

.news-list-item .extra {
  font-weight: bold;
}

.news-list-item .lead {
  font-size: 1rem;
  font-weight: 300;
}

.bg-green {
  background-color:#6EA928;
  color:white !important;
  padding:1rem;

}

.bg-green h3{
  color:white !important;

}

 .tile {
            position: relative;
            width: 100%;
            padding-top: 75%; /* 4:3 Format */
            background-size: cover;
            background-position: center;
            cursor: pointer;
            transition: transform 0.3s;
   border: 3px solid #6EA928;
        }

  .tile h5 {
    color:white;

     
  }

        .tile:hover {
            transform: scale(1.05);
        }

        .tile-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #6EA928F2;
            color: white;
            opacity: 0;
            transition: opacity 0.3s;
            text-align: left;
            padding: 10px;
            overflow: hidden;
        }

        .tile.active .tile-overlay {
            opacity: 1;
        }

        .tile-overlay h5 {
            margin-top: 0;
            font-weight: bold;
        }

        .tile-overlay p {
            margin-bottom: 0;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .filter-btn.active {
            background-color: #28a745;
            color: white;
        }




 .green-tile {
            position: relative;
            width: 100%;
            padding-top: 75%; /* 4:3 Format */
            background-color: #6EA928; /* Grüner Hintergrund */
            overflow: hidden;
            transition: transform 0.3s;
        }

        .green-tile:hover {
            transform: scale(1.05);
        }

        .green-tile img {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: auto;
            height: 60%;
        }

        .green-tile-caption {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            color: white;
            text-align: center;
            padding: 5px 0;
            font-weight: bold;
          text-transform:uppercase;
        }



    .mitarbeiter-karte {
      aspect-ratio: 3 / 4; 
      width: 100%;         /* Beispielbreite – kann beliebig angepasst werden */
      position: relative;   /* Für das platzieren des Inhalts */
      overflow: hidden;     /* Damit herausfahrende Elemente abgeschnitten werden */
      border: 3px solid #6EA928;
      border-radius: 0px;
    }

    /* Bereich für Name, Position und weitere Daten */
    .info-bereich {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background: rgba(0, 0, 0, 0.6);
      color: #ffffff;
      padding: 1rem;
      transition: transform 0.3s ease;

      transform: translateY(20%);
    }

    /* Beim Hovern soll der gesamte Bereich hochfahren */
    .mitarbeiter-karte:hover .info-bereich {
      transform: translateY(0);
    }

    /* Abschnitt für zusätzliche Daten (Telefon, E-Mail) zuerst verstecken */
    .zusatz-info {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.3s ease;
    }

    /* Beim Hovern soll mehr Platz frei werden, damit die Daten sichtbar werden */
    .mitarbeiter-karte:hover .zusatz-info {
      max-height: 100px; /* ausreichend groß wählen, um Inhalt anzuzeigen */
    }

    /* Nur zur optischen Trennung */
    .zusatz-info p {
      margin: 0.5em 0 0;
    }