@charset "UTF-8";
/* ****************
/* Styles for kraftvoll-leben website
/* Author: Heiko Goeb - dq180.com
/* Version: 1.0
/* ****************
*/
html, body {
  padding: 0 !important;
  margin: 0 !important;
  height: auto !important;
  font-family: Montserrat, sans-serif;
  font-size: 1.0833333333rem;
  font-weight: 400;
  text-size-adjust: none;
  letter-spacing: 0.03rem;
}

body {
  min-height: 100vh;
  color: rgb(18, 97, 117);
  -webkit-font-smoothing: antialiased;
  font-synthesis: none;
  overflow-x: hidden;
  background: url("../../img/custom/hintergrund-kugeln.jpg") no-repeat;
  background-size: cover;
  background-position: bottom center;
}

body.phone, body.tablet {
  margin: 0;
  height: auto;
}

#back-to-top {
  position: fixed;
  z-index: 9999;
  bottom: 25px;
  right: 10px;
  width: 30px;
  height: 30px;
  padding: 0 5px;
  padding-top: 1px;
  border: 0;
  border-radius: 2rem;
  outline: 1px solid rgba(18, 97, 117, 0.03);
  background: rgb(18, 97, 117);
  text-align: center;
  color: #fff;
  text-decoration: none;
  display: none;
  transition: all 0.25s ease-in-out;
}

#back-to-top:hover {
  text-decoration: none;
  background: rgb(208, 29, 100);
}

#header {
  position: relative;
  z-index: 1000;
  margin-top: 0 !important;
  width: 100vw;
  padding: 0;
  background: rgba(252, 252, 251, 0.24);
  border: 0;
}
#header .header-social {
  padding: 0.5rem 0;
  margin-right: 30px;
  text-align: right;
  opacity: 0.5;
}
#header .header-social p, #header .header-social a {
  color: rgb(18, 97, 117);
}
#header .header-social a {
  text-decoration: none;
  font-size: 1.65rem;
  margin: 0 0 0 9px;
}
#header .header-social a:hover {
  color: rgb(208, 29, 100);
}

#header.sticky {
  padding-bottom: 9px;
  background: linear-gradient(to top, transparent 0%, rgba(252, 252, 251, 0.06) 10px, rgba(252, 252, 251, 0.56) 11px, rgba(252, 252, 251, 0.98) 22px);
  backdrop-filter: blur(8px);
  -moz-backdrop-filter: blur(8px);
  border: 0;
}
#header.sticky #headerTop {
  display: none;
}

p, p a, p span, td {
  font-family: Montserrat, sans-serif;
  font-size: 1.0833333333rem;
  line-height: 1.6791666667rem;
  font-weight: 400;
  color: rgb(18, 97, 117);
  text-size-adjust: none;
  font-variation-settings: "opsz" 8;
  margin: 0px;
}

* + p, span + p {
  margin-top: 2rem;
}

h1, .h1, .htag1 {
  font-family: Montserrat, sans-serif;
  font-size: 2.8rem;
  line-height: 2.8rem;
  font-weight: 200;
  color: rgb(18, 97, 117);
  margin-top: 0;
}

h2, h3, .h2, .h3, .htag2, .htag3 {
  font-family: Montserrat, sans-serif;
  font-size: 1.27rem;
  line-height: 1.57rem;
  color: rgb(208, 29, 100);
  font-weight: 600;
  margin-top: 0;
  line-height: 1.4;
}

h2, .h2, .htag2 {
  color: rgb(18, 97, 117);
}

h3, .h3, .htag3 {
  font-weight: 800;
}

h4, h5, h6, .htag4, .htag5, .htag6 {
  font-family: Montserrat, sans-serif;
  font-size: 1.0833333333rem;
  line-height: 1.6791666667rem;
  font-weight: 600;
  color: rgb(18, 97, 117);
  margin-top: 0;
}

span {
  margin: 0;
}

b, strong {
  font-weight: 600;
  color: inherit;
}

.content-segment b, .content-segment strong {
  color: rgb(18, 97, 117);
}

.text-small {
  font-family: Montserrat, sans-serif;
  font-size: 0.6666666667rem;
  line-height: 1.1066666667rem;
}

@media (prefers-reduced-motion: no-preference) {
  #content > .row {
    transform: perspective(5200px) translateZ(0px) translateY(80px) scale(0.9) rotateX(-90deg);
    transform: translateY(0) scale(1) rotateX(0);
    transform-origin: 50% 30%;
    transition: all 0.72s ease-in-out;
  }
  #content .row.lazyview, #heroslider.lazyview {
    transform: translateY(0) scale(1) rotateX(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  #content > .row {
    opacity: 1;
    transform: translateY(0) scale(1) rotateX(0);
    transition: none;
  }
}
#content {
  padding: 3.6rem 0 0 0;
}
#content .content > *:first-child,
#content > .container-fluid > .container:first-of-type > .row:first-of-type {
  border-top-left-radius: 24px !important;
  overflow: hidden;
}
#content:first-of-type {
  margin-top: 3rem;
}
#content div:not(.bg-quaternary) .container > .row, #content.content-submenu .content > .row {
  border-radius: 0px;
}
#content div:not(.bg-quaternary) .container > .row:first-child:not(:only-child), #content.content-submenu .content > .row:first-child:not(:only-child) {
  border-radius: 0 0 0 0;
}
#content div:not(.bg-quaternary) .container > .row:nth-last-of-type(2):not(:only-child), #content.content-submenu .content > .row:nth-last-of-type(2):not(:only-child) {
  border-radius: 0 0 0 0;
}
#content div:not(.bg-quaternary) .container > .row:only-child, #content.content-submenu .content > .row:only-child {
  border-radius: 0;
}
#content .row {
  background: rgb(254, 253, 254);
  padding: 60px 30px;
  border: 0;
}
#content .row .row {
  padding: 0;
}
#content .container {
  margin-bottom: 2rem;
}
#content .container .row > div[class*=col-]:not(:only-child) {
  margin-bottom: 2rem;
}
#content hr {
  visibility: hidden;
  padding: 15px 0 0 0;
  margin: 9px 0;
}
#content h1 + *, #content .h1 + * {
  margin-top: 3.3rem;
}
#content h1::after, #content .h1::after {
  content: "";
  display: none;
  width: 100%;
  height: 1px;
  margin-top: 1.59rem;
  background-color: currentColor;
}
#content a.linklist i {
  margin-right: 0.42rem;
}
#content p > a:not(.button), #content li > a:not(.button), #content a.linklist {
  display: inline-block;
  position: relative;
  isolation: isolate;
  background-repeat: no-repeat;
  background-size: 0, 100%;
  color: rgb(208, 29, 100);
  transition: all 0.13s cubic-bezier(0, 0, 0.9, 1), transform 0.05s 0.1s ease-out;
}
#content p > a:not(.button):hover, #content li > a:not(.button):hover, #content a.linklist:hover {
  background-size: 100%, 0;
  color: rgb(252, 252, 251);
  text-decoration: none;
}
#content p > a:not(.button):active, #content li > a:not(.button):active, #content a.linklist:active {
  transform: scale(1.01);
}
#content p > a:not(.button)::after, #content li > a:not(.button)::after, #content a.linklist::after {
  content: " ";
  position: absolute;
  z-index: -1;
  font: inherit;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(48, 158, 89);
  transform: scaleY(0) scaleX(0);
  transform-origin: center;
  opacity: 0;
  transition: all 0.25s cubic-bezier(0, 0, 0.9, 1);
}
#content p > a:not(.button):hover::after, #content li > a:not(.button):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;
}

.claim {
  color: rgb(208, 29, 100);
  font-weight: 900;
  text-transform: lowercase;
  line-height: 1rem;
}
.claim strong {
  font: inherit;
  font-weight: inherit !important;
  color: rgb(18, 97, 117);
}

