/* ****************
/* Styles for blumen-post website
/* Author: Heiko Goeb - dq180.com
/* Version: 1.5
/* ****************
*/
:root {
  --textColor: #4c4343;
  --textColorLight: rgb(251, 251, 254);
}

html, body {
  padding: 0 !important;
  margin: 0 !important;
  height: auto !important;
  font-family: "Libre Franklin", sans-serif;
  font-size: 21px;
  font-variation-settings: "wght" 80;
  color: #4c4343;
  line-height: 1.35rem;
  text-size-adjust: none;
  letter-spacing: 0.03rem;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  font-synthesis: none;
}

body {
  overflow-x: hidden;
  min-height: 100vh;
  width: 100vw;
  background-color: rgb(251, 251, 254);
}
@supports (width: -webkit-fill-available) {
  body {
    width: -webkit-fill-available;
  }
}
body.phone, body.tablet {
  margin: 0;
  height: auto;
}

.font-secondary {
  font-family: "MsMadi", serif;
}

p, p a, p span, td {
  font-size: 0.9rem;
  line-height: 1.19rem;
  color: #4c4343;
  font-variation-settings: "wght" 80, "opsz" 10;
  text-size-adjust: none;
  margin: 0px;
}

* + p {
  margin-top: 1.29rem;
}

h1, .h1, .htag1 {
  font-size: 2rem;
  line-height: 2.29rem;
  color: #4c4343;
  font-variation-settings: "wght" 40, "opsz" 24;
  margin-top: 0;
}

h2, .h2, .htag2 {
  font-size: 1.5rem;
  line-height: 1.79rem;
  color: #d7b56d;
  font-variation-settings: "wght" 180;
  margin-top: 0;
}

h3, .h3, .htag3 {
  font-size: 1.5rem;
  line-height: 1.79rem;
  color: #4c4343;
  font-variation-settings: "wght" 180;
  margin-top: 0;
}

h4, h5, h6, .h4, .h5, .h6, .htag4, .htag5, .htag6 {
  font-size: 0.9rem;
  line-height: 1.19rem;
  color: #4c4343;
  font-variation-settings: "wght" 180;
  letter-spacing: 0.084rem;
  margin-top: 0;
}

b, strong {
  font-variation-settings: "wght" 180;
  color: inherit;
}

:not(.content-submenu) > .content {
  width: 100vw;
}
@supports (width: -webkit-fill-available) {
  :not(.content-submenu) > .content {
    width: -webkit-fill-available;
  }
}

.content {
  padding: 1.8rem 0 13.2rem 0;
}
.content .container {
  padding: 0;
}
.content .container > .row {
  margin-top: -1.5px;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(76, 67, 67, 0.12);
}
.content .container > .row .row {
  padding: 0;
}
.content .container > .row:first-child {
  border-radius: 2px 2px 0 0;
}
.content .container > .row:last-child {
  border-radius: 0 0 2px 2px;
}
.content .container > .row:only-child {
  border-radius: 2px;
}
.content .container > .row > div[class*=col-] {
  padding: 60px 30px;
}
:where(:not([class*=bg-])) .content .container > .row {
  background: rgba(255, 255, 255, 0);
}
.content h1 + *, .content .h1 + *, .content .htag1 + * {
  margin-top: 3.3rem;
}
.content h1::after, .content .h1::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 1.59rem;
  background-color: rgba(76, 67, 67, 0.51);
}
.content hr {
  visibility: hidden;
  margin: 2rem 0;
}

.last-change {
  display: none;
}

.claim {
  color: #d7b56d;
  font-variation-settings: "wght" 180;
  text-transform: lowercase;
  line-height: 1rem;
}
.claim strong {
  font: inherit;
  font-weight: inherit !important;
  color: #727270;
}

.img-hover {
  position: relative;
  background-color: #4c4343;
  margin-bottom: 1em;
  overflow: hidden;
}
.img-hover img {
  width: 100%;
  height: auto;
  object-fit: contain;
  margin-bottom: 0;
  opacity: 0.2;
  transform: scale(1);
  transition: all 0.23s cubic-bezier(0, 0.7, 0.9, 1);
}
.img-hover:hover img {
  opacity: 1;
  transform: scale(1.08);
}

@media (min-width: 768px) {
  body {
    font-size: 18px;
  }
  p, p span, p a, td {
    font-size: 1rem;
    line-height: 1.29rem;
    font-variation-settings: "wght" 80, "opsz" auto;
  }
  h1, .h1, .h1tag {
    font-size: 1.65rem;
    line-height: 1.94rem;
  }
  h2, h3, .h2, .h3, .htag2, .htag3 {
    font-size: 1.65rem;
    line-height: 1.94rem;
  }
  h4, h5, h6, .htag4, .htag5, .htag6 {
    font-size: 1rem;
    line-height: 1.29rem;
  }
  .container, .container-md, .container-sm {
    max-width: 768px;
  }
  .content {
    padding: 3.6rem 0 30rem 0;
  }
  .content .row > div[class*=col-] {
    padding: 60px;
  }
}
@media (min-width: 992px) {
  h1, h2, h3, h4, h5, h6, .htag1, .htag2, .htag3, .htag4, .htag5, .htag6 {
    word-break: normal;
  }
  .container, .container-lg, .container-md, .container-sm {
    max-width: 980px;
  }
  .content .row.c-tpl-01 > div[class*=col-] {
    padding: 60px 120px !important;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 78vw;
  }
}
@media (min-width: 2000px) {
  .container {
    max-width: 1300px;
  }
}
.iconworks::before {
  content: attr(data-icon);
  font-family: icon-worksregular;
}

