@media only screen and (max-width: 780px) {
  #map-item {
    width: 100%;
  }
}

@media only screen and (min-width: 780px) {
  #map-item {
    width: 40%;
  }
}

@media (max-width: 779px) {
  .map-container {
    width: 100%;
  }
}

@media (min-width: 780px) {
  .map-container {
    width: 60%;
  }
}

@media (max-width: 779px) {
  .apotheke-info {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (max-width: 1199px) {
  .navbar-brand {
    margin-left: 0%;
    margin-right: 11%;
    margin-top: -15px;
    margin-bottom: -5px;
  }
}

@media (min-width: 1200px) {
  .navbar-brand {
    margin-top: -15px;
    margin-bottom: -5px;
    margin-left: 10%;
    margin-right: 15%;
  }
}

@media (min-width: 679px) {
  .heading-top {
    text-align: center;
    color: var(--bs-primary);
    margin-bottom: 0px;
    font-size: 90px;
    text-shadow: 0px 0px 6px rgba(33,37,41,0.25);
    font-weight: 400;
    margin-left: 1vw;
    margin-right: 1vw;
  }
}

@media (max-width: 678px) {
  .heading-top {
    text-align: center;
    /*font-family: 'Alex Brush', serif;*/
    color: var(--bs-primary);
    margin-bottom: 0px;
    font-size: 55px;
    text-shadow: 0px 0px 6px rgba(33,37,41,0.25);
    word-break: break-word;
    overflow-wrap: break-word;
  }
}

.leistungs-name-header {
  text-align: center;
  font-weight: bold;
  color: var(--bs-secondary);
  /*font-size: 40px;*/
  /*padding-bottom: 15px;*/
}

.row-reverse-test:nth-child(2n-1) .row-direction-reverse {
  flex-direction: row-reverse;
}

.row-reverse-test .row-direction-reverse {
  background: #FFF;
}

@media (max-width: 1200px) {
  .qr-code-phone {
    visibility: hidden;
    height: 0;
  }
}

@media (min-width: 900px) {
  .imgphone {
    display: none;
  }
}

@media (max-width: 899px) {
  .imgpc {
    display: none;
  }
}

.site-title {
  padding-top: 25px;
  padding-bottom: 25px;
}

body {
  background: linear-gradient(rgba(23,82,143,0.02), rgba(14,103,170,0.02) 99%), linear-gradient(rgba(23,82,143,0.02), rgba(21,83,150,0.02) 100%), #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-x: hidden;
}

header {
  margin-top: 115px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.header-content {
  padding: 0 2vw;
  max-width: 1360px;
}

@media (max-width: 1400px) {
  .swiper-slide {
  }
}

@media (max-width: 1400px) {
  .swiper {
  }
}

@media (max-width: 1400px) {
  .row:has(.row_image_col) {
  }
}

@media (max-width: 1400px) {
  .row:has(.row_image_col) .row_image_col {
    height: 375px;
  }
}

.btn-default {
  min-height: 40px;
  background: var(--bs-primary);
  border-style: none;
  border-radius: 10px;
  /*margin-bottom: 15px;*/
  width: 80%;
  max-width: 300px;
  height: auto;
}

.btn-default:focus {
  outline: double;
  outline-color: #0f67aa;
  outline-style: solid;
  outline-width: var(--bs-focus-ring-width);
  box-shadow: none;
}

em {
  color: var(--bs-primary);
  font-style: normal;
}

h2 {
  padding-top: 15px;
}

address {
  text-align: center;
}

footer {
  width: 100%;
  background: var(--bs-secondary);
  height: 100%;
  margin-top: 50px;
}

footer address {
  text-align: left;
}

nav {
  width: 100%;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  background: #ffffff;
  overflow: hidden;
  display: block;
  position: fixed;
  z-index: 5;
}

main {
  min-height: 100dvh;
  width: 100%;
}

img {
  height: auto;
  width: 100%;
}

a {
}

.column .numeration {
  font-size: 59px;
  color: var(--bs-primary);
  margin-left: 20px;
  text-align: left;
  margin-top: 0;
  padding: 0;
  margin-bottom: 0;
}

.card-section {
  padding: 15px;
  width: 100%;
  padding-bottom: 15px;
  height: 100%;
}

.card-section .card {
  border-style: none;
  overflow: hidden;
  border-radius: 15px;
  width: 100%;
  box-shadow: 0px 0px 10px 0px rgba(33,37,41,0.35);
  height: 100%;
}

.card-section .card .card-body {
  display: flex;
  flex-direction: column;
}

.apotheke-info {
  padding: 25px;
}

.round-image {
  border-radius: 7px;
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
}

p {
  margin: 0;
}

.column {
  padding: 0;
}

.swiper-pagination-bullet {
  background: var(--bs-primary);
}

.subheader {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: var(--bs-secondary);
  padding: 0 15px;
}

