@font-face {
  font-family: 'Benne';
  font-style: normal;
  font-weight: normal;
  src: local('Benne'), url('../fonts/benne/Benne-Regular.otf') format('truetype');
}

a:hover {
  cursor: pointer;
  color: rgb(175, 175, 175);
}

.mw1300 {
  max-width: 1300px;
}

.black {
  color: black;
}

.center {
  display: flex;
  justify-content: center;
}

.menu-link {
  font-family: 'Benne', sans-serif;
  color: rgb(175, 175, 175)
}

.menu-link.active {
  color: black;
}

.menu-entry-line {
  padding-right: 30px;
  padding-left: 30px;
}

.home {
  padding-top: 120px;
}

.home-text {
  padding-top: 40px;
}

.mt20 {
  margin-top: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.header-logo {
  display: flex;
  justify-content: center; 
  width: 100%; 
  padding-top: 5px; 
  padding-bottom: 10px;
}

@media all and (max-width: 767px) {
  .main-text {
      font-size: 30px;
      color: rgb(0, 0, 0);
      display: flex;
      justify-content: center;
      font-family: 'Benne', sans-serif;
      line-height: 30px;
      margin-bottom: 20px;
      padding-top: 5px;
  }
}

@media all and (min-width: 767px) {
  .main-text {
      font-size: 60px;
      color: rgb(0, 0, 0);
      display: flex;
      justify-content: center;
      font-family: 'Benne', sans-serif;
      line-height: 60px;
      margin-bottom: 20px;
  }
}

.main-slogan {
  font-size: 20px;
  color: rgb(112, 112, 112);
  display: flex;
  justify-content: center;
  font-family: 'Benne', sans-serif;
  text-align: justify;
}

.leistung-header {
  font-size: 40px;
  color: rgb(0, 0, 0);
  font-family: 'Benne', sans-serif;
  margin-top: 30px;
}

.leistung-bottom {
  font-size: 30px;
  color: rgb(0, 0, 0);
  font-family: 'Benne', sans-serif;
  margin-top: 60px;
}

.card-subtitle {
  font-size: 25px;
  font-family: 'Benne', sans-serif;
}

.service-text {
  font-family: 'Benne', sans-serif;
  text-align: justify;
  font-size: 18px;
}

.kontakt-header {
  font-size: 40px;
  color: rgb(0, 0, 0);
  font-family: 'Benne', sans-serif;
  margin-top: 30px;
  margin-bottom: 30px;
}

.kontakt-daten {
  font-size: 20px;
  color: rgb(0, 0, 0);
  font-family: 'Benne', sans-serif;
}

.fixed-header {
  position: fixed;
  z-index: 999;
  background-color: white;
  width: 100%;
}