@charset "UTF-8";
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */
/* @group design colors */
/* @end */
/* @group font */
/* @end */
/* @group shadows, border-radius */
/* @end */
/* @group buttons */
/* @end */
/* @group mixins */
/* @end */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */
/* @group design colors */
/* @end */
/* @group font */
/* @end */
/* @group shadows, border-radius */
/* @end */
/* @group buttons */
/* @end */
/* @group mixins */
/* @end */
@font-face {
  font-family: "Minion";
  src: url("fonts/Minion-Bold.eot");
  src: url("fonts/Minion-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Minion-Bold.woff2") format("woff2"), url("fonts/Minion-Bold.woff") format("woff"), url("fonts/Minion-Bold.ttf") format("truetype"), url("fonts/Minion-Bold.svg#Minion-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Minion";
  src: url("fonts/Minion-Semibold.eot");
  src: url("fonts/Minion-Semibold.eot?#iefix") format("embedded-opentype"), url("fonts/Minion-Semibold.woff2") format("woff2"), url("fonts/Minion-Semibold.woff") format("woff"), url("fonts/Minion-Semibold.ttf") format("truetype"), url("fonts/Minion-Semibold.svg#Minion-Semibold") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Minion";
  src: url("fonts/Minion-Regular.eot");
  src: url("fonts/Minion-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Minion-Regular.woff2") format("woff2"), url("fonts/Minion-Regular.woff") format("woff"), url("fonts/Minion-Regular.ttf") format("truetype"), url("fonts/Minion-Regular.svg#Minion-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Vladimir Script";
  src: url("fonts/VladimirScript.eot");
  src: url("fonts/VladimirScript.eot?#iefix") format("embedded-opentype"), url("fonts/VladimirScript.woff2") format("woff2"), url("fonts/VladimirScript.woff") format("woff"), url("fonts/VladimirScript.ttf") format("truetype"), url("fonts/VladimirScript.svg#VladimirScript") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "diroso";
  src: url("fonts/diroso.eot");
  src: url("fonts/diroso.eot?#iefix") format("embedded-opentype"), url("fonts/diroso.woff") format("woff"), url("fonts/diroso.ttf") format("truetype"), url("fonts/diroso.svg#diroso") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "diroso" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "diroso" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-fass-link:before {
  content: "a";
}

.icon-fass-vorne:before {
  content: "b";
}

.icon-flasche:before {
  content: "c";
}

.icon-flaschen:before {
  content: "d";
}

.icon-flaschenzieher:before {
  content: "e";
}

.icon-forschung:before {
  content: "f";
}

.icon-kaese:before {
  content: "g";
}

.icon-karte:before {
  content: "h";
}

.icon-kiste:before {
  content: "i";
}

.icon-lager:before {
  content: "j";
}

.icon-nase:before {
  content: "k";
}

.icon-reben:before {
  content: "l";
}

.icon-trauben:before {
  content: "m";
}

.icon-vinifizieren:before {
  content: "n";
}

.icon-wein-glas:before {
  content: "o";
}

.icon-wine-glas:before {
  content: "q";
}

.icon-zapfen:before {
  content: "r";
}

.icon-zeit:before {
  content: "s";
}

.icon-weingut-1:before {
  content: "t";
}

.icon-shopping-bag:before {
  content: "p";
}

.fa-pagelines {
  font-family: Font Awesome 6 Brands;
}

/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */
/* @group design colors */
/* @end */
/* @group font */
/* @end */
/* @group shadows, border-radius */
/* @end */
/* @group buttons */
/* @end */
/* @group mixins */
/* @end */
/* @group basic */
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

body {
  font: 400 15px/26px "Montserrat";
  color: #8F8D89;
  letter-spacing: 0px;
  overflow-x: hidden;
}

body > nav {
  display: none;
}

.content_inner {
  max-width: 1210px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-right: 20px;
  padding-left: 20px;
  clear: both;
}
.content_inner .overflow_content {
  overflow: hidden;
}

#logo_print {
  display: none;
}

/* @end */
#header {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1px;
}
#header * {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#header a {
  text-decoration: none;
  color: #8F8D89;
}
#header a:hover {
  color: #383736;
}
#header ul {
  margin: 0;
  padding: 0;
}
#header ul.controls {
  display: none;
}
#header ul li {
  list-style: none;
}
#header h3.portlet-title {
  display: none;
}
#header .header_inner {
  max-width: 1370px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-right: 20px;
  padding-left: 20px;
}
#header .header_inner #header_top {
  text-align: center;
  padding-top: 16px;
  padding-bottom: 0;
  margin-bottom: -37px;
}
#header .header_inner #header_top #logo_icon {
  margin-left: 83px;
  text-align: left;
  display: block;
}
#header .header_inner .right_top {
  float: right;
}
#header .header_inner #contact {
  float: right;
  padding-top: 0;
  margin-right: 10px;
}
#header .header_inner #contact a {
  display: inline-block;
  margin-right: 17px;
}
#header .header_inner #contact a i {
  margin-right: 3px;
}
#header .header_inner #header_right {
  float: right;
  padding-top: 0;
}
#header .header_inner #header_right .meta-navigation {
  float: left;
  margin-right: 2px;
}
#header .header_inner #header_right .meta-navigation li {
  display: inline-block;
  margin-right: 24px;
}
#header .header_inner #header_right .language_switcher {
  float: left;
}
#header .header_inner #header_right .language_switcher a {
  margin-right: 2px;
  display: inline-block;
  color: #E0DFDB;
}
#header .header_inner #header_right .language_switcher a:hover, #header .header_inner #header_right .language_switcher a.current {
  color: #8F8D89;
}
#header .header_inner #header_right .portlet_search {
  float: left;
  position: relative;
  margin-left: 25px;
}
#header .header_inner #header_right .portlet_search .live_search_results {
  display: none !important;
}
#header .header_inner #header_right .portlet_search:hover #portlet-search-input {
  opacity: 1;
  visibility: visible;
  width: 280px;
}
#header .header_inner #header_right .portlet_search #portlet-search-input {
  position: absolute;
  right: -13px;
  top: -14px;
  border-radius: 20px;
  font-family: "Montserrat";
  font-size: 12px;
  line-height: 15px;
  padding: 14px 25px 14px;
  text-transform: uppercase;
  color: #8F8D89;
  border: 1px solid #E0DFDB;
  width: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  box-shadow: 0 12px 17px -4px rgba(56, 56, 54, 0.2);
}
#header .header_inner #header_right .portlet_search #portlet-search-input::-webkit-input-placeholder {
  color: #8F8D89;
  text-transform: uppercase;
  opacity: 1;
}
#header .header_inner #header_right .portlet_search #portlet-search-input:-moz-placeholder {
  color: #8F8D89;
  text-transform: uppercase;
  opacity: 1;
}
#header .header_inner #header_right .portlet_search #portlet-search-input::-moz-placeholder {
  color: #8F8D89;
  text-transform: uppercase;
  opacity: 1;
}
#header .header_inner #header_right .portlet_search #portlet-search-input:-ms-input-placeholder {
  color: #8F8D89;
  text-transform: uppercase;
  opacity: 1;
}
#header .header_inner #header_right .portlet_search #portlet-search-input:focus {
  opacity: 1;
  visibility: visible;
  width: 280px;
}
#header .header_inner #header_right .portlet_search #portlet-search-button-wrap {
  cursor: pointer;
  position: relative;
  z-index: 10;
}
#header .header_inner #header_right .portlet_search #portlet-search-button-wrap:hover {
  cursor: pointer;
}
#header .header_inner #header_right .portlet_search #portlet-search-button-wrap:hover:before {
  color: #383736;
}
#header .header_inner #header_right .portlet_search #portlet-search-button-wrap:before {
  content: "\f002";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 20px;
  font-weight: 400;
  text-transform: none;
  color: #8F8D89;
  pointer-events: none;
}
#header .header_inner #header_right .portlet_search #portlet-search-button {
  color: #fff;
  width: 21px;
  height: 15px;
  border: none;
  background: none;
}
#header .header_inner #header_fixed {
  text-align: center;
  padding-bottom: 0;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  padding-top: 22px;
}
#header .header_inner #header_fixed #logo {
  float: left;
  padding-top: 7px;
}
#header .header_inner #header_fixed:before {
  content: "";
  position: absolute;
  top: 35px;
  left: -2000px;
  width: 5000px;
  height: 105px;
  display: block;
  background: #fff;
  z-index: -1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 1;
  visibility: visible;
}
#header .header_inner .is-sticky #header_fixed {
  max-width: 1370px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-right: 20px;
  padding-left: 20px;
  width: 1330px !important;
  padding: 14px 0 0 0;
  background: #fff;
  z-index: 1000;
}
#header .header_inner .is-sticky #header_fixed:before {
  opacity: 1;
  visibility: visible;
  top: 0;
  height: 98px;
}
#header .header_inner .is-sticky #header_fixed #logo {
  margin-top: -15px;
  padding-top: 0;
}
#header .header_inner .is-sticky #header_fixed .right_top {
  margin-top: 7px !important;
}
#header .header_inner .is-sticky #header_fixed #navigation {
  margin-top: 20px;
  padding-bottom: 0;
}

.breadcrumb {
  margin: 25px 0 60px;
  font-size: 10px;
  color: #383736;
}
.breadcrumb span.you_are_here {
  display: none;
}
.breadcrumb .breadcrumb_home {
  display: none;
}
.breadcrumb .breadcrumb_home + .breadcrumb_separator {
  display: none;
}
.breadcrumb .breadcrumb_separator {
  padding: 0 4px;
  color: #8F8D89;
}
.breadcrumb a {
  color: #8F8D89;
}
.breadcrumb a:hover {
  color: #383736;
}
.breadcrumb + .back-to-overview,
.breadcrumb .back-to-overview {
  float: right;
  font-size: 12px;
  position: relative;
  margin-top: -1px;
  color: #8F8D89;
}
.breadcrumb + .back-to-overview:hover,
.breadcrumb .back-to-overview:hover {
  color: #383736;
}
.breadcrumb + .back-to-overview:hover:before,
.breadcrumb .back-to-overview:hover:before {
  color: #383736 !important;
}
.breadcrumb + .back-to-overview:before,
.breadcrumb .back-to-overview:before {
  content: "\f00a";
  position: absolute;
  top: 0;
  left: -20px;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 12px;
  font-weight: 400;
  text-transform: none;
  color: #8F8D89;
  font-weight: 900;
}
.breadcrumb + .back-to-overview + .introduction, .breadcrumb + .back-to-overview + h1,
.breadcrumb .back-to-overview + .introduction,
.breadcrumb .back-to-overview + h1 {
  clear: both;
}

#newsletter {
  float: right;
  margin-right: 170px;
}
#newsletter .dodeley_subscribe {
  max-width: 410px;
  margin: 5px 0px 0px 50px;
}
#newsletter .dodeley_subscribe .dodeley_powered_by {
  display: none;
}
#newsletter .dodeley_subscribe form {
  font-size: 12px;
  line-height: 21px;
  position: relative;
}
#newsletter .dodeley_subscribe form p {
  margin-bottom: 0;
}
#newsletter .dodeley_subscribe form .submit_button {
  position: absolute;
  right: 0;
  top: 0;
}
#newsletter .dodeley_subscribe form .submit_button input {
  width: 50px;
  background: #E0DFDB;
  cursor: pointer;
  padding: 8px 14px 8px 14px;
  border-radius: 0 30px 30px 0;
}
#newsletter .dodeley_subscribe form .submit_button input:hover {
  background: #bdbab2;
}
#newsletter .dodeley_subscribe form .submit_button:hover i {
  color: #383736;
}
#newsletter .dodeley_subscribe form .submit_button i {
  position: absolute;
  font-size: 20px;
  right: 16px;
  top: 11px;
  pointer-events: none;
}
#newsletter .dodeley_subscribe form input {
  font: 400 15px/26px "Montserrat";
  padding: 8px 60px 8px 16px;
  border-radius: 30px;
  border: none;
  background: #F5F5F4;
  width: 100%;
  color: #383736;
  font-weight: 400;
  box-sizing: border-box;
  margin-bottom: 10px;
}
#newsletter .dodeley_subscribe form input::-webkit-input-placeholder {
  color: #8F8D89;
  opacity: 1;
  font-weight: 400;
}
#newsletter .dodeley_subscribe form input:-moz-placeholder {
  color: #8F8D89;
  opacity: 1;
  font-weight: 400;
}
#newsletter .dodeley_subscribe form input::-moz-placeholder {
  color: #8F8D89;
  opacity: 1;
  font-weight: 400;
}
#newsletter .dodeley_subscribe form input:-ms-input-placeholder {
  color: #8F8D89;
  opacity: 1;
  font-weight: 400;
}
#newsletter .dodeley_subscribe form input:-webkit-autofill {
  -webkit-text-fill-color: #383736 !important;
  -webkit-box-shadow: 0 0 0 80px #F5F5F4 inset;
}
#newsletter .dodeley_subscribe form a {
  color: #8F8D89;
}

#footer {
  max-width: 1370px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-right: 20px;
  padding-left: 20px;
  max-width: 1330px;
  background: #F5F5F4;
  padding: 90px 80px 34px;
  margin-top: 100px;
}
#footer ul.copy li {
  list-style: none;
  color: #d4d3cd;
  float: left;
  margin-right: 15px;
}
#footer ul.copy li:last-of-type {
  float: right;
  margin-right: 0;
}
#footer ul.copy li a {
  color: #d4d3cd;
}
#footer ul.copy li a:hover {
  color: #8F8D89;
}
#footer ul.copy li span {
  display: none;
}
#footer #footer_navigation {
  border-top: 1px solid rgba(143, 141, 137, 0.2);
  padding-top: 60px;
  padding-bottom: 60px;
  color: #8F8D89;
}
#footer #footer_navigation a {
  color: #8F8D89;
}
#footer #footer_navigation a:hover {
  color: #383736;
}
#footer #footer_navigation a.add_portlet_link {
  color: #fff;
  margin-bottom: 30px;
}
#footer #footer_navigation #portlets_shop_footer {
  display: inline-block;
}
#footer #footer_navigation #portlets_shop_footer + .cf {
  display: none;
}
#footer #footer_navigation #nav-18,
#footer #footer_navigation .shop_category_show_all,
#footer #footer_navigation h3 {
  display: none !important;
}
#footer #footer_navigation #portlet_shop_57 .shop_category_show_all {
  display: block !important;
}
#footer #footer_navigation #portlet_shop_57 .shop_category_show_all > a {
  font-family: "Montserrat";
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  letter-spacing: 1px;
  color: #383736;
  text-transform: uppercase;
  margin-bottom: 17px;
  display: block;
}
#footer #footer_navigation #portlet_shop_57 ul li {
  display: block;
}
#footer #footer_navigation #portlet_shop_57 ul li > a {
  font: 400 15px/26px "Montserrat";
  color: #8F8D89;
  text-transform: none;
  margin-bottom: 0;
  -webkit-transition: all 0s ease-out;
  -moz-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  transition: all 0s ease-out;
}
#footer #footer_navigation #portlet_shop_57 ul li > a:hover {
  color: #383736;
}
#footer #footer_navigation .portlet-content > ul > li {
  display: inline-block;
}
#footer #footer_navigation .portlet-content > ul > li#shop-category-li-220 {
  display: none;
}
#footer #footer_navigation .portlet-content > ul > li,
#footer #footer_navigation > ul > li {
  list-style: none;
}
#footer #footer_navigation .portlet-content > ul > li > a,
#footer #footer_navigation > ul > li > a {
  font-family: "Montserrat";
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  letter-spacing: 1px;
  color: #383736;
  text-transform: uppercase;
  margin-bottom: 17px;
  display: block;
}
#footer #footer_navigation .portlet-content > ul > li ul li,
#footer #footer_navigation > ul > li ul li {
  list-style: none;
}
#footer #footer_navigation ul {
  display: inline-block;
  vertical-align: top;
  margin-right: 0;
  margin-bottom: 20px;
}
#footer #footer_navigation ul.level2 {
  display: none;
}
#footer #footer_navigation ul.navigation > li {
  display: inline-block;
  vertical-align: top;
  margin-right: 60px;
  margin-bottom: 20px;
}
#footer #footer_navigation ul.shop_categories {
  margin-bottom: 0;
  margin-right: 0;
}
#footer #portlet_wrap_footer .portlet-delete-link,
#footer #portlet_wrap_footer .portlet-resource-link,
#footer #portlet_wrap_footer .portlet-integration-link,
#footer #portlet_wrap_footer .add_portlet_link {
  display: none;
}
#footer #portlet_wrap_footer #portlets_footer {
  margin-left: -70px;
}
#footer #portlet_wrap_footer #portlets_footer .portlet {
  float: left;
  box-sizing: border-box;
  width: 33.33%;
  padding: 0 0 70px 70px;
  padding-bottom: 34px;
}
#footer #portlet_wrap_footer #portlets_footer .portlet .text_icon {
  display: block;
}
#footer #portlet_wrap_footer #portlets_footer .portlet .text_icon i {
  font-weight: 300;
  font-size: 30px;
  margin-bottom: 19px;
}
#footer #portlet_wrap_footer #portlets_footer .portlet h2, #footer #portlet_wrap_footer #portlets_footer .portlet h2 a,
#footer #portlet_wrap_footer #portlets_footer .portlet h3, #footer #portlet_wrap_footer #portlets_footer .portlet h3 a {
  font-family: "Montserrat";
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #383736;
}
#footer #portlet_wrap_footer #portlets_footer .portlet h2, #footer #portlet_wrap_footer #portlets_footer .portlet h2 a {
  color: #8F8D89;
}
#footer #portlet_wrap_footer #portlets_footer .portlet h2 {
  margin-bottom: 25px;
}
#footer #portlet_wrap_footer #portlets_footer .portlet a {
  -webkit-transition: all 0s ease-out;
  -moz-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  transition: all 0s ease-out;
}
#footer #portlet_wrap_footer #portlets_footer .portlet p i {
  font-size: 30px;
  margin: 7px 6px 0 0;
  -webkit-transition: all 0s ease-out;
  -moz-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  transition: all 0s ease-out;
}
#footer #portlet_wrap_footer #portlets_footer .portlet p i span {
  display: none;
}
#footer #portlet_wrap_footer #portlets_footer .portlet .portlet-content a {
  color: #8F8D89;
}
#footer #portlet_wrap_footer #portlets_footer .portlet .portlet-content a:hover {
  color: #7D1577;
}
#footer #portlet_wrap_footer #portlets_footer .portlet .portlet-entry-date {
  float: left;
  font-weight: 700;
  margin-right: 8px;
}
#footer #portlet_wrap_footer #portlets_footer .portlet .portlet_listing_show_all {
  display: none;
}

/* -- privacy banner -- */
#privacy_banner #privacy_banner_inner {
  max-width: 1210px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-right: 20px;
  padding-left: 20px;
  padding: 18px 20px 16px 20px;
  font-size: 12px;
}
#privacy_banner #privacy_banner_inner a.button {
  display: inline-block;
  margin: 0;
  padding: 7px 18px 7px;
  width: auto;
  color: #383736;
  font: 600 12px/15px "Montserrat";
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  background: #F5F5F4;
  border-radius: 50px;
  border: 0;
  outline: none;
  cursor: pointer;
  backface-visibility: hidden;
  -webkit-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -moz-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  padding-bottom: 8px !important;
}
#privacy_banner #privacy_banner_inner a.button.active, #privacy_banner #privacy_banner_inner a.button:focus, #privacy_banner #privacy_banner_inner a.button:hover {
  border: 0;
  color: #fff;
  background: #8F8D89;
}
#privacy_banner #privacy_banner_inner a.button i:before {
  color: #383736;
}
#privacy_banner #privacy_banner_inner a.button:hover {
  opacity: 1;
}

/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */
/* @group design colors */
/* @end */
/* @group font */
/* @end */
/* @group shadows, border-radius */
/* @end */
/* @group buttons */
/* @end */
/* @group mixins */
/* @end */
#navigation {
  margin-top: 35px;
  padding-bottom: 12px;
  float: right;
  clear: both;
}
#navigation ul > li {
  display: none;
}
#navigation li#nav-19 {
  display: block;
}
#navigation li#nav-19 > a {
  display: none;
}
#navigation li#nav-19 ul.level1 {
  display: block;
}
#navigation li#nav-19 ul.level1 > li {
  display: block !important;
}
#navigation a {
  color: #383736;
  font-weight: 600;
  -webkit-transition: all 0s ease-out;
  -moz-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  transition: all 0s ease-out;
}
#navigation a:hover {
  color: #7D1577;
}
#navigation li.current > a {
  font-weight: 800;
  color: #7D1577;
}
#navigation li {
  float: left;
  margin-left: 28px;
}
#navigation .level1, #navigation .level2 {
  display: none;
}

.preload .portlet_shop_member_panel,
.preload #shop_login_button,
.preload .portlet_shop_cart {
  display: none;
}

.is-sticky #navigation_shop #portlets_shop .portlet_shop_member_panel.fixed_top {
  bottom: 0;
  opacity: 0;
  visibility: hidden;
}

#navigation_shop {
  margin-top: 20px;
  border: 1px solid #E0DFDB;
  background: #fff;
  position: relative;
}
.page_standard #navigation_shop, .is-sticky #navigation_shop {
  box-shadow: 0 20px 20px -15px rgba(56, 55, 54, 0.3);
}
#navigation_shop .add_portlet_link {
  display: none;
}
#navigation_shop #portlets_shop .portlet_shop_categories {
  float: left;
}
#navigation_shop #portlets_shop .portlet_shop_categories ul.shop_categories li {
  float: left;
  position: relative;
  display: none;
}
#navigation_shop #portlets_shop .portlet_shop_categories ul.shop_categories li#shop-category-li-220 {
  display: block;
}
#navigation_shop #portlets_shop .portlet_shop_categories ul.shop_categories li#shop-category-li-220 > a {
  display: none;
}
#navigation_shop #portlets_shop .portlet_shop_categories ul.shop_categories li#shop-category-li-220 li {
  display: block;
}
#navigation_shop #portlets_shop .portlet_shop_categories ul.shop_categories li:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 1px;
  height: 42px;
  display: block;
  background: #E0DFDB;
}
#navigation_shop #portlets_shop .portlet_shop_categories ul.shop_categories li.sort-0:before {
  display: none;
}
#navigation_shop #portlets_shop .portlet_shop_categories ul.shop_categories li a {
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 2.5px;
  font-family: "Minion";
  text-transform: uppercase;
  color: #383736;
  padding: 25px 30px 20px;
  display: block;
  position: relative;
}
#navigation_shop #portlets_shop .portlet_shop_categories ul.shop_categories li.current > a:before, #navigation_shop #portlets_shop .portlet_shop_categories ul.shop_categories li.current > a:after {
  content: "";
  position: absolute;
  top: 33px;
  left: 15px;
  width: 6px;
  height: 2px;
  display: block;
  background: #7D1577;
}
#navigation_shop #portlets_shop .portlet_shop_categories ul.shop_categories li.current > a:after {
  left: auto;
  right: 16px;
}
#navigation_shop #portlets_shop .portlet_shop_categories ul.shop_categories li:hover > a, #navigation_shop #portlets_shop .portlet_shop_categories ul.shop_categories li.current > a {
  color: #7D1577;
}
#navigation_shop #portlets_shop .portlet_shop_member_panel {
  position: absolute;
  bottom: -220px;
  right: -1px;
  width: 393px;
  background: #fff;
  padding: 25px 17px 15px;
  box-sizing: border-box;
  box-shadow: 0 12px 17px -4px rgba(56, 56, 54, 0.2);
  text-align: left;
  border: 1px solid #E0DFDB;
  border-top: none;
  visibility: hidden;
  opacity: 0;
}
#navigation_shop #portlets_shop .portlet_shop_member_panel.open_member {
  visibility: visible;
  opacity: 1;
  bottom: -290px;
}
#navigation_shop #portlets_shop .portlet_shop_member_panel.fixed_top {
  visibility: visible;
  opacity: 1;
  bottom: -78px;
  padding-top: 16px;
  width: 414px;
}
#navigation_shop #portlets_shop .portlet_shop_member_panel.fixed_top .link_order_form,
#navigation_shop #portlets_shop .portlet_shop_member_panel.fixed_top .link_wishlist {
  display: none;
}
#navigation_shop #portlets_shop .portlet_shop_member_panel p input {
  width: 206px;
}
#navigation_shop #portlets_shop .portlet_shop_member_panel p label {
  width: 150px;
}
#navigation_shop #portlets_shop .portlet_shop_member_panel .button {
  margin-left: 150px;
}
#navigation_shop #portlets_shop .portlet_shop_member_panel form + p {
  margin-bottom: 0 !important;
  line-height: 30px;
}
#navigation_shop #portlets_shop .portlet_shop_member_panel .login_form a:last-child {
  margin-bottom: 5px;
  display: block;
}
#navigation_shop #portlets_shop .portlet_shop_member_panel .login_form a:last-child,
#navigation_shop #portlets_shop .portlet_shop_member_panel .portlet_shop_register {
  margin-left: 150px;
}
#navigation_shop #portlets_shop .portlet_shop_member_panel .p_remember_me_checkbox label.label_remember_me_checkbox label.checkbox:before {
  top: -1px;
}
#navigation_shop #portlets_shop .portlet_shop_member_panel .p_remember_me_checkbox label.label_remember_me_checkbox label.checkbox:after {
  top: 0;
}
#navigation_shop #portlets_shop .portlet_shop_cart {
  float: right;
  background: #F5F5F4;
  position: relative;
  padding: 15px 18px 0 85px;
  font-family: "Montserrat";
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  letter-spacing: 1px;
  color: #8F8D89;
  position: relative;
  z-index: 1;
}
#navigation_shop #portlets_shop .portlet_shop_cart:before {
  content: "p";
  font-family: "diroso";
  font-weight: 400;
  font-size: 40px;
  position: absolute;
  top: 10px;
  left: 18px;
  display: block;
  color: #8F8D89;
  text-transform: none;
  line-height: 40px;
  pointer-events: none;
  z-index: 1;
}
#navigation_shop #portlets_shop .portlet_shop_cart h3 {
  display: none;
}
#navigation_shop #portlets_shop .portlet_shop_cart .cart_colon {
  display: none;
}
#navigation_shop #portlets_shop .portlet_shop_cart .cart_total_price {
  margin-left: 25px;
}
#navigation_shop #portlets_shop .portlet_shop_cart p {
  margin-bottom: 15px !important;
  pointer-events: none;
  position: relative;
  z-index: 1;
}
#navigation_shop #portlets_shop .portlet_shop_cart .goto-cart {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #F5F5F4;
}
#navigation_shop #portlets_shop .portlet_shop_cart .goto-cart:hover {
  background: #e9e9e7;
}
#navigation_shop #portlets_shop .portlet_shop_cart .goto-cart span {
  display: none;
}
#navigation_shop #shop_login_button {
  float: right;
  padding: 25px 22px 24px 22px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  cursor: pointer;
  color: rgba(143, 141, 137, 0.7);
  position: relative;
  z-index: 1;
  background: #fff;
}
#navigation_shop #shop_login_button.log_out {
  padding: 0;
}
#navigation_shop #shop_login_button.log_out a {
  padding: 25px 18px 24px 20px;
  display: block;
}
#navigation_shop #shop_login_button p {
  margin-bottom: 0;
}
#navigation_shop #shop_login_button p + p {
  display: none;
}
#navigation_shop #shop_login_button:hover {
  color: #383736;
}

