/* quicksand-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/quicksand-v31-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }

body {
    font-family: quicksand, sans-serif;
}

.breadcrumb a {
    color: #00a0aa;
}

.news-slider {
    background-color: rgba(205,235,240,0.75);
}

.card-meta {
    font-size: 0.9em;
    color: #777;
    margin-bottom: 0.5rem;
}

.image-container {
    position: relative;
    width: 100%;
}
.image-container img {
    width: 100%;
    height: auto;
}

.btn-secondary {
    background-color: #00a0aa;
    border-color: #00a0aa;
    color: white;
}
.copyright-text {
    position: absolute;
    bottom: 0;
    right: 0;
    color: black;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 5px;
    font-size: 11px;
}

.gs-logo {
    display: flex;
    align-items: center;
}

.gs-logo img {
    max-height: 100%;
    max-width: 100%; 
    height: auto;
    width: auto; 
}

.gs-text {
    display: flex;
    flex-direction: column;
    justify-content: center; 
}

.gs-text a {
    color: #00a0aa;
}

.gs-logo, .gs-text {
    min-height: 100%; 
}

header {
    position: sticky;
    top: 0;
    background-color: white;
    z-index: 99;
    transition: box-shadow 0.3s ease;
}

header.scrolled {
    box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.1);
}

.navbar-text {
    color: #00A0AA;
    text-transform: uppercase;
}

.nav-link active {
    color: #00A0AA;
    text-transform: uppercase;
}

.nav-link {
    color: #00A0AA;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .navbar-brand img {
        width: 50px; 
        height: auto; 
    }

    .navbar-text {
        font-size: 16px; 
    }
}

.list-group-item h5 {
    word-wrap: break-word;
    word-break: break-all;
}


.date-column {
    min-width: 200px;
}


@media (max-width: 576px) {
    .date-column {
        min-width: 100px;
        text-align: left; 
    }
}

.card-title {
    color: #00a0aa;
}

#scrollToTopBtn {
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 40px; 
    height: 40px;
    background-color: #00a0aa;
    border: none;
    outline: none;
    cursor: pointer;
    z-index: 99;
    display: none; 
    justify-content: center;
    align-items: center;
    border-radius: 0;
    padding: 0;
}

@media (max-width: 576px) {
    #scrollToTopBtn {
        right: 20px; 
    }
}



#scrollToTopBtn:hover {
    background-color: #005f66; 
}

.card {
    border: none;
}

.news-img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 5px;
}

.news-img {
    max-width: 200px;
    height: auto;
}

.card-img-wrapper {
    padding: 10px; 
}

footer {
    background-color: #00a0aa;
    margin-top: auto;
}

footer .container {
    padding-left: 15px; 
    padding-right: 15px;
    max-width: 1200px;
}
  
footer .row {
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
}

footer .col-md-3 ul {
    list-style: none; 
    padding: 0;
}

footer .col-md-3 ul li {
    margin-bottom: 0.25rem;
}

footer .col-md-3 ul li a {
    color: white;
    text-decoration: none;
}

.social-media {
    display: flex;
    gap: 15px; 
}

.social-media a {
    display: inline-block;
}

.social-media img {
    width: auto;
    height: 30px;
    margin: 0 5px;
}

.contact-box {
    border: 2px solid #00A0AA; 
    padding: 10px; 
    text-align: center;
    max-width: 250px; 
    box-sizing: border-box; 
  }
  
  .contact-person img {
    display: block; 
    max-width: 100%; 
    height: auto; 
    margin: 0 auto 10px;
    box-sizing: border-box;
  }

  .contact-person h4 {
    color: #00A0AA; 
  }
  
  .contact-person h4, 
  .contact-person p {
    margin: 0; 
    padding: 5px 0; 
  }
  
  .row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  
  .col-lg-4 {
    flex: 0 0 auto;
  }

.news-slider .carousel-inner {
    padding: 2rem 3rem;
}

.news-slider .card {
    margin: 0;
    flex: 0 0 auto;
}

.news-slider .carousel-control-prev,
.news-slider .carousel-control-next {
    width: 5%;
    background-color: transparent;
}

.news-slider .carousel-indicators {
    bottom: -50px;
}

.news-slider .carousel-indicators button {
    background-color: #00A0AA;
}

/* Verbesserte Sichtbarkeit der Navigationspfeile */
.news-slider .carousel-control-prev-icon,
.news-slider .carousel-control-next-icon {
    background-color: #00A0AA;

    padding: 1rem;
    width: 3rem;
    height: 3rem;
}

/* Hover-Effekt für die Pfeile */
.news-slider .carousel-control-prev-icon:hover,
.news-slider .carousel-control-next-icon:hover {
    background-color: #005f66;
}

/* Desktop-Ansicht (über 768px) */
@media (min-width: 769px) {
    .news-slider .carousel-item .row {
        display: flex;
        gap: 2rem;
    }
    
    .news-slider .news-card {
        width: calc(33.333% - 1.5rem);
        margin: 0;
    }
}

/* Mobile-Ansicht (unter 768px) */
@media (max-width: 768px) {
    .news-slider .carousel-inner {
        padding: 0 1rem;
    }
    
    .news-slider .news-card {
        width: 100%;
        max-width: 20rem;
        margin: 0 auto;
    }
    
    .news-slider .carousel-control-prev,
    .news-slider .carousel-control-next {
        width: 15%;
    }
}

/* Allgemeine Slider-Styles */
.news-slider .carousel-inner {
    padding: 2rem 0;
}

.news-slider .carousel-control-prev,
.news-slider .carousel-control-next {
    background-color: transparent;
}

.news-slider .carousel-control-prev-icon,
.news-slider .carousel-control-next-icon {
    background-color: #00A0AA;
    border-radius: 50%;
    padding: 1rem;
    width: 3rem;
    height: 3rem;
}

.news-slider .carousel-indicators {
    bottom: -2rem;
}

.news-slider .carousel-indicators button {
    background-color: #00A0AA;
}

/* Card Styles */
.news-card {
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
    height: 100%;
}

.news-card .card-body {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.news-card .btn {
    margin-top: auto;
}
  
#scrollToTopBtn .carousel-control-prev-icon {
    transform: rotate(90deg);
    padding: 0;
    width: 24px;
    height: 24px;
    background-color: transparent;
}
  
.news-card .card-title a {
    color: #00a0aa;
    text-decoration: none;
}

.news-card .card-title a:hover {
    text-decoration: underline;
}
  
  