a {
  --btnHoverColor: #4ecfff;
  --btnFocusColor: #4ecfff;
  --btnBorderWidth: 3px;
  --btnAddBorder: var(--btnBorderWidth) * 2;
  display: inline-block;
  position: relative;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:focus, a:focus-visible {
  outline: 0;
}
a:focus > *, a:focus-visible > * {
  outline: 0;
}
a::before {
  content: "";
  position: absolute;
  top: calc(var(--btnBorderWidth) * -1px);
  left: calc(var(--btnBorderWidth) * -1px);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background-color: transparent;
}
a:not(:active):focus-visible::before {
  opacity: 0.87;
  outline: 2px solid var(--btnFocusColor);
  outline-offset: 3px;
  filter: blur(2px);
}
.content a.linklist i {
  margin-right: 0.42rem;
}
.content a:not(.button, .btn), .content a.linklist {
  display: inline-block;
  position: relative;
  isolation: isolate;
  background-repeat: no-repeat;
  background-size: 0, 100%;
  font: inherit;
  font-variation-settings: inherit;
  color: #d7b56d;
  transition: all 0.13s cubic-bezier(0, 0, 0.9, 1), transform 0.05s 0.1s ease-out;
}
.content a:not(.button, .btn):hover, .content a.linklist:hover {
  background-size: 100%, 0;
  color: rgb(251, 251, 254);
  text-decoration: none;
}
.content a:not(.button, .btn):active, .content a.linklist:active {
  transform: scale(1.01);
}
.content a:not(.button, .btn)::after, .content a.linklist::after {
  content: " ";
  position: absolute;
  z-index: -1;
  font: inherit;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(21, 106, 111);
  transform: scaleY(0) scaleX(0);
  transform-origin: center;
  opacity: 0;
  transition: all 0.25s cubic-bezier(0, 0, 0.9, 1);
}
.content a:not(.button, .btn):hover::after, .content a.linklist:hover::after {
  transition: all 0.15s cubic-bezier(0, 0, 0.9, 1);
  transform: scaleY(1) scaleX(1.05);
  opacity: 1;
}

.btn {
  --btnFaceColor: rgb(251, 251, 254);
  --btnTextColor: #4c4343;
  --btnTextColorLight: rgb(251, 251, 254);
  --btnBorderColor: #4c4343;
  --btnBorderWidth: 3px;
  --btnAddBorder: var(--btnBorderWidth) * 2;
  --btnFontSize: 0.72rem;
  --btnCircleIconSize: 1.2rem;
  --btnFontWeight: 800;
  --btnFocusColor: #4ecfff;
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  min-width: fit-content;
  max-width: max-content;
  box-sizing: border-box;
  margin-bottom: 0.9rem;
  padding: 0.12rem 0.9rem 0 0.9rem;
  font: inherit;
  font-size: var(--btnFontSize);
  font-variation-settings: "wght" 200;
  color: var(--btnTextColor);
  text-transform: uppercase;
  letter-spacing: 0.09rem;
  line-height: 1.41rem;
  text-decoration: none;
  background-color: var(--btnFaceColor);
  border: var(--btnBorderWidth) solid var(--btnBorderColor);
  border-radius: 2rem;
  transition: all 0.23s cubic-bezier(0, 0.1, 0.3, 1);
}
.btn:focus, .btn:active:focus {
  outline: 0 solid transparent;
  outline-offset: 0px;
  box-shadow: none;
}
.btn-circle {
  --btnRadius: 2.4rem;
  box-sizing: content-box;
  max-width: unset;
  min-width: unset;
  height: var(--btnRadius);
  width: var(--btnRadius);
  padding: 0;
  border-radius: 100%;
  font-size: var(--btnCircleIconSize);
}
.btn > i, .btn > span {
  isolation: isolate;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: calc(100% + 2 * var(--btnBorderWidth));
  width: calc(100% + 2 * var(--btnBorderWidth));
  color: var(--btnTextColor);
}
.btn i::before {
  font-size: inherit;
  transition: all 0.15s cubic-bezier(0, 0, 0.2, 1);
  color: var(--btnTextColor);
}
.btn::before {
  content: "";
  position: absolute;
  top: calc(var(--btnBorderWidth) * -1px);
  left: calc(var(--btnBorderWidth) * -1px);
  width: calc(100% + var(--btnAddBorder));
  height: calc(100% + var(--btnAddBorder));
  border-radius: inherit;
  background-color: transparent;
  opacity: 0;
  outline: 0 solid var(--btnFocusColor);
  outline-offset: 4px;
  filter: blur(3px);
  transition: all 0.23s cubic-bezier(0, 0.1, 0.3, 1);
}
.btn:not(:active):focus-visible::before {
  opacity: 0.84;
  outline: 2px solid var(--btnFocusColor);
  opacity: 0.87;
  outline: 2px solid var(--btnFocusColor);
  outline-offset: 3px;
  filter: blur(2px);
}

[class*=btn-flat] {
  box-shadow: none;
}
[class*=btn-flat]::after {
  content: "";
  position: absolute;
  top: calc(var(--btnBorderWidth) * -1px);
  left: calc(var(--btnBorderWidth) * -1px);
  width: calc(100% + var(--btnAddBorder));
  height: calc(100% + var(--btnAddBorder));
  border-radius: inherit;
  background-color: transparent;
  transition: all 0.23s cubic-bezier(0, 0.1, 0.3, 1);
}
[class*=btn-flat]:hover::after {
  background-color: rgba(78, 207, 255, 0.6);
}
[class*=btn-flat]:hover {
  border-color: var(--btnBorderColor);
}
[class*=btn-flat][aria-expanded=true], [class*=btn-flat]:active, [class*=btn-flat]:active:focus, [class*=btn-flat]:hover:active {
  border-color: rgb(21, 106, 111);
  --btnFaceColor: #28ccd6;
  box-shadow: 0 0 0 6px rgba(78, 207, 255, 0.3) !important;
}
[class*=btn-flat][aria-expanded=true]::after, [class*=btn-flat]:active::after, [class*=btn-flat]:active:focus::after, [class*=btn-flat]:hover:active::after {
  background-color: transparent;
}

[class*=btn-morph] {
  --btnBorderColor: rgba(76, 67, 67, 0.2);
  --btnOuterBorderWidth: 3px;
  --btnOuterBorderColor: #fbfbfe;
  --btnBorderWidth: 1px;
  --btnBorderColor: rgba(76, 67, 67, 0.12);
  --btnGradientColor: rgba(76, 67, 67, 0.3);
  --btnFaceShadowColor: rgba(76, 67, 67, 0.3);
  box-shadow: -2px -2px 3px rgba(255, 255, 255, 0.24), 3px 3px 9px -2px rgba(172, 168, 170, 0.3) !important;
  border: var(--btnOuterBorderWidth) solid var(--btnOuterBorderColor);
}
[class*=btn-morph]:active, [class*=btn-morph][aria-expanded=true] {
  box-shadow: 0 0 0 6px rgba(78, 207, 255, 0.3) !important;
}
[class*=btn-morph] > i, [class*=btn-morph] > span {
  display: inline-flex;
  place-items: center;
  align-items: center;
  height: calc(100% + 2 * var(--btnBorderWidth));
  width: calc(100% + 2 * var(--btnBorderWidth));
  padding: 0.12rem 0.76rem 0 0.76rem;
  border: var(--btnBorderWidth) solid var(--btnBorderColor);
  border-radius: 2rem;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.81);
}
[class*=btn-morph].btn-circle {
  padding: 0;
  font-size: var(--btnCircleIconSize);
}
[class*=btn-morph].btn-circle > i, [class*=btn-morph].btn-circle > span {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
[class*=btn-morph]::before {
  content: "";
  position: absolute;
  top: calc(var(--btnBorderWidth) * -1px);
  left: calc(var(--btnBorderWidth) * -1px);
  width: calc(100% + var(--btnAddBorder));
  height: calc(100% + var(--btnAddBorder));
  border-radius: inherit;
  background-color: transparent;
  opacity: 0;
  outline: 0 solid var(--btnFocusColor);
  outline-offset: 4px;
  filter: blur(3px);
  transition: all 0.23s cubic-bezier(0, 0.1, 0.3, 1);
}
[class*=btn-morph]::after {
  content: "";
  position: absolute;
  background: linear-gradient(117deg, transparent 51%, var(--btnGradientColor));
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  box-shadow: inset -2px 0 4px var(--btnFaceShadowColor), inset 2px 2px 4px rgba(255, 255, 255, 0.36);
}
[class*=btn-morph]:not(:active):focus-visible::before {
  opacity: 0.84;
  outline: 5px solid var(--btnFocusColor);
}
[class*=btn-morph]:not(:focus):hover, [class*=btn-morph]:active:hover {
  --btnFaceColor: #aae8ff;
  --btnFaceShadowColor: #4eb4db;
}
[class*=btn-morph]:active {
  --btnFaceColor: rgb(251, 251, 254);
  box-shadow: -2px -2px 3px rgba(255, 255, 255, 0.24), 3px 3px 9px -2px rgba(172, 168, 170, 0.3);
}
[class*=btn-morph]:active::after, [class*=btn-morph][aria-expanded=true]::after {
  box-shadow: inset 2px 2px 4px -1px var(--btnFaceShadowColor), inset -2px 0px 4px rgb(255, 255, 255);
}

.btn-flat-primary {
  --btnFaceColor: #d7b56d;
}
.btn-flat-secondary {
  --btnFaceColor: #727270;
  --btnTextColor: rgb(251, 251, 254);
}
.btn-flat-secondary:active {
  --btnTextColor: #727270;
}
.btn-flat-tertiary {
  --btnFaceColor: #4c4343;
  --btnTextColor: rgb(251, 251, 254);
  --btnBorderColor: #d7b56d;
}
.btn-flat-tertiary:active {
  --btnTextColor: #4c4343;
}
.btn-flat-quaternary {
  --btnFaceColor: rgb(251, 251, 254);
}
.btn-flat-quaternary:active, .btn-flat-quaternary:focus:active, .btn-flat-quaternary:active:hover {
  --btnFaceColor: #d7b56d;
  --btnTextColor: rgb(251, 251, 254);
}
.btn-flat-success {
  --btnFaceColor: rgb(21, 106, 111);
}
.btn-flat-success:active {
  --btnTextColor: rgb(21, 106, 111);
}
.btn-flat-info {
  --btnFaceColor: #dce0fa;
}
.btn-flat-info:active {
  --btnTextColor: #dce0fa;
}
.btn-flat-warning {
  --btnFaceColor: #fff25c;
}
.btn-flat-warning:active {
  --btnTextColor: #fff25c;
}
.btn-flat-danger {
  --btnFaceColor: #fe6a3e;
}
.btn-flat-danger:active {
  --btnTextColor: #fe6a3e;
}
.btn-flat-error {
  --btnFaceColor: #de3645;
}
.btn-flat-error:active {
  --btnTextColor: #de3645;
}

.btn-morph-primary {
  --btnFaceColor: #d7b56d;
  --btnFaceShadowColor: #a2916d;
}
.btn-morph-primary:active, .btn-morph-primary:focus:active, .btn-morph-primary:active:hover, .btn-morph-primary[aria-expanded=true], .btn-morph-primary[aria-expanded=true]:hover {
  --btnFaceColor: #f5ecd9;
  --btnFaceShadowColor: rgba(91, 91, 91, 0.32);
}
.btn-morph-secondary {
  --btnFaceColor: #727270;
  --btnFaceShadowColor: #5f5f5f;
  --btnTextColor: rgb(251, 251, 254);
}
.btn-morph-secondary:active, .btn-morph-secondary:focus:active, .btn-morph-secondary:hover:active, .btn-morph-secondary[aria-expanded=true], .btn-morph-secondary[aria-expanded=true]:hover {
  --btnFaceColor: #f5ecd9;
  --btnFaceShadowColor: rgba(78, 78, 78, 0.32);
  --btnTextColor: #4c4343;
}
.btn-morph-secondary:hover {
  --btnTextColor: #4c4343;
}
.btn-morph-tertiary {
  --btnFaceColor: #4c4343;
  --btnFaceShadowColor: #3c3939;
  --btnTextColor: rgb(251, 251, 254);
}
.btn-morph-tertiary:active, .btn-morph-tertiary:focus:active, .btn-morph-tertiary:active:hover, .btn-morph-tertiary[aria-expanded=true], .btn-morph-tertiary[aria-expanded=true]:hover {
  --btnFaceColor: #f5ecd9;
  --btnFaceShadowColor: rgba(53, 53, 53, 0.32);
  --btnTextColor: #4c4343;
}
.btn-morph-tertiary:hover {
  --btnTextColor: #4c4343;
}
.btn-morph-quaternary {
  --btnFaceColor: rgb(251, 251, 254);
  --btnFaceShadowColor: #d4d4d5;
  /*  --btnFaceColor: rgb(251, 251, 254);
    --btnFaceShadowColor: #dad8da; 
    --btnGradientColor: rgba(169, 195, 234, 0.21);
    &:active {
        --btnTextColor: rgb(251, 251, 254);
    }*/
}
.btn-morph-quaternary:active, .btn-morph-quaternary:focus:active, .btn-morph-quaternary:active:hover, .btn-morph-quaternary[aria-expanded=true], .btn-morph-quaternary[aria-expanded=true]:hover {
  --btnFaceColor: #d7b56d;
  --btnFaceShadowColor: rgba(91, 91, 91, 0.32);
  --btnTextColor: rgb(251, 251, 254)!important;
}
.btn-morph-success {
  --btnFaceColor: rgb(21, 106, 111);
  --btnFaceShadowColor: #1f6367;
  --btnGradientColor: rgba(5, 25, 18, 0.21);
}
.btn-morph-success:active {
  --btnTextColor: rgb(21, 106, 111);
}
.btn-morph-info {
  --btnFaceColor: #dce0fa;
  --btnFaceShadowColor: #c1c2d7;
  --btnGradientColor: rgba(131, 188, 237, 0.21);
}
.btn-morph-info:active {
  --btnTextColor: #dce0fa;
}
.btn-morph-warning {
  --btnFaceColor: #fff25c;
  --btnFaceShadowColor: #ddd157;
  --btnGradientColor: rgba(245, 127, 0, 0.21);
}
.btn-morph-warning:active {
  --btnTextColor: #fff25c;
}
.btn-morph-danger {
  --btnFaceColor: #fe6a3e;
  --btnFaceShadowColor: #dc633f;
  --btnGradientColor: rgba(213, 1, 37, 0.21);
}
.btn-morph-danger:active {
  --btnTextColor: #fe6a3e;
}
.btn-morph-error {
  --btnFaceColor: #de3645;
}
.btn-morph-error:active {
  --btnTextColor: #de3645;
}

:where(p, h1, h2, h3, h4, h5, h6) .btn {
  display: inline-flex;
  margin-bottom: 0.3rem;
}

#back-to-top {
  position: fixed;
  z-index: 7999;
  bottom: 12px;
  right: 30px;
  width: 1.5rem;
  height: 1.5rem;
  text-decoration: none;
  transition: all 0.18s ease-in-out;
}
#back-to-top.btn {
  display: inline-flex;
  font-size: 0.9rem;
}
#back-to-top:hover {
  text-decoration: none;
}
#back-to-top:hover::after {
  background-color: transparent;
}
#back-to-top:active {
  --btnFaceColor: #4ecfff;
}

