* {
  margin: 0px;
  padding: 0px;
  font-size: 16px;
 
    font-family: "Caramel", serif;
    font-weight: 400;
    font-style: normal;
 

}

header {
  background-color: #333;
  color: #fff;
  padding: 20px;
  text-align: center;
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.site-title {
  font-size: 2em;
  font-weight: bold;
}

:root{
  --background-color: #314453;
  --darker-background-color: #243848;
  --accent-color: #93a6b1;
  --text-color: #FFFFFF;
  --navbar-height:80px;
}



html{
  height: 100%;
}

body{
  height: 100%;
}

ul{
  width: 100%;
}

nav{
  height: var(--navbar-height);
  background: var(--background-color);
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--text-color);
}

nav .logo{
  margin-left: 30px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 35px;
  font-variant: small-caps;
  text-decoration: none;
  color: var(--text-color);
}
nav ul{
  height: 100%;
  display: flex;
  flex-direction:row ;
  justify-content: flex-end;
  align-items: center;
  list-style: none;
  color: var(--text-color);
}

nav li{
  height: 100%;
  width: 150px;
  text-align: center;
  position: relative;
  color: var(--text-color);
}

nav li:hover{
  background: var(--accent-color);
}

nav ul a{
  height: 100%;
  width: 100%;

  display: flex;
  align-items: center;
  justify-content: right; /*Platzierung des Logos*/

  text-decoration: none;
  color: var(--text-color);
}

.dropdown{
  height: min-content;
  width: 200px;
  background: var(--background-color);

  display: none;
  flex-direction: column;

  position: absolute;
  left: 0;
  top: var(--navbar-height);
  color: var(--text-color);
}

.dropdown li{
  height: 70px;
  width: 100%;
  color: var(--text-color);
}

.dropdown li a{
  justify-content: flex-start;
  padding-left: 30px;
  width: calc(100% - 30px);
  color: var(--text-color);
}

nav li:hover .dropdown{
  display: flex;
  color: var(--text-color);
}

nav input[type="checkbox"]{
  display: none;
  color: var(--text-color);
}

.expandable_li{
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--text-color);
}

.toggle_button{
  height: 25px;
  width: 30px;

  position: absolute;
  top: 25px;
  right: 25px;

  display: none;
  flex-direction: column;
  justify-content: space-between;
  color: var(--text-color);
}

.bar{
  height: 4px;
  width: 100%;
  background: var(--text-color);
  border-radius: 100px;
}
#eins{
  height: 0px;
}
.country-selector {
  margin-left: 20px;
  display: flex;
  align-items: center;
}

.country-selector label {
  margin-right: 10px;
}

.country-selector select {
  padding: 5px;
  font-size: 1em;
  background-color: #444;
  color: #fff;
  border: none;
  border-radius: 5px;
}
main {
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 20px;
}

section {
  margin-bottom: 40px;
}

h2 {
  font-size: 2em;
  color: #333;
  margin-bottom: 20px;
}

p {
  font-size: 1.2em;
  color: #666;
  margin-bottom: 20px;
}

ul {
  list-style: none;
  padding-left: 20px;
}

ul li {
  font-size: 1.1em;
  margin: 10px 0;
}

ul li strong {
  color: #333;
}

/* Styling für die Reisearten */
#luxus {
  background-color: #f8f8f8;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#backpacking {
  background-color: #c8d9e3;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

section ul li {
  line-height: 1.8;
}
.visual-container {
  display: flex;
  align-items: center;
  margin-top: 20px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
}

.visual-img {
  width: 50%;
  height: auto;
  border-radius: 8px;
  margin-right: 20px;
}

.visual-text {
  width: 50%;
}

.visual-text p {
  font-size: 1.2em;
  color: #555;
  margin-bottom: 20px;
}

.visual-text ul {
  list-style: none;
  padding-left: 20px;
}

.visual-text ul li {
  font-size: 1.1em;
  margin: 10px 0;
}

.visual-text ul li strong {
  color: #333;
}

#luxus .visual-container {
  background-color: #f8f8f8d7;
}

#backpacking .visual-container {
  background-color: #f8f8f8e6;
}

.visual-container img {
  object-fit: cover;
}
footer {
  background-color: #333;
  color: #fff;
  padding: 20px 0;
  text-align: center;
}

.maps{
  text-align: center;
  border-radius: 25px;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer-info {
  font-size: 1em;
}

.footer-social {
  display: flex;
  gap: 15px;
}

.footer-social .social-link {
  color: #fff;
  text-decoration: none;
  font-size: 1.1em;
}

.footer-social .social-link:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    text-align: center;
  }
  
  .footer-social {
    margin-top: 10px;
  }
}