@charset "UTF-8";
/*!
 * Violution Plugin Shop
 * Copyright 2024 Violution GbR, Dortmund
 * Autor: Daniela Brigula
 */
/* Color Set MuE */
/* Font-Weights */
/* Font-Faces */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  src: local("Source Sans Pro"), url("../../fonts/SourceSansPro-Light.woff2") format("woff2");
  font-weight: 300;
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  src: local("Source Sans Pro"), url("../../fonts/SourceSansPro-Regular.woff2") format("woff2");
  font-weight: 400;
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  src: local("Source Sans Pro"), url("../../fonts/SourceSansPro-SemiBold.woff2") format("woff2");
  font-weight: 500;
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  src: local("Source Sans Pro"), url("../../fonts/SourceSansPro-Bold.woff2") format("woff2");
  font-weight: 700;
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  src: local("Source Sans Pro"), url("../../fonts/SourceSansPro-Black.woff2") format("woff2");
  font-weight: 900;
}
* {
  box-sizing: border-box;
}

body, html {
  font-family: "Source Sans Pro", sans-serif;
  color: #545454;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  margin: 0;
  padding: 0;
  position: relative;
}

.invisible {
  visibility: hidden !important;
  display: none !important;
}

/* Links */
a {
  color: #361b6a;
  text-decoration: none;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: linear;
}
a:hover {
  color: #7e4290;
}

/* Font Awesome Basics */
.fa, .fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.fa, .fab, .fal, .far, .fas {
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  padding-right: 10px;
}

/* Binding */
.binding {
  margin: auto auto;
  max-width: 1400px;
  overflow: hidden;
}

.small-binding .binding {
  max-width: 730px;
}

#main {
  min-height: 900px;
}

/* Top Line */
#top-line {
  height: 45px;
  background-color: #ffffff;
  text-align: right;
  border-bottom: 1px solid #f3f3f3;
  color: #545454;
  font-size: 14px;
}
#top-line ul {
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
}
#top-line ul li {
  border-left: 1px solid #f3f3f3;
  float: left;
  position: relative;
  list-style: none;
}
#top-line ul li:first-child {
  border-left: 0;
}
#top-line ul li a {
  height: 45px;
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 13px;
  color: #545454;
}
#top-line ul li a:hover {
  color: #7e4290;
}
#top-line ul li:last-child a {
  padding-right: 0;
}

/* Main-Navigation + Logo */
#navbar {
  height: 75px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  background: #f3f3f3;
  top: 0;
  backdrop-filter: blur(12px);
}
#navbar .row {
  height: 75px;
  align-items: center;
  justify-content: center;
}
#navbar #hamburger-menu {
  display: none;
}
#navbar #logo img {
  margin-top: 6px;
  width: 155px;
  height: auto;
}
#navbar #main-navigation .mod_navigation {
  text-align: right;
  position: relative;
  z-index: 200;
  overflow: visible;
  display: block;
}
#navbar #main-navigation .mod_navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  height: 75px;
  align-items: center;
  justify-content: left;
  /* Submenü */
}
#navbar #main-navigation .mod_navigation ul.level_1 li:last-child {
  display: none;
}
#navbar #main-navigation .mod_navigation ul.level_2 li:last-child {
  display: block;
}
#navbar #main-navigation .mod_navigation ul li {
  margin: 0 45px 0 0;
  height: 100%;
  position: relative;
  cursor: pointer;
}
#navbar #main-navigation .mod_navigation ul li:hover:before, #navbar #main-navigation .mod_navigation ul li.active:before {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 0;
  background-color: #60327d;
}
#navbar #main-navigation .mod_navigation ul li:hover a {
  color: #60327d;
}
#navbar #main-navigation .mod_navigation ul li:hover li a {
  color: #2c2c2c;
}
#navbar #main-navigation .mod_navigation ul li a, #navbar #main-navigation .mod_navigation ul li strong.active, #navbar #main-navigation .mod_navigation ul li strong.forward, #navbar #main-navigation .mod_navigation ul li strong.trail {
  display: flex;
  height: 100%;
  color: #545454;
  font-weight: 500;
  font-size: 17px;
  align-items: center;
  justify-content: center;
  padding-top: 5px;
}
#navbar #main-navigation .mod_navigation ul li strong.active, #navbar #main-navigation .mod_navigation ul li strong.forward, #navbar #main-navigation .mod_navigation ul li strong.trail {
  color: #361b6a;
}
#navbar #main-navigation .mod_navigation ul .level_2, #navbar #main-navigation .mod_navigation ul .level_3 {
  position: absolute;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.2s ease-in;
  width: 210px;
  height: auto;
  top: calc(100% - 3px);
  box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.06);
}
#navbar #main-navigation .mod_navigation ul .level_2:before, #navbar #main-navigation .mod_navigation ul .level_3:before {
  content: "";
  display: block;
  height: 3px;
  width: 100%;
  position: absolute;
  top: 0;
  background-color: #361b6a;
}
#navbar #main-navigation .mod_navigation ul .level_2 li, #navbar #main-navigation .mod_navigation ul .level_3 li {
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: left;
  position: relative;
}
#navbar #main-navigation .mod_navigation ul .level_2 li:hover:before, #navbar #main-navigation .mod_navigation ul .level_2 li.active:before, #navbar #main-navigation .mod_navigation ul .level_3 li:hover:before, #navbar #main-navigation .mod_navigation ul .level_3 li.active:before {
  display: none;
}
#navbar #main-navigation .mod_navigation ul .level_2 li:hover a, #navbar #main-navigation .mod_navigation ul .level_3 li:hover a {
  color: #361b6a;
}
#navbar #main-navigation .mod_navigation ul .level_2 li:last-child a, #navbar #main-navigation .mod_navigation ul .level_3 li:last-child a {
  border-bottom: 0 none;
}
#navbar #main-navigation .mod_navigation ul .level_2 li a, #navbar #main-navigation .mod_navigation ul .level_2 li strong.active, #navbar #main-navigation .mod_navigation ul .level_3 li a, #navbar #main-navigation .mod_navigation ul .level_3 li strong.active {
  font-weight: 400;
  letter-spacing: 0.5px;
  font-style: normal;
  padding: 14px 24px 10px 24px;
  line-height: 1.5;
  transition: all 0.2s ease-in-out;
  font-size: 14px;
  text-align: left;
  justify-content: left;
  border-bottom: 1px solid #f0f;
}
#navbar #main-navigation .mod_navigation ul .level_2 li a:hover, #navbar #main-navigation .mod_navigation ul .level_2 li strong.active:hover, #navbar #main-navigation .mod_navigation ul .level_3 li a:hover, #navbar #main-navigation .mod_navigation ul .level_3 li strong.active:hover {
  color: #ffffff;
  background-color: #361b6a;
}
#navbar #main-navigation .mod_navigation ul .level_2 li strong.active, #navbar #main-navigation .mod_navigation ul .level_3 li strong.active {
  color: #ffffff;
  background-color: #361b6a;
}
#navbar #main-navigation .mod_navigation ul .level_3 {
  left: 100%;
  top: -1px;
}
#navbar #main-navigation .mod_navigation ul .level_2 .submenu:hover a.submenu {
  color: #ffffff;
  background-color: #361b6a;
}
#navbar #main-navigation .mod_navigation ul.level_1 li:hover > .level_2, #navbar #main-navigation .mod_navigation ul.level_2 li:hover > .level_3 {
  visibility: visible;
  opacity: 1;
}