.responsive_navigation_toggle {
  z-index: 270;
  display: none;
  width: 42px;
  height: 30px;
  position: absolute;
  top: 44px;
  right: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.responsive_navigation_toggle span {
  background: #383736;
  display: block;
  height: 5px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: transform 0.3s ease 0s, top 0.25s ease 0.25s, opacity 0.01s ease 0.25s;
  -moz-transition: transform 0.3s ease 0s, top 0.25s ease 0.25s, opacity 0.01s ease 0.25s;
  -o-transition: transform 0.3s ease 0s, top 0.25s ease 0.25s, opacity 0.01s ease 0.25s;
  transition: transform 0.3s ease 0s, top 0.25s ease 0.25s, opacity 0.01s ease 0.25s;
  z-index: 150;
}
.responsive_navigation_toggle span:nth-child(2) {
  top: 13px;
}
.responsive_navigation_toggle span:nth-child(3) {
  top: 26px;
}

.navi_open .responsive_navigation_toggle span {
  top: 42.5%;
  -webkit-transition: top 0.25s ease 0s, transform 0.3s ease 0.25s, opacity 0.01s ease 0.25s;
  -moz-transition: top 0.25s ease 0s, transform 0.3s ease 0.25s, opacity 0.01s ease 0.25s;
  -o-transition: top 0.25s ease 0s, transform 0.3s ease 0.25s, opacity 0.01s ease 0.25s;
  transition: top 0.25s ease 0s, transform 0.3s ease 0.25s, opacity 0.01s ease 0.25s;
}
.navi_open .responsive_navigation_toggle span:first-child {
  opacity: 0;
}
.navi_open .responsive_navigation_toggle span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.navi_open .responsive_navigation_toggle span:nth-child(3) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* @group responsive navigation */
#rwdnav .language_switcher {
  border-bottom: 1px solid #E0DFDB;
  display: flex;
  justify-content: space-around;
}
#rwdnav .language_switcher a {
  text-align: center;
  text-transform: uppercase;
  color: #8F8D89;
  font-size: 12px;
  padding: 4px;
  box-sizing: border-box;
}
#rwdnav .language_switcher a.current {
  font-weight: 700;
  color: #383736;
}
#rwdnav .portlet_search {
  border-bottom: 1px solid #E0DFDB;
}
#rwdnav .portlet_search .live_search_results {
  display: none !important;
}
#rwdnav .portlet_search label {
  display: none;
}
#rwdnav .portlet_search #portlet-search-input {
  position: relative;
  border-radius: 0;
  font-family: "Montserrat";
  font-size: 12px;
  line-height: 15px;
  font-weight: 600;
  padding: 16px 25px 15px;
  text-transform: uppercase;
  color: #8F8D89;
  border: none;
  width: 100%;
  background: #F5F5F4;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#rwdnav .portlet_search #portlet-search-input::-webkit-input-placeholder {
  color: #8F8D89;
  text-transform: uppercase;
  opacity: 1;
}
#rwdnav .portlet_search #portlet-search-input:-moz-placeholder {
  color: #8F8D89;
  text-transform: uppercase;
  opacity: 1;
}
#rwdnav .portlet_search #portlet-search-input::-moz-placeholder {
  color: #8F8D89;
  text-transform: uppercase;
  opacity: 1;
}
#rwdnav .portlet_search #portlet-search-input:-ms-input-placeholder {
  color: #8F8D89;
  text-transform: uppercase;
  opacity: 1;
}
#rwdnav .portlet_search #portlet-search-button-wrap {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 10px;
  right: 16px;
  background: #F5F5F4;
}
#rwdnav .portlet_search #portlet-search-button-wrap input {
  background: #F5F5F4;
}
#rwdnav .portlet_search #portlet-search-button-wrap:before {
  content: "\f002";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 20px;
  font-weight: 400;
  text-transform: none;
  color: #8F8D89;
  pointer-events: none;
}
#rwdnav .portlet_search #portlet-search-button {
  color: #fff;
  width: 21px;
  height: 15px;
  border: none;
}

.rwd_navigation {
  display: block;
  list-style: none;
  padding: 25px;
}
.rwd_navigation li a {
  display: block;
  text-decoration: none;
  color: #383736;
}
.rwd_navigation li.current > a {
  color: #7D1577;
  font-weight: 700;
}
.rwd_navigation > li:first-child > a {
  border-top: 0;
  padding-top: 0;
}
.rwd_navigation > li > a {
  padding: 0 0 27px;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 1.5px;
  font-weight: 600;
  text-transform: uppercase;
}
.rwd_navigation ul.level1 {
  margin: -26px 0 0;
  padding: 0 0 27px;
  list-style: none;
}
.rwd_navigation ul.level1 > li > a {
  color: #8F8D89;
  font-size: 16px;
  line-height: 20px;
  padding: 6px 0;
  font-weight: 400;
  position: relative;
}
.rwd_navigation ul.level1 > li.current > a {
  color: #7D1577;
  font-weight: 700;
}
.rwd_navigation ul.level1 ul {
  display: none;
  padding-top: 4px;
  padding-bottom: 3px;
}
.rwd_navigation ul.level1 ul.current {
  display: block;
}
.rwd_navigation ul.level1 ul li {
  list-style: none;
  padding: 0px 0 7px 12px;
  position: relative;
}
.rwd_navigation ul.level1 ul li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 4px;
  height: 1px;
  display: block;
  background: #8F8D89;
}
.rwd_navigation ul.level1 ul li.current:before {
  height: 2px;
  background: #7D1577;
  top: 8px;
}
.rwd_navigation ul.level1 ul li.current a {
  color: #7D1577;
}
.rwd_navigation ul.level1 ul li a {
  font-size: 14px;
  line-height: 18px;
  color: #8F8D89;
}
.rwd_navigation #rwdnav-18 {
  border-bottom: 2px solid #E0DFDB;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.rwd_navigation #rwdnav-18 > a,
.rwd_navigation #rwdnav-18 h3 {
  display: none;
}
.rwd_navigation #rwdnav-18 .portlet_shop_member_panel,
.rwd_navigation #rwdnav-18 .add_portlet_link,
.rwd_navigation #rwdnav-18 #shop_login_button,
.rwd_navigation #rwdnav-18 .portlet_shop_cart {
  display: none;
}
.rwd_navigation #rwdnav-18 ul.shop_categories li {
  display: none;
  list-style: none;
  font-family: "Montserrat";
  font-size: 21px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 2.5px;
  font-family: "Minion";
  text-transform: uppercase;
  padding: 0;
}
.rwd_navigation #rwdnav-18 ul.shop_categories li#shop-category-li-220 {
  display: block;
}
.rwd_navigation #rwdnav-18 ul.shop_categories li#shop-category-li-220 > a {
  display: none;
}
.rwd_navigation #rwdnav-18 ul.shop_categories li#shop-category-li-220 li {
  display: block;
}
.rwd_navigation #rwdnav-18 ul.shop_categories li a {
  padding: 10px 0 10px;
  font-family: "Montserrat";
  font-size: 21px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 2.5px;
  font-family: "Minion";
}
.rwd_navigation #rwdnav-18 ul.shop_categories li:before {
  display: none;
}
.rwd_navigation .portlet_shop_member_panel.fixed_top {
  border-top: 2px solid #E0DFDB;
  padding-top: 30px;
}
.rwd_navigation .portlet_shop_member_panel.fixed_top .link_wishlist,
.rwd_navigation .portlet_shop_member_panel.fixed_top .controls {
  display: none;
}
.rwd_navigation .portlet_shop_member_panel.fixed_top h3 {
  margin-bottom: 15px;
}
.rwd_navigation .portlet_shop_member_panel.fixed_top p {
  margin-bottom: 5px;
}
.rwd_navigation .portlet_shop_member_panel.fixed_top a {
  color: #8F8D89;
}
.rwd_navigation .controls {
  display: none;
}

/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */
/* @group design colors */
/* @end */
/* @group font */
/* @end */
/* @group shadows, border-radius */
/* @end */
/* @group buttons */
/* @end */
/* @group mixins */
/* @end */
#google_map,
.big_picture {
  max-width: 1370px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 40px;
}
#google_map img,
.big_picture img {
  width: 100%;
  height: auto;
}

#picture_top {
  max-width: 1370px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-right: 20px;
  padding-left: 20px;
  position: relative;
}
#picture_top img {
  width: 100%;
  height: auto;
}
#picture_top .pictures {
  position: relative;
}
#picture_top .pictures * {
  width: 100%;
}
#picture_top .pictures:before {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  width: 100%;
  height: 50%;
  display: block;
  background: #383736;
  bottom: 0;
  background: transparent;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(top, transparent, #000);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(top, transparent, #000);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(top, transparent, #000);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(top, transparent, #000);
  /* Standard syntax */
  z-index: 1;
  opacity: 0.9;
}
#picture_top .title_in_picture {
  position: absolute;
  bottom: 135px;
  left: 80px;
  right: 80px;
  z-index: 2;
}

.resource_subtitle {
  display: none;
}

.gallery,
.gallery_home {
  margin: 0;
}
.gallery *,
.gallery_home * {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.gallery .picture,
.gallery_home .picture {
  float: left;
  box-sizing: border-box;
  width: 25%;
  padding: 0 0 0 0;
  box-sizing: border-box;
  position: relative;
}
.gallery .picture:before,
.gallery_home .picture:before {
  content: "\f00e";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 50px;
  font-weight: 400;
  text-transform: none;
  color: #fff;
  margin: -30px 0 0 -30px;
  z-index: 1;
  line-height: 60px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  pointer-events: none;
}
.gallery .picture img,
.gallery_home .picture img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.gallery .picture:hover,
.gallery_home .picture:hover {
  box-shadow: 0 12px 17px -4px rgba(56, 56, 54, 0.2);
  z-index: 1;
  position: relative;
}
.gallery .picture:hover:before,
.gallery_home .picture:hover:before {
  opacity: 1;
  visibility: visible;
  font-size: 60px;
}
.gallery .picture:hover img,
.gallery_home .picture:hover img {
  -webkit-transform: scale(0.96);
  -moz-transform: scale(0.96);
  -o-transform: scale(0.96);
  transform: scale(0.96);
}

.gallery {
  margin-top: 100px;
}

.management_container img,
.management img {
  width: auto;
  display: inline-block;
}

p img {
  max-width: 100%;
  height: auto;
}

/* @end */
/* @group documents */
.documents {
  margin: 0;
  padding: 0 0 10px;
}
.documents h2 {
  display: none;
}
.documents .document {
  display: inline-block;
  margin: 15px 12px 0 0;
}
.documents .document .fa {
  margin-right: 2px;
  vertical-align: 1px;
}
.documents .document a {
  display: inline-block;
  margin: 0;
  padding: 7px 18px 7px;
  width: auto;
  color: #383736;
  font: 600 12px/15px "Montserrat";
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  background: #F5F5F4;
  border-radius: 50px;
  border: 0;
  outline: none;
  cursor: pointer;
  backface-visibility: hidden;
  -webkit-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -moz-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
}
.documents .document a.active, .documents .document a:focus, .documents .document a:hover {
  border: 0;
  color: #fff;
  background: #8F8D89;
}

/* @end */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */
/* @group design colors */
/* @end */
/* @group font */
/* @end */
/* @group shadows, border-radius */
/* @end */
/* @group buttons */
/* @end */
/* @group mixins */
/* @end */
/* @group headings, paragraph */
h1 {
  font-family: "Vladimir Script";
  font-size: 52px;
  line-height: 65px;
  color: #7D1577;
  font-weight: 400;
  margin-bottom: 30px;
}
#picture_top h1 {
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  margin-bottom: 0;
}

div.introduction {
  font-weight: 600;
  text-transform: uppercase;
  color: #383736;
}
#picture_top div.introduction {
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.portlet_zone_description,
h2, h2 a {
  font-size: 24px;
  line-height: 26px;
  color: #383736;
  margin: 0 0 7px 0;
  padding: 0;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Minion";
  letter-spacing: 2.5px;
}
.portlet_zone_description:hover,
h2:hover, h2 a:hover {
  color: #383736;
}
p + .portlet_zone_description,
p + h2, p + h2 a {
  margin-top: 70px;
}

h3, h3 a {
  font-size: 15px;
  line-height: 19px;
  letter-spacing: 1.25px;
  color: #383736;
  font-family: "Montserrat";
  margin: 0 0 12px 0;
  padding: 0;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
}
p + h3, p + h3 a {
  margin-top: 40px;
}
h3:hover, h3 a:hover {
  color: #383736;
}

.portlet h3, .portlet h3 a {
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 2.5px;
  color: #383736;
  font-family: "Minion";
  margin: 0 0 4px 0;
  padding: 0;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
}

.standard_text * + h3 {
  margin-top: 50px;
}

h4, h4 a,
h6, h6 a,
h5, h5 a {
  font-family: "Montserrat";
  font-size: 15px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0;
  margin-bottom: 0px;
  margin-top: 30px;
  text-transform: uppercase;
}

h4, h4 a {
  color: #383736;
}

strong {
  font-weight: 700;
}

p {
  margin: 0 0 15px 0;
}
p:last-child {
  margin-bottom: 0 !important;
}

/* @end */
/* @group link */
a {
  outline: none;
  color: #8F8D89;
  text-decoration: none;
}
a.button {
  display: inline-block;
  margin: 0;
  padding: 14px 25px 14px;
  width: auto;
  color: #fff;
  font: 600 12px/15px "Montserrat";
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  background: #7D1577;
  border-radius: 50px;
  border: 0;
  outline: none;
  cursor: pointer;
  backface-visibility: hidden;
  box-shadow: 0 12px 8px -8px rgba(58, 3, 55, 0.5);
  -webkit-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -moz-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
}
a.button.active, a.button:focus, a.button:hover {
  border: 0;
  color: #fff;
  background: #490c45;
}

.content_inner p a {
  border-bottom: 1px solid #8F8D89;
  color: #8F8D89;
}
.content_inner p a:hover {
  color: #7D1577;
  border-color: #7D1577 !important;
}

.content_inner p.content_button a {
  border-bottom: 0;
  color: #fff;
}

a:hover {
  color: #7D1577;
  border-color: #7D1577 !important;
}

a img {
  border: none;
}

.content_button {
  margin: 30px 0 15px;
}
.content_button + .content_button {
  margin-top: -20px;
}
.content_button a {
  display: inline-block;
  margin: 0;
  padding: 14px 25px 14px;
  width: auto;
  color: #fff;
  font: 600 12px/15px "Montserrat";
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  background: #7D1577;
  border-radius: 50px;
  border: 0;
  outline: none;
  cursor: pointer;
  backface-visibility: hidden;
  box-shadow: 0 12px 8px -8px rgba(58, 3, 55, 0.5);
  -webkit-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -moz-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
}
.content_button a.active, .content_button a:focus, .content_button a:hover {
  border: 0;
  color: #fff;
  background: #490c45;
}

.accordeon_wrap {
  margin-bottom: 40px;
}
.accordeon_wrap .accordeon_title {
  border-bottom: 1px solid #E0DFDB;
  padding: 7px 0 0 30px;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}
.accordeon_wrap .accordeon_title:first-child {
  border-top: 1px solid #E0DFDB;
}
.accordeon_wrap .accordeon_title.visible_detail:before {
  content: "\f056";
}
.accordeon_wrap .accordeon_title:before {
  content: "\f055";
  position: absolute;
  top: 7px;
  left: 0;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  color: #7D1577;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.accordeon_wrap .accordeon_title h4 {
  font-family: "Montserrat";
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
  margin-bottom: 6px;
}
.accordeon_wrap .accordeon_title .accordeon_content {
  display: none;
  padding-bottom: 8px;
}
.accordeon_wrap + .after_accordeon .end {
  display: none;
}

.preload .accordeon_wrap .accordeon_title:first-child .accordeon_content {
  display: block !important;
}

/* @end */
/* @group unordrered list */
.content_inner ol {
  margin: 0 0 15px 18px;
  list-style-type: decimal;
  width: auto;
}

.content_inner ul {
  list-style: none;
  margin: 0 0 15px;
}
.content_inner ul li {
  position: relative;
  padding: 0 0 0 18px;
}
.content_inner ul li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 5px;
  height: 5px;
  display: block;
  background: #8F8D89;
  border-radius: 100%;
}

ul.controls li:before,
.management_container ul li:before {
  display: none;
}

/* @end */
/* @group content table */
.table_wrap_container,
.table_wrap {
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.table_wrap_container {
  overflow: hidden;
  margin: 0 0 15px 0;
}

.table_scroll_indicator {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  width: 24px;
  height: 24px;
  display: none;
}

.table_scroll_indicator:before {
  content: "\f0a4";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-family: "Font Awesome 6 Pro";
  font-size: 23px;
  line-height: 24px;
  text-align: center;
  z-index: 20;
  color: #383736;
}

.content table {
  border: none;
  border-spacing: 0;
}

table th {
  color: #8F8D89;
  border-bottom: 2px solid #8F8D89;
  padding: 8px 15px 5px 0;
  text-align: left;
  background: #fff !important;
}
table th a {
  color: #8F8D89;
}
table th a:hover {
  color: #383736;
}

table td {
  border-bottom: 1px solid #E0DFDB;
  padding: 8px 15px 6px 0;
  min-width: 120px;
}

.table_wrap_container {
  position: relative;
  padding-top: 15px;
}
.table_wrap_container table {
  min-width: 100%;
  width: auto !important;
}
.table_wrap_container .table_scroll_indicator {
  display: block;
}
.table_wrap_container.hide_indicator .table_scroll_indicator {
  display: none;
}

/* @end */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */
/* @group design colors */
/* @end */
/* @group font */
/* @end */
/* @group shadows, border-radius */
/* @end */
/* @group buttons */
/* @end */
/* @group mixins */
/* @end */
/* @group standard portlets */
.page_standard .portlet .portlet-integration-link {
  display: none;
}

.preload #portlet_content_54 {
  display: none !important;
}

#portlet_content_54 {
  position: absolute;
  background: #7D1577;
  color: #fff;
  top: 60px;
  right: 0;
  border-radius: 21px 0 0 21px;
  padding: 20px 25px 20px;
  box-shadow: 0 12px 17px -4px rgba(56, 55, 54, 0.6);
  max-width: 305px;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 1.25px;
  text-align: center;
  -webkit-transform: rotate(-6deg);
  -moz-transform: rotate(-6deg);
  -o-transform: rotate(-6deg);
  transform: rotate(-6deg);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#portlet_content_54:hover {
  background: #5a0f56;
}
#portlet_content_54 .portlet-resource-link {
  display: none;
}
#portlet_content_54.logged_in {
  top: 100px;
}
#portlet_content_54:before {
  content: "";
  position: absolute;
  top: -20px;
  left: auto;
  width: 40px;
  height: calc(100% + 40px);
  display: block;
  background: #fff;
  right: -21px;
  -webkit-transform: rotate(6deg);
  -moz-transform: rotate(6deg);
  -o-transform: rotate(6deg);
  transform: rotate(6deg);
}
#portlet_content_54 p {
  margin-bottom: 7px !important;
}
#portlet_content_54 h3, #portlet_content_54 h3 a {
  color: #fff;
  font-size: 24px;
  line-height: 31px;
  letter-spacing: 2.5px;
  margin: 0;
}
#portlet_content_54 a {
  color: #fff;
}
#portlet_content_54 .controls a {
  color: #7D1577;
}
#portlet_content_54 .portlet_content_link {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 0;
}

.portlet {
  margin: 0;
  padding: 0;
}
.portlet * {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.portlet.hidden {
  display: block;
}
.portlet.title {
  width: 100% !important;
  clear: both;
  float: none;
}
.portlet.title .portlet_inner {
  cursor: auto !important;
}
.portlet.title h4 {
  text-transform: uppercase;
  color: #383736;
  letter-spacing: 1.25px;
  margin-bottom: 9px;
  font-size: 15px;
  line-height: 19px;
  font-weight: 600;
  margin-top: 0;
}
.portlet.title h3, .portlet.title h3 a {
  font-size: 52px !important;
  line-height: 55px !important;
  font-family: "Vladimir Script" !important;
  color: #7D1577 !important;
  text-transform: none !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  margin-bottom: 14px !important;
}
.portlet.title .portlet_content_link {
  display: inline-block;
  margin: 0;
  padding: 7px 18px 7px;
  width: auto;
  color: #383736;
  font: 600 12px/15px "Montserrat";
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  background: #F5F5F4;
  border-radius: 50px;
  border: 0;
  outline: none;
  cursor: pointer;
  backface-visibility: hidden;
  -webkit-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -moz-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  margin-top: 24px;
}
.portlet.title .portlet_content_link.active, .portlet.title .portlet_content_link:focus, .portlet.title .portlet_content_link:hover {
  border: 0;
  color: #fff;
  background: #8F8D89;
}
.portlet.portlet_search ul.controls,
.portlet.portlet_search h3, .portlet.language_switcher ul.controls,
.portlet.language_switcher h3 {
  display: none;
}
.portlet .picture,
.portlet .picture img {
  width: 100%;
  height: auto;
}
.portlet ul.controls {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  margin: 0;
  padding: 7px 10px 3px;
  font-size: 16px;
  line-height: 24px;
  background: #F5F5F4;
  z-index: 10;
}
.portlet ul.controls li, .portlet ul.controls a {
  color: #7D1577;
  width: auto;
}
.portlet ul.controls li i.fa, .portlet ul.controls a i.fa {
  margin: 0 5px;
}
.portlet ul.controls li:hover, .portlet ul.controls a:hover {
  color: #490c45;
}

.portlets span.select2-container {
  width: 200px !important;
}
.portlets span.select2-container .select2-selection--single {
  border: 1px solid #acaca4;
}
.portlets .add_portlet {
  text-align: left;
}
.portlets .add_portlet_link {
  display: inline-block;
  margin: 0;
  padding: 14px 25px 14px;
  width: auto;
  color: #fff;
  font: 600 12px/15px "Montserrat";
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  background: #7D1577;
  border-radius: 50px;
  border: 0;
  outline: none;
  cursor: pointer;
  backface-visibility: hidden;
  box-shadow: 0 12px 8px -8px rgba(58, 3, 55, 0.5);
  -webkit-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -moz-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  margin-top: 20px;
}
.portlets .add_portlet_link.active, .portlets .add_portlet_link:focus, .portlets .add_portlet_link:hover {
  border: 0;
  color: #fff;
  background: #490c45;
}

.safari #portlet_wrap_top #portlets_top .portlet {
  margin-top: 0;
}

#portlet_wrap_top {
  max-width: 1210px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-right: 20px;
  padding-left: 20px;
  margin-top: -94px;
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 40px 0 60px;
  margin-bottom: 116px;
}
#portlet_wrap_top .portlet_listing_show_all,
#portlet_wrap_top .portlet-listing-more,
#portlet_wrap_top .portlet-resource-link,
#portlet_wrap_top .portlet-delete-link,
#portlet_wrap_top .portlet-integration-link,
#portlet_wrap_top .add_portlet_link {
  display: none;
}
#portlet_wrap_top #portlets_top {
  margin-left: -20px;
}
#portlet_wrap_top #portlets_top .portlet {
  float: left;
  box-sizing: border-box;
  width: 33.33%;
  padding: 0 0 20px 20px;
  padding-bottom: 0;
  margin-top: -54px;
  position: relative;
  text-align: center;
}
#portlet_wrap_top #portlets_top .portlet:first-child:before {
  display: none;
}
#portlet_wrap_top #portlets_top .portlet:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 10px;
  width: 1px;
  height: 194px;
  display: block;
  background: #E0DFDB;
}
#portlet_wrap_top #portlets_top .portlet h3, #portlet_wrap_top #portlets_top .portlet h3 a {
  font-size: 24px;
  line-height: 26px;
}
#portlet_wrap_top #portlets_top .portlet h3 {
  margin-bottom: 22px;
}
#portlet_wrap_top #portlets_top .portlet .portlet-listing-content-container h2,
#portlet_wrap_top #portlets_top .portlet .portlet-listing-content-container h2 a,
#portlet_wrap_top #portlets_top .portlet .portlet-entry-date,
#portlet_wrap_top #portlets_top .portlet h4 {
  font-family: "Montserrat";
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  letter-spacing: 1px;
  color: #383736;
  text-transform: uppercase;
  margin-bottom: 8px;
}
#portlet_wrap_top #portlets_top .portlet .portlet-listing-content-container h2 a {
  color: #8F8D89;
  font-weight: 600;
}
#portlet_wrap_top #portlets_top .portlet .portlet-listing-content-container h2 {
  margin-bottom: 26px;
}
#portlet_wrap_top #portlets_top .portlet p {
  margin-bottom: 23px;
}
#portlet_wrap_top #portlets_top .portlet .text_icon {
  font-size: 50px;
  color: #7D1577;
}
#portlet_wrap_top #portlets_top .portlet .portlet_content_link {
  display: inline-block;
  margin: 0;
  padding: 14px 25px 14px;
  width: auto;
  color: #fff;
  font: 600 12px/15px "Montserrat";
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  background: #7D1577;
  border-radius: 50px;
  border: 0;
  outline: none;
  cursor: pointer;
  backface-visibility: hidden;
  box-shadow: 0 12px 8px -8px rgba(58, 3, 55, 0.5);
  -webkit-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -moz-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  margin-top: 18px;
}
#portlet_wrap_top #portlets_top .portlet .portlet_content_link.active, #portlet_wrap_top #portlets_top .portlet .portlet_content_link:focus, #portlet_wrap_top #portlets_top .portlet .portlet_content_link:hover {
  border: 0;
  color: #fff;
  background: #490c45;
}

