
    html {
      scroll-behavior: smooth;
    }

    body {
      font-family: Arial, sans-serif;
      background-color: #f8f9fa;
    }

    .navbar {
      background-color: #333333;
      height: 75px;
    }

    .navbar-toggler-icon {
      
      color: black;
      background-color: white;
      border-radius: 20px;
    }

    .navbar-brand {
      color: #f8f9fa;
      font-size: 36px;
      font-weight: bold;
    }

    .navbar-nav .nav-link {
      color: #f8f9fa;
      margin-right: 40px;
      font-size: 20px;
    }

    .nav-link {
      background-color: #5d5c5c;
      border-radius: 10px;
    }

    .jumbotron {
      background-image: url("raja-sen-nN863yJtfTo-unsplash\ \(1\).jpg");
      padding: 80px 30px;
      margin-bottom: 0;
      border-bottom-left-radius: 20px;
      border-bottom-right-radius: 20px;
    }

    .jumbotron h2 {
      font-size: 36px;
      font-weight: bold;
      margin-bottom: 30px;
    }

    .jumbotron p {
      font-size: 18px;
      margin-bottom: 30px;
    }

    .jumbotron .btn {
      font-size: 18px;
      padding: 12px 30px;
    }

    .contact {
      background-color: rgb(192, 184, 172);
      text-align: center;
    }
    
    .contact h2 {
      font-weight: bold;
    }

    .contact p {
      font-size: 24px;
    }

    button {
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 26px;
  border-radius: 20px;
}

    .features {
      background-color: #ffffff;
      padding-top: 80px;
      text-align: center;
    }

    .features h2 {
      font-size: 36px;
      font-weight: bold;
      margin-bottom: 30px;
    }

    .features p {
      font-size: 18px;
      margin-bottom: 30px;
    }

    .features .icon {
      font-size: 48px;
      margin-bottom: 15px;
    }

    .footer {
      background-color: #333333;
      padding: 30px;
      color: #ffffff;
      text-align: center;
      font-size: 18px;
    }

    .footer p {
      margin-bottom: 0;
    }

    .impressum {
      padding: 2%;
    }
    @media only screen and (max-device-width: 390px) {
      .navbar-brand {
      font-size: 24px;
    }
}

.row {
  padding: 10px;
}

#krank {
  background-image: url("Krankenfahrt.png");
  background-size: cover;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  color: white;
}

#krank h3 {
  padding-top: 10px;
}

#flug {
  background-image: url("mika-baumeister-DHlZenOMjJI-unsplash.png");
  background-size: cover;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  color: white;
}

#flug h3 {
  padding-top: 10px;
}

#stadt {
  background-image: url("yalda-j-XX6m31v5ftk-unsplash.png");
  background-size: cover;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  color: white;
}

#stadt h3 {
  padding-top: 10px;
}

#fern {
  background-image: url("raja-sen-nN863yJtfTo-unsplash\ \(1\).png");
  background-size: cover;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  color: white;
}

#fern h3 {
  padding-top: 10px;
}

hr {
  background-color: #5d5c5c;
  border-width: 5px;
  border-radius: 30px;
  width: 40%;
}

.cars h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}


#news h2{
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}

#images {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}

#allgemeine {
  text-align: center;
  text-decoration: none;
}

