
/* ARTvia – Offline-Fallback für die alten Jimdo-Spalten.
   Jimdo verwendet hier .j-hgrid als Container. */
.j-hgrid {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: flex-start !important;
    width: 100% !important;
}

.j-hgrid > .cc-m-hgrid-column {
    display: block !important;
    float: none !important;
    box-sizing: border-box !important;
    min-width: 0 !important;
    flex: 0 0 auto !important;
}

/* Die Trennelemente zwischen den Spalten brauchen nur etwas Abstand. */
.j-hgrid > .cc-m-hgrid-separator {
    display: block !important;
    float: none !important;
    flex: 1 1 0 !important;
    min-width: 18px !important;
}

/* Jimdo-interne Bearbeitungselemente sollen in der statischen Seite nicht erscheinen. */
.j-hgrid > .cc-m-hgrid-overlay,
.j-hgrid > br.cc-clear {
    display: none !important;
}

/* Auf kleinen Bildschirmen darf die Darstellung weiterhin untereinander laufen. */
@media (max-width: 700px) {
    .j-hgrid {
        display: block !important;
    }
    .j-hgrid > .cc-m-hgrid-column {
        width: 100% !important;
        margin-bottom: 24px !important;
    }
    .j-hgrid > .cc-m-hgrid-separator {
        display: none !important;
    }
}


/* ARTvia: Ausrichtung der orangefarbenen Aufzählungsdreiecke.
   Die alten Jimdo-Listen benutzen Bild-/Icon-Bullets, die offline ohne
   Jimdo-Laufzeitkorrektur vertikal verrutschen können. */
.j-text ul,
.j-text ol,
.j-module ul,
.j-module ol {
    list-style-position: outside;
}

.j-text li,
.j-module li {
    position: relative;
}

/* Kleine Bullet-Bilder/Icons an der ersten Textzeile ausrichten. */
.j-text li > img:first-child,
.j-module li > img:first-child,
.j-text li > span:first-child img,
.j-module li > span:first-child img {
    vertical-align: middle !important;
    position: relative !important;
    top: -0.08em !important;
}

/* Jimdo-Listen mit absolut positioniertem Bullet: auf Zeilenmitte setzen. */
.j-text li:before,
.j-module li:before {
    vertical-align: middle;
}


/* ARTvia – orange Dreieck-Aufzählungen.
   Nur echte 30x30-Bullet-Module bekommen die Flex-Darstellung.
   Alle normalen Bild+Text-Module behalten wieder ihre ursprünglichen Bildgrößen. */
.j-textWithImage.artvia-bullet {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    column-gap: 18px !important;
}

.j-textWithImage.artvia-bullet > figure.cc-imagewrapper {
    display: block !important;
    float: none !important;
    flex: 0 0 30px !important;
    width: 30px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.j-textWithImage.artvia-bullet > figure.cc-imagewrapper img {
    display: block !important;
    width: 30px !important;
    height: 30px !important;
    margin: 0 !important;
}

.j-textWithImage.artvia-bullet > figure.cc-imagewrapper + div {
    display: block !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
}

.j-textWithImage.artvia-bullet .cc-m-textwithimage-inline-rte {
    margin: 0 !important;
    padding: 0 !important;
}

.j-textWithImage.artvia-bullet .cc-m-textwithimage-inline-rte > p:first-child {
    padding-left: 0 !important;
    margin-top: 3px !important;
}

.j-textWithImage.artvia-bullet > .cc-clear {
    display: none !important;
}


/* ARTvia – statischer Vorschaulink für externe Videos */
.artvia-video-link {
    width: 100%;
    max-width: 600px;
    margin: 0 0 18px 0;
}

.artvia-video-link__cover {
    position: relative;
    display: block;
    text-decoration: none !important;
}

.artvia-video-link__image {
    display: block;
    width: 100%;
    height: auto;
    border: 0;
}

.artvia-video-link__play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.68);
    color: #fff;
    font-size: 30px;
    line-height: 1;
    padding-left: 4px;
}

.artvia-video-link__caption {
    margin: 10px 0 0 0 !important;
}

.artvia-video-link__caption a {
    font-weight: 600;
}


/* ARTvia V6 – Kopfzeile nicht kursiv */
#cc-website-title .j-website-title-content,
#cc-website-title a,
.jtpl-title .j-website-title-content {
    font-style: normal !important;
}

/* ARTvia V6 – statischer Google-Maps-Link statt eingebetteter Karte */
.artvia-map-link {
    box-sizing: border-box;
    padding: 24px;
    border: 1px solid #d7d7d7;
    background: #f5f5f5;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.artvia-map-link__text {
    margin: 0 0 14px 0 !important;
    font-size: 1.05em;
}

.artvia-map-link__button {
    display: inline-block;
    padding: 10px 16px;
    border: 1px solid #bdbdbd;
    background: #ffffff;
    text-decoration: none !important;
    font-weight: 600;
}

.artvia-map-link__note {
    margin: 12px 0 0 0 !important;
    font-size: 0.9em;
    opacity: 0.75;
}


/* ARTvia V7 – Chrome-sichere Kopfzeile:
   keine synthetische Kursiv-/Oblique-Darstellung zulassen. */
#cc-website-title,
#cc-website-title .j-header,
#cc-website-title a,
#cc-website-title .j-website-title-content,
#cc-m-header-10430100898,
.jtpl-title,
.jtpl-title a,
.jtpl-title .j-website-title-content {
    font-style: normal !important;
    font-synthesis: none !important;
    font-synthesis-style: none !important;
}

/* Chrome-spezifische Absicherung gegen geerbte skew/italic-Transformationen. */
#cc-website-title .j-website-title-content {
    transform: none !important;
    -webkit-transform: none !important;
}


/* ARTvia V8 – browserunabhängige Schrift für den Seitentitel.
   Chromium (Chrome/Edge) interpretiert die alte Jimdo-Webfont-Datei anders als Firefox.
   Deshalb wird der Seitentitel bewusst auf eine lokale Standardschrift umgestellt. */
#cc-website-title,
#cc-website-title .j-header,
#cc-website-title a,
#cc-website-title .j-website-title-content,
#cc-m-header-10430100898,
.jtpl-title,
.jtpl-title a,
.jtpl-title .j-website-title-content {
    font-family: Arial, Helvetica, sans-serif !important;
    font-style: normal !important;
    font-weight: 700 !important;
    font-stretch: normal !important;
    font-variation-settings: normal !important;
    font-synthesis: none !important;
    letter-spacing: normal !important;
}