#portlets_wrap_about_us {
  position: relative;
}
#portlets_wrap_about_us:before {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  width: 100%;
  height: 50%;
  display: block;
  background: #F5F5F4;
  bottom: 0;
}
#portlets_wrap_about_us #portlets_about_us {
  max-width: 1210px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-right: 20px;
  padding-left: 20px;
}
#portlets_wrap_about_us #portlets_about_us * {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#portlets_wrap_about_us #portlets_about_us .portlet {
  float: left;
  box-sizing: border-box;
  width: 33.33%;
  padding: 0 0 0 0;
  position: relative;
  overflow: hidden;
}
#portlets_wrap_about_us #portlets_about_us .portlet .pictures {
  position: relative;
  cursor: pointer;
}
#portlets_wrap_about_us #portlets_about_us .portlet .pictures:before {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  width: auto;
  height: 60%;
  display: block;
  background: #383736;
  bottom: 0;
  right: 0;
  background: transparent;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(top, transparent, #000);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(top, transparent, #000);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(top, transparent, #000);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(top, transparent, #000);
  /* Standard syntax */
  z-index: 1;
  opacity: 0.7;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#portlets_wrap_about_us #portlets_about_us .portlet .pictures .picture {
  display: none;
}
#portlets_wrap_about_us #portlets_about_us .portlet .pictures .picture_0 {
  display: block;
}
#portlets_wrap_about_us #portlets_about_us .portlet .portlet-content-inner-wrap {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}
#portlets_wrap_about_us #portlets_about_us .portlet .portlet-content-inner {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px 20px 20px 20px;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  z-index: 2;
  overflow: hidden;
  pointer-events: none;
}
#portlets_wrap_about_us #portlets_about_us .portlet .portlet-content-inner h3, #portlets_wrap_about_us #portlets_about_us .portlet .portlet-content-inner h3 a {
  color: #fff;
  pointer-events: none;
}
#portlets_wrap_about_us #portlets_about_us .portlet .portlet-content-inner h3 {
  margin-bottom: 23px;
}
#portlets_wrap_about_us #portlets_about_us .portlet .portlet-content-inner h3 .text_icon {
  display: block;
  font-size: 80px;
  line-height: 50px;
  margin-bottom: 30px;
}
#portlets_wrap_about_us #portlets_about_us .portlet .portlet-content-inner .portlet_content_link {
  display: inline-block;
  margin: 0;
  padding: 7px 18px 7px;
  width: auto;
  color: #383736;
  font: 600 12px/15px "Montserrat";
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  background: #F5F5F4;
  border-radius: 50px;
  border: 0;
  outline: none;
  cursor: pointer;
  backface-visibility: hidden;
  -webkit-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -moz-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  margin-top: 17px;
  pointer-events: all;
}
#portlets_wrap_about_us #portlets_about_us .portlet .portlet-content-inner .portlet_content_link.active, #portlets_wrap_about_us #portlets_about_us .portlet .portlet-content-inner .portlet_content_link:focus, #portlets_wrap_about_us #portlets_about_us .portlet .portlet-content-inner .portlet_content_link:hover {
  border: 0;
  color: #fff;
  background: #8F8D89;
}
#portlets_wrap_about_us #portlets_about_us .portlet .portlet-content-inner .portlet_content_description {
  pointer-events: none;
}
#portlets_wrap_about_us #portlets_about_us .portlet:hover {
  z-index: 3;
  overflow: visible;
}
#portlets_wrap_about_us #portlets_about_us .portlet:hover .portlet-content-inner-wrap {
  position: absolute;
  top: 10px;
  right: 10px;
  left: 10px;
  bottom: 10px;
}
#portlets_wrap_about_us #portlets_about_us .portlet:hover .pictures {
  padding: 10px;
  box-sizing: border-box;
  box-shadow: 0 12px 17px -4px rgba(56, 56, 54, 0.2);
}
#portlets_wrap_about_us #portlets_about_us .portlet:hover .pictures:before {
  bottom: 10px;
  left: 10px;
  right: 10px;
}
#portlets_wrap_about_us #portlets_about_us .portlet:hover .portlet-content-inner {
  bottom: 0 !important;
}

.safari #portlets_wrap_about_us #portlets_about_us .portlet:hover .pictures {
  padding: 0;
}
.safari #portlets_wrap_about_us #portlets_about_us .portlet:hover .portlet-content-inner-wrap {
  border: 10px solid #fff;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#portlets_wrap_online_shop {
  background: #F5F5F4;
  position: relative;
  padding: 106px 0 0;
}
#portlets_wrap_online_shop #portlets_online_shop_inner {
  max-width: 1210px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-right: 20px;
  padding-left: 20px;
}
#portlets_wrap_online_shop #portlets_online_shop_inner #portlets_online_shop {
  margin-left: -20px;
}
#portlets_wrap_online_shop #portlets_online_shop_inner .portlet {
  float: left;
  box-sizing: border-box;
  width: 25%;
  padding: 0 0 20px 20px;
  margin-bottom: 45px;
}
#portlets_wrap_online_shop #portlets_online_shop_inner .portlet:hover .portlet_inner {
  box-shadow: 0 12px 17px -4px rgba(56, 56, 54, 0.2);
  background: #fff;
}
#portlets_wrap_online_shop #portlets_online_shop_inner .portlet .portlet_inner {
  border: 1px solid rgba(143, 141, 137, 0.2);
  padding: 33px 10px 17px;
  box-sizing: border-box;
  text-align: center;
  font-family: "Montserrat";
  font-size: 12px;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: 1px;
  color: #383736;
  text-transform: uppercase;
  cursor: pointer;
}
#portlets_wrap_online_shop #portlets_online_shop_inner .portlet .portlet_inner .pictures {
  margin-bottom: 11px;
}
#portlets_wrap_online_shop #portlets_online_shop_inner .portlet .portlet_inner .portlet_content_link {
  display: none;
}
#portlets_wrap_online_shop #portlets_online_shop_inner .portlet.title {
  margin-bottom: 45px;
}
#portlets_wrap_online_shop #portlets_online_shop_inner .portlet.title:hover .portlet_inner {
  background: #F5F5F4;
  box-shadow: none;
}
#portlets_wrap_online_shop #portlets_online_shop_inner .portlet.title .portlet_inner {
  max-width: 720px;
  text-align: center;
  margin: 0 auto;
  border: none;
  min-height: auto !important;
  font: 400 15px/26px "Montserrat";
  text-transform: none;
  color: #8F8D89;
  letter-spacing: 0;
  padding: 0;
}

#portlets_wrap_wine {
  padding: 107px 0 20px;
  position: relative;
}
#portlets_wrap_wine:before {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  width: 600px;
  height: 475px;
  display: block;
  background: #fff;
  bottom: 0;
  background: url(../img/background_wine.jpg) no-repeat;
  background-size: 100% auto;
}
#portlets_wrap_wine #portlets_wine_inner {
  max-width: 1210px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-right: 20px;
  padding-left: 20px;
}
#portlets_wrap_wine #portlets_wine_inner > .portlet.title {
  max-width: 415px;
  margin-right: 60px;
  float: left;
}
#portlets_wrap_wine #portlets_wine_inner > .portlet.title h3 {
  margin-bottom: 29px;
}
#portlets_wrap_wine #portlets_wine_inner > .portlet.title .portlet_content_link,
#portlets_wrap_wine #portlets_wine_inner > .portlet.title .portlet_content_description {
  margin-left: 96px;
}
#portlets_wrap_wine #portlets_wine_inner #portlets_wine {
  overflow: hidden;
  margin-left: 0;
  padding-bottom: 83px;
}
#portlets_wrap_wine #portlets_wine_inner #portlets_wine * {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#portlets_wrap_wine #portlets_wine_inner #portlets_wine .portlet {
  float: left;
  box-sizing: border-box;
  width: 50%;
  padding: 0 0 20px 20px;
  position: relative;
}
#portlets_wrap_wine #portlets_wine_inner #portlets_wine .portlet .pictures span {
  box-shadow: none;
}
#portlets_wrap_wine #portlets_wine_inner #portlets_wine .portlet .portlet_inner {
  cursor: pointer;
}
#portlets_wrap_wine #portlets_wine_inner #portlets_wine .portlet.excellent {
  position: relative;
}
#portlets_wrap_wine #portlets_wine_inner #portlets_wine .portlet.excellent:before {
  content: "Ausgezeichnet";
  background: url(../img/excellent_background.png) no-repeat;
  width: 146px;
  height: 45px;
  background-size: 100% auto;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  position: absolute;
  top: 30px;
  left: 13px;
  display: block;
  z-index: 10;
  padding: 3px 0 1px 15px;
  letter-spacing: 0.8px;
  box-sizing: border-box;
}
#portlets_wrap_wine #portlets_wine_inner #portlets_wine .portlet .portlet_inner_wrap {
  position: relative;
}
#portlets_wrap_wine #portlets_wine_inner #portlets_wine .portlet .portlet_content_link_wrap {
  position: absolute;
  z-index: 11;
  box-shadow: 0 12px 17px -4px rgba(56, 56, 54, 0.2);
  bottom: -84px;
  background: #F5F5F4;
  left: -1px;
  right: -1px;
  padding: 21px;
  box-sizing: border-box;
  text-align: center;
  opacity: 0;
  visibility: hidden;
}
#portlets_wrap_wine #portlets_wine_inner #portlets_wine .portlet .portlet_content_link_wrap .portlet_content_link {
  display: inline-block;
  margin: 0;
  padding: 14px 25px 14px;
  width: auto;
  color: #fff;
  font: 600 12px/15px "Montserrat";
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  background: #7D1577;
  border-radius: 50px;
  border: 0;
  outline: none;
  cursor: pointer;
  backface-visibility: hidden;
  box-shadow: 0 12px 8px -8px rgba(58, 3, 55, 0.5);
  -webkit-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -moz-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
}
#portlets_wrap_wine #portlets_wine_inner #portlets_wine .portlet .portlet_content_link_wrap .portlet_content_link.active, #portlets_wrap_wine #portlets_wine_inner #portlets_wine .portlet .portlet_content_link_wrap .portlet_content_link:focus, #portlets_wrap_wine #portlets_wine_inner #portlets_wine .portlet .portlet_content_link_wrap .portlet_content_link:hover {
  border: 0;
  color: #fff;
  background: #490c45;
}
#portlets_wrap_wine #portlets_wine_inner #portlets_wine .portlet .portlet_inner {
  border: 1px solid rgba(143, 141, 137, 0.2);
  text-align: center;
  position: relative;
  overflow: hidden;
}
#portlets_wrap_wine #portlets_wine_inner #portlets_wine .portlet .portlet_inner .picture {
  max-width: 184px;
  margin: 0 auto;
  width: auto;
  float: none;
  padding-top: 38px;
  padding-bottom: 60px;
  pointer-events: none;
}
#portlets_wrap_wine #portlets_wine_inner #portlets_wine .portlet .portlet_inner .portlet-content-inner-wrap {
  position: absolute;
  width: 100%;
  bottom: 0;
}
#portlets_wrap_wine #portlets_wine_inner #portlets_wine .portlet .portlet_inner .portlet-content-inner-wrap .portlet-content-inner {
  position: relative;
  background: transparent;
  padding: 24px 20px 18px;
}
#portlets_wrap_wine #portlets_wine_inner #portlets_wine .portlet .portlet_inner .portlet-content-inner-wrap .portlet-content-inner h3 {
  margin-bottom: 5px;
}
#portlets_wrap_wine #portlets_wine_inner #portlets_wine .portlet .portlet_inner .portlet-content-inner-wrap .portlet-content-inner h3 span {
  -webkit-transition: all 0s ease-out;
  -moz-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  transition: all 0s ease-out;
}
#portlets_wrap_wine #portlets_wine_inner #portlets_wine .portlet .portlet_inner .portlet-content-inner-wrap .portlet-content-inner h2 {
  font-family: "Montserrat";
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
#portlets_wrap_wine #portlets_wine_inner #portlets_wine .portlet .portlet_inner .portlet-content-inner-wrap .portlet-content-inner h5 {
  font-size: 12px;
  letter-spacing: 1px;
  color: #8F8D89;
  margin-top: 20px;
}
#portlets_wrap_wine #portlets_wine_inner #portlets_wine .portlet .portlet_inner .portlet-content-inner-wrap .portlet-content-inner h5 i {
  color: #E0DFDB;
  margin-right: 3px;
  font-size: 20px;
  vertical-align: -2px;
}
#portlets_wrap_wine #portlets_wine_inner #portlets_wine .portlet .portlet_inner .portlet-content-inner-wrap .portlet-content-inner .portlet_content_description {
  text-align: left;
}
#portlets_wrap_wine #portlets_wine_inner #portlets_wine .portlet.content_description {
  width: 100% !important;
  clear: both;
  float: none;
}
#portlets_wrap_wine #portlets_wine_inner #portlets_wine .portlet.content_description.portlet_no_title .portlet-title {
  display: none;
}
#portlets_wrap_wine #portlets_wine_inner #portlets_wine .portlet.content_description .portlet-content-inner-wrap {
  position: relative;
  bottom: 0px !important;
}
#portlets_wrap_wine #portlets_wine_inner #portlets_wine .portlet.content_description .portlet-content-inner-wrap .portlet-content-inner {
  bottom: 0px !important;
  padding: 0;
  padding-bottom: 20px;
}
#portlets_wrap_wine #portlets_wine_inner #portlets_wine .portlet.content_description .portlet_inner {
  cursor: auto !important;
  border: 0px;
}
#portlets_wrap_wine #portlets_wine_inner #portlets_wine .portlet.content_description h4 {
  text-transform: uppercase;
  color: #383736;
  letter-spacing: 1.25px;
  margin-bottom: 9px;
  font-size: 15px;
  line-height: 19px;
  font-weight: 600;
  margin-top: 0;
}
#portlets_wrap_wine #portlets_wine_inner #portlets_wine .portlet.content_description h3, #portlets_wrap_wine #portlets_wine_inner #portlets_wine .portlet.content_description h3 a {
  font-size: 52px !important;
  line-height: 55px !important;
  font-family: "Vladimir Script" !important;
  color: #7D1577 !important;
  text-transform: none !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  margin-bottom: 14px !important;
}
#portlets_wrap_wine #portlets_wine_inner #portlets_wine .portlet.hover .portlet_content_link_wrap, #portlets_wrap_wine #portlets_wine_inner #portlets_wine .portlet:hover .portlet_content_link_wrap {
  opacity: 1;
  visibility: visible;
}
#portlets_wrap_wine #portlets_wine_inner #portlets_wine .portlet.hover .portlet_inner .portlet-content-inner-wrap .portlet-content-inner, #portlets_wrap_wine #portlets_wine_inner #portlets_wine .portlet:hover .portlet_inner .portlet-content-inner-wrap .portlet-content-inner {
  bottom: 0 !important;
  background: #fff;
}
#portlets_wrap_wine #portlets_wine_inner #portlets_wine .portlet.hover .portlet_inner .portlet-content-inner-wrap .portlet-content-inner h3, #portlets_wrap_wine #portlets_wine_inner #portlets_wine .portlet.hover .portlet_inner .portlet-content-inner-wrap .portlet-content-inner h3 a, #portlets_wrap_wine #portlets_wine_inner #portlets_wine .portlet:hover .portlet_inner .portlet-content-inner-wrap .portlet-content-inner h3, #portlets_wrap_wine #portlets_wine_inner #portlets_wine .portlet:hover .portlet_inner .portlet-content-inner-wrap .portlet-content-inner h3 a {
  font-size: 24px;
  margin-bottom: 10px;
}
#portlets_wrap_wine #portlets_wine_inner #portlets_wine .portlet.hover .portlet_inner .portlet-content-inner-wrap .portlet-content-inner h2, #portlets_wrap_wine #portlets_wine_inner #portlets_wine .portlet:hover .portlet_inner .portlet-content-inner-wrap .portlet-content-inner h2 {
  font-size: 16px;
}
#portlets_wrap_wine #portlets_wine_inner #portlets_wine .portlet.hover .portlet_inner .portlet-content-inner-wrap .portlet-content-inner .portlet_content_link_wrap, #portlets_wrap_wine #portlets_wine_inner #portlets_wine .portlet:hover .portlet_inner .portlet-content-inner-wrap .portlet-content-inner .portlet_content_link_wrap {
  bottom: -85px;
  position: absolute;
}

body[lang=fr] #portlets_wrap_wine #portlets_wine_inner #portlets_wine .portlet.excellent:before {
  content: "médaille";
  width: 115px;
  background-size: 100% 100%;
  left: 15px;
  padding-left: 18px;
}
body[lang=fr].mod_shop .articles_in_shop_category .shop_article .inner .shop_special, body[lang=fr].mod_shop .shop_products .shop_article .inner .shop_special {
  width: 115px;
  background-size: 100% 100%;
  padding-left: 18px;
}
body[lang=fr] #shop_filter {
  display: none !important;
}

#portlets_wrap_wine_know_how {
  background: #F5F5F4;
  padding: 100px 0 80px;
}
#portlets_wrap_wine_know_how .controls .portlet-resource-link,
#portlets_wrap_wine_know_how .controls .portlet-integration-link {
  display: none;
}
#portlets_wrap_wine_know_how #portlets_wine_know_how {
  max-width: 1210px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-right: 20px;
  padding-left: 20px;
}
#portlets_wrap_wine_know_how #portlets_wine_know_how .portlet {
  float: left;
  box-sizing: border-box;
  width: 25%;
  padding: 0 0 20px 20px;
  padding-left: 0;
  padding-bottom: 0;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#portlets_wrap_wine_know_how #portlets_wine_know_how .portlet .portlet_inner {
  cursor: pointer;
}
#portlets_wrap_wine_know_how #portlets_wine_know_how .portlet.portlet_index_5 {
  clear: both;
}
#portlets_wrap_wine_know_how #portlets_wine_know_how .portlet.title {
  padding-left: 0;
}
#portlets_wrap_wine_know_how #portlets_wine_know_how .portlet.title .portlet_inner {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  cursor: auto !important;
}
#portlets_wrap_wine_know_how #portlets_wine_know_how .portlet.title:hover .portlet_inner {
  background: transparent;
  box-shadow: none;
}
#portlets_wrap_wine_know_how #portlets_wine_know_how .portlet h3.portlet-title,
#portlets_wrap_wine_know_how #portlets_wine_know_how .portlet h3.portlet-title a {
  color: #8F8D89;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 1.33px;
  text-transform: uppercase;
  margin: 0 auto;
}
#portlets_wrap_wine_know_how #portlets_wine_know_how .portlet .text_icon {
  display: block;
  font-size: 80px;
  line-height: 65px;
  margin-bottom: 20px;
}
#portlets_wrap_wine_know_how #portlets_wine_know_how .portlet .portlet_inner {
  padding: 30px 10px 75px;
  max-width: 260px;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
}
#portlets_wrap_wine_know_how #portlets_wine_know_how .portlet .portlet_content_link {
  display: inline-block;
  margin: 0;
  padding: 7px 18px 7px;
  width: auto;
  color: #383736;
  font: 600 12px/15px "Montserrat";
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  background: #F5F5F4;
  border-radius: 50px;
  border: 0;
  outline: none;
  cursor: pointer;
  backface-visibility: hidden;
  -webkit-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -moz-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 0;
  visibility: hidden;
}
#portlets_wrap_wine_know_how #portlets_wine_know_how .portlet .portlet_content_link.active, #portlets_wrap_wine_know_how #portlets_wine_know_how .portlet .portlet_content_link:focus, #portlets_wrap_wine_know_how #portlets_wine_know_how .portlet .portlet_content_link:hover {
  border: 0;
  color: #fff;
  background: #8F8D89;
}
#portlets_wrap_wine_know_how #portlets_wine_know_how .portlet:hover .portlet_inner {
  background: #fff;
  box-shadow: 0 12px 17px -4px rgba(56, 56, 54, 0.2);
}
#portlets_wrap_wine_know_how #portlets_wine_know_how .portlet:hover .portlet_inner h3.portlet-title,
#portlets_wrap_wine_know_how #portlets_wine_know_how .portlet:hover .portlet_inner h3.portlet-title a,
#portlets_wrap_wine_know_how #portlets_wine_know_how .portlet:hover .portlet_inner .text_icon {
  color: #7D1577;
}
#portlets_wrap_wine_know_how #portlets_wine_know_how .portlet:hover .portlet_inner .portlet_content_link {
  opacity: 1;
  visibility: visible;
}

#portlets_wrap_blog {
  position: relative;
  padding: 150px 0 0;
  /*
  &:before {
  	@include before(245px,308px,#fff,30px,auto);
  	right: 0;
  	background: url(../img/background_berry.jpg) no-repeat;
  	background-size: 100% auto;
  	z-index: -1;
  }*/
}
#portlets_wrap_blog .controls .portlet-resource-link {
  display: none;
}
#portlets_wrap_blog #portlets_blog_inner {
  max-width: 1210px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-right: 20px;
  padding-left: 20px;
}
#portlets_wrap_blog #portlets_blog_inner #portlets_news .portlet.title {
  margin-bottom: 70px;
  width: auto !important;
  float: left;
}
#portlets_wrap_blog #portlets_blog_inner #portlets_news .portlet-listing-entry-wrap {
  margin-left: -20px;
}
#portlets_wrap_blog #portlets_blog_inner #portlets_news .portlet-listing-entry-wrap .portlet-listing-entry {
  float: left;
  box-sizing: border-box;
  width: 50%;
  padding: 0 0 20px 20px;
}
#portlets_wrap_blog #portlets_blog_inner #portlets_news .portlet-listing-entry-wrap .portlet-listing-entry .pictures {
  width: 277px;
  margin-right: 20px;
  float: left;
}
#portlets_wrap_blog #portlets_blog_inner #portlets_news .portlet-listing-entry-wrap .portlet-listing-entry .portlet-listing-content-container {
  overflow: hidden;
}
#portlets_wrap_blog #portlets_blog_inner #portlets_news .portlet-listing-entry-wrap .portlet-listing-entry .portlet-listing-content-container h2, #portlets_wrap_blog #portlets_blog_inner #portlets_news .portlet-listing-entry-wrap .portlet-listing-entry .portlet-listing-content-container h2 a {
  font-family: "Montserrat";
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 2.5px;
  color: #8F8D89;
  font-family: "Minion";
  text-transform: uppercase;
}
#portlets_wrap_blog #portlets_blog_inner #portlets_news .portlet-listing-entry-wrap .portlet-listing-entry .portlet-listing-more {
  display: none;
}
#portlets_wrap_blog #portlets_blog_inner #portlets_news .portlet-listing-entry-wrap .portlet-listing-entry .portlet-entry-link {
  display: inline-block;
  margin: 0;
  padding: 7px 18px 7px;
  width: auto;
  color: #383736;
  font: 600 12px/15px "Montserrat";
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  background: #F5F5F4;
  border-radius: 50px;
  border: 0;
  outline: none;
  cursor: pointer;
  backface-visibility: hidden;
  -webkit-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -moz-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  margin-top: 22px;
}
#portlets_wrap_blog #portlets_blog_inner #portlets_news .portlet-listing-entry-wrap .portlet-listing-entry .portlet-entry-link.active, #portlets_wrap_blog #portlets_blog_inner #portlets_news .portlet-listing-entry-wrap .portlet-listing-entry .portlet-entry-link:focus, #portlets_wrap_blog #portlets_blog_inner #portlets_news .portlet-listing-entry-wrap .portlet-listing-entry .portlet-entry-link:hover {
  border: 0;
  color: #fff;
  background: #8F8D89;
}
#portlets_wrap_blog #portlets_blog_inner #portlets_news .portlet_listing_link {
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin-top: 20px;
}
#portlets_wrap_blog #portlets_blog_inner #portlets_news .portlet_listing h3.portlet-title {
  display: none;
}

#portlets_left {
  float: right;
  width: 278px;
  margin-left: 115px;
}
#portlets_left + .cf {
  clear: none;
}
#portlets_left .portlet {
  margin-top: 40px;
}
#portlets_left .portlet .portlet_inner {
  border: 1px solid #E0DFDB;
}
#portlets_left .portlet:first-child {
  margin-top: 0;
}
#portlets_left .portlet h3.portlet-title {
  border-bottom: 1px solid #E0DFDB;
  padding: 14px 18px 14px;
  font-family: "Montserrat";
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  letter-spacing: 1px;
}
#portlets_left .portlet h3.portlet-title i {
  font-weight: 300;
  font-size: 30px;
  display: inline-block;
  vertical-align: -6px;
  margin-right: 10px;
}
#portlets_left .portlet .portlet_content_description {
  padding: 15px 18px 14px;
}

#portlets_bottom {
  margin: 80px 0 60px;
}
#portlets_bottom .portlet {
  display: block;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}
#portlets_bottom .portlet .portlet-resource-link {
  display: none;
}
#portlets_bottom .portlet h3, #portlets_bottom .portlet h3 a {
  font-size: 52px !important;
  line-height: 65px !important;
  font-family: "Vladimir Script" !important;
  color: #7D1577 !important;
  text-transform: none !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  margin-bottom: 14px;
}
#portlets_bottom .portlet .portlet_content_link {
  display: inline-block;
  margin: 0;
  padding: 14px 25px 14px;
  width: auto;
  color: #fff;
  font: 600 12px/15px "Montserrat";
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  background: #7D1577;
  border-radius: 50px;
  border: 0;
  outline: none;
  cursor: pointer;
  backface-visibility: hidden;
  box-shadow: 0 12px 8px -8px rgba(58, 3, 55, 0.5);
  -webkit-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -moz-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  margin-top: 25px;
}
#portlets_bottom .portlet .portlet_content_link.active, #portlets_bottom .portlet .portlet_content_link:focus, #portlets_bottom .portlet .portlet_content_link:hover {
  border: 0;
  color: #fff;
  background: #490c45;
}

