/* = = = = = = = = = = = = = = = = = datei format.css = = = = = = = = = = = = = = = = = = = = = = = = = */

/* ############################################################ */
/* allgemein */
/* ############################################################ */

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
label {
  cursor: pointer;
}
html,
body {
  font-family: "open_sanscondensed_light", tahoma, georgia, arial, Verdana,
    Segoe, "Open Sans", helvetica, roboto, sans-serif;
  font-size: 62.5%;
}

body {
  height: 100%;
  font-size: 1.7rem;
  margin: 0 auto;
  overflow-x: hidden;
  color: #243348;
}

/* ---- �berschriften ----- */

h1,
h2,
h3,
h4,
h5 {
  text-align: left;
  font-weight: bold;
  text-transform: none;
}

h1 {
  font-size: 3rem;
  margin-top: 0rem;
  margin-bottom: 5.2rem;
}

h2 {
  font-size: 2.3rem;
  margin-top: 1rem;
  margin-bottom: 3.5rem;
  letter-spacing: 1px;
}

h2:after {
  display: block;
  border-top: 1px solid #333c62;
  width: 70px;
  content: "";
  margin-top: 2rem;
}

h3 {
  color: darkslategray;
  font-size: 1.8rem;
  margin-top: 1rem;
  margin-bottom: 2.5rem;
  letter-spacing: 0px;
}

/* ----- quelltext-erkl�rungen - wenn vorhanden ----- */

pre {
  white-space: pre-wrap;
  position: relative;
  font-size: 1.5rem;
  font-family: "open_sanscondensed_light", tahoma, georgia, arial, Verdana,
    Segoe, "Open Sans", helvetica, roboto, sans-serif;
  padding: 0rem 1rem 2rem 1rem;
  margin: 4rem auto;
  text-align: center;
  border: dotted 0.1rem slategray;
  background: transparent;
}

pre .extra {
  display: inline-block;
  position: absolute;
  left: -1.5rem;
  top: 1.5rem;
  font-size: 1.8rem;
  color: #fff;
  font-weight: normal;
  background: slategrey;
  padding: 0 0.5rem;
  transform: rotate(-45deg);
}

/*  ----------------------------------------  */
/* allgemeine links */
/*  ----------------------------------------  */

a {
  color: #243348;
  text-decoration: underline;
  cursor: pointer;
}

a:hover {
  color: #243348;
  text-decoration: none;
}

/* ############################################################ */
/*  speziell*/
/* ############################################################ */

/* bilder -anpassen der gr�sse */
img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  height: auto;
  border-radius: 0;
}

/*  ----------------------------------------  */
/*   MEHR LESEN-BUTTON  */
/*  ----------------------------------------  */

/* ----- style ----- */

.button {
  display: block;
  margin: 3rem 0 1rem 0;
  text-align: center;
}

.person {
  display: grid;
  grid-template-rows: auto 1fr auto;
  position: relative;
}

.person-name {
  display: flex;
  justify-content: center;
  text-align: center;
}

.fixed-height {
    height: 30px;
}

.button .mehr_lesen a {
  display: inline-block;
  background: slategray;
  color: #fff;
  border-radius: 0.6rem;
  text-decoration: none;
  padding: 0.3rem 1rem;
  transition: all 0.3s ease-out;
  cursor: pointer;
}

