@charset "UTF-8";
/*!
 * Dr. Kennzeichen Shop (Dr. Zulassung)
 * Copyright 2025 Violution GbR, Dortmund
 * Autor: Daniela Brigula
 */
/*!
 * Dr. Kennzeichen Shop - Corporate Design Variablen (Dr. Zulassung)
 * Copyright 2025 Violution GbR, Dortmund
 * Autor: Daniela Brigula
 */
/* Color Set Dr. Zulassung */
/* Gradients */
/* Font-Weights */
/* Font Awesome */
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../../global_theme/css/fontawesome-free-6.7.2-web/webfonts/fa-solid-900.woff2") format("woff2");
}
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../../global_theme/css/fontawesome-free-6.7.2-web/webfonts/fa-regular-400.woff2") format("woff2");
}
@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../../global_theme/css/fontawesome-free-6.7.2-web/webfonts/fa-brands-400.woff2") format("woff2");
}
.fa:before {
  font-family: "Font Awesome 6 Free", sans-serif;
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

/* Fonts */
@font-face {
  font-family: "Red Hat Text";
  src: url("fonts/RedHatText-BoldItalic.woff2") format("woff2");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Red Hat Text";
  src: url("fonts/RedHatText-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Red Hat Text";
  src: url("fonts/RedHatText-Italic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Red Hat Text";
  src: url("fonts/RedHatText-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Red Hat Text";
  src: url("fonts/RedHatText-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Red Hat Text";
  src: url("fonts/RedHatText-MediumItalic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Red Hat Text";
  src: url("fonts/RedHatText-LightItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Red Hat Text";
  src: url("fonts/RedHatText-SemiBoldItalic.woff2") format("woff2");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Red Hat Text";
  src: url("fonts/RedHatText-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Red Hat Text";
  src: url("fonts/RedHatText-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Reset & Basics */
* {
  box-sizing: border-box;
}

body, html {
  font-family: "Red Hat Text", sans-serif;
  color: #24282c;
  font-weight: 400;
  font-size: 19px;
  line-height: 1.7;
  margin: 0;
  padding: 0;
  position: relative;
  background-color: #f8f9fc;
}

.invisible, .onlymobile, #hamburger-toggler, .hide_desktop {
  visibility: hidden !important;
  display: none !important;
}

/* Binding */
.binding, #header .inside, #footer .inside .row {
  margin: auto auto;
  max-width: 1600px;
}

.small-binding .binding, .small_binding .binding {
  max-width: 1300px;
}

i {
  margin-right: 8px;
  font-size: 0.9rem;
}

/* Links */
a {
  color: #0f75bc;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}
a:hover {
  color: #073b60;
}

/* Buttons */
a[class*=button-],
button[class*=button-],
#main button.submit,
.ce_hyperlink[class*=button-] a,
[class*=button-] a,
.contao-cookiebar .cc-btn,
.back a,
a.readmore,
.submit_container input.add_to_cart {
  min-width: 150px;
  display: inline-block;
  position: relative;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
  font-style: normal;
  border-radius: 3px;
  transition: all 0.4s !important;
  outline: none;
  line-height: 15px;
  font-size: 16px;
  font-weight: 600;
  padding: 18px 25px;
  border: 0;
  background-image: linear-gradient(90deg, #0f75bc, #073b60);
  background-size: 200%;
  background-position: left;
  background-repeat: no-repeat;
  color: #f8f9fc;
  letter-spacing: 0.076rem;
}
a[class*=button-]:hover,
button[class*=button-]:hover,
#main button.submit:hover,
.ce_hyperlink[class*=button-] a:hover,
[class*=button-] a:hover,
.contao-cookiebar .cc-btn:hover,
.back a:hover,
a.readmore:hover,
.submit_container input.add_to_cart:hover {
  background-image: linear-gradient(90deg, #0f75bc, #073b60);
  background-position: right;
  filter: brightness(90%);
  border: 0;
  color: #f8f9fc !important;
}

a.readmore {
  padding: 8px 25px;
}
a.readmore:before {
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  transform: rotate(90deg);
  position: absolute;
  right: 14px;
  display: block;
  height: 19px;
  width: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 34%;
}

.back a {
  padding: 12px 25px 12px 45px;
}
.back a:before {
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  transform: rotate(-90deg);
  position: absolute;
  left: 14px;
  display: block;
  height: 19px;
  width: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 28%;
}

a.button-decent,
.ce_hyperlink.button-decent a,
.button-decent a,
.contao-cookiebar .cc-btn.deny,
.contao-cookiebar .cc-btn.save,
.contao-cookiebar .cc-btn.info {
  padding: 16px 23px;
  color: rgba(0, 0, 0, 0.45);
  background: rgba(0, 0, 0, 0.05);
  border: 2px solid rgba(0, 0, 0, 0.1);
  transition: all 0.4s;
}
a.button-decent:hover,
.ce_hyperlink.button-decent a:hover,
.button-decent a:hover,
.contao-cookiebar .cc-btn.deny:hover,
.contao-cookiebar .cc-btn.save:hover,
.contao-cookiebar .cc-btn.info:hover {
  background: rgba(0, 0, 0, 0.15);
  color: rgba(0, 0, 0, 0.6) !important;
}

/* Header (Sticky) */
#header {
  overflow: visible;
  height: 112px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100vw;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
  z-index: 100000;
  background-color: #ffffff;
  padding-top: 10px;
}
#header .inside {
  height: calc(100% - 40px);
  position: relative;
  overflow: visible;
}
#header #logo {
  display: block;
  overflow: visible;
  transition: transform 0.3s ease;
  height: 100%;
  position: relative;
}
#header #logo a {
  position: absolute;
  top: -14px;
  left: 0;
  width: 220px;
  height: 138px;
  background-color: #ffffff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  z-index: 2000;
  text-align: center;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
#header #logo a img {
  height: 79%;
  margin-top: 8%;
  width: auto;
}
#header .mod_navigation {
  position: relative;
  width: 100%;
}
#header .mod_navigation ul {
  padding: 0;
  margin: 0;
}
#header .mod_navigation ul li {
  position: relative;
  cursor: pointer;
  display: inline-block;
  margin-right: 2rem;
  height: 45px;
  margin-top: 17px;
  /* Level 2 */
}
#header .mod_navigation ul li a, #header .mod_navigation ul li strong {
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  color: #24282c;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  padding: 0 0 0 1.8rem;
}
#header .mod_navigation ul li a:hover, #header .mod_navigation ul li strong:hover {
  color: #0f75bc;
}
#header .mod_navigation ul li a:before, #header .mod_navigation ul li strong:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
}
#header .mod_navigation ul li a.kennzeichen:before, #header .mod_navigation ul li strong.kennzeichen:before {
  content: "\f1b9";
}
#header .mod_navigation ul li a.zubehoer:before, #header .mod_navigation ul li strong.zubehoer:before {
  content: "\f7d9";
}
#header .mod_navigation ul li strong, #header .mod_navigation ul li a.trail {
  color: #0f75bc;
}
#header .mod_navigation ul li .level_2 {
  display: block;
  position: absolute;
  left: 0;
  visibility: hidden;
  z-index: 1;
  width: 340px;
  background-color: #24282c;
  height: auto;
  top: 100%;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.25);
  border-radius: 3px;
}
#header .mod_navigation ul li .level_2:before {
  content: "";
  position: absolute;
  top: -12px;
  left: 45px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 12px solid #24282c;
}
#header .mod_navigation ul li .level_2 li {
  height: 100%;
  position: relative;
  cursor: pointer;
  display: block;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 0;
}
#header .mod_navigation ul li .level_2 li:first-child {
  padding-top: 12px;
}
#header .mod_navigation ul li .level_2 li:last-child {
  padding-bottom: 12px;
}
#header .mod_navigation ul li .level_2 li:last-child a, #header .mod_navigation ul li .level_2 li:last-child strong {
  border-bottom: 0;
}
#header .mod_navigation ul li .level_2 a, #header .mod_navigation ul li .level_2 strong {
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: none;
  padding: 0.4rem 1rem;
  white-space: nowrap;
  display: block;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