/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */
/* @group design colors */
/* @end */
/* @group font */
/* @end */
/* @group shadows, border-radius */
/* @end */
/* @group buttons */
/* @end */
/* @group mixins */
/* @end */
#listing .module-listing .listing_entry,
#listing .module-listing .overview_item,
#listing .overview .listing_entry,
#listing .overview .overview_item,
#module_overview .module-listing .listing_entry,
#module_overview .module-listing .overview_item,
#module_overview .overview .listing_entry,
#module_overview .overview .overview_item {
  margin-bottom: 30px;
  background: #F5F5F4;
  position: relative;
}
#listing .module-listing .listing_entry div.introduction,
#listing .module-listing .overview_item div.introduction,
#listing .overview .listing_entry div.introduction,
#listing .overview .overview_item div.introduction,
#module_overview .module-listing .listing_entry div.introduction,
#module_overview .module-listing .overview_item div.introduction,
#module_overview .overview .listing_entry div.introduction,
#module_overview .overview .overview_item div.introduction {
  display: none;
}
#listing .module-listing .listing_entry .pictures,
#listing .module-listing .overview_item .pictures,
#listing .overview .listing_entry .pictures,
#listing .overview .overview_item .pictures,
#module_overview .module-listing .listing_entry .pictures,
#module_overview .module-listing .overview_item .pictures,
#module_overview .overview .listing_entry .pictures,
#module_overview .overview .overview_item .pictures {
  width: 458px;
  border-right: 18px solid #fff;
  position: absolute;
  height: 100%;
  overflow: hidden;
}
#listing .module-listing .listing_entry .pictures *,
#listing .module-listing .overview_item .pictures *,
#listing .overview .listing_entry .pictures *,
#listing .overview .overview_item .pictures *,
#module_overview .module-listing .listing_entry .pictures *,
#module_overview .module-listing .overview_item .pictures *,
#module_overview .overview .listing_entry .pictures *,
#module_overview .overview .overview_item .pictures * {
  height: 100%;
  width: 100%;
}
#listing .module-listing .listing_entry .pictures .resource_background,
#listing .module-listing .overview_item .pictures .resource_background,
#listing .overview .listing_entry .pictures .resource_background,
#listing .overview .overview_item .pictures .resource_background,
#module_overview .module-listing .listing_entry .pictures .resource_background,
#module_overview .module-listing .overview_item .pictures .resource_background,
#module_overview .overview .listing_entry .pictures .resource_background,
#module_overview .overview .overview_item .pictures .resource_background {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#listing .module-listing .listing_entry .pictures img,
#listing .module-listing .overview_item .pictures img,
#listing .overview .listing_entry .pictures img,
#listing .overview .overview_item .pictures img,
#module_overview .module-listing .listing_entry .pictures img,
#module_overview .module-listing .overview_item .pictures img,
#module_overview .overview .listing_entry .pictures img,
#module_overview .overview .overview_item .pictures img {
  width: auto;
  height: 100%;
}
#listing .module-listing .listing_entry.overview_item_with_picture, #listing .module-listing .listing_entry.listing_entry_with_picture,
#listing .module-listing .overview_item.overview_item_with_picture,
#listing .module-listing .overview_item.listing_entry_with_picture,
#listing .overview .listing_entry.overview_item_with_picture,
#listing .overview .listing_entry.listing_entry_with_picture,
#listing .overview .overview_item.overview_item_with_picture,
#listing .overview .overview_item.listing_entry_with_picture,
#module_overview .module-listing .listing_entry.overview_item_with_picture,
#module_overview .module-listing .listing_entry.listing_entry_with_picture,
#module_overview .module-listing .overview_item.overview_item_with_picture,
#module_overview .module-listing .overview_item.listing_entry_with_picture,
#module_overview .overview .listing_entry.overview_item_with_picture,
#module_overview .overview .listing_entry.listing_entry_with_picture,
#module_overview .overview .overview_item.overview_item_with_picture,
#module_overview .overview .overview_item.listing_entry_with_picture {
  min-height: 283px;
}
#listing .module-listing .listing_entry.overview_item_with_picture .content, #listing .module-listing .listing_entry.listing_entry_with_picture .content,
#listing .module-listing .overview_item.overview_item_with_picture .content,
#listing .module-listing .overview_item.listing_entry_with_picture .content,
#listing .overview .listing_entry.overview_item_with_picture .content,
#listing .overview .listing_entry.listing_entry_with_picture .content,
#listing .overview .overview_item.overview_item_with_picture .content,
#listing .overview .overview_item.listing_entry_with_picture .content,
#module_overview .module-listing .listing_entry.overview_item_with_picture .content,
#module_overview .module-listing .listing_entry.listing_entry_with_picture .content,
#module_overview .module-listing .overview_item.overview_item_with_picture .content,
#module_overview .module-listing .overview_item.listing_entry_with_picture .content,
#module_overview .overview .listing_entry.overview_item_with_picture .content,
#module_overview .overview .listing_entry.listing_entry_with_picture .content,
#module_overview .overview .overview_item.overview_item_with_picture .content,
#module_overview .overview .overview_item.listing_entry_with_picture .content {
  margin-left: 476px;
}
#listing .module-listing .listing_entry .content,
#listing .module-listing .overview_item .content,
#listing .overview .listing_entry .content,
#listing .overview .overview_item .content,
#module_overview .module-listing .listing_entry .content,
#module_overview .module-listing .overview_item .content,
#module_overview .overview .listing_entry .content,
#module_overview .overview .overview_item .content {
  padding: 43px 40px 35px;
  box-sizing: border-box;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
  letter-spacing: 0;
}
#listing .module-listing .listing_entry .content .listing-more-button,
#listing .module-listing .overview_item .content .listing-more-button,
#listing .overview .listing_entry .content .listing-more-button,
#listing .overview .overview_item .content .listing-more-button,
#module_overview .module-listing .listing_entry .content .listing-more-button,
#module_overview .module-listing .overview_item .content .listing-more-button,
#module_overview .overview .listing_entry .content .listing-more-button,
#module_overview .overview .overview_item .content .listing-more-button {
  display: inline-block;
  margin: 0;
  padding: 7px 18px 7px;
  width: auto;
  color: #383736;
  font: 600 12px/15px "Montserrat";
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  background: #F5F5F4;
  border-radius: 50px;
  border: 0;
  outline: none;
  cursor: pointer;
  backface-visibility: hidden;
  -webkit-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -moz-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  margin-top: 25px;
  background: #fff;
}
#listing .module-listing .listing_entry .content .listing-more-button.active, #listing .module-listing .listing_entry .content .listing-more-button:focus, #listing .module-listing .listing_entry .content .listing-more-button:hover,
#listing .module-listing .overview_item .content .listing-more-button.active,
#listing .module-listing .overview_item .content .listing-more-button:focus,
#listing .module-listing .overview_item .content .listing-more-button:hover,
#listing .overview .listing_entry .content .listing-more-button.active,
#listing .overview .listing_entry .content .listing-more-button:focus,
#listing .overview .listing_entry .content .listing-more-button:hover,
#listing .overview .overview_item .content .listing-more-button.active,
#listing .overview .overview_item .content .listing-more-button:focus,
#listing .overview .overview_item .content .listing-more-button:hover,
#module_overview .module-listing .listing_entry .content .listing-more-button.active,
#module_overview .module-listing .listing_entry .content .listing-more-button:focus,
#module_overview .module-listing .listing_entry .content .listing-more-button:hover,
#module_overview .module-listing .overview_item .content .listing-more-button.active,
#module_overview .module-listing .overview_item .content .listing-more-button:focus,
#module_overview .module-listing .overview_item .content .listing-more-button:hover,
#module_overview .overview .listing_entry .content .listing-more-button.active,
#module_overview .overview .listing_entry .content .listing-more-button:focus,
#module_overview .overview .listing_entry .content .listing-more-button:hover,
#module_overview .overview .overview_item .content .listing-more-button.active,
#module_overview .overview .overview_item .content .listing-more-button:focus,
#module_overview .overview .overview_item .content .listing-more-button:hover {
  border: 0;
  color: #fff;
  background: #8F8D89;
}
#listing .module-listing .listing_entry .content .listing-date,
#listing .module-listing .overview_item .content .listing-date,
#listing .overview .listing_entry .content .listing-date,
#listing .overview .overview_item .content .listing-date,
#module_overview .module-listing .listing_entry .content .listing-date,
#module_overview .module-listing .overview_item .content .listing-date,
#module_overview .overview .listing_entry .content .listing-date,
#module_overview .overview .overview_item .content .listing-date {
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 15px;
}

.listing_entry_backlink a {
  display: inline-block;
  margin: 0;
  padding: 7px 18px 7px;
  width: auto;
  color: #383736;
  font: 600 12px/15px "Montserrat";
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  background: #F5F5F4;
  border-radius: 50px;
  border: 0;
  outline: none;
  cursor: pointer;
  backface-visibility: hidden;
  -webkit-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -moz-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  margin-top: 25px;
}
.listing_entry_backlink a.active, .listing_entry_backlink a:focus, .listing_entry_backlink a:hover {
  border: 0;
  color: #fff;
  background: #8F8D89;
}

.pagination {
  margin-top: 50px;
}
.pagination .pagination-links a {
  display: inline-block;
  margin: 0;
  padding: 7px 18px 7px;
  width: auto;
  color: #383736;
  font: 600 12px/15px "Montserrat";
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  background: #F5F5F4;
  border-radius: 50px;
  border: 0;
  outline: none;
  cursor: pointer;
  backface-visibility: hidden;
  -webkit-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -moz-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  margin-left: 10px;
}
.pagination .pagination-links a.active, .pagination .pagination-links a:focus, .pagination .pagination-links a:hover {
  border: 0;
  color: #fff;
  background: #8F8D89;
}
.pagination .pagination-links a.inactive {
  display: none;
}
.pagination .pagination-numbers a {
  color: #8F8D89;
  font-weight: 500;
  margin-right: 8px;
  margin-top: 1px;
}
.pagination .pagination-numbers a:hover {
  color: #383736;
}
.pagination .pagination-numbers a.current {
  font-weight: 700;
  color: #383736;
}

.login_form .button,
.edit_user_form .button,
#process_order_login .button,
.user_registration_form .button,
.no_system_page #module_mailform .button {
  width: auto;
  display: inline-block;
  margin: 0;
  padding: 14px 25px 14px;
  width: auto;
  color: #fff;
  font: 600 12px/15px "Montserrat";
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  background: #7D1577;
  border-radius: 50px;
  border: 0;
  outline: none;
  cursor: pointer;
  backface-visibility: hidden;
  box-shadow: 0 12px 8px -8px rgba(58, 3, 55, 0.5);
  -webkit-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -moz-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
}
.login_form .button.active, .login_form .button:focus, .login_form .button:hover,
.edit_user_form .button.active,
.edit_user_form .button:focus,
.edit_user_form .button:hover,
#process_order_login .button.active,
#process_order_login .button:focus,
#process_order_login .button:hover,
.user_registration_form .button.active,
.user_registration_form .button:focus,
.user_registration_form .button:hover,
.no_system_page #module_mailform .button.active,
.no_system_page #module_mailform .button:focus,
.no_system_page #module_mailform .button:hover {
  border: 0;
  color: #fff;
  background: #490c45;
}
.login_form .button.empty_cart_button, .login_form .button.refresh_button, .login_form .button.continue_shopping_button,
.edit_user_form .button.empty_cart_button,
.edit_user_form .button.refresh_button,
.edit_user_form .button.continue_shopping_button,
#process_order_login .button.empty_cart_button,
#process_order_login .button.refresh_button,
#process_order_login .button.continue_shopping_button,
.user_registration_form .button.empty_cart_button,
.user_registration_form .button.refresh_button,
.user_registration_form .button.continue_shopping_button,
.no_system_page #module_mailform .button.empty_cart_button,
.no_system_page #module_mailform .button.refresh_button,
.no_system_page #module_mailform .button.continue_shopping_button {
  color: #8F8D89;
  background: #f0f0f0;
  box-shadow: none;
}
.login_form .button.empty_cart_button:hover, .login_form .button.refresh_button:hover, .login_form .button.continue_shopping_button:hover,
.edit_user_form .button.empty_cart_button:hover,
.edit_user_form .button.refresh_button:hover,
.edit_user_form .button.continue_shopping_button:hover,
#process_order_login .button.empty_cart_button:hover,
#process_order_login .button.refresh_button:hover,
#process_order_login .button.continue_shopping_button:hover,
.user_registration_form .button.empty_cart_button:hover,
.user_registration_form .button.refresh_button:hover,
.user_registration_form .button.continue_shopping_button:hover,
.no_system_page #module_mailform .button.empty_cart_button:hover,
.no_system_page #module_mailform .button.refresh_button:hover,
.no_system_page #module_mailform .button.continue_shopping_button:hover {
  background: #E0DFDB;
}
.login_form .button_bar_bottom,
.edit_user_form .button_bar_bottom,
#process_order_login .button_bar_bottom,
.user_registration_form .button_bar_bottom,
.no_system_page #module_mailform .button_bar_bottom {
  margin-top: 30px;
}
.login_form .mailform_field_actions a,
.edit_user_form .mailform_field_actions a,
#process_order_login .mailform_field_actions a,
.user_registration_form .mailform_field_actions a,
.no_system_page #module_mailform .mailform_field_actions a {
  border-bottom: none;
}
.login_form p,
.login_form .mailform_element,
.edit_user_form p,
.edit_user_form .mailform_element,
#process_order_login p,
#process_order_login .mailform_element,
.user_registration_form p,
.user_registration_form .mailform_element,
.no_system_page #module_mailform p,
.no_system_page #module_mailform .mailform_element {
  margin-bottom: 10px;
}
.login_form p.dodeley_subscribe_privacy,
.login_form .mailform_element.dodeley_subscribe_privacy,
.edit_user_form p.dodeley_subscribe_privacy,
.edit_user_form .mailform_element.dodeley_subscribe_privacy,
#process_order_login p.dodeley_subscribe_privacy,
#process_order_login .mailform_element.dodeley_subscribe_privacy,
.user_registration_form p.dodeley_subscribe_privacy,
.user_registration_form .mailform_element.dodeley_subscribe_privacy,
.no_system_page #module_mailform p.dodeley_subscribe_privacy,
.no_system_page #module_mailform .mailform_element.dodeley_subscribe_privacy {
  margin-top: 20px;
}
.login_form p > p,
.login_form .mailform_element > p,
.edit_user_form p > p,
.edit_user_form .mailform_element > p,
#process_order_login p > p,
#process_order_login .mailform_element > p,
.user_registration_form p > p,
.user_registration_form .mailform_element > p,
.no_system_page #module_mailform p > p,
.no_system_page #module_mailform .mailform_element > p {
  margin-bottom: 0;
}
.login_form p label,
.login_form .mailform_element label,
.edit_user_form p label,
.edit_user_form .mailform_element label,
#process_order_login p label,
#process_order_login .mailform_element label,
.user_registration_form p label,
.user_registration_form .mailform_element label,
.no_system_page #module_mailform p label,
.no_system_page #module_mailform .mailform_element label {
  width: 240px;
  float: left;
  margin-top: 7px;
  box-sizing: border-box;
}
.login_form p textarea,
.login_form p input,
.login_form .mailform_element textarea,
.login_form .mailform_element input,
.edit_user_form p textarea,
.edit_user_form p input,
.edit_user_form .mailform_element textarea,
.edit_user_form .mailform_element input,
#process_order_login p textarea,
#process_order_login p input,
#process_order_login .mailform_element textarea,
#process_order_login .mailform_element input,
.user_registration_form p textarea,
.user_registration_form p input,
.user_registration_form .mailform_element textarea,
.user_registration_form .mailform_element input,
.no_system_page #module_mailform p textarea,
.no_system_page #module_mailform p input,
.no_system_page #module_mailform .mailform_element textarea,
.no_system_page #module_mailform .mailform_element input {
  font: 400 15px/26px "Montserrat";
  background: #fff;
  border: 1px solid #E0DFDB;
  padding: 7px 20px 8px;
  width: 600px;
  border-radius: 23px;
  box-sizing: border-box;
  color: #8F8D89;
  box-shadow: none;
  -webkit-appearance: none;
}
.login_form p textarea:hover, .login_form p textarea:focus,
.login_form p input:hover,
.login_form p input:focus,
.login_form .mailform_element textarea:hover,
.login_form .mailform_element textarea:focus,
.login_form .mailform_element input:hover,
.login_form .mailform_element input:focus,
.edit_user_form p textarea:hover,
.edit_user_form p textarea:focus,
.edit_user_form p input:hover,
.edit_user_form p input:focus,
.edit_user_form .mailform_element textarea:hover,
.edit_user_form .mailform_element textarea:focus,
.edit_user_form .mailform_element input:hover,
.edit_user_form .mailform_element input:focus,
#process_order_login p textarea:hover,
#process_order_login p textarea:focus,
#process_order_login p input:hover,
#process_order_login p input:focus,
#process_order_login .mailform_element textarea:hover,
#process_order_login .mailform_element textarea:focus,
#process_order_login .mailform_element input:hover,
#process_order_login .mailform_element input:focus,
.user_registration_form p textarea:hover,
.user_registration_form p textarea:focus,
.user_registration_form p input:hover,
.user_registration_form p input:focus,
.user_registration_form .mailform_element textarea:hover,
.user_registration_form .mailform_element textarea:focus,
.user_registration_form .mailform_element input:hover,
.user_registration_form .mailform_element input:focus,
.no_system_page #module_mailform p textarea:hover,
.no_system_page #module_mailform p textarea:focus,
.no_system_page #module_mailform p input:hover,
.no_system_page #module_mailform p input:focus,
.no_system_page #module_mailform .mailform_element textarea:hover,
.no_system_page #module_mailform .mailform_element textarea:focus,
.no_system_page #module_mailform .mailform_element input:hover,
.no_system_page #module_mailform .mailform_element input:focus {
  border: 1px solid #8F8D89;
  color: #383736;
}
.login_form p textarea,
.login_form .mailform_element textarea,
.edit_user_form p textarea,
.edit_user_form .mailform_element textarea,
#process_order_login p textarea,
#process_order_login .mailform_element textarea,
.user_registration_form p textarea,
.user_registration_form .mailform_element textarea,
.no_system_page #module_mailform p textarea,
.no_system_page #module_mailform .mailform_element textarea {
  height: 180px;
}
.login_form p .required,
.login_form .mailform_element .required,
.edit_user_form p .required,
.edit_user_form .mailform_element .required,
#process_order_login p .required,
#process_order_login .mailform_element .required,
.user_registration_form p .required,
.user_registration_form .mailform_element .required,
.no_system_page #module_mailform p .required,
.no_system_page #module_mailform .mailform_element .required {
  color: #7D1577 !important;
}
.login_form p.file_field input,
.login_form .mailform_element.file_field input,
.edit_user_form p.file_field input,
.edit_user_form .mailform_element.file_field input,
#process_order_login p.file_field input,
#process_order_login .mailform_element.file_field input,
.user_registration_form p.file_field input,
.user_registration_form .mailform_element.file_field input,
.no_system_page #module_mailform p.file_field input,
.no_system_page #module_mailform .mailform_element.file_field input {
  line-height: 17px;
  padding: 9px 14px 8px;
}
.login_form p.mailform_error label,
.login_form .mailform_element.mailform_error label,
.edit_user_form p.mailform_error label,
.edit_user_form .mailform_element.mailform_error label,
#process_order_login p.mailform_error label,
#process_order_login .mailform_element.mailform_error label,
.user_registration_form p.mailform_error label,
.user_registration_form .mailform_element.mailform_error label,
.no_system_page #module_mailform p.mailform_error label,
.no_system_page #module_mailform .mailform_element.mailform_error label {
  color: #7D1577;
}
.login_form p.mailform_error input,
.login_form p.mailform_error textarea,
.login_form .mailform_element.mailform_error input,
.login_form .mailform_element.mailform_error textarea,
.edit_user_form p.mailform_error input,
.edit_user_form p.mailform_error textarea,
.edit_user_form .mailform_element.mailform_error input,
.edit_user_form .mailform_element.mailform_error textarea,
#process_order_login p.mailform_error input,
#process_order_login p.mailform_error textarea,
#process_order_login .mailform_element.mailform_error input,
#process_order_login .mailform_element.mailform_error textarea,
.user_registration_form p.mailform_error input,
.user_registration_form p.mailform_error textarea,
.user_registration_form .mailform_element.mailform_error input,
.user_registration_form .mailform_element.mailform_error textarea,
.no_system_page #module_mailform p.mailform_error input,
.no_system_page #module_mailform p.mailform_error textarea,
.no_system_page #module_mailform .mailform_element.mailform_error input,
.no_system_page #module_mailform .mailform_element.mailform_error textarea {
  background: #F5F5F4;
  border: 1px solid #8F8D89;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}

#module_mailform #mailform_content {
  margin-bottom: 60px;
}
#module_mailform .mailform_element {
  position: relative;
}
#module_mailform .mailform_element + .heading2_field {
  margin-top: 50px;
}
#module_mailform .mailform_element span.mailform_field_actions {
  position: absolute;
  right: 0;
  z-index: 1;
  top: 0;
}
#module_mailform #mailform_submit_button {
  margin-top: 30px;
}
#module_mailform #mailform_submit_button label {
  width: 240px;
  float: left;
}
#module_mailform #mailform_submit_button.dodeley_button {
  margin-top: 18px;
}

.login_form > p {
  font: 400 15px/26px "Montserrat";
  margin-bottom: 30px !important;
}

/* --- select2 --- */
.select2-container--default .select2-results > .select2-results__options {
  max-height: 247px;
}

span.select2-container {
  width: 600px !important;
  max-width: 100% !important;
  box-sizing: border-box;
}
span.select2-container .select2-selection--single {
  border: 1px solid #E0DFDB;
  background: #fff;
  border-radius: 23px;
}
span.select2-container .select2-selection--single:hover {
  border-color: #8F8D89;
}
span.select2-container .select2-selection--single:hover .select2-selection__arrow:before {
  color: #8F8D89;
}
span.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 7px 20px 8px;
  font: 400 15px/26px "Montserrat";
  color: #8F8D89;
}
span.select2-container .select2-selection--single .select2-selection__arrow {
  margin-right: 15px;
}
span.select2-container .select2-selection--single .select2-selection__arrow:before {
  content: "\f0dc";
  position: absolute;
  top: 7px;
  left: 0;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 20px;
  font-weight: 400;
  text-transform: none;
  color: #E0DFDB;
  font-weight: 900;
}
span.select2-container .select2-selection--single .select2-selection__arrow b {
  display: none;
}
span.select2-container.select2-container--open .select2-selection--single {
  border: 1px solid #8F8D89;
  border-bottom: 1px solid transparent;
}
span.select2-container.select2-container--open .select2-selection--single .select2-selection__arrow:before {
  color: #8F8D89;
}
span.select2-container .select2-dropdown {
  border: 1px solid #8F8D89;
  margin-top: -1px;
  border-top: none;
  background: #fff;
  overflow: hidden;
  border-radius: 0 0 23px 23px;
}
span.select2-container .select2-dropdown .select2-results__option {
  padding: 7px 20px 8px;
  font-weight: 400;
  color: #8F8D89;
  font: 400 15px/26px "Montserrat";
}
span.select2-container .select2-dropdown .select2-results__option--highlighted[aria-selected] {
  background: #7D1577;
  color: #fff;
}
span.select2-container .select2-dropdown .select2-results__option[aria-selected=true] {
  background: #F5F5F4;
  color: #8F8D89;
}

/* -- checkbox -- */
.order_form_checkboxes p,
.delivery_price_toggle p,
.p_remember_me_checkbox p,
.checkbox_field p {
  margin: 0 !important;
}
.order_form_checkboxes label.label_remember_me_checkbox label.checkbox:before,
.delivery_price_toggle label.label_remember_me_checkbox label.checkbox:before,
.p_remember_me_checkbox label.label_remember_me_checkbox label.checkbox:before,
.checkbox_field label.label_remember_me_checkbox label.checkbox:before {
  top: -2px;
}
.order_form_checkboxes label.label_remember_me_checkbox label.checkbox:after,
.delivery_price_toggle label.label_remember_me_checkbox label.checkbox:after,
.p_remember_me_checkbox label.label_remember_me_checkbox label.checkbox:after,
.checkbox_field label.label_remember_me_checkbox label.checkbox:after {
  top: -6px;
}
.order_form_checkboxes input,
.delivery_price_toggle input,
.p_remember_me_checkbox input,
.checkbox_field input {
  display: none;
}
.order_form_checkboxes input:checked + label,
.delivery_price_toggle input:checked + label,
.p_remember_me_checkbox input:checked + label,
.checkbox_field input:checked + label {
  position: relative;
}
.order_form_checkboxes input:checked + label:before,
.delivery_price_toggle input:checked + label:before,
.p_remember_me_checkbox input:checked + label:before,
.checkbox_field input:checked + label:before {
  border: 1px solid #7D1577;
  background: #7D1577;
}
.order_form_checkboxes input:checked + label:after,
.delivery_price_toggle input:checked + label:after,
.p_remember_me_checkbox input:checked + label:after,
.checkbox_field input:checked + label:after {
  content: "\f00c";
  position: absolute;
  top: 2px;
  left: auto;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 12px;
  font-weight: 400;
  text-transform: none;
  color: #fff;
  left: 4px;
  font-weight: 700;
}
.order_form_checkboxes input + label,
.delivery_price_toggle input + label,
.p_remember_me_checkbox input + label,
.checkbox_field input + label {
  position: relative;
  margin-top: 0 !important;
  width: calc(100% - 245px) !important;
  margin-left: 240px;
  padding-left: 30px;
  padding-top: 2px;
}
.order_form_checkboxes input + label:before,
.delivery_price_toggle input + label:before,
.p_remember_me_checkbox input + label:before,
.checkbox_field input + label:before {
  content: "";
  border: 1px solid #E0DFDB;
  width: 17px;
  height: 17px;
  position: absolute;
  left: 0;
  top: 5px;
  border-radius: 4px;
  background: #fff;
}

label.label_remember_me_checkbox label.checkbox {
  margin-left: 0;
}

.p_remember_me_checkbox label.label_remember_me_checkbox label.checkbox:before {
  top: 1px;
}

.p_remember_me_checkbox label.label_remember_me_checkbox label.checkbox:after {
  top: -2px;
}