a.button, button.button, form input[type=submit].btn-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: fit-content;
  min-height: 33px;
  margin: 0 auto;
  padding: 5px 30px;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.8rem;
  color: rgb(18, 97, 117);
  border: 1px solid rgba(30, 0, 0, 0.1);
  border-radius: 3px;
  background: rgb(252, 252, 251) !important;
  box-shadow: 0px -4px 5px #fff, 0 2px 5px -1px rgba(18, 97, 117, 0.2);
  transition: all 0.23s cubic-bezier(0, 0, 0.2, 1);
}
a.button i, button.button i, form input[type=submit].btn-primary i {
  color: black !important;
  margin-right: 0.42rem;
}

a.button:hover, button.button:hover, form input[type=submit].btn-primary:hover {
  color: #fff !important;
  text-decoration: none;
  background: rgb(208, 29, 100) !important;
  border-color: rgb(208, 29, 100);
  box-shadow: inset -1px -1px 2px rgba(255, 255, 255, 0.7), inset 0 0 4px 1px rgba(18, 97, 117, 0.88), 0px -4px 5px #fff, 0 2px 5px -1px rgba(18, 97, 117, 0.2);
}
a.button:hover i, button.button:hover i, form input[type=submit].btn-primary:hover i {
  color: rgb(252, 252, 251) !important;
}

a.button:active, button.button:active, form input[type=submit].btn-primary:active {
  background: rgb(18, 97, 117) !important;
  color: #fff !important;
  text-decoration: none;
  outline: 0;
}

button.button:focus, form input[type=submit].btn-primary:focus {
  outline: 0;
}

#content .full-width-image {
  padding: 0 !important;
}
#content .full-width-image [class*=col-] {
  padding: 0 !important;
}
#content .full-width-image .content-segment {
  padding: 0;
  margin: 0;
}
#content .full-width-image .content-segment img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.content-segment img, .content img {
  max-width: 100%;
  height: auto;
}

.img-hover {
  position: relative;
  background-color: rgb(30, 0, 0);
  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);
}

.txt-primary {
  color: rgb(208, 29, 100);
}

.txt-secondary {
  color: rgb(18, 97, 117);
}

.txt-tertiary {
  color: rgb(30, 0, 0);
}

.txt-quaternary {
  color: rgb(252, 252, 251);
}

@media (min-width: 768px) {
  body {
    font-size: 18px;
  }
  #header .header-social {
    text-align: right;
    margin-right: 30px;
  }
  #header .header-social a {
    text-decoration: none;
    font-size: 1.2rem;
    margin: 0 0 0 6px;
  }
  p, p span, p a, td, h3, h4, h5, h6 {
    font-family: Montserrat, sans-serif;
    font-size: 1rem;
    line-height: 1.45rem;
    font-weight: 400;
    font-variation-settings: "opsz" auto;
  }
  h1, .h1, .h1tag {
    font-family: Montserrat, sans-serif;
    font-size: 3.17rem;
    line-height: 2.6945rem;
    font-weight: 200;
    line-height: 1.2;
  }
  h2, h3, .h2, .h3, .htag2, .htag3 {
    font-family: Montserrat, sans-serif;
    font-size: 1.38rem;
    line-height: 1.68rem;
    font-weight: 600;
  }
  h3, .h3, .htag3 {
    font-weight: 800;
  }
  .content .row {
    padding: 60px;
  }
  h4, h5, h6, .htag4, .htag5, .htag6 {
    font-family: Montserrat, sans-serif;
    font-size: 1rem;
    line-height: 1.45rem;
    font-weight: 800;
  }
}
@media (min-width: 992px) {
  h1, h2, h3, h4, h5, h6, .htag1, .htag2, .htag3, .htag4, .htag5, .htag6 {
    word-break: normal;
  }
  .content .row.c-tpl-01 {
    padding: 60px 120px !important;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1190px;
  }
}
@media (min-width: 2000px) {
  .container {
    width: 1300px;
  }
}
#header .navbar {
  background-color: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin: 0;
}
#header .navbar-header a {
  padding: 0.25em 1em 0em 0.5em;
}
#header .navbar-header a img {
  height: 100px;
  max-width: 88vw;
  margin: 0.72rem 0;
}
#header .navbar-default {
  padding-top: 0.6rem;
  transition: all 0.34s ease-out;
}
#header .navbar-collapse {
  position: relative;
  border-radius: 0 0 12px 12px;
  background-color: transparent;
  width: 100%;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
#header .navbar-collapse .cat_level_1 {
  transform-origin: top center;
}
#header .logo {
  display: none;
}
#header .main-nav .navbar-nav {
  display: flex !important;
  flex-direction: column;
  flex-wrap: nowrap;
}
#header .main-nav .nav li {
  cursor: pointer;
}
#header .main-nav .nav li a {
  white-space: normal;
  font-variation-settings: "opsz" 8;
}
#header .main-nav .cat_level_1 {
  flex: 0 2 auto;
  width: unset;
  padding: 0.8rem 1.3rem 1rem 1rem;
  font-size: 1.2rem !important;
  color: rgb(252, 252, 251);
  border-top: 1px solid rgba(254, 253, 254, 0.09);
  box-shadow: 0 -1px 0 rgba(18, 97, 117, 0.18);
  background-color: rgba(18, 97, 117, 0.8);
  transition: all 0.23s cubic-bezier(0, 0, 0.2, 1);
}
#header .main-nav .cat_level_1 a, #header .main-nav .cat_level_1 span {
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  line-height: inherit;
  text-align: left;
  transition: all 0.23s cubic-bezier(0, 0, 0.2, 1);
}
#header .main-nav .cat_level_1.open a {
  background-color: transparent;
}
#header .main-nav .cat_level_1.selected {
  font-weight: 900;
  background-color: rgb(115, 149, 113);
}
#header .main-nav .cat_level_1.selected .dropdown-menu {
  display: block;
}
#header .main-nav .cat_level_1 .dropdown-menu {
  width: 100%;
  position: relative;
  background-color: transparent;
  color: rgb(18, 97, 117);
  min-width: 25ch;
  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);
  transition: none;
}
#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;
  font-weight: 400;
  color: rgb(18, 97, 117) !important;
}
#header .main-nav .cat_level_1 .dropdown-menu .cat_level_2 a {
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
  color: rgb(18, 97, 117) !important;
  transition: all 0.23s cubic-bezier(0, 0, 0.2, 1);
}
#header .main-nav .cat_level_1 .dropdown-menu .cat_level_2 a:hover, #header .main-nav .cat_level_1 .dropdown-menu .cat_level_2 span:hover {
  background: transparent !important;
}
#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(208, 29, 100, 0.86) 0%, rgba(208, 29, 100, 0.86) 6px, rgba(18, 97, 117, 0.09) 7px, rgba(18, 97, 117, 0.03) 30%, rgba(18, 97, 117, 0)) no-repeat;
  background-size: 100% 100%;
}
#header .main-nav .cat_level_1 .dropdown-menu .cat_level_2.selected {
  font-weight: 800;
}
#header .main-nav .cat_level_1.selected .dropdown-menu {
  display: block;
  background-color: white;
  color: rgb(30, 0, 0);
}
#header .main-nav .cat_level_1.open {
  background-color: rgba(18, 97, 117, 0.6);
}
#header .main-nav .cat_level_1.open .dropdown-menu {
  display: block;
  background-image: linear-gradient(to bottom, rgba(18, 97, 117, 0.06) 0%, rgba(18, 97, 117, 0.16) 92%);
  background-color: #effafd;
}
#header #searchlang {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-items: center;
  gap: 0;
  margin: 0;
  border-radius: 0 0 12px 12px;
  overflow: hidden;
}
#header #searchlang .cat_level_1 {
  flex: 5;
  min-width: 50px;
  max-width: unset;
  margin: 0;
  padding: 11px 0.63rem 12px 0.63rem;
  background-color: rgb(18, 97, 117);
  border-top: 1px solid rgba(254, 253, 254, 0.09);
  box-shadow: 0 -1px 0 rgba(18, 97, 117, 0.18);
  color: rgb(252, 252, 251) !important;
}
#header #searchlang .cat_level_1:hover {
  background-color: #1ea3c5;
}
#header #searchlang a, #header #searchlang span {
  border-left: 0;
  color: inherit;
}
#header #searchlang a:hover {
  background-color: transparent !important;
}
#header #searchlang span {
  font-weight: 900;
}
#header #searchlang .code {
  display: none;
  border-left: 2px solid rgb(252, 252, 251);
}
#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(30, 0, 0, 0.1);
  border-radius: 100%;
  background: rgb(252, 252, 251) !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: rgb(208, 29, 100) !important;
  border-color: rgb(208, 29, 100);
  box-shadow: inset -1px -1px 2px rgba(255, 255, 255, 0.7), inset 0 0 4px 1px rgba(18, 97, 117, 0.88);
}
#header .navbar-toggle[aria-expanded=true] i, #header .navbar-toggle[aria-expanded=true]:hover i {
  color: rgb(252, 252, 251) !important;
}

