html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
  display: inline-block;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.container {
  max-width: 1000px;
  margin: 0 auto;
}

body {
  margin: auto;
  padding: 0;
  font: 16px Helvetica, Arial, sans-serif;
  max-width: 1920px;
  min-width: 320px;
  color: #7a7a7a;
}

.header__title {
  background-color: #048a81;
  color: #fff;
  text-align: center;
  color: #FFFFFF;
  font-weight: 900;
  font-size: clamp(25px, 5vw, 50px);
  padding: 0px 0 5px;
}

.header__box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.header__img {
  width: 100%;
  height: 100%;
}

.availability24 {
  margin-bottom: 16px;
}

.availability24__dscr {
  text-align: center;
  font-size: 20px;
  color: #094067;
  font-weight: 900;
}

.availability24__inner {
  background-color: #048a81;
  text-align: center;
  padding: 5px 0;
  border-radius: 5px;
}

.Btn {
  font-size: 20px;
  color: #fff;
  padding: 10px 20px 10px 50px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.591);
  font-weight: 900;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.Btn:hover {
  color: #fff;
  background-color: #000;
}
.Btn span {
  position: relative;
}
.Btn span::before {
  content: "";
  position: absolute;
  background: url(../../assets/img/telephone-fill.svg);
  width: 16px;
  height: 16px;
  left: -25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.services {
  margin-bottom: 16px;
}

.services__box {
  width: 100%;
  font-size: 1rem;
  font-weight: bold;
  color: #094067;
  background-color: #eeebe8;
  padding: 10px;
}
.services__box ul {
  padding-left: 40px;
}

.services__title {
  font-size: 25px;
  text-align: center;
  margin-bottom: 16px;
}

.services__li {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 8px;
  position: relative;
  text-transform: uppercase;
}
.services__li::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: url(../../assets/img/Bildschirmfot.png);
  left: -40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.clearSewer {
  margin-bottom: 64px;
}

.clearSewer__box {
  background-color: #eeebe8;
  padding: 10px;
}

.clearSewer__title {
  font-size: 32px;
  text-align: center;
  margin-bottom: 16px;
  color: #094067;
  font-weight: 700;
}

.clearSewer__dscr {
  color: #544d83;
  margin-bottom: 20px;
}

.unlockService {
  margin-bottom: 64px;
}

.unlockService__title {
  font-size: 32px;
  text-align: center;
  margin-bottom: 32px;
  color: #094067;
  font-weight: 700;
}

.unlockService__box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  text-align: center;
}

.unlockService__inner {
  border: 1px solid #048a81;
  padding: 20px 0;
}

.unlockService__img {
  margin-bottom: 10px;
}

.unlockService__name {
  color: #544d83;
  font-weight: 700;
}

.specialists {
  margin-bottom: 64px;
}

.specialists__title {
  font-size: 32px;
  text-align: center;
  margin-bottom: 32px;
  color: #094067;
  font-weight: 700;
}

.specialists__box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  text-align: center;
}

.specialists__img {
  border: 1px solid #048a81;
  width: 100%;
  margin-bottom: 10px;
}

.specialists__name {
  color: #544d83;
  font-weight: 700;
  margin-bottom: 16px;
}

.specialists__dol {
  color: #544d83;
}

.servicesAll {
  margin: 64px 0 0;
}

.servicesAll__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.5fr;
  grid-template-columns: 1fr 0.5fr;
  gap: 20px;
  margin-bottom: 50px;
}

.servicesAll__title {
  font-size: 22px;
  text-align: center;
  margin-bottom: 32px;
  color: #094067;
  font-weight: 700;
}

.servicesAll__txt {
  color: #544d83;
  line-height: 1.3;
  margin-bottom: 10px;
}

.servicesAll__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.comments {
  margin-bottom: 20px;
}

.comments__box {
  background-color: #eeebe8;
  padding: 32px;
}

.comments__name {
  font-weight: 700;
  display: inline-block;
  font-style: italic;
  margin-bottom: 16px;
}

.comments__star {
  color: #FFAE00;
}

.comments__comment {
  color: #544d83;
  line-height: 1.3;
}

.forms {
  margin: 64px 0 0;
  margin-bottom: 10px !important;
}

.forms__title {
  font-size: 22px;
  text-align: center;
  margin-bottom: 32px;
  color: #094067;
  font-weight: 700;
}

.forms__button {
  background-color: #048a81;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.forms__button:hover {
  color: #fff;
  background-color: #04554f;
}

footer {
  margin-top: 30px;
}

.footer__box {
  background-color: #048a81;
  color: #fff;
  padding: 10px 0;
  padding-left: 20px;
  border-radius: 5px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .unlockService__box {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .specialists__img {
    max-width: 350px;
  }
  .specialists__box,
.servicesAll__inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .comments__box {
    padding: 32px 10px;
  }
  .forms {
    margin: 40px 0 0;
  }
}
@media (max-width: 425px) {
  .header__box {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .header_displayNone {
    display: none;
  }
  .availability24__dscr {
    font-size: 16px;
  }
  .availability24__inner {
    padding: 5px;
  }
  .Btn {
    width: 100%;
  }
  .services__title {
    font-size: 19px;
    margin-bottom: 30px;
  }
  .services__li {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .clearSewer__title,
.unlockService__title,
.specialists__title {
    font-size: 25px;
  }
  .clearSewer {
    margin-bottom: 32px;
  }
}