/* -- datepicker -- */
#ui-datepicker-div {
  width: 260px;
  font: 400 15px/26px "Montserrat";
  color: #666;
  border: none;
  border-radius: 0;
  margin: 3px 0 0 0;
  padding: 0;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
}
#ui-datepicker-div .ui-widget-header {
  border: 0;
  border-radius: 0;
  padding: 2px 10px;
  background: #F5F5F4;
  color: #383736;
  text-transform: none;
  font-size: 13px;
  font-weight: 600;
  line-height: 26px !important;
  padding: 5px 0 6px !important;
}
#ui-datepicker-div .ui-widget-header .ui-datepicker-next,
#ui-datepicker-div .ui-widget-header .ui-datepicker-prev {
  opacity: 1 !important;
  top: 4px;
  left: 8px;
  text-decoration: none;
}
#ui-datepicker-div .ui-widget-header .ui-datepicker-next:before,
#ui-datepicker-div .ui-widget-header .ui-datepicker-prev:before {
  content: "\f053";
  position: absolute;
  top: 1px;
  left: 0;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 13px;
  font-weight: 400;
  text-transform: none;
  color: #949489;
}
#ui-datepicker-div .ui-widget-header .ui-datepicker-next .ui-icon,
#ui-datepicker-div .ui-widget-header .ui-datepicker-prev .ui-icon {
  background-image: none;
}
#ui-datepicker-div .ui-widget-header .ui-datepicker-next.ui-state-hover,
#ui-datepicker-div .ui-widget-header .ui-datepicker-prev.ui-state-hover {
  background: none;
  border: none;
}
#ui-datepicker-div .ui-widget-header .ui-datepicker-next.ui-state-hover:before,
#ui-datepicker-div .ui-widget-header .ui-datepicker-prev.ui-state-hover:before {
  color: #383736;
}
#ui-datepicker-div .ui-widget-header .ui-datepicker-next {
  right: -5px;
  left: auto;
}
#ui-datepicker-div .ui-widget-header .ui-datepicker-next:before {
  content: "\f054";
}
#ui-datepicker-div table.ui-datepicker-calendar {
  margin-bottom: 0;
}
#ui-datepicker-div table.ui-datepicker-calendar thead,
#ui-datepicker-div table.ui-datepicker-calendar tbody {
  padding: 0;
}
#ui-datepicker-div table.ui-datepicker-calendar thead tr th,
#ui-datepicker-div table.ui-datepicker-calendar tbody tr th {
  color: #383736;
  border-bottom: 1px solid #F5F5F4;
  border-top: none;
  padding: 2px;
  font-weight: 600 !important;
  font-size: 13px !important;
}
#ui-datepicker-div table.ui-datepicker-calendar thead tr th:first-child,
#ui-datepicker-div table.ui-datepicker-calendar tbody tr th:first-child {
  border-left: none;
}
#ui-datepicker-div table.ui-datepicker-calendar thead tr th:last-child,
#ui-datepicker-div table.ui-datepicker-calendar tbody tr th:last-child {
  border-right: none;
}
#ui-datepicker-div table.ui-datepicker-calendar thead tr > td:first-child,
#ui-datepicker-div table.ui-datepicker-calendar tbody tr > td:first-child {
  border-left: none;
}
#ui-datepicker-div table.ui-datepicker-calendar thead tr > td:last-child,
#ui-datepicker-div table.ui-datepicker-calendar tbody tr > td:last-child {
  border-right: none;
}
#ui-datepicker-div table.ui-datepicker-calendar thead tr:last-child td,
#ui-datepicker-div table.ui-datepicker-calendar tbody tr:last-child td {
  border-bottom: none;
}
#ui-datepicker-div table.ui-datepicker-calendar thead tr td,
#ui-datepicker-div table.ui-datepicker-calendar tbody tr td {
  padding: 0;
  min-width: 0;
}
#ui-datepicker-div table.ui-datepicker-calendar thead tr td span,
#ui-datepicker-div table.ui-datepicker-calendar tbody tr td span {
  padding: 0;
  color: #383736;
  font-weight: 400;
}
#ui-datepicker-div table.ui-datepicker-calendar thead tr td a,
#ui-datepicker-div table.ui-datepicker-calendar tbody tr td a {
  padding: 0;
  color: #383736;
  font-weight: 400;
  border: none;
  background: #fff;
}
#ui-datepicker-div table.ui-datepicker-calendar thead tr td a:hover,
#ui-datepicker-div table.ui-datepicker-calendar tbody tr td a:hover {
  background: #7D1577;
  color: #fff;
  border: none !important;
}
#ui-datepicker-div table.ui-datepicker-calendar thead tr td.ui-datepicker-today a,
#ui-datepicker-div table.ui-datepicker-calendar tbody tr td.ui-datepicker-today a {
  background: rgba(125, 21, 119, 0.2);
  color: #383736;
}
#ui-datepicker-div table.ui-datepicker-calendar thead tr td .ui-state-active,
#ui-datepicker-div table.ui-datepicker-calendar tbody tr td .ui-state-active {
  background: #7D1577;
  color: #fff;
}
#ui-datepicker-div table.ui-datepicker-calendar thead td span,
#ui-datepicker-div table.ui-datepicker-calendar thead td a,
#ui-datepicker-div table.ui-datepicker-calendar tbody td span,
#ui-datepicker-div table.ui-datepicker-calendar tbody td a {
  text-align: center;
}

#google_map .infowindow {
  font: 400 15px/26px "Montserrat";
  margin-bottom: -14px;
  padding-top: 12px;
}
#google_map .infowindow h2 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 3px;
}
#google_map .infowindow h2 + p {
  display: none;
}
#google_map #module_map {
  width: 100% !important;
}
#google_map iframe {
  width: 100%;
}

.search .search_item_wrap {
  margin-bottom: 50px;
}
.search .search_item_wrap .pictures {
  width: 400px;
  margin-left: 70px;
  margin-top: 4px;
}
.search .search_item_wrap .pictures * {
  width: 100%;
}
.search .search_item_wrap .pictures img {
  width: 100%;
  height: auto;
}
.search .search_item_wrap a {
  color: #8F8D89;
}
.search .search_item_wrap .highlighting {
  background: rgba(125, 21, 119, 0.05);
}

.highlighting {
  background: rgba(125, 21, 119, 0.05);
}

.preload .shop_article h2,
.preload .shop_article .shop-regular-price,
.preload .shop_article .introduction,
.preload .shop-description-small {
  opacity: 0;
  visibility: hidden;
}

.fa-leanpub:before {
  font-family: "Font Awesome 6 Brands";
}

.mod_shop {
  /*&.logged_in {

  	.order_details_current_state {
  		display: table-cell !important;
  	}
  }*/
}
.mod_shop label[for=user_id] {
  margin-right: 30px;
}
.mod_shop .article_minimum_quantity,
.mod_shop .order_details_current_state,
.mod_shop .shop_category_title, .mod_shop.shop_subcategory_49 #shop_filter, .mod_shop.shop_subcategory_55 #shop_filter, .mod_shop.shop_subcategory_51 #shop_filter, .mod_shop.shop_subcategory_45 #shop_filter,
.mod_shop .shop_order_step_4,
.mod_shop .shop_order_empty.introduction,
.mod_shop .shop_products.shop_products_empty,
.mod_shop div#cart_container td small {
  display: none !important;
}
.mod_shop .article_number,
.mod_shop .category_back_button {
  display: none;
}
.mod_shop .order_form_userinfo > .button_bar_top {
  display: none;
}
.mod_shop .articles_in_shop_category,
.mod_shop .shop_products {
  margin-left: -20px;
}
.mod_shop .articles_in_shop_category .shop_article,
.mod_shop .shop_products .shop_article {
  float: left;
  box-sizing: border-box;
  width: 33.33%;
  padding: 0 0 20px 20px;
  background: #fff;
  position: relative;
}
.mod_shop .articles_in_shop_category .shop_article .pictures span,
.mod_shop .shop_products .shop_article .pictures span {
  box-shadow: none !important;
}
.mod_shop .articles_in_shop_category .shop_article:nth-child(3n+1),
.mod_shop .shop_products .shop_article:nth-child(3n+1) {
  clear: both;
}
.mod_shop .articles_in_shop_category .shop_article *,
.mod_shop .shop_products .shop_article * {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mod_shop .articles_in_shop_category .shop_article.hover .shop_add_to_cart_form, .mod_shop .articles_in_shop_category .shop_article:hover .shop_add_to_cart_form,
.mod_shop .shop_products .shop_article.hover .shop_add_to_cart_form,
.mod_shop .shop_products .shop_article:hover .shop_add_to_cart_form {
  opacity: 1;
  visibility: visible;
}
.mod_shop .articles_in_shop_category .shop_article.hover .inner, .mod_shop .articles_in_shop_category .shop_article:hover .inner,
.mod_shop .shop_products .shop_article.hover .inner,
.mod_shop .shop_products .shop_article:hover .inner {
  box-shadow: 0 12px 17px -4px rgba(56, 56, 54, 0.2);
}
.mod_shop .articles_in_shop_category .shop_article.hover .inner .shop-description-small, .mod_shop .articles_in_shop_category .shop_article:hover .inner .shop-description-small,
.mod_shop .shop_products .shop_article.hover .inner .shop-description-small,
.mod_shop .shop_products .shop_article:hover .inner .shop-description-small {
  bottom: 0 !important;
  background: #fff;
}
.mod_shop .articles_in_shop_category .shop_article.hover .inner .shop-description-small h2, .mod_shop .articles_in_shop_category .shop_article.hover .inner .shop-description-small h2 a, .mod_shop .articles_in_shop_category .shop_article:hover .inner .shop-description-small h2, .mod_shop .articles_in_shop_category .shop_article:hover .inner .shop-description-small h2 a,
.mod_shop .shop_products .shop_article.hover .inner .shop-description-small h2,
.mod_shop .shop_products .shop_article.hover .inner .shop-description-small h2 a,
.mod_shop .shop_products .shop_article:hover .inner .shop-description-small h2,
.mod_shop .shop_products .shop_article:hover .inner .shop-description-small h2 a {
  font-size: 24px;
}
.mod_shop .articles_in_shop_category .shop_article.hover .inner .shop-description-small .p_article_set_select span.select2-container .select2-selection--single .select2-selection__rendered,
.mod_shop .articles_in_shop_category .shop_article.hover .inner .shop-description-small .shop-regular-price, .mod_shop .articles_in_shop_category .shop_article:hover .inner .shop-description-small .p_article_set_select span.select2-container .select2-selection--single .select2-selection__rendered,
.mod_shop .articles_in_shop_category .shop_article:hover .inner .shop-description-small .shop-regular-price,
.mod_shop .shop_products .shop_article.hover .inner .shop-description-small .p_article_set_select span.select2-container .select2-selection--single .select2-selection__rendered,
.mod_shop .shop_products .shop_article.hover .inner .shop-description-small .shop-regular-price,
.mod_shop .shop_products .shop_article:hover .inner .shop-description-small .p_article_set_select span.select2-container .select2-selection--single .select2-selection__rendered,
.mod_shop .shop_products .shop_article:hover .inner .shop-description-small .shop-regular-price {
  font-size: 16px;
  line-height: 26px;
}
.mod_shop .articles_in_shop_category .shop_article .inner,
.mod_shop .shop_products .shop_article .inner {
  border: 1px solid #F5F5F4;
  position: relative;
  overflow: hidden;
}
.mod_shop .articles_in_shop_category .shop_article .inner .inner_content,
.mod_shop .shop_products .shop_article .inner .inner_content {
  cursor: pointer;
}
.mod_shop .articles_in_shop_category .shop_article .inner .pictures,
.mod_shop .shop_products .shop_article .inner .pictures {
  width: 100%;
  text-align: center;
}
.mod_shop .articles_in_shop_category .shop_article .inner .pictures .picture,
.mod_shop .shop_products .shop_article .inner .pictures .picture {
  width: 164px;
  margin: 0 auto;
  float: none;
  padding: 36px 0 60px;
}
.mod_shop .articles_in_shop_category .shop_article .inner .pictures img,
.mod_shop .shop_products .shop_article .inner .pictures img {
  width: 100%;
  height: auto;
}
.mod_shop .articles_in_shop_category .shop_article .inner .shop_special,
.mod_shop .shop_products .shop_article .inner .shop_special {
  background: url(../img/excellent_background.png) no-repeat;
  width: 146px;
  height: 45px;
  background-size: 100% auto;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  position: absolute;
  top: 30px;
  left: -8px;
  display: block;
  z-index: 10;
  padding: 3px 0 1px 15px;
  letter-spacing: 0.8px;
  box-sizing: border-box;
}
.mod_shop .articles_in_shop_category .shop_article .inner .shop-description-small,
.mod_shop .shop_products .shop_article .inner .shop-description-small {
  overflow: visible;
  clear: both;
  padding: 24px 20px 24px;
  box-sizing: border-box;
  text-align: center;
  position: absolute;
  background: transparent;
  width: 100%;
}
.mod_shop .articles_in_shop_category .shop_article .inner .shop-description-small h2, .mod_shop .articles_in_shop_category .shop_article .inner .shop-description-small h2 a,
.mod_shop .shop_products .shop_article .inner .shop-description-small h2,
.mod_shop .shop_products .shop_article .inner .shop-description-small h2 a {
  font-size: 20px;
  margin-bottom: 1px;
}
.mod_shop .articles_in_shop_category .shop_article .inner .shop-description-small .introduction,
.mod_shop .shop_products .shop_article .inner .shop-description-small .introduction {
  text-align: left;
  font: 400 15px/26px "Montserrat";
  text-transform: none;
  color: #8F8D89;
}
.mod_shop .articles_in_shop_category .shop_article .inner .shop-description-small .shop-regular-price,
.mod_shop .shop_products .shop_article .inner .shop-description-small .shop-regular-price {
  display: inline-block;
  margin-right: 10px;
  font-family: "Montserrat";
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  letter-spacing: 1px;
  color: #383736;
}
.mod_shop .articles_in_shop_category .shop_article .inner .shop-description-small .shop-regular-price span,
.mod_shop .shop_products .shop_article .inner .shop-description-small .shop-regular-price span {
  -webkit-transition: all 0s ease-out;
  -moz-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  transition: all 0s ease-out;
}
.mod_shop .articles_in_shop_category .shop_article .inner .shop-description-small .shop-regular-price.shop-article-not-available,
.mod_shop .shop_products .shop_article .inner .shop-description-small .shop-regular-price.shop-article-not-available {
  padding-bottom: 16px;
}
.mod_shop .articles_in_shop_category .shop_article .inner .shop-description-small .shop_show_details,
.mod_shop .shop_products .shop_article .inner .shop-description-small .shop_show_details {
  display: inline-block;
  margin: 0;
  padding: 7px 18px 7px;
  width: auto;
  color: #383736;
  font: 600 12px/15px "Montserrat";
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  background: #F5F5F4;
  border-radius: 50px;
  border: 0;
  outline: none;
  cursor: pointer;
  backface-visibility: hidden;
  -webkit-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -moz-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  text-align: left;
  float: left;
  clear: both;
  margin-top: 15px;
}
.mod_shop .articles_in_shop_category .shop_article .inner .shop-description-small .shop_show_details.active, .mod_shop .articles_in_shop_category .shop_article .inner .shop-description-small .shop_show_details:focus, .mod_shop .articles_in_shop_category .shop_article .inner .shop-description-small .shop_show_details:hover,
.mod_shop .shop_products .shop_article .inner .shop-description-small .shop_show_details.active,
.mod_shop .shop_products .shop_article .inner .shop-description-small .shop_show_details:focus,
.mod_shop .shop_products .shop_article .inner .shop-description-small .shop_show_details:hover {
  border: 0;
  color: #fff;
  background: #8F8D89;
}
.mod_shop .articles_in_shop_category .shop_article .inner .shop-description-small .p_article_set_select,
.mod_shop .shop_products .shop_article .inner .shop-description-small .p_article_set_select {
  margin-left: 10px;
  display: inline-block;
  vertical-align: 1px;
}
.mod_shop .articles_in_shop_category .shop_article .inner .shop-description-small .p_article_set_select span.select2-container,
.mod_shop .shop_products .shop_article .inner .shop-description-small .p_article_set_select span.select2-container {
  width: auto !important;
}
.mod_shop .articles_in_shop_category .shop_article .inner .shop-description-small .p_article_set_select span.select2-container .select2-selection--single,
.mod_shop .shop_products .shop_article .inner .shop-description-small .p_article_set_select span.select2-container .select2-selection--single {
  border: none;
}
.mod_shop .articles_in_shop_category .shop_article .inner .shop-description-small .p_article_set_select span.select2-container .select2-selection--single .select2-selection__rendered,
.mod_shop .shop_products .shop_article .inner .shop-description-small .p_article_set_select span.select2-container .select2-selection--single .select2-selection__rendered {
  font-family: "Montserrat";
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  letter-spacing: 1px;
  color: #383736;
  padding: 0;
}
.mod_shop .articles_in_shop_category .shop_article .inner .shop-description-small .p_article_set_select span.select2-container .select2-selection--single .select2-selection__arrow,
.mod_shop .shop_products .shop_article .inner .shop-description-small .p_article_set_select span.select2-container .select2-selection--single .select2-selection__arrow {
  display: none;
}
.mod_shop .articles_in_shop_category .shop_article .inner .shop-description-small .p_article_set_select label,
.mod_shop .shop_products .shop_article .inner .shop-description-small .p_article_set_select label {
  display: none;
}
.mod_shop .articles_in_shop_category .shop_article .inner .shop-description-small .price_with_tax,
.mod_shop .articles_in_shop_category .shop_article .inner .shop-description-small .shop-content,
.mod_shop .articles_in_shop_category .shop_article .inner .shop-description-small .article_number,
.mod_shop .shop_products .shop_article .inner .shop-description-small .price_with_tax,
.mod_shop .shop_products .shop_article .inner .shop-description-small .shop-content,
.mod_shop .shop_products .shop_article .inner .shop-description-small .article_number {
  display: none;
}
.mod_shop .articles_in_shop_category .shop_article .shop-regular-price,
.mod_shop .shop_products .shop_article .shop-regular-price {
  padding-bottom: 20px;
}
.mod_shop .articles_in_shop_category .shop_article .article_set_item_title,
.mod_shop .articles_in_shop_category .shop_article .price_with_tax,
.mod_shop .articles_in_shop_category .shop_article .add_to_wishlist_container,
.mod_shop .shop_products .shop_article .article_set_item_title,
.mod_shop .shop_products .shop_article .price_with_tax,
.mod_shop .shop_products .shop_article .add_to_wishlist_container {
  display: none;
}
.mod_shop .articles_in_shop_category .shop_article .shop_add_to_cart_form,
.mod_shop .shop_products .shop_article .shop_add_to_cart_form {
  background: #F5F5F4;
  box-shadow: 0 12px 17px -4px rgba(56, 56, 54, 0.2);
  position: absolute;
  bottom: -65px;
  right: 0;
  left: 20px;
  padding: 15px 20px 15px 20px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  z-index: 20;
}
.mod_shop .articles_in_shop_category .shop_article .shop_add_to_cart_form .article_set_single,
.mod_shop .articles_in_shop_category .shop_article .shop_add_to_cart_form .p_article_set_select,
.mod_shop .shop_products .shop_article .shop_add_to_cart_form .article_set_single,
.mod_shop .shop_products .shop_article .shop_add_to_cart_form .p_article_set_select {
  margin-top: 6px;
}
.mod_shop .articles_in_shop_category .shop_article .shop_add_to_cart_form .shop_add_to_cart_container,
.mod_shop .shop_products .shop_article .shop_add_to_cart_form .shop_add_to_cart_container {
  margin-top: 9px;
  margin-left: -10px;
}
.mod_shop .articles_in_shop_category .shop_article .shop_add_to_cart_form .p_article_set_select span.select2-container .select2-selection--single,
.mod_shop .shop_products .shop_article .shop_add_to_cart_form .p_article_set_select span.select2-container .select2-selection--single {
  border-color: #F5F5F4;
  background: #F5F5F4;
}
.mod_shop .articles_in_shop_category .shop_article .shop_add_to_cart_form .shop_add_to_cart_container,
.mod_shop .shop_products .shop_article .shop_add_to_cart_form .shop_add_to_cart_container {
  float: none !important;
  display: inline-block;
}
.mod_shop .articles_in_shop_category .shop_article .shop_add_to_cart_form .shop_add_to_cart_container input,
.mod_shop .shop_products .shop_article .shop_add_to_cart_form .shop_add_to_cart_container input {
  background: #F5F5F4;
}
.mod_shop .articles_in_shop_category .shop_article .shop_add_to_cart_form .add_to_cart_button,
.mod_shop .shop_products .shop_article .shop_add_to_cart_form .add_to_cart_button {
  width: 55px;
  height: 55px;
  border-radius: 100%;
  position: relative;
  padding: 0;
  float: right;
}
.mod_shop .articles_in_shop_category .shop_article .shop_add_to_cart_form .add_to_cart_button:before,
.mod_shop .shop_products .shop_article .shop_add_to_cart_form .add_to_cart_button:before {
  content: "p";
  font-family: "diroso";
  font-weight: 400;
  font-size: 31px;
  position: absolute;
  top: 10px;
  left: 11px;
  display: block;
  color: #fff;
  text-transform: none;
  line-height: 31px;
}
.mod_shop .articles_in_shop_category .shop_article .shop_add_to_cart_form .add_to_cart_button span,
.mod_shop .shop_products .shop_article .shop_add_to_cart_form .add_to_cart_button span {
  display: none;
}
.mod_shop h1 + .shop_description {
  margin-bottom: 50px;
}
.mod_shop .shop_category h2 {
  margin-top: 25px;
  margin-bottom: 25px;
}
.mod_shop .shop_category h2 + .pictures {
  display: none;
}
.mod_shop .user_registration_form .p_country_code_select {
  display: none;
}

.mod_action_show_article .back-to-overview {
  float: right;
  font-size: 12px;
  position: relative;
  margin-top: -1px;
}
.mod_action_show_article .back-to-overview:hover:before {
  color: #383736 !important;
}
.mod_action_show_article .back-to-overview:before {
  content: "\f00a";
  position: absolute;
  top: 0;
  left: -20px;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 12px;
  font-weight: 400;
  text-transform: none;
  color: #8F8D89;
  font-weight: 900;
}
.mod_action_show_article #mod_shop_article_detail {
  position: relative;
}
.mod_action_show_article .shop_special_detail {
  background: url(../img/excellent_background.png) no-repeat;
  width: 146px;
  height: 45px;
  background-size: 100% auto;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  position: absolute;
  top: 30px;
  left: -8px;
  display: block;
  z-index: 10;
  padding: 3px 0 1px 15px;
  letter-spacing: 0.8px;
  box-sizing: border-box;
  display: none;
}
.mod_action_show_article #article_detail_pictures {
  width: auto !important;
  padding-top: 38px;
}
.mod_action_show_article #article_detail_pictures #article_first_picture {
  position: relative;
  z-index: 1;
  width: auto !important;
}
.mod_action_show_article #article_detail_pictures #article_first_picture .pictures {
  width: 304px;
}
.mod_action_show_article #article_detail_pictures #article_first_picture .pictures img {
  width: 100%;
  height: auto;
}
.mod_action_show_article #mod_shop_article_detail .shop_price {
  max-width: 278px;
  width: 278px;
  margin: 0 0 0 20px;
  padding: 36px 0;
  position: absolute;
  right: 0;
}
.mod_action_show_article #mod_shop_article_detail .shop_price .shop-price-list {
  background: #fff;
  width: 100%;
  border: 1px solid #E0DFDB;
  box-shadow: 0 12px 17px -4px rgba(56, 56, 54, 0.2);
}
.mod_action_show_article #mod_shop_article_detail .shop_price .article_set_item_title {
  display: none;
}
.mod_action_show_article #mod_shop_article_detail .shop_price .shop-price-top {
  border-bottom: 1px solid #E0DFDB;
  padding: 9px 40px 7px 30px;
  display: flex;
  justify-content: space-between;
}
.mod_action_show_article #mod_shop_article_detail .shop_price .shop-price-top > .cf {
  display: none;
}
.mod_action_show_article #mod_shop_article_detail .shop_price .shop-price-bottom {
  padding: 20px 20px 26px 20px;
  text-align: left;
}
.mod_action_show_article #mod_shop_article_detail .shop_price .shop-price-bottom .shop-regular-price {
  font-family: "Montserrat";
  font-size: 25px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0;
  color: #8F8D89;
  padding-bottom: 3px;
}
.mod_action_show_article #mod_shop_article_detail .shop_price .shop-price-bottom .price_with_tax {
  font-family: "Montserrat";
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  letter-spacing: 0;
}
.mod_action_show_article #mod_shop_article_detail .shop_price .shop-price-bottom .add_to_cart_button {
  margin: 20px 0 0 0;
  display: block;
  float: none;
  padding: 20px 20px 20px 66px;
  position: relative;
}
.mod_action_show_article #mod_shop_article_detail .shop_price .shop-price-bottom .add_to_cart_button:before {
  content: "p";
  font-family: "diroso";
  font-weight: 400;
  font-size: 31px;
  position: absolute;
  top: 10px;
  left: 20px;
  display: block;
  color: #fff;
  text-transform: none;
  line-height: 31px;
}
.mod_action_show_article #mod_shop_article_detail .shop_price .article_number {
  float: left;
  font-family: "Montserrat";
  font-size: 10px;
  font-weight: 400;
  line-height: 13px;
  letter-spacing: 0;
  margin-top: 9px;
}
.mod_action_show_article #mod_shop_article_detail .shop_article_information_inner .shop_article_description,
.mod_action_show_article #mod_shop_article_detail .add_to_wishlist_container {
  display: none;
}
.mod_action_show_article #mod_shop_article_detail .shop_article_information {
  background: #F5F5F4;
  border-bottom: 1px solid #E0DFDB;
  border-top: 1px solid #E0DFDB;
  position: relative;
  overflow: visible;
  padding-right: 320px;
}
.mod_action_show_article #mod_shop_article_detail .shop_article_information .shop_article_information_inner {
  padding: 35px 0 36px;
}
.mod_action_show_article #mod_shop_article_detail .shop_article_information .shop_introduction {
  padding: 0;
}
.mod_action_show_article #mod_shop_article_detail .shop_article_information:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -2000px;
  width: 5000px;
  height: 100%;
  display: block;
  background: #F5F5F4;
  z-index: -1;
  border-bottom: 1px solid #E0DFDB;
  border-top: 1px solid #E0DFDB;
}
.mod_action_show_article #mod_shop_article_detail .shop_article_information h1,
.mod_action_show_article #mod_shop_article_detail .shop_article_information h3 {
  font-family: "Montserrat";
  font-size: 70px;
  font-weight: 400;
  line-height: 88px;
  letter-spacing: 0;
  font-family: "Vladimir Script";
  text-transform: none;
  color: #8F8D89;
  margin-bottom: 14px;
  text-align: left;
}
.mod_action_show_article #mod_shop_article_detail .shop_article_information + .cf {
  clear: none;
}
.mod_action_show_article #mod_shop_article_detail #article_detail_tabs_main_wrap {
  overflow: hidden;
  margin-top: 30px;
  margin-right: 278px;
}
.mod_action_show_article #mod_shop_article_detail #article_detail_tabs_main_wrap #article_detail_thumbnails .pictures {
  margin-left: -20px;
  margin-top: 20px;
}
.mod_action_show_article #mod_shop_article_detail #article_detail_tabs_main_wrap #article_detail_thumbnails .pictures .picture {
  float: left;
  box-sizing: border-box;
  width: 33.33%;
  padding: 0 0 20px 20px;
  margin: 0;
}
.mod_action_show_article #mod_shop_article_detail #article_detail_tabs_main_wrap #article_detail_thumbnails .pictures .picture img {
  width: 100%;
  height: auto;
}
.mod_action_show_article #mod_shop_article_detail #article_detail_tabs_main_wrap table th {
  background: #fff;
  font-family: "Montserrat";
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 10px 50px 6px 0;
}
.mod_action_show_article #mod_shop_article_detail #article_detail_tabs_main_wrap table th, .mod_action_show_article #mod_shop_article_detail #article_detail_tabs_main_wrap table td {
  border: none;
  color: #383736;
}
.mod_action_show_article #mod_shop_article_detail #article_detail_tabs_main_wrap table td {
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.25px;
}

