body {
  margin-top: 163px;
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
  font-size: 1.3rem;
  font-family: "Frutiger-Light", sans-serif;
}

.active {
  color: #005d9f !important;
  text-decoration: underline;
}

.container {
  width: 90vw !important;
  margin: auto;
}

.separation {
  border-bottom: 1px solid rgba(119, 119, 119, 0.5);
  width: 90vw;
  margin: 30px auto auto auto;
}

header {
  width: 100vw;
  margin-left: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Frutiger-Bold";
  color: #005d9f;
}

p, ol {
  font-family: "Frutiger-Light", sans-serif;
  color: #777;
  font-size: 1.3rem;
}

.p-style {
  font-family: "Frutiger-Light", sans-serif;
  color: #777;
  margin-top: 0;
  margin-bottom: 1rem;
}

i {
  color: #005d9f;
}

a:hover {
  color: #005d9f;
}

.light-bold {
  font-weight: 550;
}

.titleImg {
  position: relative;
}
.titleImg > img {
  width: 100vw;
}
.titleImg .begruessung {
  white-space: nowrap;
  color: white;
  position: absolute;
  padding: 0 1% 0 1%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 4em;
  background-color: #005d9fcc;
  border-radius: 30px;
}

.href-config {
  color: #005d9f;
  text-decoration: underline rgba(255, 255, 255, 0);
  transition: text-decoration-color 400ms;
}
.href-config:hover {
  text-decoration-color: #005d9f;
}

section {
  text-align: center;
  margin: auto;
  width: 90%;
  max-width: 1200px;
}

.corona {
  text-align: center;
  margin: auto;
  width: 80%;
}

.caption {
  color: #005d9f;
  font-weight: bold;
  font-size: 2em;
  padding: 30px 0 30px 0;
  margin-bottom: 0;
}

.no-space-in-line {
  display: block;
  margin-bottom: 0em;
}

.carousel {
  width: 50%;
  margin: auto;
}

.impressum-link-datenschutz {
  padding: 2px 10px;
  border-radius: 10px;
  color: #005d9fcc;
  font-weight: 600;
}
.impressum-link-datenschutz:hover {
  background-color: #e7f4fd;
  color: black;
  cursor: pointer;
}

.hydrojet-ad .hydrojet-ad-img, .titleImg {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
  -webkit-tap-highlight-color: transparent;
}

.hydrojet-download-button:hover i,
.hydrojet-download-button:hover p, .hydrojet-download-button, .hydrojet-ad .arrow > svg > *, footer .footer-item-container .footer-item, .leistungen-grid > div:hover > *, .leistungen-grid > div .emptyLine, .leistungen-grid > div, .kontakt-leiste > div > a > div:hover, .kontakt-grid > div, .kontakt-grid h4, .header .secondHeaderBlock .info-item a:hover p, .header .secondHeaderBlock .info-item a, .header .firstHeaderBlock .nav .nav-link {
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background-color: white;
  box-shadow: -2px 2px 8px #D3D3D3;
}
.header .firstHeaderBlock {
  justify-content: space-between;
  grid-template-columns: 25% 25% 50%;
  align-items: center;
  border-bottom: #005d9f 1px solid;
  padding: 10px 3% 10px 3%;
  display: flex;
}
.header .firstHeaderBlock .logo-link {
  text-decoration: none !important;
  font-family: Frutiger-Bold;
}
.header .firstHeaderBlock .logo-link .logo-headline {
  font-size: 1.75rem;
  color: #005d9f;
}
.header .firstHeaderBlock .logo-link .logo-subheadline {
  font-size: 1.375rem;
  line-height: 22px;
  color: #777;
  font-weight: 500;
}
.header .firstHeaderBlock .logo-link .logo-subheadline .logo-br {
  display: none;
}
.header .firstHeaderBlock .nav {
  width: 40%;
  min-width: 530px;
  color: #777;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: x-large;
}
.header .firstHeaderBlock .nav .nav-link {
  cursor: pointer;
  color: #777;
}
.header .firstHeaderBlock .nav .nav-link:hover {
  color: #005d9f;
  text-decoration: underline;
}
.header .secondHeaderBlock {
  padding: 10px 3% 0 3%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  line-height: 1;
  text-decoration: none;
}
.header .secondHeaderBlock .info-item {
  white-space: nowrap;
  text-decoration: none;
}
.header .secondHeaderBlock .info-item a {
  text-decoration: underline rgba(255, 255, 255, 0);
  -webkit-text-decoration-line: none;
  transition: text-decoration-color 400ms;
  border-radius: 5px;
  display: block;
  padding: 0 10px;
  width: max-content;
  border-radius: 10px;
}
.header .secondHeaderBlock .info-item a:hover {
  background-color: #e7f4fd;
  text-decoration-color: black;
}
.header .secondHeaderBlock .info-item a:hover p {
  color: black;
}
.header .secondHeaderBlock .info-item i {
  padding-right: 10px;
}
.header .secondHeaderBlock .info-item i.white {
  color: white;
}
.header .secondHeaderBlock .info-item .weekdays-span {
  display: inline-block;
  width: 160px;
}