@media (min-width: 768px) {
  #header .container:after {
    content: "";
    position: relative;
    pointer-events: none;
    width: 100%;
    height: 2px;
    background-color: rgba(252, 252, 251, 0.42);
    box-shadow: 0 2px 3px 0 rgba(18, 97, 117, 0.18);
    transform: scaleX(1.12);
  }
  #header .navbar-toggle {
    display: none !important;
  }
  #header .navbar-default {
    padding-top: 0rem;
  }
  #header .navbar-default .container {
    padding: 0;
  }
  #header .navbar-collapse {
    display: flex !important;
    align-items: flex-end;
    flex-wrap: wrap;
    padding: 0;
    box-shadow: none;
  }
  #header .logo {
    display: block;
    flex: 0 0 100vw;
    align-self: flex-start;
    width: 100vw;
    height: inherit;
    padding-top: 0.9rem;
    padding-left: 30px;
    margin-right: 0px;
    margin-top: -1.5rem;
    margin-bottom: 1.2rem;
  }
  #header .logo img {
    width: 250px;
    min-width: 100px;
    margin-right: 0px;
    margin-top: -20px;
  }
  #header .main-nav {
    flex: 1 10 auto;
    display: flex;
    width: 80%;
  }
  #header .main-nav .navbar-nav {
    flex: 5;
    display: flex !important;
    flex-direction: row;
    align-content: flex-end;
    justify-content: flex-end;
    gap: 0.25rem;
    width: 80%;
    padding-top: 0;
  }
  #header .main-nav .navbar-nav li a, #header .main-nav .navbar-nav li span {
    font-variation-settings: unset;
  }
  #header .main-nav .cat_level_1 {
    display: flex;
    contain: layout;
    align-items: flex-end;
    justify-content: center;
    padding: 1rem 0.83rem 9px 0.83rem;
    font-size: 1.125rem !important;
    font-weight: 400;
    color: rgb(18, 97, 117);
    background-color: transparent;
    border: 0;
    box-shadow: none;
    transform: scaleY(1) !important;
    transition: all 0.23s cubic-bezier(0, 0, 0.2, 1);
  }
  #header .main-nav .cat_level_1 > a, #header .main-nav .cat_level_1 > span {
    text-align: center;
  }
  #header .main-nav .cat_level_1:hover .dropdown-menu {
    display: block !important;
  }
  #header .main-nav .cat_level_1.open, #header .main-nav .cat_level_1:hover {
    background: linear-gradient(to bottom, rgba(18, 97, 117, 0.03) 0%, rgba(18, 97, 117, 0.11) 72%);
    color: rgb(18, 97, 117);
    font-weight: 400;
  }
  #header .main-nav .cat_level_1.selected, #header .main-nav .cat_level_1.selected.open {
    background: linear-gradient(to bottom, rgba(115, 149, 113, 0.12) 0%, #739571 72%);
    color: rgb(252, 252, 251);
    font-weight: 800;
  }
  #header .main-nav .cat_level_1.selected .dropdown-menu {
    display: none;
  }
  #header .main-nav .cat_level_1 .dropdown-menu {
    position: absolute;
    width: -webkit-fill-available;
    min-width: 460px;
    column-count: 2;
    column-gap: 5px;
    page-break-inside: avoid;
    break-inside: avoid;
    background-image: linear-gradient(to bottom, rgba(18, 97, 117, 0.06) 0%, rgba(18, 97, 117, 0.16) 92%);
    background-color: #effafd;
    color: rgb(18, 97, 117);
    padding: 1.5rem 0 1rem 0;
    margin-top: 0 !important;
    border: 0 !important;
    border-radius: 0 0 12px 12px;
    box-shadow: 0 4px 6px -2px rgba(30, 0, 0, 0.24);
    transition: all 0.23s cubic-bezier(0, 0, 0.2, 1);
    transition: none;
  }
  #header .main-nav .cat_level_1 .dropdown-menu:before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 1rem;
    width: 9px;
    height: 12px;
    border: 10px solid transparent;
    border-color: rgb(18, 97, 117) transparent transparent transparent;
  }
  #header .main-nav .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.85rem;
    color: rgb(18, 97, 117) !important;
    background: linear-gradient(to right, rgba(208, 29, 100, 0.12) 0%, rgba(208, 29, 100, 0) 88%) no-repeat;
    background-size: 0% 100%;
    transition: all 0.23s cubic-bezier(0, 0, 0.9, 1);
  }
  #header .main-nav .cat_level_1 .dropdown-menu .cat_level_2:not(.selected):hover {
    background-size: 100% 100%;
  }
  #header .main-nav .cat_level_1 .dropdown-menu .cat_level_2 > a, #header .main-nav .cat_level_1 .dropdown-menu .cat_level_2 > span {
    color: rgb(18, 97, 117) !important;
    background: transparent !important;
  }
  #header .main-nav .cat_level_1 .dropdown-menu .cat_level_2:hover {
    background: linear-gradient(to right, rgba(18, 97, 117, 0.09) 0%, rgba(18, 97, 117, 0.03) 30%, rgba(18, 97, 117, 0)) no-repeat;
  }
  #header .main-nav .cat_level_1 .dropdown-menu .cat_level_2:hover, #header .main-nav .cat_level_1 .dropdown-menu .cat_level_2:active {
    font-weight: 400;
  }
  #header .main-nav .cat_level_1 .dropdown-menu .cat_level_2.selected {
    font-weight: 600;
    background: linear-gradient(to right, rgba(208, 29, 100, 0.86) 0%, rgba(208, 29, 100, 0.86) 6px, rgba(18, 97, 117, 0.09) 7px, rgba(18, 97, 117, 0.03) 30%, rgba(18, 97, 117, 0)) no-repeat;
    background-size: 100% 100%;
  }
  #header .main-nav .cat_level_1.selected .dropdown-menu {
    background-image: none;
    background-color: white;
  }
  #header .main-nav .cat_level_1.selected .dropdown-menu .cat_level_2 {
    color: rgb(208, 29, 100);
  }
  #header .main-nav .cat_level_1.selected .dropdown-menu::before {
    border-color: rgb(115, 149, 113) transparent transparent transparent;
  }
  #header #searchlang {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-items: center;
    gap: 0.25rem;
    margin: 0 30px 0 0;
    padding: 0;
    border-radius: 0;
  }
  #header #searchlang .cat_level_1 {
    flex: 5;
    justify-items: center;
    min-width: 60px;
    height: 100%;
    padding: 1rem 0.83rem 9px 0.83rem;
    margin: 0 !important;
    font-size: 1.125rem !important;
    color: rgb(18, 97, 117) !important;
    background: transparent;
    border: 0;
  }
  #header #searchlang .cat_level_1:hover {
    background: linear-gradient(to bottom, rgba(18, 97, 117, 0.03) 0%, rgba(18, 97, 117, 0.11) 72%);
    color: rgb(18, 97, 117);
  }
  #header #searchlang .cat_level_1 a, #header #searchlang .cat_level_1 span {
    width: 100%;
    color: inherit;
  }
  #header #searchlang .cat_level_1 a:hover, #header #searchlang .cat_level_1 span:hover {
    background-color: transparent !important;
    color: currentColor !important;
  }
  #header #searchlang .code a {
    border: 0 !important;
  }
  #header #searchlang .code span {
    font-weight: 900;
    border: 0 !important;
  }
  #header.sticky {
    box-shadow: none;
  }
  #header.sticky .navbar-collapse {
    width: auto;
  }
  #header.sticky .main-nav .navbar-nav {
    justify-content: center;
  }
  #header.sticky .main-nav .navbar-nav .cat_level_1 {
    padding-top: 1rem !important;
  }
  #header.sticky .main-nav #searchlang {
    display: none;
  }
  #header.sticky .main-nav #searchlang .cat_level_1 {
    padding-top: 1rem !important;
  }
}
@media (min-width: 992px) {
  #header .logo {
    flex: 0 2 auto;
    width: 300px;
    height: auto;
    padding-left: 0;
    margin-left: -12px;
    margin-top: 1rem;
  }
  #header .logo img {
    width: 300px;
    margin-right: 30px;
  }
  #header .navbar-collapse {
    flex-wrap: nowrap;
  }
  #header .main-nav .navbar-nav {
    justify-content: center;
    gap: 0.75rem;
  }
  #header .main-nav .cat_level_1 {
    padding: 4rem 0.83rem 18px 0.83rem;
  }
  #header #searchlang {
    flex-direction: row;
    min-width: 70px;
  }
  #header #searchlang .cat_level_1 {
    padding: 4rem 0.63rem 18px 0.63rem;
  }
}
.content-submenu {
  padding-left: 0px;
}
.content-submenu .subnavigation {
  padding-top: 3.6rem;
  margin-right: 30px;
}
.content-submenu .subnavigation [class*=cat_level] {
  padding: 0.35rem 2.04rem 0.4rem 1rem;
  color: rgb(18, 97, 117);
  border-top-color: rgba(18, 97, 117, 0.12);
  border-left: 6px solid transparent;
  background: linear-gradient(to right, rgba(151, 221, 239, 0.42) 0%, rgba(151, 221, 239, 0) 88%) no-repeat;
  background-size: 0% 100%;
  transition: all 0.23s cubic-bezier(0, 0, 0.9, 1), font-weight 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;
  color: inherit !important;
  background: transparent !important;
  text-decoration: none;
}
.content-submenu .subnavigation [class*=cat_level] a:after {
  display: none !important;
}
.content-submenu .subnavigation [class*=cat_level]:hover, .content-submenu .subnavigation [class*=cat_level]:active {
  text-decoration: none;
  color: rgb(30, 0, 0) !important;
}
.content-submenu .subnavigation [class*=cat_level].active {
  border-left: 6px solid rgb(208, 29, 100);
  font-weight: 800;
}

