body {
  font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background-color: #cebcaf;
  width: 100%;
}

header {
  background-color: antiquewhite;
  display: flex;
  align-items: center;
  padding: 10px 15px;
  justify-content: space-between;
  margin: 0;
  max-width: 100%;
  flex-wrap: wrap;
}

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

#logo {
  border-radius: 50%;
}

nav ul {
  list-style: none;
  display: flex;
  gap: 1em;
  padding: 0;
  margin: 0;
}

.reiter {
    font-size: larger;
    display: flex;
    flex-wrap: wrap;
}

nav a {
  text-decoration: none;
  color: #333;
}

.hero-img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 8px;
}

.img-behandlung {
  display: block;
  max-width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: 0px;
  border-radius: 8px;
}

.highlight-box {
  background-color: #ffefc2;
  padding: 20px;
  border-radius: 5px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 70%;
  opacity: 0.75;
}

.slideshow {
  position: relative;
  max-width: 600px;
  margin: 20px auto;
}

.slide {
  display: none;
  width: 100%;
}

.slide.active {
  display: block;
}

.prev, .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0,0,0,0.5);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
}

.prev { left: 0; }
.next { right: 0; }

.concept-box {
  background-color: #efdaac;
  padding: 20px;
  display: flex;
  gap: 20px;
  align-items: center;
  border-radius: 8px;
  margin-top: 20px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.portrait {
  max-width: 100%;
  border-radius: 50%;
  height: auto;
  margin-right: 100px;
}

#portrait_about {
  height: 200px;
}

.about {
  display: flex;
  align-items: flex-start;
  margin: 10px;
  flex-wrap: wrap;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}
table, th, td {
  border: 1px solid #ccc;
  padding: 10px;
}

.social-icons a img {
  height: 100%;
  width: auto;
  margin-right: 10px;
}

.social-icons {
  height: 40px;
}

.wrapper_logo {
    max-width: 7%;
    height: auto;
    margin: auto 20px;
}

.wrapper_left {
    height: 200px;
    width: auto;
    margin: auto;
    margin-left: 0px;
}

.wrapper {
    max-width: 20%;
    height: auto;
    margin: auto;
    align-items: center;
}

.wrapper_dgam {
  height: 50px;
  width: auto;
  align-items: center;
}

#dgam_footer {
  height: 100%;
}

footer {
    background-color: #f4f4f4;
    display: flex;
    align-items: center;
    padding: 10px 20px;
    justify-content: space-evenly;
    flex-wrap: wrap;
    max-width: 100%;
}

.mittig {    
    text-align: center;
    padding: 10px;
    max-width: 100%;
    overflow: hidden;
}

#back-img {
    position: relative;
    z-index: 1;
    max-width: 100%;
}

#praxis_willkommen {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(Bilder/Liege_SichtRein.jpg);
    background-color: #cccccc; /* Used if the image is unavailable */
    width: 100%;
    height: 100%;
    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 */
    opacity: 0.7;
}

#logo_dgam {
  height: 50px;
  width: auto;
}

.nebeneinander {
  display: flex;
  flex-direction: row;
  max-width: 100%;
  margin-left: 60px;
  margin-right: auto;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.wrapper_nebeneinander {
  height: auto;
  max-width: 20%;
  margin: 0px;
  align-items: start;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-right: 8rem;
}

#willkommen {
    font-size: 300%;
}

.container {
    margin-left: 2rem;
    margin-right: 2rem;
    margin-bottom: 2rem;
}

#portrait_text {
  margin-top: 0;
}

.colored-box {
  background-color: antiquewhite;
  border-radius: 8px;
  padding: 20px;
  max-width: 80%;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: justify;
} 

#ausbildungen {
  font-weight: 100;
}

#map {
  max-width: 100%;
  height: auto;
}

iframe {
  height: 100%;
  width: 100%;
}

.link_footer {
  display: flex;
  gap: 30px;
}

a:link {
  color: #333
}

a:visited {
  color: #333
}

a:hover {
  color: black;
}

a:active {
  color: black;
}

.wrapper_height {
  height: 200px;
  max-width: 100%;
  margin: auto;
}