#header .mod_navigation ul li .level_2 a:last-child, #header .mod_navigation ul li .level_2 strong:last-child {
  padding-bottom: 11px;
}
#header .mod_navigation ul li .level_2 a:hover, #header .mod_navigation ul li .level_2 strong:hover {
  color: #54a8dc;
}
#header .mod_navigation ul li .level_2 .active strong {
  color: #54a8dc;
}
#header .mod_navigation ul li .level_3 {
  display: none;
}
#header .mod_navigation ul.level_1 li:hover > .level_2 {
  visibility: visible;
}
#header .shop-shortcuts {
  text-align: right;
}
#header .shop-shortcuts .shop-shortcuts-inner {
  display: flex;
  flex-wrap: wrap;
  justify-items: right;
  align-content: center;
  justify-content: flex-end;
  position: relative;
  height: 100%;
  width: 100%;
}
#header .shop-shortcuts .shop-shortcuts-inner .col {
  display: inline-block;
  height: 60px;
  position: relative;
}
#header .shop-shortcuts .shop-shortcuts-inner .col .cart-sum {
  position: absolute;
  width: 18px;
  height: 18px;
  color: #ffffff;
  display: block;
  top: 0;
  right: -19px;
  z-index: 100;
  line-height: 18px;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  background-color: #646464;
  border-radius: 50%;
}
#header .shop-shortcuts .shop-shortcuts-inner .col .cart-sum.sum-0 {
  display: none;
}
#header .shop-shortcuts .shop-shortcuts-inner a {
  height: 60px;
  width: 50px;
  display: block;
  overflow: hidden;
  text-indent: 1000rem;
  position: relative;
  font-size: 22px;
  white-space: nowrap;
}
#header .shop-shortcuts .shop-shortcuts-inner a:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #0f75bc;
  content: "";
  position: absolute;
  top: 9px;
  right: 0;
  text-indent: 0;
}
#header .shop-shortcuts .shop-shortcuts-inner a:hover:before {
  color: #073b60;
}
#header .shop-shortcuts .shop-shortcuts-inner a.login:before {
  content: "\f090";
}
#header .shop-shortcuts .shop-shortcuts-inner a.account:before {
  content: "\f007";
}
#header .shop-shortcuts .shop-shortcuts-inner a.cart:before {
  content: "\f07a";
}
#header .shop-shortcuts .shop-shortcuts-inner a.hamburger:before {
  content: "\f0c9";
}
#header .shop-shortcuts .shop-shortcuts-inner a.close:before {
  content: "\f00d";
  font-size: 30px;
  color: #ffffff;
}
#header .shop-shortcuts .shop-shortcuts-inner .mod_search form {
  display: block;
}
#header .shop-shortcuts .shop-shortcuts-inner .mod_search form .widget {
  line-height: 1;
  display: inline-block;
}
#header .shop-shortcuts .shop-shortcuts-inner .mod_search form .widget input {
  width: 90%;
  padding: 3px 15px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  margin-right: 4px;
  color: #073b60;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 0;
  border-bottom: 2px solid #d1d1d3;
  transition: all 0.3s ease-in-out;
}
#header .shop-shortcuts .shop-shortcuts-inner .mod_search form .widget input:focus {
  border-color: #073b60;
  box-shadow: none;
  background-color: #f8f9fc;
  outline: 0;
}
#header .shop-shortcuts .shop-shortcuts-inner .mod_search form .widget button.submit {
  width: 24px;
  height: 50px;
  display: block;
  overflow: hidden;
  text-indent: 1000rem;
  position: relative;
  font-size: 22px;
  background-color: transparent;
  outline: 0 none;
  border: 0;
  cursor: pointer;
}
#header .shop-shortcuts .shop-shortcuts-inner .mod_search form .widget button.submit:before {
  content: "\f002";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #0f75bc;
  position: absolute;
  top: 16px;
  right: 0;
  text-indent: 0;
}
#header .shop-shortcuts .shop-shortcuts-inner .mod_search form .widget button.submit:hover:before {
  color: #073b60;
}
#header #top-info {
  background: linear-gradient(to right, #808080, #24282c);
  position: relative;
  height: 42px;
  text-align: right;
  display: block;
  width: 100vw;
  line-height: 1px;
}
#header #top-info #supportButton, #header #top-info #service-content {
  display: none;
}
#header #top-info #supportWindow {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: right;
  padding-bottom: 2px;
}
#header #top-info #supportWindow.hidden_sticky {
  visibility: visible;
  opacity: 1;
}
#header #top-info #supportWindow span {
  margin-left: 50px;
}
#header #top-info #supportWindow i {
  color: #f8f9fc;
}
#header #top-info #supportWindow a {
  color: #f8f9fc;
  font-size: 0.85rem;
}
#header #top-info #supportWindow a:hover {
  color: #54a8dc;
}
#header #top-info .sticky, #header #top-info .nosticky {
  transition: opacity 0.5s ease-in-out;
}
#header #top-info.sticky {
  opacity: 1;
  position: fixed;
  top: 44vh;
  left: 20px;
  cursor: pointer;
  border: 0;
  outline: 0;
  z-index: 1000;
  background: transparent;
  width: 70px;
  height: 70px;
}
#header #top-info.sticky #supportWindow.hidden_sticky {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
#header #top-info.sticky #supportWindow.visible_sticky {
  visibility: visible;
  opacity: 1;
  color: #f8f9fc;
  margin: 0;
  overflow: hidden;
  position: fixed;
  width: 450px;
  height: 230px;
  left: 10px;
  bottom: 50vh;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  z-index: 40001;
  border-radius: 3px;
  background: linear-gradient(to right, #808080, #24282c);
}
#header #top-info.sticky #supportWindow.visible_sticky #default-content {
  display: none;
}
#header #top-info.sticky #supportWindow.visible_sticky #service-content {
  display: block;
}
#header #top-info.sticky #supportButton {
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #0f75bc;
  transition: all 0.5s ease-in-out;
  opacity: 0.9;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  position: relative;
  overflow: hidden;
}
#header #top-info.sticky #supportButton:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #ffffff;
  content: "\f590";
  position: absolute;
  top: 50%;
  right: 25%;
  text-indent: 0;
  font-size: 35px;
}
#header #top-info.sticky #supportButton:hover {
  opacity: 1;
  background-color: #0a5488;
}
#header #top-info.sticky #supportButton.hidden {
  opacity: 0;
}
#header #top-info .nosticky {
  opacity: 0;
  pointer-events: none;
}
#header.sticky {
  height: 70px;
  position: fixed;
  left: 0;
  top: 0;
  padding-top: 0;
}
#header.sticky .inside {
  height: 100%;
}
#header.sticky #logo a {
  transform: scale(0.5);
  margin-left: -20.5%;
  top: -35px;
  box-shadow: none;
  border-radius: 0;
  background-color: transparent;
}
#header.sticky .shop-shortcuts {
  padding-top: 11px;
}
#header.sticky .shop-shortcuts .shop-shortcuts-inner .col .cart-sum {
  transform: scale(0.9);
  top: 3px;
  right: -17px;
}

/* Flexbox Elemente ---------------------------------------------------------------------------------------------------------*/
.mod_article.row .inner, .row, #footer .inside.row, #header .inside {
  display: flex;
  flex-wrap: wrap;
}

.flex-centered .row {
  justify-content: center;
}

#header .inside {
  align-items: center;
}

[class*=col] {
  padding: 0;
}
[class*=col].padding-right [class*=content-] {
  padding-right: 20px;
}
[class*=col].padding-left [class*=content-] {
  padding-left: 20px;
}
[class*=col].padding-left-large [class*=content-] {
  padding-left: 80px;
}
[class*=col] figure {
  margin: 0;
}
[class*=col].align-right {
  text-align: right;
}
[class*=col].align-right figure {
  text-align: right !important;
}

[class*=ce_] {
  flex: 0 0 100%;
  max-width: 100%;
}

.col-1, .col_1 {
  flex: 0 0 8.333%;
  max-width: 8.333%;
}

.col-2, .col_2 {
  flex: 0 0 16.666%;
  max-width: 16.666%;
}