.breadcrumb-row {
  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: rgb(18, 97, 117);
  -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 {
  width: 100vw;
  background-color: #c3ecf6;
}
#cookie-accept p, #cookie-accept strong, #cookie-accept a {
  color: rgb(18, 97, 117);
}
#cookie-accept .btn {
  padding: 5px;
  margin: 5px 0 0 20px;
  cursor: pointer;
  outline: 4px solid transparent;
  transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
#cookie-accept .btn:hover, #cookie-accept .btn:focus {
  color: rgb(252, 252, 251);
  background-color: rgb(18, 97, 117);
  outline: 4px solid #81d6ec;
  outline-offset: 0;
}
#cookie-accept .btn:focus {
  background-color: rgb(208, 29, 100);
  outline: 4px solid #f096ba;
  outline-offset: 0;
}
#cookie-accept .btn-primary {
  background-color: rgb(18, 97, 117);
  color: rgb(252, 252, 251);
  font-weight: 800;
  min-width: fit-content;
}
#cookie-accept .rounded-pill {
  border-radius: 2rem;
}

.footer {
  padding-bottom: 1.2rem;
}
.footer .bg-primary {
  background-color: rgb(208, 29, 100);
}
.footer .bg-secondary {
  background-color: rgb(18, 97, 117);
}
.footer .p-0 {
  padding: 0;
}
.footer .pos-static {
  position: static;
}
.footer .pos-relative {
  position: relative;
}
.footer .row.d-flex {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: left;
}
.footer .footer-top {
  padding: 2.5rem 0;
  margin: 9rem 0 2.4rem 0;
}
.footer .footer-top .row {
  margin-bottom: 2rem;
}
.footer .footer-top p.h3 {
  font-weight: 600;
}
.footer .footer-top .card-body {
  display: flex;
  gap: 0;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-bottom: 2rem;
  line-height: normal;
  color: rgb(18, 97, 117);
  text-decoration: none;
  transition: all 0.23s cubic-bezier(0, 0, 0.2, 1);
}
.footer .footer-top .card-body .card-body-text {
  font-weight: 600;
}
.footer .footer-top .card-body .card-body-text .h3 {
  font-weight: 200;
}
.footer .footer-top .card-body .card-body-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 100%;
  background: rgb(252, 252, 251);
  box-shadow: -3px -4px 5px #fff, 0 0 7px -1px rgb(18, 97, 117);
  transition: all 0.23s cubic-bezier(0, 0.1, 0.3, 1);
  margin-right: 1rem;
  color: inherit;
}
.footer .footer-top .card-body .card-body-icon:before {
  font-size: 1.6rem;
  transition: all 0.15s cubic-bezier(0, 0, 0.2, 1);
}
.footer .footer-top .card-body strong {
  display: block;
  color: currentColor;
}
.footer .footer-top .card-body strong.h3 {
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
}
.footer .footer-top .card-body:hover {
  transition: all 0.63s cubic-bezier(0, 0, 0.2, 1);
}
.footer .footer-top .card-body:hover .card-body-icon {
  transition: all 0.23s cubic-bezier(0, 0, 0.2, 1);
  background: rgb(18, 97, 117);
  border-color: rgba(252, 252, 251, 0.25);
  color: rgb(252, 252, 251);
  box-shadow: inset -1px -1px 2px rgba(255, 255, 255, 0.37), inset 0 0 4px 1px rgba(255, 255, 255, 0.49), -3px -4px 5px #fff, 0 0 7px -1px rgb(18, 97, 117);
}
.footer .footer-top .card-body:active {
  transition: all 0.13s cubic-bezier(0, 0, 0.2, 1);
}
.footer .footer-top .card-body:active .card-body-icon {
  background: rgb(48, 158, 89);
  border-color: rgba(208, 29, 100, 0);
  color: rgb(252, 252, 251);
  box-shadow: inset -1px -1px 2px rgba(255, 255, 255, 0.37), inset 0 0 4px 1px rgba(255, 255, 255, 0.49), -3px -4px 5px #fff, 0 0 7px -1px rgb(18, 97, 117);
}
.footer .footer-bottom {
  color: rgb(208, 29, 100);
}
.footer .footer-bottom .row > div {
  margin-top: 1.5rem;
}
.footer .footer-bottom .footer-logo {
  padding: 1.25rem 1rem 1.6rem 1rem;
  background: url(../../img/custom/bgr/bgr-footer-logo.jpg) no-repeat;
  background-size: cover;
}
.footer .footer-bottom .claim {
  padding: 0.65rem 1.9rem 1rem 0;
  color: rgb(18, 97, 117);
  font-weight: 600;
  text-transform: lowercase;
  line-height: 1.26rem;
}
.footer .footer-bottom .social-header {
  color: rgba(18, 97, 117, 0.72);
  font-size: 1.125rem !important;
}
.footer .footer-bottom .social-icons .social {
  font-size: 1.75rem;
  color: rgba(18, 97, 117, 0.72);
  text-decoration: none;
}
.footer .footer-bottom .social-icons .social:hover {
  color: rgb(18, 97, 117);
}
.footer .footer-bottom .social-icons .social:active {
  color: rgb(208, 29, 100);
}
.footer .footer-bottom .meta-nav {
  color: rgba(18, 97, 117, 0.8);
  padding-bottom: 3rem;
}
.footer .footer-bottom .meta-nav li {
  font-size: 1.125rem !important;
  transition: all 0.23s cubic-bezier(0, 0, 0.2, 1);
}
.footer .footer-bottom .meta-nav a {
  color: inherit !important;
  transition: all 0.23s cubic-bezier(0, 0, 0.2, 1);
  padding-left: 6px;
}
.footer .footer-bottom .meta-nav a:hover {
  color: rgb(18, 97, 117);
  background-image: linear-gradient(to right, rgba(254, 253, 254, 0.4) 50%, rgba(254, 253, 254, 0) 80%);
}
.footer .footer-bottom .meta-nav a:active {
  font-weight: 800;
}
.footer .footer-bottom .copyright {
  position: absolute;
  bottom: 0.9rem;
  right: 1rem;
}

