h1, h2, h3, h4, h5, h6 {
    color: rgb(94, 106, 234);
    font-family: 'Source Code Pro';
    font-style: normal;
    font-weight: 900;
    line-height: 1.1;
}

p {
    margin-bottom: 1em !important;
}

a, a:active, a:link, a:visited {
    color: rgb(94 234 212);
}

.page-header::after {
    height: 2em;
    width: 100%;
    content: "";
    display: block;
}

#bitwMap {
    height: 400px;
    width: 100%;
}

.bgcol {
    background-color: rgb(33, 37, 37);
    color: #dbdede;
}

.page {
    width: 92%;
    max-width: 72em;
    margin-right: auto;
    margin-top: 2em;
    margin-left: auto;
    padding: 1em 0;
}

.subtitle {
    color: rgb(73, 142, 185);
    font-family: 'Source Code Pro';
    font-style: normal;
    font-weight: 900;
}

@font-face {
    font-family: 'Source Code Pro';
    font-style: normal;
    font-weight: 400;
    src: local('Source Code Pro'), local('SourceCodePro-Regular'),
    url(/static/fonts/mrl8jkM18OlOQN8JLgasD4a1YDtoarzwSXxTHggEXMw.woff2);
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Source Code Pro';
    font-style: normal;
    font-weight: 400;
    src: local('Source Code Pro'), local('SourceCodePro-Regular'),
    url(/static/fonts/mrl8jkM18OlOQN8JLgasD5bPFduIYtoLzwST68uhz_Y.woff2);
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215
}

@font-face {
    font-family: 'Source Code Pro';
    font-style: normal;
    font-weight: 900;
    src: local('Source Code Pro Black'), local('SourceCodePro-Black'),
    url(/static/fonts/leqv3v-yTsJNC7nFznSMqafQKEmnUd3GHgKOgaFw3O33rGVtsTkPsbDajuO5ueQw.woff2);
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Source Code Pro';
    font-style: normal;
    font-weight: 900;
    src: local('Source Code Pro Black'), local('SourceCodePro-Black'),
    url(/static/fonts/leqv3v-yTsJNC7nFznSMqYq-Fb0zf838trI74uojZQY.woff2);
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215
}

.btn-primary {
    color: #000000 !important;
    background: rgb(0, 193, 215);
}

blockquote {
    width: 90%;
    margin: 0 auto;
    padding-left: 2em;
}

blockquote p {
    font-style: italic;
    margin-bottom: 0;
}

blockquote p::before,
blockquote p::after {
    content: "“";
    font-size: 5rem;
    margin: -2.2rem 0 0 -3rem;
    position: absolute;
    opacity: 0.5;
}

blockquote p::after {
    content: "”";
    margin: -1.5rem -1rem 0 -.5rem;
}

blockquote cite {
    font-style: italic;
    color: #6854ad;
}

.event_overview li {
    margin-bottom: 1rem;
}


.verein_logo:hover {
    filter: grayscale(0%);
}

.verein_logo:hover > div {
    background: rgb(36, 79, 114);
}


.neon {
    color: rgb(104, 230, 246);
    text-shadow: 0 0 10px rgb(60, 94, 107),
    0 0 20px rgb(153 246 228),
    0 0 20px rgb(153 246 228),
    0 0 20px rgb(153 246 228);
}

.neondarker {
    color: rgb(104, 230, 246);
    text-shadow: 0 0 10px rgb(40, 60, 68),
    0 0 20px rgb(87, 152, 139),
    0 0 20px rgb(87, 152, 139),
    0 0 20px rgb(87, 152, 139);
}

.neonball {
    position: absolute;
    opacity: .7;
    top: calc(50% - 350px);
    left: calc(50% + 100px);
    width: 80vh;
    height: 80vh;
    border-radius: 50%;
    box-shadow: inset 0 0 50px #fff,
    inset 20px 0 80px #f0f,
    inset -20px 0 80px #0ff,
    inset 20px 0 300px #f0f,
    inset -20px 0 300px #0ff,
    0 0 50px #fff,
    -10px 0 80px #f0f,
    10px 0 80px #0ff;
}

#gallery img {
    box-shadow: 0px 0px 7px 3px rgba(208,202,251,1);
}

.modal {
    position: fixed;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal.open {
    visibility: visible;
    opacity: 1;
    z-index:1000;
    transition-delay: 0s;
}

.modal-bg {
    position: absolute;
    background: rgba(100,100,100,.8);
    width: 100%;
    height: 100%;
}

.modal-container {
    color:black;
    border-radius: 10px;
    background: #fff;
    position: relative;
    padding: 30px;
}

@media (max-width: 766px) {
    .page {
        width: 99%;
    }

    blockquote {
        margin-left: 2rem;
    }

    blockquote p::before,
    blockquote p::after {
        content: "“";
        font-size: 4rem;
        margin: -2rem 0 0 -2rem;
    }

    blockquote p::after {
        content: "”";
        margin: -1.3rem 1rem 0 0rem;
    }

    .page-header {
        margin-left: 1rem;
    }

}