.col-3, .col_3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4, .col_4 {
  flex: 0 0 33.333%;
  max-width: 33.333%;
}

.col-5, .col_5 {
  flex: 0 0 41.666%;
  max-width: 41.666%;
}

.col-6, .col_6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7, .col_7 {
  flex: 0 0 58.333%;
  max-width: 58.333%;
}

.col-8, .col_8 {
  flex: 0 0 66.666%;
  max-width: 66.666%;
}

.col-9, .col_9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10, .col_10 {
  flex: 0 0 83.333%;
  max-width: 83.333%;
}

.col-11, .col_11 {
  flex: 0 0 91.666%;
  max-width: 91.666%;
}

.col-12, .col_12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.col-1 > .col-1, .col_1 > .col_1,
.col-2 > .col-2, .col_2 > .col_2,
.col-3 > .col-3, .col_3 > .col_3,
.col-4 > .col-4, .col_4 > .col_4,
.col-5 > .col-5, .col_5 > .col_5,
.col-6 > .col-6, .col_6 > .col_6,
.col-7 > .col-7, .col_7 > .col_7,
.col-8 > .col-8, .col_8 > .col_8,
.col-9 > .col-9, .col_9 > .col_9,
.col-10 > .col-10, .col_10 > .col_10,
.col-11 > .col-11, .col_11 > .col_11,
.col-12 > .col-12, .col_12 > .col_12 {
  flex: none;
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Abständsoptionen für Contao CE-Elemente */
.m-top-0 {
  margin-top: 0 !important;
}

.m-top-10 {
  margin-top: 10px !important;
}

.m-top-10 .m-top-10 {
  margin-top: 0 !important;
}

.m-top-15 {
  margin-top: 15px !important;
}

.m-top-15 .m-top-15 {
  margin-top: 0 !important;
}

.m-top-20 {
  margin-top: 20px !important;
}

.m-top-20 .m-top-20 {
  margin-top: 0 !important;
}

.m-top-30 {
  margin-top: 30px !important;
}

.m-top-30 .m-top-30 {
  margin-top: 0 !important;
}

.m-top-40 {
  margin-top: 40px !important;
}

.m-top-40 .m-top-40 {
  margin-top: 0 !important;
}

.m-top-50 {
  margin-top: 50px !important;
}

.m-top-50 .m-top-50 {
  margin-top: 0 !important;
}

.m-top-60 {
  margin-top: 60px !important;
}

.m-top-60 .m-top-60 {
  margin-top: 0 !important;
}

.m-top-70 {
  margin-top: 70px !important;
}

.m-top-70 .m-top-70 {
  margin-top: 0 !important;
}

.m-top-80 {
  margin-top: 80px !important;
}

.m-top-80 .m-top-80 {
  margin-top: 0 !important;
}

.m-top-90 {
  margin-top: 90px !important;
}

.m-top-90 .m-top-90 {
  margin-top: 0 !important;
}

.m-top-100 {
  margin-top: 100px !important;
}

.m-top-100 .m-top-100 {
  margin-top: 0 !important;
}

.m-top-110 {
  margin-top: 110px !important;
}

.m-top-110 .m-top-110 {
  margin-top: 0 !important;
}

.m-top-120 {
  margin-top: 120px !important;
}

.m-top-120 .m-top-120 {
  margin-top: 0 !important;
}

.m-top-130 {
  margin-top: 130px !important;
}

.m-top-130 .m-top-130 {
  margin-top: 0 !important;
}

.m-top-140 {
  margin-top: 140px !important;
}

.m-top-140 .m-top-140 {
  margin-top: 0 !important;
}

.m-top-150 {
  margin-top: 150px !important;
}

.m-top-150 .m-top-150 {
  margin-top: 0 !important;
}

.m-top-160 {
  margin-top: 160px !important;
}

.m-top-160 .m-top-160 {
  margin-top: 0 !important;
}

.m-top-170 {
  margin-top: 170px !important;
}

.m-top-170 .m-top-170 {
  margin-top: 0 !important;
}

.m-top-180 {
  margin-top: 180px !important;
}

.m-top-180 .m-top-180 {
  margin-top: 0 !important;
}

.m-top-190 {
  margin-top: 190px !important;
}

.m-top-190 .m-top-190 {
  margin-top: 0 !important;
}

.m-bottom-0 {
  margin-bottom: 0 !important;
}

.m-bottom-10 {
  margin-bottom: 10px !important;
}

.m-bottom-10 .m-bottom-10 {
  margin-bottom: 0 !important;
}

.m-bottom-15 {
  margin-bottom: 15px !important;
}

.m-bottom-15 .m-bottom-15 {
  margin-bottom: 0 !important;
}

.m-bottom-20 {
  margin-bottom: 20px !important;
}

.m-bottom-20 .m-bottom-20 {
  margin-bottom: 0 !important;
}

.m-bottom-30 {
  margin-bottom: 30px !important;
}

.m-bottom-30 .m-bottom-30 {
  margin-bottom: 0 !important;
}

.m-bottom-40 {
  margin-bottom: 40px !important;
}

.m-bottom-40 .m-bottom-40 {
  margin-bottom: 0 !important;
}

.m-bottom-50 {
  margin-bottom: 50px !important;
}

.m-bottom-50 .m-bottom-50 {
  margin-bottom: 0 !important;
}

.m-bottom-60 {
  margin-bottom: 60px !important;
}

.m-bottom-60 .m-bottom-60 {
  margin-bottom: 0 !important;
}

.m-bottom-70 {
  margin-bottom: 70px !important;
}

.m-bottom-70 .m-bottom-70 {
  margin-bottom: 0 !important;
}

.m-bottom-80 {
  margin-bottom: 80px !important;
}

.m-bottom-80 .m-bottom-80 {
  margin-bottom: 0 !important;
}

.m-bottom-90 {
  margin-bottom: 90px !important;
}

.m-bottom-90 .m-bottom-90 {
  margin-bottom: 0 !important;
}

.m-bottom-100 {
  margin-bottom: 100px !important;
}

.m-bottom-100 .m-bottom-100 {
  margin-bottom: 0 !important;
}

.m-bottom-110 {
  margin-bottom: 110px !important;
}

.m-bottom-110 .m-bottom-110 {
  margin-bottom: 0 !important;
}

.m-bottom-120 {
  margin-bottom: 120px !important;
}

.m-bottom-120 .m-bottom-120 {
  margin-bottom: 0 !important;
}

.m-bottom-130 {
  margin-bottom: 130px !important;
}

.m-bottom-130 .m-bottom-130 {
  margin-bottom: 0 !important;
}

.m-bottom-140 {
  margin-bottom: 140px !important;
}

.m-bottom-140 .m-bottom-140 {
  margin-bottom: 0 !important;
}

.m-bottom-150 {
  margin-bottom: 150px !important;
}

.m-bottom-150 .m-bottom-150 {
  margin-bottom: 0 !important;
}

.m-bottom-160 {
  margin-bottom: 160px !important;
}

.m-bottom-160 .m-bottom-160 {
  margin-bottom: 0 !important;
}

.m-bottom-170 {
  margin-bottom: 170px !important;
}

.m-bottom-170 .m-bottom-170 {
  margin-bottom: 0 !important;
}

.m-bottom-180 {
  margin-bottom: 180px !important;
}

.m-bottom-180 .m-bottom-180 {
  margin-bottom: 0 !important;
}

.m-bottom-190 {
  margin-bottom: 190px !important;
}

.m-bottom-190 .m-bottom-190 {
  margin-bottom: 0 !important;
}

.m-left-0 {
  margin-left: 0 !important;
}

.m-left-20 {
  margin-left: 20px !important;
}

.m-left-40 {
  margin-left: 40px !important;
}

.m-left-60 {
  margin-left: 60px !important;
}

.m-left-80 {
  margin-left: 80px !important;
}

.m-left-100 {
  margin-left: 100px !important;
}

.m-right-0 {
  margin-right: 0 !important;
}

.m-right-20 {
  margin-right: 20px !important;
}

.m-right-40 {
  margin-right: 40px !important;
}

.m-right-60 {
  margin-right: 60px !important;
}

.m-right-80 {
  margin-right: 80px !important;
}

.m-right-100 {
  margin-right: 100px !important;
}

.p-top-0 {
  padding-top: 0 !important;
}

.p-top-10 {
  padding-top: 10px !important;
}

.p-top-15 {
  padding-top: 15px !important;
}

.p-top-20 {
  padding-top: 20px !important;
}

.p-top-30 {
  padding-top: 30px !important;
}

.p-top-40 {
  padding-top: 40px !important;
}

.p-top-50 {
  padding-top: 50px !important;
}

.p-top-60 {
  padding-top: 60px !important;
}

.p-top-70 {
  padding-top: 70px !important;
}

.p-top-80 {
  padding-top: 80px !important;
}

.p-top-90 {
  padding-top: 90px !important;
}

.p-top-100 {
  padding-top: 100px !important;
}

.p-top-110 {
  padding-top: 110px !important;
}

.p-top-120 {
  padding-top: 120px !important;
}

.p-top-130 {
  padding-top: 130px !important;
}

.p-top-140 {
  padding-top: 140px !important;
}

.p-top-150 {
  padding-top: 150px !important;
}

.p-top-160 {
  padding-top: 160px !important;
}

.p-top-170 {
  padding-top: 170px !important;
}

.p-top-180 {
  padding-top: 180px !important;
}

.p-top-190 {
  padding-top: 190px !important;
}

.p-bottom-0 {
  padding-bottom: 0 !important;
}

.p-bottom-10 {
  padding-bottom: 10px !important;
}

.p-bottom-15 {
  padding-bottom: 15px !important;
}

.p-bottom-20 {
  padding-bottom: 20px !important;
}

.p-bottom-30 {
  padding-bottom: 30px !important;
}

.p-bottom-40 {
  padding-bottom: 40px !important;
}

.p-bottom-50 {
  padding-bottom: 50px !important;
}

.p-bottom-60 {
  padding-bottom: 60px !important;
}

.p-bottom-70 {
  padding-bottom: 70px !important;
}

.p-bottom-80 {
  padding-bottom: 80px !important;
}

.p-bottom-90 {
  padding-bottom: 90px !important;
}

.p-bottom-100 {
  padding-bottom: 100px !important;
}

.p-bottom-110 {
  padding-bottom: 110px !important;
}

.p-bottom-120 {
  padding-bottom: 120px !important;
}

.p-bottom-130 {
  padding-bottom: 130px !important;
}

.p-bottom-140 {
  padding-bottom: 140px !important;
}

.p-bottom-150 {
  padding-bottom: 150px !important;
}

.p-bottom-160 {
  padding-bottom: 160px !important;
}

.p-bottom-170 {
  padding-bottom: 170px !important;
}

.p-bottom-180 {
  padding-bottom: 180px !important;
}

.p-bottom-190 {
  padding-bottom: 190px !important;
}

/* Artikel */
#main .mod_article {
  position: relative;
  /* Hero */
  /* CTA Call to Action */
}
#main .mod_article:not(.article-full-width) {
  padding: 60px 0;
}
#main .mod_article:first-child:not(.hero) {
  padding-top: 230px;
}
#main .mod_article:last-child {
  margin-bottom: 100px;
}
#main .mod_article.hero {
  position: relative;
  width: 100vw;
  height: 100vh;
  min-height: 800px;
  overflow: hidden;
  display: block;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
}
#main .mod_article.hero figure {
  width: 100%;
  height: 100vh;
  min-height: 800px;
  margin: 0;
  padding: 0;
}
#main .mod_article.hero figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
#main .mod_article.hero figure:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  min-width: 100%;
  z-index: 1005;
  background-color: rgba(0, 0, 0, 0.5);
}
#main .mod_article.hero .vio_isotope_licence_plate, #main .mod_article.hero .hero_content {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 60px;
  height: 100%;
  min-height: 800px;
  min-width: 100%;
  z-index: 1006;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  text-align: center;
}
#main .mod_article.hero .vio_isotope_licence_plate p, #main .mod_article.hero .hero_content p {
  font-size: 1.3rem;
  line-height: 2rem;
  font-weight: 400;
  margin: 15px 0 30px 0;
  color: #ffffff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
