  
   * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
}

.divborder{
  margin: 0;
  padding: 0;
  border: 15px solid #7ba3a9; 
  border-bottom: 0;
  box-sizing: border-box;
  min-height: 100vh; 
}

.header {
  background: #fff;
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
  padding: 15px 40px;
  height: 180px;
}

.header .logo img{
  width: 300px;
}

.verticalhr{
  width: 2px;
  height: 100px;
  background-color: #2b6777;
}

.header .contact {
  text-align: right;
  font-size: 14px;
  position: relative;
  top:-70px;
  min-width: 250px;
  margin-top: 200px;
  margin-bottom: 10px;
  margin-right: 50px;
}

.header .contact i{
  color: #2b6777;
  font-weight: bold;
  font-size: 25px;
  position: absolute;
  top:28%;
  left:25px;
}

.header .contact p {
  position: relative;
  top:-65px;
  margin-right: 40px;
}

.header .contact a {
  color: #2b6777;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  letter-spacing: 1px;
  top:-65px;
  margin-right: 40px;
}

    .hero {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
  background: #E5E2E2;
  position: relative;
}

.hero-text {
  flex: 1;
  padding-right: 20px;
}

.hero-text h2 {
  color: #2b6777;
  margin-bottom: 15px;
}

.hero-text p {
  font-size: 15px;
  color: #555;
}

.hero-image {
  width: 750px;
  height: 400px;
  background-color: #ffffff;
  border-radius: 8px;
}


.zeiten {
  text-align: center;
  padding: 50px 20px;
  background: #f4f3f3;
}

.zeiten h2 {
  margin-bottom: 100px;
  font-size: 22px;
  color: #6d8a91;
  letter-spacing: 1px;
}

.cards {
  display: flex;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
}

.card {
  position: relative;
  background: #e5e8e8;
  width: 300px;
  border-radius: 0 0 8px 8px;
  padding-top: 80px; 
}

.circle {
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  width: 160px;
  height: 160px;
  background: #e5e8e8;
  border-radius: 50%;
}

.card-content {
  padding: 20px;
}

.card-content h3 {
  margin-bottom: 15px;
  font-size: 18px;
  color: #333;
  font-weight: 500;
}

.card-content p {
  margin: 5px 0;
  color: #4f7b83;
  font-size: 14px;
  letter-spacing: 0.5px;
}
   
    .contact-map {
      display: flex;
      flex-wrap: wrap;
      background: #7ba3a9;
      color: white;
      padding: 40px 0px 40px 20px;
    }

    .contact-map .contact {
      min-width: 250px;
      margin-top: 200px;
      margin-bottom: 10px;
      margin-right: 50px;
      position: relative;
      left: 15%;
      font-size: 20px;
    }

    .contact-map .contact a {
      color: #2b6777;
      text-decoration: none;
      font-weight: bold;
    }

    .map {
      flex: 2;
      width: 500px;
      position: relative;
      margin-bottom: 600px;
    }

    .map iframe {
      width: 70%;
      min-width: 700px;
      height: 600px;
      border: none;
      position: absolute;
      right: 0;
    }

    .logo img {
      width: 170px;
      height: auto;
      display: block;
      margin-right: 80px;
    }

    .montserrat- {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
    }
    
    .footer{
      background: #171717;
      text-align: center;
      color:white;
      padding: 20px 0 15px 0;
      margin: 0;
    }

    @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
    
@media only screen and (max-width: 1250px) {
  .hero{
    justify-content: unset;
  }

  .hero .hero-text{
    width: 100%;
    margin: 50px auto;
    position: relative;
    flex: auto;
  }

  .contact-map .contact{
    left: 6%;
  }
}

@media only screen and (max-width: 1025px) {
  .contact-map{
    padding-left: 0;
  }

  .map{
    margin-bottom: 20px;
  }

  .contact-map .contact{
    text-align: center;
    width: 100%;
    margin:75px auto 20px auto;
    left: 0;
  }

  .map iframe {
    border: none;
    position: relative;
    width: 100%;
    min-width: 600px;
  }
}

@media only screen and (max-width: 730px) {
  .header {
    justify-content: space-between;
    padding: 15px 15px;
  }

  .header .logo img{
    width: 250px;
    margin: 0;
  }

  .header .contact{
    margin-right: 0;
  }

  .header .contact p{
    margin-right: 0;
    left: -40px;
  }

  .header .contact a{
    margin-right: 0;
    left: -40px;
  }

  .hero{
    display: block;
  }

  .hero .hero-image{
    width: 100%;
  }

  .cards :first-child{
    margin-bottom: 50px;
  }

  .contact-map .contact{
    text-align: center;
    margin:75px auto 20px auto;
    left: 0;
  }

  .contact-map{
    padding: 0;
  }

  .map{
    margin-bottom: 20px;
  }

  .map iframe {
    border: none;
    position: relative;
    width: 100%;
    min-width: 490px;
  }
}

@media only screen and (max-width: 550px) {
  .header{
    justify-content: end;
  }

  .header .logo{
    position: absolute;
    left: 0;
  }

  .header .contact .verticalhr{
    display: none;
  }

  .header .contact{
    top:30px;
    left:30px;
  }

  .header .contact i{
    top:-60px;
  }

  .map iframe {
    min-width: 300px;
  }
}