@media (max-width: 1040px) {
  .header .firstHeaderBlock .logo-link .logo-subheadline .logo-br {
    display: inline-block;
  }
  .header .secondHeaderBlock .info-item p {
    font-size: 1.1rem;
  }
}
@media (max-width: 840px) {
  .header .firstHeaderBlock .logo-link .logo-headline {
    font-size: 20px;
  }
  .header .firstHeaderBlock .logo-link .logo-subheadline {
    font-size: 16px;
    line-height: 16px;
  }
  .header .firstHeaderBlock .nav {
    max-width: 430px;
    min-width: 430px;
  }
  .header .firstHeaderBlock .nav .nav-link {
    font-size: 18px;
  }
  .header .secondHeaderBlock .info-item {
    font-size: 12px;
    line-height: 14px;
  }
  .header .secondHeaderBlock .info-item .weekdays-span {
    width: 100px;
  }
}
@media (max-width: 800px) {
  .header .secondHeaderBlock .info-item p {
    font-size: 1rem;
  }
}
@media (max-width: 770px) {
  .header .secondHeaderBlock .info-item p {
    font-size: 0.9rem;
  }
}
@media (max-width: 660px) {
  .header .firstHeaderBlock {
    display: block;
  }
  .header .firstHeaderBlock .logo-link .logo-subheadline .logo-br {
    display: none;
  }
  .header .firstHeaderBlock .nav {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .header .firstHeaderBlock .nav .nav-link {
    display: inline-block;
    font-size: 14px;
    padding: 0.5rem 1.2rem 0.5rem 0;
  }
  .header .secondHeaderBlock {
    display: none;
  }
}
.kontakt-grid {
  display: grid;
  justify-content: center;
  column-gap: 1.5rem;
  row-gap: 1.5rem;
  grid-template-columns: 400px 400px;
  grid-template-rows: auto auto;
}
.kontakt-grid h4 {
  text-decoration: underline rgba(255, 255, 255, 0);
}
.kontakt-grid > div {
  padding-top: 5%;
  border-radius: 10px;
  border: 1px solid #e7f4fd;
  box-shadow: 10px 5px 5px #e7f4fd;
}
.kontakt-grid > div > img {
  border-radius: 100%;
  border: 2px solid #005d9f;
  width: 100px;
  height: 100px;
  margin-bottom: 5%;
}
.kontakt-grid > div > svg {
  padding: 15px 0 0 0;
  border-radius: 100%;
  border: 2px solid #777;
  width: 100px;
  height: 100px;
  margin-bottom: 2%;
}

.kontakt-leiste {
  margin: 50px 0 50px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  row-gap: 20px;
  white-space: nowrap;
  padding: auto;
}
.kontakt-leiste p {
  line-height: 1;
}
.kontakt-leiste h4 {
  text-decoration: underline rgba(255, 255, 255, 0);
}
.kontakt-leiste > div > a > div {
  border: 1px solid rgba(255, 255, 255, 0);
  box-shadow: 10px 5px 5px rgba(255, 255, 255, 0);
  display: inline-block;
  text-align: left;
  padding: 6px;
  border-radius: 10px;
}
.kontakt-leiste > div > a > div > div {
  display: flex;
  align-items: baseline;
}
.kontakt-leiste > div > a > div > div > svg {
  height: 1rem;
  padding: 0 5px 0 0;
}
.kontakt-leiste > div > a > div > div > div {
  color: #777;
}
.kontakt-leiste > div > a > div .days {
  float: left;
  margin-right: 30px;
}
.kontakt-leiste > div > a > div .time {
  float: right;
}
.kontakt-leiste > div > a > div:hover {
  border: 1px solid #e7f4fd;
  box-shadow: 10px 5px 5px #e7f4fd;
  background-color: #e7f4fd;
}
.kontakt-leiste > div > a > div:hover > div > div {
  color: black;
}
.kontakt-leiste > div > a > div:hover h4 {
  text-decoration-color: #005d9f;
}

#kontakt-button {
  width: 150px;
  height: 50px;
  background-color: #005d9f;
  color: white;
  margin-bottom: 50px;
}
#kontakt-button :hover {
  background-color: #005d9f80 !important;
  color: red !important;
}