#main .mod_article.hero .ce_text.hero_content {
  position: absolute;
  top: -160px;
  left: 0;
  text-align: center;
  display: block;
}
#main .mod_article.hero .ce_text.hero_content h1 {
  display: block;
  font-size: 3rem;
  line-height: 3.5rem;
  font-weight: 700;
  color: #ffffff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  max-width: 960px;
  margin: 0 auto 35px auto;
}
#main .mod_article.hero .ce_text.hero_content h1 strong {
  color: #54a8dc;
}
#main .mod_article .hero_content .inner {
  flex: 0 0 70%;
  max-width: 70%;
  display: flex;
  align-items: center;
}
#main .mod_article.article_bg_grey {
  background-color: #f3f3f3;
}
#main .mod_article.article_bg_white {
  background-color: #ffffff;
}
#main .mod_article.article_cta {
  background-color: #24282c;
  padding: 83px 0 80px 0;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
#main .mod_article.article_cta .row {
  justify-content: center;
}
#main .mod_article.article_cta h3, #main .mod_article.article_cta h2, #main .mod_article.article_cta p, #main .mod_article.article_cta ul, #main .mod_article.article_cta strong {
  color: #ffffff;
  margin-top: 0;
}
#main .mod_article.article_cta p:last-child {
  margin-bottom: 0 !important;
}
#main .mod_article.article_cta a {
  font-weight: 600;
  letter-spacing: 0.06rem;
  color: #54a8dc;
}
#main .mod_article.article_cta a:hover {
  color: #f8f9fc;
}
#main .mod_article.article_shadow_bottom:after {
  position: absolute;
  bottom: 0;
  content: "";
  width: 100%;
  display: block;
  height: 30px;
  background-color: transparent;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.04);
  z-index: 50;
}
#main .mod_article.article_no_padding {
  padding-top: 0;
  padding-bottom: 0;
}
#main .mod_article:last-child {
  margin-bottom: 100px;
}

.mod_article:last-child {
  margin-bottom: 100px;
}

#main .icon-benefit-box {
  text-align: left;
}
#main .icon-benefit-box h2 {
  font-size: 23px;
  white-space: nowrap;
  position: relative;
  width: 100%;
  display: block;
  margin-bottom: 0;
  line-height: 40px;
  padding-left: 55px;
}
#main .icon-benefit-box h2:after {
  content: "";
  display: block;
  background-color: #54a8dc;
  width: 60px;
  height: 3px;
  margin-top: 8px;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}
#main .icon-benefit-box h2:before {
  content: "\f1b9";
  font-size: 1.8rem;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: -5px;
  left: 0;
  color: #54a8dc;
}
#main .icon-benefit-box.service h2:before {
  content: "\f590";
}
#main .icon-benefit-box.shipping h2:before {
  content: "\f48b";
}
#main .icon-benefit-box.relaxed h2:before {
  content: "\f7b6";
}
#main .icon-benefit-box p {
  padding-left: 55px;
  margin-top: 20px !important;
  font-size: 17px;
  max-width: 90% !important;
}

