:root {
  --hellgrau: #F8F6F2;
  --grau: #D3D3D3;
  --dunkelgrau: #777777;
  --gold: #BA8E74;
  --lila: #A995FF;
}

/* Webfont: Lato-Bold */
@font-face {
  font-family: 'gotham';
  src: url('/assets/template/fonts/gothamrnd_book.otf') format("opentype");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

/* Webfont: Lato-Bold */
@font-face {
  font-family: 'LatoBold';
  src: url('/assets/template/fonts/Lato-Bold.eot');
  /* IE9 Compat Modes */
  src: url('/assets/template/fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('/assets/template/fonts/Lato-Bold.woff2') format('woff2'),
    /* Modern Browsers */
    url('/assets/template/fonts/Lato-Bold.woff') format('woff'),
    /* Modern Browsers */
    url('/assets/template/fonts/Lato-Bold.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

/* Webfont: Lato-Light */
@font-face {
  font-family: 'LatoLight';
  src: url('/assets/template/fonts/Lato-Light.eot');
  /* IE9 Compat Modes */
  src: url('/assets/template/fonts/Lato-Light.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('/assets/template/fonts/Lato-Light.woff2') format('woff2'),
    /* Modern Browsers */
    url('/assets/template/fonts/Lato-Light.woff') format('woff'),
    /* Modern Browsers */
    url('/assets/template/fonts/Lato-Light.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

/* Webfont: Lato-Medium */
@font-face {
  font-family: 'LatoMedium';
  src: url('/assets/template/fonts/Lato-Medium.eot');
  src: url('/assets/template/fonts/Lato-Medium.woff2') format('woff2'),
    /* Modern Browsers */
    url('/assets/template/fonts/Lato-Medium.woff') format('woff'),
    /* Modern Browsers */
    url('/assets/template/fonts/Lato-Medium.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

/* Webfont: Lato-Regular */
@font-face {
  font-family: 'Lato';
  src: url('/assets/template/fonts/Lato-Regular.eot');
  /* IE9 Compat Modes */
  src: url('/assets/template/fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('/assets/template/fonts/Lato-Regular.woff2') format('woff2'),
    /* Modern Browsers */
    url('/assets/template/fonts/Lato-Regular.woff') format('woff'),
    /* Modern Browsers */
    url('/assets/template/fonts/Lato-Regular.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

/* Webfont: Lato-Italic */
@font-face {
  font-family: 'LatoItalic';
  src: url('/assets/template/fonts/Lato-Italic.eot');
  /* IE9 Compat Modes */
  src: url('/assets/template/fonts/Lato-Italic.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('/assets/template/fonts/Lato-Italic.woff2') format('woff2'),
    /* Modern Browsers */
    url('/assets/template/fonts/Lato-Italic.woff') format('woff'),
    /* Modern Browsers */
    url('/assets/template/fonts/Lato-Italic.ttf') format('truetype');
  font-style: italic;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

/* Webfont: Lato-Semibold */
@font-face {
  font-family: 'LatoSemibold';
  src: url('/assets/template/fonts/Lato-Semibold.eot');
  /* IE9 Compat Modes */
  src: url('/assets/template/fonts/Lato-Semibold.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('/assets/template/fonts/Lato-Semibold.woff2') format('woff2'),
    /* Modern Browsers */
    url('/assets/template/fonts/Lato-Semibold.woff') format('woff'),
    /* Modern Browsers */
    url('/assets/template/fonts/Lato-Semibold.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

body {
  font: 20px/29px Lato;
  color: var(--gold);
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osxfont-smoothing: grayscale;
  border-top: 10px solid #BA8E74
}

h1, .h1, h2, .h2, h3, .h3 {
  font-weight: normal;
}

h1, .h1 {
  font-size: 42px;
  line-height: 50px;
}

h2, .h2 {
  font-size: 36px;
  line-height: 42px;
}

h3, .h3 {
  font-size: 26px;
  line-height: 38px;
}

h4, .h4 {
  font-size: 42px;
  line-height: 50px;
}

h5, .h5 {
  font-size: 22px;
  line-height: 33px;
}

p {
  margin-bottom: 10px;
}

.small {
  font-size: 16px;
  line-height: 22px;
}

ul {
  margin: 0;
}

li {
  margin-left: 25px;
  font-size: 16px;
  line-height: 22px;
}

i {
  font-family: "Lato";
  font-style: italic;
}

a {
  text-decoration: none;
  color: var(--gold)
}

b,
strong {
  font-family: "LatoSemibold";
  font-style: normal;
}

a:hover {
  text-decoration: underline;
  color: #C49F89
}

.container {
  max-width: 1146px;
  padding: 0
}

.nav {
  padding: 30px 0 30px 0
}

.nav img {
  max-height: 40px;
}

.nav .titel {
  font-size: 25px;
  line-height: 32px;
  font-family: "gotham"
}

.nav .subtitel {
  font-size: 13px;
}

.mod-18 {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  background: var(--gold)
}

.mod-18.A {
  padding: 215px 0 300px 0;
}

.mod-18.B {
  padding: 15px 0 133px 0
}

.mod-18 .AA p:first-of-type {
  letter-spacing: 5px
}

.mod-18 h1 {
  width: 58%;
  margin: auto;
}

.mod-18 h3 {
  margin: auto;
  width: 70%;
  text-align: center;
}

.mod-18 ul {
  display: flex;
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  top: 645px;
  z-index: 4;
  position: fixed;
  justify-content: center !important;
  right: 0;
  left: 0;
}

.mod-18 li {
  margin: 0;
  padding: 0
}

.mod-18 li a {
  color: var(--lila);
  padding: 13px 0;
  width: 248px;
  background: #fff;
  border-radius: 24px;
  display: block;
  border: 1px solid var(--lila);
}

.mod-18 li:first-of-type a {
  color: #fff;
  background: var(--lila);
  border: 1px solid var(--lila);
}

.mod-18 li:first-of-type a:hover {
  background: #B6A5FC;
  border: 1px solid #B6A5FC;
  text-decoration: none;
  color: #fff
}

.mod-18 li a:hover {
  color: var(--lila);
  background: var(--light-button-hover);
  border: 1px solid var(--lila);
  text-decoration: none;
}

.mod-19 {
  padding: 65px 0 45px 0;
}

.mod-19 h2 {
  padding: 34px 0;
}

.mod-19 .AB {
  padding: 20px 0;
}

.mod-19 .AB p strong {
  font-size: 22px;
  line-height: 33px;
}

.mod-19 .AB p {
  font-size: 16px;
  line-height: 22px;
}

.mod-19 img {
  max-height: 100px
}

.mod-20 .A {
  background: var(--hellgrau);
  padding: 64px 0 0 0
}

.mod-20 .A p {
  letter-spacing: 5px;
  font-size: 16px;
  margin-bottom: 5px
}

.mod-20 .B {
  background: linear-gradient(var(--hellgrau) 95%, #ffffff 5%);
  padding-top: 48px
}

.mod-20 .B img.alternate {
  padding-top: 25px
}

.mod-20 .C {
  padding: 30px 0 40px 0
}

.mod-20 img {
  max-height: 600px
}

.mod-20 .box {
  display: grid;
  justify-content: center !important;
  right: 0;
  left: 0;
  grid-row-gap: 15px;
  top: 30.5%
}

.mod-20 .box.alternate {
  grid-row-gap: 10px;
  top: 34%
}

.mod-20 .box p {
  font-size: 16px;
  line-height: normal;
  letter-spacing: 3px;
  margin: 0;
}

.mod-20 .box h3 {
  font-size: 42px;
  line-height: 50px;
}

.mod-21 .accordion-button p {
  margin: 0
}

.mod-21.bgr {
  background: var(--hellgrau);
  padding: 50px 0 0 0
}

.mod-21 .goto {
  padding: 50px 0
}

.mod-21.bgr h2 {
  padding-bottom: 55px;
}

.mod-21 .accordion-body p {
  color: var(--dunkelgrau);
  font-size: 16px;
  line-height: 22px
}

.mod-21 .titel {
  color: var(--grau);
  padding: 10px 0 17px 0
}

.mod-21 h2 {
  text-align: center;
  padding: 20px 0
}

.mod-22 {
  padding: 52px 0 45px 0
}

.mod-23 {
  background: var(--hellgrau);
  padding: 63px 0 40px 0
}

.mod-23 img {
  max-height: 225px
}

.mod-23 h2 {
  padding: 0 0 30px 0px
}

.mod-23 h3 {
  font-family: LatoBold;
  padding-top: 12px;
  line-height: 34px;
  padding-bottom: 10px;
}

.mod-23 .titel p {
  color: var(--dunkelgrau)
}

.mod-23 .A, .mod-23 .B, .mod-23 .C {
  margin: 50px 0 0 0
}

.mod-23 .AB, .mod-23 .BB, .mod-23 .CB {
  padding-top: 30px;
  line-height: 22px
}

.mod-23 .AB p, .mod-23 .BB p, .mod-23 .CB p {
  font-size: 16px;
  color: var(--dunkelgrau);
}

.mod-24 {
  padding: 90px 0 60px 0
}

.mod-24 .A h2 {
  margin-bottom: 40px;
}

.mod-24 .A p {
  color: var(--dunkelgrau);
  margin-bottom: 35px;
}

.mod-24 img {
  border-radius: 20px;
  margin-bottom: 56px;
}

.mod-24 .C div {
  background-position: center 24px !important;
  padding: 100px 0 10px 0;
  background-size: 40px !important
}

.mod-24 .C .CB {
  border-right: 1px solid var(--gold);
  border-left: 1px solid var(--gold)
}

.mod-24 .C.alternate .CA {
  border-right: 1px solid var(--gold);
}

.mod-24 .C.alternate .CB {
  border-right: 0px;
  border-left: 0
}

.mod-25 {
  padding: 60px 0 70px 0;
  background: var(--lila);
  position: relative;
  z-index: 5;
}

.mod-25 .box {
  padding: 107px 50px 70px 50px;
  /*background: url(/media/therapie_impuls_studio_circle_top.svg) no-repeat top, url(/media/therapie_impuls_studio_circle_bottom.svg) no-repeat bottom, white;
  background-size: 101%;
  background-position-y: -0.1%, 100.1%;*/
  border-radius: 50% / 37%;
  background: #fff;
}

.mod-25 .A h2 {
  margin-bottom: 30px;
  color: #fff;
}

.mod-25 .B h4 {
  margin-bottom: 25px;
}

.mod-25 .B ul {
  margin-top: 35px;
  list-style-type: none;
}

.mod-25 .B li {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25'%3E%3Cg id='Gruppe_4293' data-name='Gruppe 4293' transform='translate(-441 -3652)'%3E%3Cg id='Ellipse_89' data-name='Ellipse 89' transform='translate(441 3652)' fill='none' stroke='%23ba8e74' stroke-width='1'%3E%3Ccircle cx='12.5' cy='12.5' r='12.5' stroke='none'/%3E%3Ccircle cx='12.5' cy='12.5' r='12' fill='none'/%3E%3C/g%3E%3Cg id='Gruppe_4292' data-name='Gruppe 4292' transform='translate(0.25 -4.5)'%3E%3Cline id='Linie_30' data-name='Linie 30' x1='8' y2='8' transform='translate(451 3664.5)' fill='none' stroke='%23ba8e74' stroke-width='2'/%3E%3Cline id='Linie_31' data-name='Linie 31' x2='4' y2='4' transform='translate(447.5 3669.5)' fill='none' stroke='%23ba8e74' stroke-width='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") no-repeat;
  padding: 0 0 10px 40px;
  color: #777
}

.mod-25 .BACA a {
  font-size: 16px;
  text-decoration: underline;
}

.mod-25 .BACA a:first-of-type:hover {
  color: #fff;
  background: var(--gold);
}

.mod-25 .BACA a:first-of-type {
  background: var(--lila);
  padding: 10px 0;
  color: #fff;
  border-radius: 30px;
  display: block;
  margin: 36px 110px 20px;
  text-decoration: none;
}

.mod-25 .BACA a:first-of-type:hover {
  background: #B6A5FC;
}

.mod-25 .preis {
  font-size: 90px;
  line-height: 42px
}

.mod-25 .A p {
  color: #fff;
  margin-bottom: 43px;
}

.mod-26 {
  background: var(--gold);
  color: #fff;
  padding: 38px 0;
  position: relative;
  z-index: 5;
}

.mod-26 .A p {
  font-size: 16px;
  padding: 12px 0 0 0;
  line-height: 3px;
}

.mod-26 .A h2 {
  padding: 0 0 25px 0;
}

.mod-26 .A a {
  border: 1px solid #FFFFFF;
  border-radius: 24px;
  padding: 13px 30px;
  color: #fff;
  font-size: 16px
}

.mod-26 .A a:hover {
  background: #fff;
  color: var(--gold);
}

.mod-26 .B {
  margin: 73px 0 0 0;
  padding-top: 20px;
  border-top: 1px solid #fff
}

.mod-26 .B p {
  font-size: 16px
}

.mod-26 .B a {
  color: #fff
}

.accordion-body {
  margin-top: 20px
}

.accordion-body img {
  margin-top: 10px
}

.accordion .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cg id='Gruppe_4438' data-name='Gruppe 4438' transform='translate(-1086 -10491)'%3E%3Cline id='Linie_510' data-name='Linie 510' y2='10' transform='translate(1097 10497) rotate(90)' fill='none' stroke='%23ba8e74' stroke-linecap='round' stroke-width='2'/%3E%3Cline id='Linie_511' data-name='Linie 511' y2='10' transform='translate(1092 10492)' fill='none' stroke='%23ba8e74' stroke-linecap='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
  height: 14px;
  width: 14px;
  background-position: center;
  background-size: auto;
}

.accordion .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='2' viewBox='0 0 12 2'%3E%3Cline id='Linie_30' data-name='Linie 30' y2='10' transform='translate(11 1) rotate(90)' fill='none' stroke='%23ba8e74' stroke-linecap='round' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-position: center
}

.accordion .accordion-button {
  padding: 20px 3px 17px 0;
  background-color: transparent !important;
  font: 20px/29px Lato;
  color: var(--gold);
}

.accordion .accordion-button:hover p {
  text-decoration: underline;
}

.accordion .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none
}

.accordion .accordion-button:focus {
  border-color: transparent;
  box-shadow: none
}

.accordion .accordion-item {
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid var(--grau);
  background-color: transparent !important
}

.accordion .accordion-collapse {
  padding-bottom: 25px;
}

.accordion .accordion-item:first-of-type {
  border-bottom: 1px solid var(--grau);
  border-top: 1px solid var(--grau);
}

.accordion .accordion-item h3 {
  margin-top: -10px
}

.owl-carousel {
  padding-top: 58px
}

.owl-carousel .item {
  height: 461px;
  border-radius: 20px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.carousel-control-next, .carousel-control-prev {
  opacity: 1;
}

.owl-nav {
  text-align: center;
}

.owl-nav button img {
  height: 40px;
}

.owl-prev {
  left: 46%;
}

.owl-prev.disabled, .owl-next.disabled {
  opacity: .4
}

.owl-prev, .owl-next {
  position: absolute;
  top: 0px;
}

.owl-dots {
  text-align: center;
  margin: 9px 0 15px 0
}

.owl-dots span {
  background: var(--grau);
  border-radius: 0;
  display: block;
  height: 2px;
  margin: 0px;
  opacity: 1;
  width: 95px;
}

.owl-dots .active span {
  background: var(--gold);
}

.modal.show p {
  font-size: 16px;
  line-height: 22px;
  color: #777
}