* {
    box-sizing: border-box;
    color: rgb(40, 40, 40);
}


a {    
    font-family: 'Roboto', sans-serif;
    color: dodgerblue;
}

a.with-icon {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
}

p,
.info-container table,
.anfahrt-container div {
    font-family: 'Gudea', sans-serif;
}

hr {
    border: 2px solid rgba(0, 0, 0, .05);
    border-radius: 2px;
}

html,
body {
    margin: 0;
    padding: 0;
    background: #534D41;
    max-width: 100%;
    overflow-x: hidden;
}

.main-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40%;
}

.info-container,
.anfahrt-container {
    width: 100%;
    padding: 30px 20%;
    background: white;
    color: rgb(40, 40, 40);
}

.info-container h1,
.anfahrt-container h1 {
    margin-top: 50px;
    margin-bottom: 10px;
    margin-left: 60px;
    position: relative;
    text-transform: uppercase;
}

.info-container h1::before,
.anfahrt-container h1::before {
    content: '';
    position: absolute;
    left: -60px;
    top: 0px;
    width: 40px;
    height: 40px;
    background: url(../images/android-chrome-512x512.png) no-repeat;
    background-position: center;
    background-size: cover;
}

.info-container h1:first-of-type {
    margin-top: 20px;
    margin-bottom: 10px;
}

.info-container th {
    padding: 10px 20px;
    text-align: left;
}

.info-container p,
.info-container table {
    font-size: 23px;
}

.content-container {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 0;
}

.animate-main-image {
    animation: animate-main-image ease 1s forwards;
}

@keyframes animate-main-image {
    0% {
        transform: translateY(-10%);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.image-font {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translateX(-50%);
}

.animate-font-image {
    animation: animate-font-image ease 1s forwards;
}

@keyframes animate-font-image {
    0% {
        transform: translateY(50%) translateX(-50%);
        opacity: 0;
    }
    100% {
        transform: translateY(0) translateX(-50%);
        opacity: 1;
    }
}

.menu-icon {
    position: fixed;
    top: 0;
    right: 0;
    width: 140px;
    padding: 30px;
    z-index: 101;
}

.menu-icon:hover {
    cursor: pointer;
}

.menu-icon div {
    width: 100%;
    background: rgb(0, 0, 0);
    height: 12px;
    margin-top: 16px;
    border-radius: 10px;
    transform-origin: left;
    transition: all ease-in-out 0.266s;
}

.menu-icon.clicked #bar1 {
    transform: rotate(45deg);
}

.menu-icon.clicked #bar2 {
    opacity: 0;
}

.menu-icon.clicked #bar3 {
    transform: rotate(-45deg);
}

.btn-scroll {
    position: absolute;
    bottom: 10px;
    left: 50%;
    height: 70px;
    width: 70px;
    transform: translateX(-50%);
    font-family: 'Gudea', sans-serif;
    font-size: 40px;
    text-align: center;
    border-radius: 100%;
    color: white;
    background: url(../images/chevron@2x.png) no-repeat;
    background-position: center;
    background-size: 40px 24px;
    background-color: white;
    transition: background-color ease 0.266s;
}

.animate-button-scroll {
    animation: animate-button-scroll 3s ease-in-out forwards;
}

.btn-scroll:hover {
    background-color: rgb(230, 230, 230);
    cursor: pointer;
}

@keyframes animate-button-scroll {
    0% {
        transform: translateX(-50%) translateY(-20%);
        opacity: 0;
    }
    80% {
        transform: translateX(-50%) translateY(-20%);
        opacity: 0;
    }
    90% {
        transform: translateX(-50%) translateY(10%);
    }
    100% {
        transform: translateX(-50%)translateY(0);
        opacity: 1;
    }
}

.banner-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, .2);
    transform: rotate(-20deg) translate(-32%, -65%);
    padding: 30px 35%;
}

.animate-banner {
    animation: animate-banner 2s forwards ease;
}

@keyframes animate-banner {
    0% {
        opacity: 0;
        transform: rotate(-20deg) translate(-32%, -65%) translateY(-100%);
    }
    100% {
        opacity: 1;
        transform: rotate(-20deg) translate(-32%, -65%);
    }
}

.black-blur {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .3);
    z-index: 99;
}

.navbar {
    position: fixed;
    width: 30%;
    right: 0;
    top: 0;
    bottom: 0;
    background: white;
    z-index: 100;
    border-left: 3px solid black;
    padding-top: 46px;
    transition: right ease-in-out 0.5s;
}

.navbar-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
    font-family: 'Gudea', sans-serif;
    font-size: 50px;
}

.navbar-list li {
    display: block;
    width: 100%;
    padding: 10px 30px;
    transition: all ease-in 0.266s;
}

.navbar-list li:hover {
    color: white;
    background: #F7931E;
    cursor: pointer;
}

.moveNavbar {
    right: -30%;
}

.hide {
    display: none;
}

.impressum-container {
    width: 100%;
    padding: 30px 20%;
    background: white;
    color: black;
}

#map {
    height: 600px;
    width: 100%;
    z-index: 90;
}

.cc {
    width: 100%;
    overflow: hidden;
}