/* @import url('https://fonts.googleapis.com/css?family=Muli'); */


/* mulish-regular - latin */
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/mulish-v12-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/mulish-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/mulish-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/mulish-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/mulish-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/mulish-v12-latin-regular.svg#Mulish') format('svg'); /* Legacy iOS */
}






*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#body-video {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: url(https://xn--kfer-apotheken-5hb.de/backoffice/production/Medien/LandingPage/landingpage.jpg);
}


#corona_testzentrum {
    background: rgba(255, 255, 255, 0.6);
    border-radius: 10px;
    padding-top: 10px;
    text-align: center;
    max-width: 1450px;
    margin: 0 auto;
    margin-top: 50px;
	border: 2px solid #a82d2d;
	margin-bottom: -25px;
}

a {
    text-decoration: none;
    color: #444;
}

a:hover {
    text-decoration: none;
    color: #a82d2d;
}

span.myh2 {
    font-size: 1.5em;
    font-weight: bold;
}

span.myboldh2 {
    font-size: 1.7em;
    font-weight: bold;
}






@media only screen and (max-width: 600px) {
#corona_testzentrum {
    width: unset;
	margin-top: 100px;
}
}




@media screen and (max-width: 1024px) {

  body {
    background: url(https://xn--kfer-apotheken-5hb.de/backoffice/production/Medien/LandingPage/landingpage.jpg);	
    background-size: cover;
    background-attachment: fixed;
    overflow-x: hidden;
    }

.mainc {
   position: absolute;
   top: 0;
   margin-top: 80px;
   width: 100%;
 }
 
 #body-video {
 display: none;
 }
 
 
 #mobil_oeffnung {
 display: block;
 font-size: 0.3;
 }
 


}






body {
  color: #999999;
  font-family: "Muli", sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  padding: 1rem;
  /* text-rendering: optimizeLegibility; */
  /* -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga" on;
  object-align: middle; */
}
img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
.btn {
  background-color: white;
  border: 1px solid #cccccc;
  color: #fff;
  padding: 0.5rem;
  text-transform: uppercase;
}
.btn--block {
  display: block;
  width: 50%;
  background: #52e559;
}
.cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin-top: 60px;
}
.cards__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem;
  min-width: 300px;
}
@media (min-width: 59rem) {
  .cards__item {
    width: 40%;
  }

}
@media (min-width: 90rem) {
  .cards__item {
    width: 19%;
  }
}
.card {
  text-decoration: none;
  color: #444;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  -webkit-box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
          box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
.card:hover .card__image {
  -webkit-filter: opacity(100%);
          filter: opacity(100%);
}
.card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 1rem;
  margin-top: 70px;
}
.card__image {
  max-height: 180px;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  -webkit-filter: opacity(50%);
  -moz-filter: opacity(50%);
  filter: opacity(50%);
  overflow: hidden;
  position: relative;
  -webkit-transition: -webkit-filter 0.5s cubic-bezier(0.43, 0.41, 0.22, 0.91);
  transition: -webkit-filter 0.5s cubic-bezier(0.43, 0.41, 0.22, 0.91);
  transition: filter 0.5s cubic-bezier(0.43, 0.41, 0.22, 0.91);
  transition: filter 0.5s cubic-bezier(0.43, 0.41, 0.22, 0.91), -webkit-filter 0.5s cubic-bezier(0.43, 0.41, 0.22, 0.91);
}
.card__image::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
@media (min-width: 40rem) {
  .card__image::before {
    padding-top: 66.6%;
  }
  
  

}

@media (max-width: 991px){
  .card__image {
    -webkit-filter: opacity(100%);
    -moz-filter: opacity(100%);
    filter: opacity(100%);

  }
}

.card__image--flowers {

  background-repeat: no-repeat;
  /* background-size: cover;
  min-width: 361px; */
}
#profillogo {
  /* background: rgba(255, 255, 255, 0.7); */
  z-index: 999;
  position: relative;
  width: 200px;
  height:auto;
  left: 50%;
  margin-left: -100px;
  margin-top: 20px; 
}

.coverimg {
  width: 100%;
  margin-left: 5%;
  max-height: 100%;
  /* height: 70px; */
  /* margin-top: 30px; */
  -o-object-fit: contain;
     object-fit: contain;
}
.card__title {
  color: #444444;
  font-size: 1.25rem;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
}
.card__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 1.1rem;
  /* line-height: 1.5; */
  margin-bottom: 1.25rem;
  text-align: center;
  min-width: 100%;
  z-index: 1001;
}

