/*
Theme Name: aesthetica-naturheilzentrum
Author: cipaco
Version: 1.0.0
Text Domain: aesthetica-naturheilzentrum
*/

/* -----------------------------------------
   Glossar Overview
   ----------------------------------------- */
.glossar-overview {
  padding: 40px 0;
}
.glossar-overview h2 {
  display: inline-block;
  font-size: 0;
  position: relative;
  height: 70px;
  width: 70px;
  margin-bottom: 20px;
}
.glossar-overview h2:before {
  content: attr(data-letter);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  color: white;
  z-index: 20;
}
.glossar-overview h2:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #772f30;
  z-index: 10;
}
.glossar-overview ul {
  list-style: none;
  padding-left: 0;
}
.glossar-overview a {
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  display: inline-block;
  margin-top: 10px;
  border-bottom: none;
  color: #3d3939;
}
.glossar-overview a:hover {
  text-decoration: none;
  color: #772f30;
}

/* -----------------------------------------
   Single Glossar
   ----------------------------------------- */
.single-glossar .footer-top-v1 {
    display: none !important;
}

.single-glossar .page-title {
  padding: 100px 0 45px;
}

.single-gloosar-header {
  margin: 20px 0;
}
.single-gloosar-header p {
  font-size: 18px;
  color: #3d3939;
  margin-bottom: 10px;
}

.single-glossar-wrapper {
  padding: 50px 0 100px;
}
.single-glossar-wrapper .container {
  position: relative;
}
.single-glossar-wrapper .shariff {
  position: absolute;
  top: 62px;
  left: 100%;
  overflow-x: hidden;
}
@media screen and (max-width: 1313px) {
  .single-glossar-wrapper .shariff {
    top: 0;
    left: auto;
    right: 20px;
  }
}
@media screen and (max-width: 660px) {
  .single-glossar-wrapper .shariff {
    left: 20px;
    right: auto;
    top: 40px;
  }
}
.single-glossar-wrapper .shariff li {
  width: 34px !important;
}
.single-glossar-wrapper .shariff .shariff-text {
  display: none !important;
}
.single-glossar-wrapper .back-to-overview {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: none;
  color: #772f30;
}
.single-glossar-wrapper .back-to-overview:hover {
  color: #3d3939;
}
.single-glossar-wrapper .back-to-overview .icon {
  margin-right: 5px;
}

.single-glossar-content {
    padding-bottom: 50px;
}

.single-glossar-content .container {
  padding-left: 0;
  padding-right: 0;
}
.single-glossar-content > img {
  width: 100%;
}

/* -----------------------------------------
   Related Glossar
   ----------------------------------------- */
.related-glossar {
  padding: 40px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.related-glossar h2 {
  font-size: 32px;
  letter-spacing: 1px;
  margin-bottom: 30px;
}
@media screen and (max-width: 660px) {
  .related-glossar h2 {
    font-size: 25px;
    line-height: 36px;
  }
}
@media screen and (max-width: 660px) {
  .page-template-template-privacy .related-glossar h2 {
    margin-top: 50px;
  }
}
.related-glossar .flex-row > div {
  padding-bottom: 10px;
}
.related-glossar a {
  font-size: 17px;
  display: block;
  border-bottom: none;
  color: #3d3939;
}
.related-glossar a:hover {
  color: #772f30;
}

/* CUSTOM CSS */
.postid-53 .w-richtext-figure-type-image.w-richtext-align-center {
    text-align: center;
}

.postid-53 .single-content img {
    width: 85% !important;
    height: auto;
}