@font-face {
  font-family: 'Nunito';
  src: url('../fonts/Nunito-Regular.ttf') format('truetype');
}

body {
  background-color: black;
  color: #d6ba9b;
  font-family: 'Nunito', sans-serif;
  font-size: 36px;
  text-align: center;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.content {
  padding: 20px 200px;
}

.impressum-content {
  font-size: 18px;
}

.impressum-content > p {
font-size: 18px;
}

.impressum-content > a {
  color: #d6ba9b;
  font-size: 18px;
}

p.title {
font-size: 24px;
font-weight: bold;
}

.centered-image {
  max-width: 500px;
  height: auto;
}

.centered-image-intro {
  max-width: 500px;
  height: auto;
}

#header {
  background-color: #000000;
  padding: 20px 20px 0px 20px;
}

.row {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.logo {
  display: flex;
  align-items: center;
}


.menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 20px;
}

#header a {
  text-decoration: none;
  color: #d6ba9b;
  font-size: 24px;
}

#header a:hover {
  text-decoration: underline;
}

#header .home-image {
  max-width: 150px;
}

.image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.image-container img {
  max-width: 100%;
  height: auto;
}

.map-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.map-container img {
  max-width: 70%;
  height: auto;
}

#footer {
  background-color: #000000;
  color: #d6ba9b;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  margin-top: auto;
  padding-right: 100px;
}

#footer .footer-left {
  padding-left: 100px;
}

#footer .footer-left p {
  font-size: 24px;
}

#footer .footer-right img {
  max-width: 70px;
  margin-left: 10px;
}

#footer .footer-right img:first-child {
  margin-left: 0;
}

#footer a {
  text-decoration: none;
  color: #d6ba9b;
}

#footer a:hover {
  text-decoration: underline;
}


@media (max-width: 1024px) {
  
  body {
  font-size: 50px;
}
  
  .content {
    padding: 20px 100px;
  }

  #header a {
    font-size: 56px;
  }

  .map-container img {
    max-width: 100%;
    height: auto;
  }

  .image-container {
    flex-direction: column;
    align-items: flex-start;
    text-align: center;
  }

  .image-container img {
    max-width: 100%;
  }

  .centered-image {
  max-width: 300px;
  height: auto;
}

.centered-image-intro {
  max-width: 70%;
  height: auto;
}

#footer .footer-left p {
  font-size: 36px;
}
  
  p.title {
font-size: 50px;
font-weight: bold;
}

.impressum-content > p {
font-size: 46px;
}

}
