/* COLORS */
/* FONTS */
@font-face {
  font-family: 'icomoon';
  src: url('/themes/custom/icons/icomoon.eot?bz90qe1');
  src: url('/themes/custom/icons/icomoon.eot?bz90qe1#iefix') format('embedded-opentype'), url('/themes/custom/icons/icomoon.woff2?bz90qe1') format('woff2'), url('/themes/custom/icons/icomoon.ttf?bz90qe1') format('truetype'), url('/themes/custom/icons/icomoon.woff?bz90qe1') format('woff'), url('/themes/custom/icons/icomoon.svg?bz90qe1#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-sw-ganztags:before {
  content: "\e90f";
}
.icon-sw-nachmittag:before {
  content: "\e910";
}
.icon-sw-vormittag:before {
  content: "\e911";
}
.icon-fullscreen:before {
  content: "\e90e";
}
.icon-phone:before {
  content: "\e90b";
}
.icon-mail:before {
  content: "\e90c";
}
.icon-more:before {
  content: "\e900";
}
.icon-angle-down:before {
  content: "\e901";
}
.icon-facebook:before {
  content: "\e902";
}
.icon-info:before {
  content: "\e903";
}
.icon-instagram:before {
  content: "\e904";
}
.icon-menu:before {
  content: "\e905";
}
.icon-arrow-right:before {
  content: "\e906";
}
.icon-plus:before {
  content: "\e907";
}
.icon-close:before {
  content: "\e908";
}
.icon-cart:before {
  content: "\e909";
}
.icon-arrow-left:before {
  content: "\e90a";
}
.icon-trash:before {
  content: "\e90d";
}
@font-face {
  font-family: "ArticulatCF";
  font-weight: 400;
  src: url('/themes/custom/fonts/ArticulatCFRegular/font.woff2') format('woff2'), url('/themes/custom/fonts/ArticulatCFRegular/font.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: "ArticulatCF";
  font-weight: 700;
  src: url('/themes/custom/fonts/ArticulatCFBold/font.woff2') format('woff2'), url('/themes/custom/fonts/ArticulatCFBold/font.woff') format('woff');
  font-display: swap;
}
.dialog-off-canvas-main-canvas {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.section {
  position: relative;
  margin-left: 30px;
  margin-right: 30px;
}
#main > .section {
  margin-top: 300px;
  margin-bottom: 200px;
}
#main-wrapper {
  background-color: #fff;
  z-index: 10;
  position: relative;
  padding: 120px 0 100px 0;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  min-height: 100vh;
}
body.page-node-type-page #header {
  background-color: #111111;
}
body.page-node-type-page #header.promotion {
  padding-top: 0;
  margin-top: 44px;
}
body.page-node-type-page #main {
  background-color: #fff;
  z-index: 10;
  position: relative;
  padding: 100px 0;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
