@import "googleFonts.css";


body {
    font-family: 'Orbitron', sans-serif;
}

.container {
    max-width: 60em;
}

.website-title {
    text-shadow: 0 0 8px #0dcaf0;
}
.website-title-link {
    color: inherit;
    text-decoration: none;
}
.website-title-link:hover,
.website-title-link:focus {
    color: inherit;
    text-decoration: none;
}

.btn-light,
.btn-light:hover,
.btn-light:focus {
    color: #333;
    text-shadow: none;
}

.nav-masthead .nav-link {
    color: rgba(255, 255, 255, .75);
    border-bottom: .25rem solid transparent;
}
.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
    border-bottom-color: rgba(255, 255, 255, .25);
}
.nav-masthead .nav-link + .nav-link {
    margin-left: 1rem;
}
.nav-masthead .active {
    color: #fff;
    border-bottom-color: #fff;
}
.nav-masthead .nav-link.disabled {
    color: rgba(255, 255, 255, 0.6);
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
}



.custom-link {
    color: #0dcaf0;
    text-decoration: underline;
    font-weight: 500;
    transition: color 0.2s, text-shadow 0.2s;
}
.custom-link:hover,
.custom-link:focus {
    color: #fff;
    text-shadow: 0 0 8px #0dcaf0;
    text-decoration: none;
}
/*Telefonnummer wird bei iPhone optisch hervorgehoben und kann angeklickt werden, soll optisch gleich sein*/
.tel-nr {
    color: inherit;
    text-decoration: none;
}

/*Damit in der Datenschutzerlkärung die Aufzählungspunkte nicht links sondern am Text dran sind*/
#datenschutzblock ul {
    display: inline-block;
    text-align: left;
}

/*Kontakt Chip mit rundem Bild links und Name/Text rechts */
.chip {
    display: inline-block;
    padding: 0 25px;
    height: 44px;
    font-size: 16px;
    line-height: 44px;
    border-radius: 25px;
    background-color: rgba(255, 255, 255, 0.1);
}
.chip img {
    float: left;
    margin: -2px 10px 0 -25px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
}


@media (max-width: 450px) {
    .chip {
        font-size: 12px;
    }
}

.footer-content {
    gap: 0.5em;
}
@media (max-width: 600px) {
    .footer-copyright {
        flex-basis: 100%;
        margin-top: 0.5em;
    }
}
@media (max-width: 600px) {
    .footer-copyright-break {
        display: none;
    }
}