.button .mehr_lesen a:hover {
  color: #000;
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

/* ----- icon beim MEHR LESEN-BUTTON ----- */

.button .mehr_lesen a:hover:before {
  color: steelblue;
}

/*  ----------------------------------------  */
/* spezielle button-platzierung mit position:relative/absolute */
/* siehe beim abschnitt tertius und quintus */
/*  ----------------------------------------  */

.button-position {
  position: relative;
}

/*  ----------------------------------------  */
/* LISTE-SPEZIAL  */
/*  ----------------------------------------  */

/* ----- style 1 ----- */

.liste-spez {
  display: block;
  padding: 0;
}

.liste-spez ul {
  text-align: left;
  margin: 0rem 0 0 0;
  padding: 0rem 0 0 0;
}

.liste-spez li {
  list-style: none;
}

/* ----- style 2 -  wenn icon (fontawesome) vorangestellt ----- */

.liste-spez-2 {
  display: block;
  padding: 0;
}

.liste-spez-2 ul {
  text-align: left;
  margin: 0rem 0 0 -1rem;
  padding: 0rem 0 0 0rem;
}

.liste-spez-2 li {
  list-style: none;
  list-style-position: inside; /* r�ckt gfls zweite zeile ein*/
  text-indent: -1.5rem; /* r�ckt gfls zweite zeile ein */
  padding-left: 1.5rem; /* r�ckt gfls zweite zeile ein */
}

/* = = = = = = = = = =  = = = = = = = = = =  = = = = = = = = = = = = = = = = = = = = */
/*  GRID-SYSTEM  - f�r Bilder / Spalten */
/* = = = = = = = = = =  = = = = = = = = = =  = = = = = = = = = = = = = = = = = = = = */

/* ---------- boxen - grundsystem ---------- */

.box {
  display:flex;
  justify-content:center;
  align-items:center;

  text-align: left;
  vertical-align: top;
  width: 100%;
  padding: 1rem;
  margin: 0 -0.25rem -0.25rem -0.25rem; /* ausgleich ( minus-margin) f�r INLINE-BLOCK-WHITESPACE-BUG*/

}

.box-1_of_1,
.box-1_of_2,
.box-1_of_3,
.box-1_of_4,
.box-1_of_5 {
  width: 100%;
}

/* ---------- boxen - bilder ---------- */

.bilder {
  text-align: center;
}
.bilder .box {
  padding: 0.4rem;
}

.bilder .box-1_of_1,
.bilder .box-1_of_2,
.bilder .box-1_of_3,
.bilder .box-1_of_4 {
  width: 100%;
}
.bilder .box-1_of_4b {
  width: 50%;
}

#gallery .bilder .box-1_of_2 {
  width: 50%;
}
#gallery .bilder .box-1_of_3 {
  width: 33.33%;
}

#fotoblock .bilder .box-1_of_3 {
  width: 50%;
}

/*  ---------- boxen - andere ---------- */

#information .box-1_of_2 {
  width: 100%;
}
.inhalt-kontakt .box-1_of_2 {
  width: 100%;
}

/* ############################################################ */
/* bereich header */
/* ############################################################ */

header {
  background: #fff;
}

/* ############################################################ */
/* bereich top */
/* ############################################################ */

#top {
  display: table;
  width: 100%;
  padding: 0rem;
  background: #eaecf4;
  position: fixed;
  z-index: 3;
  box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.3);
  height: 60px; /* Set this to the actual height of your navbar */
}

.top-a {
  display: table-cell;
  vertical-align: top;
  width: auto;
  text-align: center;
  padding: 1rem 1.5rem 1rem 0;
}

.top-b {
  display: table-cell;
  vertical-align: top;
  width: auto;
  text-align: center;
  /* padding: 1rem 0; */
}

/* homepagename  */

.name {
  text-transform: none;
  display: inline-block;
  color: #39426c;
  font-weight: bold;
  margin: 0 auto;
  padding: 0rem 1rem;
  font-size: 2rem;
}

/* ############################################################ */
/* bereich logo */
/* ############################################################ */

#logo {
  position: relative;
  display: table;
  width: 100%;
  /* max-height: 75vh; */
  margin: 0 auto;
}

.person-text {
  text-align: center;
  padding: 0;
  margin: 0;
}

.spacer {
  height: 80px; /* Set this to the height of your navbar plus the desired whitespace */
}

.center-box > .tagline {
  font-size: 2em;
  padding: 0;
  padding-top: 0.25em;
  margin: 0;
  text-align: center;
}

h3 {
  font-size: 1.25em;
  margin-top: 1rem;
  margin-bottom: 2.5rem;
  letter-spacing: 0px;
}

.center-box {
  position: absolute;
  min-width: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 2rem;
  background: rgba(255, 255, 255, 0.8);
}