#main.promotion {
  padding-top: 44px;
}
#header {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  z-index: 1599;
  transition: top 0.5s ease;
}
#header.promotion {
  padding-top: 44px;
}
#header.promotion > .section #navigation .table .table-cell #block-cart {
  top: 65px;
}
#header > .section {
  padding: 20px 0 20px 0;
  transition: padding 0.5s;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header > .section #secondary-menu .menu-icon .line {
  background-color: #fff;
}
#header > .section #secondary-menu .menu-icon:hover .line {
  background-color: #111111;
}
#header > .section #logo {
  width: 200px;
  transition: width 0.5s, height 0.5s, bottom 0.5s, margin-bottom 0.5s;
  z-index: 109;
}
#header > .section #logo .lottie-header {
  margin-top: 5px;
}
#header > .section #menu-icon {
  z-index: 2199;
}
#header > .section #menu-icon:hover .line {
  box-shadow: 0 0 10px 0 #ef0003;
}
#header > .section .menu-icon {
  width: 30px;
  height: 30px;
  position: relative;
  display: block;
}
#header > .section .menu-icon .line {
  height: 3px;
  width: 30px;
  position: absolute;
  left: 0px;
  background-color: #ef0003;
  transition: background-color 0.5s ease, top 0.25s ease 0.25s, bottom 0.25s ease 0.25s, transform 0.5s ease, box-shadow 0.5s ease;
}
#header > .section .menu-icon .line.first {
  top: 7px;
}
#header > .section .menu-icon .line.second {
  bottom: 7px;
}
#header > .section #navigation {
  width: 50%;
  height: 0px;
  position: fixed;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #111111;
  transition: height 0.5s ease, width 0.5s ease;
  z-index: 1999;
  overflow: hidden;
}
#header > .section #navigation .menu-video {
  display: none;
}
#header > .section #navigation .table {
  width: 100%;
  height: 100%;
}
#header > .section #navigation .table .table-cell {
  min-height: 100%;
  overflow-y: scroll;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 150px 30px;
  position: relative;
  gap: 30px;
}
#header > .section #navigation .table .table-cell #block-cart {
  position: absolute;
  left: 30px;
  top: 25px;
  opacity: 0;
  transition: opacity 0.5s ease 0s;
}
#header > .section #navigation .table .table-cell #block-cart a {
  color: #fff;
  display: flex;
  align-items: center;
}
#header > .section #navigation .table .table-cell #block-cart a .icon-cart {
  color: #ef0003;
  margin-right: 15px;
  font-size: 26px;
  line-height: 26px;
}
#header > .section #navigation .table .table-cell #block-cart a span {
  transition: color 0.5s ease;
  margin-right: 3px;
}
#header > .section #navigation .table .table-cell #block-cart a:hover span {
  color: #ef0003;
}
#header > .section #navigation .table .table-cell .social-media {
  display: none;
}
#header > .section #navigation .table .table-cell #block-custom-main-menu {
  margin-top: auto;
}
#header > .section #navigation .table .table-cell #block-custom-main-menu ul.menu {
  margin: 0 !important;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
}
#header > .section #navigation .table .table-cell #block-custom-main-menu ul.menu li {
  list-style: none !important;
  margin: 0;
  padding: 0;
  display: block;
  opacity: 0;
  transition: opacity 0.5s ease 0s;
}
#header > .section #navigation .table .table-cell #block-custom-main-menu ul.menu li.has-submenu.open > a::before {
  transform: rotate(90deg);
}
#header > .section #navigation .table .table-cell #block-custom-main-menu ul.menu li.has-submenu li {
  opacity: 1;
}
#header > .section #navigation .table .table-cell #block-custom-main-menu ul.menu li.has-submenu > a {
  position: relative;
}
#header > .section #navigation .table .table-cell #block-custom-main-menu ul.menu li.has-submenu > a::before {
  content: '\e906';
  font-family: 'icomoon';
  color: #ef0003;
  position: absolute;
  left: 100%;
  top: 0px;
  line-height: 9vw;
  font-weight: 400;
  font-size: 22px;
  margin-left: 10px;
  display: block;
  transition: transform 0.5s ease;
}
#header > .section #navigation .table .table-cell #block-custom-main-menu ul.menu li.has-submenu .submenu {
  display: none;
}
#header > .section #navigation .table .table-cell #block-custom-main-menu ul.menu li a {
  font-size: 8.5vw;
  line-height: 8.5vw;
  color: #fff;
  font-weight: 700;
  position: relative;
  background: none;
  display: inline-block;
}
#header > .section #navigation .table .table-cell #block-custom-main-menu ul.menu li a:hover {
  color: #ef0003 !important;
}
#header > .section #navigation .table .table-cell #block-custom-main-menu ul.menu li a.is-active {
  color: #ef0003;
}
#header > .section #navigation .table .table-cell #block-custom-main-menu ul.menu li .submenu {
  margin: 20px 0;
  padding: 0;
}
#header > .section #navigation .table .table-cell #block-custom-main-menu ul.menu li .submenu li {
  margin: 0;
  padding: 0;
}
#header > .section #navigation .table .table-cell #block-custom-main-menu ul.menu li .submenu li a {
  font-size: var(--font-size-h4);
  line-height: var(--line-height-h4);
}
#header > .section #navigation .table .table-cell #block-custom-main-menu ul.menu.submenu-open > li > a {
  color: #fff;
  opacity: 0.3;
}
#header > .section #navigation .table .table-cell #block-custom-main-menu ul.menu.submenu-open > li.has-submenu.open > a {
  opacity: 1;
}
#header > .section #navigation .table .table-cell #block-custom-main-menu ul.menu.submenu-open > li .submenu.open > li > a {
  opacity: 1;
  color: #ef0003;
}
#header > .section #navigation .table .table-cell a.schlechtwetter-aktion {
  align-self: flex-start;
  margin-top: auto;
  transition: background-color 0.5s, color 0.5s, transition 0.5s;
  opacity: 0;
}
#header .header-small-sizer {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 112px;
  opacity: 0;
}
#secondary-menu {
  position: fixed;
  bottom: 20px;
  bottom: calc( 20px + env(safe-area-inset-bottom));
  left: 50%;
  transform: translate(-50%, calc(100% + 30px));
  display: flex;
  justify-content: space-between;
  gap: 40px;
  background-color: #ef0003;
  border-radius: 10px;
  padding: 10px 20px;
  z-index: 2199;
  transition: transform 0.5s ease, min-width 0.5s ease;
  max-width: calc(100% - 60px);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
}
#secondary-menu.show {
  transform: translate(-50%, 0);
}
#secondary-menu .menu {
  display: none;
}
#secondary-menu .current {
  line-height: 30px;
  font-weight: 700;
  position: relative;
  white-space: nowrap;
  flex-shrink: 1;
  text-overflow: ellipsis;
  overflow: hidden;
}
#secondary-menu .current::before {
  content: '';
  width: 10px;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: 0px;
  left: calc(50% - 5px);
}
#secondary-menu .menu-icon {
  width: 30px;
  height: 30px;
  position: relative;
  display: block;
  flex-shrink: 0;
}
#secondary-menu .menu-icon .line {
  height: 3px;
  width: 30px;
  position: absolute;
  left: 0px;
  background-color: #fff;
  transition: background-color 0.5s ease, top 0.25s ease 0.25s, bottom 0.25s ease 0.25s, transform 0.5s ease, box-shadow 0.5s ease;
}
#secondary-menu .menu-icon .line.first {
  top: 7px;
}
#secondary-menu .menu-icon .line.second {
  bottom: 7px;
}
#secondary-menu .menu-icon:hover .line {
  background-color: #111111;
}
body.menu-open #header .menu-icon .line {
  transition: background-color 0.5s ease, top 0.25s ease, bottom 0.25s ease, transform 0.5s ease 0.25s;
}
body.menu-open #header .menu-icon .line.first {
  top: calc(50% - 1.5px);
  transform: rotate(45deg);
}
body.menu-open #header .menu-icon .line.second {
  bottom: calc(50% - 1.5px);
  transform: rotate(-45deg);
}
body.menu-open #header #navigation {
  width: 100%;
  height: 100%;
  transition: height 0.25s ease, width 0.15s ease;
}
body.menu-open #header #navigation .table {
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}
body.menu-open #header #navigation .table .table-cell #block-cart {
  opacity: 1;
  transition-delay: 0.15s;
}
body.menu-open #header #navigation .table .table-cell #block-custom-main-menu ul.menu > li {
  opacity: 1;
  transition-delay: 0.15s;
}
body.menu-open #header #navigation .table .table-cell #block-custom-main-menu ul.menu > li:nth-of-type(2) {
  transition-delay: 0.3s;
}
body.menu-open #header #navigation .table .table-cell #block-custom-main-menu ul.menu > li:nth-of-type(3) {
  transition-delay: 0.45s;
}
body.menu-open #header #navigation .table .table-cell #block-custom-main-menu ul.menu > li:nth-of-type(4) {
  transition-delay: 0.6s;
}
body.menu-open #header #navigation .table .table-cell #block-custom-main-menu ul.menu > li:nth-of-type(5) {
  transition-delay: 0.75s;
}
body.menu-open #header #navigation .table .table-cell #block-custom-main-menu ul.menu > li:nth-of-type(6) {
  transition-delay: 0.9s;
}
body.menu-open #header #navigation .table .table-cell #block-custom-main-menu ul.menu > li:nth-of-type(7) {
  transition-delay: 1.05s;
}
body.menu-open #header #navigation .table .table-cell #block-custom-main-menu ul.menu > li:nth-of-type(8) {
  transition-delay: 1.3s;
}
body.menu-open #header #navigation .table .table-cell .schlechtwetter-aktion {
  transition: color 0.5s 0s, opacity 0.5s 1.5s;
  opacity: 1;
}
body.menu-open #secondary-menu {
  min-width: calc(100% - 60px);
}
body.menu-open #secondary-menu .menu-icon .line {
  transition: background-color 0.5s ease, top 0.25s ease, bottom 0.25s ease, transform 0.5s ease 0.25s;
}
body.menu-open #secondary-menu .menu-icon .line.first {
  top: calc(50% - 1.5px);
  transform: rotate(45deg);
}
body.menu-open #secondary-menu .menu-icon .line.second {
  bottom: calc(50% - 1.5px);
  transform: rotate(-45deg);
}
body.menu-open #header.small + #secondary-menu {
  transform: translate(-50%, 0);
}
body.path-product #header,
body.page-node-type-blogbeitrag #header {
  background-color: #111111;
}
/* <= 374px */
@media screen and (max-width: 374px) {
  #header > .section #logo {
    width: 150px;
  }
  #header > .section #logo .lottie-header {
    margin-top: 0;
  }
  #header > .section #navigation .table .table-cell #block-custom-main-menu ul.menu li.has-submenu > a::before {
    font-size: 22px;
  }
}
#footer {
  background: #111111;
  z-index: 0;
  position: relative;
  padding: 100px 0 120px 0;
  color: #fff;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
}
#footer::before {
  content: '';
  width: 100%;
  height: 50px;
  background-color: #111111;
  position: absolute;
  bottom: 100%;
  left: 0;
}
#footer > .section .logo {
  width: 250px;
  margin-bottom: 40px;
  margin: 0 auto 20px auto;
}
#footer > .section .places {
  font-weight: 700;
  color: #fff;
  margin-bottom: 40px;
}
#footer > .section .places strong {
  color: #ef0003;
  font-size: var(--font-size-h4);
  line-height: var(--line-height-h4);
}
#footer > .section .adress {
  margin-bottom: 10px;
}
#footer > .section .phone span,
#footer > .section .mail span {
  margin-right: 15px;
  font-weight: 700;
  color: #ef0003;
}
#footer > .section .phone a,
#footer > .section .mail a {
  color: #fff;
}
#footer > .section .phone a:hover,
#footer > .section .mail a:hover {
  color: #ef0003;
}
#footer > .section .mail {
  margin-bottom: 40px;
}
#footer > .section .siegel {
  width: 150px;
  margin: 0 auto;
}
#footer > .section .info {
  display: none;
}
#footer > .section .spacer {
  display: none;
}
#footer > .section .footer-menu ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
#footer > .section .footer-menu ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer > .section .footer-menu ul li a {
  color: #fff;
}
#footer > .section .footer-menu ul li a:hover {
  color: #ef0003;
}
#footer > .section .social-media {
  display: flex;
  gap: 20px;
  margin-top: 40px;
  justify-content: center;
}
#footer > .section .social-media a i {
  color: #ef0003;
  transition: text-shadow 0.5s ease;
  font-size: 22px;
  line-height: 22px;
}
#footer > .section .social-media a:hover i {
  text-shadow: 0 0 15px rgba(239, 0, 3, 0.5);
}
/* <= 374px */
@media screen and (max-width: 374px) {
  #footer > .section .logo {
    width: 200px;
  }
  #footer > .section .places {
    margin-bottom: 30px;
  }
  #footer > .section .mail {
    margin-bottom: 30px;
  }
  #footer > .section .social-media {
    margin-top: 30px;
  }
}
*,
*::after,
*::before {
  box-sizing: border-box;
}
::-moz-selection {
  background: #aaaaaa;
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
}
::selection {
  background: #aaaaaa;
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
.clearfix:after {
  display: table;
  clear: both;
  content: "";
}
.visually-hidden {
  display: none;
}
html.menu-open,
html.noscrolling {
  overflow: hidden;
}
html {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  padding: 0 !important;
  margin: 0 !important;
  font-family: "ArticulatCF", sans-serif;
  font-size: var(--font-size-default);
  line-height: var(--line-height-default);
  font-weight: 400;
  color: #000000;
  text-align: left;
  position: relative;
}
b,
strong {
  font-weight: 700;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-size: var(--font-size-default);
  line-height: var(--line-height-default);
  font-weight: 400;
  display: block;
}
.h1,
.h2,
.h3 {
  font-family: "ArticulatCF", sans-serif;
  font-size: var(--font-size-h1);
  line-height: var(--line-height-h1);
  color: #ef0003;
  font-weight: 700;
  margin-bottom: 50px;
}
.h4 {
  font-family: "ArticulatCF", sans-serif;
  font-size: var(--font-size-h4);
  line-height: var(--line-height-h4);
  font-weight: 700;
  margin-bottom: 30px;
  display: block;
  text-transform: none;
}
.h5 {
  font-family: "ArticulatCF", sans-serif;
  font-size: var(--font-size-h5);
  line-height: var(--line-height-h5);
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: none;
  display: block;
}
.h6 {
  font-family: "ArticulatCF", sans-serif;
  font-size: var(--font-size-h6);
  line-height: var(--line-height-h6);
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: none;
  display: block;
}
.color-grey {
  color: #aaaaaa;
}
.color-primary {
  color: #111111;
}
.color-secondary {
  color: #ef0003;
}
.color-white {
  color: #ffffff;
}
p {
  margin: 0 0 30px 0;
}
p:last-child {
  margin-bottom: 0;
}
hr {
  border: 0;
  height: 1px;
  background: #dddddd;
  margin: 30px 0;
}
.text *:last-child {
  margin-bottom: 0;
}
span.small {
  font-size: var(--font-size-small);
  line-height: var(--line-height-small);
}
article ul,
.ui-dialog ul {
  margin: 0 0 30px;
  padding: 0;
}
article ul li,
.ui-dialog ul li {
  list-style: none;
  padding: 0 0 15px 25px;
  position: relative;
}
article ul li:last-child,
.ui-dialog ul li:last-child {
  padding-bottom: 0 !important;
}
article ul li > *:last-child,
.ui-dialog ul li > *:last-child {
  margin-bottom: 0 !important;
}
article ul li:before,
.ui-dialog ul li:before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0px;
  z-index: 19;
  width: 12px;
  height: 2px;
  border-radius: 2px;
  background: #ef0003;
  top: calc( var(--line-height-default) / 2);
}
/*
article ul.checkmarks li,
.ui-dialog ul.checkmarks li {
    list-style: none;
    padding: 0 0 15px 35px;
    position: relative;
}

article ul.checkmarks li:before,
.ui-dialog ul.checkmarks li:before {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e902";
    color: @color-secondary;
    display: block;
    font-size: 22px;
    position: absolute;
    top: 5px;
    left: 0;
    z-index: 19;
    width: auto;
    height: auto;
    background: none;
}

article ul.checkmarks li:after,
.ui-dialog ul.checkmarks li:after {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e907";
    color: @color-primary;
    display: block;
    font-size: 18px;
    position: absolute;
    top: 4px;
    left: 6px;
    z-index: 19;
    width: auto;
    height: auto;
    background: none;
}
*/
/*
article ol,
.ui-dialog ol {
    margin: 0 0 30px;
    padding: 0;
    counter-reset: css-counter;
}

article ol li,
.ui-dialog ol li {
    list-style: none;
    padding: 0 0 15px 25px;
    position: relative;
    counter-increment: css-counter;
}

article ol li:last-child,
.ui-dialog ol li:last-child {
    padding-bottom: 0 !important;
}

article ol li>*:last-child,
.ui-dialog ol li>*:last-child {
    margin-bottom: 0 !important;
}

article ol li::before,
.ui-dialog ol li::before {
    content: counter(css-counter)+'.';
    position: absolute;
    top: 0;
    left: 0;
    color: @color-grey;
    font-weight: 700;
}
*/
/*
table {
    margin: 0 0 30px 0;
    border-collapse: collapse;
    width: 100%;
    word-break: normal;
    hyphens: auto;
    -webkit-hyphens: auto;

    tr {
        th {
            border: 1px solid @color-line;
            background: @color-line;
            vertical-align: top;
            padding: 5px 10px;
        }

        td {
            border: 1px solid @color-line;
            vertical-align: top;
            padding: 5px 10px;
        }
    }
}
*/
img {
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100%;
  width: 100%;
  height: auto;
  border: 0;
  display: block;
}
img.resizetoparent {
  object-fit: cover;
}
img.lazyload {
  opacity: 0;
}
img.lazyload.lazyloaded,
img.lazyload.swiper-lazy-loaded {
  opacity: 1;
}
picture {
  display: block;
}
/* --------------- Links & Buttons --------------- */
a,
a:link,
a:visited {
  color: #000000;
  text-decoration: none;
  background-color: transparent;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: 0 !important;
  display: inline;
}
a:hover,
a:link:hover,
a:visited:hover {
  color: #111111;
}
.body a {
  text-decoration: underline;
}
a.button,
a.button:active,
a.button:focus,
a.button:link,
a.button:visited,
button.button,
button.button:active,
button.button:link,
button.button:visited,
input.form-submit,
input.form-submit:focus {
  font-family: "ArticulatCF", sans-serif;
  font-weight: 700;
  font-style: inherit;
  font-size: var(--font-size-default);
  line-height: var(--line-height-default);
  color: #ef0003;
  background: #111111;
  cursor: pointer;
  text-align: center;
  padding: 9px 15px;
  border: 2px solid #ef0003 !important;
  border-radius: 0;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: background-color 0.5s, color 0.5s;
  -o-transition: background-color 0.5s, color 0.5s;
  transition: background-color 0.5s, color 0.5s;
  -webkit-appearance: none;
  opacity: 1;
  margin: 0;
  text-transform: none;
  outline: none;
  letter-spacing: 0;
  position: relative;
  overflow: hidden;
  z-index: 19;
  -webkit-tap-highlight-color: transparent;
  border-radius: 30px;
}
a.button::before,
a.button:active::before,
a.button:focus::before,
a.button:link::before,
a.button:visited::before,
button.button::before,
button.button:active::before,
button.button:link::before,
button.button:visited::before,
input.form-submit::before,
input.form-submit:focus::before {
  content: '';
  z-index: -1;
  background-color: #ef0003;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 100%;
  transition: right 0.5s ease;
}
a.button .buttontext,
a.button:active .buttontext,
a.button:focus .buttontext,
a.button:link .buttontext,
a.button:visited .buttontext,
button.button .buttontext,
button.button:active .buttontext,
button.button:link .buttontext,
button.button:visited .buttontext,
input.form-submit .buttontext,
input.form-submit:focus .buttontext {
  display: none;
}
a.button.animate,
a.button:active.animate,
a.button:focus.animate,
a.button:link.animate,
a.button:visited.animate,
button.button.animate,
button.button:active.animate,
button.button:link.animate,
button.button:visited.animate,
input.form-submit.animate,
input.form-submit:focus.animate {
  transition: background-color 0.5s, color 0.5s, opacity 0.5s ease, transform 0.5s ease;
}
a.button.red,
a.button:active.red,
a.button:focus.red,
a.button:link.red,
a.button:visited.red,
button.button.red,
button.button:active.red,
button.button:link.red,
button.button:visited.red,
input.form-submit.red,
input.form-submit:focus.red {
  border-color: #fff !important;
  background-color: #ef0003;
  color: #fff;
}
a.button.red::before,
a.button:active.red::before,
a.button:focus.red::before,
a.button:link.red::before,
a.button:visited.red::before,
button.button.red::before,
button.button:active.red::before,
button.button:link.red::before,
button.button:visited.red::before,
input.form-submit.red::before,
input.form-submit:focus.red::before {
  background-color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  a.button:hover:hover,
  a.button:active:hover:hover,
  a.button:focus:hover:hover,
  a.button:link:hover:hover,
  a.button:visited:hover:hover,
  button.button:hover:hover,
  button.button:active:hover:hover,
  button.button:link:hover:hover,
  button.button:visited:hover:hover,
  input.form-submit:hover:hover,
  input.form-submit:focus:hover:hover,
  a.button:hover:active,
  a.button:active:hover:active,
  a.button:focus:hover:active,
  a.button:link:hover:active,
  a.button:visited:hover:active,
  button.button:hover:active,
  button.button:active:hover:active,
  button.button:link:hover:active,
  button.button:visited:hover:active,
  input.form-submit:hover:active,
  input.form-submit:focus:hover:active {
    color: #ffffff !important;
  }
  a.button:hover:hover::before,
  a.button:active:hover:hover::before,
  a.button:focus:hover:hover::before,
  a.button:link:hover:hover::before,
  a.button:visited:hover:hover::before,
  button.button:hover:hover::before,
  button.button:active:hover:hover::before,
  button.button:link:hover:hover::before,
  button.button:visited:hover:hover::before,
  input.form-submit:hover:hover::before,
  input.form-submit:focus:hover:hover::before,
  a.button:hover:active::before,
  a.button:active:hover:active::before,
  a.button:focus:hover:active::before,
  a.button:link:hover:active::before,
  a.button:visited:hover:active::before,
  button.button:hover:active::before,
  button.button:active:hover:active::before,
  button.button:link:hover:active::before,
  button.button:visited:hover:active::before,
  input.form-submit:hover:active::before,
  input.form-submit:focus:hover:active::before {
    right: 0;
  }
  a.button.red:hover,
  a.button:active.red:hover,
  a.button:focus.red:hover,
  a.button:link.red:hover,
  a.button:visited.red:hover,
  button.button.red:hover,
  button.button:active.red:hover,
  button.button:link.red:hover,
  button.button:visited.red:hover,
  input.form-submit.red:hover,
  input.form-submit:focus.red:hover {
    color: #ef0003 !important;
  }
}
/* ---------------- Edit link  ----------------- */
a.edit-link {
  font-family: inherit;
  font-weight: inherit;
  background: #333333;
  color: #fff !important;
  padding: 3px 8px;
  height: auto;
  font-size: 12px;
  line-height: 20px;
  border: none;
  border-radius: 0;
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: 199;
  display: block;
}
a.edit-link.small {
  font-size: 10px;
  padding: 0 5px;
}
a.edit-link:hover {
  text-decoration: none;
  background: #000000;
}
article > a.edit-link {
  position: fixed;
  top: 28px;
  z-index: 999998;
}
/* ---------------- Messages  ----------------- */
#messages {
  padding: 0;
  margin: 0 0 50px 0;
  z-index: 99;
}
#messages .messages {
  margin: 0 0 50px;
  padding: 20px 30px;
  text-align: left;
  position: relative;
  background: none;
  border: 1px solid #4e8132;
  border-radius: 3px;
  color: #4e8132;
}
#messages .messages.warning {
  border-color: #eec100;
  color: #eec100;
}
#messages .messages.error {
  border-color: #d43f3f;
  color: #d43f3f;
}
#messages .messages p {
  margin: 0;
}
#messages .messages a {
  text-decoration: underline;
}
#messages .messages a.link {
  text-decoration: none;
}
#messages .messages ul {
  margin: 0 !important;
  padding: 0 !important;
}
#messages .messages ul li {
  padding: 5px 0 5px 20px !important;
  list-style: none;
  position: relative;
}
#messages .messages ul li:before {
  content: "-";
  line-height: inherit;
  font-family: inherit;
  color: inherit;
  font-size: inherit;
  position: absolute;
  top: 0;
  left: 0;
}
/* --------------- Kint --------------- */
.kint {
  overflow: visible !important;
}
/* --------------- Toolbar --------------- */
#toolbar-administration {
  position: relative;
  z-index: 999999;
}
#toolbar-administration a {
  display: block;
}
#toolbar-administration #admin-toolbar-search-tab {
  display: none !important;
}
/* --------------- Loader --------------- */
.ajax-progress,
.ui-dialog .ajax-progress-throbber {
  background: none;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  z-index: 999999;
  text-indent: -999999px;
  opacity: 1 !important;
  display: none;
}
.ajax-progress:before {
  content: "";
  background: #111111;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.7;
}
.ajax-progress:after {
  content: "";
  background: url("/themes/custom/images/ajax-loader.svg") center center no-repeat transparent;
  height: 100px;
  width: 100px;
  border-radius: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -50px 0 0 -50px;
  z-index: 2;
  padding: 0 !important;
  opacity: 1 !important;
}
.ajax-progress .message,
.ajax-progress .throbber {
  display: none !important;
}
/* --------------- Moremedia Logo --------------- */
a.moremedia {
  width: 5px;
  height: 50px;
  padding: 6px;
  position: fixed;
  right: 2px;
  bottom: 2px;
  z-index: 9999;
  opacity: 0.5;
  box-sizing: content-box !important;
}
body.loaded a.moremedia {
  display: block !important;
}
a.moremedia:hover {
  opacity: 1;
}
#sliding-popup {
  display: none !important;
  opacity: 1 !important;
  box-sizing: border-box !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: auto !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: rgba(0, 0, 0, 0.8) !important;
  z-index: 999999999 !important;
  text-align: left !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  -webkit-overflow-scrolling: touch !important;
}
#sliding-popup .eu-cookie-compliance-banner {
  box-sizing: border-box !important;
  position: relative !important;
  height: 100% !important;
  display: table !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