/* Standard formatting */
#main {
  min-height: 900px;
  /* Absätze */
  /* Lists */
  /* Headlines */
  /* ### CONTENT ELEMENTE ### */
  /* 3-Steps */
  /* Downloads */
}
#main p, #main ul, #main ol {
  color: #24282c;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 1.2rem;
  margin-top: 0;
}
#main p strong, #main ul strong, #main ol strong {
  font-weight: 700;
}
#main p.quelle, #main ul.quelle, #main ol.quelle {
  font-size: 16px;
  color: #646464;
  margin-top: -5px;
}
#main .quelle p {
  font-size: 16px;
  color: #646464;
  margin-top: -5px;
}
#main .quelle p .mandatory {
  color: #b74444;
  display: inline-block;
}
#main p, #main li, #main .rte h2 {
  max-width: 880px;
}
#main .set-center .rte *, #main .set-center, #main .set_center {
  max-width: 100% !important;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  text-align: center;
}
#main .set-center .rte * p, #main .set-center p, #main .set_center p {
  margin: 0 auto;
}
#main .col_7 p, #main .col_7 li, #main .col_6 p, #main .col_6 li, #main .col_5 p, #main .col_5 li, #main .col_4 p, #main .col_4 li, #main .col_3 > .col_2 p, #main .col_3 > .col_2 li, #main .col_1 p, #main .col_1 li,
#main .col-7 p,
#main .col-7 li, #main .col-6 p, #main .col-6 li, #main .col-5 p, #main .col-5 li, #main .col-4 p, #main .col-4 li, #main .col-3 > .col-2 p, #main .col-3 > .col-2 li, #main .col-1 p, #main .col-1 li {
  max-width: 95%;
}
#main .col_7 .rte h2, #main .col_6 .rte h2, #main .col_5 .rte h2, #main .col_4 .rte h2, #main .col_3 > .col_2 .rte h2, #main .col_1 .rte h2,
#main .col-7 .rte h2, #main .col-6 .rte h2, #main .col-5 .rte h2, #main .col-4 .rte h2, #main .col-3 > .col-2 .rte h2, #main .col-1 .rte h2 {
  max-width: 95%;
}
#main [class*=button-] p {
  margin-bottom: 0;
}
#main ul, #main ol {
  list-style-type: none;
  margin: 12px 0 2rem 1.65rem;
  padding: 0;
}
#main ul li, #main ol li {
  display: block;
  margin-bottom: 3px;
  position: relative;
  padding-left: 18px;
}
#main ul li:before, #main ol li:before {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  height: 7px;
  width: 7px;
  background-image: url("../layout/list_dot.svg");
  background-size: contain;
  background-repeat: no-repeat;
  top: 12px;
  opacity: 0.7;
}
#main .checklist ul li, #main .checklist ol li {
  padding-left: 28px;
}
#main .checklist ul li:before, #main .checklist ol li:before {
  height: 16px;
  width: 16px;
  background-image: url("../layout/list_check.svg");
}
#main h1 {
  font-size: 46px;
  line-height: 1.1;
  font-weight: 700;
  color: #24282c;
  margin-bottom: 1em;
  margin-top: 0;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 0.03rem;
}
#main h1 .highlight-color {
  color: #0f75bc;
  font-size: 45px;
}
#main h2 {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.4;
  color: #0f75bc;
  display: block;
  width: 100%;
  margin-bottom: 0.9em;
  margin-top: 40px;
  text-transform: uppercase;
  letter-spacing: 0.03rem;
}
#main h2.lookslikeh1 {
  font-size: 46px;
  line-height: 1.1;
  font-weight: 700;
  color: #24282c;
}
#main h2.bigger {
  font-size: 30px;
}
#main h2.bigger.set-center {
  max-width: 50% !important;
}
#main h2.light-blue {
  color: #0f75bc;
}
#main h3, #main h4, #main h5, #main h6 {
  letter-spacing: 0.05rem;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
  color: #24282c;
  margin-bottom: 0.5em;
  display: block;
  width: 100%;
  margin-top: 1.6em;
  text-transform: uppercase;
}
#main h3.content-headline, #main h4.content-headline, #main h5.content-headline, #main h6.content-headline {
  margin-bottom: 0.5em;
}
#main h3.lookslikeh2, #main h4.lookslikeh2, #main h5.lookslikeh2, #main h6.lookslikeh2 {
  font-size: 25px;
  color: #0f75bc;
}
#main h1.line-after, #main .line-after h1, #main h2.line-after, #main .line-after h2, #main h3.line-after, #main .line-after h3 {
  position: relative;
}
#main h1.line-after:after, #main .line-after h1:after, #main h2.line-after:after, #main .line-after h2:after, #main h3.line-after:after, #main .line-after h3:after {
  content: "";
  display: block;
  background-image: linear-gradient(to right, #0f75bc, transparent);
  width: 190px;
  height: 7px;
  margin-top: 0.55em;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}
#main h1.line-after.set-center, #main .line-after.set-center h1, #main h2.line-after.set-center, #main .line-after.set-center h2, #main h3.line-after.set-center, #main .line-after.set-center h3 {
  margin-bottom: 0;
}
#main h1.line-after.set-center:after, #main .line-after.set-center h1:after, #main h2.line-after.set-center:after, #main .line-after.set-center h2:after, #main h3.line-after.set-center:after, #main .line-after.set-center h3:after {
  background-image: linear-gradient(to right, transparent, #0f75bc, transparent);
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  margin: 0.5em auto;
  width: 230px;
}
#main .step {
  margin-right: 30px;
  padding: 85px 50px 35px 60px;
  border-radius: 10px;
}
#main .step:last-child {
  margin-right: 0;
}
#main .step.col_4 {
  flex: 0 0 calc(33.333% - 20px);
  max-width: calc(33.333% - 20px);
}
#main .step > * {
  color: #ffffff;
}
#main .step h3 {
  margin-top: 22px;
  font-size: 17px;
  position: relative;
  width: 100%;
  display: block;
  margin-bottom: 0;
  line-height: 26px;
}
#main .step h3:before {
  text-indent: 0;
  content: "1";
  font-family: Tahoma;
  font-size: 65px;
  line-height: 60px;
  color: #ffffff;
  font-weight: 900;
  margin: 0 auto;
  text-align: center;
  display: block;
  position: absolute;
  top: -80px;
  left: 0;
  width: 100%;
  display: block;
  text-align: center;
}
#main .step h3:after {
  text-indent: 0;
  content: "";
  font-size: 1.4rem;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
}
#main .step p {
  max-width: 100%;
  font-size: 17px;
  line-height: 28px;
  margin-top: 12px;
  font-weight: 300;
}
#main #step1 {
  z-index: 15;
  background-color: #54a8dc;
}
#main #step1:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -40px; /* Abstand zur Box */
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-left: 40px solid #54a8dc;
}
#main #step1 h3 {
  padding-left: 45px;
}
#main #step1 h3:before {
  content: "1";
}
#main #step1 h3:after {
  content: "\f1b9";
}
#main #step2 {
  z-index: 10;
  background-color: #0f75bc;
}
#main #step2:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0; /* Abstand zur Box */
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-left: 40px solid #f8f9fc;
  z-index: 5;
}
#main #step2:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -40px; /* Abstand zur Box */
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-left: 40px solid #0f75bc;
}
#main #step2 h3 {
  padding-left: 45px;
}
#main #step2 h3:before {
  content: "2";
}
#main #step2 h3:after {
  content: "\f044";
}
#main #step3 {
  z-index: 5;
  background-color: #0a5488;
}
#main #step3:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0; /* Abstand zur Box */
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-left: 40px solid #f8f9fc;
  z-index: 5;
}
#main #step3 h3 {
  padding-left: 52px;
}
#main #step3 h3:before {
  content: "3";
}
#main #step3 h3:after {
  content: "\f07a";
}
#main .ce_download ul, #main .ce_downloads ul {
  margin: 0;
}
#main .ce_download ul li:before, #main .ce_downloads ul li:before {
  display: none;
}
#main .ce_download p.download-element, #main .ce_download li.download-element, #main .ce_downloads p.download-element, #main .ce_downloads li.download-element {
  max-width: 760px;
  display: block;
  margin-bottom: 16px;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
  font-style: normal;
  border-radius: 3px;
  line-height: 17px;
  font-size: 16px;
  padding: 17px 25px;
  background-position: 0 0;
  color: rgba(0, 0, 0, 0.45);
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: all 0.4s;
}
#main .ce_download p.download-element a, #main .ce_download li.download-element a, #main .ce_downloads p.download-element a, #main .ce_downloads li.download-element a {
  font-size: 0.95rem;
  font-weight: 600;
  position: relative;
  display: block;
  padding-left: 25px;
}
#main .ce_download p.download-element a .size, #main .ce_download li.download-element a .size, #main .ce_downloads p.download-element a .size, #main .ce_downloads li.download-element a .size {
  display: none;
}
#main .ce_download p.download-element a:before, #main .ce_download li.download-element a:before, #main .ce_downloads p.download-element a:before, #main .ce_downloads li.download-element a:before {
  content: "\f56d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 10px;
  position: absolute;
  top: 0;
  left: -5px;
  font-size: 22px;
}
#main .ce_download p.download-element:hover, #main .ce_download li.download-element:hover, #main .ce_downloads p.download-element:hover, #main .ce_downloads li.download-element:hover {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(0, 0, 0, 0.2);
}

