/*:root {
    --c7-50: #f0dae6;
    --c7-50-contrast: #000000;
    --c7-100: #f0afd4;
    --c7-100-contrast: #000000;
    --c7-200: #e87dba;
    --c7-200-contrast: #000000;
    --c7-300: #de49a0;
    --c7-300-contrast: #ffffff;
    --c7-400: #d1218b;
    --c7-400-contrast: #ffffff;
    --c7-500: #b00b69;
    --c7-500-contrast: #ffffff;
    --c7-600: #b00571;
    --c7-600-contrast: #ffffff;
    --c7-700: #9c0266;
    --c7-700-contrast: #ffffff;
    --c7-800: #8a005a;
    --c7-800-contrast: #ffffff;
    --c7-900: #75004e;
    --c7-900-contrast: #ffffff;
    --c7-A100: #fc74bd;
    --c7-A100-contrast: #000000;
    --c7-A200: #fb2899;
    --c7-A200-contrast: #ffffff;
    --c7-A400: #ec0086;
    --c7-A400-contrast: #ffffff;
    --c7-A700: #c00070;
    --c7-A700-contrast: #ffffff;
}*/
@import url('https://fontsapi.cross-7.de/css2?family=Karla:wght@400;500&display=swap');


:root {
    --c7-50: #e0f1fa;
    --c7-50-contrast: #000000;
    --c7-100: #b3ddf2;
    --c7-100-contrast: #000000;
    --c7-200: #80c6ea;
    --c7-200-contrast: #000000;
    --c7-300: #4dafe1;
    --c7-300-contrast: #000000;
    --c7-400: #269dda;
    --c7-400-contrast: #ffffff;
    --c7-500: #008cd4;
    --c7-500-contrast: #ffffff;
    --c7-600: #0084cf;
    --c7-600-contrast: #ffffff;
    --c7-700: #0079c9;
    --c7-700-contrast: #ffffff;
    --c7-800: #006fc3;
    --c7-800-contrast: #ffffff;
    --c7-900: #005cb9;
    --c7-900-contrast: #ffffff;
    --c7-A100: #e2efff;
    --c7-A100-contrast: #000000;
    --c7-A200: #afd2ff;
    --c7-A200-contrast: #000000;
    --c7-A400: #7cb5ff;
    --c7-A400-contrast: #000000;
    --c7-A700: #63a6ff;
    --c7-A700-contrast: #000000;
}
html.hydrated {
    background-color: #e6e9ee;
}
body {
    padding: 1rem;
    max-width: 920px;
    margin: 1rem auto;
    font-family: 'Karla';
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 0 6px #00000029;
}
.c7-geo-detail-classic>div c7-info-panel:only-child {
    border-radius: 10px;
    background: #eff3f8;
}
.c7-address .c7-address-type.full-width {
    grid-column: 1/-1;
    font-style: normal;
}
.c7-address a {
    color: black;
    font-style: normal;
    text-decoration: none;
}
.c7-address a:hover {
    text-decoration: underline;
}
.c7-geo-details>h2 {
    color: #000000;
}

.push-preview td {
    white-space: pre-wrap;
}