#sliding-popup .eu-cookie-compliance-banner .popup-content {
  box-sizing: border-box !important;
  position: relative !important;
  display: table-cell !important;
  vertical-align: middle !important;
  margin: 0 !important;
  padding: 0 !important;
  max-width: 100% !important;
  text-align: left !important;
  width: 100% !important;
}
#sliding-popup .eu-cookie-compliance-banner .popup-content .popup-content-inner {
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: 1080px !important;
  margin: 0 auto !important;
  background: #ffffff !important;
  color: #000000;
  padding: 50px !important;
}
#sliding-popup .eu-cookie-compliance-banner .popup-content .popup-content-inner #popup-text {
  float: none !important;
  max-width: 100% !important;
  margin: 0 0 20px 0 !important;
  font-size: 14px !important;
  line-height: 20px !important;
}
#sliding-popup .eu-cookie-compliance-banner .popup-content .popup-content-inner #popup-text *:last-child {
  margin-bottom: 0 !important;
}
#sliding-popup .eu-cookie-compliance-banner .popup-content .popup-content-inner #popup-text a {
  text-decoration: underline !important;
}
#sliding-popup .eu-cookie-compliance-banner .popup-content .popup-content-inner #popup-text .title {
  font-weight: 700 !important;
  font-size: 20px !important;
  line-height: 24px !important;
  margin: 0 0 10px 0 !important;
  color: #ef0003;
}
#sliding-popup .eu-cookie-compliance-banner .popup-content .popup-content-inner #popup-text button {
  border: 0 !important;
  padding: 0 !important;
  background: none !important;
  text-decoration: underline !important;
  font-weight: 700 !important;
  transition: opacity 0.5s !important;
  font-size: inherit !important;
  line-height: inherit !important;
  cursor: pointer !important;
  color: #000000 !important;
}
#sliding-popup .eu-cookie-compliance-banner .popup-content .popup-content-inner #popup-text button:hover {
  opacity: 0.5 !important;
}
#sliding-popup .eu-cookie-compliance-banner .popup-content .popup-content-inner #eu-cookie-compliance-categories .eu-cookie-compliance-category {
  margin: 0 0 10px 0 !important;
}
#sliding-popup .eu-cookie-compliance-banner .popup-content .popup-content-inner #eu-cookie-compliance-categories .eu-cookie-compliance-category:last-child {
  margin-right: 0 !important;
}
#sliding-popup .eu-cookie-compliance-banner .popup-content .popup-content-inner #eu-cookie-compliance-categories .eu-cookie-compliance-category .form-item {
  margin: 0 !important;
}
#sliding-popup .eu-cookie-compliance-banner .popup-content .popup-content-inner #eu-cookie-compliance-categories .eu-cookie-compliance-category .form-item input {
  display: none;
}
#sliding-popup .eu-cookie-compliance-banner .popup-content .popup-content-inner #eu-cookie-compliance-categories .eu-cookie-compliance-category .form-item label {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  padding: 0 0 0 27px !important;
  cursor: pointer !important;
  font-weight: 700 !important;
  margin: 0 !important;
  font-size: 16px !important;
  color: #000000 !important;
  line-height: 24px !important;
  transform: none !important;
  transition: color 0.5s;
  display: block;
}
#sliding-popup .eu-cookie-compliance-banner .popup-content .popup-content-inner #eu-cookie-compliance-categories .eu-cookie-compliance-category .form-item label:before {
  content: "" !important;
  position: absolute !important;
  top: 2px !important;
  left: 0 !important;
  display: block !important;
  width: 18px !important;
  height: 18px !important;
  border: 2px solid #aaaaaa !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