/* ### ALL SWIPERS ### */
.swiper-wrapper {
  padding-bottom: 30px;
}

/* Bestseller Swiper */
#main #bestseller-slider {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
}
#main #bestseller-slider .swiper-slide {
  position: relative;
  height: 610px;
  border-radius: 5px;
  box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
}
#main #bestseller-slider .swiper-slide form .formbody {
  display: block;
}
#main #bestseller-slider .swiper-slide figure {
  height: 270px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0;
  overflow: hidden;
}
#main #bestseller-slider .swiper-slide figure img {
  height: 100%;
  object-fit: cover;
  max-width: 100%;
  width: 100%;
  object-position: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  transition: transform 0.5s ease;
}
#main #bestseller-slider .swiper-slide:hover {
  box-shadow: 0px 0px 18px -5px rgba(0, 0, 0, 0.4);
}
#main #bestseller-slider .swiper-slide:hover img {
  transform: scale(1.08);
}
#main #bestseller-slider .swiper-slide .text {
  position: relative;
  padding: 10px 25px;
  height: 300px;
  display: block;
  pointer-events: auto;
}
#main #bestseller-slider .swiper-slide .text h3 {
  margin-top: 0.5em;
  font-size: 1rem;
  display: block;
  margin-bottom: 12px;
}
#main #bestseller-slider .swiper-slide .text h3 a:hover {
  color: #54a8dc;
}
#main #bestseller-slider .swiper-slide .text p {
  font-size: 17px;
  font-weight: 400;
  max-width: 100%;
  margin-bottom: 10px !important;
}
#main #bestseller-slider .swiper-slide .text p.price {
  font-size: 26px;
  font-weight: 700;
  color: #646464;
  position: absolute;
  bottom: 40px;
}
#main #bestseller-slider .swiper-slide .text .button-default {
  position: absolute;
  bottom: -17px;
}

/* Swiper Navigation */
.topicslider-swiper-navigation {
  width: 100%;
  position: relative;
  height: 10px;
}
.topicslider-swiper-navigation .topicslider-button-prev, .topicslider-swiper-navigation .topicslider-button-next {
  position: absolute;
  width: 50px;
  height: 50px;
  top: -303px;
  cursor: pointer;
}
.topicslider-swiper-navigation .topicslider-button-prev:before, .topicslider-swiper-navigation .topicslider-button-next:before {
  content: "\f077";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  display: inline-block;
  margin-right: 5px;
  transform: rotate(90deg);
  color: #969696;
  font-size: 45px;
}
.topicslider-swiper-navigation .topicslider-button-prev:hover:before, .topicslider-swiper-navigation .topicslider-button-next:hover:before {
  color: #0f75bc;
}
.topicslider-swiper-navigation .topicslider-button-prev {
  left: 0;
  right: auto;
  transform: rotate(-180deg);
  top: -275px;
}
.topicslider-swiper-navigation .topicslider-button-next {
  right: 0;
  left: auto;
}

/* Accordions */
#main .mod_faqlist {
  margin: 30px auto;
  width: 80%;
}
#main .mod_faqlist .ce_accordion {
  display: block;
  border-radius: 5px;
  background-color: #ffffff;
}
#main .mod_faqlist .ce_accordion h3.toggler {
  text-transform: none;
  width: 100%;
  display: block;
  font-size: 17px;
  white-space: nowrap;
  height: 57px;
  line-height: 1.6;
  font-weight: 600;
  padding: 16px 30px;
  border-radius: 3px;
  border: 0 none;
  margin: 0 auto;
  transition: all 0.4s;
  letter-spacing: 0.05rem;
  transition: all 0.4s;
  background: linear-gradient(to right, #0f75bc, #0a5488);
  color: #ffffff;
  cursor: pointer;
}
#main .mod_faqlist .ce_accordion h3.toggler:hover, #main .mod_faqlist .ce_accordion h3.toggler.ui-state-active {
  background: linear-gradient(to left, #0f75bc, #0a5488);
  background-position: right;
  filter: brightness(90%);
  color: #f8f9fc;
}
#main .mod_faqlist .ce_accordion .ui-accordion-header .ui-accordion-header-icon {
  transition: all 0.4s;
  display: inline-block;
}
#main .mod_faqlist .ce_accordion .ui-accordion-header .ui-accordion-header-icon:before {
  content: "\f077" !important;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #ffffff;
  display: block;
  transform: rotate(90deg);
  margin-right: 10px;
}
#main .mod_faqlist .ce_accordion .ui-accordion-header.ui-state-active .ui-accordion-header-icon {
  transform: rotate(90deg);
}
#main .mod_faqlist .ce_accordion .ui-accordion-header.ui-state-active .ui-accordion-header-icon:before {
  padding-bottom: 4px;
}
#main .mod_faqlist .ce_accordion .accordion {
  background-color: #f8f9fc;
  color: #24282c;
  padding: 25px 63px 30px 63px;
}
#main .mod_faqlist .ce_accordion .accordion p, #main .mod_faqlist .ce_accordion .accordion ul li {
  margin-top: 0 !important;
  max-width: 90%;
  font-size: 17px;
  line-height: 1.6;
}
#main .mod_faqlist .ce_accordion .accordion ul {
  margin-left: 2.6rem;
  margin-top: 0 !important;
  margin-bottom: 2rem;
  max-width: 90%;
}
#main .mod_faqlist .ce_accordion .accordion ul li {
  max-width: 90%;
}

/* Default*/
#main .mod_iso_productlist {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#main .mod_iso_productlist .submit_container {
  position: absolute;
  display: block;
  bottom: -17px;
  width: 86%;
}
#main .mod_iso_productlist .submit_container input.submit {
  border: 0;
  color: #ffffff;
  font-family: "Red Hat Text", sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding: 18px 25px;
  border-radius: 3px;
}
#main .mod_iso_productlist .submit_container input.submit.update {
  display: none;
}
#main .mod_iso_productlist .submit_container .quantity_container {
  padding-right: 10px;
}
#main .mod_iso_productlist .submit_container .quantity_container label {
  display: none;
}
#main .mod_iso_productlist .submit_container .quantity_container input.text {
  height: auto;
  padding: 13px 10px;
  text-align: center;
}
#main .mod_iso_productlist .product-card-default {
  position: relative;
  height: 610px;
  border-radius: 5px;
  box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
  margin-left: 15px;
  margin-right: 15px;
  flex: 0 0 calc(25% - 30px);
  max-width: calc(25% - 30px);
  margin-bottom: 32px;
}
#main .mod_iso_productlist .product-card-default form .formbody {
  display: block;
}
#main .mod_iso_productlist .product-card-default figure {
  height: 270px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0;
  overflow: hidden;
}
#main .mod_iso_productlist .product-card-default figure img {
  height: 100%;
  object-fit: cover;
  max-width: 100%;
  width: 100%;
  object-position: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  transition: transform 0.5s ease;
}
#main .mod_iso_productlist .product-card-default:hover {
  box-shadow: 0px 0px 18px -5px rgba(0, 0, 0, 0.4);
}
#main .mod_iso_productlist .product-card-default:hover img {
  transform: scale(1.08);
}
#main .mod_iso_productlist .product-card-default .text {
  position: relative;
  padding: 10px 25px;
  height: 300px;
  display: block;
  pointer-events: auto;
}
#main .mod_iso_productlist .product-card-default .text h3 {
  margin-top: 0.5em;
  font-size: 1rem;
  display: block;
  margin-bottom: 12px;
}
#main .mod_iso_productlist .product-card-default .text h3 a:hover {
  color: #54a8dc;
}
#main .mod_iso_productlist .product-card-default .text p {
  font-size: 17px;
  font-weight: 400;
  max-width: 100%;
  margin-bottom: 10px !important;
}
#main .mod_iso_productlist .product-card-default .text p.price {
  font-size: 26px;
  font-weight: 700;
  color: #24282c;
  position: absolute;
  bottom: 40px;
}
#main .mod_iso_productlist .product-card-default .text p.price .price-info {
  font-size: 0.82rem;
  line-height: 1.6;
  color: #646464;
  font-weight: 300;
}
#main .mod_iso_productlist .product-card-default .text .button-default {
  position: absolute;
  bottom: -17px;
}