@media (max-width: 1150px) {
  .kontakt-leiste {
    grid-template-columns: repeat(2, minmax(150px, 50%));
    grid-template-rows: auto auto;
    margin-left: auto;
    margin-right: auto;
    justify-items: center;
  }
  .kontakt-leiste > div {
    width: 200px;
    text-align: left;
  }
}
@media (max-width: 1000px) {
  .kontakt-grid {
    grid-template-columns: repeat(2, minmax(150px, 350px));
    grid-template-rows: auto auto;
  }

  .kontakt-leiste p {
    font-size: 1.2rem;
    line-height: 0.8;
  }
}
@media (max-width: 767px) {
  .kontakt-leiste > div {
    width: auto;
  }
}
@media (max-width: 700px) {
  .kontakt-grid {
    grid-template-columns: repeat(2, minmax(150px, 300px));
    grid-template-rows: auto;
  }
}
@media (max-width: 600px) {
  .kontakt-grid {
    grid-template-columns: minmax(200px, 400px);
    grid-template-rows: auto auto auto auto;
  }
  .kontakt-grid > div {
    width: 400px;
    margin: 0 auto;
  }

  .kontakt-leiste {
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto auto;
    text-align: initial;
  }
  .kontakt-leiste > div > a > div > div {
    justify-content: center;
  }
}
@media (max-width: 500px) {
  .kontakt-grid > div {
    width: 330px;
    margin: 0 auto;
  }
}
@media (max-width: 400px) {
  .kontakt-grid > div {
    width: 300px;
    margin: 0 auto;
  }
}
.leistungen-grid {
  display: grid;
  justify-content: center;
  column-gap: 1.5rem;
  row-gap: 1.5rem;
  grid-template-columns: 400px 400px 400px;
  grid-template-rows: auto auto auto;
}
.leistungen-grid .leistungen-icon {
  width: 48px;
}
.leistungen-grid > div {
  border-radius: 10px;
  padding: 5% 5% 0 5%;
  border: 1px solid #e7f4fd;
  box-shadow: 10px 5px 5px #e7f4fd;
}
.leistungen-grid > div > p {
  text-align: left;
}
.leistungen-grid > div .leistungen-heading {
  margin: 5% 0;
}
.leistungen-grid > div .leistungen-heading > h3 {
  color: #005d9f;
  font-size: 1.65rem;
  margin-bottom: 0.3rem;
}
.leistungen-grid > div .emptyLine {
  color: white !important;
}
.leistungen-grid > div:hover {
  background-color: #e7f4fd;
}
.leistungen-grid > div:hover > div > div {
  color: black;
}
.leistungen-grid > div:hover > div > svg {
  fill: white;
}
.leistungen-grid > div:hover p {
  color: black;
}
.leistungen-grid > div:hover .emptyLine {
  color: #e7f4fd !important;
}