.telefonnummer, .gmaps {
  text-decoration: none;
  color: #666;
}
#impressumlanding {
  font-size: 1em;
  position: relative;
  bottom: 0px;
  left: 100%;
  margin-left: -200px;
  width: 200px;
}
#impressumlanding a {
  text-decoration: none;
  color: #8b8b8b;
}

#mobile-header {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  text-align: right;
  margin: 10px;
  font-size: 1.6em;
  color: rgb(99, 99, 99);
}

#header {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  position: relative;
  margin-left: 5%;
  margin-right: 5%;
}

#header:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0px;
  height: 2px;
  width: 100%;
  background-size: 100%;
  background-image: -webkit-linear-gradient(0deg, #a82d2d 20%, #a82d2d 20%, #a82d2d 40%, #a82d2d 40%, #a82d2d 50%, #444 100%);
  background-image: -ms-linear-gradient(0deg, #a82d2d 20%, #a82d2d 20%, #a82d2d 40%, #a82d2d 40%, #a82d2d 50%, #444 100%);
}

#header .icons {
  width: 100%;
  text-align: right;
}



ul.icons li:last-child {
  padding-right: 0;
}

ul.icons li {
  display: inline-block;
  padding: 0 1em 0 0;
}

header ul li {
  float: right;
  position: relative;
  right: 0;
}

.header_link_nd {
  text-decoration: none;
  color: rgb(180, 66, 66);
  margin-bottom: -8px;
  font-size: 23px;
  font-weight: 400;
}

.header_link_nd:hover {
  color: rgb(26, 13, 13);
}

.header_link_nd2 {
  text-decoration: none;
  color: rgb(180, 66, 66);
  font-size: 0.8em;
}

.header_link_nd2:hover {
  color: rgb(26, 13, 13);
}

@media screen and (max-width: 890px){
#mobile-header {
    display: block;
}

#header {
  display: none;
}

.cards {

  margin-top: 85px;
}
}


#ueberschrift_veranstaltungen {
  margin-top: 80px;
  width: 100%;
  text-align: center;
  color: #444;
  font-weight: 500;
  font-size: 26.8px;
}

.oeffnung_modal {
  width: 100%; 
  text-align: center;
  margin-top: -15px;
  font-size: 1em;
  cursor: pointer;
}

.oeffnung {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  margin-top: -40px;
  font-weight: 400;
  font-size:1.3em;
  cursor: pointer;
}


.oeffnungzu {
  color: #a82d2d;
}


.oeffnungoffen {
  color: #76c153;
}


tr {
  margin-left: 10px;
}


#tabelle_landingpage {
  background: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  padding-top: 10px;
  margin-top: 20px;
  margin-left: 10%;
  margin-right: 10%;
  margin-bottom: 40px;
}
#tabelle_landingpage .th {
  text-align: center;
}
/* Table */
.table-wrapper {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}
table {
  margin: 0 0 0.6em 0;
  width: 100%;
  border-collapse: collapse;
}
table tbody tr {
  border: solid 1px rgba(167, 170, 172, 0.6);
  border-left: 0;
  border-right: 0;
}
table tbody tr:nth-child(2n + 1) {
  background-color: rgba(230, 235, 237, 0.25);
}
table td {
  padding: 0.75em 0.75em;
  color: rgb(127, 136, 143);
}

.oeffnung_td {
  padding: 0em 0em;
}

table th {
  color: #3d4449;
  font-size: 0.9em;
  font-weight: 400;
  padding: 0 0.75em 0.75em 0.75em;
  text-align: left;
}
table thead {
  border-bottom: solid 2px rgba(210, 215, 217, 0.75);
}
table tfoot {
  border-top: solid 2px rgba(210, 215, 217, 0.75);
}
table.alt {
  border-collapse: collapse;
}
table.alt tbody tr td {
  border: solid 1px rgba(167, 170, 172, 0.6);
  border-left-width: 0;
  border-top-width: 0;
}
table.alt tbody tr td:first-child {
  border-left-width: 1px;
}
table.alt tbody tr:first-child td {
  border-top-width: 1px;
}
table.alt thead {
  border-bottom: 0;
}
table.alt tfoot {
  border-top: 0;
}
