/* Custom font */
@font-face {
    font-family: "myfont";
    src: url("../fonts/webfont.woff") format('woff');
}

html,
body,
nav {
    background-color: #d1ccef;
}

html,
body,
p {
    font-family: "myfont" !important;
    color: black;
}

/* Navbar */

.nav-item a,
#impressum,
#datenschutz {
    color: black !important;
    font-size: 1.5rem;
    margin-left: 1.25rem;
    text-decoration: none;
}

.nav-item a:hover,
a:hover {
    color: black !important;
}
.navbar-toggler {
    border: none;
}
#current-active {
    color: black !important;
}
#englishGerman {
    color: white;
}
#english {
    color: black !important;
}

/* Text */
.text {
    font-size: 1.5rem;
}
.textWhite {
    font-size: 1.5rem;
    color: white;
}
.bottomBorder {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 3px black solid;
}
.bottomBorder p {
    margin-bottom: 0rem;
}

@media only screen and (min-width: 992px) {
    #en {
        margin-left: 0rem;
    }
    #english {
        margin-left: 0rem;
    }
}
@media only screen and (max-width: 576px) {
    .navbar-brand {
        margin-left: -0.25rem;
    }
    .nav-link {
        margin-left: 12rem !important;
    }
}

#impressum-content {
    margin-top: 2rem;
}
#impressum-content p {
    color: black !important;
    font-size: 1.25rem;
}