.content [class*=bg-][class*=c-tpl] {
  background-color: transparent !important;
}
.content .bg-primary > .container > .row > div[class*=col-] {
  background-color: #d7b56d;
  color: var(--textColorLight);
}
.content .bg-secondary .container > .row {
  background-color: #727270;
  color: var(--textColorLight);
}
.content .bg-tertiary .container > .row > div[class*=col-] {
  background-color: #4c4343;
}
.content .bg-quaternary .container > .row {
  background-color: rgb(251, 251, 254);
}
.content .bg-success > .container > .row {
  background-color: rgb(21, 106, 111);
}
.content .bg-danger > .container > .row {
  background-color: #fe6a3e;
}
.content .bg-warning {
  background: transparent;
}
.content .bg-warning > .container > .row {
  background-color: #fff25c;
}
.content .bg-info > .container > .row {
  background-color: #dce0fa;
}
.content .bg-error > .container > .row {
  background-color: #de3645;
}
.content .bg-transparent > .container > .row {
  background-color: transparent;
  box-shadow: "none", inset 0 0 0 1px rgba(76, 67, 67, 0.12);
}
.content :where(.bg-primary, .bg-secondary, .bg-tertiary, .bg-success, .bg-error, .bg-danger, .bg-burgund, .bg-smaragd, .bg-waldgruen) h1, .content :where(.bg-primary, .bg-secondary, .bg-tertiary, .bg-success, .bg-error, .bg-danger, .bg-burgund, .bg-smaragd, .bg-waldgruen) h2, .content :where(.bg-primary, .bg-secondary, .bg-tertiary, .bg-success, .bg-error, .bg-danger, .bg-burgund, .bg-smaragd, .bg-waldgruen) h3, .content :where(.bg-primary, .bg-secondary, .bg-tertiary, .bg-success, .bg-error, .bg-danger, .bg-burgund, .bg-smaragd, .bg-waldgruen) h4, .content :where(.bg-primary, .bg-secondary, .bg-tertiary, .bg-success, .bg-error, .bg-danger, .bg-burgund, .bg-smaragd, .bg-waldgruen) h5, .content :where(.bg-primary, .bg-secondary, .bg-tertiary, .bg-success, .bg-error, .bg-danger, .bg-burgund, .bg-smaragd, .bg-waldgruen) h6, .content :where(.bg-primary, .bg-secondary, .bg-tertiary, .bg-success, .bg-error, .bg-danger, .bg-burgund, .bg-smaragd, .bg-waldgruen) p, .content :where(.bg-primary, .bg-secondary, .bg-tertiary, .bg-success, .bg-error, .bg-danger, .bg-burgund, .bg-smaragd, .bg-waldgruen) a:not(.button, .btn), .content :where(.bg-primary, .bg-secondary, .bg-tertiary, .bg-success, .bg-error, .bg-danger, .bg-burgund, .bg-smaragd, .bg-waldgruen) td {
  color: var(--textColorLight);
}
.content :where(.bg-primary, .bg-secondary, .bg-tertiary, .bg-success, .bg-error, .bg-danger, .bg-burgund, .bg-smaragd, .bg-waldgruen) span, .content :where(.bg-primary, .bg-secondary, .bg-tertiary, .bg-success, .bg-error, .bg-danger, .bg-burgund, .bg-smaragd, .bg-waldgruen) em, .content :where(.bg-primary, .bg-secondary, .bg-tertiary, .bg-success, .bg-error, .bg-danger, .bg-burgund, .bg-smaragd, .bg-waldgruen) strong, .content :where(.bg-primary, .bg-secondary, .bg-tertiary, .bg-success, .bg-error, .bg-danger, .bg-burgund, .bg-smaragd, .bg-waldgruen) b, .content :where(.bg-primary, .bg-secondary, .bg-tertiary, .bg-success, .bg-error, .bg-danger, .bg-burgund, .bg-smaragd, .bg-waldgruen) i {
  color: inherit;
}
.content :where(.bg-primary, .bg-secondary, .bg-tertiary, .bg-success, .bg-error, .bg-danger, .bg-burgund, .bg-smaragd, .bg-waldgruen) h1::after {
  background-color: rgba(251, 251, 254, 0.51) !important;
}
.content :where(.bg-primary, .bg-secondary, .bg-tertiary, .bg-success, .bg-error, .bg-danger, .bg-burgund, .bg-smaragd, .bg-waldgruen) :where(p, li) > a:not(.button, .btn), .content :where(.bg-primary, .bg-secondary, .bg-tertiary, .bg-success, .bg-error, .bg-danger, .bg-burgund, .bg-smaragd, .bg-waldgruen) a.linklist {
  font-variation-settings: "wght" 160;
}
.content :where(.bg-primary, .bg-secondary, .bg-tertiary, .bg-success, .bg-error, .bg-danger, .bg-burgund, .bg-smaragd, .bg-waldgruen) :where(p, li) > a:not(.button, .btn)::after, .content :where(.bg-primary, .bg-secondary, .bg-tertiary, .bg-success, .bg-error, .bg-danger, .bg-burgund, .bg-smaragd, .bg-waldgruen) a.linklist::after {
  background-color: rgba(251, 251, 254, 0.5);
  transform: scaleY(0.08) scaleX(1);
  transform-origin: bottom center;
  opacity: 1;
}
.content :where(.bg-primary, .bg-secondary, .bg-tertiary, .bg-success, .bg-error, .bg-danger, .bg-burgund, .bg-smaragd, .bg-waldgruen) :where(p, li) > a:not(.button, .btn):hover::after, .content :where(.bg-primary, .bg-secondary, .bg-tertiary, .bg-success, .bg-error, .bg-danger, .bg-burgund, .bg-smaragd, .bg-waldgruen) a.linklist:hover::after {
  background-color: rgba(251, 251, 254, 0.3);
}

#header {
  position: relative;
  z-index: 1000;
  margin-top: 0 !important;
  padding: 0;
  background: rgb(251, 251, 254);
  border: 0;
}
#header.sticky {
  background: linear-gradient(to top, transparent 0%, rgba(251, 251, 254, 0.06) 10px, rgba(251, 251, 254, 0.56) 11px, rgba(251, 251, 254, 0.98) 22px);
  border: 0;
}
#header > .container {
  display: grid;
  grid: [row-1] "logo logo" max-content [row-2] "social menutoggle" minmax(max-content, 1.71rem) [row-3] "menu menu" 0/auto auto;
}
#header > .container:after, #header > .container:before {
  display: none;
}
#header .header-logo {
  grid-area: logo;
  text-align: center;
  padding: 1.5rem 0 2.1rem 0;
}
#header .header-logo img {
  max-width: 66vw;
}
#header .header-social, #header .header-menutoggle {
  position: relative;
  display: flex;
  max-height: 1.71rem;
  padding: 0.21rem 15px 0rem 15px;
  overflow: visible;
}
#header .header-social::after, #header .header-menutoggle::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1.74rem;
  background-color: #727270;
  z-index: -1;
}
#header .header-social .btn, #header .header-menutoggle .btn {
  margin: -6px 0 0 0;
}
#header .header-social [class*=btn-morph], #header .header-menutoggle [class*=btn-morph] {
  --btnOuterBorderColor: #727270;
}
#header .header-social-wrapper, #header .header-menutoggle-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
}
#header .header-social {
  grid-area: social;
  justify-content: flex-start;
}
#header .header-social * {
  color: #bebebd;
}
#header .header-social span, #header .header-social a {
  text-decoration: none;
  font-size: 1rem;
}
#header .header-social span i, #header .header-social a i {
  color: inherit;
}
#header .header-social a:hover {
  color: #f8f2e5;
}
#header .header-social a:focus {
  color: rgb(251, 251, 254);
}
#header .header-social .header-social-wrapper {
  gap: 12px;
}
#header .header-menutoggle {
  grid-area: menutoggle;
  z-index: 100;
  justify-content: flex-end;
}
#header .header-menu {
  grid-area: menu;
  z-index: 0;
  background-color: transparent !important;
  padding: 0 !important;
  transition: all 0.34s ease-out;
}
#header .main-nav {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 1px;
  background-color: #727270;
  border-radius: 0 0 12px 12px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