/* Standard-Pagina */
#main .pagination {
  display: block;
  width: 100%;
  margin-top: 30px;
}
#main .pagination p {
  display: none;
}
#main .pagination ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
#main .pagination ul li {
  display: block;
  position: relative;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#main .pagination ul li:before {
  display: none;
}
#main .pagination ul li a, #main .pagination ul li strong {
  color: #0f75bc;
  width: 80px;
  border-radius: 3px;
  background-color: #ffffff;
  border: 1px solid rgba(10, 10, 10, 0.1);
  font-size: 18px;
  justify-content: center;
  margin: 5px;
  padding: 11px 19px;
  text-align: center;
  transition: all 0.4s !important;
  font-weight: 400;
}
#main .pagination ul li a:hover, #main .pagination ul li strong:hover {
  background-color: #54a8dc;
  color: #ffffff;
}
#main .pagination ul li strong.active {
  background-color: #0f75bc;
  color: #ffffff;
  font-weight: 600;
}

/* Category Card */
#main .category-card.col_4 {
  box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.25);
  height: 380px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-radius: 10px;
  background: #ffffff;
  margin-left: 15px;
  margin-right: 15px;
  flex: 0 0 calc(33.333% - 30px);
  max-width: calc(33.333% - 30px);
  opacity: 0.8;
  transition: all 0.4s;
  position: relative;
}
#main .category-card.col_4:hover {
  transform: scale(1.03);
  box-shadow: 0px 0px 18px -5px rgba(0, 0, 0, 0.4);
}
#main .category-card.col_4:hover h2 a {
  opacity: 0.98;
  color: #0f75bc;
}
#main .category-card.col_4 figure {
  border: 16px solid #f8f9fc;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  margin: 0;
  display: block;
  position: relative;
}
#main .category-card.col_4 figure img {
  border-radius: 10px;
  height: 90%;
  max-width: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
  margin: 0;
}
#main .category-card.col_4 h2 {
  margin: 0;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  box-shadow: 0 -4px 6px rgba(0, 0, 0, 0.1);
}
#main .category-card.col_4 h2 a {
  text-align: center;
  margin: 0;
  font-size: 23px;
  line-height: 29px;
  letter-spacing: 0.08rem;
  z-index: 100;
  background-color: #f8f9fc;
  text-transform: none;
  height: 120px;
  opacity: 0.9;
  width: 100%;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
  padding: 0 40px;
}
#main .category-card.col_4 p {
  display: none;
}

/* Login, Registration and My Account */
#main .mod_login.login, #main .registration-teaser, #main .mod_registration, .default-form {
  position: relative;
  min-height: 570px;
  border-radius: 10px;
  box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
  padding: 40px 18px 40px 50px;
  display: block;
  margin: 0 15px;
}
#main .mod_login.login h2, #main .registration-teaser h2, #main .mod_registration h2, .default-form h2 {
  margin-top: 33px;
  font-size: 22px;
}
#main .mod_login.login a:not(.submit), #main .registration-teaser a:not(.submit), #main .mod_registration a:not(.submit), .default-form a:not(.submit) {
  text-decoration: underline;
  font-size: 16px;
  margin-top: 20px;
}
#main .mod_login.login .submit, #main .registration-teaser .submit, #main .mod_registration .submit, .default-form .submit {
  min-width: 50%;
}

#main .mod_registration, #main .default-form {
  min-height: auto;
  margin: 0 0;
}
#main .mod_registration h2, #main .default-form h2 {
  margin-top: 0;
  margin-bottom: 40px;
}

#main .registration-teaser .submit {
  margin-top: 70px;
}

/* My Account Menu */
#header .shop-shortcuts .shop-shortcuts-inner a.account {
  position: relative;
}
#header .shop-shortcuts .shop-shortcuts-inner a.account .hovermenu {
  display: none;
}
#header .shop-shortcuts .shop-shortcuts-inner a.account:hover .hovermenu, #header .shop-shortcuts .shop-shortcuts-inner a.account.active .hovermenu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  display: block;
}

/* Formulare */
#main form {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
}
#main form .formbody, #main form .formbody .fields {
  display: flex;
  flex-wrap: wrap;
  justify-items: right;
  justify-content: flex-start;
  position: relative;
  height: auto;
  width: 100%;
}
#main form .widget {
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 22px;
}
#main form .widget.widget-checkbox, #main form .widget.widget-radio {
  flex: 0 0 100%;
  max-width: 100%;
}
#main form .widget input:not([type=checkbox]):not([type=radio]),
#main form .widget textarea,
#main form .widget select,
#main form .widget button {
  width: 95%;
}
#main form .widget.widget-submit {
  flex: 0 0 calc(100% - 31px);
  max-width: calc(100% - 31px);
  border-top: 1px solid #e1e1e1;
  padding-top: 32px;
  margin-top: 10px;
}
#main form .widget.widget-submit button {
  width: calc(47.5% + 15px);
  min-width: calc(47.5% + 15px);
  padding: 19px 25px;
}
#main form label {
  font-weight: 600;
  font-size: 16px;
  color: #646464;
  margin-bottom: 0.25rem;
  display: block;
}
#main form label .mandatory {
  color: #b74444;
  margin-left: 5px;
  display: inline-block;
}
#main form .checkbox_container legend, #main form .radiocontainer legend {
  font-weight: 600;
  font-size: 16px;
  color: #646464;
  margin-bottom: 0.6rem;
  display: block;
}
#main form .checkbox_container legend .mandatory, #main form .radiocontainer legend .mandatory {
  color: #b74444;
  margin-left: 5px;
  display: inline-block;
}
#main form .checkbox_container label, #main form .radiocontainer label {
  display: block;
  padding-left: 36px;
  padding-right: 30px;
  line-height: 23px;
  font-weight: 400;
}
#main form input:not([type=checkbox]):not([type=radio]),
#main form textarea,
#main form select {
  width: 100%;
  padding: 0.8rem 1rem;
  border: 2px solid #d1d1d3;
  border-radius: 3px;
  font-size: 17px;
  color: #24282c;
  background-color: #f8f9fc;
  transition: all 0.25s ease;
}
#main form input:not([type=checkbox]):not([type=radio]):focus,
#main form textarea:focus,
#main form select:focus {
  border-color: 1px solid #646464;
  outline: none;
  box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}
#main form input:not([type=checkbox]):not([type=radio])::placeholder,
#main form textarea::placeholder,
#main form select::placeholder {
  color: #697580;
}
#main form input:not([type=checkbox]):not([type=radio]):disabled,
#main form textarea:disabled,
#main form select:disabled {
  background-color: #f5f5f5;
  color: #838e99;
  cursor: not-allowed;
}
#main form fieldset {
  border: 0;
  text-align: left;
  padding: 0;
  margin: 0;
}
#main form input[type=radio] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #f8f9fc;
  margin: 0;
  font-family: "Trebuchet MS", sans-serif;
  border-radius: 50%;
  border: 2px solid #d1d1d3;
  place-content: center;
  width: 24px;
  height: 24px;
  line-height: 24px;
  float: left;
  display: grid;
}
#main form input[type=radio]:before {
  content: "";
  border-radius: 50%;
  width: 11px;
  height: 11px;
  background-color: #0f75bc;
  display: block;
  transform: scale(0);
  opacity: 0;
  transition: 120ms transform ease-in-out;
}
#main form input[type=checkbox] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #f8f9fc;
  margin: 0;
  font-family: "Trebuchet MS", sans-serif;
  border: 2px solid #d1d1d3;
  place-content: center;
  width: 24px;
  height: 24px;
  line-height: 24px;
  float: left;
  display: grid;
  border-radius: 2px;
}
#main form input[type=checkbox]:before {
  content: "";
  width: 11px;
  height: 11px;
  background-color: #0f75bc;
  display: block;
  transform: scale(0);
  opacity: 0;
  border-radius: 2px;
  transition: 120ms transform ease-in-out;
}
#main form input[type=radio]:checked:before,
#main form input[type=checkbox]:checked:before {
  transform: scale(1.1);
  opacity: 1;
}
#main form p.error {
  color: #b74444;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 12px 23px;
  border: 2px solid #b74444;
  border-radius: 3px;
  background-color: rgba(183, 68, 68, 0.1);
  max-width: 100%;
  display: block;
  min-width: 100%;
}