@media (max-width: 1350px) {
  .leistungen-grid {
    grid-template-columns: 350px 350px 350px;
    grid-template-rows: auto auto auto;
    padding: 0 4%;
  }
}
@media (max-width: 1150px) {
  .leistungen-grid {
    grid-template-columns: repeat(2, minmax(200px, 400px));
    grid-template-rows: auto auto auto auto auto;
    padding: 0 4%;
  }

  .leistungen-text {
    text-align: left;
  }
}
@media (max-width: 1000px) {
  .leistungen-grid {
    grid-template-columns: repeat(2, minmax(200px, 350px));
    grid-template-rows: auto auto auto auto auto;
    padding: 0 4%;
  }

  .leistungen-text {
    text-align: left;
  }

  .container {
    max-width: 1000px;
  }
}
@media (max-width: 720px) {
  .leistungen-grid {
    grid-template-columns: 400px;
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
    padding: 0 4%;
  }

  .leistungen-text {
    text-align: left;
  }
}
@media (max-width: 500px) {
  .leistungen-grid {
    grid-template-columns: 350px;
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
    padding: 0 4%;
  }

  .leistungen-text {
    text-align: left;
  }
}
@media (max-width: 400px) {
  .leistungen-grid {
    grid-template-columns: 300px;
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
    padding: 0 4%;
  }

  .leistungen-text {
    text-align: left;
  }
}
@media (max-width: 350px) {
  .leistungen-grid {
    grid-template-columns: 250px;
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
    padding: 0 4%;
  }

  .leistungen-text {
    text-align: left;
  }
}
footer {
  display: flex;
  position: relative;
  justify-content: center;
  font-size: larger;
  background-color: #005d9f;
  height: 60px;
  margin-top: 50px;
  bottom: 0;
  color: white;
}
footer .footer-item-container {
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 550;
}
footer .footer-item-container .footer-item {
  color: white;
  padding: 2px 10px;
  border-radius: 10px;
}
footer .footer-item-container .footer-item:hover {
  background-color: #e7f4fd;
  color: #005d9f;
  cursor: pointer;
}
footer .footer-item-container .footer-separation {
  padding: 0 10px;
}

#doctors-modal.modal .modal-header {
  display: flex;
  flex-direction: row;
}
#doctors-modal.modal .modal-header > :first-child p {
  font-family: "Frutiger-Bold";
  font-size: 1.3rem;
  line-height: 22px;
  color: #777;
  font-weight: 500;
}
#doctors-modal.modal .modal-header > :nth-child(2) {
  align-self: baseline;
}
#doctors-modal.modal .modal-header > :nth-child(3) {
  align-self: flex-end;
  align-self: baseline;
  size: 50px;
}
#doctors-modal.modal .modal-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 90%;
  margin: auto;
}
#doctors-modal.modal .modal-body h6 {
  font-family: "Frutiger-Light", sans-serif !important;
}
#doctors-modal.modal .modal-body > :first-child {
  border-radius: 100%;
  border: 2px solid #005d9f;
  width: 150px;
  height: 150px;
}
#doctors-modal.modal .modal-body > :nth-child(2) {
  margin: 1% 0;
}
#doctors-modal.modal .modal-body > :nth-child(3) {
  color: #777;
  margin-bottom: 3%;
  font-size: 1.3rem;
}
#doctors-modal.modal .modal-footer {
  justify-content: center;
}
#doctors-modal.modal .btn-close {
  font-size: 25px;
}

#datenschutz-modal h6,
#impressum-modal h6,
#kontakt-modal h6 {
  font-size: 1.4em;
}
#datenschutz-modal.modal .modal-header,
#impressum-modal.modal .modal-header,
#kontakt-modal.modal .modal-header {
  display: grid;
  grid-template-columns: 33% 33% 33%;
}
#datenschutz-modal.modal .modal-header h5,
#impressum-modal.modal .modal-header h5,
#kontakt-modal.modal .modal-header h5 {
  font-size: 2.5rem;
}
#datenschutz-modal.modal .modal-header > :first-child p,
#impressum-modal.modal .modal-header > :first-child p,
#kontakt-modal.modal .modal-header > :first-child p {
  font-size: 1em;
  color: #777;
  font-family: "Frutiger-Bold";
}
#datenschutz-modal.modal .modal-header > :nth-child(2),
#impressum-modal.modal .modal-header > :nth-child(2),
#kontakt-modal.modal .modal-header > :nth-child(2) {
  text-align: center;
}
#datenschutz-modal.modal .modal-header > :nth-child(2) h5,
#impressum-modal.modal .modal-header > :nth-child(2) h5,
#kontakt-modal.modal .modal-header > :nth-child(2) h5 {
  font-weight: bold;
  text-decoration: underline;
}
#datenschutz-modal.modal .modal-header > :nth-child(3),
#impressum-modal.modal .modal-header > :nth-child(3),
#kontakt-modal.modal .modal-header > :nth-child(3) {
  text-align: end;
  align-self: baseline;
  size: 50px;
}
#datenschutz-modal.modal .modal-body h5,
#impressum-modal.modal .modal-body h5,
#kontakt-modal.modal .modal-body h5 {
  font-size: 1.8rem;
}
#datenschutz-modal.modal .modal-body hr,
#impressum-modal.modal .modal-body hr,
#kontakt-modal.modal .modal-body hr {
  width: 80%;
  margin: 2.5% auto;
}
#datenschutz-modal.modal .modal-footer,
#impressum-modal.modal .modal-footer,
#kontakt-modal.modal .modal-footer {
  justify-content: center;
}
#datenschutz-modal.modal .btn-close,
#impressum-modal.modal .btn-close,
#kontakt-modal.modal .btn-close {
  font-size: 25px;
}

