* {
    box-sizing: border-box;
}

/* Alte idance-Rahmenbereiche ausblenden */

.cpanelLink,
footer,
.footer,
#footer,
.old-footer,
#old-footer,
.header,
#header,
.logo,
#logo,
.top,
#top,
.navigation,
#navigation,
.menu,
#menu {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

/* Alles nach der neuen Startseite ausblenden, z.B. alter Footer */

.idance-world-page ~ *,
.idance-rechtliches-page ~ *,
.idance-video-page ~ * {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

html,
body {
    margin: 0;
    padding: 0;
    background: #020917;
}

body {
    font-family: Georgia, "Times New Roman", serif;
}

/* Neue Startseite */

.idance-world-page {
    width: 100%;
    min-height: 100vh;
    background: #020917;
    display: block;
    margin: 0;
    padding: 0;
}

.idance-world-artboard {
    position: relative;
    width: 100%;
    max-width: 1328px;
    margin: 0 auto;
    background: #020917;
    line-height: 0;
}

.design-image {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border: 0;
}

/* Versteckter Admin-Zugang über Wort Leben */

.admin-leben-hotspot {
    position: absolute;
    left: 62%;
    top: 7.1%;
    width: 14%;
    height: 4.2%;
    display: block;
    background: transparent;
    border: 0;
    color: transparent;
    font-size: 0;
    line-height: 0;
    text-decoration: none;
    z-index: 9999;
    cursor: default;
    pointer-events: auto;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
}

.admin-leben-hotspot:focus {
    outline: none;
}

/* SEO-Text unsichtbar, aber für Suchmaschinen vorhanden */

.seo-text {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

/* Rechtliches / Login unten auf der Startseite */

.legal-links {
    width: 100%;
    max-width: 1328px;
    margin: 0 auto;
    text-align: center;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.6;
    color: rgba(255,255,255,0.92);
    background: #020917;
    padding: 12px 10px 22px 10px;
}

.legal-links a {
    color: rgba(255,255,255,0.92);
    text-decoration: none;
    margin: 0 0.45em;
    font-weight: normal;
}

.legal-links a:hover {
    text-decoration: underline;
}

/* Rechtliches- und Kontaktseite */

.idance-rechtliches-page {
    width: 100%;
    min-height: 100vh;
    background: #020917;
    padding: 34px 14px;
    font-family: Tahoma, Arial, sans-serif;
    color: #ffffff;
}

.rechtliches-box {
    width: 100%;
    max-width: 880px;
    margin: 0 auto;
    padding: 28px 24px 34px 24px;
    border-radius: 24px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.18);
    box-shadow: 0 10px 30px rgba(0,0,0,0.35);
    line-height: 1.55;
}

.rechtliches-box h1 {
    margin: 0 0 20px 0;
    font-size: 34px;
    line-height: 1.2;
    color: #ffffff;
}

.rechtliches-box h2 {
    margin: 26px 0 10px 0;
    font-size: 22px;
    line-height: 1.25;
    color: #ffffff;
}

.rechtliches-box p {
    margin: 10px 0;
    font-size: 16px;
    color: rgba(255,255,255,0.94);
}

.rechtliches-box strong {
    color: #ffffff;
}

.rechtliches-box a {
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}

.rechtliches-box a:hover {
    text-decoration: underline;
}

.rechtliches-zurueck {
    margin: 0 0 24px 0 !important;
    font-size: 15px !important;
}

/* Mobile */

@media (max-width: 600px) {
    .legal-links {
        font-size: 12px;
        padding: 12px 8px 20px 8px;
    }

    .legal-links a {
        margin: 0 0.25em;
    }

    .idance-rechtliches-page {
        padding: 22px 10px;
    }

    .rechtliches-box {
        padding: 22px 16px 28px 16px;
        border-radius: 18px;
    }

    .rechtliches-box h1 {
        font-size: 28px;
    }

    .rechtliches-box h2 {
        font-size: 20px;
    }

    .rechtliches-box p {
        font-size: 15px;
    }
}