.store-plain {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin: 1% 0;
}

.store-head {
  display: flex !important;
  align-items: center;
  padding: 0.5em;
  text-decoration: none !important;
  color: inherit;
}

.store-head img {
  width: auto !important;
  margin: 0 5px;
}

.store-head h3 {
  margin: 0 5px;
  width: 100%;
}

.store-plain .store-body {
  flex-direction: column;
  align-items: center;
  height: 100%;
}

.store-plain .store-body > div > div > p,
.store-plain .store-body > div > div > table {
  background-color: var(--bs-body-bg);
  padding: 0 14px;
  width: 100%;
  margin: 10px 0;
}

.store-plain .store-body > div > div > table > tbody > tr > td {
  padding: 0 14px;
}

.store-button {
  width: 100%;
  margin-top: auto;
  padding: 0 10px;
}

.store-button > a {
  border: 1px var(--bs-body-color) solid;
  border-radius: 5px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 3% 4%;
  color: var(--bs-body-color);
  font-weight: bold;
}

.store-button > a:hover {
  text-decoration: none;
}

.store-button > a > img {
  width: auto;
  margin: 0 5px;
}

.covid-info {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 5px;
}

.covid-info > h2 {
  text-align: center;
  color: #D9000D;
}

.alternate-vor-ort{
  padding: 3% 0;
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 10px;
}

.covid-info .store-button {
  margin-top: 15px;
}

.alternate-vor-ort > h2 {
  margin: 0;
}

.alternate-stores-header {
  flex: 0 0 100%;
  padding: 0 12%;
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  margin: 2% 0;
}

.alternate-stores-header > img {
  width: auto !important;
  margin: 0 5px;
}

.alternate-stores-header > h2 {
  margin: 0;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
}

.alternate-stores-header > h2 > strong {
  font-size: 1.4rem;
  line-height: 1.5;
}

.alternate-logo-text{
  font-family: Lato;
  color: #e30613;
}

.alternate-stores-sketch {
  background-color: var(--gray-lighter);
  cursor: pointer;
  display: flex;
  margin: 5px;
  width: 100%;
}

.alternate-stores-sketch > a {
  color: var(--bs-body-color);
  font-weight: bold;
  padding: 5px 0;
  text-align: center;
  width: 100%;
}

.alternate-stores-sketch > a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f019";
  margin-right: 8px;
}

.mobileOnePerRow .gridPlain {
  margin: 5px;
}

@media screen and (max-width: 768px){
  #mainContent .grid4InARow.mobileOnePerRow.storesVorOrt {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .store-head {
           cursor: pointer;
  }
  .store-head h3::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  float: right;
  margin-left: auto;
  content: "\f106";
}
.store-head.collapsed h3::after {
  content: "\f107";
}
}

@media only screen and (min-width: 769px) {
  .gridContainer div:nth-child(6) {
      margin-top: 50px;
  }
}