body {
    /* Background image */
    background-image: url('Landschaft.jpg');

    background-attachment: fixed;

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    margin: 0;
    min-height: calc(100vh + 100px + 500vh);
}

.content {
    background-color: rgba(255, 255, 255, 0.8);

    padding: 20px;
    max-width: 800px;

    margin-left: 2%;
    margin-top: 40px;
    margin-bottom: 40px;

    border-radius: 20px;
}

.content2 {
    position: fixed;
    background-color: rgba(255, 255, 255, 0.8);

    padding: 20px;
    width: 1200px;
    max-width: 1200px;

    margin-left: 2%;
    margin-top: 40px;
    margin-bottom: 40px;

    bottom: 40px;

    border-radius: 10px;
}

#middle {
    text-align: center;
}

#medium-list {
    font-size: x-large;
    margin-bottom: 2px;
}

#maps-div {
    position: fixed;
    bottom: 20px;
    left: 20px;
    transform: none;
}

#youtube-div {
    position: fixed;
    bottom: 20px;
    left: 20px;
    transform: none;
}

#rabbit-div {
    position: fixed;
    bottom: 60px;
    right: 20px;
    transform: none;
}

#rabbit-img {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 600px;

    border: 2px solid transparent;
    border-radius: 30px;
    border-color: blue;
}

li {
    margin-bottom: 10px;
}

#space-small {
    margin-bottom: 2px;
}

iframe {
  position: relative;
  z-index: 1;
}

a {
  position: relative;
  z-index: 2;
}