.mod_shop h1, .mod_shop div.introduction {
  text-align: center;
}
.mod_shop .shop_article .shop_add_to_cart_form .article_set_single,
.mod_shop .shop-price-top .article_set_single {
  float: left;
  padding: 8px 10px 10px 25px;
  color: #383736;
  font-size: 12px;
  line-height: 25px;
  letter-spacing: 1px;
  font-weight: 600;
}
.mod_shop .shop_article .shop_add_to_cart_form .p_article_set_select,
.mod_shop .shop-price-top .p_article_set_select {
  float: left;
  margin-bottom: 0;
  text-align: left;
}
.mod_shop .shop_article .shop_add_to_cart_form .p_article_set_select label,
.mod_shop .shop-price-top .p_article_set_select label {
  display: none;
}
.mod_shop .shop_article .shop_add_to_cart_form .p_article_set_select span.select2-container,
.mod_shop .shop-price-top .p_article_set_select span.select2-container {
  width: 100px !important;
}
.mod_shop .shop_article .shop_add_to_cart_form .p_article_set_select span.select2-container .select2-selection--single,
.mod_shop .shop-price-top .p_article_set_select span.select2-container .select2-selection--single {
  border-color: #fff;
}
.mod_shop .shop_article .shop_add_to_cart_form .p_article_set_select span.select2-container .select2-selection--single .select2-selection__rendered,
.mod_shop .shop-price-top .p_article_set_select span.select2-container .select2-selection--single .select2-selection__rendered {
  color: #383736;
  font-size: 12px;
  line-height: 25px;
  letter-spacing: 1px;
  font-weight: 600;
}
.mod_shop .shop_article .shop_add_to_cart_form .p_article_set_select span.select2-container .select2-selection--single:hover,
.mod_shop .shop-price-top .p_article_set_select span.select2-container .select2-selection--single:hover {
  border-color: #8F8D89;
}
.mod_shop .shop_article .shop_add_to_cart_form .p_article_set_select span.select2-container .select2-selection--single .select2-selection__arrow,
.mod_shop .shop-price-top .p_article_set_select span.select2-container .select2-selection--single .select2-selection__arrow {
  margin-right: 10px;
}
.mod_shop .shop_article .shop_add_to_cart_form .p_article_set_select span.select2-container.select2-container--open .select2-selection--single,
.mod_shop .shop-price-top .p_article_set_select span.select2-container.select2-container--open .select2-selection--single {
  border: 1px solid #8F8D89;
  border-bottom: 1px solid transparent;
}
.mod_shop .shop_article .shop_add_to_cart_form .p_article_set_select span.select2-container.select2-container--open .select2-selection--single .select2-selection__arrow:before,
.mod_shop .shop-price-top .p_article_set_select span.select2-container.select2-container--open .select2-selection--single .select2-selection__arrow:before {
  color: #8F8D89;
}
.mod_shop .shop_article .shop_add_to_cart_form .shop_add_to_cart_container,
.mod_shop .shop-price-top .shop_add_to_cart_container {
  padding: 0;
  margin: 3px 0 0 0;
  position: relative;
  width: 75px;
  text-align: center;
}
.mod_shop .shop_article .shop_add_to_cart_form .shop_add_to_cart_container .shop_quantity_to_cart,
.mod_shop .shop-price-top .shop_add_to_cart_container .shop_quantity_to_cart {
  width: 100%;
}
.mod_shop .shop_article .shop_add_to_cart_form .shop_add_to_cart_container .shop_quantity_to_cart input,
.mod_shop .shop-price-top .shop_add_to_cart_container .shop_quantity_to_cart input {
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 600;
  border: none;
  margin-right: 0 !important;
  width: 20px;
  text-align: center;
}
.mod_shop .shop_article .shop_add_to_cart_form .shop_add_to_cart_container .shop_quantity_to_cart .quantity_click_counter,
.mod_shop .shop-price-top .shop_add_to_cart_container .shop_quantity_to_cart .quantity_click_counter {
  position: absolute;
  width: 100%;
  left: 0;
}
.mod_shop .shop_article .shop_add_to_cart_form .shop_add_to_cart_container .shop_quantity_to_cart .click_count_down,
.mod_shop .shop_article .shop_add_to_cart_form .shop_add_to_cart_container .shop_quantity_to_cart .click_count_up,
.mod_shop .shop-price-top .shop_add_to_cart_container .shop_quantity_to_cart .click_count_down,
.mod_shop .shop-price-top .shop_add_to_cart_container .shop_quantity_to_cart .click_count_up {
  position: absolute;
  left: 0;
  top: 0;
  overflow: visible;
}
.mod_shop .shop_article .shop_add_to_cart_form .shop_add_to_cart_container .shop_quantity_to_cart .click_count_down i:before,
.mod_shop .shop_article .shop_add_to_cart_form .shop_add_to_cart_container .shop_quantity_to_cart .click_count_up i:before,
.mod_shop .shop-price-top .shop_add_to_cart_container .shop_quantity_to_cart .click_count_down i:before,
.mod_shop .shop-price-top .shop_add_to_cart_container .shop_quantity_to_cart .click_count_up i:before {
  content: "\f056";
  font-size: 20px;
  line-height: 20px;
  color: #E0DFDB;
}
.mod_shop .shop_article .shop_add_to_cart_form .shop_add_to_cart_container .shop_quantity_to_cart .click_count_down:hover i:before,
.mod_shop .shop_article .shop_add_to_cart_form .shop_add_to_cart_container .shop_quantity_to_cart .click_count_up:hover i:before,
.mod_shop .shop-price-top .shop_add_to_cart_container .shop_quantity_to_cart .click_count_down:hover i:before,
.mod_shop .shop-price-top .shop_add_to_cart_container .shop_quantity_to_cart .click_count_up:hover i:before {
  color: #8F8D89;
}
.mod_shop .shop_article .shop_add_to_cart_form .shop_add_to_cart_container .shop_quantity_to_cart .click_count_up,
.mod_shop .shop-price-top .shop_add_to_cart_container .shop_quantity_to_cart .click_count_up {
  left: auto;
  right: 0;
  top: 0;
}
.mod_shop .shop_article .shop_add_to_cart_form .shop_add_to_cart_container .shop_quantity_to_cart .click_count_up i:before,
.mod_shop .shop-price-top .shop_add_to_cart_container .shop_quantity_to_cart .click_count_up i:before {
  content: "\f055";
}

.main_shop_wrap .edit_user_form h2,
.main_shop_wrap .user_registration_form h2 {
  margin-top: 60px;
  margin-bottom: 20px;
}
.main_shop_wrap .edit_user_form .delivery_price_toggle input + label,
.main_shop_wrap .user_registration_form .delivery_price_toggle input + label {
  margin-left: 0;
}
.main_shop_wrap .edit_user_form .delivery_price_toggle input + label:before,
.main_shop_wrap .user_registration_form .delivery_price_toggle input + label:before {
  top: 2px;
}
.main_shop_wrap .edit_user_form .delivery_price_toggle input + label:after,
.main_shop_wrap .user_registration_form .delivery_price_toggle input + label:after {
  top: -1px;
}

.mod_shop #shop_order_steps {
  margin-bottom: 60px;
}
.mod_shop #shop_order_steps > a {
  color: #8F8D89;
  font-family: "Montserrat";
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-right: 30px;
  display: inline-block;
}
.mod_shop #shop_order_steps > a.current {
  color: #383736;
}
.mod_shop .shop_div,
.mod_shop div#cart_container {
  margin-top: 30px;
}
.mod_shop .shop_div th,
.mod_shop div#cart_container th {
  background: #fff;
  font-size: 100%;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 14px 15px 10px 0;
}
.mod_shop .shop_div td,
.mod_shop div#cart_container td {
  font-size: 100%;
  padding-bottom: 9px;
}
.mod_shop .shop_div td small,
.mod_shop div#cart_container td small {
  font-size: 10px;
  line-height: 14px;
  display: block;
  margin-top: 3px;
}
.mod_shop .shop_div td a.remove_cart_article,
.mod_shop div#cart_container td a.remove_cart_article {
  margin-left: 10px;
  vertical-align: -3px;
}
.mod_shop .shop_div table,
.mod_shop div#cart_container table {
  margin-bottom: 25px;
}
.mod_shop .shop_div table input,
.mod_shop div#cart_container table input {
  font: 400 15px/26px "Montserrat";
  padding: 4px 20px;
  box-sizing: border-box;
  border-radius: 23px;
  border: 1px solid #E0DFDB;
}
.mod_shop .shop_div table tr.shipping td,
.mod_shop div#cart_container table tr.shipping td {
  background: #fff;
}
.mod_shop .shop_div .shop_delivery_cost_calc_wrap p span.select2-container,
.mod_shop div#cart_container .shop_delivery_cost_calc_wrap p span.select2-container {
  max-width: 400px !important;
}
.mod_shop #process_order_registration,
.mod_shop .shop_registration_form,
.mod_shop #process_order_login {
  overflow: visible;
}
.mod_shop #process_order_registration h3,
.mod_shop .shop_registration_form h3,
.mod_shop #process_order_login h3 {
  margin-top: 40px;
}
.mod_shop #process_order_registration h2,
.mod_shop .shop_registration_form h2,
.mod_shop #process_order_login h2 {
  margin-top: 0;
}
.mod_shop p.shop_registration_form {
  margin-top: 10px;
}
.mod_shop p.shop_registration_form label {
  display: block;
  width: 100%;
}
.mod_shop.mod_action_edit_user_form p.shop_registration_form label {
  display: none;
}
.mod_shop #order_form_overview fieldset,
.mod_shop .order_form fieldset,
.mod_shop .order_form_login fieldset,
.mod_shop .user_registration_form fieldset {
  border: 1px solid #E0DFDB;
  border-radius: 23px;
  margin: 30px 0 35px;
  position: relative;
  padding: 15px 25px;
}
.mod_shop #order_form_overview fieldset legend,
.mod_shop .order_form fieldset legend,
.mod_shop .order_form_login fieldset legend,
.mod_shop .user_registration_form fieldset legend {
  font-family: "Montserrat";
  font-size: 15px;
  font-weight: 600;
  line-height: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #383736;
}
.mod_shop #order_form_overview fieldset p,
.mod_shop .order_form fieldset p,
.mod_shop .order_form_login fieldset p,
.mod_shop .user_registration_form fieldset p {
  margin-bottom: 5px;
}
.mod_shop #order_form_overview fieldset p label,
.mod_shop .order_form fieldset p label,
.mod_shop .order_form_login fieldset p label,
.mod_shop .user_registration_form fieldset p label {
  margin-top: 0;
  width: 240px;
  float: left;
}
.mod_shop #order_form_overview fieldset .edit_address_link,
.mod_shop .order_form fieldset .edit_address_link,
.mod_shop .order_form_login fieldset .edit_address_link,
.mod_shop .user_registration_form fieldset .edit_address_link {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.mod_shop #order_form_overview fieldset .edit_address_link a,
.mod_shop .order_form fieldset .edit_address_link a,
.mod_shop .order_form_login fieldset .edit_address_link a,
.mod_shop .user_registration_form fieldset .edit_address_link a {
  display: inline-block;
  margin: 0;
  padding: 7px 18px 7px;
  width: auto;
  color: #383736;
  font: 600 12px/15px "Montserrat";
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  background: #F5F5F4;
  border-radius: 50px;
  border: 0;
  outline: none;
  cursor: pointer;
  backface-visibility: hidden;
  -webkit-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -moz-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
}
.mod_shop #order_form_overview fieldset .edit_address_link a.active, .mod_shop #order_form_overview fieldset .edit_address_link a:focus, .mod_shop #order_form_overview fieldset .edit_address_link a:hover,
.mod_shop .order_form fieldset .edit_address_link a.active,
.mod_shop .order_form fieldset .edit_address_link a:focus,
.mod_shop .order_form fieldset .edit_address_link a:hover,
.mod_shop .order_form_login fieldset .edit_address_link a.active,
.mod_shop .order_form_login fieldset .edit_address_link a:focus,
.mod_shop .order_form_login fieldset .edit_address_link a:hover,
.mod_shop .user_registration_form fieldset .edit_address_link a.active,
.mod_shop .user_registration_form fieldset .edit_address_link a:focus,
.mod_shop .user_registration_form fieldset .edit_address_link a:hover {
  border: 0;
  color: #fff;
  background: #8F8D89;
}
.mod_shop #order_form_overview h2,
.mod_shop .order_form h2,
.mod_shop .order_form_login h2,
.mod_shop .user_registration_form h2 {
  margin-top: 60px;
  margin-bottom: 25px;
}
.mod_shop #order_form_overview .order_form_checkboxes,
.mod_shop .order_form .order_form_checkboxes,
.mod_shop .order_form_login .order_form_checkboxes,
.mod_shop .user_registration_form .order_form_checkboxes {
  margin: 20px 0 30px;
}
.mod_shop #order_form_overview .order_form_checkboxes input + label,
.mod_shop .order_form .order_form_checkboxes input + label,
.mod_shop .order_form_login .order_form_checkboxes input + label,
.mod_shop .user_registration_form .order_form_checkboxes input + label {
  margin-left: 0;
}
.mod_shop #order_form_overview .order_form_checkboxes input + label:before,
.mod_shop .order_form .order_form_checkboxes input + label:before,
.mod_shop .order_form_login .order_form_checkboxes input + label:before,
.mod_shop .user_registration_form .order_form_checkboxes input + label:before {
  top: 2px;
}
.mod_shop #order_form_overview .order_form_checkboxes input + label:after,
.mod_shop .order_form .order_form_checkboxes input + label:after,
.mod_shop .order_form_login .order_form_checkboxes input + label:after,
.mod_shop .user_registration_form .order_form_checkboxes input + label:after {
  top: -1px;
}

#management td, #management th {
  color: #000 !important;
}
#management td a, #management th a {
  color: #000 !important;
}

.stats_settings, .stats_filter,
.p_stats_settings {
  margin-bottom: 10px !important;
}

#filter_form {
  display: flex;
  flex-flow: wrap;
}
#filter_form > * {
  flex: 1 0 50%;
}
#filter_form span.select2-container {
  width: 500px !important;
}

#shop_filter {
  max-width: 880px;
  margin: 80px auto 60px;
  padding-right: 62px;
  position: relative;
}
#shop_filter form {
  margin-left: -20px;
}
#shop_filter .submit_button_wrap {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  right: 0;
  width: 43px;
  height: 43px;
  top: 27px;
}
#shop_filter .submit_button_wrap:hover {
  cursor: pointer;
}
#shop_filter .submit_button_wrap:hover:before {
  color: #fff;
}
#shop_filter .submit_button_wrap:hover .search_button .button {
  background: #490c45;
}
#shop_filter .submit_button_wrap .search_button .button {
  cursor: pointer;
  width: 43px;
  height: 43px;
  border-radius: 100%;
  font-size: 0;
  border: 1px solid #7D1577;
  background: #7D1577;
  box-shadow: 0 12px 8px -8px rgba(58, 3, 55, 0.5);
}
#shop_filter .submit_button_wrap:before {
  content: "\f002";
  position: absolute;
  top: 8px;
  left: 11px;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 20px;
  font-weight: 400;
  text-transform: none;
  color: #fff;
  pointer-events: none;
}
#shop_filter .reset_button {
  position: absolute;
  right: 0;
  top: -35px;
}
#shop_filter .reset_button i {
  font-weight: 400;
  vertical-align: -1px;
  margin-right: 7px;
}
#shop_filter #portlet-search-button {
  color: #fff;
  width: 21px;
  height: 15px;
  border: none;
}
#shop_filter .form_group {
  float: left;
  box-sizing: border-box;
  width: 33.33%;
  padding: 0 0 20px 20px;
}
#shop_filter .form_group h3 {
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
#shop_filter .form_group.open .select_inner {
  border-radius: 20px 20px 0 0;
}
#shop_filter .form_group.open .select_inner h4:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
#shop_filter .form_group .select_inner {
  border: 1px solid #E0DFDB;
  border-radius: 20px;
  padding: 7px 25px 8px 10px;
  position: relative;
  cursor: pointer;
}
#shop_filter .form_group .select_inner h4 {
  margin-top: 0;
  font-size: 12px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  position: relative;
}
#shop_filter .form_group .select_inner h4:before {
  content: "\f107";
  position: absolute;
  top: 1px;
  left: auto;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 20px;
  font-weight: 400;
  text-transform: none;
  color: #8F8D89;
  right: -10px;
  font-weight: 300;
}
#shop_filter .form_group .select_inner h4 .all {
  margin-left: 10px;
}
#shop_filter .form_group .select_inner h4.hide {
  margin-bottom: -6px;
}
#shop_filter .form_group .select_inner h4.hide:before {
  content: "\f00c";
  color: #6AAE1A;
  font-size: 12px;
  font-weight: 900;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  right: -14px;
}
#shop_filter .form_group .select_inner h4.hide .all {
  display: none;
}
#shop_filter .form_group .select_inner .selected_option .option {
  background: #F5F5F4;
  border-radius: 14px;
  padding: 6px 24px 6px 10px;
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block;
  line-height: 15px;
  position: relative;
  cursor: pointer;
}
#shop_filter .form_group .select_inner .selected_option .option:hover:before {
  color: #383736;
}
#shop_filter .form_group .select_inner .selected_option .option:before {
  content: "\f00d";
  position: absolute;
  top: 50%;
  left: auto;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 11px;
  font-weight: 400;
  text-transform: none;
  color: #8F8D89;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#shop_filter .form_group .select_inner .selected_option .option span {
  display: none;
}
#shop_filter .form_group .select_inner .form_group_dropdown {
  position: absolute;
  top: 43px;
  background: #F5F5F4;
  left: -1px;
  right: -1px;
  border: 1px solid #E0DFDB;
  border-radius: 0;
  z-index: 30;
  padding: 13px 20px;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  max-height: 265px;
  overflow: scroll;
}
#shop_filter .form_group .select_inner .form_group_dropdown.visible {
  opacity: 1;
  visibility: visible;
}
#shop_filter .form_group .select_inner .form_group_dropdown label {
  display: block;
  padding: 4px 0 4px 20px;
  position: relative;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.25px;
  color: #383736;
  cursor: pointer;
}
#shop_filter .form_group .select_inner .form_group_dropdown label span:before {
  content: "\f0c8";
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  color: #8F8D89;
}
#shop_filter .form_group .select_inner .form_group_dropdown label input {
  display: none;
}
#shop_filter .form_group .select_inner .form_group_dropdown label input:checked + span:before {
  content: "\f14a";
  font-weight: 900;
}

/* -- radio button -- */
div.payment-method {
  margin: 8px 0 0 0;
}
div.payment-method + .payment_additional_text {
  margin: 0;
}
div.payment-method input {
  display: none;
}
div.payment-method input:checked + span {
  position: relative;
}
div.payment-method input:checked + span:before {
  border: 1px solid #7D1577;
  background: #7D1577;
}
div.payment-method input:checked + span:after {
  content: "\f00c";
  position: absolute;
  top: 1px;
  left: auto;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 10px;
  font-weight: 400;
  text-transform: none;
  color: #fff;
  left: 4px;
  font-weight: 700;
}
div.payment-method input + span {
  position: relative;
  margin-top: 0 !important;
  width: auto !important;
  max-width: 100% !important;
  margin-left: 0;
  padding-left: 30px;
  padding-top: 2px;
  display: inline-block;
}
div.payment-method input + span:before {
  content: "";
  border: 1px solid #E0DFDB;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 5px;
  border-radius: 100%;
  background: #fff;
}

/* @end */
/* @group available calendar */
#module_available_calendar .content_button a {
  display: inline-block;
  color: #fff;
  border: 0;
  margin: 0 0 20px;
}
#module_available_calendar .content_button a:hover, #module_available_calendar .content_button a:focus {
  border: 0;
}
#module_available_calendar p + h2 {
  text-align: center;
  margin-bottom: -60px;
}

.available-calendar-wrap {
  padding: 30px 0 0;
}
.available-calendar-wrap h2.available-calendar-title {
  text-align: center;
  margin: 0 0 -27px;
}
.available-calendar-wrap .available-calendar-wrap {
  padding: 0;
}
.available-calendar-wrap .available-calendar-month-switcher {
  margin: 0 0 60px;
}
.available-calendar-wrap .available-calendar-month-switcher a {
  display: inline-block;
  margin: 0;
  padding: 7px 18px 7px;
  width: auto;
  color: #383736;
  font: 600 12px/15px "Montserrat";
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  background: #F5F5F4;
  border-radius: 50px;
  border: 0;
  outline: none;
  cursor: pointer;
  backface-visibility: hidden;
  -webkit-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -moz-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
}
.available-calendar-wrap .available-calendar-month-switcher a.active, .available-calendar-wrap .available-calendar-month-switcher a:focus, .available-calendar-wrap .available-calendar-month-switcher a:hover {
  border: 0;
  color: #fff;
  background: #8F8D89;
}
.available-calendar-wrap .available-calendars {
  margin: 0 -10px;
  text-align: center;
}
.available-calendar-wrap .available-calendars h2 {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 1.25px;
  font-weight: 700;
  margin: 0 0 10px;
}
.available-calendar-wrap .available-calendars > div {
  float: left;
  width: 33.33%;
  margin: 0 !important;
  padding: 0 10px;
  box-sizing: border-box;
}
.available-calendar-wrap .available-calendars > div .table_wrap_container {
  padding: 0;
}
.available-calendar-wrap .available-calendars > div table {
  width: 100% !important;
  min-width: 0;
  table-layout: fixed;
}
.available-calendar-wrap .available-calendars > div table th {
  text-align: center;
  border: 0;
  padding: 0;
  color: #383736;
}
.available-calendar-wrap .available-calendars > div table td {
  min-width: 0;
  margin: 0;
  padding: 2px;
  text-align: center;
  border: 0;
}
.available-calendar-wrap .available-calendars > div table td > div {
  padding: 1px 0 !important;
}
.available-calendar-wrap .available-calendars > div table td .available-calendar-green {
  background: #9fbf85 !important;
  color: #5f8144;
}
.available-calendar-wrap .available-calendars > div table td .available-calendar-red {
  background: #ed8494 !important;
  color: #bc1c34;
}
.available-calendar-wrap .available-calendars > div table td .available-calendar-yellow {
  background: #fcefa4 !important;
  color: #9c8605;
}

.available-calendar-legend {
  margin: 0;
  padding: 30px 0 0 !important;
}
.available-calendar-legend > div > div {
  margin: 6px 15px 0 0 !important;
}
.available-calendar-legend .available-calendar-legend-red {
  background: #ed8494 !important;
  border: 1px solid #e86579;
}
.available-calendar-legend .available-calendar-legend-green {
  background: #9fbf85 !important;
  border: 1px solid #8db36e;
}
.available-calendar-legend .available-calendar-legend-yellow {
  background: #fcefa4 !important;
  border: 1px solid #fae25a;
}

/* @end */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */
/* @group design colors */
/* @end */
/* @group font */
/* @end */
/* @group shadows, border-radius */
/* @end */
/* @group buttons */
/* @end */
/* @group mixins */
/* @end */
/* @group misc management elements */
#management,
.management_container {
  text-align: left !important;
  font-size: 14px;
  line-height: 20px;
}
#management a.button.with_icon,
#management input.button,
#management a.button,
.management_container a.button.with_icon,
.management_container input.button,
.management_container a.button {
  display: inline-block;
  margin: 0;
  padding: 14px 25px 14px;
  width: auto;
  color: #fff;
  font: 600 12px/15px "Montserrat";
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  background: #7D1577;
  border-radius: 50px;
  border: 0;
  outline: none;
  cursor: pointer;
  backface-visibility: hidden;
  box-shadow: 0 12px 8px -8px rgba(58, 3, 55, 0.5);
  -webkit-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -moz-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  margin: 5px 7px 5px 0;
}
#management a.button.with_icon.active, #management a.button.with_icon:focus, #management a.button.with_icon:hover,
#management input.button.active,
#management input.button:focus,
#management input.button:hover,
#management a.button.active,
#management a.button:focus,
#management a.button:hover,
.management_container a.button.with_icon.active,
.management_container a.button.with_icon:focus,
.management_container a.button.with_icon:hover,
.management_container input.button.active,
.management_container input.button:focus,
.management_container input.button:hover,
.management_container a.button.active,
.management_container a.button:focus,
.management_container a.button:hover {
  border: 0;
  color: #fff;
  background: #490c45;
}
#management a.button.with_icon,
.management_container a.button.with_icon {
  padding-left: 40px;
}
#management ul li:before,
.management_container ul li:before {
  display: none;
}
#management td, #management th,
.management_container td,
.management_container th {
  padding: 10px 10px 10px 0;
}
#management div.button_bar_top,
.management_container div.button_bar_top {
  background: #fff;
}
#management a,
.management_container a {
  text-decoration: none !important;
}
#management a:not(:hover),
.management_container a:not(:hover) {
  border-bottom: none;
}
#management .select2-container,
.management_container .select2-container {
  width: auto !important;
  max-width: 600px;
  min-width: 226px;
}
#management .select2-container.select2-container--default .select2-selection--single,
.management_container .select2-container.select2-container--default .select2-selection--single {
  border-color: #aaa !important;
  border-radius: 0;
  height: 25px;
  border-width: 1px;
}
#management .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered,
.management_container .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 3px 20px 2px 3px;
  background: #fff;
  color: #666;
  font: 13px/18px Helvetica, Verdana, Arial, sans-serif;
  height: 23px;
  letter-spacing: 0;
  text-transform: none;
  box-sizing: border-box;
}
#management .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow,
.management_container .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: -5px;
  right: -5px;
  margin-right: 0;
}
#management .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow:before,
.management_container .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow:before {
  color: #999;
  font-size: 14px;
}