#sliding-popup .eu-cookie-compliance-banner .popup-content .popup-content-inner #eu-cookie-compliance-categories .eu-cookie-compliance-category .form-item label:after {
  content: "" !important;
  position: absolute !important;
  top: 6px !important;
  left: 7px !important;
  display: block !important;
  background: none !important;
  transition: border-color 0.5s !important;
  opacity: 0 !important;
  width: 5px !important;
  height: 9px !important;
  border-right: 2px solid #aaaaaa !important;
  border-bottom: 2px solid #aaaaaa !important;
  transform: rotate(45deg) !important;
}
#sliding-popup .eu-cookie-compliance-banner .popup-content .popup-content-inner #eu-cookie-compliance-categories .eu-cookie-compliance-category .form-item label:hover:before {
  border-color: #aaaaaa !important;
}
#sliding-popup .eu-cookie-compliance-banner .popup-content .popup-content-inner #eu-cookie-compliance-categories .eu-cookie-compliance-category .form-item label:hover:after {
  opacity: 1 !important;
}
#sliding-popup .eu-cookie-compliance-banner .popup-content .popup-content-inner #eu-cookie-compliance-categories .eu-cookie-compliance-category .form-item input:checked + label:before {
  border-color: #000000 !important;
}
#sliding-popup .eu-cookie-compliance-banner .popup-content .popup-content-inner #eu-cookie-compliance-categories .eu-cookie-compliance-category .form-item input:checked + label:after {
  opacity: 1 !important;
  border-color: #000000 !important;
}
#sliding-popup .eu-cookie-compliance-banner .popup-content .popup-content-inner #eu-cookie-compliance-categories .eu-cookie-compliance-category .form-item.disabled label,
#sliding-popup .eu-cookie-compliance-banner .popup-content .popup-content-inner #eu-cookie-compliance-categories .eu-cookie-compliance-category .form-item.disabled input:checked + label {
  color: #aaaaaa !important;
}
#sliding-popup .eu-cookie-compliance-banner .popup-content .popup-content-inner #eu-cookie-compliance-categories .eu-cookie-compliance-category .form-item.disabled label:before,
#sliding-popup .eu-cookie-compliance-banner .popup-content .popup-content-inner #eu-cookie-compliance-categories .eu-cookie-compliance-category .form-item.disabled input:checked + label:before {
  border-color: #aaaaaa !important;
}
#sliding-popup .eu-cookie-compliance-banner .popup-content .popup-content-inner #eu-cookie-compliance-categories .eu-cookie-compliance-category .form-item.disabled label:after,
#sliding-popup .eu-cookie-compliance-banner .popup-content .popup-content-inner #eu-cookie-compliance-categories .eu-cookie-compliance-category .form-item.disabled input:checked + label:after {
  opacity: 1 !important;
  border-color: #aaaaaa !important;
}
#sliding-popup .eu-cookie-compliance-banner .popup-content .popup-content-inner #eu-cookie-compliance-categories .eu-cookie-compliance-category .eu-cookie-compliance-category-description {
  font-size: 12px !important;
  line-height: 16px !important;
  color: #aaaaaa !important;
}
#sliding-popup .eu-cookie-compliance-banner .popup-content .popup-content-inner #popup-buttons {
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
}
#sliding-popup .eu-cookie-compliance-banner .popup-content .popup-content-inner #popup-buttons .buttons-container {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  /*
                        button {
                            display: inline-block !important;
                            margin: 10px 10px 0 0 !important;
                            font-size: 16px !important;
                            line-height: 34px !important;
                            height: 34px !important;
                            padding: 0 15px !important;
                            background: #555555 !important;
                            color: #ffffff !important;
                            text-transform: none !important;
                            letter-spacing: 0 !important;
                            border: 0 !important;
                            outline: 0 !important;
                            box-shadow: none !important;
                            font-weight: 700 !important;
                            transition: background-color 0.5s !important;

                            &:before,
                            &:after {
                                display: none !important;
                            }

                            &:hover {
                                color: #ffffff !important;
                                background: #777777 !important;
                            }

                            &.categories-button {
                                background: #000000 !important;

                                &:hover {
                                    background: #333333 !important;
                                }
                            }
                        }*/
}
#sliding-popup .eu-cookie-compliance-banner .popup-content .popup-content-inner #popup-buttons .buttons-container button {
  background-color: #fff;
}
#sliding-popup .eu-cookie-compliance-banner .popup-content .popup-content-inner #popup-buttons .buttons-container button.agree-button {
  border-color: #111111 !important;
  color: #111111;
}
#sliding-popup .eu-cookie-compliance-banner .popup-content .popup-content-inner #popup-buttons .buttons-container button.agree-button::before {
  background-color: #111111;
}
#sliding-popup.eu-cookie-withdraw-wrapper {
  display: none !important;
}
body.eu-cookie-compliance-popup-open #sliding-popup {
  display: block !important;
}
body.eu-cookie-compliance-popup-open #sliding-popup.eu-cookie-withdraw-wrapper {
  display: none !important;
}
/* >= 768px */
@media screen and (min-width: 768px) {
  #sliding-popup .eu-cookie-compliance-banner .popup-content {
    padding: 5% 0 !important;
  }
  #sliding-popup .eu-cookie-compliance-banner .popup-content .popup-content-inner {
    max-width: calc(100vw - 100px) !important;
  }
  #sliding-popup .eu-cookie-compliance-banner .popup-content .popup-content-inner #popup-buttons .buttons-container {
    flex-direction: row;
    justify-content: space-between;
  }
}
/* >= 1024px */
@media screen and (min-width: 1024px) {
  #sliding-popup .eu-cookie-compliance-banner .popup-content {
    padding: 5% 0 !important;
  }
  #sliding-popup .eu-cookie-compliance-banner .popup-content .popup-content-inner {
    max-width: 83.34vw !important;
  }
  #sliding-popup .eu-cookie-compliance-banner .popup-content .popup-content-inner #popup-buttons .buttons-container {
    flex-direction: row;
    justify-content: space-between;
  }
}
/* >= 1440px */
@media screen and (min-width: 1440px) {
  #sliding-popup .eu-cookie-compliance-banner .popup-content {
    padding: 5% 0 !important;
  }
  #sliding-popup .eu-cookie-compliance-banner .popup-content .popup-content-inner {
    padding: 100px !important;
  }
}
/*
@media all and (max-width: 1200px) {

    #sliding-popup .eu-cookie-compliance-banner .popup-content {
        padding: 5% 0 !important;

        .popup-content-inner {
            max-width: 90% !important;
        }
    }

}

@media all and (max-width: 812px) {

    #sliding-popup .eu-cookie-compliance-banner .popup-content {
        padding: 5% 0 !important;

        .popup-content-inner {
            max-width: 90% !important;
            padding: 30px !important;
        }
    }

}*/
/* LOADING */
/*body.loaded .dialog-off-canvas-main-canvas {
	opacity: 1 !important;
}*/
/* TOOLTIP */
.tooltip {
  position: relative;
}
span.tooltip-content {
  display: none;
}
.tooltip span.tooltip-content {
  background: #ffffff;
  color: #aaaaaa;
  font-size: var(--font-size-smaller);
  line-height: var(--line-height-smaller);
  font-weight: 300;
  padding: 5px 10px;
  border-radius: 6px;
  white-space: nowrap;
  max-width: 300px;
  position: absolute;
  top: 100%;
  left: 50%;
  margin: 15px 0 0 0;
  display: none;
  text-transform: none;
  transform: translateX(-50%);
  text-align: center;
  z-index: 99;
  vertical-align: middle;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
.tooltip span.tooltip-content:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 6px;
  margin-left: -6px;
}
.tooltip span.tooltip-content.left {
  left: 50%;
  margin-left: -20px;
  transform: none;
}
.tooltip span.tooltip-content.left:after {
  left: 20px;
}
.tooltip span.tooltip-content.right {
  left: auto !important;
  right: 50%;
  transform: none;
  margin-right: -20px;
}
.tooltip span.tooltip-content.right:after {
  left: auto;
  right: 20px;
  margin-left: 0;
  margin-right: -6px;
}
.no-touchevents .tooltip:hover span.tooltip-content {
  display: block;
}
/* DROPDOWN */
.dropdown-container {
  position: relative;
}
.dropdown-container a.dropdown {
  display: inline-block;
}
.dropdown-container .dropdown-content {
  z-index: 50;
  position: absolute;
  right: 50%;
  margin-right: -20px;
  top: 100%;
  background: #ffffff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  padding: 12px 20px;
  margin-top: 20px;
  display: none;
  font-size: var(--font-size-small);
  line-height: var(--line-height-small);
  border-radius: 6px;
}
.dropdown-container .dropdown-content > a {
  position: relative;
  color: #000000;
  float: left;
  clear: left;
  width: 100%;
  white-space: nowrap;
  border-bottom: 1px solid #dddddd;
  padding: 5px 0;
  opacity: 1 !important;
}
.dropdown-container .dropdown-content > a:hover {
  color: #111111;
}
.dropdown-container .dropdown-content > a:last-child {
  border-bottom: none;
}
.dropdown-container .dropdown-content::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #ffffff;
  position: absolute;
  right: 15px;
  top: -5px;
  transform: rotate(45deg);
}
/* COPY TO CLIPBOARD */
.share-container a.copy-url {
  padding-right: 10px;
}
.share-container a.copy-url.success:after {
  content: '✔';
  position: absolute;
  top: 5px;
  right: 0;
}
/* PAGER */
nav.pager {
  text-align: center;
  margin-top: 0;
  padding-top: 60px;
}
nav.pager ul.pager__items {
  margin: 0 !important;
  padding: 0 !important;
  text-align: center;
}
nav.pager ul.pager__items li {
  margin: 0 5px !important;
  padding: 0 !important;
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  font-size: var(--font-size-smaller);
  line-height: var(--line-height-smaller);
}
nav.pager ul.pager__items li:before {
  display: none !important;
}
nav.pager ul.pager__items li.pager__item.is-active a {
  color: #111111;
  font-weight: 700;
}
nav.pager ul.pager__items li.pager__item--previous {
  margin-right: 40px !important;
}
nav.pager ul.pager__items li.pager__item--previous a i {
  font-size: 36px;
  margin-top: -18px;
  position: relative;
  padding-left: 5px;
}
nav.pager ul.pager__items li.pager__item--previous a i:before {
  position: relative;
  animation: linkArrowPulseLeft 2s 0s ease-out infinite;
}
@keyframes linkArrowPulseLeft {
  0% {
    left: 0px;
  }
  50% {
    left: 3px;
  }
  100% {
    left: 0px;
  }
}
nav.pager ul.pager__items li.pager__item--previous a i:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 30px;
  background: #111111;
  border-radius: 50%;
  z-index: -1;
  margin-top: -15px;
}
nav.pager ul.pager__items li.pager__item--previous a:hover {
  color: #111111;
}
nav.pager ul.pager__items li.pager__item--previous.disable a {
  opacity: 0.3 !important;
}
nav.pager ul.pager__items li.pager__item--previous.disable a i:after {
  display: none;
}
nav.pager ul.pager__items li.pager__item--next {
  margin-left: 40px !important;
}
nav.pager ul.pager__items li.pager__item--next a i {
  font-size: 36px;
  margin-top: -18px;
  position: relative;
  padding-right: 5px;
}
nav.pager ul.pager__items li.pager__item--next a i:before {
  position: relative;
  animation: linkArrowPulse 2s 0s ease-out infinite;
}
@keyframes linkArrowPulse {
  0% {
    left: 0px;
  }
  50% {
    left: -3px;
  }
  100% {
    left: 0px;
  }
}
nav.pager ul.pager__items li.pager__item--next a i:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 30px;
  height: 30px;
  background: #111111;
  border-radius: 50%;
  z-index: -1;
  margin-top: -15px;
}
nav.pager ul.pager__items li.pager__item--next a:hover {
  color: #111111;
}
nav.pager ul.pager__items li.pager__item--next.disable a {
  opacity: 0.3 !important;
}
nav.pager ul.pager__items li.pager__item--next.disable a i:after {
  display: none;
}
/* --------------- SLIDE IN --------------- */
.slidein {
  opacity: 0;
  transition: opacity 1s;
}
.slidein.inview {
  opacity: 1;
}
.slidein.inview.delay-300 {
  transition-delay: 0.3s;
}
.slidein.inview.delay-500 {
  transition-delay: 0.5s;
}
.swiper-move .swiper-container .swiper-wrapper {
  animation: bilderSliderMove 1s 0s ease-out;
}
@keyframes bilderSliderMove {
  0% {
    left: 0;
  }
  50% {
    left: 100px;
  }
  100% {
    left: 0;
  }
}
/* --------------- PLAY BUTTON --------------- */
a.play {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -60px 0 0 -60px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: none;
  display: block;
  text-align: center;
  color: #ffffff !important;
  text-transform: uppercase;
  font-size: var(--font-size-small);
  line-height: var(--line-height-smaller);
  font-weight: 700;
  font-size: 40px;
  padding-top: 40px;
  z-index: 99;
}
a.play i {
  margin-left: 5px;
}
a.play:before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 1;
  background: #111111;
  z-index: -1;
  transition: opacity 0.5s, background-color 0.5s;
}
a.play:after {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0.8;
  background: #111111;
  z-index: -2;
  animation: playButtonPulse 1s 0s ease-out infinite;
}
@keyframes playButtonPulse {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}
a.play:hover:before {
  background: #ef0003;
  opacity: 1;
}
#kontakt-wrapper #kontakt {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 200px 0 100px 0;
}
#kontakt-wrapper #kontakt .h4 {
  color: #ef0003;
  margin-bottom: 0;
}
#kontakt-wrapper #kontakt .small {
  font-size: var(--font-size-smaller);
  line-height: var(--line-height-smaller);
  margin-bottom: 80px;
}
#kontakt-wrapper #kontakt .hours .inside,
#kontakt-wrapper #kontakt .hours .outside,
#kontakt-wrapper #kontakt .hours .special {
  border-bottom: 1px solid #111111;
  padding: 10px 0;
}
#kontakt-wrapper #kontakt .hours .inside .open,
#kontakt-wrapper #kontakt .hours .outside .open,
#kontakt-wrapper #kontakt .hours .special .open {
  display: none;
  margin-top: 30px;
}
#kontakt-wrapper #kontakt .hours .inside .open .office-hours .office-hours__item,
#kontakt-wrapper #kontakt .hours .outside .open .office-hours .office-hours__item,
#kontakt-wrapper #kontakt .hours .special .open .office-hours .office-hours__item {
  display: flex;
}
#kontakt-wrapper #kontakt .hours .inside .open .office-hours .office-hours__item .office-hours__item-label,
#kontakt-wrapper #kontakt .hours .outside .open .office-hours .office-hours__item .office-hours__item-label,
#kontakt-wrapper #kontakt .hours .special .open .office-hours .office-hours__item .office-hours__item-label {
  display: block;
  min-width: 90px;
  width: auto !important;
}
#kontakt-wrapper #kontakt .hours .inside .open .office-hours .office-hours__item .office-hours__item-slots,
#kontakt-wrapper #kontakt .hours .outside .open .office-hours .office-hours__item .office-hours__item-slots,
#kontakt-wrapper #kontakt .hours .special .open .office-hours .office-hours__item .office-hours__item-slots {
  display: block;
}
#kontakt-wrapper #kontakt .hours .inside .open .office-hours .office-hours__item .office-hours__item-slots + .office-hours__item-comments,
#kontakt-wrapper #kontakt .hours .outside .open .office-hours .office-hours__item .office-hours__item-slots + .office-hours__item-comments,
#kontakt-wrapper #kontakt .hours .special .open .office-hours .office-hours__item .office-hours__item-slots + .office-hours__item-comments {
  margin-left: 10px;
}
#kontakt-wrapper #kontakt .hours .inside .wrapper,
#kontakt-wrapper #kontakt .hours .outside .wrapper,
#kontakt-wrapper #kontakt .hours .special .wrapper {
  position: relative;
  padding-right: 20px;
}
#kontakt-wrapper #kontakt .hours .inside .wrapper .more,
#kontakt-wrapper #kontakt .hours .outside .wrapper .more,
#kontakt-wrapper #kontakt .hours .special .wrapper .more {
  position: absolute;
  top: calc(50% - 11px);
  right: 0;
  transition: transform 0.5s ease;
}
#kontakt-wrapper #kontakt .hours .inside .wrapper .more .icon-angle-down,
#kontakt-wrapper #kontakt .hours .outside .wrapper .more .icon-angle-down,
#kontakt-wrapper #kontakt .hours .special .wrapper .more .icon-angle-down {
  color: #ef0003;
  display: block;
  transform: rotate(-90deg);
  transition: transform 0.5s ease;
}
#kontakt-wrapper #kontakt .hours .inside .wrapper .more:hover,
#kontakt-wrapper #kontakt .hours .outside .wrapper .more:hover,
#kontakt-wrapper #kontakt .hours .special .wrapper .more:hover {
  transform: translateX(5px);
}
#kontakt-wrapper #kontakt .hours .inside .wrapper.active .more .icon-angle-down,
#kontakt-wrapper #kontakt .hours .outside .wrapper.active .more .icon-angle-down,
#kontakt-wrapper #kontakt .hours .special .wrapper.active .more .icon-angle-down {
  transform: rotate(0);
}
#kontakt-wrapper #kontakt .hours .titel {
  font-weight: 700;
  cursor: pointer;
}
#kontakt-wrapper #kontakt .hours .status {
  font-weight: 700;
}
#kontakt-wrapper #kontakt .hours .status .label-open {
  color: #4e8132;
}
#kontakt-wrapper #kontakt .hours .status .label-closed {
  color: #ef0003;
  font-style: normal;
}
#kontakt-wrapper #kontakt .hours .phone a {
  color: #ef0003;
  font-weight: 700;
}
#kontakt-wrapper #kontakt .hours .phone a:hover {
  color: #000000;
}
#kontakt-wrapper #kontakt .hours .tf .tf-button {
  font-weight: 700;
  color: #ef0003;
  cursor: pointer;
}
#kontakt-wrapper #kontakt .hours .tf .tf-button:hover {
  color: #000000;
}
.scroll-wrapper .scroll-content {
  position: fixed;
  isolation: isolate;
  top: 0;
  left: 0;
  min-height: 100vh;
  width: 100%;
  visibility: hidden;
}
.scroll-wrapper.show .scroll-content {
  visibility: visible;
}
.scroll-wrapper.relative .scroll-content {
  position: relative;
}
.pin-scroll-wrapper {
  position: relative;
}
.pin-scroll-wrapper.show .scroll-content {
  visibility: visible;
}
.pin-scroll-wrapper .scroll-content {
  position: fixed;
  isolation: isolate;
  top: 0;
  left: 0;
  min-height: 100vh;
  width: 100%;
  visibility: hidden;
}
.pin-scroll-wrapper.bottom .scroll-content {
  position: absolute;
  bottom: 0;
  top: auto;
}
#intro .words .word,
#standorte .words .word {
  opacity: 0;
  transform: translateY(30px);
  transition: 0s;
  display: inline-block;
}
#intro .words.animate .word,
#standorte .words.animate .word {
  opacity: 1;
  transition: opacity 0.25s ease, transform 0.5s ease;
  transform: translateY(0);
}
#intro .text-animation,
#standorte .text-animation {
  opacity: 1 !important;
  background: linear-gradient(to right, #000000, #000000 50%, #cccccc 50%);
  background-clip: text;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  overflow: hidden;
  transition: background-position 0s;
}
#intro .text-animation strong,
#standorte .text-animation strong {
  transition: color 0.5s ease;
  display: inline-block;
  line-height: inherit !important;
}
#intro .text-animation.animate,
#standorte .text-animation.animate {
  background-position: 0 100%;
  transition: background-position 1.5s;
}
.scroll-wrapper .words .word,
.pin-scroll-wrapper .words .word {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0s;
  display: inline-block;
}
.scroll-wrapper .words.animated .word,
.pin-scroll-wrapper .words.animated .word {
  opacity: 1;
  transition: opacity 0.25s ease, transform 0.5s ease;
  transform: translateY(0);
}
.scroll-wrapper .text-animation,
.pin-scroll-wrapper .text-animation {
  opacity: 1 !important;
  background: linear-gradient(to right, #000000, #000000 50%, #cccccc 50%);
  background-clip: text;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  transition: background-position 0s;
}
.scroll-wrapper .text-animation.h1,
.pin-scroll-wrapper .text-animation.h1 {
  padding-bottom: 2px;
}
.scroll-wrapper .text-animation.light,
.pin-scroll-wrapper .text-animation.light {
  background: linear-gradient(to right, #ffffff, #ffffff 50%, rgba(255, 255, 255, 0.3) 50%);
  background-size: 200% 100%;
  background-position: 100%;
}
.scroll-wrapper .text-animation.light.animated,
.pin-scroll-wrapper .text-animation.light.animated {
  background-position: 0 100%;
  transition: background-position 1s;
}
.scroll-wrapper .text-animation strong,
.pin-scroll-wrapper .text-animation strong {
  transition: color 1s ease;
}
.scroll-wrapper .text-animation.animated,
.pin-scroll-wrapper .text-animation.animated {
  background-position: 0 100%;
  transition: background-position 1s;
}
.promotion-banner {
  position: fixed;
  top: -1px;
  left: 0;
  width: 100%;
  background-color: #ef0003;
  z-index: 1699;
  padding: 10px 0;
  display: none;
}
.promotion-banner.show {
  display: block;
}
.promotion-banner .text-loop {
  color: #fff;
  font-size: var(--font-size-smaller);
  line-height: var(--line-height-smaller);
  font-weight: 700;
  white-space: nowrap;
  display: flex;
  gap: 20px;
}
#standorte {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
  background-color: #111111;
  padding: 60px 30px 100px 30px;
  overflow-y: scroll;
}
#standorte .logo {
  width: 200px;
  margin-bottom: 50px;
}
#standorte .h4 {
  color: #fff;
}
#standorte .h4 strong {
  color: #ef0003;
}
#standorte .wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  opacity: 0;
}
#standorte .wrapper .standort {
  width: 100%;
  height: 150px;
  position: relative;
}
#standorte .wrapper .standort > a {
  display: block;
  height: 100%;
  width: 100%;
  border: 2px solid transparent;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