#header .main-nav .navbar-nav {
  display: flex !important;
  flex-direction: row;
  flex-wrap: wrap;
}
#header .main-nav .nav li {
  cursor: pointer;
  list-style-type: none;
}
#header .main-nav .nav li a {
  white-space: normal;
  font-variation-settings: "wght" 160, "opsz" 8;
  text-decoration: none;
}
#header .main-nav .cat_level_1 {
  flex: 0 2 auto;
  width: unset;
  padding: 0.8rem 1.3rem 1rem 1.3rem;
  font-size: 1rem !important;
  font-variation-settings: "wght" 140;
  color: rgb(251, 251, 254);
  border-top: 2px solid #dec185;
  box-shadow: 0 -1px 0 rgba(114, 114, 112, 0.18);
  background-color: #d7b56d;
  transform-origin: top center;
  transition: all 0.23s cubic-bezier(0, 0, 0.2, 1);
}
#header .main-nav .cat_level_1:not(.link-home) {
  flex: 1 1 100%;
  width: 100%;
}
#header .main-nav .cat_level_1.link-home {
  order: 1000;
  text-align: center;
  background-color: #727270;
}
#header .main-nav .cat_level_1 a:not(.btn), #header .main-nav .cat_level_1 span {
  padding: 0;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  text-align: left;
  text-transform: uppercase;
  transition: all 0.23s cubic-bezier(0, 0, 0.2, 1);
}
#header .main-nav .cat_level_1.open a:not(.btn) {
  background-color: transparent;
}
#header .main-nav .cat_level_1.selected, #header .main-nav .cat_level_1.open {
  font-variation-settings: "wght" 180, "opsz" 8;
  background-color: #727270;
}
#header .main-nav .cat_level_1 .dropdown-toggle::after {
  display: none;
  content: unset;
}
#header .main-nav .cat_level_1 .dropdown-menu {
  width: 100%;
  background-color: white;
  color: #727270;
  max-width: -webkit-fill-available;
  padding: 1rem 0rem 1.3rem 0rem;
  margin-top: 0.6rem !important;
  border: 0 !important;
  border-radius: 0 0 12px 12px;
  transition: all 0.23s cubic-bezier(0, 0, 0.2, 1);
}
#header .main-nav .cat_level_1 .dropdown-menu .cat_level_2 {
  padding: 0.35rem 1rem 0.4rem 0.75rem;
  margin-bottom: 2px;
  font-size: 1.1667rem;
  color: #727270 !important;
}
#header .main-nav .cat_level_1 .dropdown-menu .cat_level_2 a {
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
  text-transform: none;
  color: #727270 !important;
  transition: all 0.23s cubic-bezier(0, 0, 0.2, 1);
}
#header .main-nav .cat_level_1 .dropdown-menu .cat_level_2:hover, #header .main-nav .cat_level_1 .dropdown-menu .cat_level_2:active, #header .main-nav .cat_level_1 .dropdown-menu .cat_level_2.selected {
  background: linear-gradient(to right, rgba(215, 181, 109, 0.86) 0%, rgba(215, 181, 109, 0.86) 6px, rgba(114, 114, 112, 0.09) 7px, rgba(114, 114, 112, 0.03) 30%, rgba(114, 114, 112, 0)) no-repeat;
  background-size: 100% 100%;
}
#header .main-nav .search-lang {
  order: 1010;
  align-self: stretch;
  flex: 100 100 auto;
}
#header #searchlang {
  flex: 4 4 auto;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-end;
  gap: 0;
  margin: 0;
  padding: 0 45px 0 0;
  overflow: hidden;
  border-top: 2px solid #dec185;
  box-shadow: 0 -1px 0 rgba(114, 114, 112, 0.18);
}
#header #searchlang .cat_level_1 {
  flex: 1 1 25px;
  min-width: 50px;
  max-width: max-content;
  padding-left: 0;
  background-color: #727270;
  border-top: 0;
  box-shadow: none;
  color: rgb(251, 251, 254) !important;
}
#header #searchlang .cat_level_1:hover {
  background-color: #a0a09e;
}
#header #searchlang a:not(.btn), #header #searchlang span {
  border-left: 0;
  color: inherit;
}
#header #searchlang a:not(.btn):hover {
  background-color: transparent !important;
}
#header #searchlang span {
  font-weight: 900;
}
#header #searchlang .code {
  visibility: hidden;
  max-width: 1px;
  overflow: hidden;
  border-left: 2px solid rgb(251, 251, 254);
}
#header .navbar-toggle, #header .navbar-toggle:hover, #header .navbar-toggle[aria-expanded=false] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  margin-top: -0.8rem;
  margin-right: 3.3rem;
  font-size: 1.68rem;
  border: 1px solid rgba(76, 67, 67, 0.1);
  border-radius: 100%;
  background: rgb(251, 251, 254) !important;
  box-shadow: -3px -4px 5px #fff, 0 0 7px -1px currentColor;
  transition: all 0.23s cubic-bezier(0, 0, 0.2, 1);
}
#header .navbar-toggle i, #header .navbar-toggle:hover i, #header .navbar-toggle[aria-expanded=false] i {
  color: black !important;
}
#header .navbar-toggle[aria-expanded=true], #header .navbar-toggle[aria-expanded=true]:hover {
  background: #d7b56d !important;
  border-color: #d7b56d;
  box-shadow: inset -1px -1px 2px rgba(255, 255, 255, 0.7), inset 0 0 4px 1px rgba(114, 114, 112, 0.88);
}
#header .navbar-toggle[aria-expanded=true] i, #header .navbar-toggle[aria-expanded=true]:hover i {
  color: rgb(251, 251, 254) !important;
}

@keyframes makeSticky {
  80% {
    top: -300px;
  }
  100% {
    top: -300px;
    position: sticky;
  }
}
@media (min-width: 768px) {
  #header {
    background: transparent;
  }
  #header > .container {
    grid: "logo logo social" "menu menu menu" minmax(max-content, 3rem)/auto auto auto;
    aspect-ratio: 5/1;
  }
  #header:after {
    content: "";
    position: relative;
    pointer-events: none;
    width: 100%;
    height: 2px;
    background-color: rgb(251, 251, 254);
    box-shadow: 0 2px 3px 0 rgba(114, 114, 112, 0.3);
    transform: scaleX(1.12);
  }
  #header .header-logo {
    text-align: left;
  }
  #header .header-logo .logo {
    margin: 1.5rem 0 1.5rem 3rem;
  }
  #header .header-logo .logo img {
    width: 300px;
    min-width: 100px;
    height: auto;
  }
  #header .header-social {
    text-align: right;
    justify-content: flex-end;
  }
  #header .header-social::after {
    content: unset;
  }
  #header .header-social .header-social-wrapper {
    gap: 3px;
  }
  #header .header-social *, #header .header-social span, #header .header-social a {
    color: #d7b56d;
  }
  #header .header-social a {
    text-decoration: none;
    font-size: 0.96rem;
    margin: 0 0 0 3px;
  }
  #header .header-social a:hover {
    color: #a4926d;
  }
  #header .header-social a:focus {
    color: #4ecfff;
  }
  #header .navbar-toggle {
    display: none !important;
  }
  #header .header-menu {
    flex: 1 10 auto;
    display: flex;
    width: 100%;
    padding-top: 0rem;
    margin-top: 0;
    transition: margin-top 0.21s ease-in-out;
  }
  #header .header-menu .btn {
    margin: -8px 0 0 0;
  }
  #header .header-menu [class*=btn-morph] {
    --btnOuterBorderColor: #727270;
  }
  #header .header-menu .main-nav {
    overflow: visible;
    display: flex !important;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    background-color: #727270;
  }
  #header .header-menu .navbar-nav {
    flex: 5;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
    gap: 0.09rem;
    width: 100%;
    padding-top: 0;
  }
  #header .header-menu .cat_level_1 {
    display: flex;
    max-width: max-content;
    max-height: 1.71rem;
    contain: layout;
    align-items: center;
    justify-content: center;
    padding: 0 0.27rem;
    font-size: 0.64rem !important;
    color: rgb(251, 251, 254);
    background-color: rgba(215, 181, 109, 0);
    border: 0;
    box-shadow: none;
    transform: scaleY(1) !important;
    transition: all 0.34s cubic-bezier(0, 0, 0.2, 1);
  }
  #header .header-menu .cat_level_1 > a:not(.btn), #header .header-menu .cat_level_1 > span {
    text-align: center;
  }
  #header .header-menu .cat_level_1:hover .dropdown-menu {
    display: block !important;
  }
  #header .header-menu .cat_level_1.open, #header .header-menu .cat_level_1:hover {
    background: rgba(215, 181, 109, 0.51);
  }
  #header .header-menu .cat_level_1.selected, #header .header-menu .cat_level_1.open {
    background: #d7b56d;
  }
  #header .header-menu .cat_level_1.selected a:not(.btn), #header .header-menu .cat_level_1.selected span, #header .header-menu .cat_level_1.open a:not(.btn), #header .header-menu .cat_level_1.open span {
    font-variation-settings: 160;
  }
  #header .header-menu .cat_level_1.selected:hover, #header .header-menu .cat_level_1.selected.open {
    background: #d7b56d;
  }
  #header .header-menu .cat_level_1.link-home {
    order: 0;
    background: #d7b56d;
  }
  #header .header-menu .cat_level_1 .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: -webkit-fill-available;
    min-width: 460px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    background-color: white;
    color: #727270;
    padding: 1rem 0;
    margin-top: 0 !important;
    border: 0 !important;
    border-top: 3px solid #d7b56d !important;
    border-radius: 0 0 12px 12px;
    box-shadow: 0 4px 6px -2px rgba(76, 67, 67, 0.24);
    transition: all 0.23s cubic-bezier(0, 0, 0.2, 1);
    transition: none;
  }
  #header .header-menu .cat_level_1 .dropdown-menu:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 1rem;
    width: 9px;
    height: 9px;
    border: 8px solid transparent;
    border-color: #d7b56d transparent transparent transparent;
  }
  #header .header-menu .cat_level_1 .dropdown-menu .cat_level_2 {
    display: inline-block;
    margin-bottom: 2px;
    padding: 0.35rem 2.04rem 0.4rem 1rem;
    font-size: 0.75rem;
    font-variation-settings: "wght" 100;
    color: #d7b56d !important;
    background: linear-gradient(to right, rgba(215, 181, 109, 0.12) 0%, rgba(215, 181, 109, 0) 88%) no-repeat;
    background-size: 0% 100%;
    transition: all 0.23s cubic-bezier(0, 0, 0.9, 1);
  }
  #header .header-menu .cat_level_1 .dropdown-menu .cat_level_2:not(.selected):hover {
    background-size: 100% 100%;
  }
  #header .header-menu .cat_level_1 .dropdown-menu .cat_level_2 > a, #header .header-menu .cat_level_1 .dropdown-menu .cat_level_2 > span {
    background: transparent !important;
    font-variation-settings: inherit;
  }
  #header .header-menu .cat_level_1 .dropdown-menu .cat_level_2.selected {
    font-variation-settings: "wght" 160;
    background: linear-gradient(to right, rgba(215, 181, 109, 0.86) 0%, rgba(215, 181, 109, 0.86) 6px, rgba(114, 114, 112, 0.09) 7px, rgba(114, 114, 112, 0.03) 30%, rgba(114, 114, 112, 0)) no-repeat;
    background-size: 100% 100%;
  }
  #header .header-menu .cat_level_1.selected .dropdown-menu {
    background-color: white;
  }
  #header .header-menu .cat_level_1.selected .dropdown-menu .cat_level_2 {
    color: #d7b56d;
  }
  #header #searchlang {
    overflow: visible;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 0.12rem;
    width: auto;
    padding: 0 3px 0 0;
    border-radius: 0;
    border-top: 0;
    box-shadow: none;
  }
  #header #searchlang .cat_level_1 {
    flex: 5;
    justify-items: center;
    min-width: 60px;
    height: 100%;
    margin: 0 !important;
    color: #727270 !important;
    background: transparent;
    border: 0;
  }
  #header #searchlang .cat_level_1.lang:hover {
    background: transparent;
  }
  #header #searchlang .cat_level_1 a:not(.btn), #header #searchlang .cat_level_1 span {
    width: 100%;
    color: inherit;
  }
  #header #searchlang .cat_level_1 a:not(.btn):hover, #header #searchlang .cat_level_1 span:hover {
    background-color: transparent !important;
    color: currentColor !important;
  }
  #header #searchlang .code {
    display: none;
  }
  #header #searchlang .code a {
    border: 0 !important;
  }
  #header #searchlang .code span {
    font-variation-settings: "wght" 160;
    border: 0 !important;
  }
  #header.sticky {
    box-shadow: none;
    background: linear-gradient(to bottom, rgb(251, 251, 254) 90%, transparent 91%);
    animation: 0.61s 0.21s 1 forwards makeSticky;
  }
  #header.sticky > .container .header-menu {
    top: 0;
    margin-top: 3.6rem;
    transition: margin-top 0.23s 0.42s cubic-bezier(0.1, 0.19, 0.62, 1);
  }
  #header.sticky .navbar-collapse {
    width: auto;
  }
  #header.sticky .main-nav .navbar-nav {
    justify-content: center;
    /* .cat_level_1 { 
         &:hover { background: lighten(var.$secondary, 63%); }
         &.selected { background: var.$primary; } 
     }*/
  }
}
@media (min-width: 992px) {
  #header .navbar-collapse {
    flex-wrap: nowrap;
  }
  #header .header-menu .navbar-nav {
    gap: 0.3rem;
  }
  #header .header-menu .cat_level_1 {
    font-size: 0.78rem !important;
    max-height: 1.77rem;
    padding: 0.3rem 0.45rem;
  }
  #header .header-menu .cat_level_1 a:not(.btn), #header .header-menu .cat_level_1 span {
    margin-top: 3px;
  }
  #header .header-menu .cat_level_2 {
    font-size: 0.78rem !important;
  }
  #header .header-menu .btn {
    margin: -16px 0 0 0;
  }
}
#hero .hero-container-image {
  z-index: 0;
  position: sticky;
  top: 0;
}
#hero .hero-container-image .hero-image {
  position: relative;
  margin: 0;
}
#hero .hero-container-image .hero-image img {
  aspect-ratio: 1/1;
  width: 100%;
}
#hero .hero-container-image .hero-image .hero-text {
  display: flex;
  position: absolute;
  top: 0;
  width: 100%;
  height: 90%;
  padding-left: 6px;
  margin: 1.5rem 0 0 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#hero .hero-container-image .hero-image .hero-text .htag1 {
  font-size: 3.4rem;
  line-height: 3.15rem;
  color: rgb(251, 251, 254);
  text-shadow: 0 0 5px pink;
  filter: drop-shadow(0px 0px 6px red);
  -webkit-text-stroke-width: 0.05rem;
}
#hero .hero-container-image .hero-image .hero-text .htag4 {
  margin-left: -3ch;
  margin-top: 0.21rem;
  letter-spacing: 0.084rem;
  font-size: 0.81rem;
  color: rgb(251, 251, 254);
  font-variation-settings: "wght" 160;
  text-transform: uppercase;
  text-shadow: 0 0 5px pink;
  filter: drop-shadow(0px 0px 2px red);
}
#hero .hero-container-topics {
  z-index: 1;
}
#hero .hero-container-topics .hero-topics {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}
#hero .hero-container-topics .hero-topics .hero-topics-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1.006;
  flex: 0 0 50%;
  max-width: 50%;
  padding-top: 1.5rem;
  text-align: center;
  background-image: linear-gradient(to left, var(--heroTopicColor) 0%, var(--heroTopicColor) 100%), var(--heroTopicImage);
  background-size: 180%;
  background-position: center;
}
#hero .hero-container-topics .hero-topics .hero-topics-item .htag3 {
  font-size: 1.35rem;
  line-height: 1.29rem;
  font-variation-settings: "wght" 40;
  color: rgb(251, 251, 254);
}
#hero .hero-container-topics .hero-topics .hero-topics-item .htag4 {
  font-size: 0.51rem;
  font-variation-settings: "wght" 160;
  color: rgb(251, 251, 254);
  text-transform: uppercase;
}