.system_page .select2-container--open .select2-dropdown,
.logged_in.system_page .select2-container--open .select2-dropdown {
  border-color: #aaa;
  background: #fff;
  border-radius: 0;
  border-width: 1px;
  text-align: left !important;
}
.system_page .select2-results__option,
.logged_in.system_page .select2-results__option {
  padding: 3px 3px 2px !important;
  font: 13px/18px Helvetica, Verdana, Arial, sans-serif !important;
  text-transform: none;
}
.system_page .select2-container--default .select2-results__option,
.logged_in.system_page .select2-container--default .select2-results__option {
  background: #fff;
  color: #666;
}
.system_page .select2-container--default .select2-results__option[aria-selected=true],
.logged_in.system_page .select2-container--default .select2-results__option[aria-selected=true] {
  background: #eee;
}
.system_page .select2-container--default .select2-results__option--highlighted[aria-selected],
.system_page .select2-container--default .select2-results__option--highlighted,
.logged_in.system_page .select2-container--default .select2-results__option--highlighted[aria-selected],
.logged_in.system_page .select2-container--default .select2-results__option--highlighted {
  background: #666;
  color: #fff;
}

.shop_div .management_container input {
  font: 400 15px/26px "Montserrat";
  background: #fff;
  border: 1px solid #E0DFDB;
  padding: 7px 20px 8px;
  width: 600px;
  border-radius: 23px;
  box-sizing: border-box;
  color: #8F8D89;
  box-shadow: none;
  -webkit-appearance: none;
}
.shop_div .management_container label[for=search] + input {
  margin-top: -12px;
}

.main_shop_wrap .shop_div + .crono_tabs_main_wrap .crono_tabs_wrap {
  margin-bottom: 20px;
}
.main_shop_wrap .shop_div + .crono_tabs_main_wrap .table_wrap_container {
  padding-top: 0;
}
.main_shop_wrap .shop_div + .crono_tabs_main_wrap .crono_tabs li:before {
  display: none;
}
.main_shop_wrap .shop_div + .crono_tabs_main_wrap .crono_tabs li > a {
  display: inline-block;
  margin: 0;
  padding: 14px 25px 14px;
  width: auto;
  color: #fff;
  font: 600 12px/15px "Montserrat";
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  background: #7D1577;
  border-radius: 50px;
  border: 0;
  outline: none;
  cursor: pointer;
  backface-visibility: hidden;
  box-shadow: 0 12px 8px -8px rgba(58, 3, 55, 0.5);
  -webkit-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -moz-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  padding: 3px 14px 1px;
  color: #383736 !important;
  margin-right: 10px;
  box-shadow: none;
  background: #F5F5F4;
}
.main_shop_wrap .shop_div + .crono_tabs_main_wrap .crono_tabs li > a.active, .main_shop_wrap .shop_div + .crono_tabs_main_wrap .crono_tabs li > a:focus, .main_shop_wrap .shop_div + .crono_tabs_main_wrap .crono_tabs li > a:hover {
  border: 0;
  color: #fff;
  background: #490c45;
}
.main_shop_wrap .shop_div + .crono_tabs_main_wrap .crono_tabs li:hover > a, .main_shop_wrap .shop_div + .crono_tabs_main_wrap .crono_tabs li.current > a {
  background: #7D1577;
  color: #fff !important;
}

.message {
  border: 0 solid #7D1577;
  border-bottom: 2px solid #7D1577;
  color: #7D1577;
  background: #fff;
  font-weight: 700;
  padding: 12px 20px;
  margin: 0 0 40px;
  font-size: 16px;
  display: block;
}
.message .message-inner {
  float: left;
}
.message ul li:before {
  background: #7D1577;
}
.message a {
  display: inline-block;
  margin: 0;
  padding: 7px 18px 7px;
  width: auto;
  color: #383736;
  font: 600 12px/15px "Montserrat";
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  background: #F5F5F4;
  border-radius: 50px;
  border: 0;
  outline: none;
  cursor: pointer;
  backface-visibility: hidden;
  -webkit-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -moz-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  float: right;
  margin: -2px 0 0 20px;
}
.message a.active, .message a:focus, .message a:hover {
  border: 0;
  color: #fff;
  background: #8F8D89;
}

/* @end */
/* @group adminpanel */
#administration_panel {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  font-size: 13px;
  z-index: 100000;
}
#administration_panel h1 {
  background-color: #7D1577;
  color: #FFF;
  margin: 0;
  padding: 9px 10px 7px;
  font-weight: 700;
  font-size: 18px;
  font-family: "Minion";
}
#administration_panel h1:before {
  display: none;
}
#administration_panel h2 {
  background-color: #F5F5F4;
  color: #383736;
  padding: 7px 10px 6px;
  font-size: 16px;
  font-weight: 700;
  text-transform: none;
}
#administration_panel .admin_part {
  background: #fff none;
  padding: 10px;
}
#administration_panel .state-published {
  color: #7D1577;
}

/* @end */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */
/* @group design colors */
/* @end */
/* @group font */
/* @end */
/* @group shadows, border-radius */
/* @end */
/* @group buttons */
/* @end */
/* @group mixins */
/* @end */
@media screen and (max-width: 1370px) {
  #header .header_inner .is-sticky #header_fixed {
    width: calc(100% - 40px) !important;
  }

  #portlets_wrap_wine:before {
    width: 460px;
    height: 360px;
  }

  #portlets_wrap_blog:before {
    top: 10px;
    width: 200px;
  }
}
@media screen and (max-width: 1280px) {
  #portlet_wrap_top {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 1200px) {
  #navigation_shop #portlets_shop .portlet_shop_categories ul.shop_categories li a {
    font-size: 17px;
    padding: 24px 15px 21px;
    letter-spacing: 1.3px;
  }

  #portlets_wrap_wine #portlets_wine_inner > .portlet.title {
    margin-right: 20px;
  }
  #portlets_wrap_wine #portlets_wine_inner > .portlet.title .portlet_content_link,
#portlets_wrap_wine #portlets_wine_inner > .portlet.title .portlet_content_description {
    margin-left: 0;
  }

  #portlets_wrap_blog #portlets_blog_inner #portlets_news .portlet-listing-entry-wrap .portlet-listing-entry .pictures {
    width: 200px;
  }

  #footer {
    padding: 90px 20px 34px;
  }

  .mod_action_show_article #article_detail_pictures #article_first_picture .pictures {
    width: 250px;
  }

  #header .header_inner #contact {
    margin-right: 20px;
  }
  #header .header_inner #contact .contact {
    margin-right: 0;
  }
  #header .header_inner #contact .contact span {
    display: none;
  }
}
@media screen and (max-width: 1080px) {
  #portlets_wrap_wine_know_how #portlets_wine_know_how .portlet {
    width: 33.33%;
  }
  #portlets_wrap_wine_know_how #portlets_wine_know_how .portlet .portlet_inner {
    padding-top: 20px;
  }
  #portlets_wrap_wine_know_how #portlets_wine_know_how .portlet.portlet_index_6 {
    clear: none;
  }
  #portlets_wrap_wine_know_how #portlets_wine_know_how .portlet.portlet_index_8, #portlets_wrap_wine_know_how #portlets_wine_know_how .portlet.portlet_index_5 {
    clear: both;
  }

  #portlets_wrap_blog #portlets_blog_inner #portlets_news .portlet-listing-entry-wrap .portlet-listing-entry {
    width: 100%;
    margin-top: 20px;
  }
  #portlets_wrap_blog #portlets_blog_inner #portlets_news .portlet.title {
    margin-bottom: 20px;
  }

  #newsletter {
    clear: both;
    float: left;
    margin-right: 0;
  }
  #newsletter .dodeley_subscribe {
    margin: 0 0 30px 0;
  }

  #navigation_shop #portlets_shop .portlet_shop_cart {
    padding: 15px 15px 0 80px;
  }
  #navigation_shop #portlets_shop .portlet_shop_cart .cart_total_price {
    margin-left: 10px;
  }

  .mod_action_show_article #article_detail_pictures #article_first_picture .pictures {
    width: 200px;
  }
}
@media screen and (max-width: 1000px) {
  #header #portlet_search,
#header #navigation_shop,
.breadcrumb,
header .language_switcher,
.meta-navigation,
div#navigation {
    display: none !important;
  }

  .responsive_navigation_toggle {
    display: block;
  }

  nav#rwdnav {
    display: block;
    visibility: hidden;
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    width: 77%;
    height: 100%;
    opacity: 1;
    background: #fff;
    overflow: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.2);
    -webkit-transform: perspective(1px) translate3d(-100%, 0, 0);
    -moz-transform: perspective(1px) translate3d(-100%, 0, 0);
    -o-transform: perspective(1px) translate3d(-100%, 0, 0);
    transform: perspective(1px) translate3d(-100%, 0, 0);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }

  .navi_open nav#rwdnav {
    visibility: visible;
    opacity: 1;
    -webkit-transform: perspective(1px) translate3d(0, 0, 0);
    -moz-transform: perspective(1px) translate3d(0, 0, 0);
    -o-transform: perspective(1px) translate3d(0, 0, 0);
    transform: perspective(1px) translate3d(0, 0, 0);
  }

  #siteframe {
    margin-top: 25px;
  }
  .page_standard #siteframe {
    margin-top: 0;
  }

  #header_fixed-sticky-wrapper {
    height: 80px !important;
  }

  .page_standard #navigation_shop, .is-sticky #navigation_shop {
    box-shadow: none;
  }

  #header .header_inner .right_top {
    margin-top: 0;
  }
  #header .header_inner #contact {
    margin-right: 53px;
    margin-top: 11px;
  }
  #header .header_inner #contact a i {
    font-size: 24px;
    margin-right: 5px;
    color: #E0DFDB;
  }
  #header .header_inner #contact a:first-child i {
    vertical-align: -3px;
    font-size: 31px;
  }
  #header .header_inner #header_top {
    padding-bottom: 5px;
    margin-bottom: -29px;
    position: relative;
    z-index: 10;
  }
  #header .header_inner #header_top #logo_icon {
    width: 50px;
    margin-left: 52px;
  }
  #header .header_inner #header_top #logo_icon img {
    width: 100%;
    height: auto;
  }
  #header .header_inner #header_fixed {
    padding-bottom: 15px;
  }
  #header .header_inner #header_fixed:before {
    height: 64px;
    top: 12px;
  }
  #header .header_inner #header_fixed #logo {
    width: 154px;
  }
  #header .header_inner #header_fixed #logo img {
    width: 100%;
    height: auto;
  }
  #header .header_inner .is-sticky #header_fixed {
    padding: 9px 0 12px;
  }
  #header .header_inner .is-sticky #header_fixed:before {
    box-shadow: 0 12px 17px -4px rgba(56, 56, 54, 0.2);
    height: 64px;
  }
  #header .header_inner .is-sticky #header_fixed .right_top {
    margin-top: 0 !important;
  }
  #header .header_inner .is-sticky #header_fixed #logo {
    margin-top: 7px;
  }
  #header .header_inner .is-sticky .responsive_navigation_toggle {
    top: 30px;
  }

  #navigation_shop {
    float: right;
    margin-top: 0;
    border: none;
  }
  #navigation_shop #shop_login_button {
    display: inline-block;
    margin: 0;
    padding: 7px 18px 7px;
    width: auto;
    color: #383736;
    font: 600 12px/15px "Montserrat";
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    background: #F5F5F4;
    border-radius: 50px;
    border: 0;
    outline: none;
    cursor: pointer;
    backface-visibility: hidden;
    -webkit-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
    -moz-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
    -o-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
    transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
    margin-top: 15px;
  }
  #navigation_shop #shop_login_button.active, #navigation_shop #shop_login_button:focus, #navigation_shop #shop_login_button:hover {
    border: 0;
    color: #fff;
    background: #8F8D89;
  }
  #navigation_shop #shop_login_button .link_logout a {
    display: inline-block;
    margin: 0;
    padding: 7px 18px 7px;
    width: auto;
    color: #383736;
    font: 600 12px/15px "Montserrat";
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    background: #F5F5F4;
    border-radius: 50px;
    border: 0;
    outline: none;
    cursor: pointer;
    backface-visibility: hidden;
    -webkit-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
    -moz-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
    -o-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
    transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  }
  #navigation_shop #shop_login_button .link_logout a.active, #navigation_shop #shop_login_button .link_logout a:focus, #navigation_shop #shop_login_button .link_logout a:hover {
    border: 0;
    color: #fff;
    background: #8F8D89;
  }
  #navigation_shop #portlets_shop .portlet_shop_cart {
    padding: 5px 20px 0 70px;
    background: #fff !important;
  }
  #navigation_shop #portlets_shop .portlet_shop_cart:before {
    font-size: 35px;
    font-weight: 300;
  }
  #navigation_shop #portlets_shop .portlet_shop_cart p {
    margin-bottom: 0;
  }
  #navigation_shop #portlets_shop .portlet_shop_cart .shop_cart {
    padding: 8px 0 10px;
  }
  #navigation_shop #portlets_shop .portlet_shop_cart .cart_total_price {
    clear: both;
    display: block;
    margin: 5px 0 0 0;
    text-align: right;
  }
  #navigation_shop #portlets_shop .portlet_shop_member_panel {
    border: 1px solid #E0DFDB;
    margin-right: 20px;
    z-index: 40;
    bottom: -269px;
  }

  #portlet_wrap_top {
    width: 100%;
    margin-bottom: 40px;
    margin-top: 40px;
    padding: 0 20px 0 0;
  }
  #portlet_wrap_top #portlets_top .portlet {
    margin-top: 0;
  }

  #picture_top .title_in_picture {
    bottom: 10px;
    left: 40px;
    right: 40px;
  }

  #portlets_wrap_about_us #portlets_about_us .portlet {
    width: 50%;
  }
  #portlets_wrap_about_us #portlets_about_us .portlet .portlet-content-inner {
    bottom: 0 !important;
    padding: 10px 10px 20px 10px;
  }
  #portlets_wrap_about_us #portlets_about_us .portlet .portlet-content-inner h3 {
    margin-bottom: 10px;
  }
  #portlets_wrap_about_us #portlets_about_us .portlet .portlet-content-inner h3 .text_icon {
    font-size: 60px;
    margin-bottom: 20px;
  }
  #portlets_wrap_about_us #portlets_about_us .portlet:hover .pictures {
    box-shadow: none;
    padding: 0;
  }
  #portlets_wrap_about_us #portlets_about_us .portlet:hover .pictures:before {
    bottom: 0;
    left: 0;
    right: 0;
  }
  #portlets_wrap_about_us #portlets_about_us .portlet:hover .portlet-content-inner-wrap {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  #portlets_wrap_online_shop {
    padding-top: 50px;
  }
  #portlets_wrap_online_shop #portlets_online_shop_inner .portlet {
    width: 50%;
    margin-bottom: 0;
  }
  #portlets_wrap_online_shop #portlets_online_shop_inner .portlet:nth-child(4) {
    clear: both;
  }

  #portlets_wrap_wine {
    padding-top: 50px;
  }
  #portlets_wrap_wine:before {
    display: none;
  }
  #portlets_wrap_wine #portlets_wine_inner > .portlet.title {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
  #portlets_wrap_wine #portlets_wine_inner #portlets_wine {
    overflow: visible;
    margin-left: -20px;
  }

  #portlets_wrap_wine_know_how {
    padding: 30px 0 20px;
  }
  #portlets_wrap_wine_know_how #portlets_wine_know_how .portlet.title .portlet_inner {
    padding-bottom: 50px;
  }
  #portlets_wrap_wine_know_how #portlets_wine_know_how .portlet .text_icon {
    font-size: 60px;
  }

  .gallery .picture:before,
.gallery_home .picture:before {
    display: none;
  }
  .gallery .picture:hover,
.gallery_home .picture:hover {
    box-shadow: none;
  }
  .gallery .picture:hover img,
.gallery_home .picture:hover img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  #google_map, .big_picture {
    margin-bottom: 25px;
  }

  #portlets_wrap_blog {
    padding-top: 50px;
  }

  #footer {
    margin-top: 40px;
    padding: 30px 20px 15px;
  }
  #footer #portlet_wrap_footer #portlets_footer {
    margin-left: -20px;
  }
  #footer #portlet_wrap_footer #portlets_footer .portlet {
    padding: 0 0 20px 20px;
  }
  #footer #footer_navigation {
    padding-top: 20px;
    padding-bottom: 0;
  }

  #portlets_left {
    margin-left: 30px;
  }

  #portlets_bottom {
    margin: 40px 0 40px;
  }
  #portlets_bottom .portlet .portlet_content_link {
    margin-top: 5px;
  }

  .gallery {
    margin-top: 40px;
  }

  #listing .module-listing .listing_entry,
#listing .module-listing .overview_item,
#listing .overview .listing_entry,
#listing .overview .overview_item,
#module_overview .module-listing .listing_entry,
#module_overview .module-listing .overview_item,
#module_overview .overview .listing_entry,
#module_overview .overview .overview_item {
    min-height: 185px;
  }
  #listing .module-listing .listing_entry .pictures,
#listing .module-listing .overview_item .pictures,
#listing .overview .listing_entry .pictures,
#listing .overview .overview_item .pictures,
#module_overview .module-listing .listing_entry .pictures,
#module_overview .module-listing .overview_item .pictures,
#module_overview .overview .listing_entry .pictures,
#module_overview .overview .overview_item .pictures {
    width: 300px;
    border-right: 10px solid #fff;
  }
  #listing .module-listing .listing_entry.overview_item_with_picture .content, #listing .module-listing .listing_entry.listing_entry_with_picture .content,
#listing .module-listing .overview_item.overview_item_with_picture .content,
#listing .module-listing .overview_item.listing_entry_with_picture .content,
#listing .overview .listing_entry.overview_item_with_picture .content,
#listing .overview .listing_entry.listing_entry_with_picture .content,
#listing .overview .overview_item.overview_item_with_picture .content,
#listing .overview .overview_item.listing_entry_with_picture .content,
#module_overview .module-listing .listing_entry.overview_item_with_picture .content,
#module_overview .module-listing .listing_entry.listing_entry_with_picture .content,
#module_overview .module-listing .overview_item.overview_item_with_picture .content,
#module_overview .module-listing .overview_item.listing_entry_with_picture .content,
#module_overview .overview .listing_entry.overview_item_with_picture .content,
#module_overview .overview .listing_entry.listing_entry_with_picture .content,
#module_overview .overview .overview_item.overview_item_with_picture .content,
#module_overview .overview .overview_item.listing_entry_with_picture .content {
    margin-left: 310px;
  }
  #listing .module-listing .listing_entry .content,
#listing .module-listing .overview_item .content,
#listing .overview .listing_entry .content,
#listing .overview .overview_item .content,
#module_overview .module-listing .listing_entry .content,
#module_overview .module-listing .overview_item .content,
#module_overview .overview .listing_entry .content,
#module_overview .overview .overview_item .content {
    padding: 20px 20px 15px;
  }

  #google_map iframe,
#google_map #module_map {
    height: 400px !important;
  }

  .search .search_item_wrap .pictures {
    width: 250px;
    margin-left: 20px;
  }

  #shop_filter {
    margin: 40px 0 30px;
  }

  .breadcrumb + .back-to-overview {
    float: left;
    margin-left: 20px;
    margin-right: 0 !important;
  }

  .mod_action_show_article #article_detail_pictures {
    padding-top: 20px;
    padding-bottom: 0;
  }
  .mod_action_show_article #mod_shop_article_detail .shop_article_information h1,
.mod_action_show_article #mod_shop_article_detail .shop_article_information h3 {
    font-size: 50px;
    line-height: 60px;
  }
  .mod_action_show_article #mod_shop_article_detail .shop_article_information .shop_article_information_inner {
    padding: 20px 0 20px;
    max-width: 750px;
  }
  .mod_action_show_article #mod_shop_article_detail #article_first_picture .pictures {
    width: 160px;
  }
  .mod_action_show_article #mod_shop_article_detail .shop-price {
    padding-top: 20px;
  }
  .mod_action_show_article #mod_shop_article_detail #article_detail_tabs_main_wrap {
    overflow: visible;
    clear: both;
    margin-right: 0;
  }
  .mod_action_show_article #mod_shop_article_detail #article_detail_tabs_main_wrap .shop-price.shop_price_detailsite {
    padding-top: 20px;
  }
  .mod_action_show_article #mod_shop_article_detail #article_detail_tabs_main_wrap #article_detail_tabs_wrap {
    display: none;
  }
  .mod_action_show_article #mod_shop_article_detail #article_detail_tabs_main_wrap #article_detail_description {
    overflow: hidden;
  }

  #portlets_bottom .portlet h3,
#portlets_bottom .portlet h3 a,
.portlet.title h3,
.portlet.title h3 a,
h1 {
    font-size: 38px !important;
    line-height: 48px !important;
  }

  #portlet_wrap_top #portlets_top .portlet h3,
#portlet_wrap_top #portlets_top .portlet h3 a {
    font-size: 20px;
    letter-spacing: 2px;
  }

  .portlet_zone_description,
h2, h2 a {
    font-size: 22px;
    line-height: 24px;
  }
  p + .portlet_zone_description,
p + h2, p + h2 a {
    margin-top: 40px;
  }

  p + h3, p + h3 a {
    margin-top: 25px;
  }
}
@media screen and (max-width: 900px) {
  .login_form p,
.login_form .mailform_element,
.edit_user_form p,
.edit_user_form .mailform_element,
#process_order_login p,
#process_order_login .mailform_element,
.user_registration_form p,
.user_registration_form .mailform_element,
.no_system_page #module_mailform p,
.no_system_page #module_mailform .mailform_element {
    margin-bottom: 10px;
  }
  .login_form p label,
.login_form .mailform_element label,
.edit_user_form p label,
.edit_user_form .mailform_element label,
#process_order_login p label,
#process_order_login .mailform_element label,
.user_registration_form p label,
.user_registration_form .mailform_element label,
.no_system_page #module_mailform p label,
.no_system_page #module_mailform .mailform_element label {
    width: 100%;
    float: none;
  }
  .login_form p textarea,
.login_form p input,
.login_form .mailform_element textarea,
.login_form .mailform_element input,
.edit_user_form p textarea,
.edit_user_form p input,
.edit_user_form .mailform_element textarea,
.edit_user_form .mailform_element input,
#process_order_login p textarea,
#process_order_login p input,
#process_order_login .mailform_element textarea,
#process_order_login .mailform_element input,
.user_registration_form p textarea,
.user_registration_form p input,
.user_registration_form .mailform_element textarea,
.user_registration_form .mailform_element input,
.no_system_page #module_mailform p textarea,
.no_system_page #module_mailform p input,
.no_system_page #module_mailform .mailform_element textarea,
.no_system_page #module_mailform .mailform_element input {
    width: 100%;
  }

  span.select2-container {
    width: 100% !important;
  }

  .checkbox_field input + label,
.p_remember_me_checkbox input + label,
.delivery_price_toggle input + label,
.order_form_checkboxes input + label {
    margin-left: 0;
  }

  #module_mailform #mailform_submit_button label {
    display: none;
  }

  .mod_shop .shop_products .shop_article,
.mod_shop .articles_in_shop_category .shop_article {
    width: 50%;
  }
  .mod_shop .shop_products .shop_article:nth-child(3n+1),
.mod_shop .articles_in_shop_category .shop_article:nth-child(3n+1) {
    clear: none;
  }
  .mod_shop .shop_products .shop_article:nth-child(2n+1),
.mod_shop .articles_in_shop_category .shop_article:nth-child(2n+1) {
    clear: both;
  }

  #process_order_login .shop_div form {
    margin-bottom: 10px;
  }
  #process_order_login .shop_div .order_form_or {
    margin-bottom: 18px;
    vertical-align: 0;
  }

  #portlet_content_54 {
    max-width: 180px;
    padding: 10px 15px 8px 5px;
    font-size: 11px;
    line-height: 20px;
    top: 20px;
  }
  #portlet_content_54 p {
    margin-bottom: 2px !important;
  }
  #portlet_content_54 h3, #portlet_content_54 h3 a {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 2px;
  }

  .available-calendar-wrap h2.available-calendar-title {
    margin: 20px 0;
  }
}
@media screen and (max-width: 850px) {
  #portlets_left {
    width: auto;
    float: none;
    margin-left: -20px;
    display: inline-block;
    margin-top: 40px;
  }
  #portlets_left .portlet {
    float: left;
    box-sizing: border-box;
    width: 50%;
    padding: 0 0 20px 20px;
    margin-top: 0;
  }

  .mod_action_show_article #mod_shop_article_detail #article_detail_tabs_main_wrap #article_detail_thumbnails .pictures .picture {
    width: 50%;
  }

  #module_available_calendar p + h2 {
    text-align: left;
    margin: 30px 0;
  }

  .available-calendar-wrap {
    padding: 0;
  }
  .available-calendar-wrap .available-calendar-month-switcher {
    margin: 0 0 40px;
  }
  .available-calendar-wrap .available-calendars > div {
    width: 50%;
  }
  .available-calendar-wrap .available-calendars > div:nth-child(3) {
    display: none;
  }
  .available-calendar-wrap .available-calendars > div table th {
    font-size: 13px;
    line-height: 20px;
  }
  .available-calendar-wrap .available-calendars > div table td {
    font-size: 11px;
    line-height: 20px;
  }

  .available-calendar-legend {
    padding: 25px 0 0 !important;
  }
}
@media screen and (max-width: 800px) {
  .message {
    padding: 12px 0;
  }
  .message a {
    float: left;
    clear: both;
    margin: 5px 0 0 0;
  }

  .mod_action_show_article #mod_shop_article_detail .shop_article_information {
    clear: both;
    float: left;
    margin-top: 20px;
  }
  .mod_action_show_article #mod_shop_article_detail .shop_article_information .shop_article_information_inner {
    margin-top: 0 !important;
    max-width: 100%;
  }
  .mod_action_show_article #article_detail_pictures {
    width: 100% !important;
    padding-top: 0;
  }
  .mod_action_show_article #article_detail_pictures #article_first_picture .pictures {
    width: 100% !important;
  }
  .mod_action_show_article #article_detail_pictures #article_first_picture .pictures .picture {
    max-width: 150px;
    margin: 0 auto;
    float: none;
  }
}
@media screen and (max-width: 700px) {
  #picture_top .title_in_picture {
    position: relative;
    left: 0;
    right: 0;
    text-align: center;
    margin: 20px 0 50px;
    color: #7D1577;
  }
  #picture_top .title_in_picture h1,
#picture_top .title_in_picture div.introduction {
    text-shadow: none;
  }
  #picture_top .title_in_picture h1 {
    color: #7D1577;
  }
  #picture_top .title_in_picture div.introduction {
    color: #383736;
  }

  #portlet_wrap_top {
    padding-left: 20px;
  }
  #portlet_wrap_top #portlets_top {
    margin-left: 0;
  }
  #portlet_wrap_top #portlets_top .portlet {
    width: 100%;
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #E0DFDB;
    padding-left: 0;
  }
  #portlet_wrap_top #portlets_top .portlet:before {
    display: none;
  }
  #portlet_wrap_top #portlets_top .portlet:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
  }

  #portlets_wrap_wine_know_how #portlets_wine_know_how .portlet {
    width: 50%;
  }
  #portlets_wrap_wine_know_how #portlets_wine_know_how .portlet.portlet_index_5, #portlets_wrap_wine_know_how #portlets_wine_know_how .portlet.portlet_index_8 {
    clear: none;
  }
  #portlets_wrap_wine_know_how #portlets_wine_know_how .portlet.portlet_index_2, #portlets_wrap_wine_know_how #portlets_wine_know_how .portlet.portlet_index_4, #portlets_wrap_wine_know_how #portlets_wine_know_how .portlet.portlet_index_6, #portlets_wrap_wine_know_how #portlets_wine_know_how .portlet.portlet_index_8 {
    clear: both;
  }

  .gallery .picture,