@media (min-width: 768px) {
  .footer .footer-bottom .row > div {
    margin-top: 0;
  }
  .footer .footer-bottom .copyright {
    right: unset;
  }
}
@media (min-width: 1100px) {
  .footer .footer-top .card-body strong.h3 {
    font-size: 1.38rem;
  }
}
.content form input:not([type=submit]), .content form textarea {
  width: 100%;
  margin-bottom: 3px;
  padding: 18px 18px;
  background: rgba(18, 97, 117, 0.06);
  transition: all 0.23s cubic-bezier(0, 0, 0.2, 1);
  border: 0;
  border-bottom: 1px solid rgba(208, 29, 100, 0.18);
  border-radius: 0;
  box-shadow: none;
  outline: 6px solid transparent;
  color: rgb(18, 97, 117);
  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(208, 29, 100, 0.12);
  border-bottom: 1px solid rgba(208, 29, 100, 0.33);
  outline: 1px solid rgba(208, 29, 100, 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;
}

.fancybox-overlay {
  z-index: 10000;
  overscroll-behavior: contain;
}

@media (min-width: 768px) {
  .galleryCont {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.container-slider {
  height: 80vh;
  max-height: 85vh;
  margin-top: 3rem;
  margin-bottom: 2rem;
}

.owl-carousel {
  opacity: 0;
  transition: opacity 0.18s ease-in;
}
.owl-carousel .owl-stage-outer {
  height: 85vh;
}
.owl-carousel .owl-stage {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.owl-carousel .owl-item .slider-item-container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  max-width: 100%;
  gap: 2rem;
}
.owl-carousel .owl-item img {
  height: 75vh;
  overflow: hidden;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 0 !important;
}
.owl-carousel .owl-item .slider-item-caption {
  --delayFadeIn: 0s;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0;
  min-width: 78vw;
  padding-bottom: 1.5rem;
  margin-top: -30rem;
  margin-left: 21vw;
}
.owl-carousel .owl-item .slider-item-caption .htag1 {
  color: rgb(252, 252, 251) !important;
  background-color: rgb(208, 29, 100) !important;
  padding: 0.5rem 0.8rem 1.5rem 1rem;
  border-radius: 0;
  overflow-wrap: break-word;
  overflow: hidden;
  font-size: 2.1rem;
  line-height: 2.4rem;
}
.owl-carousel .owl-item .slider-item-caption .htag4 {
  font-size: 0.85rem;
  padding: 0.3rem 2.1rem 0.3rem 1rem;
  background-color: rgb(208, 29, 100);
  text-align: center;
  color: rgb(252, 252, 251) !important;
  border-radius: 0;
  max-width: max-content;
}
.owl-carousel .owl-item .slider-item-caption .copytxt {
  display: none;
  width: 75%;
  border-radius: 0;
  overflow: hidden;
  background: rgb(18, 97, 117);
  margin-left: 1.2rem;
}
.owl-carousel .owl-item .slider-item-caption .copytxt p {
  padding: 0.6rem 1rem 0.9rem 0.8rem;
  font-size: 0.85rem;
  line-height: 1rem;
  background: rgb(18, 97, 117);
  color: rgb(252, 252, 251) !important;
  font-weight: 600;
}
.owl-carousel .owl-item .slider-item-caption div {
  opacity: 0;
  transition: opacity 0.8s 1s ease-in-out;
  transform: translateX(0);
}
.owl-carousel .owl-item .slider-item-caption .slider-item-button {
  margin-left: 33%;
  margin-bottom: 4rem;
  margin-top: 4px;
}
.owl-carousel .owl-item .slider-item-caption .slider-item-button a {
  white-space: nowrap;
  color: rgb(252, 252, 251) !important;
  font-weight: 600;
  box-shadow: none;
  background: rgb(115, 149, 113);
  padding: 0.3rem 0.6rem;
}
.owl-carousel .owl-item .slider-item-caption .slider-item-button a:hover, .owl-carousel .owl-item .slider-item-caption .slider-item-button a:focus, .owl-carousel .owl-item .slider-item-caption .slider-item-button a:active {
  text-decoration: none;
  color: rgb(252, 252, 251) !important;
  box-shadow: none;
  background: #6b6b6b;
}
.owl-carousel .owl-item.active div {
  opacity: 1;
  transition: opacity 0.8s var(--delayFadeIn) ease-in-out;
  animation: slowSlide 2.8s;
  animation-fill-mode: forwards;
}
.owl-carousel .owl-nav {
  position: absolute;
  bottom: 1rem;
  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: rgb(18, 97, 117);
  color: rgb(252, 252, 251);
  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 {
  font-size: 2rem;
  color: rgb(208, 29, 100);
}
.owl-carousel .owl-nav .owl-next i:hover, .owl-carousel .owl-nav .owl-prev i:hover {
  color: rgb(18, 97, 117);
}

@media (min-width: 768px) {
  .container-slider {
    max-height: 69vh;
    margin-top: 2rem;
    margin-bottom: -2rem;
  }
  .owl-carousel .owl-stage-outer {
    height: initial;
  }
  .owl-carousel .owl-item .slider-item-container {
    flex-direction: row;
    gap: 45px;
  }
  .owl-carousel .owl-item .slider-item-caption {
    justify-content: flex-end;
    margin-top: initial;
    margin-left: -25.8rem;
    padding-bottom: 2rem;
    min-width: unset;
    max-width: 33%;
  }
  .owl-carousel .owl-item .slider-item-caption .htag1 {
    padding: 0.5rem 0.8rem 2.4rem 1rem;
    font-size: 2.82rem;
    line-height: 2.75rem;
  }
  .owl-carousel .owl-item .slider-item-caption .copytxt {
    display: block;
  }
  .owl-carousel .owl-item .slider-item-caption .slider-item-button {
    margin-left: 49%;
  }
  .owl-carousel .owl-item img {
    flex: 0 0 auto;
    height: 60vh;
    width: 100%;
    object-fit: cover;
  }
  .owl-carousel .owl-nav {
    justify-content: flex-end;
    gap: 18px;
    padding-right: 18px;
    bottom: -2.4rem;
  }
  .owl-carousel .owl-nav .owl-next i, .owl-carousel .owl-nav .owl-prev i {
    font-size: 1.52rem;
  }
}
@media (min-width: 992px) {
  .container-slider {
    padding: 0 15px;
  }
}
@media (min-width: 1190px) {
  .container-slider {
    width: 1190px;
    margin-left: auto;
    margin-right: auto;
  }
  .slider-item-caption .htag1 {
    font-size: 2.91rem;
    line-height: 2.9rem;
  }
}
@media (min-width: 2000px) {
  .container-slider {
    width: 1300px;
  }
}
@keyframes fadeInText {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slowSlide {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-72px);
  }
}
.row.panel-group {
  margin-bottom: 0;
  padding: 0;
  background: transparent;
}

.panel-group .panel + .panel {
  margin-top: 9px;
}
.panel-group .panel-heading > * {
  padding: 0.3rem 10px;
}
.panel-group .panel-heading {
  position: relative;
  border-bottom: 1px solid rgba(208, 29, 100, 0.18) !important;
  background: rgba(248, 203, 221, 0.3) !important;
  transition: all 0.23s cubic-bezier(0, 0, 0.9, 1);
}
.panel-group .panel-heading a {
  position: static;
  border: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.38rem;
  line-height: 1.68rem;
  font-weight: 300;
  background: none;
  color: rgb(208, 29, 100);
}
.panel-group .panel-heading a.collapsed {
  color: rgb(208, 29, 100);
}
.panel-group .panel-heading a::before {
  content: "+";
  display: flex;
  place-content: center;
  align-items: center;
  position: absolute;
  left: 24px;
  height: 2rem;
  width: 2rem;
  color: rgb(208, 29, 100);
  background: rgb(254, 253, 254);
  border-radius: 50%;
}
.panel-group .panel-heading a:hover, .panel-group .panel-heading a:hover::before {
  color: rgb(18, 97, 117) !important;
}
.panel-group .panel-heading a[aria-expanded=true] {
  color: rgb(18, 97, 117);
}
.panel-group .panel-heading a[aria-expanded=true]::before {
  content: "–";
  color: rgb(18, 97, 117);
}
.panel-group .panel-collapse {
  background: rgba(248, 203, 221, 0.3);
}
.panel-group .panel-collapse .panel-body {
  padding: 30px 60px 60px 60px;
}
.panel-group .panel-collapse.collapse:not(.in) {
  height: 0 !important;
}

@media (min-width: 768px) {
  .panel-group .panel-heading a {
    font-family: Montserrat, sans-serif;
    font-size: 1.38rem;
    line-height: 1.68rem;
  }
  .panel-group .panel-collapse .panel-body {
    padding: 30px 75px 60px 75px;
  }
}
@media (min-width: 950px) {
  .panel-group .panel-heading a::before {
    left: 15px;
  }
}
.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(18, 97, 117, 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(208, 29, 100, 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(18, 97, 117, 0.72);
}
.content .prd-description a.fancybox img {
  mix-blend-mode: multiply;
}
.content .prd-downloads {
  background: #ff3232;
}
.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;
  }
}
body.home #header .navbar-collapse:not(.collapse) {
  display: none !important;
}
body.home #header .navbar-header {
  width: 100%;
  display: block;
}
body.home #header .navbar-header:before, body.home #header .navbar-header:after {
  display: none;
}
body.home #header .navbar-header a {
  display: inline-block;
}
body.home #header .navbar-header .navbar-toggle {
  display: inline-block !important;
}