#kontakt-modal.modal .modal-body > form {
  display: flex;
  flex-direction: column;
  max-width: 70%;
  margin: auto;
}
#kontakt-modal.modal .modal-body > form > :first-child {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#kontakt-modal.modal .modal-body > form > :first-child > :first-child {
  justify-content: flex-start;
  margin-right: 40px;
}
#kontakt-modal.modal .modal-body > form > :first-child > :nth-child(2) {
  justify-content: flex-end;
}
#kontakt-modal.modal .btn-primary {
  color: white;
  background-color: #005d9f;
  margin: auto;
}
#kontakt-modal.modal .btn-primary > :hover {
  background-color: #e7f4fd;
}
#kontakt-modal.modal .contact-input-required {
  color: grey !important;
  font-size: 0.7em;
  padding-left: 3px;
}

@media (max-width: 1200px) {
  #datenschutz-modal.modal .modal-header > :first-child p,
#impressum-modal.modal .modal-header > :first-child p {
    font-size: 0.75em;
  }
}
@media (max-width: 992px) {
  .modal-dialog {
    max-width: 800px;
  }
}
@media (max-width: 850px) {
  .modal-dialog {
    max-width: 700px;
  }
}
@media (max-width: 750px) {
  #datenschutz-modal.modal .modal-header h5,
#impressum-modal.modal .modal-header h5 {
    font-size: 2rem;
  }

  #datenschutz-modal h6,
#impressum-modal h6 {
    font-size: 1.2rem;
  }

  .modal-dialog {
    max-width: 600px;
  }
}
@media (max-width: 650px) {
  .modal-dialog {
    max-width: 550px;
  }

  #datenschutz-modal.modal .modal-header h6,
#impressum-modal.modal .modal-header h6 {
    font-size: 1em;
  }
}
@media (max-width: 550px) {
  #datenschutz-modal.modal .modal-body h5, #impressum-modal.modal .modal-body h5 {
    font-size: 1.4rem;
  }

  #datenschutz-modal.modal .modal-header h5,
#impressum-modal.modal .modal-header h5 {
    font-size: 1.8rem;
  }

  #datenschutz-modal h5,
#impressum-modal h5 {
    font-size: 1.4rem;
  }
  #datenschutz-modal p,
#impressum-modal p {
    font-size: 1rem;
  }
  #datenschutz-modal .p-style,
#impressum-modal .p-style {
    font-size: 1rem;
  }
}
@media (max-width: 500px) {
  #datenschutz-modal.modal .modal-header > :first-child p,
#impressum-modal.modal .modal-header > :first-child p {
    font-size: 0.75rem;
  }
}
@media (max-width: 450px) {
  #datenschutz-modal.modal .modal-header h5, #impressum-modal.modal .modal-header h5 {
    font-size: 1.5rem;
  }

  #datenschutz-modal.modal .modal-header h6, #impressum-modal.modal .modal-header h6 {
    font-size: 0.8rem;
  }

  #datenschutz-modal.modal .modal-header > :first-child p, #impressum-modal.modal .modal-header > :first-child p {
    font-size: 0.7rem;
  }
}
.owl-carousel {
  margin-top: 20px;
}