.gallery_home .picture {
    width: 50%;
  }

  #portlets_wrap_blog:before {
    display: none;
  }

  #footer ul.copy li {
    float: none !important;
  }
  #footer ul.copy li:last-of-type {
    margin-top: 10px;
  }

  .mod_shop .user_registration_form fieldset .edit_address_link,
.mod_shop .order_form_login fieldset .edit_address_link,
.mod_shop .order_form fieldset .edit_address_link,
.mod_shop #order_form_overview fieldset .edit_address_link {
    position: relative;
    float: right;
    bottom: auto;
    right: auto;
    clear: both;
    margin-top: 0;
    margin-left: 20px;
  }
  .mod_shop .button_bar_bottom .button {
    margin-bottom: 10px;
  }

  .mod_action_show_article #mod_shop_article_detail #article_detail_tabs_main_wrap table td, .mod_action_show_article #mod_shop_article_detail #article_detail_tabs_main_wrap table th {
    display: block;
  }
  .mod_action_show_article #mod_shop_article_detail #article_detail_tabs_main_wrap table th {
    padding-bottom: 0;
  }
  .mod_action_show_article #mod_shop_article_detail #article_detail_tabs_main_wrap table td {
    padding-top: 4px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 650px) {
  #portlets_wrap_about_us #portlets_about_us .portlet {
    width: 100%;
  }

  #footer #portlet_wrap_footer #portlets_footer .portlet {
    width: 100%;
    padding-bottom: 30px;
  }
  #footer #portlet_wrap_footer #portlets_footer .portlet .text_icon i {
    margin-bottom: 11px;
  }

  #footer #footer_navigation {
    display: none;
  }

  #listing .module-listing .listing_entry,
#listing .module-listing .overview_item,
#listing .overview .listing_entry,
#listing .overview .overview_item,
#module_overview .module-listing .listing_entry,
#module_overview .module-listing .overview_item,
#module_overview .overview .listing_entry,
#module_overview .overview .overview_item {
    min-height: 185px;
  }
  #listing .module-listing .listing_entry .pictures,
#listing .module-listing .overview_item .pictures,
#listing .overview .listing_entry .pictures,
#listing .overview .overview_item .pictures,
#module_overview .module-listing .listing_entry .pictures,
#module_overview .module-listing .overview_item .pictures,
#module_overview .overview .listing_entry .pictures,
#module_overview .overview .overview_item .pictures {
    width: 100%;
    border-right: 0 solid #fff;
    border-bottom: 10px solid #fff;
    position: relative;
    height: auto;
  }
  #listing .module-listing .listing_entry .pictures .resource_background,
#listing .module-listing .overview_item .pictures .resource_background,
#listing .overview .listing_entry .pictures .resource_background,
#listing .overview .overview_item .pictures .resource_background,
#module_overview .module-listing .listing_entry .pictures .resource_background,
#module_overview .module-listing .overview_item .pictures .resource_background,
#module_overview .overview .listing_entry .pictures .resource_background,
#module_overview .overview .overview_item .pictures .resource_background {
    position: relative;
    left: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  #listing .module-listing .listing_entry .pictures img,
#listing .module-listing .listing_entry .pictures *,
#listing .module-listing .overview_item .pictures img,
#listing .module-listing .overview_item .pictures *,
#listing .overview .listing_entry .pictures img,
#listing .overview .listing_entry .pictures *,
#listing .overview .overview_item .pictures img,
#listing .overview .overview_item .pictures *,
#module_overview .module-listing .listing_entry .pictures img,
#module_overview .module-listing .listing_entry .pictures *,
#module_overview .module-listing .overview_item .pictures img,
#module_overview .module-listing .overview_item .pictures *,
#module_overview .overview .listing_entry .pictures img,
#module_overview .overview .listing_entry .pictures *,
#module_overview .overview .overview_item .pictures img,
#module_overview .overview .overview_item .pictures * {
    width: 100%;
    height: auto;
  }
  #listing .module-listing .listing_entry.overview_item_with_picture .content, #listing .module-listing .listing_entry.listing_entry_with_picture .content,
#listing .module-listing .overview_item.overview_item_with_picture .content,
#listing .module-listing .overview_item.listing_entry_with_picture .content,
#listing .overview .listing_entry.overview_item_with_picture .content,
#listing .overview .listing_entry.listing_entry_with_picture .content,
#listing .overview .overview_item.overview_item_with_picture .content,
#listing .overview .overview_item.listing_entry_with_picture .content,
#module_overview .module-listing .listing_entry.overview_item_with_picture .content,
#module_overview .module-listing .listing_entry.listing_entry_with_picture .content,
#module_overview .module-listing .overview_item.overview_item_with_picture .content,
#module_overview .module-listing .overview_item.listing_entry_with_picture .content,
#module_overview .overview .listing_entry.overview_item_with_picture .content,
#module_overview .overview .listing_entry.listing_entry_with_picture .content,
#module_overview .overview .overview_item.overview_item_with_picture .content,
#module_overview .overview .overview_item.listing_entry_with_picture .content {
    margin-left: 0;
  }
  #listing .module-listing .listing_entry .content,
#listing .module-listing .overview_item .content,
#listing .overview .listing_entry .content,
#listing .overview .overview_item .content,
#module_overview .module-listing .listing_entry .content,
#module_overview .module-listing .overview_item .content,
#module_overview .overview .listing_entry .content,
#module_overview .overview .overview_item .content {
    margin-left: 0;
    padding: 16px 15px 15px;
    clear: both;
  }

  .mod_shop .shop_products .shop_article .shop_add_to_cart_form,
.mod_shop .articles_in_shop_category .shop_article .shop_add_to_cart_form {
    padding-left: 0;
  }

  #shop_filter {
    padding-right: 0;
  }
  #shop_filter .form_group {
    width: 50%;
  }
  #shop_filter .form_group:nth-child(2n+1) {
    clear: both;
  }
  #shop_filter .reset_button {
    top: -32px;
  }
  #shop_filter .submit_button_wrap {
    position: relative;
    width: 50%;
    top: auto;
    right: auto;
    float: left;
    padding-left: 20px;
    margin-top: 27px;
    box-sizing: border-box;
  }
  #shop_filter .submit_button_wrap .search_button .button {
    font: 400 15px/26px "Montserrat";
    color: #fff;
    font-weight: 600;
    width: auto;
    font-size: 12px;
    padding: 8px 20px 8px 45px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 20px;
    letter-spacing: 1px;
  }
  #shop_filter .submit_button_wrap:before {
    left: 37px;
  }

  .mod_shop .shop_category h2 {
    margin: 0 0 10px 0;
  }
}
@media screen and (max-width: 600px) {
  #privacy_banner #privacy_banner_inner #privacy_description {
    padding: 0;
  }
  #privacy_banner #privacy_banner_inner a.button {
    position: relative;
    top: auto;
    margin: 15px 0 0;
    right: auto;
    float: none;
    display: block;
    text-align: center;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .search .search_item_wrap .pictures {
    width: 100%;
    margin-left: 0;
    margin-bottom: 15px;
  }
  .search .search_item_wrap .pictures .picture {
    float: none;
  }
  .search .search_item_wrap .pictures img {
    width: 100%;
    height: auto;
  }

  .mod_action_show_article #mod_shop_article_detail .shop_article_information {
    padding-right: 0;
  }
  .mod_action_show_article #mod_shop_article_detail .shop_price {
    max-width: 100%;
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0;
    position: relative;
  }
  .mod_action_show_article #mod_shop_article_detail .shop_price .shop-price-list {
    float: none;
  }
  .mod_action_show_article #mod_shop_article_detail .shop_price .shop-price-bottom .add_to_cart_button {
    text-align: center;
  }
}
@media screen and (max-width: 550px) {
  #portlets_wrap_wine #portlets_wine_inner #portlets_wine .portlet {
    width: 100%;
  }

  #portlets_wrap_blog #portlets_blog_inner #portlets_news .portlet-listing-entry-wrap .portlet-listing-entry .pictures {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  #portlets_wrap_blog #portlets_blog_inner #portlets_news .portlet-listing-entry-wrap .portlet-listing-entry .portlet-listing-content-container {
    overflow: visible;
  }

  #portlets_left .portlet {
    width: 100%;
  }

  #google_map iframe,
#google_map #module_map {
    height: 300px !important;
  }

  .mod_shop .shop_products .shop_article,
.mod_shop .articles_in_shop_category .shop_article {
    width: 100%;
  }

  .mod_shop #shop_order_steps {
    margin-bottom: 40px;
  }

  #process_order_login .button,
.mod_shop .user_registration_form .button {
    padding: 7px 15px 7px;
  }

  .available-calendar-wrap .available-calendar-month-switcher {
    margin: 0 0 40px;
  }
  .available-calendar-wrap .available-calendar-month-switcher a {
    font-size: 11px;
    line-height: 15px;
    padding: 10px 16px;
  }
  .available-calendar-wrap .available-calendars > div {
    width: 100%;
  }
  .available-calendar-wrap .available-calendars > div:nth-child(2) {
    display: none;
  }

  .available-calendar-legend {
    padding: 15px 0 0 !important;
  }
}
@media screen and (max-width: 450px) {
  #navigation_shop #shop_login_button {
    padding: 7px 12px;
  }
  #navigation_shop #shop_login_button .link_logout a {
    padding: 7px 12px;
  }
  #navigation_shop #portlets_shop .portlet_shop_cart {
    padding-left: 45px;
  }
  #navigation_shop #portlets_shop .portlet_shop_cart .cart_total_price {
    display: none;
  }
  #navigation_shop #portlets_shop .portlet_shop_cart .cart_count {
    font-size: 0;
  }
  #navigation_shop #portlets_shop .portlet_shop_cart .cart_count .cart_quantity {
    font-size: 12px;
    background: #7D1577;
    border-radius: 100%;
    width: 18px;
    height: 18px;
    text-align: center;
    color: #fff;
    display: block;
    position: absolute;
    /* vertical-align: -5px; */
    padding-top: 1px;
    padding-left: 1px;
    box-sizing: border-box;
  }
  #navigation_shop #portlets_shop .portlet_shop_member_panel {
    width: 280px;
    padding-top: 12px;
    bottom: -330px !important;
  }
  #navigation_shop #portlets_shop .portlet_shop_member_panel label {
    margin-bottom: 10px;
    width: 100%;
  }
  #navigation_shop #portlets_shop .portlet_shop_member_panel .prefix_checkbox {
    display: none;
  }
  #navigation_shop #portlets_shop .portlet_shop_member_panel p input {
    width: 100%;
  }
  #navigation_shop #portlets_shop .portlet_shop_member_panel .login_form a:last-child,
#navigation_shop #portlets_shop .portlet_shop_member_panel .portlet_shop_register,
#navigation_shop #portlets_shop .portlet_shop_member_panel .button {
    margin-left: 0;
  }

  #portlets_wrap_online_shop #portlets_online_shop_inner .portlet {
    width: 100%;
  }
  #portlets_wrap_online_shop #portlets_online_shop_inner .portlet .portlet_inner {
    min-height: 0 !important;
  }

  .mod_action_show_article #mod_shop_article_detail #article_detail_tabs_main_wrap #article_detail_thumbnails .pictures .picture,
#portlets_wrap_wine_know_how #portlets_wine_know_how .portlet {
    width: 100%;
  }

  #shop_filter {
    padding-right: 0;
  }
  #shop_filter .form_group {
    width: 100%;
  }
  #shop_filter .reset_button {
    top: -29px;
  }
  #shop_filter .submit_button_wrap {
    position: relative;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 400px) {
  .available-calendar-wrap .available-calendar-month-switcher {
    margin: 0 0 30px;
  }
  .available-calendar-wrap .available-calendar-month-switcher a {
    display: block;
    float: none !important;
    clear: both;
    text-align: center;
  }
  .available-calendar-wrap .available-calendar-month-switcher a + a {
    margin-top: 10px;
  }

  .available-calendar-legend {
    padding: 10px 0 0 !important;
  }
}
@media screen and (max-width: 360px) {
  #header .link_logout i {
    display: none;
  }
  #header #shop_login_button {
    margin-right: -10px;
  }
  #header .header_inner .right_top {
    margin-top: 11px;
  }
  #header .header_inner #contact {
    margin-right: 50px;
    margin-top: 2px;
  }
  #header .header_inner #contact a i {
    font-size: 19px;
    margin-right: 0;
  }
  #header .header_inner #contact a:first-child i {
    font-size: 23px;
  }

  #header .header_inner .is-sticky #header_fixed .right_top {
    margin-top: 17px !important;
  }
}
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */
/* @group design colors */
/* @end */
/* @group font */
/* @end */
/* @group shadows, border-radius */
/* @end */
/* @group buttons */
/* @end */
/* @group mixins */
/* @end */
@media print {
  @page {
    margin: 1.5cm 1cm 1.5cm 1.5cm;
  }
  /* @group basic */
  .mod_action_show_article #mod_shop_article_detail #article_detail_tabs_main_wrap table td,
.mod_action_show_article #mod_shop_article_detail #article_detail_tabs_main_wrap table th,
.mod_shop .articles_in_shop_category .shop_article .inner .shop-description-small .introduction,
.mod_shop .shop_products .shop_article .inner .shop-description-small .introduction,
#listing .module-listing .listing_entry .content,
#module_overview .overview .overview_item .content,
#portlets_wrap_online_shop #portlets_online_shop_inner .portlet.title .portlet_inner,
body {
    font-family: "Montserrat";
    font-size: 11px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0;
    color: #000;
    background: #FFF;
    -webkit-print-color-adjust: exact;
    position: relative;
    text-align: left;
  }

  .available-calendar-wrap .available-calendar-month-switcher,
.mod_action_show_article #mod_shop_article_detail .shop_article_information:before,
.mod_action_show_article #mod_shop_article_detail .shop-price,
.mod_shop .articles_in_shop_category .shop_article .inner .shop-description-small .shop_show_details,
.mod_shop .shop_products .shop_article .inner .shop-description-small .shop_show_details,
.mod_shop .articles_in_shop_category .shop_article .inner .shop_special, .mod_shop .shop_products .shop_article .inner .shop_special,
#shop_filter,
.breadcrumb,
#listing .module-listing .listing_entry .content .listing-more-button,
.listing_entry_backlink a,
.documents,
#portlets_bottom,
#portlets_left,
#google_map, .big_picture,
#footer #portlet_wrap_footer #portlets_footer .portlet h3,
#footer ul.copy,
#footer #portlet_wrap_footer #portlets_footer .portlet .text_icon,
#footer #portlet_wrap_footer #portlets_footer .portlet:nth-child(1),
#footer #portlet_wrap_footer #portlets_footer .portlet:nth-child(2),
#footer #footer_navigation,
#portlets_wrap_blog #portlets_blog_inner #portlets_news .portlet-listing-entry-wrap .portlet-listing-entry .portlet-entry-link,
#portlets_wrap_blog:before,
#newsletter,
.gallery, .gallery_home,
#portlets_wrap_wine_know_how #portlets_wine_know_how .portlet,
#portlets_wrap_wine #portlets_wine_inner #portlets_wine .portlet .portlet_inner .portlet-content-inner-wrap .portlet-content-inner h5,
#portlets_wrap_wine #portlets_wine_inner #portlets_wine .portlet.excellent:before,
#portlets_wrap_wine:before,
#portlets_wrap_about_us:before,
a.portlet_content_link,
#portlets_wrap_about_us #portlets_about_us .portlet .pictures,
.button,
#portlet_wrap_top,
#picture_top .pictures,
#header,
#slider,
.imprint {
    display: none !important;
  }

  #siteframe {
    min-height: 0 !important;
  }

  #logo_print {
    display: block;
    margin-bottom: 20px;
  }

  #portlets_wrap_blog,
#portlets_wrap_about_us,
#portlets_wrap_online_shop,
#portlets_wrap_wine_know_how,
#portlets_wrap_wine {
    page-break-inside: avoid;
  }

  #picture_top {
    max-width: 100%;
    padding: 0;
  }
  #picture_top .title_in_picture {
    position: relative;
    bottom: 0;
    right: 0;
    left: 0;
    color: #000;
  }
  #picture_top .title_in_picture h1, #picture_top .title_in_picture div.introduction {
    text-shadow: none;
    color: #000;
  }

  .mod_shop h1, .mod_shop div.introduction,
.content_inner,
#footer,
#footer .footer_inner,
#portlets_wrap_online_shop #portlets_online_shop_inner .portlet.title:hover .portlet_inner,
#portlets_wrap_blog,
#portlets_wrap_blog #portlets_blog_inner,
#portlets_wrap_wine_know_how #portlets_wine_know_how .portlet.title .portlet_inner,
#portlets_wrap_wine_know_how,
#portlets_wrap_wine_know_how #portlets_wine_know_how,
#portlets_wrap_wine,
#portlets_wrap_wine #portlets_wine_inner,
#portlets_wrap_online_shop #portlets_online_shop_inner .portlet.title .portlet_inner,
#portlets_wrap_online_shop,
#portlets_wrap_online_shop #portlets_online_shop_inner,
#portlets_wrap_about_us #portlets_about_us {
    max-width: 100%;
    width: 100%;
    padding: 0;
    background: #fff;
    text-align: left;
  }

  #portlets_wrap_about_us #portlets_about_us .portlet .portlet-content-inner-wrap,
#portlets_wrap_about_us #portlets_about_us .portlet .portlet-content-inner {
    position: relative;
    bottom: 0 !important;
    padding: 0 10px 20px 0;
    text-align: left;
  }
  #portlets_wrap_about_us #portlets_about_us .portlet .portlet-content-inner-wrap h3,
#portlets_wrap_about_us #portlets_about_us .portlet .portlet-content-inner h3 {
    margin-bottom: 0;
  }
  #portlets_wrap_about_us #portlets_about_us .portlet .portlet-content-inner-wrap h3 .text_icon,
#portlets_wrap_about_us #portlets_about_us .portlet .portlet-content-inner h3 .text_icon {
    font-size: 15px;
    margin-bottom: 5px;
  }

  #portlets_wrap_online_shop #portlets_online_shop_inner .portlet {
    padding: 0 0 0 20px;
    margin-bottom: 0;
  }
  #portlets_wrap_online_shop #portlets_online_shop_inner .portlet .portlet_inner {
    border: none;
    padding: 0;
    min-height: 0 !important;
  }
  #portlets_wrap_online_shop #portlets_online_shop_inner .portlet.title {
    margin-bottom: 10px;
  }

  #portlets_wrap_wine #portlets_wine_inner > .portlet.title {
    max-width: 100%;
    width: 100%;
  }
  #portlets_wrap_wine #portlets_wine_inner > .portlet.title .portlet_content_description {
    margin-left: 0;
  }

  #portlets_wrap_wine #portlets_wine_inner #portlets_wine {
    overflow: visible;
    padding-bottom: 0;
  }
  #portlets_wrap_wine #portlets_wine_inner #portlets_wine .portlet {
    width: 25%;
  }
  #portlets_wrap_wine #portlets_wine_inner #portlets_wine .portlet .portlet_inner {
    border: none;
  }
  #portlets_wrap_wine #portlets_wine_inner #portlets_wine .portlet .portlet_inner .picture {
    padding-bottom: 0;
  }
  #portlets_wrap_wine #portlets_wine_inner #portlets_wine .portlet .portlet_inner .portlet-content-inner-wrap {
    position: relative;
  }
  #portlets_wrap_wine #portlets_wine_inner #portlets_wine .portlet .portlet_inner .portlet-content-inner-wrap .portlet-content-inner {
    position: relative;
    bottom: 0 !important;
    padding: 0;
  }

  #portlets_wrap_wine_know_how #portlets_wine_know_how .portlet.title {
    display: block !important;
    margin: 20px 0 30px;
  }

  #portlets_wrap_blog #portlets_blog_inner #portlets_news .portlet.title {
    margin-bottom: 0;
  }
  #portlets_wrap_blog #portlets_blog_inner #portlets_news .portlet-listing-entry-wrap .portlet-listing-entry .pictures {
    width: 150px;
  }

  #listing .module-listing .listing_entry,
#listing .module-listing .overview_item,
#listing .overview .listing_entry,
#listing .overview .overview_item,
#module_overview .module-listing .listing_entry,
#module_overview .module-listing .overview_item,
#module_overview .overview .listing_entry,
#module_overview .overview .overview_item {
    min-height: 92px;
    background: #fff;
    margin-bottom: 15px;
  }
  #listing .module-listing .listing_entry .pictures,
#listing .module-listing .overview_item .pictures,
#listing .overview .listing_entry .pictures,
#listing .overview .overview_item .pictures,
#module_overview .module-listing .listing_entry .pictures,
#module_overview .module-listing .overview_item .pictures,
#module_overview .overview .listing_entry .pictures,
#module_overview .overview .overview_item .pictures {
    width: 150px;
    border-right: 10px solid #fff;
  }
  #listing .module-listing .listing_entry .content,
#listing .module-listing .overview_item .content,
#listing .overview .listing_entry .content,
#listing .overview .overview_item .content,
#module_overview .module-listing .listing_entry .content,
#module_overview .module-listing .overview_item .content,
#module_overview .overview .listing_entry .content,
#module_overview .overview .overview_item .content {
    margin-left: 160px;
    padding: 0;
    background: #fff;
  }

  .mod_shop .shop_products .shop_article .inner,
.mod_shop .articles_in_shop_category .shop_article .inner {
    border: none;
  }
  .mod_shop .shop_products .shop_article .inner .shop-description-small,
.mod_shop .articles_in_shop_category .shop_article .inner .shop-description-small {
    bottom: 0 !important;
    padding: 0;
    text-align: left;
    position: relative;
  }
  .mod_shop .shop_products .shop_article .inner .pictures .picture,
.mod_shop .articles_in_shop_category .shop_article .inner .pictures .picture {
    padding: 0;
    width: 120px;
  }

  div.shop_category {
    display: block;
  }

  .mod_action_show_article #mod_shop_article_detail #article_detail_tabs_main_wrap {
    margin-right: 0;
  }

  .mod_action_show_article #mod_shop_article_detail .shop_article_information {
    background: #fff;
    border: none;
    min-height: 0 !important;
  }
  .mod_action_show_article #mod_shop_article_detail .shop_article_information .shop_article_information_inner {
    padding: 0;
  }

  .mod_action_show_article #article_detail_pictures {
    padding-top: 0;
  }
  .mod_action_show_article #article_detail_pictures #article_first_picture .pictures {
    width: 180px;
  }

  #footer {
    margin-top: 20px;
  }
  #footer #portlet_wrap_footer #portlets_footer .portlet {
    padding-bottom: 0;
    width: 100%;
  }

  /* @group headings, paragraph, ressources */
  a,
#portlets_wrap_about_us #portlets_about_us .portlet .portlet-content-inner h3,
#portlets_wrap_about_us #portlets_about_us .portlet .portlet-content-inner h3 .text_icon,
#portlets_wrap_about_us #portlets_about_us .portlet .portlet-content-inner {
    color: #000 !important;
  }

  .mod_action_show_article #mod_shop_article_detail .shop_article_information h3,
.portlet.title h3,
.portlet.title h3 a,
h1 {
    font-size: 20px !important;
    line-height: 25px !important;
    margin: 0 0 20px;
    padding: 0;
    color: #000 !important;
    text-align: left;
  }
  .mod_action_show_article #mod_shop_article_detail .shop_article_information h3 + div.introduction,
.portlet.title h3 + div.introduction,
.portlet.title h3 a + div.introduction,
h1 + div.introduction {
    margin-top: 0;
  }
  .mod_action_show_article #mod_shop_article_detail .shop_article_information h3:before,
.portlet.title h3:before,
.portlet.title h3 a:before,
h1:before {
    display: none;
  }

  #footer #portlet_wrap_footer #portlets_footer .portlet h2,
#portlets_wrap_online_shop #portlets_online_shop_inner .portlet .portlet_inner,
.portlet.title h4,
div.introduction {
    margin: 0 0 0px;
    font-size: 11px;
    line-height: 16px;
    text-align: left;
    color: #000;
  }

  .mod_shop .articles_in_shop_category .shop_article .inner .shop-description-small h2,
.mod_shop .articles_in_shop_category .shop_article .inner .shop-description-small h2 a,
.mod_shop .shop_products .shop_article .inner .shop-description-small h2,
.mod_shop .shop_products .shop_article .inner .shop-description-small h2 a,
#portlets_wrap_blog #portlets_blog_inner #portlets_news .portlet-listing-entry-wrap .portlet-listing-entry .portlet-listing-content-container h2,
#portlets_wrap_blog #portlets_blog_inner #portlets_news .portlet-listing-entry-wrap .portlet-listing-entry .portlet-listing-content-container h2 a,
.portlet h3, .portlet h3 a,
h2, h2 a {
    font-size: 12px;
    line-height: 18px;
    margin: 0 0 3px 0;
    color: #000;
  }

  p + h3,
p + h2 {
    margin-top: 20px;
  }

  h3, h3 a {
    font-size: 11px;
    line-height: 17px;
    margin: 0 0 3px 0;
    color: #000;
  }

  h6, h6 a,
h4, h4 a,
h5, h5 a {
    font-size: 11px;
    line-height: 18px;
    margin-top: 16px;
    color: #000;
  }

  h4, h4 a {
    margin-top: 5px;
  }

  p {
    margin: 0 0 5px;
  }

  strong {
    font-weight: 600;
  }

  a {
    color: #000 !important;
  }

  .table_wrap_container {
    padding-top: 0;
  }

  /* @group available calendar */
  .available-calendar-wrap .available-calendars > div table td .available-calendar-green {
    border: 1px soliddarken(#9fbf85, 25%);
  }
  .available-calendar-wrap .available-calendars > div table td .available-calendar-red {
    border: 1px soliddarken(#ed8494, 30%);
  }
  .available-calendar-wrap .available-calendars > div table td .available-calendar-yellow {
    border: 1px soliddarken(#fcefa4, 50%);
  }

  .available-calendar-legend > div > div {
    margin-top: 2px !important;
  }
}
/* @end */

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