.logo-a {
  display: none;
  vertical-align: middle;
  width: 100%;
  padding: 0;
  text-align: center;
  background-image: url(/assets/images/zyto.medium.jpg);

  /* background-image: url(/assets/images/labor/IMG_1275.medium.jpg); */
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  /* filter: grayscale(75%); */
}

.logo-a::before,
.logo-b::before,
logo-c::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* background: rgba(255, 255, 255, 0.2); */
}

.logo-b {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0;
  background-image: url(/assets/images/labor/PathologieAugsburg-2024_1278_johannaschlueter.medium.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.logo-c {
  display: none;
  vertical-align: middle;
  padding: 0;
  text-align: center;
  background-image: url(/assets/images/labor/PathologieAugsburg-2024_0831_johannaschlueter.medium.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

/* spruch*/

.spruch-wrapper {
  position: absolute;
  /* display:table; */
  width: 100%;
  margin: 0 auto;
}

.spruch {
  /* display:table-cell;vertical-align:middle; */
  background: rgba(255, 255, 255, 0.9);
  /* border-radius:4rem;
color:#000;font-weight:normal;
padding:.2rem;
font-size:1.6rem;
letter-spacing:0px; */
  box-shadow: 0 0 20rem white;
}

.spruch span {
  text-transform: uppercase;
  font-weight: bold;
}

/* ############################################################ */
/* bereich inhalt */
/* ############################################################ */

main#inhalt {
  display: block;
  background: transparent;
  padding: 0rem;
  margin: 0 auto;
}

.inhalt-a {
  display: block;
  background: transparent;
  width: 100%;
  margin: 0 auto;
  padding: 0 2.5rem;
}

.inhalt-personen-kontakt {
  display: block;
  width: 100%;
  margin: 0 auto;
  margin: 2em 0;
}

/*  link-spez - icon vor den allg. links  */

main#inhalt .link-spez a:before {
  display: inline-block;
  font-family: "Font Awesome 6 Free"; /* - 'Font Awesome 6 Free' for Regular and Solid symbols;
                                     - 'Font Awesome 6 Brands' for Brands symbols. */
  font-weight: 900; /*  Weight of the font (mandatory)
                     - 400 for Regular and Brands symbols;
                     - 900 for Solid symbols. */
  content: "\f35d";
  margin-right: 0rem;
  margin-left: 0rem;
  color: slategray;
  transform: scale(0.6);
  transition: all 0.2s ease-out;
}

/* icon hover */
main#inhalt .link-spez a:hover:before {
  color: maroon;
}

/*  ----------------------------------------  */
/*  NTH-CHILD - jeder ungerade (odd) abschnitt, also 1, 3, 5 , 7 usw. */
/*  ----------------------------------------  */

.section-inhalt:nth-child(odd) {
  background: #fff;
}

/*  ----------------------------------------  */
/*  NTH-CHILD - jeder gerade (even) abschnitt , also 2, 4, 6 , 8 usw. */
/*  ----------------------------------------  */

.section-inhalt:nth-child(even) {
  background: #f4f6f9;
}

/*  ----------------------------------------  */
/*  box LEISTUNGEN                               */
/*  ----------------------------------------  */

.multi-box .box {
  margin: 0.5rem 0;
  background: radial-gradient(circle, white, #f9f9f9);
  border-radius: 0.8rem;
  padding: 2rem 1.5rem;
}

.multi-box .box h3 {
  margin: 1rem 1rem 1.5rem 0rem;
  text-align: center;
}

/* icons */

.multi-box i {
  margin: 0 0 1rem 0;
  text-align: center;
  font-size: 2.6rem;
  width: 5rem;
  height: 5rem;
  color: #fff;
  background: tomato;
  border-radius: 36rem;
}

.multi-box .box:nth-child(1) i {
  background: slategray;
}
.multi-box .box:nth-child(2) i {
  background: darkkhaki;
}
.multi-box .box:nth-child(3) i {
  background: steelblue;
}

.multi-box.more .box:nth-child(1) i {
  background: indianred;
}
.multi-box.more .box:nth-child(2) i {
  background: orangered;
}
.multi-box.more .box:nth-child(3) i {
  background: palevioletred;
}

/*  ----------------------------------------  */
/* box fotoblock  */
/*  ---------------------------------------- */

/* spezielle button-platzierung mit position:relative/absolute */
#fotoblock.button-position .button {
  position: absolute;
  top: 0rem;
  left: 0.1rem;
  transform: rotate(90deg);
  transform-origin: bottom left;
}

#fotoblock .button .mehr_lesen a {
  display: table-cell;
  vertical-align: middle;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 1rem 1rem;
  border: solid 1px slategray;
}

