/*Linie*/
.line-reveal {
    width: 10px;
    height: 1px;
    border: none;
    border-top: 1px solid #97acae;
    margin: 0;
    transition: width 2s ease-out;
}

.line-reveal.white {
    border-top: 1px solid #fff;
}

@media (min-width: 767px) {
    .line-reveal.center {
        margin-right: auto;
        margin-left: auto;
    }
}

.line-reveal.in-view {
    width: 245px;
}

@media (max-width: 400px) {
    .line-reveal.in-view {
        width: 205px;
    }
}

/*Allgemein*/
html {
    background: #1c1c1c;
}
/*Allgemein Ende*/

/* Buttons */
.button {
    transition: 0.35s ease-out;
}

.button:hover {
    letter-spacing: 0.25em !important;
}
/* Buttons Ende*/

/* Header */
#wrapper #primary-menu {
    justify-content: space-evenly;
}

#masthead {
    margin-bottom: 80px;
    background: none;
}

@media (max-width: 1024px) {
    #masthead {
        margin-bottom: 40px;
    }
}
/* Header Ende*/

/* Footer */

#colophon {
    margin-top: 120px;
}

#colophon {
    position: relative;
    overflow: hidden;
    background: linear-gradient(24deg, #1a1923 10.65%, #100256 80.61%, #97acae 100.79%, #ffffff 111.9%);
}

.drawer-overlay {
    height: 100%;
}

#colophon::after {
    content: "";
    position: absolute;
    top: -10%;
    right: -5%;
    width: 40%;
    height: 40%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.12), transparent 70%);
    filter: blur(40px);
    animation: floatGlow 10s ease-in-out infinite alternate;
}

@keyframes floatGlow {
    0% {
        transform: translate(0px, 0px);
        opacity: 0.6;
    }
    100% {
        transform: translate(-20px, 12px);
        opacity: 0.85;
    }
}

#colophon .footerwidget,
#colophon .footerwidget a,
#colophon #menu-jb-hauptmenue a {
    color: #fff;
    font-weight: 600;
    font-family: "Roboto Mono", monospace;
    font-size: 0.875rem;
    line-height: 1.4em;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 0;
}

#colophon #menu-jb-hauptmenue li {
    line-height: 1.4em;
}

.site-footer-middle-section-3 {
    margin-bottom: 16px;
}

#colophon a:hover {
    text-decoration: underline;
    text-underline-offset: 0.25em;
}

.footerlinien {
    width: 15.3125rem;
    margin: 0;
    border: none;
    border-top: 1px solid #ffffff;
    margin-top: 8px;
    margin-bottom: 24px;
}

#colophon h2 {
    color: #fff;
    font-weight: 600;
    font-family: "Roboto Mono", monospace;
    font-size: 0.875rem;
    line-height: 1.4em;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.site-middle-footer-inner-wrap .widget {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    #colophon h2,
    #colophon .footerwidget,
    #colophon .footerwidget a,
    #colophon #menu-jb-hauptmenue a {
        font-size: 0.75rem;
    }
    #colophon .site-bottom-footer-inner-wrap p,
    #wrapper #colophon .site-bottom-footer-inner-wrap a {
        font-size: 0.7rem;
    }
    #colophon .site-bottom-footer-inner-wrap .footer-html {
        margin: 0;
    }
}
/* Footer Ende*/

/* Verlauf*/
.section-bg-gradient,
#mobile-drawer .drawer-overlay {
    position: relative;
    overflow: hidden;

    background: linear-gradient(221deg, #fffdf9 -0.49%, #9aceff 2.32%, #100256 50.81%, #1c1c1c 72.43%);
}

.section-bg-gradient::before,
#mobile-drawer .drawer-overlay::after {
    content: "";
    position: absolute;
    top: -15%;
    right: -12%;
    width: 45%;
    height: 45%;

    background: radial-gradient(circle, rgba(154, 206, 255, 0.45) 0%, rgba(255, 255, 255, 0.12) 30%, transparent 75%);

    filter: blur(45px);
    animation: floatGlow2 10s ease-in-out infinite alternate;
    pointer-events: none;
}

@keyframes floatGlow2 {
    0% {
        transform: translate(0px, 0px);
        opacity: 0.55;
    }

    100% {
        transform: translate(-18px, 14px);
        opacity: 0.8;
    }
}
/* Verlauf Ende*/

/*Formular*/
.kb-adv-form-error-link {
    color: #fff;
}
.kb-adv-form-success {
    background: #100256;
}
/*Formular Ende*/
