#workbenchWarning{display:none}body{padding-top:0!important}#logo img{margin-top:-20px;width:40%}

/*# sourceMappingURL=../css/custom.min.css.map */

.team-container {
    margin-bottom: 5rem;
}

.team-container div {
    margin: 15px 0;
}

.team-item img {
    aspect-ratio: 3 / 4;
    object-fit: cover;
    box-shadow: 1px 7px 12px 0px #034ea217;
}

.team-item .team-text {
    position: absolute;
    padding: 15px 15px 0;
    background-color: #fffffff0;
    width: 82%;
    margin: 0 auto 15px;
    left: 0;
    right: 0;
    transition: padding 0.7s ease;
    bottom: 0;
}

.team-item .team-text h2 {
    font-size: 22px;
    margin-bottom: unset;
}

.team-item .team-more-info {
    max-height: 0; 
    opacity: 0; 
    transition: max-height 0.7s ease, opacity 0.7s ease, padding 0.7s ease; 
    padding: 0; 
    overflow: hidden; 
}

.team-item:hover .team-more-info {
    max-height: 250px; 
    opacity: 1;
    padding: 10px 0; 
}

h1.page-title{
    font-size: 38px;
    color: #034ea2
}

#koalendarPopup {
    border: none;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    width: 100dvw;
}

@media (width > 1800px) {
    #koalendarPopup {    
        width: 35dvw;
    }
}

/* Styling für den abgedunkelten Hintergrund */
#koalendarPopup::backdrop {
    background-color: rgba(0, 0, 0, 0.5);
}

#bgKoalendarPopup {
    width: 100dvw;
    height: 100dvh;
}