body.home #content .container-fluid > .container:first-child {
  margin-top: 3rem;
}

.masonry-container {
  background: transparent !important;
}
.masonry-container .container > .row {
  background: transparent;
}
.masonry-container p {
  white-space: pre;
}
.masonry-container h4:only-child, .masonry-container .h4:only-child {
  color: rgb(208, 29, 100);
}
.masonry-container h4, .masonry-container .h4 {
  font-family: Montserrat, sans-serif;
  font-size: 2.8rem;
  line-height: 2.8rem;
  color: rgb(30, 0, 0);
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: normal;
}
.masonry-container img {
  transition: all 0.28s cubic-bezier(0, 0, 0.2, 1);
  transform: none;
}
.masonry-container .content-segment p::after {
  content: "";
  display: block;
  position: absolute;
  margin-top: 3.6rem;
  margin-left: 10%;
  width: 50%;
  height: 1rem;
  border-radius: 50%;
  background-color: #3fc1e1;
  filter: blur(10px);
  opacity: 0.6;
}
.masonry-container .content-segment img:hover {
  transform: skew(-2deg, 2deg);
  z-index: -1;
}

@media (min-width: 768px) {
  body.home #header .container::after {
    transform: scaleX(1);
    transform-origin: center;
    transition: all 0.28s cubic-bezier(0, 0, 0.2, 1);
  }
  body.home #header #headnav {
    display: flex !important;
    flex-direction: column;
    transition: all 0.23s cubic-bezier(0, 0, 0.2, 1);
  }
  body.home #header .navbar-nav:before, body.home #header .navbar-nav:after {
    display: none;
  }
  body.home #header .navbar-collapse:not(.collapse) {
    display: block !important;
  }
  body.home #header .navbar-collapse {
    height: 0 !important;
    max-height: 0;
    transform: scaleX(0);
    transform-origin: 50% bottom;
    transition: all 0.36s cubic-bezier(0, 0, 0.2, 1);
  }
  body.home #header .navbar-collapse .logo {
    display: none !important;
  }
  body.home #header .navbar-collapse.in {
    height: auto !important;
    overflow: visible;
    max-height: 3rem;
    transform: scaleX(1);
  }
  body.home #header.sticky .navbar-header a img {
    transition: all 0.33s cubic-bezier(0, 0, 0.2, 1);
    margin: 0.75rem 0 0.8rem 0;
    height: 78px;
  }
  body.home #header.sticky .navbar-header .navbar-toggle {
    margin-top: 1rem;
  }
  body.home #header .main-nav .cat_level_1 {
    padding: 2.5rem 0.63rem 9px 0.63rem;
  }
  body.home #header .main-nav .cat_level_1.selected, body.home #header .main-nav .cat_level_1.selected.open {
    padding: 2.5rem 0.63rem 9px 0.63rem;
  }
  body.home #header #searchlang .cat_level_1 {
    padding: 0.8rem 0.63rem 9px 0.63rem !important;
  }
  .masonry-container {
    margin: 9rem auto 6rem auto;
    background: transparent !important;
  }
  .masonry-container .row {
    padding: 12px !important;
    margin-bottom: 6rem;
    background: transparent !important;
  }
  .masonry-container .content-segment {
    contain: layout;
  }
  .masonry-container .content-segment:last-child {
    margin-left: 66px;
  }
  .masonry-container h4:only-child, .masonry-container .h4:only-child {
    color: rgb(208, 29, 100);
    transform: translateY(-1.8rem);
  }
  .masonry-container p:not(:only-child) {
    float: left;
    display: inline-block;
    max-width: 65%;
  }
  .masonry-container p:only-child, .masonry-container h4:only-child, .masonry-container .h4:only-child {
    padding: 0 24px;
  }
  .masonry-container h4, .masonry-container .h4 {
    float: right;
    font-family: Montserrat, sans-serif;
    font-size: 3.17rem;
    line-height: 2.6945rem;
  }
  .masonry-container h4:not(:only-child), .masonry-container .h4:not(:only-child) {
    display: inline-block;
    max-width: 32%;
  }
  body.home .content .claim {
    margin-top: 0;
    padding: 0.65rem 1.9rem 1rem 1.9rem;
    color: rgb(208, 29, 100);
    font-weight: 900;
    text-transform: lowercase;
    line-height: 1rem;
  }
  body.home .content .claim strong {
    color: rgb(18, 97, 117);
  }
}
#searchLayer {
  contain: strict;
  width: 100vw;
  height: 100vh;
  background-color: rgba(6, 31, 37, 0.92);
}

