/*braun*/
/*t�rkis*/
/*braun heller*/
/*braun sehr hell*/
/*t�rkis hell*/
/*blaugruen mittel*/
/*dunkel braun*/
/*t�rkis dunkel*/
/*braun-rot*/
/*hellbraun*/
.defaultButton {
  display: inline-block;
  padding: 12px 20px 10px 20px;
  background: #abc9c7;
  color: #FFFFFF !important;
  border-radius: 15px;
  text-transform: uppercase;
  font-size: 1rem;
  font-family: 'Figtree', sans-serif;
  font-weight: bold;
  line-height: 100%;
  letter-spacing: 1.5px;
  border: none;
}
.defaultButton:hover,
.defaultButton:focus {
  background: #77a5a2;
}
form[action="/de/ueber-mich/"] .gallery figure img,
form[action="/de/kontakt/"] .gallery figure img,
form[action="/de/ueber-mich/"] .gallery figure video,
form[action="/de/kontakt/"] .gallery figure video {
  object-position: 62% !important;
}
.gallery {
  position: relative;
  background: #f0e9e5;
  background: linear-gradient(90deg, #f0e9e5 0%, #f9f6f4 60%, #f0e9e5 100%);
}
.gallery figure {
  position: relative;
  height: 60vh;
  overflow: hidden;
}
@media screen and (min-width: 800px) {
  .gallery figure {
    height: auto;
    max-height: 80vh;
  }
}
@media screen and (min-width: 800px) {
  .gallery figure img,
  .gallery figure video {
    object-position: 50%;
  }
}
.gallery figure img,
.gallery figure video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 65%;
}
.gallery .descr {
  background: linear-gradient(90deg, #F0E9E5 0%, #F1EAE7 12.5%, #F3EEEB 25%, #F5F0ED 37.5%, #F7F3F1 50%, #F8F5F3 62.5%, #F5F0ED 75%, #F2ECE8 87.5%, #F0E9E5 100%);
  z-index: 20;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  padding: 40px 10px;
}
@media screen and (min-width: 800px) {
  .gallery .descr {
    position: absolute;
    left: 14%;
    top: 0;
    bottom: auto;
    padding: 0;
    background: transparent;
  }
}
.gallery .descr a {
  margin-top: 15px;
}
@media screen and (min-width: 800px) {
  .gallery .descr a {
    margin-top: 0;
  }
}
.gallery .descr .title {
  color: #c38c6d;
  font-weight: 500;
  display: block;
  font-size: 0.7rem;
  margin-bottom: 12px;
  text-decoration: underline;
  text-transform: uppercase;
  letter-spacing: 1.1px;
  text-align: center;
}
@media screen and (min-width: 800px) {
  .gallery .descr .title {
    font-size: 1.3rem;
    text-align: left;
  }
}
.gallery .descr .d {
  color: #c38c6d;
  font-size: 2.5rem;
  font-weight: bold;
  position: relative;
  display: block;
  font-family: Juana;
  font-weight: 100;
  line-height: 110%;
  margin: 0 auto;
  text-align: center;
  max-width: 320px;
}
@media screen and (min-width: 800px) {
  .gallery .descr .d {
    line-height: 130%;
    margin: 0;
    max-width: none;
    font-size: 3rem;
    text-align: left;
  }
}
.gallery .descr .d br {
  display: none;
}
@media screen and (min-width: 800px) {
  .gallery .descr .d br {
    display: inline;
  }
}
.gallery .descr .d:empty {
  display: none;
}
.gallery .descr .d a {
  display: inline-block;
  padding: 12px 20px 10px 20px;
  background: #abc9c7;
  color: #FFFFFF !important;
  border-radius: 15px;
  text-transform: uppercase;
  font-size: 1rem;
  font-family: 'Figtree', sans-serif;
  font-weight: bold;
  line-height: 100%;
  letter-spacing: 1.5px;
  border: none;
}
.gallery .descr .d a:hover,
.gallery .descr .d a:focus {
  background: #77a5a2;
}
.gallery .slick-dots {
  bottom: -40px;
  left: 20px;
}
.gallery .slick-dots li {
  margin-right: 8px;
}
.gallery .slick-dots li button {
  background: #cee8e6;
  border: none;
  width: 20px;
  height: 20px;
  border-radius: 30px;
}
.gallery .slick-dots li.slick-active button {
  background: #d4a890;
}
.gallery .imgmaxwidth50rightbrowntxt .descr .title,
.gallery .imgmaxwidth50rightbrowntxt .descr .d {
  color: #d4a890;
}
.gallery .imgmaxwidth50right figure,
.gallery .imgmaxwidth50rightbrowntxt figure {
  width: 100%;
  left: 0;
}
@media screen and (min-width: 800px) {
  .gallery .imgmaxwidth50right figure,
  .gallery .imgmaxwidth50rightbrowntxt figure {
    width: 50%;
    left: 40%;
  }
}
.gallery .imgmaxwidth50right figure img,
.gallery .imgmaxwidth50rightbrowntxt figure img {
  max-height: 50vh;
  margin-top: 10vh;
  object-fit: contain;
}
.gallery .imgmaxwidth50right figure img[src='/data/grafiken/Gynaekologie.svg'],
.gallery .imgmaxwidth50rightbrowntxt figure img[src='/data/grafiken/Gynaekologie.svg'] {
  margin-top: 5vh;
  margin-bottom: 5vh;
}
.gallerydesign1 {
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 1080px) {
  .gallerydesign1 {
    padding: 0 60px;
  }
}
.gallerydesign1 .slick-dots {
  display: none!important;
}
.gallerydesign1 .controls {
  position: absolute;
  left: 0;
  top: 48%;
  width: 100%;
  height: 50px;
  z-index: 100;
  display: none;
}
@media screen and (min-width: 800px) {
  .gallerydesign1 .controls {
    display: block;
  }
}
.gallerydesign1 .controls .prev,
.gallerydesign1 .controls .next {
  cursor: pointer;
  display: block;
  width: 40px;
  height: 40px;
  background: url(images/arrow-tuerkis.svg) no-repeat;
  background-size: contain;
  position: absolute;
}
.gallerydesign1 .controls .prev:hover,
.gallerydesign1 .controls .next:hover,
.gallerydesign1 .controls .prev:focus,
.gallerydesign1 .controls .next:focus {
  opacity: 0.6;
}
.gallerydesign1 .controls .prev {
  left: 0px;
}
.gallerydesign1 .controls .next {
  transform: rotate(180deg);
  right: 0;
}
.imagegallery.design5 {
  margin: 0 auto;
  max-width: 1400px;
  padding: 40px 10px 0 10px;
  text-align: center;
}
@media screen and (min-width: 640px) {
  .imagegallery.design5 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.imagegallery.design5 .item {
  display: block;
}
@media screen and (min-width: 640px) {
  .imagegallery.design5 .item {
    width: 48%;
  }
}
@media screen and (min-width: 920px) {
  .imagegallery.design5 .item {
    width: 24%;
  }
}
.imagegallery.design5 .item figure {
  width: 200px;
  height: 200px;
  border-radius: 200px;
  border: 8px solid #f9f1ed;
  overflow: hidden;
  margin: 0 auto 12px auto;
}
@media screen and (min-width: 1080px) {
  .imagegallery.design5 .item figure {
    width: 250px;
    height: 250px;
  }
}
.imagegallery.design5 .item figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.imagegallery.design5 .item .title {
  display: block;
  color: #d4a890;
  font-size: 1.2em;
  font-weight: 600;
}
.imagegallery.design5 .item .descr {
  display: block;
  padding: 8px 8px 20px 8px;
}
