* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  min-height: 100vh;
  background: #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  margin-top: 70px;
}

header {
  all: unset;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  position: fixed;
  /*
  padding: 10px 0;
  min-height: 100px;
  background-color: #ffffff;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.11);
  display: flex;
  justify-content: center;
  align-items: center;
  */
}

.navigation_big {
  display: none;
  background-color: #1c2331;
}

.navigation_small {
  background-color: #1c2331;
}

.uls {
  width: 100%;
  list-style: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0;
  margin: 0;
}

.uls li {
  height: 70px;
}

.navigation_big ul li a {
  height: 100%;
  padding: 0 30px;
  text-decoration: none;
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 25px;
}

.navigation_small ul li a {
  height: 100%;
  padding: 0 30px;
  text-decoration: none;
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 25px;
}

.navigation_big ul li .home:hover {
  background: #ffffff;
  color: #000000;
}

.navigation_small .home:hover, .svg-ico:hover {
  background: #ffffff;
  color: #000000;
}

.navigation_small .uls li .svg-ico:hover .svg-icon path {
  fill: #000000;
  opacity: 1 !important;
}

/*
.home:hover {
  border-radius: 6px;
}
*/
.navigation_big li:first-child {
  margin-right: auto;
}

.navigation_small li:first-child {
  margin-right: auto;
}

@media only screen and (min-width: 1600px) {
  .navigation_big {
    display: flex;
  }

  .navigation_small {
    display: none;
  }
}

@media only screen and (max-width: 400px) {
  .navigation_small ul li a {
    height: 100%;
    padding: 0 20px;
    text-decoration: none;
    display: flex;
    align-items: center;
    color: #ffffff;
    font-size: 25px;
  }
}

@media only screen and (max-width: 599px) {
  .navigation_small .uls li:first-child {
    display: none;
  }
}