/* Sticky Navigation */
.sticky-navigation {
  background: rgba(247, 248, 249, 0.6784313725) !important;
  top: 0;
  backdrop-filter: blur(12px);
  height: 7.6rem;
  position: relative;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sticky-navigation.sticky {
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 4.2rem;
}

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

[class*=col] {
  padding: 0;
}
[class*=col] figure {
  margin: 0;
}
[class*=col].align-right {
  text-align: right;
}

.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;
}

/* Buttons */
.button-default:not(.widget) {
  background: #361b6a;
  color: #ffffff;
  display: inline-block;
  position: relative;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 1px;
  border-width: 0;
  border-style: solid;
  border-radius: 3px;
  text-transform: uppercase;
  transition: all 0.4s;
  line-height: 17px;
  font-size: 15px;
  padding: 15px 32px;
}
.button-default:not(.widget) a {
  color: #ffffff;
}
.button-default:not(.widget):hover {
  background-color: #60327d;
  color: #ffffff;
}

#hamburger-toggler {
  display: none;
}

/* Warenkorb & Account im Header */
.vio_shop-shortcuts {
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
  gap: 28px;
}
.vio_shop-shortcuts .button-default {
  padding: 9px 32px 8px 32px;
  display: block;
  font-size: 13px;
}
.vio_shop-shortcuts .vio_search, .vio_shop-shortcuts .vio_cart {
  position: relative;
  display: block;
  margin-top: 6px;
  width: 26px;
  height: 26px;
  overflow: visible;
}
.vio_shop-shortcuts .vio_search:before, .vio_shop-shortcuts .vio_cart:before {
  content: "";
  background-color: #8d8d8d;
  -webkit-mask: url("../img/icons/search_icon.svg") no-repeat center;
  mask: url("../img/icons/search_icon.svg") no-repeat center;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
}
.vio_shop-shortcuts .vio_search:hover:before, .vio_shop-shortcuts .vio_cart:hover:before {
  background-color: #60327d;
}
.vio_shop-shortcuts .vio_search .cart-sum, .vio_shop-shortcuts .vio_cart .cart-sum {
  position: absolute;
  width: 20px;
  height: 20px;
  color: #60327d;
  display: block;
  top: -12px;
  right: -18px;
  z-index: 100;
  line-height: 20px;
  text-align: center;
  font-size: 14px;
  font-weight: 900;
}
.vio_shop-shortcuts .vio_search .cart-sum.sum-0, .vio_shop-shortcuts .vio_cart .cart-sum.sum-0 {
  display: none;
}
.vio_shop-shortcuts .vio_cart:before {
  background-color: #8d8d8d;
  -webkit-mask: url("../img/icons/cart_icon.svg") no-repeat center;
  mask: url("../img/icons/cart_icon.svg") no-repeat center;
}
.vio_shop-shortcuts .vio_cart:hover:before {
  background-color: #60327d;
}

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