/*  ----------------------------------------  */
/* box information  */
/*  ---------------------------------------- */

#information .box img {
  border-radius: 1rem;
}

/* liste-spez  */

#information .liste-spez ul {
  padding: 1rem 1rem 1rem 2.5rem;
}

#information .liste-spez li {
  list-style: square;
}

/*  ----------------------------------------  */
/* box pathologen  */
/*  ----------------------------------------  */

.personen .box {
  display: inline-block;
  background: radial-gradient(circle, white, #f9f9f9);
  margin: 0;
  margin-bottom: 5rem;
  padding: 0rem;
  text-align: left;
  border-radius: 0.8rem;
}

.personen .box h3 {
  margin-top: 0;
  margin-bottom: 1.5rem;
  text-align: left;
}

.personen article.box-inner {
  padding: 2rem 1.5rem 3rem 1.5rem;
}

.personen .box img {
  border-top-right-radius: 0.8rem;
  border-top-left-radius: 0.8rem;
}

/* icons - plus-zeichen */


.personen span i {
  text-align: center;
  display: block;
  font-size: 1.3rem;
  width: 3rem;
  height: 3rem;
  color: slategray;
  background: white;
  border-radius: 0rem;
  font-style: normal;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

/*  ----------------------------------------  */
/*  box KONTAKT                               */
/*  ----------------------------------------  */

.inhalt-kontakt .box {
  padding: 2rem 2.5rem;
  background: linear-gradient(to right, white, rgba(255, 255, 255, 0.7), white);
  border-radius: 1.5rem;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
}

.inhalt-kontakt h3 {
  margin: 0rem 1rem 1rem 0rem;
  text-align: left;
}

/* icons */

.inhalt-kontakt i {
  transform: scale(0.8);
  color: slategray;
  margin-right: 1rem;
}

.liste-spez b.day {
  display: inline-block;
  width: 6rem;
  font-weight: normal;
  padding-left: 0rem;
}

.inhalt-kontakt .liste-spez-2 {
  margin: 0 0 0 1rem;
}

/* ############################################################ */
/* bereich fuss */
/* ############################################################ */

footer {
  background: linear-gradient(to right, #f9f9f9, #fff, #f9f9f9);
  background: slategray;
  margin: 0 auto;
  padding: 0rem;
  border-top: solid 0.1rem rgba(50, 50, 50, 0.1);
}

#fuss {
  display: block;
  margin: 0 auto;
  padding: 0rem;
}

.fuss-a {
  display: block;
  margin: 0 auto;
  padding: 2rem 0.5rem 2rem 0.5rem;
}

#fuss .box {
  padding: 0rem 0rem;
}

#fuss .box article {
  margin-bottom: 1rem;
}

/*  ----------------------------------------  */
/*  die wesentlichen schriftformate f�r den gesamten footer plus fussmenu */
/*  ----------------------------------------  */

#fuss,
#fuss a {
  color: lightgrey;
  font-weight: normal;
  font-size: 1.4rem;
  padding: 0 0.2rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
}

.fussmenu ul {
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.fussmenu li {
  display: inline-block;
}

#fuss li a:hover {
  color: #fff;
  text-decoration: underline;
}

/* social media */

.fussmenu li a span i {
  font-size: 1.5rem;
  border-radius: 0.4rem;
  color: lightgrey;
  padding: 0.7rem;
  margin: 0rem;
  transition: all 0.4s;
}

.fussmenu li a:hover span i {
  transform: rotate(25deg);
}

/* ############################################################ */
/* M E D I A   Q U E R I E S */
/* CSS Bildschirmabfragen */
/* ############################################################ */

