html {
  line-height: 1.2;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: 0;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}
.flickity-button:hover {
  background: #fff;
  cursor: pointer;
}
.flickity-button:focus {
  outline: 0;
  box-shadow: 0 0 0 5px #19f;
}
.flickity-button:active {
  opacity: 0.6;
}
.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none;
}
.flickity-button-icon {
  fill: currentColor;
}
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transform: translateY(-50%);
}
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}
.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}
.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
@font-face {
  font-display: swap;
  font-family: Cormorant;
  src: local("Cormorant SemiBold"), local("Cormorant-SemiBold"),
    url(../fonts/Cormorant-SemiBold.woff) format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: Poppins;
  src: local("Poppins Medium"), local("Poppins-Medium"),
    url(../fonts/Poppins-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: Poppins;
  src: local("Poppins Regular"), local("Poppins-Regular"),
    url(../fonts/Poppins-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: Poppins;
  src: local("Poppins Light"), local("Poppins-Light"),
    url(../fonts/Poppins-Light.woff) format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: Poppins;
  src: local("Poppins ExtraLight"), local("Poppins-ExtraLight"),
    url(../fonts/Poppins-ExtraLight.woff) format("woff");
  font-weight: 300;
  font-style: normal;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
::-moz-selection {
  background-color: #590c51;
  color: #fff;
}
::selection {
  background-color: #590c51;
  color: #fff;
}
body,
html {
  min-height: 100%;
  max-width: 100%;
}
body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.65;
  font-family: Poppins, sans-serif;
  color: #121212;
  background: #fff;
  overflow-x: hidden;
}
img {
  max-width: 100%;
  height: auto;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.alignleft {
  float: left;
  margin: 0 20px 10px 0;
}
.alignright {
  float: right;
}
.aligncenter {
  display: block;
  margin: 0 auto 15px;
}
.ajax-loader {
  display: none !important;
}
.wpcf7-not-valid {
  border-color: red !important;
}
.wpcf7-not-valid-tip {
  display: none !important;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  background: 0 0;
  text-decoration: none;
  outline: 0;
  color: #590c51;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
a:hover {
  text-decoration: underline;
}
h1 {
  font-size: 48px;
  font-weight: 700;
}
h2 {
  font-size: 38px;
  font-weight: 700;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 16px;
}
.text-green {
  color: #590c51;
}
.text-white {
  color: #fff;
}
.text-bold {
  font-weight: 700;
}
.text-italic {
  font-style: italic;
}
.text-upper {
  text-transform: uppercase;
}
.text-bigger {
  font-size: 20px;
}
.text-smaller {
  font-size: 14px;
}
.text-smallest {
  font-size: 12px;
}
::-webkit-input-placeholder {
  color: #590c51;
}
::-moz-placeholder {
  color: #590c51;
}
.container {
  max-width: 1300px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 992px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 768px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 576px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.row_full {
  margin-left: auto;
  margin-right: auto;
}
.flexed,
.variations__colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.vert-center {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.woocommerce-message {
  background: #f3f7fa;
  margin-bottom: 15px;
  padding: 30px 15px;
}
.woocommerce-message .button {
  margin-right: 15px;
}
.woocommerce-page .woocommerce input[type="email"],
.woocommerce-page .woocommerce input[type="password"],
.woocommerce-page .woocommerce input[type="tel"],
.woocommerce-page .woocommerce input[type="text"],
.woocommerce-page .woocommerce textarea {
  background: #fff;
  line-height: 43px;
  border-radius: 22px;
  padding: 0 10px;
  margin: 0;
  margin-bottom: 15px;
}
.cart-collaterals,
.woocommerce-checkout-review-order {
  margin-bottom: 60px;
  padding: 10px 15px 30px;
  background: #f3f7fa;
}
.woocommerce-NoticeGroup {
  background: #590c51;
  color: #fff;
  margin-bottom: 10px;
  padding: 30px 15px;
}
.shop_table {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
.shop_table .actions {
  width: 100%;
}
.shop_table .actions button[name="update_cart"] {
  float: right;
  margin-top: 10px;
}
.shop_table .coupon {
  float: left;
  max-width: 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.shop_table .coupon input {
  margin-right: 10px;
  max-width: 180px;
  margin-bottom: 0;
}
.shop_table .coupon label {
  display: none;
}
.shop_table .woocommerce-cart-form__cart-item {
  border-bottom: 1px solid #dbe5e9;
}
.shop_table .woocommerce-cart-form__cart-item:last-child {
  border: none;
}
.shop_table td {
  padding-bottom: 15px;
  padding-top: 15px;
}
.shop_table .product-remove {
  text-align: center;
}
.shop_table .product-remove a::before {
  color: red;
  content: "X";
  font-size: 18px;
  font-weight: 700;
}
.shop_table .product-remove a:hover {
  opacity: 0.8;
}
.shop_table .product-name a {
  color: #590c51;
}
.shop_table .product-name a:hover {
  text-decoration: underline;
}
.shop_table .product-thumbnail {
  max-width: 60px;
}
.shop_table .product-thumbnail img {
  max-width: 90px;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.shop_table .product-thumbnail img:hover {
  opacity: 0.8;
}
.shop_table .quantity label {
  display: none;
}
.shop_table .quantity input {
  max-width: 60px;
  border: 1px solid #dbe5e9;
  border-radius: 5px;
  padding: 3px 5px;
}
.woocommerce-form-coupon-toggle {
  display: none;
}
.edit-account,
.woocommerce-billing-fields__field-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.edit-account .woocommerce-Input--text + span,
.woocommerce-billing-fields__field-wrapper .woocommerce-Input--text + span {
  font-size: 12px;
}
.edit-account .woocommerce-invalid input,
.woocommerce-billing-fields__field-wrapper .woocommerce-invalid input {
  border-color: red;
}
.edit-account fieldset,
.woocommerce-billing-fields__field-wrapper fieldset {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  width: calc(100% - 30px);
  border: 1px solid #d1d1d1;
  border-radius: 10px;
  margin-bottom: 15px;
  margin-top: 15px;
}
.edit-account fieldset legend,
.woocommerce-billing-fields__field-wrapper fieldset legend {
  padding: 0 5px;
  background: #fff;
}
.edit-account fieldset label,
.woocommerce-billing-fields__field-wrapper fieldset label {
  display: block;
  width: 100%;
}
.edit-account > p,
.woocommerce-billing-fields__field-wrapper > p {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  width: calc(25% - 30px);
}
@media (max-width: 992px) {
  .edit-account > p,
  .woocommerce-billing-fields__field-wrapper > p {
    width: calc(50% - 30px);
  }
}
@media (max-width: 576px) {
  .edit-account > p,
  .woocommerce-billing-fields__field-wrapper > p {
    width: calc(100% - 30px);
  }
}
.edit-account > p input,
.edit-account > p select,
.woocommerce-billing-fields__field-wrapper > p input,
.woocommerce-billing-fields__field-wrapper > p select {
  width: 100%;
}
.edit-account > p input:focus,
.edit-account > p select:focus,
.woocommerce-billing-fields__field-wrapper > p input:focus,
.woocommerce-billing-fields__field-wrapper > p select:focus {
  border-color: #590c51;
}
.edit-account > p > span,
.woocommerce-billing-fields__field-wrapper > p > span {
  width: 100%;
  display: block;
}
.edit-account label,
.woocommerce-billing-fields__field-wrapper label {
  font-size: 14px;
}
.edit-account #billing_address_2_field,
.edit-account #billing_state_field,
.woocommerce-billing-fields__field-wrapper #billing_address_2_field,
.woocommerce-billing-fields__field-wrapper #billing_state_field {
  display: none !important;
}
.woocommerce-additional-fields__field-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.woocommerce-additional-fields__field-wrapper > p {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  width: calc(50% - 30px);
}
@media (max-width: 992px) {
  .woocommerce-additional-fields__field-wrapper > p {
    width: calc(100% - 30px);
  }
}
.woocommerce-additional-fields__field-wrapper label {
  font-size: 14px;
}
.woocommerce-additional-fields__field-wrapper textarea {
  width: 100%;
}
.woocommerce-additional-fields__field-wrapper textarea:focus {
  border-color: #590c51;
}
#place_order {
  margin-top: 10px;
}
.wc_payment_method {
  margin-bottom: 10px;
}
.woocommerce-customer-details {
  margin-bottom: 60px;
}
.cross-sells {
  display: none !important;
}
.woocommerce-shipping-totals {
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  padding: 15px 0;
}
.woocommerce-shipping-totals label {
  margin-left: 5px;
}
.woocommerce-shipping-totals .woocommerce-shipping-calculator {
  display: none !important;
}
.woocommerce-checkout-review-order-table .cart_item td {
  padding: 0;
  font-size: 14px;
}
.woocommerce-MyAccount-navigation {
  margin-bottom: 30px;
}
.woocommerce-MyAccount-navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.woocommerce-MyAccount-navigation li {
  display: block;
  margin-right: 15px;
}
.woocommerce-MyAccount-navigation li.is-active a {
  font-weight: 700;
  text-decoration: none;
}
.woocommerce-MyAccount-navigation a {
  display: inline-block;
  color: #590c51;
  text-decoration: underline;
}
.woocommerce-MyAccount-navigation a:hover {
  text-decoration: none;
}
.woocommerce-MyAccount-content {
  margin-bottom: 60px;
}
.woocommerce-MyAccount-content a {
  display: inline-block;
  color: #590c51;
  text-decoration: underline;
}
.woocommerce-MyAccount-content a:hover {
  text-decoration: none;
}
.woocommerce-MyAccount-content a.button {
  color: #fff;
  text-decoration: none;
}
.woocommerce input {
  border-color: #e2e2e2;
}
.woocommerce button {
  border: none;
}
.woocommerce-shipping-fields {
  display: none !important;
}
.alert {
  min-height: 300px;
}
.woocommerce-form-login .woocommerce-form__label,
.woocommerce-form-login label,
.woocommerce-form-register .woocommerce-form__label,
.woocommerce-form-register label {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.woocommerce-form-register button {
  margin-top: 10px;
}
#customer_login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
#customer_login .col-1,
#customer_login .col-2 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  width: calc(50% - 30px);
}
@media (max-width: 768px) {
  #customer_login .col-1,
  #customer_login .col-2 {
    width: calc(100% - 30px);
  }
}
#customer_login .col-1 {
  padding: 10px 30px 30px;
  background: #f3f7fa;
}
#customer_login .col-2 {
  padding-top: 10px;
  padding-bottom: 30px;
}
label[for="user_login"] {
  display: block;
  width: 100%;
}
.cart-collaterals .button,
.woocommerce-cart-form .button,
.woocommerce-checkout-payment .button {
  padding: 10px;
}
.remove {
  font-size: 32px;
}
.remove::before {
  display: none;
}
.woocommerce-error {
  color: #fff !important;
}
.woocommerce-billing-fields__field-wrapper > p + p {
  margin-top: 0;
}
.woocommerce-order .shop_table {
  border: 1px solid #e2e2e2;
}
.woocommerce-order td,
.woocommerce-order th {
  padding: 5px 10px;
}
.mfp-close {
  position: fixed;
  top: 0;
  right: 10px !important;
}
.header_1tk9zku .close_1x3s325 {
  position: fixed;
  top: 5px;
  right: 15px;
}
.image_wrap img {
  max-width: 100000%;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
  background: #fff;
  opacity: 1;
}
.mfp-title {
  color: #606165;
  text-align: center;
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #606165;
  font-size: 50px;
}
.mfp-counter {
  color: #590c51;
}
.mfp-figure:after {
  display: none;
}
.woocommerce-widget-layered-nav-list__item {
  position: relative;
  display: block;
  cursor: pointer;
  padding-left: 30px;
  font-size: 15px;
  padding-bottom: 15px;
  line-height: 14px;
  color: #590c51;
}
.woocommerce-widget-layered-nav-list__item:hover a:hover {
  color: red;
}
.woocommerce-widget-layered-nav-list__item:hover::after {
  opacity: 0.4;
}
.woocommerce-widget-layered-nav-list__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 17px;
  width: 17px;
  border-radius: 3px;
  background-color: #590c51;
}
.woocommerce-widget-layered-nav-list__item::after {
  content: "";
  opacity: 0;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 3px;
  left: 3px;
  margin: auto;
  display: inline-block;
  background: url(../img/icons/check.svg) no-repeat;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.woocommerce-widget-layered-nav-list__item a {
  color: #590c51;
}
.woocommerce-widget-layered-nav-list__item.chosen::after {
  opacity: 1;
}
.woocommerce-result-count {
  display: none;
}
.woof_list_checkbox > li {
  width: 100%;
}
.added_to_cart {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 48px;
  background: rgba(255, 255, 255, 0.95);
  font-size: 14px;
  color: #ff6904;
}
.tinvwl-buttons-group .button,
.tinvwl-table-manage-list .button,
.woocommerce-message .button {
  padding: 10px;
  vertical-align: middle;
}
.woocommerce-message .button {
  margin-right: 5px;
}
.tinv-wishlist .product-stock p {
  min-width: 120px;
}
.ftinvwl {
  vertical-align: middle;
}
.tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-heart-o::before,
.tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-key::before,
.tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-times::before {
  top: 0;
}
.tinv-wishlist table {
  border-collapse: collapse;
}
.wishlist_item {
  border-bottom: 1px solid #e2e2e2;
}
.woocommerce-pagination {
  width: 100%;
  display: block;
}
.woocommerce-error {
  background: red;
  padding: 10px 15px;
  color: #fff;
  margin-bottom: 15px;
}
.variations {
  margin-bottom: 15px;
}
.variations__title {
  font-weight: 700;
  color: #590c51;
}
.variations__list {
  width: 100%;
  margin-bottom: 5px;
  margin-top: 10px;
  border-color: #d2d2d2;
  color: #444;
  height: 34px;
  min-width: 50px;
  outline: 0;
  background: #fff;
}
.variations__colors {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.variations__color {
  margin-right: 5px;
  margin-bottom: 5px;
  width: 24px;
  height: 24px;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 0 0 1px #e2e2e2;
  box-shadow: 0 0 0 1px #e2e2e2;
  opacity: 0.8;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
  border-radius: 50%;
}
.variations__color:hover,
.variations__color_current {
  -webkit-box-shadow: 0 0 0 1px #590c51;
  box-shadow: 0 0 0 1px #590c51;
  opacity: 1;
}
.variations__color_current {
  cursor: default;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
  background: #fff;
  opacity: 1;
}
.mfp-title {
  color: #9a9a9a;
  font-weight: 700;
  text-align: center;
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #9a9a9a;
  font-size: 68px;
}
.mfp-counter {
  color: #590c51;
}
.mfp-figure:after {
  display: none;
}
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger-box {
  width: 40px;
  height: 21px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}
.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
  width: 40px;
  height: 3px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.hamburger-inner::after,
.hamburger-inner::before {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -9px;
}
.hamburger-inner::after {
  bottom: -9px;
}
.hamburger--spring .hamburger-inner {
  top: 1.5px;
  -webkit-transition: background-color 0s 0.13s linear;
  -o-transition: background-color 0s 0.13s linear;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 9px;
  -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19),
    -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 18px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19),
    -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  -webkit-transition-delay: 0.22s;
  -o-transition-delay: 0.22s;
  transition-delay: 0.22s;
  background-color: transparent;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1),
    -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 9px, 0) rotate(45deg);
  transform: translate3d(0, 9px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1),
    -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 9px, 0) rotate(-45deg);
  transform: translate3d(0, 9px, 0) rotate(-45deg);
}
.hamburger--slider .hamburger-inner {
  top: 1.5px;
}
.hamburger--slider .hamburger-inner::before {
  top: 9px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 18px;
}
.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 9px, 0) rotate(45deg);
  transform: translate3d(0, 9px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -18px, 0) rotate(-90deg);
  transform: translate3d(0, -18px, 0) rotate(-90deg);
}
.button {
  display: inline-block;
  background-color: transparent;
  color: #590c51;
  text-align: center;
  letter-spacing: 1px;
  font-size: 20px;
  font-weight: 400;
  padding: 17px 50px;
  line-height: 1;
  border-radius: 10px;
  outline: 0;
  border: 1px solid #754070;
  cursor: pointer;
  vertical-align: top;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.button:hover {
  background-color: #590c51;
  color: #fff;
  text-decoration: none;
}
.button_full {
  width: 100%;
}
.button_section {
  border: 1px solid #590c51;
  background-color: #fff;
  color: #590c51;
}
.button_infoblock {
  border: 1px solid #fff;
  padding: 12px 50px;
  color: #fff;
}
.button_infoblock:hover {
  background-color: #fff;
  color: #590c51;
}

.button_genaueres {
  margin-bottom: 5px;
}

img {
  vertical-align: middle;
}
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="text"],
textarea {
  background-color: #f7f7f7;
  border: 1px solid #d1d1d1;
  padding: 14px 10px;
  outline: 0;
  color: #000;
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
  vertical-align: top;
}
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
textarea:focus {
  border-color: #590c51;
}
textarea {
  max-height: 100px;
}
.map {
  width: 100%;
  margin-top: 60px;
}
.map iframe {
  width: 100%;
  height: 780px;
  max-height: 100vh;
}
img {
  vertical-align: middle;
}
p {
  margin: 0;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.full-width {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  width: calc(100% - 30px);
}
.half {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  width: calc(50% - 30px);
}
@media (max-width: 992px) {
  .half {
    width: calc(100% - 30px);
  }
}
.third {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  width: calc(33.333333333333336% - 30px);
}
@media (max-width: 992px) {
  .third {
    width: calc(50% - 30px);
  }
}
@media (max-width: 768px) {
  .third {
    width: calc(100% - 30px);
  }
}
.fourth {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  width: calc(25% - 30px);
}
@media (max-width: 992px) {
  .fourth {
    width: calc(33.333333333333336% - 30px);
  }
}
@media (max-width: 768px) {
  .fourth {
    width: calc(50% - 30px);
  }
}
@media (max-width: 576px) {
  .fourth {
    width: calc(100% - 30px);
  }
}
.mobile-menu {
  display: none;
}
.mobile-menu .logo {
  margin-left: 0;
  margin-right: 15px;
}
.hamburger-inner {
  background-color: #55054c !important;
  width: 35px;
}
.hamburger-inner::before {
  background-color: #55054c !important;
  width: 35px;
}
.hamburger-inner::after {
  background-color: #55054c !important;
  width: 25px;
}
.hamburger {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  padding: 0;
  padding-top: 7px;
}
.hamburger:active,
.hamburger:focus {
  outline: 0;
  border: none;
  background: 0 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  width: 35px;
}
.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.logo {
  display: inline-block;
  max-width: 100%;
  width: 240px;
  height: 67px;
  background: url(../img/logo.png) no-repeat center/contain;
  margin-left: 10px;
}
.aside {
  max-width: 270px;
  min-height: 100vh;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 17.41px 11.743px 76px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 17.41px 11.743px 76px 0 rgba(0, 0, 0, 0.06);
  z-index: 1;
}
.aside__info {
  padding-top: 40px;
}
.aside__menu {
  text-align: left;
}
.aside .menu__ul ul li {
  line-height: 2;
  padding-left: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.aside .menu__ul ul li a {
  padding-left: 0;
}
.aside .menu__ul ul li a:hover {
  text-decoration: underline;
}
.aside .menu__item {
  line-height: 70px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.aside .menu__item:hover {
  -webkit-box-shadow: -12px 60px 152px 0 rgba(0, 0, 0, 0.09);
  box-shadow: -12px 60px 152px 0 rgba(0, 0, 0, 0.09);
}
.aside .menu__item > a {
  font-weight: 400;
  font-size: 16px;
  display: block;
  padding-left: 50px;
}
.aside .menu__item > a:hover {
  background-color: #fff;
  text-decoration: none;
  border-right: 1px solid #590c51;
}
.aside .menu__item_children {
  position: relative;
}
.aside .menu__item_children > a:hover {
  border-right: none;
}
.aside .menu__item_children:hover {
  text-decoration: none;
  border-right: 1px solid #590c51;
  background-color: #fff;
  -webkit-box-shadow: -12px 60px 152px 0 rgba(0, 0, 0, 0.09);
  box-shadow: -12px 60px 152px 0 rgba(0, 0, 0, 0.09);
}
.aside .menu__item_children:hover::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.aside .menu__item_children:hover ul {
  max-height: 1000px;
}
.aside .menu__item_children::after {
  content: "";
  width: 10px;
  height: 20px;
  display: inline-block;
  background: url(../img/icons/arrow_right.svg) no-repeat center/cover;
  vertical-align: middle;
  position: absolute;
  cursor: pointer;
  right: 35px;
  top: 35px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.aside__contact {
  padding-top: 55px;
}
.aside__contact a {
  font-weight: 600;
  line-height: 1.5;
  padding-left: 50px;
}
.aside__body {
  position: fixed;
  top: 0;
  left: 0;
  padding-top: 55px;
  max-height: 100%;
  width: 100%;
  max-width: 270px;
  padding-bottom: 100px;
  height: 100%;
  background-color: #fff;
}
.submenu {
  width: 100%;
  z-index: 5;
  background-color: #fff;
  max-height: 0;
  overflow: hidden;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.main {
  width: calc(100% - 270px);
}
.hero {
  max-height: 75vh;
  height: 100%;
  width: 100%;
  background-image: url(../img/bg/bg1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  background-size: cover;
}

.hero::before {
  content: "";
  background: #4b1a46;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 15%;
}

.hero__info {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: auto;
  left: 0;
  right: 0;
  text-align: center;
  padding: 0 10px;
}
.hero__title {
  color: #fff;
  /* color: #590c51; */
  font-size: 110px;
  font-family: Cormorant, sans-serif;
  line-height: 90px;
  margin-bottom: 35px;
  text-transform: uppercase;
}
.hero__title::after {
  content: "";
  max-width: 450px;
  width: 100%;
  height: 2px;
  display: block;
  margin: 0 auto;
  margin-top: 40px;
  /* background-color: #590c51; */
  background-color: #fff;
}
.hero__text {
  color: #fff;
  /* color: #590c51; */
  font-size: 20px;
  font-weight: 400;
}
.slider {
  width: 90%;
  margin: auto;
  /* margin-top: 130px; */
}
.slider .flickity-prev-next-button.next {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  width: 15px;
  height: 25px;
  right: 0;
  background-color: transparent;
  background-image: url(../img/icons/arrow_right2.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  outline: 0;
}
.slider .flickity-prev-next-button.next:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.slider .flickity-prev-next-button.next svg {
  display: none;
}
.slider .flickity-prev-next-button.previous {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  width: 15px;
  height: 25px;
  left: -30px;
  background-color: transparent;
  background-image: url(../img/icons/arrow_left2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-right-color: transparent;
}
.slider .flickity-prev-next-button.previous:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.slider .flickity-prev-next-button.previous svg {
  display: none;
}
.slider__image {
  width: 250px;
  height: 250px;
  display: inline-block;
  border-radius: 100%;
  -webkit-box-shadow: 0 23px 55px 7px rgba(0, 0, 0, 0.15);
  box-shadow: 0 23px 55px 7px rgba(0, 0, 0, 0.15);
  background-position: center;
  -webkit-transition: -webkit-box-shadow 0.2s ease;
  transition: -webkit-box-shadow 0.2s ease;
  -o-transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.slider__image_1 {
  background-image: url(../img/images/slider1.jpg);
}
.slider__image_2 {
  background-image: url(../img/images/slider2.jpg);
}
.slider__image_3 {
  background-image: url(../img/images/slider3.jpg);
}
.slider__item {
  margin: 15px 0;
  width: 33%;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  text-align: center;
}
.slider__item:hover {
  text-decoration: none;
}
.slider__item:hover .slider__image {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.slider__text {
  text-align: center;
  color: #590c51;
  display: block;
  margin-top: 15px;
  font-weight: 500;
  line-height: 28px;
  font-size: 18px;
}
.section {
  margin-bottom: 135px;
}
.section__top {
  text-align: center;
  color: #590c51;
  padding-bottom: 70px;
  padding-top: 50px;
}
.section__top_small {
  padding-bottom: 40px;
}
.section__team {
  text-align: center;
  color: #fff;
  min-height: 315px;
  padding-top: 50px;
  background: url(../img/bg/bg4.png) no-repeat center;
}
.section__subtitle {
  font-size: 20px;
  line-height: 35px;
  padding-bottom: 15px;
  display: inline-block;
  border-bottom: 2px solid #ecd1a6;
  padding-left: 15px;
  padding-right: 15px;
}
.section__subtitle_white {
  color: #fff;
  padding-bottom: 20px;
}
.section__title {
  font-size: 45px;
  font-family: Cormorant, sans-serif;
  font-weight: 600;
  line-height: 60px;
  margin-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.section__title_white {
  margin-top: 25px;
  color: #fff;
}
.section_nomargin {
  margin-bottom: 0 !important;
}
.section__button {
  text-align: center;
  margin-top: 80px;
}
.section_bg1 {
  background-color: #590c51;
  min-height: 747px;
  position: relative;
  margin-bottom: 0 !important;
  background-image: url(../img/bg/bg2.jpg);
  background-repeat: no-repeat;
  background-position: center;
}
.section_bg2 {
  background-image: url(../img/bg/bg3.jpg);
  background-repeat: no-repeat;
  background-position: center right -80px;
  min-height: 643px;
  padding: 95px 0;
  margin-bottom: 0 !important;
  position: relative;
}
.infoblock__right {
  max-width: 525px;
  width: 100%;
  display: inline-block;
  padding: 110px 0;
  float: right;
  position: absolute;
  right: 80px;
  top: 50%;
  z-index: 1;
  padding: 0 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.infoblock__left {
  max-width: 525px;
  width: 100%;
  z-index: 1;
  padding: 0 15px;
}
.infoblock__title {
  color: #fff;
  font-size: 48px;
  font-weight: 600;
  font-family: Cormorant, sans-serif;
  line-height: 30px;
  padding-bottom: 50px;
}
.infoblock__title_gold {
  color: #dcbb89;
}
.infoblock__text {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 50px;
}
.infoblock__text_black {
  color: #010101;
}
.infoblock__text p {
  padding-bottom: 30px;
  font-weight: 400;
}
.footer .row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer__col {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
}
.footer__col li {
  font-weight: 400;
}
.footer__col li a {
  color: #000;
  line-height: 30px;
}
.footer__col li a:hover {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #590c51;
  text-decoration: none;
}
.footer__title {
  font-weight: 500;
  color: #590c51;
  padding-bottom: 5px;
}
.footer__top {
  background-color: #f8f6f9;
  padding: 100px 0 45px 0;
}
.footer__bottom {
  background-color: #f4f0f6;
  padding: 35px 0 40px 0;
}
.footer__copyright {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  color: #976f93;
  font-size: 16px;
}
.footer__link {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
}
.footer__link a {
  color: #976f93;
  margin-right: 120px;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.footer__link a:last-child {
  margin-right: 0;
}
.footer__link a:hover {
  font-weight: 600;
  text-decoration: none;
}
.team {
  padding-bottom: 30px;
}
.team_nomargin {
  margin-bottom: -100px;
}
.team__title {
  font-family: Cormorant, sans-serif;
  font-weight: 600;
  font-size: 30px;
  color: #590c51;
  margin-bottom: 80px;
  padding-left: 35px;
  display: inline-block;
}
.team__title::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #ecd1a6;
  display: block;
}
.team__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  width: calc(25% - 30px);
  text-align: center;
  margin-bottom: 100px;
  padding: 0 10px;
  /* background-color: red; */
}

.text.important {
  font-weight: 500;
  color: #590c51;
}

@media (max-width: 1200px) {
  .team__item {
    /* width: calc(33.333333333333336% - 30px); */
    width: calc(50% - 30px);
  }
}
@media (max-width: 992px) {
  .team__item {
    width: calc(50% - 30px);
  }
}
.team__item:hover .team__image img {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.team__name {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.5;
  color: #590c51;
  padding-top: 30px;
}
.team__text {
  font-weight: 200;
  padding-top: 15px;
  line-height: 30px;
  font-size: 16px;
  /* max-width: 275px; */
  width: 100%;
  /* background: salmon; */
  /* height: 200px; */
  height: 150px;
  display: flex;
  flex-direction: column;
}

.team__text__title {
  /* height: 85px; */
  /* border: 1px solid red; */
}

.team__text__education {
  /* background: lightsalmon; */
  margin-top: auto;
  /* border: 1px solid red; */
}

.team__image {
  width: 225px;
  height: 225px;
  display: inline-block;
}
.team__image img {
  -webkit-box-shadow: 1.95px 15.881px 60.45px 4.55px rgba(0, 0, 0, 0.15);
  box-shadow: 1.95px 15.881px 60.45px 4.55px rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.info {
  padding-left: 70px;
}
.info__text {
  margin-bottom: 80px;
}

.info__text span {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 35px;
}

.info__text span p {
  display: inline-block;
  min-width: 100px;
}
.info__title {
  color: #e7c286;
  font-size: 24px;
  font-weight: 600;
  line-height: 80px;
}
.info__body {
  max-width: 900px;
  width: 100%;
}
.info__body p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  padding-bottom: 30px;
}
.info__body p:last-child {
  padding-bottom: 0;
}
.info__body span {
  display: block;
  font-size: 20px;
  font-weight: 100;
  line-height: 37px;
  padding-bottom: 45px;
}
.info__body span:last-child {
  padding-bottom: 0;
}
.info__body a {
  font-weight: 600;
  color: #000;
  font-size: 20px;
}
.info__body strong {
  font-weight: 500;
  font-size: 20px;
}
.contact__top {
  background: url(../img/bg/bg4.jpg) no-repeat center;
  min-height: 430px;
  position: relative;
}
.contact__title {
  font-size: 18px;
  color: #e7c286;
  font-weight: 500;
  line-height: 45px;
}
.contact__block:first-child {
  margin-right: 50px;
}
.contact__block span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 45px;
  padding-left: 60px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contact__info {
  position: absolute;
  bottom: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact__info li {
  font-size: 18px;
  font-weight: 100;
  line-height: 45px;
}
.contact__bottom {
  min-height: auto;
  background-position: right -60px top;
  background-color: #590c51;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.contact__bottom .row {
  padding-top: 120px;
  padding-bottom: 100px;
}
.contact__left {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  width: calc(50% - 30px);
}
@media (max-width: 992px) {
  .contact__left {
    width: calc(100% - 30px);
  }
}
.contact__right {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  width: calc(50% - 30px);
  padding-left: 80px;
}
@media (max-width: 992px) {
  .contact__right {
    width: calc(100% - 30px);
  }
}
.contact__right p {
  color: #fff;
  max-width: 500px;
  font-weight: 100;
  font-size: 20px;
  line-height: 36px;
  margin-bottom: 50px;
}
.contact__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}
.contact__item span {
  line-height: 1.75;
  font-weight: 100;
  font-size: 16px;
}
.contact__item span:first-child {
  min-width: 150px;
  font-weight: 500;
}
.contact__text {
  padding-top: 20px;
  max-width: 352px;
  text-align: left;
}
.contact__text p {
  max-width: 355px;
  font-weight: 200;
  width: 100%;
  display: inline-block;
  line-height: 32px;
  font-size: 18px;
  padding-bottom: 20px;
}
.contact__text span {
  color: #ecd1a6;
  font-size: 22px;
  padding-left: 0;
  font-weight: 500;
  line-height: 28px;
  display: block;
}
.icon {
  position: relative;
}
.icon::before {
  content: "";
  width: 30px;
  height: 30px;
  left: 0;
  position: absolute;
  background-position: left;
  background-size: contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-repeat: no-repeat;
}
.icon_phone::before {
  background-image: url(../img/icons/phone.png);
}
.icon_print::before {
  background-image: url(../img/icons/print.png);
}
.icon_globe::before {
  background-image: url(../img/icons/globe.png);
}
.icon_mail::before {
  background-image: url(../img/icons/mail.png);
}
.partner__text {
  max-width: 905px;
  width: 100%;
  margin: auto;
}
.partner__text p {
  font-size: 18px;
  font-weight: 100;
  line-height: 33px;
  display: block;
  padding-bottom: 25px;
}
.partner__text p:last-child {
  padding-bottom: 0;
}
.partner__body {
  margin-top: 70px;
}
.partner__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  width: calc(33.333333333333336% - 30px);
  margin-bottom: 100px;
  text-align: center;
}
@media (max-width: 992px) {
  .partner__item {
    width: calc(50% - 30px);
  }
}
@media (max-width: 576px) {
  .partner__item {
    width: calc(100% - 30px);
  }
}
.partner__item:hover .partner__block {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.partner__block {
  width: 225px;
  height: 225px;
  display: inline-block;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.partner__block img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 225px;
  -moz-border-radius: 225px;
  -webkit-border-radius: 225px;
  border-radius: 100%;
}
.partner__title {
  font-size: 22px;
  color: #590c51;
  line-height: 1.75;
  font-weight: 500;
}
.partner__subtext {
  max-width: 200px;
  width: 100%;
  margin: auto;
  font-size: 18px;
  line-height: 30px;
  font-weight: 100;
}
.praxis__bg {
  /* background-image: url(../img/bg/bg6.png); */
  background-image: url(../img/bg/praxis-top1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  padding-bottom: 36%;
  position: relative;
}
.praxis__bg_1 {
  background-image: url(../img/bg/bg7.png);
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  padding-bottom: 35%;
}
.praxis__title {
  position: absolute;
  right: 120px;
  top: 40%;
  -webkit-transform: translateY(-60%);
  -ms-transform: translateY(-60%);
  transform: translateY(-60%);
  font-size: 40px;
  color: #fff;
  line-height: 54px;
  font-weight: 600;
}
.praxis__text {
  padding: 100px 15px;
  max-width: 915px;
  width: 100%;
  margin: auto;
  font-size: 18px;
  font-weight: 100;
}
.praxis__text p {
  padding-bottom: 30px;
  line-height: 33px;
  font-weight: 400;
}
.praxis__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.praxis__text .aufzaehlung ul {
	list-style-type: disc;
	margin-left: 30px;
}
	
.praxis__text .preistabelle  table {
	font-size: 15px;
	width: 100%;
	padding: 15px;
	border-collapse: collapse;
}
.praxis__text .preistabelle tr:hover {
	background-color: #590c51;
	color: #fff;
}

.praxis__text .preistabelle th,
.praxis__text .preistabelle td {
	border-bottom: 1px solid #ddd;
}

.praxis__right,
.kinder__image_right {
  margin-left: 15px;
  width: calc(50% - 15px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.praxis__number {
  font-size: 18px;
  font-weight: 500;
  color: #590c51;
  display: block;
}

.kinder__contact,
.praxis__contact {
  /* padding: 100px 0; */
}
.kinder__contact span,
.praxis__contact span {
  font-size: 20px;
  font-weight: 500;
  display: block;
  color: #590c51;
  line-height: 1.5;
  padding-bottom: 20px;
}
.kinder__contact span:last-child,
.praxis__contact span:last-child {
  padding-bottom: 0;
}
.kinder__contact a,
.praxis__contact a {
  font-size: 18px;
  font-weight: 500;
  color: #e7c286;
  padding-left: 20px;
}
.accordion {
  margin-top: 80px;
  margin-bottom: 120px;
  padding-left: 85px;
}
.accordion__link a {
  font-size: 18px;
  line-height: 28px;
  color: #e7c286;
  font-weight: 500;
}
.accordion__link a::before {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../img/icons/arrow_down.svg) no-repeat left top 3px / cover;
  display: inline-block;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-right: 20px;
}
.accordion__heading {
  width: 100%;
}
.accordion__heading:hover .accordion__title {
  color: #ecd1a6;
}
.accordion__form {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.6s ease;
  -o-transition: max-height 0.6s ease;
  transition: max-height 0.6s ease;
}
.accordion__title {
  cursor: pointer;
  position: relative;
  font-weight: 500;
  color: #e7c286;
  font-size: 18px;
  line-height: 1.6;
  padding: 15px 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.accordion__title::after {
  content: "";
  width: 15px;
  height: 15px;
  margin-left: 15px;
  background: url(../img/icons/arrow_down.svg) no-repeat center top 3px / cover;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.accordion__item {
  /* margin-bottom: 125px; */
  margin-bottom: 60px;
}
.accordion__item_active .accordion__title::after {
  content: "";
  width: 15px;
  height: 15px;
  margin-left: 15px;
  background: url(../img/icons/arrow_down.svg) no-repeat center top 3px / cover;
  display: inline-block;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.accordion__item_active .accordion__form {
  max-height: 1000px;
}
.accordion__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
}
.accordion__left span {
  font-weight: 600;
  font-size: 18px;
  display: inline-block;
  min-width: 250px;
}
.accordion__right {
  font-size: 18px;
  font-weight: 100;
}
.kinder__bg {
  background-image: url(../img/bg/bg8.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  padding-bottom: 40%;
  position: relative;
}
.kinder__info {
  max-width: 900px;
  width: 100%;
  margin: auto;
  padding: 80px 15px 0 15px;
}
.kinder__info p {
  font-size: 16px;
  font-weight: 400;
  line-height: 33px;
  padding-bottom: 30px;
}
.kinder__info strong {
  padding-bottom: 30px;
  display: block;
}
.kinder__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 60px;
  margin-top: 50px;
}
.kinder__image img {
  margin-bottom: 10px;
}
.kinder__title {
  font-size: 20px;
  line-height: 60px;
  color: #590c51;
  font-weight: 500;
  display: inline-block;
  border-bottom: 1px solid #ecd1a6;
  margin-bottom: 60px;
  padding-top: 80px;
}
.kinder__title_else {
  text-align: center;
  width: 100%;
  border-bottom: none;
}
.kinder__body {
  margin-top: 80px;
  max-width: 1300px;
  margin: auto;
  padding: 0 15px;
}
.kinder__item {
  padding-left: 175px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.kinder__item li {
  max-width: 400px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  font-weight: 400;
  line-height: 33px;
  position: relative;
}
.kinder__item li::before {
  content: "";
  width: 10px;
  top: 12px;
  left: -35px;
  display: inline-block;
  height: 10px;
  background: #e7c286;
  border-radius: 100px;
  position: absolute;
  margin-right: 10px;
}

.kinder__item__title {
  margin-bottom: 1rem;
}

.kinder__item__title::before {
  display: none !important;
}

.kinder__contact {
  padding-left: 200px;
  padding-top: 125px;
  padding-bottom: 125px;
}
.kinder__infoblock {
  padding: 100px 0;
  -webkit-box-shadow: 29.845px 20.131px 152px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 29.845px 20.131px 152px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
  max-width: 1050px;
  width: 100%;
  margin: auto;
  border-radius: 600px 15px 600px 15px;
  min-height: 800px;
}

/* Aktualisierung 122022 */
.bild_zeile {
  max-width: 1300px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  height: auto;
}

.bild_zeile .zwei {
	width: 50%;
	float: left;
	padding: 15px;
	text-align:center
}

.bild_zeile .drei {
	width: 33%;
	float: left;
	padding: 15px;
	text-align:center
}

.bild_zeile .vier {
	width: 25%;
	float: left;
	padding: 15px;
	text-align:center
}

.bild_zeile  .beschreibung{
    font-weight: 400;
    line-height: 18px;
    font-size: 18px;
	color: #590c51;
	text-align: center;
	margin-top: 10px;
	display: block;
}

.bild_zeile  .thumb {
  display: inline-block;
  border-radius: 250px;
  width: 250px;
  -webkit-box-shadow: 0 23px 55px 7px rgba(0, 0, 0, 0.15);
  box-shadow: 0 23px 55px 7px rgba(0, 0, 0, 0.15);
  background-position: center;
  -webkit-transition: -webkit-box-shadow 0.2s ease;
  transition: -webkit-box-shadow 0.2s ease;
  -o-transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
}

.bild_zeile  .thumb:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media (max-width: 1200px) {
  .bild_zeile {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 989px) {
	.bild_zeile {
		padding-left: 15px;
		padding-right: 15px;
	}
	.bild_zeile .thumb {
		display: inline-block;
		width: 180px;
		border-radius: 180px;
		-webkit-box-shadow: 0 23px 55px 7px rgba(0, 0, 0, 0.15);
		box-shadow: 0 23px 55px 7px rgba(0, 0, 0, 0.15);

	}
}
@media (max-width: 768px) {
	.bild_zeile {
		padding-left: 15px;
		padding-right: 15px;
	}
	.thumb {
		border-radius: 125px;
		width: 125px;
		-webkit-box-shadow: 0 3px 7px 2px rgba(0, 0, 0, 0.15);
		box-shadow: 0 3px 7px 2px rgba(0, 0, 0, 0.15);
	}
	.bild_zeile  .beschreibung{
		line-height: 18px;
		font-size: 12px;
	}
}
@media (max-width: 576px) {
	.bild_zeile {
		padding-left: 15px;
		padding-right: 15px;
	}
	.thumb{
		border-radius: 125px;
		width: 125px;
		-webkit-box-shadow: 0 3px 7px 2px rgba(0, 0, 0, 0.15);
		box-shadow: 0 3px 7px 2px rgba(0, 0, 0, 0.15);
	}
	.bild_zeile  .beschreibung{
		line-height: 18px;
		font-size: 10px;
		/*display: none;*/
	}
}

/* List style als Anstrich */
ul.dash {
    list-style: none;
    margin-left: 0;
    padding-left: 1em;
}
ul.dash > li:before {
    display: inline-block;
    content: "-";
    width: 1em;
    margin-left: -1em;
}
/* Ende List style als Anstrich */

/* Ende Aktualisierung 122022 */ 

.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 800px;
  margin: auto;
  width: 100%;
}

.list__item {
  display: flex;
  margin-bottom: 1rem;
  line-height: 30px;
  font-weight: 400;
}

.list__item__icon {
  height: 30px;
  width: 30px;
  margin-right: 1rem;
}

@media (max-width: 1700px) {
  .contact__bottom {
    background-position: right -200px top;
  }
  .section_bg1 {
    background-image: none;
  }
  .section_bg1::after {
    content: "";
    width: 100%;
    max-height: 748px;
    height: 100%;
    display: inline-block;
    background: url(../img/bg/bg10.png) no-repeat left top;
    top: 0;
    left: 0;
    position: absolute;
  }
  .infoblock__right {
    position: relative;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    right: 0;
    padding-top: 800px;
    padding-bottom: 110px;
    display: block;
    float: none;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media (max-width: 1600px) {
  .contact__bottom {
    background-position: right -280px top;
  }
  .section_bg2 {
    background-image: none;
    padding: 0;
  }
  .section_bg2::after {
    content: "";
    width: 100%;
    max-height: 643px;
    height: 100%;
    display: inline-block;
    background: url(../img/bg/bg3.jpg) no-repeat right top;
    top: 0;
    right: 0;
    position: absolute;
  }
  .infoblock__left {
    padding-top: 700px;
    padding-bottom: 110px;
    margin: 0 auto;
  }
}
@media (max-width: 1400px) {
  .contact__text {
    padding-left: 0;
    color: #fff;
  }
  .contact__block ul {
    color: #fff;
  }
  .contact__bottom {
    background-color: #590c51;
  }
  .contact__bottom .row {
    padding-top: 0;
  }
  .contact__left span {
    font-size: 16px;
    color: #fff;
    line-height: 2;
    margin-bottom: 25px;
  }
  .contact__left span:last-child {
    margin-bottom: 0;
  }
  .contact__right {
    padding-left: 0;
  }
}
@media (max-width: 1300px) {
  .contact__top::before {
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-color: #fff;
    position: absolute;
  }
  .accordion {
    margin-top: 30px;
    margin-bottom: 65px;
  }
  .kinder__info {
    padding-top: 30px;
  }
  .praxis__title {
    font-size: 21px;
  }
  .icon::before {
    width: 30px;
    height: 30px;
    background-size: contain;
  }
  .slider .flickity-prev-next-button.next {
    right: -30px;
  }
  .slider__item {
    width: 33%;
    margin: 15px 0;
    text-align: center;
  }
  .slider__image {
    width: 200px;
    height: 200px;
    margin-right: 0;
    display: inline-block;
  }
}
@media (max-width: 1200px) {
  .section_bg1 {
    background: #590c51;
    padding: 0;
  }
  .section_bg2 {
    background: #fff;
    padding: 0;
  }
  .infoblock__title {
    font-size: 34px;
    padding-bottom: 35px;
  }
  .infoblock__text {
    font-size: 14px;
    margin-bottom: 0;
  }
  .accordion__item {
    margin-bottom: 35px;
  }
  .kinder__infoblock {
    border-radius: initial;
    background-color: initial;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .hero__title {
    font-size: 85px;
    margin-bottom: 25px;
  }
  .hero__title::after {
    margin-top: 0;
  }
  .hero__text {
    font-size: 16px;
  }
  .kinder__title {
    font-size: 18px;
    line-height: 30px;
  }
  .slider {
    width: 95%;
  }
  .aside__body {
    overflow-y: scroll;
  }
}
@media (max-width: 992px) {
  .contact__block:first-child {
    margin-right: 0;
  }

  .contact__info {
    padding: 15px 0;
    position: relative;
    bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact__top {
    background-size: cover;
    background-position: top center;
  }
  .section_bg1 {
    min-height: 0;
  }
  .section_bg1::after {
    content: none;
  }
  .section_bg2 {
    min-height: 0;
  }
  .section_bg2::after {
    content: none;
  }
  .section .infoblock__right {
    max-width: 100%;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    padding-top: 65px;
    padding-bottom: 65px;
    margin: inherit;
    left: inherit;
    right: inherit;
  }
  .section .infoblock__left {
    max-width: 100%;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    padding-top: 65px;
    padding-bottom: 65px;
    margin: inherit;
  }
  .partner__title {
    font-size: 18px;
    line-height: 1.75;
  }
  .partner__subtext {
    font-size: 16px;
    line-height: 24px;
  }
  .team__name {
    padding-top: 20px;
    font-size: 18px;
  }
  .team__text {
    font-size: 16px;
    line-height: 25px;
  }
  .hero__title {
    font-size: 65px;
  }
  .hero__title::after {
    max-width: 225px;
  }
  .kinder__infoblock {
    padding: 20px 15px;
    margin-bottom: 0;
  }
  .kinder__body {
    margin-top: 20px;
  }
  .kinder__item {
    padding-left: 30px;
  }
  .kinder__item li::before {
    left: -20px;
  }
  .accordion {
    padding-left: 15px;
  }
  .accordion__link a {
    font-size: 18px;
  }
  .accordion__text {
    padding-top: 25px;
  }
  .accordion__title {
    font-size: 18px;
  }
  .accordion__left span {
    min-width: 190px;
    font-size: 18px;
  }
  .accordion__right {
    font-size: 16px;
  }
  .praxis__title {
    right: 15px;
  }
  .praxis__text {
    padding: 15px;
  }
  .praxis__text p {
    font-size: 16px;
  }
  .kinder__contact,
  .praxis__contact {
    padding: 50px 0;
  }
  .kinder__contact {
    padding: 0 15px;
  }
  .kinder__contact span,
  .praxis__contact span {
    font-size: 20px;
    padding-bottom: 0;
  }
  .kinder__contact a,
  .praxis__contact a {
    font-size: 20px;
    display: block;
    padding-left: 0;
  }
  .praxis__left,
  .kinder__image_left {
    margin-bottom: 15px;
    margin-right: 0;
    width: 100%;
  }
  .praxis__right,
  .kinder__image_right {
    margin-left: 0;
    width: 100%;
  }
  .praxis__right img {
    margin-bottom: 15px;
  }
  .slider {
    margin-top: 40px;
  }
  .slider .flickity-prev-next-button.next {
    top: 115%;
    right: 40%;
  }
  .slider .flickity-prev-next-button.previous {
    top: 115%;
    left: 40%;
  }
  .slider__item {
    width: 50%;
    text-align: center;
  }
  .slider__image {
    width: 200px;
    height: 200px;
    background-size: cover;
  }
  .slider__text {
    font-size: 16px;
  }
  .section {
    margin-bottom: 55px;
  }
  .section__top {
    padding-bottom: 30px;
  }
  .section__title {
    font-size: 32px;
    line-height: 32px;
  }
  .section__subtitle {
    padding-bottom: 10px;
  }
  .section__subtitle::after {
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .logo {
    width: 120px;
  }
  .hero {
    min-height: 600px;
    background-size: cover;
  }
  body {
    padding-top: 70px;
  }
  .main {
    width: 100%;
  }
  .aside {
    max-width: 255px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: fixed;
    width: 100%;
    top: 70px;
    right: 100%;
    margin: 0;
    overflow: hidden;
    overflow-x: scroll;
    height: 100%;
    z-index: 2;
    background: #fff;
    padding-top: 20px;
  }

  aside a {
    cursor: pointer;
  }

  .aside_active {
    -webkit-transform: translate3D(100%, 0, 0);
    -ms-transform: translate3D(100%, 0, 0);
    transform: translate3D(100%, 0, 0);
  }
  .aside__logo {
    display: none;
  }
  .aside__body {
    position: relative;
  }
  .aside__contact {
    padding-top: 10px;
  }
  .aside__contact a {
    padding-left: 50px;
    font-size: 12px;
    cursor: pointer;
  }
  .aside__info {
    padding-top: 0;
  }
  .aside .menu__item_children > a:hover {
    border-bottom: 1px solid #590c51;
    border-right: 0;
  }
  .aside .menu__ul ul li {
    line-height: 2;
  }
  .aside .menu__item {
    line-height: 55px;
    cursor: pointer;
  }
  .aside .menu__item_children::after {
    top: 18px;
  }
  .aside .menu__item_children:hover {
    border-right: none;
  }
  .aside .menu__item_children:hover::after {
    top: 18px;
  }
  .mobile-menu {
    -webkit-box-shadow: 0 8px 80px rgba(0, 0, 0, 0.06);
    box-shadow: 0 8px 80px rgba(0, 0, 0, 0.06);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    min-height: 70px;
  }
  .submenu {
    top: 71px;
  }
  .footer__col {
    margin-bottom: 15px;
  }
  .footer__copyright {
    margin-bottom: 15px;
  }
}
@media (max-width: 576px) {
  .section__team {
    min-height: 225px;
  }
  .section__title {
    font-size: 24px;
  }
  .team__image {
    width: 120px;
    height: 120px;
  }
  .team__name {
    font-size: 16px;
  }
  .team__text {
    font-size: 14px;
  }
  .slider {
    margin-top: 40px;
    width: 100%;
  }
  .slider .flickity-prev-next-button.previous {
    width: 30px;
    height: 30px;
    left: 35%;
  }
  .slider .flickity-prev-next-button.next {
    width: 30px;
    height: 30px;
    right: 35%;
  }
  .slider__image {
    width: 150px;
    height: 150px;
    background-size: cover;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  }
  .slider__text {
    font-size: 14px;
  }
  .hero {
    min-height: 260px;
  }
  .hero__text {
    font-size: 12px;
  }
  .hero__title {
    font-size: 45px;
    line-height: 70px;
    margin-bottom: 10px;
  }
  .hero__title::after {
    max-width: 150px;
  }
  .accordion {
    margin-top: 15px;
  }
  .accordion__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .accordion__item {
    margin-bottom: 25px;
  }
  .accordion__left {
    padding-bottom: 10px;
  }
  .accordion__left span {
    font-size: 16px;
  }
  .accordion__right span {
    font-size: 14px;
  }
  .kinder__image {
    margin-top: 15px;
    margin-bottom: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .kinder__info {
    padding-top: 40px;
  }
  .kinder__info p {
    line-height: 26px;
    font-size: 14px;
  }
  .partner__item {
    margin-bottom: 50px;
  }
  .praxis__bg {
    min-height: 150px;
  }
  .praxis__title {
    right: 15px;
    text-align: right;
    color: #fff;
    font-size: 14px;
  }
  .footer__link a {
    width: 100%;
    padding-right: 0;
    display: block;
  }
  .footer__top .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .footer__bottom .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .info {
    padding-left: 0;
  }
  .info__title {
    font-size: 18px;
    line-height: 31px;
    padding-bottom: 15px;
  }
  .info__text span {
    font-size: 16px;
  }
  .info__body p {
    font-size: 16px;
    line-height: 32px;
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .slider {
    margin-top: 40px;
  }
  .slider__image {
    width: 120px;
    height: 120px;
    background-size: cover;
  }
  .slider__text {
    font-size: 12px;
    line-height: 22px;
  }
  .team__item {
    margin-bottom: 50px;
  }
  .team__title {
    font-size: 21px;
    padding-left: 0;
    text-align: center;
  }
  .hero__title {
    font-size: 41px;
  }
  .button {
    font-size: 16px;
  }
  .button {
    font-size: 14px;
  }
  .contact__left span {
    font-size: 14px;
  }

  .contact__right p {
    font-size: 14px;
    line-height: 25px;
  }
  .contact__block span {
    font-size: 14px;
    padding-left: 55px;
  }
  .contact__info li {
    font-size: 14px;
    line-height: 35px;
  }
}

.banner {
  background: #590c51;
  color: #fff;
  padding: 1rem;
  text-align: center;
}

.banner a {
  color: #fff;
  text-decoration: underline;
}

.hidden {
  display: none;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem;
}

.gallery-grid__item img {
  width: 100%;
  height: 100%;
}

@media (min-width: 1024px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery-grid__item:first-child {
    grid-row: span 2;
  }
}

.list-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 900px;
  margin: 0 auto;
  gap: 0 8%;
}

.list-wrapper .kinder__title {
  margin-left: 0;
}

.list-wrapper .kinder__info {
  padding-top: 25px;
}

.list-wrapper .kinder__item {
  padding-left: 30px;
}

@media (max-width: 1160px) {
  .list-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

.kinder-item2 {
  padding-left: 35px;
  padding-bottom: 30px;
}

.kinder-item2 li {
  max-width: 100%;
}

.info-block2 {
  border-radius: 350px 15px 351px 15px;
  min-height: auto;
}

.infoblock-chelat {
  border-radius: 400px 15px 400px 15px;
  min-height: auto;
}

.info__contact__paragraph {
  padding-left: 60px;
  line-height: 45px;
}

.contact__title__kontakt {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  line-height: 45px;
}

.contact__list {
  color: #fff;
}

.kinder-title-labor {
  margin-bottom: 0px;
}

.media-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.kinder__item.anstriche {
  display: initial;
}

@media (max-width: 1200px) {
  .media-list {
    display: flex;
    flex-direction: column;
  }
  .anstriche {
    padding-top: 15px;
    padding-bottom: 30px;
  }
}

.parkplatz__container {
  display: flex;
  width: 100%;
}

.parkplatz__bild {
  width: 50%;
  position: relative;
}

.parkplatz__bild img {
  width: 100%;
}

.parkplatz__quelle {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  color: white;
  font-size: 0.75rem;
}

.parkplatz__text {
  margin: auto;
  width: 50%;
  padding-left: 95px;
  padding-right: 95px;
}

.parkplatz__text h2 {
  font-size: 20px;
  color: #560c50;

  font-weight: 500;
}

.parkplatz__text p {
  font-size: 16px;
  font-weight: 400;
}

@media (max-width: 1160px) {
  .parkplatz__container {
    flex-direction: column-reverse;
    align-items: center;
  }
  .parkplatz__bild {
    width: 100%;
  }
  .parkplatz__text {
    margin: auto;
    width: 100%;
    padding: 30px;
  }
}

@media (max-width: 992px) {
  .parkplatz__text {
    padding: 30px 15px;
  }
}

.span-block {
  display: block;
}

.partner__title a {
  line-height: 0;
}

strong {
  font-weight: 500;
}

.impressum__link {
  font-weight: 400 !important;
  font-size: 18px !important;
}

.therapeuten-title {
  color: #590c51;
}

@media (max-width: 992px) {
  .team__text {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .team {
    flex-direction: column;
    align-items: center;
  }
  .team__image {
    width: 150px;
    height: 150px;
  }
  .team__item {
    width: calc(90% - 30px);
  }

  .team .full-width {
    text-align: center;
  }

  .team__text__education {
    margin-top: 1.5rem;
  }
}

@media (max-width: 481px) {
  .accordion__form {
    max-height: 100% !important;
  }
}

.hoertraining-span {
  margin-left: 0 !important;
  display: initial !important;
}

.chelat-span {
  margin-left: 0 !important;
  display: initial !important;
}

@media (max-width: 425px) {
  .hero {
    background-position: 70% center;
  }

  .therapeuten-title {
    font-size: 1.5rem;
  }

  .contact__top {
    background-position: 78% center !important;
  }
}

@media (min-width: 1060px) {
  .labordiagnostik__info {
    padding-top: 0px !important;
  }
}
@media (min-width: 1161px) {
  .vfb {
    transform: translateY(-4px);
  }

  .kinder-title-labor {
    /* border: 1px solid red; */
  }
}

.impressum__link {
  font-weight: normal !important;
  font-size: 16px !important;
}

@media (min-width: 768px) {
  .katharina {
    margin-top: 33px;
  }
}

@media (max-width: 768px) {
  .contact__top {
    background-position: 80% center !important;
  }
}

@media (min-width: 769px) {
  .contact__top {
    background-position: 75% center !important;
  }

  .katharina {
    margin-top: 60px;
  }

  .sebastian,
  .anita,
  .jacqueline,
  .claudia {
    margin-top: 10px;
  }

  .madeleine {
    margin-top: 35px;
  }
}

@media (min-width: 886px) {
  .katharina {
    margin-top: 35px;
  }
}

@media (min-width: 993px) {
  .kinder__infoblock.info-block2,
  .infoblock-chelat {
    padding-left: 15px;
    padding-right: 15px;
  }

  .katharina {
    margin-top: 40px;
  }

  .madeleine {
    margin-top: 40px;
  }
}

@media (min-width: 1201px) {
  .marlies,
  .susann,
  .liane,
  .katharina {
    margin-top: 70px;
  }

  .anita {
    margin-top: 43px;
  }

  .list__left.kndr {
    padding-left: 6rem;
  }

  .chlt {
    padding-left: 4rem;
  }

  .kinder__title.kinder__title_else.chlt {
    padding-left: 10rem;
    max-width: 80%;
    line-height: 1.75;
    text-align: left;
  }

  .team__item {
    margin-top: 2rem;
  }

  .mb,
  .sr,
  .kj {
    margin-top: 33px;
  }

  .team__text__title,
  .team__text__education {
    /* border: 1px solid red; */
  }

  .ag {
    margin-top: 33px;
  }

  .jacqueline,
  .claudia {
    margin-top: 43px;
  }

  .madeleine {
    margin-top: 73px;
  }
}

@media (min-width: 1230px) {
  .mb,
  .sr,
  .kj {
    margin-top: 0;
  }
}

@media (min-width: 1270px) {
  .cb {
    margin-top: 33px;
  }
}

@media (min-width: 1278px) {
  .mt {
    margin-top: 33px;
  }
}

@media (min-width: 1366px) {
  .jacqueline {
    margin-top: 15px;
  }

  .anita,
  .claudia {
    margin-top: 15px;
  }

  .madeleine {
    margin-top: 45px;
  }
}

@media (min-width: 1372px) {
  .ag,
  .mt,
  .cb {
    margin-top: 0;
  }

  .jacqueline {
    margin-top: 15px;
  }
}

@media (min-width: 1440px) {
  /* .parkplatz__text * {
    border: 1px solid red;
    transform: translateY(-400px);
  }

  .contact__item {
    border: 1px solid red;
  } */
}

@media (min-width: 1502px) {
  .sebastian {
    margin-top: 15px;
  }

  .marlies,
  .susann,
  .liane,
  .katharina {
    margin-top: 45px;
  }
}

@media (min-width: 1510px) {
  .marlies,
  .susann,
  .liane,
  .katharina {
    margin-top: 45px;
  }
}

@media (min-width: 1601px) {
  .section_bg2 {
    background-position: center right;
  }

  .therapeuten-text {
    max-width: 390px;
  }
}

@media (max-width: 1920px) {
  .contact__top {
    background-position: 100% center;
  }
}

@media (max-width: 990px) {
	.praxis__text .preistabelle {
		overflow-x: auto;
	}
	.praxis__text .preistabelle table {
		width: 200%;
		color: #000;
		font-size: 16px;
	}
	.praxis__text .preistabelle td,
	.praxis__text .preistabelle th{
		padding: 5px;
}

@media (min-width: 993px) {
  .varianten-title {
 
  }
}





.accordion__susann {
  max-height: 100% !important;
}


.linksbuendig {
  position: relative;
}

.arten__title, .varianten-title {
  margin-bottom: 0px !important;
  position: absolute !important;
  top: -20px !important;
  left: 0 !important;
}


.mt {
  margin-top: 20px;
}

@media (max-width: 992px) {
  .arten__title, .varianten-title{
    top: -10px !important;
    left: 17px !important;
  }
}


