.navigation { 

  display: flex; 

  background-color:#F2B6CC; 

} 

 

.navigation li { 

  list-style-type: none; 

} 

h1 {
  color: #8C3E53;
}

.navigation a { 

  padding: 15px; 

  display: inline-block; 

  color: white; 

  text-decoration: none; 

} 

 

.navigation a:hover, #akt_tab { 

  background-color: #B3B3B3; 

} 

.bild-und-spruch {
  display: flex;
  align-items: center;
  gap: 40px;                  
  margin-top: 40px;
  padding: 0 40px;
}

.bild-und-spruch img {
  width: 300px;
  height: auto;
  border-radius: 12px;          
}

.spruch {
  font-size: 1.4em;
  font-style: italic;
  color: #ad1457;                
  max-width: 500px;
  line-height: 1.6;
}

body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #fbe4f7;
  color: #333;
}

header {
  background-color: #F2B6CC;
  color: white;
  padding: 20px;
  text-align: center;
}

#reisen {
  text-align: center;
  margin: 30px;
}

ul {
  list-style-type: none;
  padding: 0;
}

ul li {
  font-size: 18px;
  margin: 10px 0;
}

a {
  text-decoration: none;
  color: #0066cc;
}

a:hover {
  text-decoration: underline;
  color: #cc0077;
}

.fotos 