@media (min-width: 768px) {
  #hero .hero-container-image .hero-image .hero-text {
    align-items: flex-start;
    padding-left: 30px;
  }
  #hero .hero-container-image .hero-image .hero-text .htag1 {
    font-size: 6.3rem;
    line-height: 5.1rem;
    margin-top: -6rem;
    -webkit-text-stroke-width: unset;
  }
  #hero .hero-container-image .hero-image .hero-text .htag4 {
    margin-left: 6ch;
  }
  #hero .hero-container-topics .hero-topics .hero-topics-item .htag3 {
    font-size: 2.1rem;
    line-height: 2rem;
  }
  #hero .hero-container-topics .hero-topics .hero-topics-item .htag4 {
    font-size: 0.81rem;
  }
}
@media (min-width: 992px) {
  #hero {
    margin-top: -1rem;
  }
  #hero .hero-container-image .hero-image .hero-text .htag1 {
    font-size: 7.5rem;
    line-height: 5.02rem;
    margin-top: -12rem;
  }
  #hero .hero-container-image .hero-image .hero-text .htag4 {
    font-size: 1rem;
    margin-left: 9ch;
  }
  #hero .hero-container-topics .hero-topics .hero-topics-item {
    padding-top: 2.7rem;
    max-width: 25%;
  }
  #hero .hero-container-topics .hero-topics .hero-topics-item .htag3 {
    font-size: 1.62rem;
    line-height: 1.11;
  }
  #hero .hero-container-topics .hero-topics .hero-topics-item .htag4 {
    font-size: 0.66rem;
  }
}
@media (min-width: 1200px) {
  #hero .hero-container-topics .hero-topics .hero-topics-item .htag3 {
    font-size: 1.92rem;
  }
  #hero .hero-container-topics .hero-topics .hero-topics-item .htag4 {
    font-size: 0.72rem;
  }
}
.wrapper {
  position: relative;
}

.bgr-image {
  width: 100%;
  min-height: 110vh;
  background-image: url(../../img/custom/template/bgr-footerbild.webp);
  background-repeat: no-repeat;
  background-size: 150%;
  background-position: -120px bottom;
}

.footer {
  position: relative;
  margin-top: -3px;
}
.footer .row {
  border: none !important;
  box-shadow: none !important;
}
.footer .bg-primary {
  background-color: #d7b56d;
}
.footer .bg-secondary {
  background-color: #727270;
}
.footer .p-0 {
  padding: 0;
}
.footer .pos-static {
  position: static;
}
.footer .pos-relative {
  position: relative;
}
.footer .row.d-flex {
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: left;
}
.footer .footer-top {
  padding: 2.7rem 0 0.1rem 0;
  margin: 0;
  background-color: #747ca6;
}
.footer .footer-top > .container .row {
  padding: 0 21px;
}
.footer .footer-top .row {
  margin-bottom: 2rem;
}
.footer .footer-top p {
  color: var(--textColorLight);
}
.footer .footer-top p span {
  font: inherit;
  font-variation-settings: inherit;
}
.footer .footer-top .card {
  background: transparent;
  border: none;
  border-radius: 0;
}
.footer .footer-top .card-body {
  padding: 0;
  margin-bottom: 2rem;
  line-height: normal;
  text-decoration: none;
  transition: all 0.23s cubic-bezier(0, 0, 0.2, 1);
}
.footer .footer-top .card-body .card-body-text {
  font-size: 0.87rem;
  font-variation-settings: "wght" 160;
}
.footer .footer-top .card-body .card-body-text .h1 {
  margin-top: 6px;
  line-height: 1.11rem;
  font-variation-settings: "wght" 40;
}
.footer .footer-top .card-body .card-body-text strong {
  display: block;
  color: currentColor;
  font-variation-settings: "wght" 40;
}
.footer .footer-top .card-body .card-body-icon {
  display: flex;
  gap: 12px;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  color: var(--textColorLight);
}
.footer .footer-top .card-body .card-body-icon > span {
  display: inline-block;
}
.footer .footer-top .card-body .card-body-icon [class*=btn-morph] {
  --btnOuterBorderWidth: 3px;
  --btnOuterBorderColor:#747ca6;
}
.footer .footer-top .card-body .card-body-icon::after {
  content: unset;
  display: none;
}
.footer .footer-top .card-body .card-body-icon:hover::after {
  content: unset;
  display: none;
}
.footer .footer-top .card-body .card-body-icon:hover [class*=btn-morph] {
  --btnFaceColor: #d7b56d;
  --btnFaceShadowColor: #a2916d;
}
.footer .footer-top .card-body .card-body-icon:active [class*=btn-morph], .footer .footer-top .card-body .card-body-icon:focus:active [class*=btn-morph], .footer .footer-top .card-body .card-body-icon:hover:active [class*=btn-morph] {
  --btnTextColor: rgb(251, 251, 254);
  --btnGradientColor: rgba(174, 83, 48, 0.12);
  --btnFaceColor: #dabb79;
  --btnFaceShadowColor: rgba(91, 91, 91, 0.32);
  box-shadow: 0 0 0 6px rgba(78, 207, 255, 0.3) !important;
}
.footer .footer-top .card-body .card-body-icon:active [class*=btn-morph]:after, .footer .footer-top .card-body .card-body-icon:focus:active [class*=btn-morph]:after, .footer .footer-top .card-body .card-body-icon:hover:active [class*=btn-morph]:after {
  box-shadow: inset 2px 2px 4px -1px var(--btnFaceShadowColor), inset -2px 0px 4px rgb(255, 255, 255);
}
.footer .footer-bottom {
  color: #d7b56d;
}
.footer .footer-bottom .row {
  background-color: #747ca6;
}
.footer .footer-bottom .row > div {
  margin-top: 1.5rem;
}
.footer .footer-bottom .footer-logo-wrapper {
  padding: 0 2.4rem 2rem 2.4rem;
}
.footer .footer-bottom .footer-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 2/1.4;
  padding: 1.25rem 1rem 1.6rem 1rem;
}
.footer .footer-bottom .footer-logo img {
  flex: 5 5 auto;
  max-width: 90%;
}
.footer .footer-bottom .claim {
  padding: 0.65rem 0.6rem 0.68rem 0.6rem;
  color: rgb(251, 251, 254);
  font-variation-settings: "wght" 120;
  text-transform: none;
  line-height: 1.2rem;
}
.footer .footer-bottom .claim .txt-claim.htag1 {
  font-size: 1.8rem;
  color: var(--textColorLight) !important;
}
.footer .footer-bottom .social-header {
  font-size: 1.125rem !important;
}
.footer .footer-bottom .social-icons .social {
  margin-right: 6px;
  font-size: 1.5rem;
  color: inherit;
  text-decoration: none;
}
.footer .footer-bottom .social-icons .social:hover {
  color: #f1e6cd;
}
.footer .footer-bottom .social-icons .social:active {
  color: var(--btnHoverColor);
}
.footer .footer-bottom .social-laden ul {
  padding: 0;
}
.footer .footer-bottom .social-laden li {
  list-style-type: none;
}
.footer .footer-bottom .social-laden .days {
  display: inline-block;
  width: 6ch;
}
.footer .footer-bottom .meta-nav {
  flex-direction: column;
  color: rgb(251, 251, 254);
  margin-top: 0.25rem;
  margin-left: -6px;
  padding-bottom: 3rem;
}
.footer .footer-bottom .meta-nav li {
  display: block;
  font-size: 0.81rem !important;
  transition: all 0.23s cubic-bezier(0, 0, 0.2, 1);
}
.footer .footer-bottom .meta-nav a {
  display: block;
  opacity: 0.75;
  color: inherit !important;
  font-variation-settings: "wght" 180;
  transition: all 0.23s cubic-bezier(0, 0, 0.2, 1);
  padding: 6px 9px;
}
.footer .footer-bottom .meta-nav a:hover {
  opacity: 1;
  color: #727270;
}
.footer .footer-bottom .meta-nav a:active {
  font-variation-settings: "wght" 160;
}
.footer .footer-bottom .copyright {
  position: absolute;
  bottom: 0.9rem;
  right: 1rem;
  padding-left: 9px;
  opacity: 0.5;
  color: var(--textColorLight);
}

