address table td {
    font-size: 15px;
}

address table i {
    color: #019fe3;
    font-size: 30px;
}

address table tr {
    height: 60px;
}

.photo-wrapper img {
    border-radius: 50%; /* Macht das Bild rund */
    object-fit: cover; /* Stellt sicher, dass das Bild gut in den runden Rahmen passt */
}

.photo-wrapper a {
    height: 150px;
}

.contact-wrapper {
    border: 1px solid white;
    box-shadow: 0px 0px 12px lightgray;
    margin: auto;
    margin-top: 60px;
    border-radius: 15px;  
    width: 90%;
}

.contact-wrapper .frame {
    height: 130px;
}

.contact-wrapper .ce-column {
    margin-right: 0px !important;
}