/* Font Imports */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body{
    margin: 0;
    padding: 0;
}

#impressumHero{
    background: url("../assets/images/Bild_05.jpg") rgba(191, 76, 12, 0.37);
    height: 100vh;
    display: flex;
    background-blend-mode: multiply;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#navbar{
    background: #BF4C0C;
    height: 80px;
    display: flex;
    position: sticky;
    top: 0;
    align-items: center;
}
.navbarli {
    display: inline-block;
    padding: 8px;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: white;
}

.navbarul {
    width: 100%;
    text-align: center;
}

ul{
    margin-bottom: 0;
}

a{
    color: rgba(255, 255, 255, 0);
    text-decoration: none;
}
a:hover{
    color: rgba(255, 255, 255, 0);
}

h1{
    font-family: 'Roboto', sans-serif;
    font-size: 80px;
    color: white;
}

#footer-content{
    margin-top: 32px;
    justify-content: space-between;
    flex-direction: column;
    flex-wrap: wrap;
}

.footer-link > a {
    color: white;
}

h1{
    font-size: 80px;
}
.mobile-disabled{
    display: none;
}

@media (min-width: 992px){
    h1{
        font-size: 128px;
    }
    .mobile-disabled{
        display: block;
    }
    .sm-only{
        display: none;
    }

}