@media (min-width: 768px) {
  .footer .footer-top {
    padding: 2.7rem 0;
  }
  .footer .footer-top > .container .row {
    padding: 0 45px;
  }
  .footer .footer-top .card-body .card-body-text {
    font-size: 1rem;
  }
  .footer .footer-top .card-body .card-body-text .h1 {
    font-size: 1.62rem;
  }
  .footer .footer-bottom .row > div {
    margin-top: 0;
  }
  .footer .footer-bottom .copyright {
    right: unset;
  }
  .footer .footer-bottom .footer-logo-wrapper {
    padding: 0 2.7rem;
  }
  .footer .footer-bottom .footer-logo img {
    max-width: 100%;
  }
  .bgr-image {
    background-size: 200%;
    background-position: bottom center;
  }
}
@media (min-width: 992px) {
  .footer .footer-bottom .footer-logo-wrapper {
    padding: 0 3.9rem 0 2.7rem;
  }
  .footer .footer-bottom .footer-logo img {
    max-width: 93%;
  }
  .footer .footer-bottom .claim {
    padding: 0.65rem 0.5rem 1rem 0.5rem;
  }
  .bgr-image {
    background-size: 150%;
    background-position: bottom center;
  }
}
@media (min-width: 1100px) {
  .footer .footer-top .card-body strong.h3 {
    font-size: 1.65rem;
    line-height: 1.94rem;
  }
}
@media (min-width: 1200px) {
  .bgr-image {
    background-size: 120%;
    background-position: -190px bottom;
  }
}
@media (min-width: 1400px) {
  .bgr-image {
    background-position: -140px bottom;
  }
  .footer .footer-top .card-body .card-body-text .h1 {
    font-size: 1.8rem;
  }
}
.content-submenu {
  padding-left: 0px;
}
.content-submenu .subnavigation {
  padding-top: 6.9rem;
  margin-right: 30px;
}
.content-submenu .subnavigation ul {
  padding-left: 0;
}
.content-submenu .subnavigation [class*=cat_level] {
  list-style-type: none;
  padding: 0.69rem 2.04rem 0.69rem 1rem;
  color: #d7b56d;
  border-top: 1px solid rgba(215, 181, 109, 0.21);
  border-left: 6px solid transparent;
  background: linear-gradient(to right, rgba(241, 241, 240, 0.66) 0%, rgba(241, 241, 240, 0) 88%) no-repeat;
  background-size: 0% 100%;
  transition: all 0.23s cubic-bezier(0, 0, 0.9, 1), font-variation-settings 0.05s linear;
}
.content-submenu .subnavigation [class*=cat_level]:not(.selected):hover {
  background-size: 100% 100%;
}
.content-submenu .subnavigation [class*=cat_level] > a, .content-submenu .subnavigation [class*=cat_level] > span {
  font: inherit;
  font-weight: inherit;
  font-variation-settings: inherit;
  color: inherit !important;
  background: transparent !important;
  text-decoration: none;
}
.content-submenu .subnavigation [class*=cat_level]:hover, .content-submenu .subnavigation [class*=cat_level]:active {
  font-variation-settings: "wght" 160;
  text-decoration: none;
  color: #4c4343 !important;
}
.content-submenu .subnavigation [class*=cat_level].active {
  border-left: 6px solid #d7b56d;
  font-variation-settings: "wght" 160;
}

.breadcrumb-row {
  display: none;
  margin-top: 3.6rem;
  margin-bottom: 0;
}
.breadcrumb-row .breadcrumb-list {
  contain: content;
  padding: 0;
}
.breadcrumb-row .breadcrumb-list li {
  font-size: 0.66rem;
  font-weight: 900;
  color: #727270;
  -webkit-background-clip: text;
}
.breadcrumb-row .breadcrumb-list a, .breadcrumb-row .breadcrumb-list span {
  font: inherit;
  font-weight: inherit;
  color: inherit;
}
.breadcrumb-row .breadcrumb-list i {
  color: inherit;
}
.breadcrumb-row .breadcrumb-list li:last-child span, .breadcrumb-row .breadcrumb-list li:last-child a, .breadcrumb-row .breadcrumb-list li:nth-last-child(2) i {
  opacity: 1;
}
.breadcrumb-row .breadcrumb-list li:nth-last-child(2) span, .breadcrumb-row .breadcrumb-list li:nth-last-child(2) a, .breadcrumb-row .breadcrumb-list li:nth-last-child(3) i {
  opacity: 0.79;
}
.breadcrumb-row .breadcrumb-list li:nth-last-child(3) span, .breadcrumb-row .breadcrumb-list li:nth-last-child(3) a, .breadcrumb-row .breadcrumb-list li:nth-last-child(4) i {
  opacity: 0.58;
}
.breadcrumb-row .breadcrumb-list li:nth-last-child(4) span, .breadcrumb-row .breadcrumb-list li:nth-last-child(4) a, .breadcrumb-row .breadcrumb-list li:nth-last-child(5) i {
  opacity: 0.37;
}

@media (min-width: 768px) {
  .breadcrumb-row {
    margin-top: 0.9rem;
    margin-left: -15px;
    margin-bottom: 0;
  }
}
#cookie-accept {
  z-index: 10000;
  position: fixed;
  bottom: 0px;
  width: 100vw;
  max-height: 69vh;
  padding: 27px 20px 30px 20px;
  overflow-y: auto;
  overscroll-behavior-y: contain;
  background-size: 200%;
  background-repeat: no-repeat;
  background-color: rgba(21, 106, 111, 0.93);
  border-top: 1px solid rgba(21, 106, 111, 0.92);
}
@supports (width: -webkit-fill-available) {
  #cookie-accept {
    width: -webkit-fill-available;
  }
}
@supports (backdrop-filter: blur(3px)) {
  #cookie-accept {
    filter: none;
    background-color: rgba(21, 106, 111, 0.96);
    backdrop-filter: blur(115px);
    mix-blend-mode: luminosity;
  }
}
#cookie-accept p:not(.h1, .htag1), #cookie-accept strong, #cookie-accept a {
  font-size: 0.87rem;
}
#cookie-accept p, #cookie-accept strong, #cookie-accept a {
  color: rgb(251, 251, 254);
}
#cookie-accept button {
  margin-top: 0.84rem;
}

.content form input:not([type=submit]), .content form textarea {
  width: 100%;
  margin-bottom: 3px;
  padding: 18px 18px;
  background: rgba(114, 114, 112, 0.06);
  transition: all 0.23s cubic-bezier(0, 0, 0.2, 1);
  border: 0;
  border-bottom: 1px solid rgba(215, 181, 109, 0.18);
  border-radius: 0;
  box-shadow: none;
  outline: 6px solid transparent;
  color: #727270;
  font: inherit;
  line-height: inherit;
}
.content form input:not([type=submit]):focus, .content form input:not([type=submit]):focus-visible, .content form textarea:focus, .content form textarea:focus-visible {
  background: rgba(215, 181, 109, 0.12);
  border-bottom: 1px solid rgba(215, 181, 109, 0.33);
  outline: 1px solid rgba(215, 181, 109, 0.15);
  box-shadow: none;
}
.content form input {
  height: auto;
}
.content form [type=submit] {
  margin-top: 1.8rem !important;
  min-width: 20%;
}
.content form .captcha_1 {
  padding: 3px;
}
.content form .captchapict {
  width: 100%;
  mix-blend-mode: multiply;
  object-fit: contain;
}

.galleryCont {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px;
  align-items: stretch;
}
.galleryCont img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  filter: brightness(1.08);
  transition: all 0.23s cubic-bezier(0, 0, 0.9, 1);
}
.galleryCont a {
  border-right: 6px solid rgba(215, 181, 109, 0);
  border-left: 6px solid rgba(215, 181, 109, 0);
  transition: all 0.23s cubic-bezier(0, 0, 0.9, 1);
}
.galleryCont a::after {
  background: #d7b56d !important;
}
.galleryCont a:hover img {
  filter: brightness(1.08);
}

.fancybox-overlay {
  z-index: 1000;
  overscroll-behavior: contain;
  background-image: none;
  background-color: rgba(114, 114, 112, 0.91);
}
.fancybox-overlay .fancybox-skin {
  background-color: #4c4343;
}
.fancybox-overlay .fancybox-nav.fancybox-prev span, .fancybox-overlay .fancybox-nav.fancybox-next span {
  width: 36px;
  height: 36px;
  background-image: none;
}
.fancybox-overlay .fancybox-close {
  top: 0;
  right: -4px;
}
.fancybox-overlay .fancybox-title {
  display: none;
}

.pswp--custom {
  --pswp-icon-color-secondary: transparent;
  font-variation-settings: "wght" 160;
}

.pswp__bg {
  background-color: #727270;
}

.pswp__button .btn-flat-secondary {
  --btnFaceColor: rgba(114, 114, 112, 0.3);
  --btnTextColor: #4c4343;
}
.pswp__button .btn-flat-secondary:hover {
  --btnTextColor: rgb(251, 251, 254);
}