#searchItem form {
  border-bottom: 3px solid rgb(254, 253, 254);
}
#searchItem form .form-group {
  padding-bottom: 1.2rem;
}
#searchItem form input {
  font-weight: 800;
  font-size: 1.5rem;
  line-height: 2.1rem;
}
#searchItem form input::placeholder {
  font-weight: 300;
}
#searchItem form .search-btn {
  margin-top: 0;
}

.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: rgb(30, 0, 0);
}
.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(18, 97, 117, 0.1);
  border-radius: 6px;
  background: rgb(254, 253, 254);
  box-shadow: inset 0px -4px 5px #fff, inset 0 2px 0px -1px rgba(18, 97, 117, 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 rgb(208, 29, 100);
  font-size: 1rem;
  color: rgb(208, 29, 100);
  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 rgb(208, 29, 100);
}
.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: rgb(18, 97, 117);
  border: 1px solid rgba(30, 0, 0, 0.1);
  border-radius: 6px;
  background: rgb(252, 252, 251) !important;
  box-shadow: 0px -4px 5px #fff, 0 2px 5px -1px rgba(18, 97, 117, 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: rgb(208, 29, 100) !important;
  border-color: rgb(208, 29, 100);
  box-shadow: inset -1px -1px 2px rgba(255, 255, 255, 0.7), inset 0 0 4px 1px rgba(18, 97, 117, 0.88);
}
.search-results .wrapper-search-form button[type=submit].btn-primary:hover i {
  color: rgb(252, 252, 251) !important;
}
.search-results .wrapper-search-form button[type=submit].btn-primary:active {
  background: rgb(30, 0, 0) !important;
  color: #fff !important;
  outline: 0;
}
.search-results .wrapper-search-form button[type=submit].btn-primary:focus {
  outline: 0;
}

@media (min-width: 768px) {
  .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;
  }
}
.bg-primary {
  background: transparent;
}
.bg-primary > .row, .bg-primary > .container > .row {
  background-color: rgb(208, 29, 100) !important;
  background-image: url(../../img/custom/bgr/topic-button-stoff3.jpg) !important;
  background-repeat: no-repeat !important;
  background-position: bottom center !important;
  background-size: 100% 160% !important;
  background-blend-mode: multiply;
  color: rgb(252, 252, 251);
}

.bg-secondary {
  background: transparent;
}
.bg-secondary > .row, .bg-secondary > .container > .row {
  background-color: rgb(18, 97, 117) !important;
  background-image: url(../../img/custom/bgr/topic-button-stoff3.jpg) !important;
  background-repeat: no-repeat !important;
  background-position: bottom center !important;
  background-size: 100% 160% !important;
  background-blend-mode: color-burn;
  color: rgb(252, 252, 251);
}

.bg-tertiary {
  background: transparent;
}
.bg-tertiary > .row, .bg-tertiary > .container > .row {
  background-color: rgb(115, 149, 113) !important;
  background-image: url(../../img/custom/bgr/topic-button-stoff3.jpg) !important;
  background-repeat: no-repeat !important;
  background-position: bottom center !important;
  background-size: 100% 160% !important;
  background-blend-mode: color-burn;
  color: rgb(252, 252, 251);
}

.bg-quaternary {
  background: transparent;
}
.bg-quaternary > .row, .bg-quaternary > .container > .row {
  background-color: transparent !important;
  color: rgb(30, 0, 0);
}

.bg-leafgreen {
  background: transparent;
}
.bg-leafgreen > .row, .bg-leafgreen > .container > .row {
  background-color: rgb(115, 149, 113) !important;
  color: rgb(252, 252, 251);
}

.bg-primary > *, .bg-secondary > *, .bg-tertiary > *, .bg-leafgreen > * {
  color: rgb(252, 252, 251);
}
.bg-primary h1, .bg-primary h2, .bg-primary h3, .bg-primary h4, .bg-primary h5, .bg-primary h6, .bg-secondary h1, .bg-secondary h2, .bg-secondary h3, .bg-secondary h4, .bg-secondary h5, .bg-secondary h6, .bg-tertiary h1, .bg-tertiary h2, .bg-tertiary h3, .bg-tertiary h4, .bg-tertiary h5, .bg-tertiary h6, .bg-leafgreen h1, .bg-leafgreen h2, .bg-leafgreen h3, .bg-leafgreen h4, .bg-leafgreen h5, .bg-leafgreen h6 {
  color: rgb(252, 252, 251) !important;
}
.bg-primary h1::after, .bg-secondary h1::after, .bg-tertiary h1::after, .bg-leafgreen h1::after {
  background-color: rgba(252, 252, 251, 0.51) !important;
}
.bg-primary p, .bg-secondary p, .bg-tertiary p, .bg-leafgreen p {
  color: rgb(252, 252, 251) !important;
}
.bg-primary span, .bg-primary em, .bg-primary strong, .bg-primary b, .bg-primary i, .bg-secondary span, .bg-secondary em, .bg-secondary strong, .bg-secondary b, .bg-secondary i, .bg-tertiary span, .bg-tertiary em, .bg-tertiary strong, .bg-tertiary b, .bg-tertiary i, .bg-leafgreen span, .bg-leafgreen em, .bg-leafgreen strong, .bg-leafgreen b, .bg-leafgreen i {
  color: inherit !important;
}
.bg-primary p > a:not(.button), .bg-primary li > a:not(.button), .bg-primary a.linklist, .bg-secondary p > a:not(.button), .bg-secondary li > a:not(.button), .bg-secondary a.linklist, .bg-tertiary p > a:not(.button), .bg-tertiary li > a:not(.button), .bg-tertiary a.linklist, .bg-leafgreen p > a:not(.button), .bg-leafgreen li > a:not(.button), .bg-leafgreen a.linklist {
  color: rgb(252, 252, 251) !important;
  font-weight: 600;
}
.bg-primary p > a:not(.button)::after, .bg-primary li > a:not(.button)::after, .bg-primary a.linklist::after, .bg-secondary p > a:not(.button)::after, .bg-secondary li > a:not(.button)::after, .bg-secondary a.linklist::after, .bg-tertiary p > a:not(.button)::after, .bg-tertiary li > a:not(.button)::after, .bg-tertiary a.linklist::after, .bg-leafgreen p > a:not(.button)::after, .bg-leafgreen li > a:not(.button)::after, .bg-leafgreen a.linklist::after {
  background-color: rgba(252, 252, 251, 0.5);
  transform: scaleY(0.08) scaleX(1);
  transform-origin: bottom center;
  opacity: 1;
}
.bg-primary p > a:not(.button):hover::after, .bg-primary li > a:not(.button):hover::after, .bg-primary a.linklist:hover::after, .bg-secondary p > a:not(.button):hover::after, .bg-secondary li > a:not(.button):hover::after, .bg-secondary a.linklist:hover::after, .bg-tertiary p > a:not(.button):hover::after, .bg-tertiary li > a:not(.button):hover::after, .bg-tertiary a.linklist:hover::after, .bg-leafgreen p > a:not(.button):hover::after, .bg-leafgreen li > a:not(.button):hover::after, .bg-leafgreen a.linklist:hover::after {
  background-color: rgba(252, 252, 251, 0.3);
}

