.logo {
    width: 80%;
    max-width: 80%;
}

.header-logo-text {
    font-size: 2.25rem;
}

.color-red {
    color: red;
}

.brand-link .brand-image {
    max-height: inherit;
    width: 15% !important;
}

.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity)); /* #22c55e */
}

.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity)); /* #ef4444 */
}


/* CAROUSEL
-------------------------------------------------- */
.carousel {
    margin-bottom: 4rem;
}

/* FOOTER
-------------------------------------------------- */
.footer {
    background: #152F4F;
    color: white;
}
.footer .links ul {
    list-style-type: none;
}
.footer .links li a {
    color: white;
    transition: color 0.2s;
}
.footer .links li a:hover {
    text-decoration: none;
    color: #4180CB;
}
.footer .about-company i {
    font-size: 25px;
}
.footer .about-company a {
    color: white;
    transition: color 0.2s;
}
.footer .about-company a:hover {
    color: #4180CB;
}
.footer .location i {
    font-size: 18px;
}
.footer .copyright p {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* COUNTDOWN */
span {
    display: inline-block;
    font-size: 20px;
    color: #000000;
}

#days {
    font-size: 100px;
    color: #db4844;
}

#hours {
    font-size: 100px;
    color: #f07c22;
}

#minutes {
    font-size: 100px;
    color: #f6da74;
}

#seconds {
    font-size: 50px;
    color: #abcd58;
}

/* Client logos */
ul.brands {
    list-style: none !important;
}

.brands {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    grid-gap: 1rem;
}

.brands__item img {
    display: block;
    max-width: 100%;
    height: 70px;
    object-fit: contain;
}

.brands__item a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

/* TEXT TEMPLATES
-------------------------------------------------- */
.readmore-container {
    position: relative;
    max-height: 4.5em; /* ca. 3 Zeilen */
    overflow: hidden;
    transition: max-height 0.3s ease;

    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    padding: 0.75rem;
    background-color: #f8f9fa;

    display: flex;
    flex-direction: column;
    line-height: 1.5; /* wichtig für Zeilenhöhe */
}

.readmore-container.expanded {
    max-height: 1000px;
}

.readmore-toggle {
    display: inline-block;
    color: #007bff;
    cursor: pointer;
    margin-top: 0.5rem;
    font-size: 0.9rem;
}

.d-none {
    display: none;
}