#main .mod_login.login form .widget-submit button,
#main .mod_login.login form .password,
#main .mod_login.login form .username,
#main .mod_lostPasswordNotificationCenter form .widget {
  flex: 0 0 100%;
  max-width: 100%;
}
#main .mod_login.login form .widget-submit button input,
#main .mod_login.login form .password input,
#main .mod_login.login form .username input,
#main .mod_lostPasswordNotificationCenter form .widget input {
  width: 100%;
}

#main #fast-login {
  margin: 0 auto;
  max-width: 960px;
  height: 370px;
}
#main #fast-login h2 {
  margin-top: 0;
}
#main #fast-login a:not(.submit) {
  margin-top: 0;
}
#main #fast-login form .widget.username,
#main #fast-login form .widget.password {
  flex: 0 0 50%;
  max-width: 50%;
}
#main #fast-login form .widget.username input,
#main #fast-login form .widget.password input {
  width: 95%;
}

#main .mod_login.login {
  padding: 40px 50px 40px 50px;
}
#main .mod_login.login form .widget-submit {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}

#main .small-form {
  margin: 0 auto;
  flex: 0 0 70%;
  max-width: 70%;
  padding: 40px 50px 40px 50px;
}
#main .small-form form .widget {
  flex: 0 0 100%;
  max-width: 100%;
}
#main .small-form form .widget.widget-submit {
  border-top: 0;
  padding-top: 0;
  margin-top: 10px;
}
#main .small-form form .widget input:not([type=checkbox]):not([type=radio]),
#main .small-form form .widget textarea,
#main .small-form form .widget select {
  width: 100%;
}

/* Search results */
.search-result-item {
  border-bottom: 1px solid #0f75bc;
  margin: 25px 0;
  padding: 12px 0 8px 0;
}
.search-result-item.last {
  border-bottom: 0;
}
.search-result-item .context {
  font-size: 16px !important;
}
.search-result-item h2 a {
  font-size: 25px !important;
  color: #0f75bc !important;
  line-height: 25px !important;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
}
.search-result-item a:hover {
  color: #073b60 !important;
}
.search-result-item mark.highlight {
  background-color: transparent;
  font-weight: 600 !important;
  color: #0f75bc;
  font-size: 16px !important;
}

/* Payment Icons */
#payment-icons {
  width: 100%;
}
#payment-icons ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  max-width: 430px;
}
#payment-icons ul li {
  flex: 0 0 16.666%;
  max-width: 16.666%;
  display: block;
  padding: 0 10px 0 0;
}

/* Footer */
#footer {
  background-color: #24282c;
  /* To-Top-Link */
}
#footer .footer-col1, #footer .footer-col2, #footer .footer-col3 {
  padding: 40px 30px 0 0;
}
#footer .footer-col3 {
  padding-right: 0;
}
#footer p, #footer strong, #footer ul, #footer table {
  color: #f8f9fc;
  font-size: 0.95rem;
  line-height: 1.6;
}
#footer a, #footer li.active strong {
  color: #f8f9fc;
  font-weight: 400;
  font-size: 0.95rem;
}
#footer a:hover, #footer a.active, #footer li.active strong:hover, #footer li.active strong.active {
  text-decoration: none;
  color: #54a8dc;
  font-size: 0.95rem;
  line-height: 1.6;
}
#footer h3 {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 0.03rem;
  margin-bottom: 30px;
}
#footer h3:after {
  content: "";
  display: block;
  background-color: #54a8dc;
  width: 60px;
  height: 3px;
  margin-top: 8px;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}
#footer .footer-claim p {
  font-size: 34px;
  line-height: 1.28;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 139px;
}
#footer .footer-claim p .highlighted {
  color: #54a8dc;
}
#footer .mod_customnav ul {
  margin: 0 0 80px 0;
  padding: 0;
  width: 80%;
}
#footer .mod_customnav ul li {
  margin-bottom: 8px;
  padding-left: 18px;
  padding-bottom: 5px;
  list-style-type: none;
  position: relative;
  font-size: 16px;
}
#footer .mod_customnav ul li a:before, #footer .mod_customnav ul li strong:before {
  content: "\f077";
  position: absolute;
  left: 0;
  display: block;
  height: 15px;
  width: 13px;
  top: 15%;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #ffffff;
  transform: rotate(90deg);
}
#footer .copyright {
  background-color: #495057;
  padding: 15px 0;
  text-align: center;
}
#footer .copyright p, #footer .copyright a {
  font-size: 0.85rem;
  line-height: 1rem;
  margin: 0;
  font-weight: 300;
}
#footer .copyright a {
  color: #d2f0fd;
  text-decoration: none;
  font-weight: 600;
}
#footer .copyright a:hover {
  color: #54a8dc;
}
#footer #top_link {
  bottom: 25px;
  right: 25px;
  position: fixed;
  text-align: center;
  width: 45px;
  height: 45px;
  opacity: 0;
  overflow: hidden;
  z-index: 10005;
}
#footer #top_link a {
  background-color: #0f75bc;
  border-radius: 50%;
  opacity: 0.85;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  font-weight: 900;
  text-align: center;
  font-size: 23px;
  line-height: 41px;
  cursor: pointer;
  color: #ffffff;
}
#footer #top_link a i {
  color: #ffffff;
  margin-right: 0;
  font-size: 1.1rem;
  line-height: 48px;
}
#footer #top_link a:hover {
  opacity: 1;
  font-size: 23px;
  line-height: 41px;
  color: #ffffff;
}

body.fixed-header #footer #top_link {
  opacity: 0.85;
}

/* Cookie Banner */
.contao-cookiebar {
  z-index: 9900099;
  font-size: 17px !important;
}
.contao-cookiebar h2 {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.4;
  color: #0f75bc;
  display: block;
  width: 100%;
  margin-bottom: 0.7em;
  margin-top: 40px;
  text-transform: uppercase;
  letter-spacing: 0.03rem;
}
.contao-cookiebar h2:after {
  content: "";
  display: block;
  background-color: #54a8dc;
  width: 60px;
  height: 3px;
  margin-top: 8px;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}
.contao-cookiebar .cc-bottom {
  --ccb-align: center;
}
.contao-cookiebar .cc-btn {
  margin: 10px 10px 0 0;
}
.contao-cookiebar .cc-info {
  margin-top: 36px;
}
.contao-cookiebar .cc-info > a {
  display: inline-block;
  font-size: 0.9rem;
  color: #0f75bc;
  transition: color 0.3s ease-in-out;
}
.contao-cookiebar .cc-info > a:hover {
  color: #073b60;
}
.contao-cookiebar .cc-footer, .contao-cookiebar .cc-info {
  text-align: left;
}
.contao-cookiebar .cc-inner {
  padding: 40px 32px;
}
.contao-cookiebar .cc-inner p {
  font-size: 17px;
  line-height: 29px;
}
.contao-cookiebar .cc-group {
  border: 0;
}
.contao-cookiebar .cc-group > label {
  flex-grow: 1;
  margin: 15px 0;
}

/* Animationen (Keyframes) */
.bounceInLeft {
  animation-name: bounceInLeft;
  animation-duration: 1.2s;
  animation-fill-mode: both;
}

.fly-in-up {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.6s ease-out;
}

.fly-in-up.visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes flyInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  0% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}
@keyframes fadeOut {
  0% {
    visibility: visible;
  }
  100% {
    visibility: hidden;
  }
}
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  100% {
    transform: none;
  }
}

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