.topic-button {
  --bgColor1: rgba(30, 0, 0, 0.88);
  --bgColor2: rgba(30, 0, 0, 0.42);
  --urlImg: url("../../img/custom/bgr/topic-button-stoff1.jpg");
  --borderColor: rgb(30, 0, 0);
  aspect-ratio: 1/1;
  width: 100%;
  display: inline-block;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: linear-gradient(30deg, var(--bgColor1) 0%, var(--bgColor2) 100%), var(--urlImg);
  transition: all 0.21s ease-out;
  border: 0px solid var(--borderColor);
}
.topic-button.bg-primary {
  --bgColor1: rgba(208, 29, 100, 0.54);
  --bgColor2: rgba(208, 29, 100, 0.91);
  --urlImg: url("../../img/custom/bgr/topic-button-stoff3.jpg");
  --borderColor: rgb(208, 29, 100);
}
.topic-button.bg-secondary {
  --bgColor1: rgba(18, 97, 117, 0.54);
  --bgColor2: rgba(18, 97, 117, 0.88);
  --urlImg: url("../../img/custom/bgr/topic-button-stoff4.jpg");
  --borderColor: rgb(18, 97, 117);
}
.topic-button a {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 100%;
  max-width: 20%;
  padding: 1rem 1.3rem;
  min-width: fit-content;
  text-transform: uppercase;
  font-weight: 800;
  color: rgb(252, 252, 251);
  font-size: 1.5rem;
  line-height: 2rem;
  text-align: center;
}
.topic-button a:hover {
  text-decoration: none;
}
.topic-button:hover {
  transform: scale(1.1);
  border-width: 12px;
}

.btn.btn-color {
  --bgColor: rgb(252, 252, 251);
  --textColor: rgb(18, 97, 117);
  --borderHover: rgb(18, 97, 117);
  --bgImage: url(../../img/custom/bgr/topic-button-stoff1.jpg);
  display: flex !important;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  min-height: 8rem;
  border: 0;
  background: var(--bgColor) var(--bgImage) no-repeat;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: color-burn;
  padding: 1.5rem 2rem 1.8rem 2rem;
  margin: 5px 0 1.5rem 0;
  cursor: pointer;
  outline: 4px solid transparent;
  transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn.btn-color a {
  font-family: Montserrat, sans-serif;
  font-size: 1.27rem;
  line-height: 1.57rem;
  font-weight: 800;
  color: var(--textColor) !important;
  white-space: pre-wrap;
  transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none !important;
}
.btn.btn-color:hover, .btn.btn-color:focus {
  color: rgb(252, 252, 251);
  background-color: rgb(115, 149, 113);
  outline: 4px solid rgba(115, 149, 113, 0.36);
  outline-offset: 0;
}
.btn.btn-color a::after {
  display: none !important;
}
.btn.btn-color:focus {
  background-color: rgb(115, 149, 113);
  outline: 4px solid rgb(208, 29, 100);
  outline-offset: 0;
}
.btn.btn-color.btn-primary {
  --bgColor: rgb(208, 29, 100);
  --textColor: rgb(252, 252, 251);
  background-blend-mode: multiply;
}
.btn.btn-color.btn-secondary {
  --bgColor: rgb(18, 97, 117);
  --textColor: rgb(252, 252, 251);
}
.btn.btn-color.rounded-pill {
  border-radius: 12px;
}

@media (min-width: 768px) {
  .btn.btn-topic {
    font-family: Montserrat, sans-serif;
    font-size: 1.38rem;
    line-height: 1.68rem;
  }
}
.row.flex-md-reverse {
  flex-direction: column-reverse;
}

.row > [class*=col-] {
  position: static;
}
.row > [class*=col-] .content-segment {
  display: flex;
  flex-direction: column;
}
.row > [class*=col-] .content-segment *:not(.topic-segment) {
  z-index: 1;
}

.content > .row, .content .container > .row {
  position: relative;
}

.topic-segment {
  --gradientStartColor: rgba(170, 29, 85, 0.48);
  --gradientEndColor: rgba(255, 239, 111, 0.84);
  --urlImg: none;
  --borderColor: rgb(252, 252, 251);
  flex: 5 5 auto;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-color: var(--bgColor);
  background-image: var(--urlImg);
  transition: all 0.21s ease-out;
  text-transform: uppercase;
  letter-spacing: 0.09rem;
  font-size: 0.75rem;
  padding: 0.33rem 18px;
  color: rgb(252, 252, 251);
}
.topic-segment * {
  color: rgb(252, 252, 251) !important;
}
.topic-segment + * {
  margin-top: 1.26rem;
}
.topic-segment ~ * {
  z-index: 1;
}
.topic-segment.bg-primary {
  --gradientStartColor: rgba(170, 29, 85, 0.42);
  --gradientEndColor: rgba(255, 239, 111, 0.84);
  --bgColor: rgb(208, 29, 100);
}
.topic-segment.bg-secondary {
  --gradientStartColor: rgba(18, 66, 79, 0.42);
  --gradientEndColor: rgba(255, 248, 188, 0.75);
  --bgColor: rgb(18, 97, 117);
}
.topic-segment.bg-tertiary {
  --gradientStartColor: rgba(0, 0, 0, 0.42);
  --gradientEndColor: rgba(255, 5, 5, 0.42);
  --bgColor: rgb(30, 0, 0);
}
.topic-segment.bg-quaternary {
  --gradientStartColor: rgba(219, 219, 219, 0.42);
  --gradientEndColor: rgba(56, 0, 0, 0.81);
  --bgColor: rgb(252, 252, 251);
}
.topic-segment.bg-leafgreen {
  --gradientStartColor: rgba(112, 112, 112, 0.42);
  --gradientEndColor: rgba(129, 160, 128, 0.81);
  --bgColor: rgb(115, 149, 113);
  --urlImg: url("../../img/custom/bgr/bgr-h1-leaf.jpg");
  background-position: bottom center;
}
.topic-segment.bg-warning {
  --gradientStartColor: rgba(255, 239, 111, 0.84);
  --gradientEndColor: rgba(170, 29, 85, 0.81);
}
.topic-segment.bg-danger {
  --gradientStartColor: rgba(214, 54, 0, 0.42);
  --gradientEndColor: rgba(255, 239, 111, 0.6);
}
.topic-segment.bg-error {
  --gradientStartColor: rgba(217, 23, 23, 0.42);
  --gradientEndColor: rgba(255, 239, 111, 0.6);
}
.topic-segment.bg-info {
  --gradientStartColor: rgba(45, 139, 199, 0.42);
  --gradientEndColor: rgba(56, 0, 0, 0.81);
}
.topic-segment.bg-success {
  --gradientStartColor: rgba(48, 120, 75, 0.42);
  --gradientEndColor: rgba(255, 239, 111, 0.84);
}
.topic-segment ~ h1, .topic-segment ~ h2, .topic-segment ~ h3, .topic-segment ~ h4, .topic-segment ~ h5, .topic-segment ~ h6, .topic-segment ~ p, .topic-segment ~ td, .topic-segment ~ ul, .topic-segment ~ li, .topic-segment ~ dt, .topic-segment ~ dd, .topic-segment ~ a:not(.button, .btn),
.topic-segment ~ .h1, .topic-segment ~ .h2, .topic-segment ~ .h3, .topic-segment + .h4, .topic-segment + .h5, .topic-segment + .h6, .topic-segment + htag1, .topic-segment + htag2, .topic-segment + htag3, .topic-segment + htag4, .topic-segment + htag5, .topic-segment + htag6 {
  color: rgb(252, 252, 251);
  font-variation-settings: "wght" 600;
}
.topic-segment ~ h3 {
  margin-bottom: 0.6rem;
}
.topic-segment ~ span, .topic-segment ~ em, .topic-segment ~ strong, .topic-segment ~ b, .topic-segment ~ i {
  color: inherit;
}
.topic-segment img, .topic-segment ~ img, .topic-segment ~ p img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: top center;
}
.topic-segment ~ ul {
  padding-left: 21px;
}

@media (min-width: 992px) {
  .row.flex-md-reverse {
    flex-direction: row;
  }
}/*# sourceMappingURL=style_custom.css.map */