.breadcrumbBox {
    display: none !important;
}

.dinx-intro {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.dinx-text {
    flex: 2;
}

.dinx-image {
    flex: 1;
}

.dinx-image img {
    width: 100%;
    height: auto;
    border-radius: 6px;
}

/* Responsive (mobile) */
@media (max-width: 768px) {
    .dinx-intro {
        flex-direction: column;
    }
}

.dinx-intro {
    background: #f5f5f5;
    padding: 16px;
    border-radius: 6px;
}

.dinx-box {
    background: #f5f5f5;
    padding: 16px;
    border-radius: 6px;
    margin-bottom: 10px;
}

/* Optional: nicer heading */
.dinx-box h3 {
    margin-top: 0;
    color: #62307c; /* your purple */
}

#dnn_RowFour_Grid6_Pane1,
#dnn_RowFour_Grid6_Pane2 {
    background: #f5f5f5;
    padding: 16px;
    border-radius: 6px;
    min-height: 100%;
}

.dinx-map {
    width: 100%;
    aspect-ratio: 4 / 3;   /* keeps nice proportions */
    margin: 10px 0;
}

.dinx-map iframe {
    width: 100%;
    height: 100%;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

#dnn_ctr375_ContentPane {
    font-size: 0;
}

#dnn_ctr375_ContentPane > .DNNModuleContent {
    font-size: 14px;
}

#dnn_ctr375_ContentPane::before {
    content: "Kontaktaufnahme";
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #62307c;
}

.DnnModule-OPENSearchModule {
    background: #f5f5f5;
    padding: 16px;
    border-radius: 6px;
    margin-bottom: 0px;
}

.DnnModule-OPENExtendedSearchModule {
    background: #f5f5f5;
    padding: 16px;
    border-radius: 6px;
    margin-bottom: 0px;
}

.DnnModule-OPENSearchModule .oclc-searchmodule {
    min-height: 0 !important;
}

.DnnModule-Authentication,
.DnnModule-OPENPatronAccountModule {
    background: #f5f5f5;
    padding: 16px;
    border-radius: 6px;
    margin-bottom: 0px;
}

