@-ms-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

html{
    background-color: white;
}

body {
    font-size: 100;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.0;
    height: 100vh;
    width: 100vw;
    max-width: 1250px;
    background-image: url(2017.png);
    background-size: cover;
    background-position: center;
    background-color: white;
    margin: auto;
    text-align: center;
}

header {
  background-color: rgb(255, 23, 23);
  margin-left: 0rem;
  text-align: left;
  display: block;
  /* position: fixed; */
  width: 100%;
  max-width: 1250px;
}

header a img {
    margin-left: 0;
    margin-top: 0.5rem;
    max-height: 85%;
    max-width: 85%;
}

nav ul {
    margin: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

nav a {
    color:azure;
    text-decoration: none;
    display: flex;
    padding: 1.0rem;
    font-size: 14pt;
    text-align: center;
}

/* nav a.aktuell {
    font-weight: bold;
} */


.navigation button {
    display: none;
}

@media screen and (max-width: 720px) {
    nav ul {
        display: block;
        padding-left: 0;
    }
    nav li {
        margin: 2px 0px;
        background: rgb(255, 23, 23);
    }
    nav a {
        text-align: center;
    }
    .navigation button {
        position: absolute;
        top: 2rem;
        right: 0.5rem;
        border: 0;
        background: rgb(255, 23, 23);
        color: white;
        font-size: 40pt;
        display: block;
        cursor: pointer;
    }
    .navigation ul {
        display: none;
        margin-top: 2rem;
        margin-left: 1rem;
    }
    [aria-expanded="true"]~ul {
        display: block;
    }
}

blockquote {
  text-align: center;
}

/* main img {
  margin-top: 2%;
} */

main a {
  color: black;
  font-weight: bold;
}

.instagram-container {
  margin-top: 2%;
  display: flex;
  justify-content: center;
}

footer {
    background-color: rgb(255, 23, 23);
    color: azure;
    padding: 1rem;
    margin-top: 10%;
    align-items: center;
    font-weight: bold;
    line-height: 2;
    font-size: 90%;
}

footer a {
    color: azure;
}

.content {
  background-color: #f0f0f0;
  margin-top: 2%;
  padding: 1%;
}

div img {
  max-width: 600px;
}

video {
  max-width: 500px;
}

.headline {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; 
    margin-top: 10%;
    padding: 2.5%;
    background-color: rgb(255, 23, 23);
    color: white;
    text-align: center;
    font-size: 180%;
    font-weight: bold;
    letter-spacing: 0.01rem;
}

.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    letter-spacing: 110%;
    margin-top: 2%;
    background-color: #f0f0f0;
    padding-top: 3%;
    padding-bottom: 3%;
  }
  
  .box {
    width: 100%;
    max-width: 250px;
    margin: 0.77%;
    padding: 20px;
    background-color: rgb(255, 23, 23);
    color: white;
    text-align: center;
    font-size: 120%;
    line-height: 140%;
  }

  .container2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 2%;
    background-color: #f0f0f0;
  }
  
  .text-content {
    flex: 1;
    font-size: 120%;
    padding: 6%;
  }
  
  .image-content {
    flex: 1;
    min-width: 65%;
    padding-bottom: 1%;
    padding-top: 1.3%;
  }
  
  .image-content img {
    max-width: 100%;
  }
  
  @media (max-width: 1100px) {
    .container2 {
      flex-direction: column;
    }
    
  }