#standorte .wrapper .standort > a .titel {
  position: absolute;
  top: 10px;
  left: 20px;
  font-weight: 700;
  color: #fff;
  font-size: var(--font-size-h4);
  line-height: var(--line-height-h4);
  z-index: 20;
}
#standorte .wrapper .standort > a .image {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
#standorte .wrapper .standort > a .image .titel {
  display: none;
}
#standorte .wrapper .standort > a .image .icon-more {
  display: none;
}
#standorte .wrapper .standort > a .image::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  border-radius: 10px;
  overflow: hidden;
}
#standorte .wrapper .standort > a .image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  border-radius: 10px;
  overflow: hidden;
}
#standorte .wrapper .standort > a .image picture {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
#standorte .wrapper .standort > a .image picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.5s ease;
}
#standorte .wrapper .standort > a:hover {
  border-radius: 10px;
  overflow: hidden;
}
#standorte .wrapper .standort > a:hover .image {
  border-radius: 10px;
  overflow: hidden;
}
#standorte .wrapper .standort > a:hover .image picture {
  border-radius: 10px;
  overflow: hidden;
}
#standorte .wrapper .standort > a:hover .image picture img {
  transform: scale(1.1);
  border-radius: 10px;
  overflow: hidden;
}
#standorte .wrapper .standort > a:hover .image video {
  transform: scale(1.1);
  border-radius: 10px;
  overflow: hidden;
}
#standorte .wrapper .standort .promotion {
  position: absolute;
  top: 60px;
  left: 20px;
  z-index: 20;
  display: flex;
  gap: 15px;
  display: none;
}
#standorte .wrapper .standort .promotion.show {
  display: flex;
}
#standorte .wrapper .standort .promotion .icon {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
}
#standorte .wrapper .standort .promotion .wrapper {
  gap: 0;
  font-size: 14px;
  line-height: 14px;
  padding-right: 20px;
  opacity: 1;
}
#standorte .wrapper .standort .promotion .wrapper .titel {
  color: #fff;
  font-weight: 700;
}
#standorte .wrapper .standort .promotion .wrapper .text {
  color: #fff;
}
#standorte .wrapper .standort .promotion .wrapper .info a {
  border: none;
  position: relative;
  z-index: 99999;
}
#standorte .wrapper .standort .promotion .wrapper .info a .icon-info {
  color: #fff;
}
#standorte .wrapper .standort:first-of-type a {
  border: 2px solid #ef0003;
}
#standorte .wrapper .standort:first-of-type a .titel {
  font-size: 26px;
  line-height: 30px;
  color: #ef0003;
}
#standorte .h4.animate + .wrapper {
  opacity: 1;
  transition: opacity 0.5s ease 1.25s;
}
.current-promos {
  margin: 0 200px;
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #ccc;
}
.current-promos .promo,
.current-promos .startTime,
.current-promos .endTime {
  margin-bottom: 20px;
}
.current-promos .promo .label,
.current-promos .startTime .label,
.current-promos .endTime .label {
  font-weight: 700;
}
.current-promos .promo .value {
  font-weight: 700;
  color: #ef0003;
}
.current-promos .endTime {
  margin-bottom: 0;
}
.current-promos + .actions {
  display: flex;
  justify-content: center;
  gap: 50px;
}
.current-promos + .actions .button.disabled {
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
}
#promotion-popup {
  display: none !important;
}
#customerinfo {
  display: none !important;
}
/* <= 374px */
@media screen and (max-width: 374px) {
  #standorte .wrapper .standort {
    height: 100px;
  }
  #standorte .wrapper .standort:first-of-type {
    height: 150px;
  }
  #standorte .wrapper .standort:first-of-type a .titel {
    font-size: 22px;
    line-height: 26px;
  }
  #standorte .wrapper .standort .promotion .icon {
    display: none;
  }
}
:root {
  --font-size-default: 18px;
  --line-height-default: 24px;
  --font-size-small: 18px;
  --line-height-small: 28px;
  --font-size-smaller: 16px;
  --line-height-smaller: 24px;
  --font-size-h1: 8vw;
  --line-height-h1: 8.5vw;
  --font-size-h4: 6vw;
  --line-height-h4: 6.25vw;
  --font-size-h5: 30px;
  --line-height-h5: 40px;
  --font-size-h6: 25px;
  --line-height-h6: 32px;
}
/* <= 374px */
@media screen and (max-width: 374px) {
  :root {
    --font-size-default: 18px;
    --line-height-default: 26px;
    --font-size-h4: 6vw;
    --line-height-h4: 6.25vw;
  }
}
