#about .hrtitle {
  border: 0;
  height: 1px;
  background: #333;
  background-image: linear-gradient(to right, #ccc, #333, #ccc);
}



#about .flex-container {
  display: block;
  flex-direction: row;
}

#about .flex-item-title {
  order: 1;
}




#about .flex-container-weil {
  display: block;
  flex-direction: row;
}

#about .flex-item-pic-weil {
  float: left;
  height: auto;
  order: 2;
  position: relative;
  width: 50%;
}

#about .flex-item-pic-img-weil {
  background-image: url(/assets/picwithDrWeil.webp);
  background-color: var(--bioimagebackground);
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  border-radius: 25px;
  height: 280px;
  order: 2;
  position: relative;
  width: 80%;
}





#about .flex-container-different {
  display: block;
  flex-direction: row;
}

#about .flex-item-text-different {
  float: left;
  order: 2;
  position: relative;
  width: 50%;
}

#about .flex-item-pic-different {
  float: right;
  height: auto;
  order: 1;
  position: relative;
  width: 50%;
}

#about .flex-item-pic-img-different {
  background-image: url(/assets/officewide.webp);
  background-color: var(--bioimagebackground);
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  border-radius: 25px;
  /*float: right;*/
  height: 280px;
  order: 2;
  position: relative;
  width: 80%;
}



#about .flex-container-journey {
  display: block;
  flex-direction: row;
}

#about .flex-item-text-journey {
  float: left;
  order: 2;
  position: relative;
  width: 50%;
}

#about .flex-item-pic-journey {
  float: right;
  height: auto;
  order: 1;
  position: relative;
  width: 50%;
}

#about .flex-item-pic-img-journey {
  background-image: url(/assets/myjourney.webp);
  background-color: var(--bioimagebackground);
  background-position: right;
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  border-radius: 25px;
  height: 280px;
  order: 2;
  position: relative;
  width: 80%;
}






#about .flex-container-history {
  display: block;
  flex-direction: row;
}

#about .flex-item-pic-history {
  float: left;
  height: auto;
  order: 2;
  position: relative;
  width: 50%;
}

#about .flex-item-pic-img-history {
  background-image: url(/assets/picwithDrWeil.webp);
  background-color: var(--bioimagebackground);
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  border-radius: 25px;
  /*float: right;*/
  height: 280px;
  order: 2;
  position: relative;
  width: 80%;
}






#about .biop {
  /* font-family: 'Open Sans', Helvetica, Arial, sans-serif; */
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  border: 0;
  margin: 0;
  padding: 0;
  padding-bottom: 20px;
  color: var(--textcolor);
  display: block;

  margin-inline-start: 0px;
  margin-inline-end: 0px;
  text-align: left;
}
#about .h2title {
  font-size: 24px;
  line-height: 1.5em;
  /* font-family: Raleway, 'Open Sans', Helvetica, Arial, sans-serif; */
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #111;
  word-wrap: break-word;
  margin: 3em 0 0.5em;
  margin-bottom: 25px;
  padding: 20px;
}
#about .separator {
  height: 40px;
}

#about .biopic {
  float: left;
  width: 40%;
  text-align: -webkit-center;
}

#about .johannabiopic {
  background-image: var(--bioimage);
  background-color: black;
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  height: 298px; /* You must set a specified height */
  width: 238px;
}

#about .flex-item-pic:hover .overlay {
  opacity: 1;
  bottom: 40px;
}

#about .biotext {
  float: left;
  padding-right: 10px;
  width: 60%;
}

#about .newspaper {
  clear: left;
  column-count: 2;
  column-gap: 40px;
  column-rule: 1px solid lightblue;
  padding: 20px;
}

#abouth2 {
  column-span: all;
}

#about .abouttitle {
  text-align: center;
}

#about .listheader:before {
  content: '';
  background-image: url(/assets/flower.svg);
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  font-weight: bold;
  text-align: center;
  padding: 5px 18px;
  margin: 0;

}

#about .clinicvision li {
  list-style-type: none;
  margin: 0px 36px;
}

#about .clinicvalues {
  margin: 0% 5%;
}



@media screen and (max-width: 768px) {
  #about h2 {
    margin: 0;
  }

  #about .biopic {
    background-color: black;
    width: 100%;
  }

  #about .biotext {
    width: 100%;
    padding: 20px;
  }
  #about .newspaper {
    column-count: 1;
    padding: 0% 10%;
  }
  

  #about .flex-container {
    flex-direction: column;
  }

  #about .flex-container .flex-item-title {
    order: 2;
  }

  #about .flex-container .flex-item-pic {
    order: 1;
    width: 100%;
    text-align: center;
  }
  /* #about .flex-container .flex-item-pic img {
    float: unset; */
}

@media screen and (max-width: 500px) {
 
  
  #about .flex-container {
  display: flex;
  }

  #about .flex-container-weil {

  }
  
  #about .flex-item-pic-weil {
    width: 100%;
    margin-bottom: 40px;
  }
  
  #about .flex-item-pic-img-weil {
      height: 420px;
      width: 100%;
    }
    
    
    
  #about .flex-container-different {
    display: flex;
    flex-direction: column;
  }

  #about .flex-item-text-different {
    width: 100%;
  }
  
  #about .flex-item-pic-different {
    width: 100%;
  }
  
  #about .flex-item-pic-img-different {
    background-image: url(/assets/officewide.webp);
    background-color: var(--bioimagebackground);
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    border-radius: 25px;
    /*float: right;*/
    height: 280px;

    position: relative;
    width: 100%;
  }
  
 
  #about .flex-container-journey {
    display: flex;
    flex-direction: column;
  }

  #about .flex-item-text-journey {
    width: 100%;
  }
  
  #about .flex-item-pic-journey {
    width: 100%;
  }
  
  #about .flex-item-pic-img-journey {
    width: 100%;
  }


}

