.dts-company-container {
    display: flex;
    justify-content: center; /* Zentriert horizontal */
    align-items: stretch; /* Alle Elemente erhalten die gleiche Höhe */
}
.dts-company-container-mobile{
    height: 120px;
}

.dts-company-logo {
    display: block;
    margin: 0 auto; /* Zentriert das Logo innerhalb des Containers */
    max-width: 100%; /* Optional: Begrenzung der Logo-Größe */
    height: auto;
}
.dts-firian {
    background-color: #5a82faff;
}
.dts-firian .dts-company-logo {
    max-height: 80px;
}
.dts-sem-safe .dts-company-logo {
    max-height: 120px;
}

.dts-sem-safe { 
    background-color: #ff161f;
}
.dts-company {
    padding: 0;
}
.dts-order {
    background-color: #5a82fa;
    width: 120px;
    height: 120px;
    padding: 10px;
}
.dts-order:hover {
    text-decoration-color: white;
}
.dts-order-text {
    display: flex;
    align-items: center; /* Vertikale Zentrierung */
    justify-content: center; /* Optionale horizontale Zentrierung */
    height: 100%; /* Stellt sicher, dass das Element die volle Höhe des Containers einnimmt */
    text-align: center; /* Zentriert den Text horizontal */
    font-size:28px;
    color: white;
}
.dts-read-more{
    color: gray;
}
.dts-contact-container {
    justify-content: center; /* Zentriert horizontal */
    align-items: stretch; /* Alle Elemente erhalten die gleiche Höhe */
    padding-left: 160px;
    padding-top: 30px;
    padding-bottom: 60px;
    padding-right: 100px;
}
@media (max-width: 768px) {
    .dts-contact-container {
        padding-left: 50px !important;
        padding-right: 10px !important;
    }
}

.dts-contact-container-firian {
    background-color: #f0f0f0;
}
.dts-contact-container-sem-safe {
    background-color: #ff161fff;
    color: white;
    a, a:hover {
        color: white;
    }
}
.dts-contact-info {
    font-size: 16px;
}
.dts-calendary-button {
    background-color: #e1faff;
    width: 80px;
    height: 80px;
    background-image: url('/dcw/img/calendary.png');
    background-position: 4px 44px;
    background-repeat: no-repeat;
    padding:4px;
    font-size: 15px;
}
.dts-calendary-button a{
    display: block;
    width: 100%;
    height: 100%;
}
.dts-hero-banner {
    background-color: #5a82faff;
    background-image: url('/dcw/img/hero.jpg');
    background-size: cover;
    background-position: center;
    max-width: 100%;
    height: 630px;
    position: relative;
}
.dts-hero-banner{
    padding:70px 125px;
}

.dts-hero-banner h2 {
    font-size: 80px;
    font-weight: 900 !important;
    color: #283583;
}
.dts-hero-banner p {
    font-size: 54px;
    font-weight: 900;
    color: #283583;
}
@media (max-width: 768px) {
    .dts-hero-banner {
        padding: 40px 40px;
    }
    .dts-hero-banner h2 {
        font-size: 40px;
    }
    .dts-hero-banner p {
        font-size: 30px;
    }
}