.pswp__top-bar {
  gap: 6px;
  padding-top: 6px;
}
.pswp__top-bar .pswp__button {
  overflow: visible;
  width: fit-content;
}

.pswp__zoom-wrap img {
  padding: 3px;
  background: #4c4343;
}

@media (min-width: 768px) {
  .galleryCont {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.row.accordion {
  margin-bottom: 0;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none !important;
}

.accordion .accordion-item {
  padding: 0;
  border: 1px solid rgba(114, 114, 112, 0);
}
.accordion .accordion-item + .accordion-item {
  margin-top: 9px;
}
.accordion .accordion-header {
  position: relative;
  padding: 0.6rem 10px 0.6rem 0.9rem;
  border-bottom: 1px solid #fbfbfe !important;
  background: #d7b56d;
  transition: all 0.23s cubic-bezier(0, 0, 0.9, 1);
}
.accordion .accordion-header a {
  display: flex;
  align-items: center;
  gap: 15px;
  position: static;
  border: 0;
  font-size: 1.5rem;
  line-height: 1.79rem;
  font-weight: 300;
  background: none;
  color: rgb(251, 251, 254);
}
.accordion .accordion-header a span {
  font: inherit;
  color: rgb(251, 251, 254);
}
.accordion .accordion-header a i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: flex-start;
  font-size: 1rem;
  color: #d7b56d;
  width: 1.68rem;
  height: 1.68rem;
  background: white;
  border-radius: 50%;
}
.accordion .accordion-header a .fa-minus {
  position: absolute;
  opacity: 0;
}
.accordion .accordion-header a i, .accordion .accordion-header a span {
  transition: all 0.18s ease-out;
}
.accordion .accordion-header a.collapsed {
  color: #d7b56d;
}
.accordion .accordion-header a::after {
  content: unset;
}
.accordion .accordion-header a:hover i, .accordion .accordion-header a:hover span {
  color: rgb(251, 251, 254) !important;
}
.accordion .accordion-header a:focus {
  transform: scale(1);
}
.accordion .accordion-header a[aria-expanded=true] .fa-minus {
  opacity: 1;
}
.accordion .accordion-collapse {
  background: rgba(215, 181, 109, 0.18);
}
.accordion .accordion-collapse .accordion-body {
  padding: 30px 60px 60px 60px;
}

@media (min-width: 768px) {
  .accordion .accordion-header a {
    font-size: 1.65rem;
    line-height: 1.94rem;
  }
  .accordion .accordion-collapse .accordion-body {
    padding: 30px 75px 60px 75px;
  }
}
.tab-group {
  position: relative;
  display: grid;
  grid: [row1] "tabs panels" max-content/1fr 3fr;
}
.tab-group .nav-tabs {
  grid-area: tabs;
}
.tab-group .tab-content {
  grid-area: panels;
}

@media (min-width: 768px) {
  .tab-group {
    grid: [row1] "tabs" [row2] "panels" max-content/auto;
  }
}
.content > div {
  padding: 0;
}

.content .row {
  margin-left: 0;
  margin-right: 0;
}

.row.content {
  margin: 0 !important;
}

#prdID {
  margin: 0 -90px;
}
#prdID div[class*=col-] {
  padding: 0 !important;
}
#prdID .prdoverview-item .border-div {
  border-radius: 6px;
  overflow: hidden;
  box-shadow: inset 0px -4px 5px -2px #fff, inset 0 -1px 3px -1px rgba(114, 114, 112, 0.72);
  padding: 30px;
}
#prdID .prdoverview-item .border-div .h2tag {
  margin-top: 1rem;
}
#prdID .prdoverview-item .border-div .htag2::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 1.56rem;
  margin-bottom: 1.47rem;
  background-color: rgba(215, 181, 109, 0.24);
}
#prdID .prdoverview-item .border-div img {
  width: 100%;
  object-fit: cover;
  margin-bottom: 1.5rem;
}

.content .prd-header a.btn-prd-back {
  position: absolute;
  top: -2rem;
}
.content .prd-header .prd-hl {
  float: unset;
  display: block;
  max-width: unset;
}
.content .prd-description a.fancybox {
  padding: 6px;
  border-radius: 6px;
  box-shadow: inset 0px -4px 5px -2px #fff, inset 0 -1px 3px -1px rgba(114, 114, 112, 0.72);
}
.content .prd-description a.fancybox img {
  mix-blend-mode: multiply;
}
.content .prd-downloads {
  background: #d4cece;
}
.content .prd-downloads a.linklist {
  font-size: 1.15rem;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  #prdID {
    margin: 0 -30px;
  }
  .prdoverview-item {
    max-width: 42%;
    margin-right: 12px;
  }
}
#searchLayer {
  position: fixed;
  z-index: 10000;
  overflow: hidden;
  contain: strict;
  width: 100vw;
  width: -webkit-fill-available;
  height: 100vh;
  background-color: rgba(184, 160, 109, 0.93);
}
@supports (backdrop-filter: blur(1px)) {
  #searchLayer {
    background-color: rgba(184, 160, 109, 0.72);
    backdrop-filter: blur(18px);
  }
}
#searchLayer .btn-modal-close {
  --btnOuterBorderColor:rgba(184, 160, 109, 0.72);
  position: absolute;
  top: 18px;
  right: 21px;
}

#searchItem {
  width: 100%;
  position: absolute;
  top: 40%;
}
#searchItem form {
  display: flex;
  justify-content: center;
  width: 100%;
  background: transparent;
}
#searchItem form .form-group {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: stretch;
  width: 84%;
  border-bottom: 3px solid rgb(251, 251, 254);
}
#searchItem form .form-group::focus-within {
  background: rgba(78, 207, 255, 0.3);
}
#searchItem form input {
  display: none;
}
#searchItem form input[type=text] {
  display: inline-block;
  background: transparent;
  border: 0;
  outline: 0;
  padding: 0.12rem 0.27rem;
  font-variation-settings: "wght" 160;
  font-size: 1.5rem;
  line-height: 2.1rem;
  color: var(--textColorLight);
  flex: 10 10 100%;
  max-width: calc(100% - 25px);
}
#searchItem form input[type=text]:focus {
  box-shadow: none;
  outline: none;
  color: var(--textColorLight);
}
#searchItem form input[type=text]::placeholder {
  display: none;
  color: rgba(251, 251, 254, 0.6);
  font-variation-settings: "wght" 80;
  text-transform: uppercase;
}
#searchItem form .search-btn {
  justify-self: flex-end;
  background: transparent;
  border: none;
  color: var(--textColorLight);
  font-size: 20px;
  width: auto;
  padding: 5px 0;
  margin-top: 0px;
  cursor: pointer;
}

.container-search {
  max-width: 100%;
}

.search-results > div > .panel-group > * {
  margin-bottom: 30px;
}
.search-results .alert {
  background-color: transparent;
  border: 1px solid currentColor;
}
.search-results .alert.alert-info {
  color: #4c4343;
}
.search-results .panel-title strong {
  color: currentColor;
  font-weight: inherit;
}
.search-results .panel-collapse .panel-body {
  padding: 0;
}
.search-results .panel-collapse .panel-body > .panel {
  padding: 21.6px 60px;
  background-color: transparent;
}
.search-results .wrapper-search-form {
  margin-bottom: 6rem;
  padding: 12px;
  border: 1px solid rgba(114, 114, 112, 0.1);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0);
  box-shadow: inset 0px -4px 5px #fff, inset 0 2px 0px -1px rgba(114, 114, 112, 0.09);
}
.search-results .wrapper-search-form h4 + p {
  margin-top: 0;
}
.search-results .wrapper-search-form h4:not(:first-of-type) {
  margin-top: 1.8rem;
}
.search-results .wrapper-search-form input.qsearchInput {
  padding: 9px 18px 6px 18px;
  background: transparent;
  border-bottom: 3px solid #d7b56d;
  font-size: 1rem;
  color: #d7b56d;
  font-weight: 800;
}
.search-results .wrapper-search-form input.qsearchInput::placeholder {
  color: #aeaeae;
  font-weight: 400;
}
.search-results .wrapper-search-form input.qsearchInput:focus-visible {
  border-bottom: 3px solid #d7b56d;
}
.search-results .wrapper-search-form button[type=submit].btn-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 33px;
  margin: 0 auto;
  padding-left: 18px;
  padding-right: 18px;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 0.8rem;
  color: #727270;
  border: 1px solid rgba(76, 67, 67, 0.1);
  border-radius: 6px;
  background: rgb(251, 251, 254) !important;
  box-shadow: 0px -4px 5px #fff, 0 2px 5px -1px rgba(114, 114, 112, 0.2);
  transition: all 0.23s cubic-bezier(0, 0, 0.2, 1);
}
.search-results .wrapper-search-form button[type=submit].btn-primary i {
  color: black !important;
  margin-right: 0.42rem;
}
.search-results .wrapper-search-form button[type=submit].btn-primary:hover {
  color: #fff !important;
  background: #d7b56d !important;
  border-color: #d7b56d;
  box-shadow: inset -1px -1px 2px rgba(255, 255, 255, 0.7), inset 0 0 4px 1px rgba(114, 114, 112, 0.88);
}
.search-results .wrapper-search-form button[type=submit].btn-primary:hover i {
  color: rgb(251, 251, 254) !important;
}
.search-results .wrapper-search-form button[type=submit].btn-primary:active {
  background: #4c4343 !important;
  color: #fff !important;
  outline: 0;
}
.search-results .wrapper-search-form button[type=submit].btn-primary:focus {
  outline: 0;
}

@media (min-width: 768px) {
  #searchItem form .form-group {
    width: 66%;
  }
  .container-search {
    max-width: calc(100% + 150px);
    margin-left: -75px;
    margin-right: -75px;
  }
  .search-results [class*=pull-3] {
    padding-right: 60px;
  }
  .search-results .panel-collapse .panel-body {
    padding: 0;
  }
  .search-results .panel-collapse .panel-body > .panel {
    padding: 21.6px 75px;
  }
  .search-results .wrapper-search-form {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  #searchItem form .form-group {
    width: 33%;
  }
}
.container-slider {
  z-index: 1;
  max-height: 95vh;
  background-color: rgb(251, 251, 254);
}