.sidebar {
  list-style: none;
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 270px;
  z-index: 999;
  background-color: #1c2331;
  box-shadow: -10px 0 10px rgba(0, 0, 0, 0.1);
  display: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0;
  opacity: 0; /* Fully transparent */
  transform: translateX(100%); /* Move off-screen */
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.sidebar.active {
  display: flex; /* Show the sidebar */
  opacity: 1; /* Fully visible */
  transform: translateX(0); /* Move into place */
}

.sidebar li {
  width: 100%;
  height: 70px;
}

.sidebar li a {
  width: 100%;
}

.sidebar li a:hover {
  width: 100%;
  background: #ffffff;
  color: #000000;
}

.sidebar li .svg-ico:hover .svg-icon path {
  fill: #000000;
  opacity: 1 !important;
}

.background-container {
  background-image: url('../images/rügen.jpg'); /* Replace with your image URL */
  background-size: cover; /* Ensures the image covers the entire container */
  background-position: center; /* Centers the image */
  background-repeat: no-repeat; /* Prevents the image from repeating */
  width: 100%; /* Full width of the viewport */
  height: 500px;
  color: #ffffff;
}

main {
  margin: 0;
  display: flex;
  flex-direction: column; /* Aligns divs vertically */
  /* justify-content: center; Centers the divs horizontally */
  align-items: center; /* Centers the content inside each div */
  flex-grow: 1; /* Allows the main content to grow and fill the space */
  padding: 20px; /* Adding padding for better spacing */
}

.main_index {
  margin: 0;
  display: flex;
  flex-direction: column; /* Aligns divs vertically */
  /* justify-content: center; Centers the divs horizontally */
  align-items: center; /* Centers the content inside each div */
  flex-grow: 1; /* Allows the main content to grow and fill the space */
  padding: 0px; /* Adding padding for better spacing */
}

.beitrag {
  border: solid 1px #1c2331; /* background-color: rgb(194, 194, 194);  Grey background for the div */
  padding: 20px; /* Equal distance from the text to the edges of the div */
  /* max-width: 90%; Ensures that the div doesn't take up more than 90% of the screen width */
  /* margin: 0 5%; Fixed distance from the sides of the screen, equal on both sides */
  box-sizing: border-box; /* Ensures padding is included in the width */
  color: #000000; /* Text color (adjust as needed) */
  /* text-align: center; Centers the text inside the div */
  border-radius: 6px;
  display: inline-block;
  max-width: 100%;
  width: auto;
  margin-top: 20px;
}

.beitrag p {
  font-size: 20px;
}

.header2 {
  padding: 0px; /* Equal distance from the text to the edges of the div */
  /* max-width: 90%; Ensures that the div doesn't take up more than 90% of the screen width */
  /* margin: 0 5%; Fixed distance from the sides of the screen, equal on both sides */
  box-sizing: border-box; /* Ensures padding is included in the width */
  text-align: center; /* Centers the text inside the div */
  border-radius: 6px;
  max-width: 100%;
  width: auto;
  font-size: clamp(17px, 5vw, 30px);
  margin-top: 45px;
  margin-bottom: 30px;
}

.headline {
  font-size: clamp(19px, 5vw, 50px);
}

.headline_index {
  font-size: clamp(40px, 5vw, 80px);
}

.main-divs {
  display: flex; /* Enables flexbox layout */
  flex-wrap: wrap; /* Allows divs to wrap to the next line if there isn't enough space */
  gap: 20px; /* Adds space between div1 and div2 */
  justify-content: center; /* Centers the content horizontally */
  align-items: flex-start;
  flex-direction: row;
  margin-top: 30px;
}

.div1_index {
  border: solid 1px rgba(144, 144, 144, 0.25);
  padding: 30px; /* Equal distance from the text to the edges of the div */
  /* margin: 0 5%; Fixed distance from the sides of the screen, equal on both sides */
  box-sizing: border-box; /* Ensures padding is included in the width */
  color: #000000; /* Text color (adjust as needed) */
  /* text-align: center; Centers the text inside the div */
  border-radius: 6px;
  display: inline-block;
  max-width: 80%;
  width: auto;
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: clamp(10px, 5vw, 20px);
  text-align: center;
}

.div1_index p {
  margin: 0;
}

.div1_index p img {
  display: block;
  margin: 10px auto; /* Centers the image horizontally */
  padding: 0; /* Removes any default padding */
  max-width: 100%;
  box-sizing: border-box; /* Ensures padding is included in the width */
}

.div2_index {
  border: solid 1px rgba(144, 144, 144, 0.25);
  padding: 30px; /* Equal distance from the text to the edges of the div */
  /* margin: 0 5%; Fixed distance from the sides of the screen, equal on both sides */
  box-sizing: border-box; /* Ensures padding is included in the width */
  color: #000000; /* Text color (adjust as needed) */
  /* text-align: center; Centers the text inside the div */
  border-radius: 6px;
  display: inline-block;
  max-width: 80%;
  width: auto;
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: clamp(15px, 3vw, 25px);
}

.div2_index ul {
  padding-left: 30px; /* Adjust to match the padding of the div */
  margin: 0;
}

.div2_index li {
  margin: 0; /* Removes any default margin from the list items */
  padding: 5px 0; /* Adds vertical spacing between list items */
}

.div2_index p {
  margin: 10px 0; /* Adds vertical spacing between paragraphs */
}

.div1 {
  padding: 30px; /* Equal distance from the text to the edges of the div */
  /* max-width: 90%; Ensures that the div doesn't take up more than 90% of the screen width */
  /* margin: 0 5%; Fixed distance from the sides of the screen, equal on both sides */
  box-sizing: border-box; /* Ensures padding is included in the width */
  /* text-align: center; Centers the text inside the div */
  border-radius: 6px;
  display: block;
  width: 310px;
  border: solid 1px rgba(144, 144, 144, 0.25);
  text-align: center;
  font-size: 20px;
  max-height: fit-content;
}

.div-kontakt {
  padding: 30px; /* Equal distance from the text to the edges of the div */
  /* max-width: 90%; Ensures that the div doesn't take up more than 90% of the screen width */
  /* margin: 0 5%; Fixed distance from the sides of the screen, equal on both sides */
  box-sizing: border-box; /* Ensures padding is included in the width */
  /* text-align: center; Centers the text inside the div */
  border-radius: 6px;
  display: block;
  max-width: 450px;
  width: 100%;
  border: solid 1px rgba(144, 144, 144, 0.25);
  text-align: center;
  font-size: 20px;
  flex: 1;
}

.div1 p img {
  display: block;
  margin: 0 auto; /* Centers the image horizontally */
  padding: 0; /* Removes any default padding */
  max-width: 100%;
  box-sizing: border-box; /* Ensures padding is included in the width */
}

.div1 .help-p {
  margin-bottom: 0;
}

.div1 .lage {
  margin-bottom: 0;
}

.div1 .lage_mid {
  margin-top: 20px;
  margin-bottom: 20px;
}

.small_headline {
  margin-bottom: 30px;
}

.div2 {
  padding: 20px; /* Equal distance from the text to the edges of the div */
  /* max-width: 90%; Ensures that the div doesn't take up more than 90% of the screen width */
  /* margin: 0 5%; Fixed distance from the sides of the screen, equal on both sides */
  box-sizing: border-box; /* Ensures padding is included in the width */
  /* text-align: center; Centers the text inside the div */
  border-radius: 6px;
  display: block;
  max-width: 650px;
  width: auto;
  border: solid 1px rgba(144, 144, 144, 0.25);
  flex: 1;
  font-size: 20px;
}

.div2-kontakt {
  padding: 20px; /* Equal distance from the text to the edges of the div */
  /* max-width: 90%; Ensures that the div doesn't take up more than 90% of the screen width */
  /* margin: 0 5%; Fixed distance from the sides of the screen, equal on both sides */
  box-sizing: border-box; /* Ensures padding is included in the width */
  text-align: left;
  border-radius: 6px;
  display: block;
  max-width: 650px;
  width: 100%;
  border: solid 1px rgba(144, 144, 144, 0.25);
  flex: 1;
}

.map {
  height: 450px;
  width: 100%;
}

.div2 ul {
  padding-left: 20px; /* Adjust to match the padding of the div */
  margin: 0;
}

.div2 li {
  margin: 0; /* Removes any default margin from the list items */
  padding: 5px 0; /* Adds vertical spacing between list items */
}

.div2 p {
  margin: 10px 0; /* Adds vertical spacing between paragraphs */
}

.div2 h4 {
  margin: 0 0 10px 0; /* Adds spacing below the heading */
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 15px; /* Adds space between form fields */
}

.contact-form label {
  font-weight: bold;
  margin-bottom: 5px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 16px;
}

.contact-form button {
  padding: 10px 15px;
  border: none;
  border-radius: 4px;
  background-color: #4CAF50;
  color: white;
  font-size: 16px;
  cursor: pointer;
  align-self: flex-start; /* Aligns the button to the left */
}

.contact-form button:hover {
  background-color: #45a049;
}

.line {
  border: 0;
  height: 1px;
  background-color: #6e2222; /* Change color as needed */
  width: 90%;
  opacity: 1;
}

.line_index {
  border: 0;
  height: 1px;
  background-color: #6e2222; /* Change color as needed */
  width: 90%;
  opacity: 1;
  margin: 40px auto;
}