.owl-item {
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transform: scale(0.9) !important;
  opacity: 0.5;
}
.owl-item.center, .owl-item:hover {
  transform: scale(1) !important;
  opacity: 1;
  cursor: grab !important;
}

.owl-theme .owl-dots .owl-dot span {
  border: 1px solid #005d9f;
  background-color: transparent;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #005d9f;
}

.hydrojet-ad {
  font-size: 0;
  margin: auto;
  width: 50vw;
}
.hydrojet-ad .hydrojet-ad-img {
  display: inline-block;
  width: calc(100% - 40px - 200px);
  margin: 0 20px;
}
.hydrojet-ad .arrow {
  display: inline-block;
  height: 100px;
  width: 100px;
}
.hydrojet-ad .arrow > svg {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.hydrojet-ad .arrow > svg > * {
  fill: #005d9f;
}
.hydrojet-ad .arrow:hover > svg > * {
  fill: #81caffaf;
}
.hydrojet-ad .arrow-right svg {
  transform: rotate(-180deg);
}

.hydrojet-download-button {
  margin-top: 2%;
  display: inline-flex;
  font-size: 1.6em;
  background-color: white;
  border: none;
  align-items: center;
  padding: 5px 10px;
  border-radius: 10px;
  text-decoration: underline rgba(255, 255, 255, 0);
  border: 1px solid #e7f4fd;
  box-shadow: 10px 5px 5px #e7f4fd;
}
.hydrojet-download-button > :first-child {
  margin-right: 10px;
}
.hydrojet-download-button > :nth-child(2) {
  margin: auto 0;
}
.hydrojet-download-button:hover {
  text-decoration-color: black;
  background-color: #e7f4fd;
}
.hydrojet-download-button:hover i,
.hydrojet-download-button:hover p {
  color: black !important;
}

@media (max-width: 1600px) {
  .hydrojet-ad {
    width: 100%;
  }
}
@media (max-width: 1100px) {
  .hydrojet-ad .arrow {
    height: 50px;
    width: 50px;
  }
}
@media (max-width: 900px) {
  .hydrojet-ad {
    position: relative;
  }
  .hydrojet-ad .hydrojet-ad-img {
    display: block;
    margin: 0 auto;
    width: calc(100% - 120px);
  }
  .hydrojet-ad .arrow {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
  }
  .hydrojet-ad .arrow.arrow-left {
    left: 0;
  }
  .hydrojet-ad .arrow.arrow-right {
    right: 0;
  }
}
@media (max-width: 500px) {
  .hydrojet-ad .hydrojet-ad-img {
    width: 100%;
  }
  .hydrojet-ad .arrow {
    height: 90px;
    width: 20px;
  }
  .hydrojet-ad .arrow > svg > * {
    fill: #fff;
  }
  .hydrojet-ad .arrow:hover > svg > * {
    fill: #fff;
  }

  .hydrojet-download-button > * {
    font-size: 1rem;
  }
}
/* Set the size of the div element that contains the map */
#map {
  margin: auto;
  height: 400px;
  /* The height is 400 pixels */
  width: 70%;
  /* The width is the width of the web page */
  border: #005d9f 1px solid;
}

@media (max-width: 1500px) {
  .titleImg .begruessung {
    font-size: 3em;
  }
}
@media (max-width: 1300px) {
  .titleImg .begruessung {
    font-size: 2.5em;
  }
}
@media (max-width: 1300px) {
  .titleImg .begruessung {
    font-size: 2em;
  }
}
@media (max-width: 1000px) {
  .titleImg .begruessung {
    font-size: 1.5em;
  }
}
@media (max-width: 800px) {
  #map {
    width: 90%;
  }

  .titleImg > img {
    height: 300px;
    object-fit: cover;
    object-position: left;
  }
  .titleImg .begruessung {
    font-size: 1.3em;
  }
}
@media (max-width: 500px) {
  #map {
    height: 300px;
  }

  .titleImg > img {
    height: 250px;
  }
  .titleImg .begruessung {
    top: 25%;
    font-size: 1.1em;
  }
}
@media (max-width: 400px) {
  #map {
    height: 250px;
  }

  .titleImg .begruessung {
    font-size: 1em;
  }
}

/*# sourceMappingURL=style.css.map */