.owl-carousel {
  background-color: rgb(251, 251, 254);
  margin-top: 0;
}
.owl-carousel .owl-stage {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.owl-carousel .owl-item {
  margin: 0;
}
.owl-carousel .owl-item .slider-item-container {
  position: relative;
  margin: 0;
  display: inline-block;
  width: inherit;
  height: 80vh;
  overflow: hidden;
}
.owl-carousel .owl-item img {
  height: 100%;
  overflow: hidden;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.owl-carousel .owl-item .slider-item-caption {
  --delayFadeIn: 0s;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 5%;
  margin-left: 0;
  padding: 0.9rem 9px 1.2rem 9px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 15px;
}
.owl-carousel .owl-item .slider-item-caption .htag1 {
  order: 0;
  max-width: max-content;
  margin: 0 12px;
  font-size: 1.6rem;
  line-height: 2rem;
  font-variation-settings: "wght" 200;
  color: rgb(251, 251, 254);
  text-transform: uppercase;
  text-shadow: 0 0 5px pink;
  filter: drop-shadow(0px 0px 2px #d90055);
}
.owl-carousel .owl-item .slider-item-caption .htag4 {
  order: 1;
  max-width: max-content;
  margin: 0 9px;
  font-size: 2.16rem;
  line-height: 1.86rem;
  letter-spacing: 0;
  color: rgb(251, 251, 254);
  text-shadow: 0 0 2px rgb(251, 251, 254);
  filter: drop-shadow(0px 0px 2px #d90055);
}
.owl-carousel .owl-item .slider-item-caption .copytxt {
  display: none;
  height: 0;
  overflow: hidden;
}
.owl-carousel .owl-item .slider-item-caption .slider-item-button {
  order: 2;
  align-self: center;
  margin-top: 0.66rem;
  margin-left: -12px;
  transform-origin: center center;
}
.owl-carousel .owl-item .slider-item-caption .slider-item-button .btn {
  --btnOuterBorderWidth:0px;
  white-space: nowrap;
  font-size: 0.54rem;
}
.owl-carousel .owl-item .slider-item-caption .slider-item-button .btn span {
  padding: 0.09rem 0.72rem;
}
.owl-carousel .owl-item .slider-item-caption div {
  opacity: 0;
  transition: opacity 0.72s 1s ease-in-out;
  transform: translateX(0);
}
.owl-carousel .owl-item .slider-item-caption div:not(.slider-item-button) {
  --opacityEndValue: 1;
  transform-origin: top center;
}
.owl-carousel .owl-item.active div {
  opacity: var(--opacityEndValue);
  transition: opacity 0.81s var(--delayFadeIn) ease-in-out;
  animation: slowScaleY 0.66s;
  animation-fill-mode: forwards;
  animation-delay: var(--delayFadeIn);
}
.owl-carousel .owl-dots {
  position: absolute;
  display: flex;
  justify-content: center;
  gap: 18px;
  left: 0;
  bottom: 7px;
  padding: 12px 12px;
  background: rgba(251, 251, 254, 0.81);
}
.owl-carousel .owl-dots .btn-circle {
  --btnFaceColor: transparent;
  --btnBorderColor:transparent;
  --btnBorderWidth:0.01rem;
  --btnRadius: 1rem;
  margin: 0;
  box-shadow: inset 0 0 0 3px #d7b56d;
}
.owl-carousel .owl-dots .active {
  --btnFaceColor: #d7b56d!important;
}
.owl-carousel .owl-nav {
  position: absolute;
  bottom: -2rem;
  display: flex;
  place-items: flex-end;
  gap: 36px;
  width: 100%;
  justify-content: center;
  padding-right: 0;
}
.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  position: initial;
  background: #727270;
  color: rgb(251, 251, 254);
  height: 1.5rem;
  padding: 0.3rem 1rem !important;
  /* text-align: center; */
  margin-right: 10px;
  display: inline-flex;
  place-content: center;
}
.owl-carousel .owl-nav .owl-next i, .owl-carousel .owl-nav .owl-prev i {
  transform: scaleX(1.5);
  font-size: 2rem;
  color: #d7b56d;
}
.owl-carousel .owl-nav .owl-next i:hover, .owl-carousel .owl-nav .owl-prev i:hover {
  color: #727270;
}

@media (min-width: 768px) {
  @keyframes changeVisibility {
    0% {
      opacity: 0;
    }
    0% {
      opacity: 1;
    }
  }
  .container-slider {
    max-height: 81vh;
    margin-bottom: 2rem;
  }
  .owl-carousel .owl-stage {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .owl-carousel .owl-item .slider-item-container {
    height: 80vh;
  }
  .owl-carousel .owl-item .slider-item-caption {
    margin-top: 9%;
  }
  .owl-carousel .owl-item .slider-item-caption .htag1 {
    font-size: 4rem;
    line-height: 2.65rem;
    word-break: break-all;
  }
  .owl-carousel .owl-item .slider-item-caption .htag4 {
    font-size: 3.9rem;
    line-height: 3rem;
  }
  .owl-carousel .owl-item .slider-item-caption .slider-item-button {
    --opacityEndValue: 1;
  }
  .owl-carousel .owl-item .slider-item-caption .slider-item-button .btn {
    font-size: 0.75rem;
  }
  .owl-carousel .owl-item .slider-item-caption .slider-item-button .btn span {
    padding: 0.12rem 0.76rem 0 0.76rem;
  }
  .owl-carousel .owl-item .slider-item-caption div:not(.slider-item-button) {
    --opacityEndValue: 1;
  }
  .owl-carousel .owl-nav {
    justify-content: flex-end;
    gap: 18px;
    padding-right: 33px;
  }
  .owl-carousel .owl-nav .owl-next i, .owl-carousel .owl-nav .owl-prev i {
    font-size: 1.52rem;
  }
}
@media (min-width: 992px) {
  .owl-carousel .owl-item .slider-item-caption {
    margin-top: 12%;
  }
  .owl-carousel .owl-item .slider-item-caption .htag1 {
    font-size: 4.1rem;
    line-height: 2.74rem;
    word-break: normal;
  }
  .owl-carousel .owl-item .slider-item-caption .htag4 {
    font-size: 3.9rem;
    line-height: 3rem;
  }
  .owl-carousel .owl-item .slider-item-caption .slider-item-button .btn {
    --btnFontSize: 0.72rem;
  }
}
@media (min-width: 1400px) {
  .owl-carousel .owl-item .slider-item-caption {
    margin-top: 12%;
  }
  .owl-carousel .owl-item .slider-item-caption .htag1 {
    font-size: 5.5rem;
    line-height: 5.34rem;
    word-break: normal;
  }
}
@keyframes fadeInText {
  0% {
    opacity: 0;
  }
  100% {
    opacity: var(--opacityEndValue);
  }
}
@keyframes slowSlide {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-72px);
  }
}
@keyframes slowScaleY {
  0% {
    transform: scaleY(0) translateY(6px);
  }
  100% {
    transform: scaleY(1) translateY(0px);
  }
}
[class*=text-] {
  font: inherit;
}

.text-primary {
  color: #d7b56d !important;
}

.text-secondary {
  color: #727270 !important;
}

.text-tertiary {
  color: #4c4343 !important;
}

.text-quaternary {
  color: rgb(251, 251, 254) !important;
}

.text-success {
  color: rgb(21, 106, 111) !important;
}

.text-info {
  color: #dce0fa !important;
}

.text-danger {
  color: #fe6a3e !important;
}

.text-warning {
  color: #fff25c !important;
}

.text-error {
  color: #de3645 !important;
}

.text-light {
  color: rgb(251, 251, 254) !important;
}

.text-dark {
  color: #4c4343 !important;
}

:not([class*=c-tpl-]).bg-primary {
  background-color: #d7b56d !important;
}
:not([class*=c-tpl-]).bg-secondary {
  background-color: #727270 !important;
}
:not([class*=c-tpl-]).bg-tertiary {
  background-color: #4c4343 !important;
}
:not([class*=c-tpl-]).bg-quaternary {
  background-color: rgb(251, 251, 254) !important;
}
:not([class*=c-tpl-]).bg-success {
  background-color: rgb(21, 106, 111) !important;
}
:not([class*=c-tpl-]).bg-info {
  background-color: #dce0fa !important;
}
:not([class*=c-tpl-]).bg-danger {
  background-color: #fe6a3e !important;
}
:not([class*=c-tpl-]).bg-warning {
  background-color: #fff25c !important;
}
:not([class*=c-tpl-]).bg-error {
  background-color: #de3645 !important;
}

.text-small {
  font-size: 0.72rem;
  line-height: 1.01rem;
}

@media (min-width: 768px) {
  .text-small {
    font-size: 0.66rem;
    line-height: 0.95rem;
  }
}
[class*=d-flex] {
  display: flex;
  gap: 30px;
}

.d-flex-inline {
  display: inline-flex;
}
.d-flex-row {
  flex-direction: row;
}
.d-flex-column {
  flex-direction: column;
}
.d-flex-row-reverse {
  flex-direction: row-reverse;
}
.d-flex-column-reverse {
  flex-direction: column-reverse;
}

@media (prefers-reduced-motion: no-preference) {
  #content .container > .row {
    opacity: 1;
    transform: perspective(5100px) translateZ(-300px) translateY(60px) rotateX(-80deg);
    transform-origin: 50% 30%;
    transition: all 0.54s cubic-bezier(0, 0.7, 0.91, 1.03);
  }
  #content .container > .row.lazyview, #heroslider.lazyview {
    opacity: 1;
    transform: perspective(5100px) translateZ(0) translateY(0) rotateX(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  #content .container > .row {
    opacity: 1;
    transform: translateY(0) scale(1) rotateX(0);
    transition: none;
  }
}
@keyframes linkBlop {
  0% {
    transform: scale(1);
    animation-play-state: running;
  }
  60% {
    transform: scale(0.82);
  }
  90% {
    transform: scale(1.06);
  }
  100% {
    transform: scale(1);
    animation-play-state: paused;
  }
}
.anim-blop {
  transform-origin: 50%;
}
.anim-blop:active {
  animation-name: linkBlop;
  animation-duration: 0.15s;
  animation-timing-function: cubic-bezier(0, 0.1, 0.3, 1);
  animation-iteration-count: 1;
}

@keyframes btnCloseBlop {
  0% {
    transform: rotate(45deg) scale(0.75);
  }
  30% {
    transform: rotate(60deg) scale(0.39);
  }
  100% {
    transform: rotate(45deg) scale(0.75);
  }
}
.anim-btnblop {
  transform-origin: 50%;
}
.anim-btnblop:focus, .anim-btnblop:active {
  animation-name: btnCloseBlop;
  animation-duration: 0.11s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}

/*# sourceMappingURL=style_custom.css.map */
