.page {
    scroll-behavior: smooth;
    width: 100%;
    min-height: 100vh;
}

.page:nth-of-type(odd) {
    background-color: #eaeaea;
}

#start {
    position: relative;
    z-index: 0;
    background-image: url("../images/start_bg.JPG");
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 0;
    height: 93vh;
}

#start img {
    z-index: 3;
    width: 100%;
    height: 100%;
    filter: invert(100%) brightness(1000%) contrast(100%);
}

#start-text-wrapper {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    height: 93vh;
    width: 100%;
}

#start-text-wrapper #start-text-box {
    width: 60%;
    height: auto;
    padding: 0;
    padding-top:0;
    padding-right: 5%;
    padding-left: 5%;
    font-family: 'Montserrat';
}

#start-text-wrapper #start-text-box h1 {
    font-size: 7em;
    text-align: right;
    font-family: 'Schreibschrift';
}

#start-text-wrapper #start-text-box h1 span {
    font-size: 1.5em;
}

#start-text-wrapper #start-text-box h3 {
    line-height: 0.1em;
    font-size: 4em;
    text-align: right;
    font-weight: 300;
}

#start-text-wrapper #start-text-box ul {
    float: right;
    margin-top: 3em;
    text-align: center;
    list-style: none;
}

#start-text-wrapper #start-text-box ul h2 {
    font-size: 4em;
    margin-top: -0.3em;
    font-weight: 200;
}

#start-text-wrapper #start-text-box ul li {
    font-size: 1.3em;
    padding-top: 0.4em;
}

#footer {
    width: 100%;
    min-height: 0;
    height: 10vh;
    background-color: #fcecbb;
    overflow-y: hidden;
}

#footer ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    list-style: none;
}

#footer ul li {
    padding: 16px;
    font-size: 0.9rem;
    color: #000;
}

#footer ul li:first-of-type {
    justify-self: flex-start;
}

#footer ul li a {
    font-size: 0.9rem;
    text-decoration: none;
    color: #000 !important;
    cursor: pointer;
}

#footer ul li a:hover {
    color: #cbaa46 !important;
}

#footer ul li:last-of-type {
    justify-self: flex-end;
    padding: 0;
    padding-right: 16px;
}

#footer ul li:last-of-type img {
    height: 10vh;
}

#about {
    display: flex !important;
}

#impressum {
    background: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 90vh !important;
}

#impressum h1 {
    font-size: 3rem;
}