/* ==================================== ab 320 pixel ================================== */
@media (min-width: 320px) {
  /* - hinweis -
f�r die kleinste smartphone-aufl�sung von 320 pixel ben�tigen wir KEINE bildschirmabragen (css-media queries),
denn hierf�r gilt ja automtisch der gesamte vorstehende quelltext-code  -
weil wir das template ja 'MOBILE-FIRST' angelegt haben.
*/
}

/* ==================================== ab 360 pixel ================================== */
@media (min-width: 360px) {
  /* keine angabe */
}

/* ==================================== ab 480 pixel ================================== */
@media (min-width: 480px) {
  html {
    font-size: 70%;
  }

  .inhalt-a {
    padding: 5rem 4rem;
  }

  .bilder .box-1_of_4 {
    width: 50%;
  }
  .inhalt-kontakt .liste-spez-2 {
    margin: 0 0 0 2rem;
  }
  .fuss-a {
    padding: 2rem 5rem;
  }
}

/* ==================================== ab 580 pixel ================================== */
@media (min-width: 580px) {
  .inhalt-a {
    width: 90%;
  }

  .bilder .box-1_of_2 {
    width: 50%;
  }
}

/* ==================================== ab 640 pixel ================================== */
@media (min-width: 640px) {
  /* keine angabe */
}

/* ==================================== ab 760 pixel ================================== */
@media (min-width: 760px) {
  html {
    font-size: 80%;
  }

  .inhalt-a {
    width: 740px;
  }

  #logo {
    height: auto;
  }
  .logo-a,
  .logo-b,
  .logo-c {
    display: table-cell;
    width: 33.33%;
    height: 30rem;
  }

  .bilder .box-1_of_3 {
    width: 33.33%;
  }

  #fuss,
  #fuss a {
    font-size: 1.2rem;
  }
  #fuss .box h3 {
    font-size: 1.3rem;
  }
}

/* ===================================== ab 960 pixel ================================= */
@media (min-width: 960px) {
  .inhalt-a {
    width: 100%;
  }

  .logo-a,
  .logo-b,
  .logo-c {
    height: 50vh;
  }

  .bilder .box-1_of_4b {
    width: 50%;
  }
  #fotoblock .bilder .box-1_of_3 {
    width: 33.33%;
  }
  #information .box-1_of_2 {
    width: 50%;
  }

  .multi-box {
    display: table;
    width: 100%;
    border-spacing: 1rem 0.5rem;
    table-layout: fixed;
  }
  .multi-box .box {
    display: table-cell;
    font-size: 1.4rem;
  }

  .personen-wrapper {
    width: 100%;
  }
  .personen {
    display: table;
    width: 100%;
    border-spacing: 1rem 0rem;
    table-layout: fixed;
  }
  .personen .box {
    display: table-cell;
  }

  .inhalt-kontakt {
    display: table;
    width: 100%;
    border-spacing: 2rem 0rem;
    table-layout: fixed;
  }
  .inhalt-kontakt .box {
    display: table-cell;
  }
}

/* ===================================== ab 1024 pixel ================================= */
@media (min-width: 1024px) {
  pre {
    width: 70%;
  }
}

/* ===================================== ab 1280 pixel ================================= */
@media (min-width: 1280px) {
  .inhalt-a {
    max-width: 1800px;
  }
  .bilder .box-1_of_4 {
    width: 25%;
  }
}

@media (min-width: 1080px) {
  html {
    font-size: 85%;
  }

  main,
  #logo {
    max-width: 1400px;
    margin: 0 auto;
  }

  /* #logo {
    max-width: 80%;
  } */
}

.person-name {
  text-align: center !important;
  text-wrap: pretty;
  margin: 0.25em;
}

#about-us {
  background: linear-gradient(
      rgba(255, 255, 255, 0.9),
      rgba(255, 255, 255, 0.9)
    ),
    url(/assets/images/dermahisto.medium.jpg) !important;
  background-size: cover !important;
  object-fit: cover !important;
  object-position: bottom !important;
}
.person {
  transition: transform 0.1s ease-in-out, border 0.1s ease-in-out; /* This makes the change in size and border smooth */
}
.person:hover {
  z-index: 2;
  transform: scale(1.25);
}

/* TODO: Bilder besser sichtbar (passt ungefähr so), schriftart halt in weiß machen */
#info-histo {
  background: linear-gradient(
      rgba(100, 100, 100, 0.65),
      rgba(100, 100, 100, 0.65)
    ),
    url(/assets/images/histo.medium.jpg) !important;
  background-size: cover !important;
  object-fit: contain;
  object-position: bottom !important;
}

#info-proben {
  background: linear-gradient(
      rgba(100, 100, 100, 0.75),
      rgba(100, 100, 100, 0.75)
    ),
    url(/assets/images/labor/PathologieAugsburg-2024_1237_johannaschlueter.medium.jpg) !important;
  background-size: cover !important;
  object-fit: contain;
  object-position: bottom !important;
}

#info-bearbeitung {
  background: linear-gradient(
      rgba(100, 100, 100, 0.75),
      rgba(100, 100, 100, 0.75)
    ),
    url(/assets/images/labor/PathologieAugsburg-2024_0848_johannaschlueter.medium.jpg) !important;
  background-size: cover !important;
  object-fit: contain;
  object-position: bottom !important;
}
#info-dermatohisto {
  background: linear-gradient(
      rgba(100, 100, 100, 0.55),
      rgba(100, 100, 100, 0.55)
    ),
    url(/assets/images/dermahisto.medium.jpg) !important;
  background-size: cover !important;
  object-fit: contain;
  object-position: bottom !important;
}

#info-zytologie {
  background: linear-gradient(
      rgba(100, 100, 100, 0.55),
      rgba(100, 100, 100, 0.55)
    ),
    url(/assets/images/zyto.medium.jpg) !important;
  background-size: cover !important;
  object-fit: contain;
  object-position: bottom !important;
}

#info-molekular {
  background: linear-gradient(
      rgba(100, 100, 100, 0.75),
      rgba(100, 100, 100, 0.75)
    ),
    url(/assets/images/labor/IMG_1275.small.jpg) !important;
  background-size: auto, auto;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.person .patho-img {
  height: 225px;
  width: 100%;
  object-fit: cover;
  object-position: top;
}

.personen.few {
  max-width: 65%;
  margin: 0 auto;
}

.text-on-image {
  color: white;
  padding: 50px;
  font-size: 1.3em;
}

@media (max-width: 960px) {
  .text-on-image {
    padding: 5px;
    color: white;
  }

  .personen.few {
    max-width: initial;
  }

  .person .patho-img {
    height: initial;
    max-height: 225px;
    object-fit: contain;
  }

  #logo {
    height: 50vh;
  }

  .button {
    padding-bottom: 1em;
  }
  .inhalt-a {
    font-size: 1.3em;
  }

  h2 {
    font-size: 2em;
    margin-top: 1rem;
    margin-bottom: 3.5rem;
    letter-spacing: 1px;
  }

  .center-box {
    width: 75%;
  }

  .center-box > .tagline {
    font-size: 1.7em;
  }

  /* TODO: All text sizes are weird */
}

.centered-div {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
}


.leistung-text {
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}

.leistung-text > h3 {
  color: white;
}

.leistung-text > * {
  /* TODO: Make this way bolder */
  font-weight: bolder !important;
  font-size: 4rem;
}

#info-probeneinsendung {
  background: linear-gradient(
      rgba(100, 100, 100, 0.65),
      rgba(100, 100, 100, 0.65)
    ),
    url(/assets/images/histo.medium.jpg) !important;
  background-size: cover !important;
  object-fit: contain;
  object-position: bottom !important;
  text-align: center !important;
  min-height: 300px;
  display: flex;
  justify-content: center;
}

#info-ivd {
  background: linear-gradient(
      rgba(255, 255, 255, 0.5),
      rgba(255, 255, 255, 0.5)
    ),
    url(/assets/images/histo.medium.jpg) !important;
  background-size: cover !important;
  object-fit: contain;
  object-position: bottom !important;
  text-align: center !important;
}
