/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: https://www.phpcomasy.com/licence/
|
 */
/* -----------------------------------------------------------------------------
This website is powered by indual
Copyright (c) 2005-2016 indual GmbH (www.indual.ch)
-------------------------------------------------------------------------------- */
/* @group basic */
body {
  font: 300 18px/27px "Open Sans", Arial, Helvetica, sans-serif;
  color: #444;
  overflow-x: hidden;
  position: relative;
}

body > nav {
  display: none;
}

.page {
  position: relative;
  overflow: hidden;
}

.site_wrap {
  padding: 0 25px;
}

.content_wrap {
  max-width: 1160px;
  margin: 0 auto;
  padding: 52px 0 21px;
}

.content {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.content_left {
  float: left;
}

.content_left.has_content {
  width: 33.33%;
  padding: 0 28px 0 0;
  box-sizing: border-box;
}

#content.content.left_has_content {
  padding-left: 12px;
  box-sizing: border-box;
}

#edelweiss {
  position: absolute;
  bottom: -100px;
  right: -190px;
  opacity: 1;
}

#edelweiss object {
  height: 400px;
}

/* @end */
/* @group header */
#header {
  position: relative;
  background: #faf9f9;
  text-align: center;
  border-bottom: 1px solid #eeedeb;
}

#header div#logo {
  display: inline-block;
  padding: 35px 25px 12px;
  margin: 0;
  position: relative;
  z-index: 10;
  margin-top: -55px;
}

/* -------- Open / Close responsive Navigation -------- */
.responsive_navigation_toggle {
  display: none;
  width: 40px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 27px;
  z-index: 80;
  transform: translateY(-50%);
}

.responsive_navigation_toggle span {
  display: block;
  height: 6px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 80;
  transform: rotate(0deg);
  transition: transform 0.3s ease 0s, top 0.25s ease 0.25s, opacity 0.01s ease 0.25s;
}

.responsive_navigation_toggle span:nth-child(2) {
  top: 12px;
}

.responsive_navigation_toggle span:nth-child(3) {
  top: 24px;
}

.navi_open .responsive_navigation_toggle span:first-child {
  opacity: 0;
}

.navi_open .responsive_navigation_toggle span:nth-child(2) {
  transform: rotate(-45deg);
}

.navi_open .responsive_navigation_toggle span:nth-child(3) {
  transform: rotate(45deg);
}

.navi_open .responsive_navigation_toggle span {
  top: 42.5%;
  transition: top 0.25s ease 0s, transform 0.3s ease 0.25s, opacity 0.01s ease 0.25s;
}

/* @end */
/* @group slider */
#slider {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0;
}

#bx-slider-wrap {
  margin: 60px 0 0 0;
  position: relative;
}

.bx-wrapper {
  margin: 0;
  padding: 0;
}

.bx-wrapper .bx-viewport {
  overflow: hidden;
  z-index: 5;
}

.bx-wrapper .bx-controls-direction {
  opacity: 1;
}

.bx-wrapper .bx-controls-direction a {
  left: -121px;
  width: 61px;
  height: 61px;
  margin: -30px 0 0 0;
  background: url(../img/slider_controls.png) no-repeat left top;
  background-size: 122px;
  z-index: 50;
  transition: left 0.25s ease-out, right 0.25s ease-out;
}

.bx-wrapper .bx-controls-direction a.bx-next {
  left: auto;
  right: -121px;
  background-position: right top;
}

.bx-wrapper .bx-controls-direction a:hover {
  background-position: left bottom;
}

.bx-wrapper .bx-controls-direction a.bx-next:hover {
  background-position: right bottom;
}

.slide_text_container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 360px;
  padding: 51px 55px 45px;
  background: #313131;
  background: rgba(49, 49, 49, 0.55);
  box-sizing: border-box;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
}

.slide_text_container h2 {
  font-size: 40px;
  line-height: 46px;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 15px;
}

.slide_text_container .content_button {
  margin: 22px 0 15px 0;
}

.slide_text_container .content_button a {
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  border: 2px solid #fff;
  color: #fff;
  margin: 0;
  padding: 6px 16px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.25s ease-out;
}

.slide_text_container .content_button a:hover {
  background: #fff;
  color: #313131;
}

/* ------------ Videos in Slider -------------- */
.bx-wrapper .video-js {
  width: 100% !important;
  height: 0 !important;
  padding: 0 0 46.5%;
  position: relative;
}

/* ------------ Big Slider -------------- */
#slider.big_slider {
  max-width: none;
  margin: 0 -25px;
  padding: 0;
  max-height: 600px;
  overflow: hidden;
}

.big_slider #bx-slider-wrap {
  margin: 0;
}

.big_slider .bx-wrapper .bx-viewport {
  border-radius: 0;
}

.big_slider .bx-wrapper .bx-controls-direction a {
  left: 60px;
  background: url(../img/slider_controls_white.png) no-repeat left top;
  background-size: 122px;
}

.big_slider .bx-wrapper .bx-controls-direction a.bx-next {
  left: auto;
  right: 60px;
  background-position: right top;
}

.big_slider .bx-wrapper .bx-controls-direction a:hover {
  background-position: left bottom;
}

.big_slider .bx-wrapper .bx-controls-direction a.bx-next:hover {
  background-position: right bottom;
}

.big_slider .slide {
  max-height: 650px;
}

.big_slider .slide span {
  display: block;
  position: relative;
  height: 650px;
  overflow: hidden;
}

.big_slider .slide img {
  position: absolute;
  top: 50% !important;
  left: 50%;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
}

.big_slider .slide_text_container {
  top: auto;
  left: 50%;
  bottom: 0;
  width: 360px;
  margin: 0 0 0 -580px;
  padding: 40px 40px 35px;
  background: #313131;
  background: rgba(49, 49, 49, 0.7);
}

/* @end */
/* @group footer */
#footer {
  color: #fff;
}

#footer ul {
  display: block;
  list-style-type: none;
}

#footer li a,
#footer li {
  display: inline-block;
  transition: all 0.25s ease-out;
}

#footer li a {
  text-decoration: none;
  color: #fff;
}

/* --------- Footer Content ---------- */
.footer_content {
  max-width: 1160px;
  margin: 0 auto;
  padding: 48px 25px 46px;
  font-size: 14px;
  line-height: 24px;
}

.footer_content strong {
  font-weight: 700;
}

.contact li {
  opacity: 0.5;
  padding: 0 9px;
}

.contact li:first-child {
  opacity: 1;
}

/* --------- Contact ----------- */
.contact {
  float: left;
  width: 400px;
  padding: 0 20px 0 0;
  box-sizing: border-box;
  text-align: left;
}

.footer_content h2,
.contact h3.portlet-title a,
.contact h3.portlet-title {
  font-size: 26px;
  line-height: 30px;
  font-weight: 300;
  color: #fff;
  margin: 0 0 15px;
  opacity: 1;
  text-transform: uppercase;
}

.contact strong {
  font-weight: 600;
  opacity: 0.9;
  color: #fff;
}

.contact p {
  margin: 0 0 10px;
  color: #fff;
  color: rgba(255, 255, 255, 0.6);
}

.contact a {
  color: rgba(255, 255, 255, 0.6);
}

.contact a:hover {
  color: #d62631 !important;
}

#footer .contact .portlet ul.controls .portlet-resource-link {
  display: none;
}

/* --------- Sitemap -----------*/
.footer_sitemap {
  width: auto;
  padding: 0 20px 0 0;
  float: left;
  text-align: left;
  display: none;
}

#footer .footer_sitemap ul > li {
  padding: 0;
  margin: 0;
  display: block;
}

.footer_sitemap ul > li > a {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  color: #fff;
  opacity: 0.6;
  text-transform: none;
  margin: 0;
  padding: 0;
  display: block;
}

.footer_sitemap ul > li:hover > a,
.footer_sitemap ul > li.current > a {
  opacity: 1;
}

.footer_sitemap .navigation > li.dropdown:hover > a:after,
.footer_sitemap .navigation > li.dropdown > a:after,
.footer_sitemap .navigation > li:hover > ul,
.footer_sitemap ul.level1,
.footer_sitemap ul.level2,
.footer_sitemap ul.level3,
.footer_sitemap ul.level4 {
  display: none !important;
}

/* --------- Icons ----------- */
.footer_icons {
  float: right;
  text-align: right;
  width: 50%;
  padding: 0;
}

.footer_icons > a {
  margin: 0;
  display: inline-block;
  margin: 0 0 0 12px;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  line-height: 34px;
  font-weight: 300;
}

.footer_icons .icon {
  display: inline-block;
  height: 43px;
  overflow: hidden;
}

.footer_icons > a:hover .icon img {
  margin-top: -43px;
}

.footer_icons .text {
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 8px;
  opacity: 0.5;
}

.footer_icons > a:hover {
  color: #fff;
}

.footer_icons > a:hover .text {
  opacity: 1;
}

/* --------- Copy ---------- */
.copy_wrap {
  font-size: 12px;
  line-height: 14px;
  padding: 14px 0;
  position: relative;
}

.copy_wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 5;
}

.copy {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 25px;
}

.copy li {
  padding: 0 9px;
  position: relative;
  z-index: 10;
  border-left: 1px solid #fff;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.copy li,
#footer .copy li a {
  color: #fff;
  color: rgba(255, 255, 255, 0.5);
}

.copy li:first-child {
  border: none;
  padding: 0 6px 0 0;
}

.copy li span {
  display: none;
}

#footer li.link a:hover {
  color: #fff !important;
}

#footer li.link:hover {
  opacity: 1;
}

/* @end */
/* -----------------------------------------------------------------------------
This website is powered by indual
Copyright (c) 2005-2016 indual GmbH (www.indual.ch)
-------------------------------------------------------------------------------- */
/* @group headings, paragraph */
h1 {
  font-family: "Engagement", cursive;
  font-size: 70px;
  line-height: 80px;
  font-weight: 300;
  margin: 0 0 15px 0;
}

h2, h2 a,
div.introduction {
  font-size: 26px;
  line-height: 32px;
  font-weight: 300;
  margin: 0 0 12px 0;
  padding: 0;
  text-decoration: none;
}

#mailform_introduction,
h1 + div.introduction {
  margin-top: -10px;
  margin-bottom: 30px;
}

div.introduction {
  color: #444 !important;
  font-weight: 400;
  font-size: 22px;
}

h3, h3 a {
  font-size: 19px;
  line-height: 26px;
  font-weight: 600;
  margin: 0 0 10px 0;
  padding: 0;
  text-decoration: none;
  opacity: 0.8;
}

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

h6, h6 a,
h4, h4 a,
h5, h5 a {
  font-size: 17px;
  line-height: 25px;
  font-weight: 600;
  color: #444;
  margin: 0 0 5px 0;
  text-decoration: none;
}

p {
  margin: 0 0 10px;
}

strong {
  font-weight: 600;
}

/* @end */
/* @group link */
a {
  outline: none;
  text-decoration: underline;
}

a:hover {
  color: #d62631 !important;
}

a img {
  border: none;
}

.resource_subtitle {
  display: none;
}

a.button {
  display: inline-block;
  padding: 5px 7px;
  background: rgba(0, 0, 0, 0.05);
}

a.button:hover {
  background: rgba(0, 0, 0, 0.15);
}

.content_button a {
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
  margin: 10px 0 4px;
  padding: 8px 18px 9px;
  background: none;
  outline: none;
  cursor: pointer;
  width: auto;
  transition: all 0.25s ease-out;
}

.content_button a:hover {
  color: #fff;
}

/* @end */
/* @group content list */
.content ul,
.content ol {
  margin: 0 0 15px 24px;
  width: auto;
}

.no_system_page .content ul li {
  position: relative;
  list-style: none;
}

.no_system_page .content ul li:before {
  content: "\f0da";
  font-size: 20px;
  left: -20px;
  top: 0;
  font-family: "FontAwesome";
  position: absolute;
}

.content .chosen ul {
  margin: 0;
}

/* @end */
/* @group content table */
.table.no-style td {
  padding: 0;
  border: none;
}

table.no-style {
  margin-bottom: 20px;
}

.table_wrap_container,
.table_wrap {
  width: 100%;
  overflow: auto;
}

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

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

.table_scroll_indicator:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 15;
  background: url(../img/table_icon.png) no-repeat left top;
  background-size: 24px;
}

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

table th {
  background: none;
  color: #444;
  font-weight: 600;
  padding: 0 10px 12px 0;
  text-align: left;
}

table.shop-cart th {
  padding: 12px 10px 12px 0;
}

table td {
  border-bottom: 1px solid #ddd;
  padding: 10px 10px 10px 0;
}

.center_content {
  text-align: center;
}

p + h2 {
  margin-top: 15px;
}

/* @end */
/* -----------------------------------------------------------------------------
This website is powered by indual
Copyright (c) 2005-2016 indual GmbH (www.indual.ch)
-------------------------------------------------------------------------------- */
/* @group color settings */
/* ----------- Basic Stuff ---------- */
.responsive_navigation_toggle span {
  background: #d62631;
}

.rwd_navigation li.current {
  background: #d62631;
}

#footer {
  background: #eeedeb;
}

.copy_wrap:before {
  display: none !important;
}

.copy_wrap {
  background: #d62631;
  z-index: 1;
}

#header {
  background: #fff;
  border-bottom: 1px solid #fff;
}

ul.rwd_navigation li.current > ul.level1 > li.current > a:hover {
  color: #fff !important;
}

/* ----------- Logged in ---------- */
.logged_in #edelweiss {
  display: none;
}

/* ----------- Meta, Language Switcher & Search ---------- */
.navigation ul.level1:before,
#meta {
  background: #d62631;
}

ul.copy li, #footer ul.copy li a,
ul.meta-navigation li a,
.portlet_language_switcher .portlet-content a {
  color: #fff;
  font-weight: 400;
  transition: all 0.25s ease-out;
}

ul.meta-navigation li:hover a {
  color: #fff;
}

ul.meta-navigation li.current a {
  font-weight: 900;
}

ul.meta-navigation li.current a {
  color: #fff;
}

.portlet_language_switcher .portlet-content a {
  border-left: 1px solid #d62631;
}

.rwd_navigation .portlet_search input:hover,
.rwd_navigation .portlet_search input:focus {
  border-color: #4d4d4c;
}

.rwd_navigation .portlet_search input {
  color: #4d4d4c;
}

.rwd_navigation .portlet_search input::-webkit-input-placeholder {
  color: #4d4d4c;
}

.rwd_navigation .portlet_search input::-moz-placeholder {
  color: #4d4d4c;
}

.rwd_navigation .portlet_search input:-ms-input-placeholder {
  color: #4d4d4c;
}

.rwd_navigation .portlet_search input:-moz-placeholder {
  color: #4d4d4c;
}

ul.rwd_navigation > li.current > a {
  color: #fff;
}

ul.rwd_navigation > li.current > a:hover {
  color: #fff !important;
}

ul.rwd_navigation li.current > ul.level1 > li > a,
.rwd_navigation ul.level2 > li > a {
  opacity: 0.6;
  color: #fff;
}

.rwd_navigation ul.level2 > li > a {
  opacity: 1 !important;
}

ul.rwd_navigation li.current > ul.level1 > li > a:hover,
.rwd_navigation ul.level2 > li > a:hover {
  color: #fff !important;
  opacity: 1;
}

.rwd_navigation ul.level2 > li > a:hover ul.rwd_navigation li.current > ul.level1 > li.current > a {
  color: #fff;
  opacity: 1;
}

.copy li {
  border-color: #fff;
}

/* ----------- Navigation ---------- */
.navigation > li:hover > a,
.navigation > li.current > a {
  color: #d62631;
}

.navigation > li > a:before,
.navigation ul.level1,
.navigation ul.level1:before {
  background: #d62631;
}

div.is-sticky div#navigation {
  background: #eeedeb;
  border-color: #eeedeb;
}

ul.navigation > li.dropdown > a:after,
ul.navigation ul.level1 {
  background: #d62631;
}

ul.navigation > li.dropdown > a:after {
  bottom: -7px;
}

ul.navigation > li > a {
  color: #4d4d4c;
  font-size: 21px;
}

ul.navigation ul.level1 > li > a {
  color: rgba(0, 0, 0, 0.6);
  font-weight: 400;
}

ul.navigation ul.level1 > li {
  border-color: rgba(255, 255, 255, 0.7);
  text-align: center;
}

ul.navigation ul.level1 > li > a:hover {
  color: #000;
  opacity: 1;
}

ul.navigation ul.level1 > li.current > a {
  font-weight: 700;
  color: #000;
  opacity: 1;
}

/* ----------- Content ---------- */
h1,
h2, h2 a, h2 a:hover,
div.introduction,
h3, h3 a {
  color: #d62631;
}

.page_title {
  text-align: center;
}

h3, h3 a {
  color: #4d4d4c !important;
  transition: all 0.25s ease-out;
}

.portlet-listing-entry h2 a,
.portlet-listing-entry h2,
a {
  color: #d62631;
}

.content p a {
  color: #999;
}

.content p a:hover {
  color: #d62631;
}

p.content_button a {
  color: #d62631;
}

p.content_button a:hover {
  color: #fff;
}

table th {
  color: #444;
  border-bottom: 2px solid #4d4d4c;
}

.footer_content h2 {
  color: #4d4d4c !important;
}

.contact p {
  color: #4d4d4c !important;
}

.contact a {
  color: #4d4d4c !important;
  transition: all 0.25s ease-out;
}

/* ----------- Content Left ---------- */
.portlet_shop .shop_categories li.current > a,
.portlet_shop .shop_categories li a:hover,
.portlet_shop .shop_categories li li a:hover,
.sub_navigation > ul ul > li:hover > a,
.sub_navigation > ul ul > li.current > a,
.sub_navigation > ul > li.current > a,
.sub_navigation > ul > li:hover > a {
  color: #d62631;
}

/* ----------- Buttons / Ressources ---------- */
.portlet .picture:before,
.search_item_wrap .resource_container .picture:before,
.pictures.gallery .picture .resource_background:before {
  background: rgba(214, 38, 49, 0.3);
}

.portlet_shop_cart .goto-cart,
.portlets_bottom .portlet_listing_show_all,
.portlets_bottom .portlet_news_events_link.button,
.portlets_bottom .portlet .portlet_content_link,
.portlets .add_portlet .action_button,
a.add_portlet_link,
.content_button a,
.documents .document a {
  border: 2px solid #d62631;
  color: #d62631;
}

.portlet_shop_cart .goto-cart:hover,
.portlets_bottom .portlet_listing_show_all:hover,
.portlets_bottom .portlet_news_events_link.button:hover,
.portlets_bottom .portlet .portlet_content_link:hover,
.portlets .add_portlet .action_button:hover,
a.add_portlet_link:hover,
.content .content_button a:hover,
.documents .document a:hover {
  background: #d62631;
  border: 2px solid #d62631;
}

.portlet_news_events .portlet-content a {
  font-weight: 400 !important;
  color: rgba(112, 112, 112, 0.7);
  display: block;
  transition: all 0.25s ease-out;
}

.portlet-listing-entry h2 a:hover {
  color: #d62631 !important;
}

.portlet_news_events .portlet-content a:hover {
  color: #d62631;
}

.portlet_listing .portlet-listing-more {
  display: none;
}

/* ----------- Modules ---------- */
.article_first_picture .picture:before,
.article_detail_thumbnails .pictures .picture .resource_background:before,
.shop_article .resource_container .picture:before,
.shop_category .resource_container .picture:before,
.overview_item .resource_container .picture:before,
.listing_entry .resource_container .picture:before {
  background: rgba(191, 0, 0, 0.3);
}

.shop_registration_form select:hover,
.shop_registration_form input:hover,
.shop_div textarea:hover,
.shop_div textarea:focus,
.shop_div select:hover,
.shop_div input:hover,
.shop_div select:focus,
.shop_div input:focus,
.news_events_search select:hover,
.news_events_search input:hover,
.news_events_search select:focus,
.news_events_search input:focus,
.mailform_element select:focus,
.mailform_element select:hover,
.add_portlet select:focus,
.add_portlet select:hover,
.mailform_element input:focus,
.mailform_element textarea:focus,
.login_form input:focus,
.mailform_element input:hover,
.mailform_element textarea:hover,
.login_form input:hover {
  border-color: #d62631;
  color: #4d4d4c;
}

.mod_mailform:not(.system_page) .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
}

.mod_mailform:not(.system_page) .select2-container--default .select2-results__option--highlighted[aria-selected] {
  color: #fff !important;
}

.mod_mailform:not(.system_page) .select2-container--default .select2-results__option[aria-selected=true] {
  background: #d62631 !important;
  color: #fff !important;
}

.mod_mailform:not(.system_page) .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 2px !important;
}

.mod_mailform:not(.system_page) .select2-container--default .select2-results__option--highlighted {
  color: #fff !important;
}

.shop_registration_form input.button,
.wishlist_wrap + .button,
.shop_div .button,
.button_bar_bottom .button,
.empty_cart_button,
.refresh_button,
.shop_add_to_cart.button,
.shop_article .shop_show_details,
a.news_events_entry_backlink,
.listing_entry_backlink a,
.listing-more-button,
.mailform-submit,
.login_form .button {
  color: #d62631;
  border: 2px solid #d62631;
}

.shop_registration_form input.button:hover,
.wishlist_wrap + .button:hover,
.shop_div .button:hover,
.button_bar_bottom .button:hover,
.empty_cart_button:hover,
.refresh_button:hover,
.shop_add_to_cart.button:hover,
.shop_article .shop_show_details:hover,
a.news_events_entry_backlink:hover,
.listing_entry_backlink a:hover,
.listing-more-button:hover,
.mailform-submit:hover,
.mailform-submit:focus,
.login_form .button:hover,
.login_form .button:focus {
  background: #d62631;
}

.mailform_error label,
span.requi#d62631 {
  color: #d62631 !important;
}

.mailform_element .chosen-container-single .chosen-single:hover {
  border-color: #d62631;
  color: #d62631;
}

.mailform_element .chosen-container-single .chosen-single:hover + .chosen-drop {
  border-color: #d62631;
}

.mailform_element .chosen-container .chosen-results li.active-result.highlighted {
  background: #d62631;
}

.mod_mailform:not(.system_page) .select2-container--default .select2-results__option--highlighted[aria-selected],
.mod_mailform:not(.system_page) .select2-container--default .select2-results__option--highlighted {
  background: #d62631;
}

.portlet-listing-entry h2 a,
.portlet-listing-entry h2 {
  color: #333;
  font-weight: 400 !important;
  margin-top: 5px;
}

div.portlet_search input {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-weight: 400;
}

.wishlist_wrap + .button i,
.content .news_events_table tr td.news_events_year {
  color: #d62631;
}

a.show_archive,
.year_nav a {
  border: 2px solid #d62631;
}

a.show_archive:hover,
.year_nav a:hover {
  background: #d62631;
}

.news_events_event a {
  color: #999;
  transition: all 0.25s ease-out;
}

.news_events_event a:hover {
  color: #d62631;
}

table.news_events_table td.news_events_month {
  padding-top: 18px;
  padding-bottom: 4px;
}

.multipage_controls li:before {
  content: "" !important;
}

/* ----------- Management ---------- */
.message,
.pagination .pagination-numbers a,
.pagination .pagination-links a {
  color: #d62631;
  border: 2px solid #d62631;
  background: #fff;
}

.pagination .pagination-numbers a:hover,
.pagination .pagination-links a:hover,
.pagination a.current,
#administration_panel h1 {
  background: #d62631;
}

div#administration_panel h1 {
  background: #313A3E;
}

#administration_panel h2 {
  background: #d62631;
}

.state-published {
  color: #000;
}

#administration_panel h2 {
  color: #fff;
}

/* @end */
/* @group border-radius settings */
.videos .video .video-js,
.pictures.gallery .picture .resource_background,
.search_item_wrap .resource_container .picture,
.portlet .picture,
.news_events_search,
.map_inner_wrap,
.overview_item .resource_container .picture,
.listing_entry .resource_container .picture,
#administration_panel,
.bx-wrapper .bx-viewport {
  border-radius: 0;
}

.documents .document a,
.portlets_bottom .portlet_listing_show_all,
.portlets_bottom .portlet_news_events_link.button,
.portlets_big .portlet .portlet_content_link,
.portlets_bottom .portlet .portlet_content_link,
.portlets .add_portlet .action_button,
a.add_portlet_link,
a.show_archive,
.year_nav a,
.mailform_element .chosen-container.chosen-with-drop .chosen-drop,
.mailform_element .chosen-container-single .chosen-single,
a.news_events_entry_backlink,
.news_events_search input.button,
.listing_entry_backlink a,
.listing-more-button,
.mailform-submit,
.login_form .button,
.news_events_search input,
.news_events_search select,
.add_portlet select,
.mailform_element select,
.mailform_element input,
.mailform_element textarea,
.login_form input,
.pagination .pagination-numbers a,
.pagination .pagination-links a,
.message,
.content_button a,
.slide_text_container .content_button a {
  border-radius: 0;
}

.portlet_search .live_search_results {
  border-radius: 0 0 0 0;
}

/*
ul.navigation > li > a:before {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    height: 8px;
    width: 100%;
    z-index: 5;
    border-radius: 100%;
    background: transparent;
    border-top: 5px solid #d62631;
    -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;
}*/
/* @end */
/* @group wappen

.documents .document a,
.listing_entry .listing-date,
strong,.content_button a,
h6, h6 a, h4, h4 a, h5, h5 a,
.sub_navigation > ul > li > a,
.shop_registration_form input.button,
.wishlist_wrap + .button,
.shop_div .button,
.button_bar_bottom .button,
.empty_cart_button,
.refresh_button,
.shop_add_to_cart.button,
.shop_article .shop_show_details,
a.news_events_entry_backlink,
.news_events_search input.button,
.listing_entry_backlink a,
.listing-more-button,
.mailform-submit,
.login_form .button,
div.portlets_left .portlet h3.portlet-title,
div.portlets_left .portlet h3.portlet-title a,
a.portlet_listing_show_all,
div.portlets_left a.portlet_content_link,
div.portlets .add_portlet .action_button,
a.add_portlet_link.button,
div.portlets_bottom .portlet_listing_show_all,
div.portlets_bottom .portlet_news_events_link.button,
div.portlets_big .portlet .portlet_content_link,
div.portlets_bottom .portlet .portlet_content_link,
div.portlets_bottom .portlet h3.portlet-title a,
div.portlets_bottom .portlet h3.portlet-title,
ul.meta-navigation li a,
ul.navigation > li > a {
	font-weight: 500 !important;
}


/* @end */
/* -----------------------------------------------------------------------------
This website is powered by indual
Copyright (c) 2005-2016 indual GmbH (www.indual.ch)
-------------------------------------------------------------------------------- */
/* @group management elements */
.management_container {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

.management_container a.button {
  background: #eff5f7 none;
  border: 1px solid #c7dce2;
  color: #005065;
}

.management_container a.button:hover {
  background: #005065 none;
  border: 1px solid #005065;
  color: #fff;
}

#management legend,
#management fieldset.nopadding legend {
  margin: 0;
}

.message {
  background: none;
  font-weight: 600;
  padding: 8px 15px 9px;
  margin: 20px 0;
}

#management.management_container > .table_wrap_container table th {
  padding: 0 10px 10px 0;
}

#management.management_container > .table_wrap_container table td {
  padding: 10px 10px 10px 0;
}

.ui-datepicker {
  font-size: 13px;
  line-height: 19px;
}

/* @end */
/* @group Login form */
.login_form {
  max-width: 640px;
  margin: 0 auto;
}

.login_form input.button {
  position: relative;
  left: -115px;
}

.prefix_checkbox {
  display: none;
}

.label_remember_me_checkbox {
  position: relative;
  left: 12px;
}

/* @group adminpanel */
#administration_panel {
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  font-size: 14px;
  overflow: hidden;
}

#administration_panel h1 {
  padding: 5px 10px;
  font-weight: 600;
  font-size: 16px;
  color: #FFF;
  text-transform: none;
}

#administration_panel h1:hover {
  background: #444 none;
}

#administration_panel h2 {
  padding: 5px 10px;
  font-size: 14px;
  text-transform: none;
}

#administration_panel .admin_part {
  background: #fff none;
  padding: 10px;
}

.administration dt,
.administration .admin_part,
.administration a {
  color: #888;
}

.administration a:hover {
  color: #000;
}

/* @end */
/* @group pagination */
.pagination {
  margin: 35px 0 19px 0;
}

.pagination .pagination-links .inactive {
  display: none;
}

.pagination .pagination-numbers a,
.pagination .pagination-links a {
  display: block;
  padding: 5px 14px 6px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease-out;
}

.pagination .pagination-numbers a:hover,
.pagination .pagination-links a:hover,
.pagination a.current {
  color: #fff !important;
}

.pagination .pagination-numbers a {
  margin-right: 7px;
}

.pagination .pagination-links a {
  margin-left: 7px;
}

/* ------------ Select 2 ------------ */
.select2-container {
  width: 360px !important;
}

.select2-container--default .select2-selection--single {
  border: 2px solid #ddd;
  border-radius: 0;
  width: 100%;
  background: #fff;
  border: 2px solid #ddd;
  height: auto;
  transition: color 0.25s ease-out, border 0.25s ease-out;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  font: 300 17px/25px "Neo Sans", Arial, Helvetica, sans-serif;
  color: #aaa;
  padding: 8px 10px;
  outline: none;
  box-sizing: border-box;
  display: block;
}

.select2-selection__rendered {
  padding: 0px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 9px;
  right: 5px;
}

.select2-results__option {
  padding: 8px;
  color: #aaa;
}

.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option {
  background: #fff;
}

.select2-container--open .select2-dropdown--below {
  border: 2px solid #ddd;
  border-radius: 0;
  border-top: 0;
}

#management .select2-container {
  max-width: 226px;
  font: normal 12px Arial, Helvetica, Verdana, sans-serif !important;
  color: #666;
}
#management .select2-selection {
  padding: 3px 20px 2px 3px !important;
  border: 1px solid #aaa;
}
#management .select2-selection__rendered {
  font: normal 12px Arial, Helvetica, Verdana, sans-serif !important;
  color: #666;
}
#management .select2-search {
  display: none !important;
}
#management .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 0px;
  right: 5px;
}

.system_page .select2-search {
  display: none !important;
}
.system_page .select2-container {
  font: normal 12px Arial, Helvetica, Verdana, sans-serif !important;
  color: #666;
}
.system_page .select2-container .select2-results__option {
  padding: 3px 20px 2px 3px !important;
  color: #666;
}
.system_page .select2-container .select2-results__option--highlighted {
  background: #eee;
}

.logged_in .meta_inner_wrap li a {
  font-weight: 400 !important;
}

#ui-datepicker-div {
  width: 356px;
  border: 2px solid #D62630;
  border-radius: 0px;
  padding: 0px;
}
@media screen and (max-width: 1160px) {
  #ui-datepicker-div {
    width: calc(70vw - 38.5px);
    width: -ms-calc(70vw - 38.5px);
  }
}
@media screen and (max-width: 600px) {
  #ui-datepicker-div {
    width: calc(100vw - 54.5px);
    width: -ms-calc(100vw - 54.5px);
  }
}
#ui-datepicker-div .ui-datepicker-header {
  border-radius: 0px;
  background: #D62630;
  border: 0px;
}
#ui-datepicker-div .ui-datepicker-header:before, #ui-datepicker-div .ui-datepicker-header:after {
  color: white;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title select {
  background: transparent;
  border: 0px;
  color: white;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev {
  background: none !important;
  border: none !important;
  border-radius: 0px;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev:before {
  content: "\f104";
  color: white;
  position: absolute;
  top: 3px !important;
  left: 15px !important;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  cursor: pointer;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev:hover:before {
  opacity: 0.8;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev span {
  background-image: none !important;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev-hover {
  left: 2px;
  border-radius: 0px;
  top: 2px;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
  background: none !important;
  border: none !important;
  border-radius: 0px;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next:before {
  content: "\f105";
  color: white;
  position: absolute;
  top: 3px !important;
  right: 15px !important;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  cursor: pointer;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next:hover:before {
  opacity: 0.8;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next span {
  background-image: none !important;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next-hover {
  right: 2px;
  border-radius: 0px;
  top: 2px;
}
#ui-datepicker-div table {
  padding: 0px;
  margin: 0px;
}
#ui-datepicker-div td {
  padding: 0px !important;
  border: 0px !important;
  background: rgba(0, 0, 0, 0.03);
}
#ui-datepicker-div td:nth-child(2n) {
  background: rgba(0, 0, 0, 0.08);
}
#ui-datepicker-div td a {
  border: 0px !important;
  background: none !important;
}
#ui-datepicker-div .ui-datepicker-today {
  background: #D62630 !important;
  color: white !important;
}
#ui-datepicker-div .ui-datepicker-today a {
  color: white !important;
}

body.page_event_listing #ui-datepicker-div {
  width: 329px !important;
}
@media screen and (max-width: 792px) {
  body.page_event_listing #ui-datepicker-div {
    width: 250px !important;
  }
}

#privacy_banner #privacy_banner_inner #privacy_description_wrap #privacy_buttons #privacy_button:hover {
  color: white !important;
  background: #D62630 !important;
  opacity: 1 !important;
}
#privacy_banner #privacy_banner_inner #privacy_description_wrap #privacy_buttons #privacy_more_information {
  color: white;
}
#privacy_banner #privacy_banner_inner #privacy_description_wrap #privacy_buttons #privacy_more_information:hover {
  color: white !important;
}

/*
#privacy_banner #privacy_banner_inner #privacy_description {
    padding-right: 210px;

    @media screen and (max-width: 800px) {

	    font-size: 16px;
    }

    @media screen and (max-width: 500px) {

	    font-size: 14px;
    }
}
*/
.page_not_found_sitemap {
  margin-bottom: 25px !important;
}

.sitemap li, .sitemap a {
  border: 0px !important;
  font-weight: 400;
  color: #444;
}

#management {
  text-align: left;
}
#management a {
  text-decoration: none !important;
  color: black !important;
}
#management a:hover {
  color: #d62631 !important;
}

/* @end */
/* -----------------------------------------------------------------------------
This website is powered by indual
Copyright (c) 2005-2016 indual GmbH (www.indual.ch)
-------------------------------------------------------------------------------- */
/* @group listing/overview */
#mod_overview,
#mixItUp {
  margin: 21px 0 13px;
  text-align: center;
}

.listing-description,
.module_description {
  margin: 0 0 29px;
}

.listing_entry,
.overview_item {
  margin: 29px 0 0 0;
  padding: 29px 0 0 0;
  border-top: 1px solid #ddd;
}

.overview_item {
  border: none;
}

.listing_index_0,
.overview_item_0 {
  margin: 30px 0 0 0;
  padding: 0;
  border: none;
}

.listing_entry .listing-date {
  margin: -5px 0 13px;
  font-weight: 600;
  font-size: 15px;
  line-height: 23px;
  color: #444;
}

.listing_entry .listing-date + h2.listing-title {
  margin-top: -10px;
}

.overview_item div.introduction {
  margin: 0 0 3px;
  font-weight: 600;
  font-size: 17px;
  line-height: 25px;
  color: #444;
}

.listing_entry .inner_listing_entry,
.overview_item .content {
  overflow: hidden;
}

.overview_item .content {
  padding: 0;
}

.listing_entry h2,
.overview_item h2 {
  word-wrap: break-word;
}

.listing-content-text ol:last-child,
.listing-content-text ul:last-child,
.listing-content-text p:last-child {
  margin: 0;
}

.overview_item_with_picture .resource_container {
  float: none !important;
  transform: translateX(-50%);
  left: 50%;
  position: relative;
}

.overview_item_with_picture {
  float: left;
  border: none;
  width: 50%;
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 30px;
}

.overview_item_0 {
  margin-top: 0;
}

/* ------------ Pictures ------------ */
.listing_entry .resource_container,
.overview_item .resource_container {
  float: left;
  width: 360px;
  margin: 6px 40px 6px 0;
}

.article_first_picture .picture,
.article_detail_thumbnails .pictures .picture .resource_background,
.shop_article .resource_container .picture,
.shop_category .resource_container .picture,
.overview_item .resource_container .picture,
.listing_entry .resource_container .picture {
  position: relative;
  z-index: 5;
  overflow: hidden;
}

.article_first_picture .picture img,
.article_detail_thumbnails .pictures .picture img,
.shop_article .resource_container .picture img,
.shop_category .resource_container .picture img,
.overview_item .resource_container .picture img,
.listing_entry .resource_container .picture img,
.article_first_picture .picture:before,
.article_detail_thumbnails .pictures .picture .resource_background:before,
.shop_article .resource_container .picture:before,
.shop_category .resource_container .picture:before,
.overview_item .resource_container .picture:before,
.listing_entry .resource_container .picture:before {
  transition: all 0.25s ease-out;
} /*
.article_first_picture .picture:before,
.article_detail_thumbnails .pictures .picture .resource_background:before,
.shop_article .resource_container .picture:before,
.shop_category .resource_container .picture:before,
.overview_item .resource_container .picture:before,
.listing_entry .resource_container .picture:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}*/
.listing_entry .resource_container .picture + .picture {
  display: none;
}

.article_first_picture .picture:hover:before,
.article_detail_thumbnails .pictures .picture:hover .resource_background:before,
.shop_article .resource_container .picture:hover:before,
.shop_category .resource_container .picture:hover:before,
.overview_item .resource_container .picture:hover:before,
.listing_entry .resource_container .picture:hover:before {
  opacity: 1;
  visibility: visible;
}

.article_first_picture .picture img,
.article_detail_thumbnails .pictures .picture img,
.shop_article .resource_container .picture img,
.shop_category .resource_container .picture img,
.overview_item .resource_container .picture img,
.listing_entry .resource_container .picture img {
  backface-visibility: hidden;
  transform: scale(1);
}

.article_first_picture .picture:hover img,
.article_detail_thumbnails .pictures .picture:hover img,
.shop_article .resource_container .picture:hover img,
.shop_category .resource_container .picture:hover img,
.overview_item .resource_container .picture:hover img,
.listing_entry .resource_container .picture:hover img {
  transform: scale(1.03);
}

.listing_entry_backlink + .listing_entry_detail_pictures .resource_container {
  margin-top: 15px;
}

/* ------------ Links ------------ */
.listing_entry_backlink a,
.listing-more-button {
  margin: 20px 0 5px;
  display: inline-block;
  text-decoration: none;
}

.listing_entry_backlink a {
  margin: 10px 0 19px 0;
}

/* ------------ Overview List ------------ */
ul.overview {
  list-style: none;
  margin: 0;
}

.overview_list_item {
  margin: 27px 0 0 0;
  padding: 27px 0 0 0;
  border-top: 1px solid #ddd;
  overflow: hidden;
}

.overview_list_item:first-child {
  margin: 0;
  padding: 0;
  border: none;
}

.overview_list_item .resource_container {
  width: 200px;
  margin: 0 20px 0 0;
}

.overview_list_item a {
  font-weight: 600;
  text-decoration: none;
}

/* @end */
/* @group google maps */
#google_map {
  max-width: 1160px;
  margin: 60px auto 0;
}

.map_inner_wrap {
  padding: 0 0 46.5%;
  height: 0;
  width: 100%;
  position: relative;
  z-index: 5;
  overflow: hidden;
  border: 1px solid #eeedeb;
}

.gmap-map,
#module_map {
  height: auto !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

div.infowindow {
  min-width: 160px;
  padding: 10px 0 10px 10px;
  font: 300 17px/25px "Open Sans", Arial, Helvetica, sans-serif;
  color: #444;
  text-align: center;
}

div.infowindow h2 {
  margin: 0 0 5px 0;
}

div.infowindow p {
  margin-bottom: 0;
}

/* -------------- Big Map --------------- */
.css_grosser_slider #google_map {
  max-width: none;
  margin: 0 -25px;
}

.css_grosser_slider .map_inner_wrap {
  border-radius: 0;
  height: 650px;
  padding: 0;
  box-sizing: border-box;
}

/* @end */
/* @group mailform/login-form */
#module_mailform form {
  margin-top: 30px;
}

.mailform_right_fields {
  float: right;
}

.shop_registration_form label,
.shop_div label,
.mailform_element label,
#mailform_submit_button label,
.login_form label {
  float: left;
  width: 180px;
  padding: 8px 10px 0 0;
}

.add_portlet p label {
  padding: 0 0 8px;
  font-weight: 300;
}

.shop_registration_form select,
.shop_registration_form input,
.shop_div textarea,
.shop_div select,
.shop_div input,
.news_events_search input,
.news_events_search select,
.add_portlet select,
.mailform_element select,
.mailform_element input,
.mailform_element textarea,
.login_form input {
  width: 360px;
  background: #fff;
  border: 2px solid #ddd;
  font: 300 17px/25px "Open Sans", Arial, Helvetica, sans-serif;
  color: #aaa;
  /* 
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  */
  box-shadow: none !important;
  padding: 8px 10px;
  outline: none;
  box-sizing: border-box;
  transition: color 0.25s ease-out, border 0.25s ease-out;
}

.add_portlet select {
  height: 42px;
  width: auto;
  padding: 6px 10px;
}

.mailform_element textarea {
  height: 155px;
}

/* Android focus bugfix */
.mailform_elemtent {
  -webkit-transform: none;
}

.mailform_element textarea:focus,
.mailform_element input:focus {
  outline: none;
  -webkit-transform: none;
}

.shop_div input.radio,
.shop_registration_form input.checkbox {
  width: auto;
  margin: 0 10px 0 0;
}

.shop_registration_form input.button,
.wishlist_wrap + .button,
.shop_div .button,
.button_bar_bottom .button,
.empty_cart_button,
.refresh_button,
.shop_add_to_cart.button,
.shop_article .shop_show_details,
a.news_events_entry_backlink,
.news_events_search input.button,
.listing_entry_backlink a,
.listing-more-button,
.mailform-submit,
.login_form .button {
  font: 600 17px/25px "Open Sans", Arial, Helvetica, sans-serif;
  padding: 8px 18px;
  background: #fff;
  outline: none;
  cursor: pointer;
  width: auto;
  text-decoration: none;
  transition: all 0.25s ease-out;
}

.shop_registration_form input.button:hover,
.wishlist_wrap + .button:hover,
.shop_div .button:hover,
.button_bar_bottom .button:hover,
.empty_cart_button:hover,
.refresh_button:hover,
.shop_add_to_cart.button:hover,
.shop_article .shop_show_details:hover,
a.news_events_entry_backlink:hover,
.news_events_search input.button:hover,
.listing_entry_backlink a:hover,
.listing-more-button:hover,
.mailform-submit:hover,
.mailform-submit:focus,
.login_form .button:hover,
.login_form .button:focus {
  color: #fff !important;
}

.login_form p,
.mailform_element p {
  margin: 0 0 13px 0;
}

span.required {
  padding: 0 0 0 3px;
}

/* ------------ ios Devices ------------ */
.mailform_element select {
  background-image: -webkit-linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0));
}

/*.login_form input,
.mailform_element.input_field input,
.mailform_element.email_field input,
.mailform_element textarea {
	-webkit-appearance: none;
}*/
/* ------------ Chosen ------------ */
.mailform_element .chosen-container {
  font-size: 17px;
  line-height: 25px;
  width: 360px !important;
  box-sizing: border-box;
}

.mailform_element .chosen-container.chosen-with-drop .chosen-drop {
  position: absolute;
  z-index: 10;
}

.mailform_element .chosen-container.chosen-with-drop .chosen-drop,
.mailform_element .chosen-container-single .chosen-single {
  background: #fff;
  padding: 8px 10px;
  border: 2px solid #ddd;
  box-shadow: none;
  display: block;
  color: #aaa;
}

.mailform_element .chosen-container ul.chosen-results {
  margin-left: 0 !important;
  padding: 0;
}

.mailform_element .chosen-container .chosen-results li.active-result {
  padding: 10px 7px;
  color: #aaa;
}

.mailform_element .chosen-container-single .chosen-search {
  display: none;
}

.mailform_element .chosen-container .chosen-results li.active-result.highlighted {
  color: #fff;
}

.mailform_element .chosen-container-single .chosen-single div b {
  background-position: 2px 10px;
}

.mailform_element .chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -16px 10px;
}

/* @group sitemap */
.content ul.sitemap {
  margin: 0 0 15px;
}

.content ul.sitemap li::before {
  display: none;
}

.content ul.sitemap a {
  text-decoration: none;
  display: block;
}

.content ul.sitemap li.level0 {
  padding: 10px 0 10px 15px;
  margin: 0 !important;
  border-top: 1px solid #ddd;
}

.content ul.sitemap li.level0:first-child {
  padding-top: 0;
  border: none;
}

.content ul.sitemap li.level1 + li.level0,
.content ul.sitemap li.level2 + li.level0 {
  margin-top: 10px !important;
}

.content ul.sitemap li.level1 {
  padding: 0 0 0 30px;
}

.content ul.sitemap li.level0 + li.level1 {
  margin-top: -10px;
}

.content ul.sitemap li.level2 {
  padding: 0 0 0 45px;
}

.sitemap .level1 {
  margin-left: 0 !important;
  padding-left: 15px !important;
}

.sitemap .level2 {
  display: none;
}

/* @end */
/* @group news events */
.news_events_headrow {
  background: none;
}

.content .news_events_table tr td.news_events_year {
  border: 0;
  padding: 25px 0 0 0;
  font-size: 26px;
  font-weight: 300;
  line-height: 32px;
}

.content .news_events_table tr td.news_events_event_date {
  padding-right: 20px;
}

table.news_events_table td {
  padding: 10px 10px 10px 0;
}

.news_events_month {
  font-weight: 600;
}

a.show_archive,
.year_nav a {
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
  margin: 0 0 0 13px;
  padding: 8px 18px 9px;
  background: none;
  outline: none;
  cursor: pointer;
  width: auto;
  transition: all 0.25s ease-out;
}

.year_nav a.inactive {
  display: none;
}

a.show_archive:hover,
.year_nav a:hover {
  color: #fff;
}

a.show_archive,
.year_nav {
  margin: -20px 0 20px;
}

/* ---------- Search ---------- */
.news_events_search {
  background: #FAF9F9;
  border: 1px solid #eeedeb;
  margin: 0 0 37px 0;
  padding: 20px;
  font-size: 15px;
  line-height: 20px;
}

.news_events_search form > div {
  width: 27%;
  float: left;
  padding: 0 15px 0 0;
  box-sizing: border-box;
}

.news_events_search input.button {
  width: 12%;
  box-sizing: border-box;
  background: none;
  padding: 7px;
  font-size: 15px;
  line-height: 20px;
  color: #666;
  border: 2px solid #666;
}

.news_events_search input.button:hover {
  background: #666;
}

.news_events_search p {
  margin: 0;
}

.news_events_search label {
  width: 47%;
  padding: 10px 10px 0 0;
  display: block;
  float: left;
  box-sizing: border-box;
}

.news_events_search select,
.news_events_search input {
  width: 53%;
  box-sizing: border-box;
  margin: 0;
  background: none;
  padding: 8px;
  font-size: 15px;
  line-height: 20px;
}

.news_events_search select {
  height: 40px;
}

.news_events_search input {
  -webkit-appearance: none;
}

.news_events_search_bar {
  float: none;
}

.news_events_search form .news_events_search_date_container {
  width: 17%;
  margin: 0;
}

.news_events_search .news_events_search_date_container label {
  width: 30%;
}

.news_events_search .news_events_search_date_container input {
  width: 70%;
}

/* ---------- Detail ---------- */
.news_events_entry_pictures,
#module_news_events h1 {
  display: none;
}

a.news_events_entry_backlink {
  display: inline-block;
  margin: 10px 0 18px;
  text-decoration: none;
}

/* @end */
/* @group multipage */
.mod_multipage .site_wrap {
  padding: 0;
}

.mod_multipage .site_wrap > .content_wrap {
  max-width: none;
  margin: 0;
  padding: 0;
}

.mod_multipage_content_wrap,
.mod_multipage .site_wrap > .content_wrap > .content > h1#page_title,
.system_page.mod_multipage .site_wrap > .content_wrap {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 25px;
}

.mod_multipage .site_wrap > .content_wrap > .content > .message {
  max-width: 1130px;
  margin: 10px auto 20px;
}

.mod_multipage .site_wrap > .content_wrap > .content > h1#page_title {
  padding: 45px 25px 0;
}

.mod_multipage_content_wrap {
  padding: 0 25px 40px;
}

.multipage_entry {
  position: relative;
  border-top: 1px solid #ddd;
}

.multipage_entry .content_wrap {
  padding-right: 25px;
  padding-left: 25px;
}

.multipage_entry ul.multipage_controls {
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  z-index: 10;
  padding: 2px 5px 5px;
}

.multipage_entry .sub_navigation {
  display: none;
}

.mod_multipage .portlets_big .resource_container,
.mod_multipage #slider.big_slider,
.mod_multipage .portlets_bottom_wrap,
.mod_multipage.css_grosser_slider #google_map {
  margin: 0;
}

.mod_multipage .portlets_big .resource_container {
  margin-bottom: -1px;
  margin-left: -1px;
  margin-right: -1px;
}

.mod_multipage #google_map,
.mod_multipage #slider {
  padding-right: 25px;
  padding-left: 25px;
}

.mod_multipage.css_grosser_slider #google_map,
.mod_multipage.css_grosser_slider #slider {
  padding-right: 0;
  padding-left: 0;
}

.content_multipage h1 {
  text-align: center;
}

/* @end */
/* @group shop */
.main_shop_wrap {
  text-align: left;
  margin: 0 0 20px;
}

.shop_add_to_wishlist {
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  margin: 12px 0 0 0;
}

.already_added_to_wishlist {
  margin: 12px 0 0 0;
}

.article_minimum_quantity {
  text-align: right;
  font-weight: 300;
  margin: 0;
}

.shop_div.user_address_fieldset + .user_contact_address_fieldset {
  margin: 15px 0 20px;
}

/* ---------------- category listing ---------------*/
.shop_category_overview_container {
  margin: 0 -25px 0 0;
}

div.shop_category {
  display: inline-block;
  margin: 0 0 25px;
  padding: 0 25px 0 0;
  position: relative;
  width: 33.33%;
  box-sizing: border-box;
}

div.shop_category .resource_container {
  float: none;
  clear: both;
  width: 100%;
  margin: 0;
}

.shop_category_description {
  display: block;
}

.shop_products_empty {
  display: none;
}

/* ---------------- article listing ---------------*/
.back_to_shop,
a.back-to-overview,
.category_back_button {
  display: inline-block;
  padding: 0;
  margin: 0 0 10px;
  float: none;
  clear: both;
  font-weight: 600;
  text-decoration: none;
}

.shop_category_overview_container + .shop_products {
  display: none;
}

.shop_article {
  margin: 29px 0 0 0;
  padding: 29px 0 0 0;
  border-top: 1px solid #ddd;
  background: none;
}

.shop_article:first-child {
  margin: 0;
  padding: 0;
  border: 0;
}

.shop_article .resource_container {
  float: left;
  width: 360px;
  margin: 6px 40px 6px 0;
}

.shop_article .shop_add_to_cart_form,
.shop_article .price_with_tax,
.shop_article .article_number {
  display: none;
}

.shop_article .shop_show_details {
  display: inline-block;
  margin: 10px 0 5px;
}

.shop_article .shop-price-list {
  margin-top: -30px;
}

.shop-introduction,
.shop_article .introduction {
  font: 600 16px/24px "Open Sans", Arial, Helvetica, sans-serif;
  color: #444;
  padding: 0;
}

.shop_article .shop-reduced-price,
.shop_article .shop-regular-price {
  padding: 0;
}

/* ---------------- article detail --------------- */
#mod_shop_article_detail {
  text-align: left;
}

.shop_article_information_title {
  display: none;
}

#mod_shop_article_detail .shop-price {
  max-width: none;
}

.shop-regular-price {
  font-size: 29px;
}

.shop-regular-price-reduced {
  margin: 0;
  font-size: 17px;
  color: #777;
}

.article_detail_pictures {
  float: left;
  width: 360px !important;
  margin: 6px 40px 20px 0;
  padding: 0;
  overflow: hidden;
}

.shop_add_to_cart_form {
  overflow: hidden;
  padding: 20px 0 0;
}

.article_set label {
  padding: 5px 10px 0 0;
}

.article_set p {
  margin: 0 0 10px;
}

.shop_add_to_cart_container {
  padding: 0;
  margin: 0 0 10px;
}

input.shop_add_to_cart_quantity,
.article_set select {
  border: 1px solid #ddd;
  padding: 5px 10px;
  width: auto;
  font: 300 17px/24px "Open Sans", Arial, Helvetica, sans-serif;
  color: #333;
}

input.shop_add_to_cart_quantity {
  margin: 3px 10px 0 0 !important;
}

.article_number {
  text-align: right;
}

.shop_article_information .shop-price-list {
  float: none;
  clear: both;
}

.article_detail_thumbnails .pictures {
  clear: both;
  float: none;
  margin: 0 -5px 0 0;
}

.article_detail_thumbnails .pictures .picture {
  width: 33.33% !important;
  margin: 0;
  padding: 5px 5px 0 0;
  float: left;
  box-sizing: border-box;
}

.shop_article_information .already_added_to_wishlist,
.shop_article_information .shop_add_to_wishlist {
  margin: 0 0 15px;
}

/* ------------------ Wishlist ---------------- */
div.wishlist_wrap > div {
  background: none;
}

.wishlist_wrap + .button:hover i {
  color: #fff;
}

.wishlist_article_controls > a {
  background: none;
  box-shadow: none;
}

.add_all_to_cart a,
.wishlist_remove a {
  text-decoration: none;
}

/* ---------------- Shop Cart -------------------- */
table.shop-cart input.amount_select {
  font: 300 17px/25px "Open Sans", Arial, Helvetica, sans-serif;
  color: #333;
  width: 20px;
  margin: 0 5px 0 0;
  padding: 3px 8px;
}

div.payment-method {
  overflow: hidden;
  margin: 0 0 10px;
}

div.payment-method label {
  padding: 0;
}

div.payment-method input {
  margin: 0 10px 0 0;
}

#process_order_registration,
#process_order_login {
  padding: 15px 0 0 0;
}

.shop_already_have_account {
  display: inline-block;
  margin: 0 0 20px;
}

.shop_registration_form a.button {
  display: inline-block;
  margin: 0 0 24px;
}

.login_infos p {
  overflow: hidden;
}

.login_infos h2 + p label {
  padding-top: 0;
}

.shop_div fieldset {
  border: 1px solid #ccc;
}

.shop_div fieldset legend {
  padding: 0 10px;
  font-weight: 600;
}

.shop_div fieldset p {
  margin: 0 0 10px 0;
}

.shop_div .user_contact_address_fieldset label,
.shop_div .user_address_fieldset label {
  display: inline-block;
  width: 100px;
  padding: 0 10px 0 0;
}

.button_bar_bottom .button {
  margin: 0 0 20px;
}

.shop_no_account {
  margin: 0 0 10px;
}

.shop_already_have_account {
  font-weight: 600;
  text-decoration: none;
  margin: 0 0 10px;
}

/* events modul */
body.page_event_listing .pagination {
  display: none;
}

.filter_wrap .filter {
  margin-top: 25px;
}
.filter_wrap .filter form {
  margin-right: 120px;
  position: relative;
  margin-left: -20px;
}
.filter_wrap .filter form .date_field, .filter_wrap .filter form .search_field {
  width: calc(33.3% - 20px);
  float: left;
  padding-left: 20px;
  padding-bottom: 20px;
}
.filter_wrap .filter form .date_field input, .filter_wrap .filter form .search_field input {
  width: calc(100% - 24px);
  border: 2px solid #ddd;
  font: 300 18px/27px "Open Sans", Arial, Helvetica, sans-serif;
  color: black;
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  margin: 0;
  padding: 8px 10px;
  outline: none;
  transition: color 0.25s ease-out, border 0.25s ease-out;
}
.filter_wrap .filter form .date_field input:hover, .filter_wrap .filter form .search_field input:hover {
  border: 2px solid #d62631;
}
.filter_wrap .filter form .reset_link {
  position: absolute;
  right: -115px;
  text-decoration: none;
  top: -40px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
  transition: color 0.25s ease-out, border 0.25s ease-out;
}
.filter_wrap .filter form .reset_link i {
  display: none;
}
.filter_wrap .filter form .select_field {
  display: none;
}
.filter_wrap .filter form .submit_wrap {
  float: left;
  position: absolute;
  right: -100px;
  top: 100%;
}
.filter_wrap .filter form .submit_wrap .submit.button {
  padding: 8px 18px 9px;
  font: 600 17px/25px "Open Sans";
  display: inline-block;
  text-decoration: none;
  background: none;
  outline: none;
  cursor: pointer;
  width: auto;
  transition: all 0.25s ease-out;
  border: 2px solid #d62631;
  color: #d62631;
  margin-right: -16px;
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
}
.filter_wrap .filter form .submit_wrap .submit.button:hover {
  background: #d62631;
  color: white !important;
}

.event_listing {
  margin-top: 23px;
}
.event_listing .event {
  border-top: 1px solid #ddd;
  padding-top: 30px;
  padding-bottom: 30px;
}
.event_listing .event .show_detail {
  margin: 6px 0 4px;
  padding: 8px 18px 9px;
  font: 600 17px/25px "Open Sans";
  display: inline-block;
  text-decoration: none;
  background: none;
  outline: none;
  cursor: pointer;
  width: auto;
  transition: all 0.25s ease-out;
  border: 2px solid #d62631;
  color: #d62631;
}
.event_listing .event .show_detail:hover {
  background: #d62631;
  color: white !important;
}
.event_listing .event .event_date {
  font-weight: 700;
  font-size: 20px;
}
.event_listing .event .event_date span.time {
  display: none;
}
.event_listing .event .event_location {
  font-weight: 700;
  font-size: 20px;
}
.event_listing .event .event_description {
  margin-top: 10px;
}
.event_listing .event .event_organizer {
  display: none;
}

.detail_back_link {
  margin-top: 25px;
  padding: 8px 18px 9px;
  font: 600 17px/25px "Open Sans";
  display: inline-block;
  text-decoration: none;
  background: none;
  outline: none;
  cursor: pointer;
  width: auto;
  transition: all 0.25s ease-out;
  border: 2px solid #d62631;
  color: #d62631;
}
.detail_back_link:hover {
  background: #d62631;
  color: white !important;
}
.detail_back_link i.fa {
  display: none;
}

#events_google_maps {
  height: 300px;
  margin-top: 20px;
}

.event_detail .detail_text h3 {
  margin-bottom: 5px;
}

body.mod_mailform form {
  margin-top: 20px;
}
body.mod_mailform form .mailform_element.heading2_field {
  padding-left: 190px;
  padding-top: 20px;
}
body.mod_mailform .portlet-content form {
  margin-top: 0px;
}
body.mod_mailform #mailform_submit_button label {
  display: none;
}
body.mod_mailform .checkbox_field {
  position: relative;
  margin-top: 10px;
  margin-bottom: 5px;
}
body.mod_mailform .checkbox_field p {
  width: 69%;
  float: left;
  position: relative;
}
body.mod_mailform .checkbox_field input {
  width: 20px;
  height: 20px;
  float: left;
  margin: 6px 12px 0 0;
  opacity: 0;
  position: relative;
  cursor: pointer;
  z-index: 10;
}
body.mod_mailform .checkbox_field label {
  width: auto;
  float: none;
  overflow: hidden;
  cursor: pointer;
  display: block;
  padding: 0;
  text-align: left;
  color: #444 !important;
}
body.mod_mailform .checkbox_field label:after, body.mod_mailform .checkbox_field label:before {
  content: "\f0c8";
  position: absolute;
  top: 4px;
  left: 1px;
  display: block;
  font-family: "Font Awesome 5 Pro";
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  text-transform: none;
  color: #edebe6;
  width: 20px;
  height: 20px;
  font-weight: 300;
  width: 20px;
  height: 20px;
  pointer-events: none;
  background: #fff;
  z-index: 2;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
body.mod_mailform .checkbox_field label:after {
  content: "\f14a";
  opacity: 0;
  visibility: hidden;
  font-weight: 700;
  color: #d62631;
  background: none;
  z-index: 4;
}
body.mod_mailform .checkbox_field input:checked + label:before {
  color: #ddd;
}
body.mod_mailform .checkbox_field input:checked + label:after {
  opacity: 1;
  visibility: visible;
}

/*
.privacy_ul li:before {
	font-family: 'Font Awesome 5 Pro' !important;
	content: '\f00c' !important;
}
*/
body > #meta-navigation-1 {
  display: none;
}

.multipage_entry_wrap:first-child .multipage_entry {
  border-top: 0px !important;
}
.multipage_entry_wrap:first-child .multipage_entry .content_wrap {
  padding-top: 0px;
}

.multipage_entry #page_title {
  font-size: 50px;
  margin-bottom: 0px;
}

/* end events modul */
/* @end */
/* -----------------------------------------------------------------------------
This website is powered by indual
Copyright (c) 2005-2016 indual GmbH (www.indual.ch)
-------------------------------------------------------------------------------- */
#meta-nav-17 {
  display: none;
}

/* @group mainnavigation */
.sticky-wrapper {
  /*
  	height: 64px !important;*/
  top: -10px !important;
}

div#navigation {
  max-width: 1160px;
  margin: 0 auto;
  padding: 20px 25px 0;
}

.is-sticky div#navigation {
  max-width: none;
  width: 100%;
  background: #faf9f9;
  text-align: center;
  padding: 20px 0 0;
  z-index: 120;
  border-bottom: 1px solid #eeedeb;
}

.is-sticky .navigation {
  max-width: 1160px;
  margin: 0 auto;
}

/* --------- Level 0 ---------- */
.navigation {
  margin: 0;
  padding: 0;
  position: relative;
}

.navigation > li {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0 20px;
  position: relative;
}

.navigation > li:first-child {
  margin-left: 0;
  border: none;
}

.navigation > li > a {
  display: block;
  text-decoration: none;
  line-height: 25px;
  font-weight: 600;
  font-size: 20px;
  color: #777;
  text-transform: uppercase;
  padding: 0 0 20px;
  position: relative;
  transition: all 0.25s ease-out;
}

.navigation > li > a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  width: 100%;
  z-index: 5;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-out;
}

.is-sticky .navigation > li > a:before {
  bottom: -1px;
}

.navigation > li:hover > a:before,
.navigation > li.current > a:before {
  opacity: 1;
  visibility: visible;
}

/*.navigation > li.dropdown > a:after {
	content: '';
	position: absolute;
	bottom: -6px;
	left: 50%;
	width: 15px;
	height: 15px;
	margin: 0 0 0 -7px;
	background: #FAF9F9;
	z-index: 100;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
		 	transform: rotate(45deg);
}
.navigation > li.dropdown:hover > a:after {
	opacity: 1;
	visibility: visible;
}*/
/* --------- Level 1 ---------- */
.dropdown_portlet {
  display: none !important;
}

.navigation > li:hover > ul {
  visibility: visible;
  opacity: 1;
}

.navigation ul.level1 {
  position: absolute;
  left: 0;
  right: 0;
  top: 45px;
  z-index: 99;
  width: 400px;
  left: 50%;
  margin: 0;
  margin-left: -200px;
  padding: 20px 30px 19px;
  background: #BF0000;
  box-sizing: border-box;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  list-style: none;
  transition: all 0.15s ease-out;
}

.navigation ul.level1 > li {
  padding: 0;
  width: 100%;
  display: block;
  text-align: left;
  float: left;
  box-sizing: border-box;
  border-bottom: 1px solid #fff;
}

.navigation ul.level1 > li:last-child {
  border-bottom: none;
}

.navigation ul.level1.with_portlet > li:nth-child(even) {
  clear: left;
}

.navigation ul.level1 > li > a {
  color: white;
  line-height: 26px;
  font-size: 16px;
  text-decoration: none;
  display: block;
  margin: 0;
  padding: 13px 0 10px;
  opacity: 1;
  text-transform: uppercase;
  transition: all 0.25s ease-out;
}

.navigation ul.level1 > li.current > a,
.navigation ul.level1 > li > a:hover {
  opacity: 0.6;
  color: #fff;
}

.navigation ul.level1 > li.current > a {
  font-weight: 400;
}

.navigation ul.level2,
.navigation ul.level3,
.navigation ul.level4 {
  display: none;
}

/* --------- Touch Hack ---------- */
.touch .navigation ul.level1 {
  display: block;
}

.navigation > li:hover > ul {
  display: none;
}

/* @end */
/* @group responsive navigation */
.rwd_navigation {
  display: block;
  list-style: none;
  background: #fff;
}

.rwd_navigation li a {
  display: block;
  text-decoration: none;
  color: #444;
}

.rwd_navigation li.current > a,
.rwd_navigation li.current ul li.current > a {
  color: #fff;
}

/* --------- Level 0 ---------- */
.rwd_navigation > li > a {
  padding: 12px 20px;
  font-size: 20px;
  line-height: 34px;
  font-weight: 600;
  text-transform: uppercase;
  border-top: 1px solid #ddd;
}

.rwd_navigation > li.current > a {
  color: #fff;
}

/* --------- Level 1 ---------- */
.rwd_navigation ul.level1 {
  margin: -10px 0 0;
  padding: 0 0 14px 20px;
  list-style: none;
}

.rwd_navigation ul.level1 > li > a {
  padding: 3px 20px;
  font-size: 17px;
  line-height: 25px;
  font-weight: 300;
  opacity: 0.7;
}

.rwd_navigation li.current > ul.level1 > li > a {
  color: #fff;
  opacity: 0.6;
}

.rwd_navigation li > ul.level1 > li.current > a {
  opacity: 1 !important;
}

/* --------- Level 2 ---------- */
.rwd_navigation ul.level2 {
  display: none;
  list-style: none;
  padding: 0 0 0 20px;
}

.rwd_navigation li.current > ul.level2 {
  display: block;
}

.rwd_navigation ul.level2 > li > a {
  font-size: 15px;
  line-height: 22px;
  position: relative;
  padding: 2px 20px;
  color: #fff;
  opacity: 0.6 !important;
}

.rwd_navigation ul.level2 > li.current > a {
  opacity: 1 !important;
}

/* --------- Level 3 ---------- */
.rwd_navigation ul.level3 {
  display: none;
}

/* @end */
/* @group sub navigation */
.sub_navigation {
  width: 100%;
  margin: 0 0 0 0;
}

.sub_navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sub_navigation > ul {
  margin: 0 0 19px;
}

.sub_navigation > ul > li {
  padding: 11px 15px 12px;
  border-bottom: 1px solid #ddd;
}

.sub_navigation > ul > li:first-child {
  padding-top: 3px;
}

.sub_navigation > ul > li:last-child {
  padding-bottom: 0;
  margin: 0;
  border: 0;
}

.sub_navigation > ul > li > a {
  color: #444;
  text-decoration: none;
  font-weight: 600;
  display: block;
  transition: all 0.25s ease-out;
}

/* --------- Level 2 ---------- */
.sub_navigation > ul ul {
  padding: 6px 0 0 15px;
  display: none;
}

.sub_navigation > ul > li.current > ul {
  display: block;
}

.sub_navigation > ul ul > li {
  padding: 2px 0 3px;
}

.sub_navigation > ul ul > li > a {
  text-decoration: none;
  color: #444;
  display: block;
}

.sub_navigation ul.level3 {
  display: none;
}

/* @end */
/* @group meta navigation */
.meta_inner_wrap {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 25px;
}

.meta-navigation {
  float: left;
  margin: 0;
  padding: 0;
}

.meta-navigation li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}

.meta-navigation li a,
.portlet_language_switcher .portlet-content a {
  font-size: 13px;
  line-height: 36px;
  font-weight: 600;
  padding: 0 13px 0 0;
  text-decoration: none;
  color: #fff;
  color: rgba(255, 255, 255, 0.6);
}

.portlet_language_switcher .portlet-content a {
  margin: 0 0 0 3px;
  padding: 0 0 0 7px;
}

.portlet_language_switcher .portlet-content a:first-child {
  padding: 0;
  margin: 0;
  border: 0;
}

.meta-navigation li a:hover,
.meta-navigation li.current a,
.portlet_language_switcher .portlet-content a:hover,
.portlet_language_switcher .portlet-content a.current {
  color: #fff !important;
}

.meta_inner_wrap ul.meta-navigation li a:hover {
  opacity: 0.8;
}

body.logged_in #navigation li a:before {
  content: none;
}

/* @end */
/* -----------------------------------------------------------------------------
This website is powered by indual
Copyright (c) 2005-2016 indual GmbH (www.indual.ch)
-------------------------------------------------------------------------------- */
/* @group main styles portlets */
.portlets_wrap {
  width: 100%;
  margin: 2px 0 13px 0;
}

.sub_navigation + .portlets_wrap {
  margin-top: 50px;
}

.portlets_left .portlet {
  margin: 0;
  padding: 0;
}

.portlets_left .portlet + .portlet {
  margin-top: 35px;
}

.portlet .portlet_inner {
  position: relative;
}

.portlet .picture {
  margin: 6px 0 16px;
  position: relative;
  z-index: 5;
  overflow: hidden;
}

.portlet .picture img {
  display: block;
  backface-visibility: hidden;
  transform: scale(1);
}

.portlet .picture,
.portlet .picture img {
  width: 100%;
  height: auto;
  transition: all 0.25s ease-out;
}

.portlet .picture:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.portlet .picture:hover:before {
  opacity: 1;
  visibility: visible;
}

.portlet .picture:hover img {
  transform: scale(1.15);
}

.portlet .portlet_content_description ul:last-child,
.portlet .portlet_content_description ol:last-child,
.portlet .portlet_content_description p:last-child {
  margin: 0;
}

.portlets_left .portlet h3.portlet-title,
.portlets_left .portlet h3.portlet-title a {
  color: #444;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  opacity: 1;
  margin: 0 0 6px;
}

.portlet ul.controls {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 10px 10px 0 10px;
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  z-index: 10;
}

.portlet_listing_show_all,
.portlets_left a.portlet_content_link, a.portlet_listing_link {
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  margin: 15px 0 0 0;
}

.portlet_listing_show_all:hover,
.portlets_left a.portlet_content_link:hover, a.portlet_listing_link:hover {
  color: #444;
}

a.portlet_listing_link {
  border: 2px solid #d62631 !important;
  color: #d62631 !important;
  background: transparent !important;
}
a.portlet_listing_link:hover {
  background: #d62631 !important;
  color: white !important;
}

/* ------------ Add Portlet ------------ */
.portlets .add_portlet .action_button,
a.add_portlet_link {
  margin: 6px 0 4px;
  padding: 8px 18px 9px;
  font: 600 17px/25px "Open Sans";
  display: inline-block;
  text-decoration: none;
  background: none;
  outline: none;
  cursor: pointer;
  width: auto;
  transition: all 0.25s ease-out;
}

.portlet + a.add_portlet_link {
  margin-top: 20px;
}

.portlets .add_portlet .action_button {
  margin: 6px 5px 0 0;
  padding: 6px 14px;
}

.portlets .add_portlet .action_button:hover,
a.add_portlet_link:hover {
  color: #fff !important;
}

#add_portlet_left {
  margin-top: 20px;
}

/* @end */
/* @group portlet bottom */
.portlets_bottom_wrap {
  background: #FAF9F9;
  border-top: 1px solid #eeedeb;
  border-bottom: 1px solid #eeedeb;
  margin: 0 -25px;
}

.portlets_bottom {
  max-width: 1200px;
  margin: 0 auto;
  padding: 55px 5px 31px;
  overflow: hidden;
}

.portlets_bottom .portlet {
  float: left;
  width: 50%;
  padding: 0 20px;
  margin: 0 0 30px;
  box-sizing: border-box;
}

.portlets_bottom .portlet h3.portlet-title a,
.portlets_bottom .portlet h3.portlet-title {
  opacity: 1;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  color: #444;
}

.portlets_bottom .portlet_listing_show_all,
.portlets_bottom .portlet_news_events_link.button,
.portlets_big .portlet .portlet_content_link,
.portlets_bottom .portlet .portlet_content_link, a.portlet_listing_link {
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  margin: 20px 0 0 0;
  padding: 8px 18px 9px;
  outline: none;
  cursor: pointer;
  width: auto;
  transition: all 0.25s ease-out;
}

.portlets_bottom .portlet_listing_show_all:hover,
.portlets_bottom .portlet_news_events_link.button:hover,
.portlets_bottom .portlet .portlet_content_link:hover, a.portlet_listing_link:hover {
  color: #fff !important;
}

.portlets_bottom a.add_portlet_link {
  margin: 0 0 20px 20px;
}

/* @end */
/* @group portlets big */
.portlets_big .portlet {
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
  margin: 0;
  padding: 0;
}

.portlets_big .portlet h3.portlet-title a,
.portlets_big .portlet h3.portlet-title {
  font-size: 40px;
  line-height: 46px;
  font-weight: 300;
  color: #fff;
  opacity: 1;
  text-transform: uppercase;
  margin: 0 0 15px;
}

.portlets_big .resource_container {
  margin: 0 -25px -1px;
  max-height: 650px;
  overflow: hidden;
}

.portlets_big .portlet .picture:before,
.portlets_big .resource_container .picture {
  margin: 0;
  padding: 0;
  display: none;
  border-radius: 0;
}

.portlets_big .resource_container .picture_0 {
  display: block;
  position: relative;
  height: 650px;
}

.portlets_big .portlet .picture img {
  position: absolute;
  top: 0;
  left: 50%;
  padding-top: 0;
  width: 145%;
  transform: translate(-50%, 0);
}

.portlets_big .portlet .picture:hover img {
  transform: scale(1), translate(-50%, 0);
}

.portlets_big .portlet-content-inner {
  position: absolute;
  top: 50px;
  left: 50%;
  max-width: 1160px;
  margin: 0 0 0 -580px;
  padding: 40px;
  max-width: 280px;
  z-index: 20;
  background: #444;
  background: rgba(49, 49, 49, 0.7);
}

.portlets_big a.add_portlet_link {
  margin: 20px 0;
}

#add_portlet_big {
  padding: 30px 25px;
  max-width: 1160px;
  margin: 0 auto;
  color: #444;
  font-size: 17px;
  line-height: 25px;
}

#add_portlet_big h3.portlet-title {
  color: #444;
  font-size: 22px;
  line-height: 30px;
}

.portlets_big ul.controls {
  font-size: 17px;
  line-height: 25px;
  right: -25px;
  padding: 5px 10px 0;
}

.portlets_big .portlet .portlet_content_link {
  border: 2px solid #fff;
  color: #fff;
  margin: 22px 0 10px;
  font-size: 18px;
  line-height: 25px;
  padding: 6px 16px;
}

.portlets_big .portlet .portlet_content_link:hover {
  background: #fff;
  color: #444;
}

#portlet_content_14 {
  display: block;
}

/* @end */
/* @group portlet shop */
/* ------------ categories ------------- */
.portlet_shop_categories h3.portlet-title {
  display: none;
}

.portlet_shop .shop_subcategories,
.portlet_shop .shop_categories {
  list-style: none;
  margin: 0;
  display: block;
  float: none;
  clear: both;
}

.portlet_shop .shop_categories > li {
  padding: 11px 15px 12px;
  border-bottom: 1px solid #ddd;
}

.portlet_shop .shop_categories > li.sort-0 {
  padding-top: 3px;
}

.portlet_shop .shop_categories > li:last-child {
  border: 0;
  margin: 0;
}

.portlet_shop .shop_categories > li > a {
  color: #444;
  text-decoration: none;
  font-weight: 600;
  display: block;
}

.portlet_shop .shop_categories > li > ul {
  margin: 0;
  padding: 6px 0 0 15px;
}

.portlet_shop .shop_categories > li > ul > li {
  padding: 2px 0 3px;
}

.portlet_shop .shop_categories li li a {
  text-decoration: none;
  color: #444;
  display: block;
}

.portlet_shop .shop_subcategories {
  margin: 0 0 0 20px;
}

.portlet_shop .portlet_shop_category_introduction {
  display: none;
}

/* ------------ shop cart --------------- */
.portlet_shop_cart .shop_cart {
  padding: 0 0 10px;
}

.portlet_shop_cart .shop_cart > h3 {
  display: none;
}

.portlet_shop_cart .portlet_shop_cart_no_articles {
  margin: 0;
}

.portlet_shop_cart .empty_cart_inner + .goto-cart {
  display: none;
}

.portlet_shop_cart .shop_cart .portlet_shop_cart_table td {
  padding: 0 10px 10px 0;
}

.portlet_shop_cart .goto-cart {
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  margin: 3px 0 0;
  padding: 8px 18px 9px;
  outline: none;
  cursor: pointer;
  width: auto;
  transition: all 0.25s ease-out;
}

.portlet_shop_cart .goto-cart:hover {
  color: #fff;
}

/* ------------- Member Panel -------------- */
.portlet_shop_member_panel .login_form input {
  width: 100%;
  box-sizing: border-box;
}

.portlet_shop_member_panel .login_form label {
  margin: -2px 0 10px;
  padding: 0;
}

.portlet_shop_member_panel .login_form input.button {
  width: auto;
}

.portlet_shop_member_panel .login_form form + p {
  display: none;
}

.portlet_shop_member_panel .portlet_shop_register {
  padding: 5px 0 0 0;
  display: block;
}

.portlet_shop_member_panel .portlet_shop_member_panel_inner > p {
  margin: 0 0 5px;
}

.portlet_shop_member_panel .portlet_shop_member_panel_inner a {
  text-decoration: none;
}

/* @end */
/* @group portlet listing */
.portlet_listing .portlet-listing-more,
.portlet_listing .portlet-entry-content {
  overflow: hidden;
  font-size: 85%;
  line-height: 21px;
  margin-top: 5px;
}

.portlet_listing .portlet-listing-more {
  margin-top: 0;
}

.portlet_listing .portlet-entry-content p:last-child {
  margin-bottom: 0;
}

.portlet-listing-entry {
  margin: 10px 0 0 0;
  padding: 10px 0 0 0;
  border-top: 1px solid #ddd;
}

.portlet-listing-entry:first-child {
  margin: 0;
  padding: 0;
  border: 0;
}

.portlet-listing-entry-wrap {
  padding: 2px 0 0;
}

.portlet-listing-entry h2 {
  overflow: hidden;
}

.portlet-listing-entry h2 a,
.portlet-listing-entry h2 {
  margin: 0;
  font: 300 17px/23px "Open Sans";
  display: block;
}

.portlet-listing-entry h2 a:hover,
.portlet-listing-entry h2:hover {
  color: #555;
}

.portlet-listing-entry .portlet-entry-date {
  float: left;
  margin: 0 14px 0 0;
  color: #aaa;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
}

/* @end */
/* @group portlet news events */
.portlet_news_events .date {
  float: left;
  margin: 0 14px 0 0;
  color: #aaa;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  height: 30px;
}

.portlet_news_events h3.portlet_title a,
.portlet_news_events h3.portlet_title {
  color: #444;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  opacity: 1;
  margin: 0 0 6px;
}

.portlets_bottom .portlet_news_events h3.portlet_title a,
.portlets_bottom .portlet_news_events h3.portlet_title {
  color: #444;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  opacity: 1;
  margin: 0 0 10px;
}

.portlet_news_events .portlet-content ul li.entry {
  margin: 8px 0 0 0;
  padding: 8px 0 0 0;
  border-top: 1px solid #ddd;
  overflow: hidden;
}

.portlet_news_events .portlet-content ul li.entry:first-child {
  margin: 0;
  padding: 2px 0 0;
  border: 0;
}

.portlet_news_events .entry a {
  text-decoration: none;
  color: #333;
}

.portlet_news_events .big_date span:first-child {
  display: none;
}

.portlet_news_events_link {
  /* clear: both;
  float: none;
  padding: 0;
  margin: 12px 0 0 2px;
  background: none;
  font-weight: 600;
  text-decoration: none; */
  display: none !important;
}

.portlet_news_events_link.button:hover {
  background: none;
}

/* @end */
/* @group portlet dropdown */
.dropdown_portlet {
  display: none;
  width: 0;
}

.navigation ul.level1 .dropdown_portlet {
  display: block;
  width: auto;
}

.dropdown_portlet .portlet {
  float: right;
  width: 33.3%;
  text-align: left;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
}

.dropdown_portlet h3.portlet-title a,
.dropdown_portlet h3.portlet-title {
  margin: 0 0 15px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  color: #fff;
  margin: 12px 0 6px;
  opacity: 1;
  text-transform: uppercase;
}

.dropdown_portlet h3.portlet-title,
.dropdown_portlet .portlet_content_description {
  opacity: 0.5;
}

.dropdown_portlet .portlet .resource_container {
  margin: 18px 0;
}

.dropdown_portlet .portlet .picture {
  margin: 0;
}

.dropdown_portlet .portlet .portlet_content_link {
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  margin: 10px 0 0 0;
  display: inline-block;
  opacity: 0.5;
}

.dropdown_portlet .portlet .portlet_content_link:hover {
  opacity: 1;
}

/* @end */
/* @group portlet search */
.portlet_search {
  float: right;
  margin: 0;
  padding: 0;
  position: relative;
  min-width: 40px;
  height: 23px;
}

.portlet_search .controls,
.portlet_search .portlet-title {
  display: none;
}

.portlet_search input {
  width: 0;
  visibility: hidden;
  opacity: 0;
  height: 24px;
  display: block;
  background: #444;
  background: rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
  border: 0;
  outline: 0;
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
  padding: 6px 12px;
  font: 300 13px/24px "Open Sans", Arial, Helvetica, sans-serif;
  transition: all 0.5s ease-out;
}

.portlet_search input.search_button {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 38px;
  visibility: visible;
  opacity: 1;
  font-size: 0;
  cursor: pointer;
  background: none;
  box-shadow: none;
}

.portlet_search .icon {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  z-index: 10;
  width: 16px;
  height: 16px;
  pointer-events: none;
  overflow: hidden;
}

.portlet_search .icon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/search.png) no-repeat left top;
  background-size: 16px;
}

.portlet_search input.portlet-search-input:focus,
.portlet_search:hover input.portlet-search-input {
  width: 190px;
  visibility: visible;
  opacity: 1;
}

/* ----------- Placeholder ------------*/
.portlet_search input::-webkit-input-placeholder {
  opacity: 1;
  color: #fff;
}

.portlet_search input::-moz-placeholder {
  opacity: 1;
  color: #fff;
}

.portlet_search input:-ms-input-placeholder {
  opacity: 1;
  color: #fff;
}

.portlet_search input:-moz-placeholder {
  opacity: 1;
  color: #fff;
}

/* ----------- Search Result Pictures --------- */
.search_item_wrap .resource_container .picture {
  position: relative;
  z-index: 5;
  overflow: hidden;
}

.search_item_wrap .resource_container .picture:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}

.search_item_wrap .resource_container .picture:hover:before {
  opacity: 1;
  visibility: visible;
}

.search_item_wrap .resource_container .picture:before,
.search_item_wrap .resource_container .picture img {
  transition: all 0.25s ease-out;
}

.search_item_wrap .resource_container .picture img {
  backface-visibility: hidden;
  transform: scale(1);
}

.search_item_wrap .resource_container .picture:hover img {
  transform: scale(1.15);
}

/* ----------- Search Results Portlet --------- */
.portlet_search .live_search_results {
  background: #fff;
  border: 1px solid #ddd;
  padding: 20px;
  right: 0;
  top: 36px;
  width: 300px;
  z-index: 100;
  text-align: left;
}

.rwd_navigation .portlet_search .live_search_results {
  display: none !important;
}

.portlet_search .search_item_wrap {
  padding: 20px 0 0 0;
  margin: 20px 0 0 0;
  border-top: 1px solid #ddd;
}

.portlet_search .search_item_wrap:first-child {
  border: 0;
  margin: 0;
  padding: 0;
}

.portlet_search .search_item_wrap .resource_container {
  margin: 5px 0 15px;
}

.portlet_search .search_item_wrap .resource_container .picture {
  margin: 0;
}

.portlet_search .search_item_title {
  color: #444;
  font-size: 17px;
  line-height: 25px;
  font-weight: 600;
  margin: 0 0 5px;
}

.search_item_introduction,
.search_item_details {
  display: none;
}

.search_item {
  color: #444;
  text-decoration: none;
}

.highlighting {
  background: #eaeaea;
}

/* ----------- Search Results Content --------- */
.content .search {
  margin: 20px 0 13px;
}

.search_item_picture {
  display: none;
}

.content .search_item_wrap {
  margin: 30px 0 0 0;
  padding: 30px 0 0 0;
  border-top: 1px solid #ddd;
}

.content .search_item_wrap:first-child {
  border: none;
  margin: 0;
  padding: 0;
}

.content .search_item_wrap .resource_container {
  display: none;
  width: 360px;
  float: left;
  margin: 6px 40px 6px 0;
}

.content .search_item_content {
  overflow: hidden;
}

.content .search_item_title {
  overflow: hidden;
  word-wrap: break-word;
}

/* ----------- Responsive search ------------*/
.rwd_navigation .portlet_search {
  float: none;
  clear: both;
  margin: 0;
  padding: 20px;
  position: relative;
  min-width: 0;
  height: auto;
  background: #F3F3F3;
}

.rwd_navigation .portlet_search input {
  width: 100%;
  height: 40px;
  visibility: visible;
  opacity: 1;
  padding: 0 10px;
  box-shadow: none;
  background: #fff;
  border: 2px solid #ddd;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 20px;
  -webkit-appearance: none;
}

.rwd_navigation .portlet_search input.search_button {
  height: 39px;
  width: 60px;
  top: 0;
  right: 20px;
  border: 0;
  font-size: 0;
  background: none;
}

.rwd_navigation .portlet_search .icon {
  top: 12px;
  right: 20px;
}

.rwd_navigation .portlet_search .icon img {
  margin-top: -16px;
  display: block;
}

.rwd_navigation .portlet_search input.portlet-search-input:focus,
.rwd_navigation .portlet_search:hover input.portlet-search-input {
  width: 100%;
}

/* @end */
/* @group language */
.portlet_language_switcher {
  float: right;
  margin: 0 0 0 14px;
  padding: 2px 0 0;
}

.portlet_language_switcher .controls,
.portlet_language_switcher h3 {
  display: none;
}

/* ------------ Responsive Language Portlet --------------- */
.rwdnav_inner .portlet_language_switcher {
  float: none;
  clear: both;
  background: #fff;
  margin: 0;
  padding: 0;
}

.rwdnav_inner .portlet_language_switcher .portlet_inner {
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
}

.rwdnav_inner .portlet_language_switcher a:hover,
.rwdnav_inner .portlet_language_switcher a {
  color: #777;
  font-size: 17px;
  line-height: 24px;
  text-decoration: none;
  box-sizing: border-box;
  width: 50%;
  display: block;
  float: left;
  text-align: center;
  margin: 0;
  padding: 15px;
  border: 1px solid #ddd;
  border-left: 0;
  background: #f3f3f3;
  font-weight: 600;
}

.rwdnav_inner .portlet_language_switcher .portlet-content a:first-child {
  padding: 15px;
  border: 1px solid #ddd;
  border-left: 0;
}

.rwdnav_inner .portlet_language_switcher .portlet-content a.current:first-child,
.rwdnav_inner .portlet_language_switcher a.current,
.rwdnav_inner .portlet_language_switcher a.current:hover {
  color: #fff;
  background: #444;
  border-color: #444;
}

#portlets_bottom .portlet .portlet-entry-content {
  margin-left: 53px;
}
#portlets_bottom .portlet .portlet_listing_link {
  margin-left: 53px;
}

/* @end */
/* --- fb widget --- */
.fb_widget .fb_iframe_widget iframe,
.fb_widget .fb_iframe_widget > span,
.fb_widget .fb_iframe_widget,
.fb_widget ._2p3a {
  width: 100% !important;
  display: block;
}

.fb_widget * {
  width: 100% !important;
}

/* Portlet events */
.portlet_events .portlet-title {
  margin-bottom: 0px;
}
.portlet_events .event_listing {
  margin-top: 0px;
  margin-top: -7px;
}
.portlet_events .event {
  margin: 10px 0 0 0;
  padding: 10px 0 0 0;
  /*

  		&:nth-child(2n) {
  			padding-bottom: 10px;
  			border-bottom: 1px solid #ddd;
  		}
  */
}
.portlet_events .event:first-child {
  border-top: 0px;
}
.portlet_events .event .event_date {
  float: left;
  margin: 0 14px 0 0;
  color: #aaa;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
}
.portlet_events .event .event_content {
  position: relative;
}
.portlet_events .event .event_content .category {
  display: none;
}
.portlet_events .event .event_content .event_title {
  margin: 0px;
  margin-bottom: 4px;
}
.portlet_events .event .event_content .event_title a {
  font: 300 17px/23px "Open Sans";
  display: block;
  color: #333;
  font-weight: 400;
  margin: 0px;
}
.portlet_events .event .event_content .event_location {
  font-size: 85%;
  line-height: 21px;
  font-weight: 300;
  margin: 0 0 10px;
  margin-bottom: 0px;
  margin-left: 53px;
}
.portlet_events .event .event_content .event_link {
  position: absolute;
  right: 0px;
  bottom: -3px !important;
  display: none;
}
.portlet_events a.show_more.button {
  border: 2px solid #d62631 !important;
  color: #d62631 !important;
  background: transparent !important;
  text-decoration: none;
  font: 600 17px/25px "Open Sans";
  padding: 8px 24px 9px;
  transition: all 0.25s ease-out;
  margin: 19px 0 0 50px;
  float: left;
}
.portlet_events a.show_more.button:hover {
  background: #d62631 !important;
  color: white !important;
}

.portlet_news_events {
  display: none;
}

/* @end */
/* -----------------------------------------------------------------------------
This website is powered by indual
Copyright (c) 2005-2016 indual GmbH (www.indual.ch)
-------------------------------------------------------------------------------- */
/* @group print */
/* ----------- Basic Stuff ------------ */
@media print {
  body {
    font: 300 14px/20px "Open Sans", Arial, Helvetica, sans-serif;
    color: #444;
    background: #FFF;
  }
  .shop_registration_form input.button,
  .wishlist_wrap + .button,
  .shop_div .button,
  .button_bar_bottom .button,
  .empty_cart_button,
  .refresh_button,
  .shop_add_to_cart.button,
  .shop_article .shop_show_details,
  .footer_sitemap,
  .contact h3.portlet-title,
  a.news_events_entry_backlink,
  .listing_entry_backlink a,
  .listing-more-button,
  .mailform-submit,
  .login_form .button,
  a.show_archive,
  .year_nav,
  .news_events_search,
  .portlets_bottom .portlet_news_events_link.button,
  .portlets_bottom .portlet .portlet_content_link,
  .portlets_big,
  .documents,
  #mailform_submit_button,
  .pagination,
  .sticky-wrapper,
  .content_left,
  .footer_icons,
  #footer .copy_wrap,
  div#navigation,
  #header #meta,
  #slider,
  .imprint {
    display: none;
  }
  #footer,
  #header {
    background: none;
    border: none;
    text-align: left;
  }
  #header {
    text-align: center;
  }
  #header div#logo {
    padding: 10px 0 20px;
  }
  .site_wrap {
    padding: 0;
  }
  #header div#logo img {
    width: 280px;
  }
  #siteframe {
    min-height: 0 !important;
  }
  .content_wrap {
    padding: 10px 0;
  }
  .footer_content {
    padding: 10px 0 0;
    border-top: 1px solid #ddd;
    font-size: 10px;
    line-height: 16px;
  }
  .contact a,
  .contact p {
    color: #777;
  }
  /* ----------- Headings ------------ */
  h1 {
    font-size: 30px;
    line-height: 36px;
    margin: 0 0 10px 0;
  }
  h2, h2 a,
  div.introduction {
    font-size: 22px;
    line-height: 28px;
    margin: 0 0 7px 0;
  }
  .portlets_bottom .portlet_news_events h3.portlet_title a,
  .portlets_bottom .portlet_news_events h3.portlet_title,
  .portlets_bottom .portlet h3.portlet-title a,
  .portlets_bottom .portlet h3.portlet-title,
  h3, h3 a {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 4px 0;
    opacity: 1;
  }
  .overview_item div.introduction,
  h6, h6 a,
  h4, h4 a,
  h5, h5 a {
    font-size: 14px;
    line-height: 20px;
  }
  /* ----------- Modules ------------ */
  #google_map {
    margin: 0;
    padding: 0;
  }
  .map_inner_wrap,
  .css_grosser_slider .map_inner_wrap {
    height: 400px;
    padding: 0;
    margin: 0 0 15px;
  }
  .mailform_right_fields {
    float: none;
    clear: both;
  }
  .content .search_item_wrap .resource_container,
  .listing_entry .resource_container,
  .overview_item .resource_container {
    width: 200px;
    margin: 6px 20px 6px 0;
  }
  .content .search_item_wrap,
  .listing_entry,
  .overview_item {
    margin: 15px 0 0 0;
    padding: 15px 0 0 0;
  }
  .content .search_item_wrap:first-child,
  .listing_entry:first-child,
  .overview_item:first-child {
    margin: 0;
    padding: 0;
  }
  #mod_overview,
  #mixItUp {
    margin: 0 0 13px;
  }
  .listing-description,
  .module_description {
    margin: 0 0 0;
  }
  .mod_multipage .site_wrap > .content_wrap > .content > h1#page_title {
    padding: 0;
  }
  .mod_multipage_content_wrap {
    padding: 10px 0 20px;
  }
  .multipage_entry .content_wrap {
    padding: 25px 0 10px;
  }
  .multipage_entry .portlets_bottom_wrap {
    margin: 0 -15px;
  }
  .mod_multipage #google_map {
    padding: 0;
    margin: 40px 0 0 0;
  }
  .mod_multipage #google_map .map_inner_wrap {
    height: 400px;
    margin: 0;
  }
  .mailform_element textarea {
    height: 180px;
  }
  .shop_article .shop-price-list {
    margin: 0;
  }
  /* ----------- Portlets ------------ */
  .portlets_bottom_wrap {
    background: none;
    border: 0;
    border-top: 1px solid #ddd;
  }
  .portlets_bottom {
    padding: 25px 5px 0;
  }
  .portlets_bottom .portlet {
    padding: 0 10px;
  }
  .portlets_bottom_wrap {
    margin: 0 -15px;
  }
}
/* @end */
/* -----------------------------------------------------------------------------
This website is powered by indual
Copyright (c) 2005-2016 indual GmbH (www.indual.ch)
-------------------------------------------------------------------------------- */
/* @group images */
/* ----------- Basic stuff ------------- */
.pictures.float_left,
.pictures.float_left_with_clear {
  float: left;
}

.pictures.float_right,
.pictures.float_right_with_clear {
  float: right;
}

.pictures.float_left .picture,
.pictures.float_right .picture,
.pictures.float_right_with_clear .picture,
.pictures.float_left_with_clear .picture {
  width: 100%;
  box-sizing: border-box;
}

.pictures.float_left .picture img,
.pictures.float_right .picture img,
.pictures.float_right_with_clear .picture img,
.pictures.float_left_with_clear .picture img {
  display: block;
  width: 100%;
  height: auto;
}

/* ------------- Gallery --------------- */
.pictures.gallery {
  width: auto;
  margin: 35px 0 0 -25px;
}

.pictures.gallery .picture {
  box-sizing: border-box;
  width: 33.33%;
  float: left;
  padding: 0 0 0 25px;
  margin: 0 0 25px;
}

.pictures.gallery .picture:nth-child(3n+1) {
  clear: left;
}

.pictures.gallery .picture span,
.pictures.gallery .picture a {
  display: block;
}

.pictures.gallery .picture span.resource_subtitle {
  display: none;
}

.pictures.gallery .picture .resource_background {
  position: relative;
  overflow: hidden;
  z-index: 5;
}

.pictures.gallery .picture img {
  display: block;
  width: 100%;
  height: auto;
  backface-visibility: hidden;
  transform: scale(1);
}

.pictures.gallery .picture img,
.pictures.gallery .picture .resource_background {
  transition: all 0.25s ease-out;
}

/* ------------- Hover Effect --------------- */
.pictures.gallery .picture .resource_background:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.pictures.gallery .picture .resource_background:hover:before {
  opacity: 1;
  visibility: visible;
}

.pictures.gallery .picture .resource_background:hover img {
  transform: scale(1.15);
}

/* @end */
/* @group documents */
.documents {
  margin: 30px 0 19px;
}

.documents h2 {
  display: none;
}

.documents .document {
  display: block;
  padding: 0;
  margin: 0 0 12px 0;
  background: none !important;
}

.documents .document a {
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
  padding: 9px 18px;
  text-align: center;
  transition: all 0.25s ease-out;
}

.documents .document a:hover {
  color: #fff !important;
}

/* @end */
/* @group videos */
.videos {
  width: auto;
  margin: 30px 0 0 -25px;
  overflow: hidden;
}

.gallery + .videos {
  margin-top: 0;
}

.videos h2 {
  display: none;
}

.videos .video {
  width: 50%;
  float: left;
  padding: 0 0 0 25px;
  margin: 0 0 25px;
  box-sizing: border-box;
}

.videos .video .video-js {
  width: 100% !important;
  height: 0 !important;
  padding: 0 0 62.5%;
  position: relative;
  z-index: 5;
  overflow: hidden;
}

/* @end */
/* @group audio */
.musics {
  margin: 30px 0 0 0;
}

.gallery + .musics,
.videos + .musics {
  margin-top: 5px;
}

.musics h2 {
  display: none;
}

.musics .music {
  margin: 0 0 15px;
  text-align: left;
}

.musics .music audio source,
.musics .music audio {
  width: 100% !important;
  display: block;
}

/* @end */
/* -----------------------------------------------------------------------------
This website is powered by indual
Copyright (c) 2005-2016 indual GmbH (www.indual.ch)
-------------------------------------------------------------------------------- */
@media screen and (max-width: 1450px) {
  .big_slider .bx-wrapper .bx-controls-direction a,
  .bx-wrapper .bx-controls-direction a {
    left: 30px;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 0;
    background-image: url(../img/slider_controls_white.png);
    background-size: 100px;
  }
  .big_slider .bx-wrapper .bx-controls-direction a.bx-next,
  .bx-wrapper .bx-controls-direction a.bx-next {
    left: auto;
    right: 30px;
  }
  .bx-wrapper.with_text .bx-controls-direction a.bx-prev {
    left: 415px;
  }
  .big_slider .bx-wrapper.with_text .bx-controls-direction a.bx-prev {
    left: 30px;
  }
  .big_slider .slide_text_container .slide_text {
    display: none;
  }
  .big_slider .slide_text_container {
    padding: 20px;
  }
  .big_slider .slide_text_container h2 {
    margin: 0;
  }
  .mod_multipage .portlets_big .portlet .picture img {
    padding-top: 12%;
  }
}
@media screen and (max-width: 1400px) {
  .css_grosser_slider .map_inner_wrap,
  .big_slider .slide span,
  .portlets_big .portlet .picture_0 {
    height: 0;
    padding: 0 0 40%;
  }
}
@media screen and (max-width: 1210px) {
  .big_slider .slide_text_container {
    left: 25px;
    margin: 0;
  }
  .portlets_big .portlet-content-inner {
    left: 0;
    margin: 0;
    top: 25px;
  }
  .is-sticky .navigation ul.level1 {
    left: 25px;
    right: 25px;
  }
}
@media screen and (max-width: 1160px) {
  form .mailform_element.heading2_field {
    padding-left: 0px !important;
  }
  .mailform_right_fields {
    float: none;
    clear: both;
  }
  .shop_registration_form label,
  .shop_div label,
  .mailform_element label,
  #mailform_submit_button label,
  .login_form label {
    width: 30%;
    box-sizing: border-box;
  }
  .mailform_element .chosen-container {
    width: 70% !important;
  }
  .shop_registration_form select,
  .shop_registration_form input,
  .shop_div textarea,
  .shop_div select,
  .shop_div input,
  .mailform_element select,
  .mailform_element input,
  .mailform_element textarea,
  .login_form input {
    width: 70%;
  }
  .login_form p:last-child label:first-child {
    display: none;
  }
  .login_form .button {
    float: left;
    left: 0 !important;
  }
  .login_form label {
    text-align: left;
  }
  .label_remember_me_checkbox {
    left: 0;
  }
  .mailform_element textarea {
    height: 200px;
  }
  .news_events_search form > div {
    width: 50%;
    margin: 0 0 15px;
    padding: 0 15px 0 0;
  }
  .news_events_search input.button {
    width: 100%;
  }
  .news_events_search .news_events_search_date_container label,
  .news_events_search label {
    width: 36%;
  }
  .news_events_search .news_events_search_date_container input,
  .news_events_search select,
  .news_events_search input {
    width: 64%;
  }
  .news_events_search form .news_events_search_date_container {
    width: 50%;
    margin: 0 0 15px;
  }
  .news_events_search .news_events_search_text_container + .news_events_search_date_container {
    clear: left;
  }
  .news_events_search .news_events_search_date_container + .news_events_search_date_container,
  .news_events_search .news_events_search_text_container + .news_events_search_text_container {
    padding: 0;
  }
}
/* @group navigation */
@media screen and (max-width: 1100px) {
  #header div#logo {
    margin-top: 0px;
  }
  body.mod_mailform .checkbox_field p {
    width: 100% !important;
  }
  #meta .meta_inner_wrap {
    padding: 0px;
    background: transparent;
  }
  #meta .meta_inner_wrap ul {
    width: 100%;
  }
  #meta .meta_inner_wrap li.current a {
    background: #d62631 !important;
    color: white !important;
  }
  #meta .meta_inner_wrap a {
    transition: none;
    padding: 12px 20px;
    font-size: 20px;
    line-height: 34px;
    font-weight: 600;
    text-transform: uppercase;
    background: transparent;
    color: #444;
    border-top: 1px solid #ddd;
  }
  #meta .meta_inner_wrap a:hover {
    color: #d62631 !important;
    opacity: 1;
  }
  #header {
    background: #eeedeb;
  }
  #meta {
    background: transparent;
    width: 100%;
  }
  /*
  	.content_wrap {
  		padding-top: 0px !important;
  	}
  */
  #slider + .content_wrap {
    padding-top: 27px !important;
  }
  .footer_sitemap,
  .sub_navigation,
  #navigation-sticky-wrapper,
  #header #meta {
    display: none;
  }
  #header {
    text-align: left;
  }
  #header div#logo {
    padding: 15px 25px 6px 14px;
    top: 0;
    left: 0;
  }
  #header div#logo img {
    width: 70px;
  }
  .content_wrap {
    padding: 27px 0 16px;
  }
  #content.content.left_has_content,
  .content_left.has_content {
    width: 100%;
    padding: 0;
  }
  .mod_multipage .site_wrap > .content_wrap > .content > h1#page_title {
    padding-top: 27px;
  }
  .mod_multipage_content_wrap {
    padding-bottom: 20px;
  }
  .portlets_bottom {
    padding: 27px 5px 5px;
  }
  #bx-slider-wrap,
  #google_map {
    margin: 35px 0 0 0;
  }
  .footer_content {
    padding: 29px 25px 25px;
  }
  .content_left {
    float: none;
    clear: both;
  }
  .portlets_wrap {
    border-top: 1px solid #ddd;
    margin: 16px 0 0 0;
    padding: 30px 0 0 0;
    width: auto;
    overflow: hidden;
  }
  .portlets_left {
    margin: 2px -25px -10px 0;
    width: auto;
    overflow: hidden;
  }
  .portlets_left .portlet {
    width: 50%;
    margin: 0 0 25px;
    padding: 0 25px 0 0;
    box-sizing: border-box;
    float: left;
  }
  .portlets_left .portlet:nth-child(odd) {
    clear: left;
  }
  .sub_navigation + .portlets_wrap {
    margin-top: 2px;
  }
  .portlets_left .portlet + .portlet {
    margin-top: 0;
  }
  .portlet_search .icon:before {
    background-position: left bottom;
  }
  .contact,
  .footer_icons {
    width: auto;
  }
  .content_multipage h1 {
    margin-top: 0;
  }
  /* ------------ Navigation Stuff ----------- */
  .responsive_navigation_toggle {
    display: block;
  }
  nav#rwdnav {
    display: block;
    visibility: hidden;
    position: fixed;
    z-index: 90;
    top: -1px;
    right: 0;
    width: 77%;
    height: 100%;
    opacity: 1;
    background: #F3F3F3;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
    overflow: hidden;
    transform: translate3d(100%, 0, 0);
    transition: all 0.3s ease-out;
    overflow: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .page {
    position: relative;
    z-index: 30;
    transform: translate3d(0, 0, 0);
    transition: all 0.3s ease-out;
  }
  .navi_open nav#rwdnav {
    visibility: visible;
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  .navi_open .page {
    transform: translate3d(-77%, 0, 0);
  }
  #edelweiss {
    right: -130px;
  }
  #edelweiss object {
    height: 320px;
  }
}
/* @end */
@media screen and (max-width: 950px) {
  .slide_text_container {
    width: 360px;
    padding: 36px 40px;
    font-size: 20px;
    line-height: 28px;
  }
  .bx-wrapper.with_text .bx-controls-direction a.bx-prev {
    left: 390px;
  }
  .portlets_big .portlet h3.portlet-title a,
  .portlets_big .portlet h3.portlet-title,
  .slide_text_container h2 {
    font-size: 32px;
    line-height: 38px;
  }
  .portlets_big .portlet .portlet_content_link,
  .slide_text_container .content_button a {
    font-size: 17px;
    line-height: 25px;
  }
  .big_slider .slide_text_container {
    display: none;
  }
  .portlets_big .portlet-content-inner {
    font-size: 20px;
    line-height: 28px;
    padding: 30px;
  }
}
@media screen and (max-width: 966px) {
  .big_slider .bx-wrapper .bx-viewport {
    height: auto !important;
  }
  .big_slider .slide img {
    width: 100%;
  }
}
@media screen and (max-width: 820px) {
  .shop-regular-price {
    font-size: 23px;
  }
  .wishlist_wrap_inner .shop_article .shop-price-list {
    margin: 5px 0 0 0;
  }
}
@media screen and (max-width: 800px) {
  .filter form {
    margin-right: 0px !important;
  }
  .filter form .date_field, .filter form .search_field {
    width: calc(50% - 20px) !important;
  }
  .filter form .submit_wrap {
    position: absolute !important;
    right: 0px !important;
    width: calc(50% - 20px) !important;
    bottom: 0px !important;
    top: 67px !important;
  }
  .filter form .submit_wrap .submit {
    width: 100% !important;
    margin: 0 !important;
    text-align: left !important;
  }
  .filter form .reset_link {
    right: 0px !important;
    font-size: 14px !important;
  }
}
@media screen and (max-width: 750px) {
  .portlets_big .portlet-content-inner,
  .slide_text_container {
    display: none;
  }
  .big_slider .bx-wrapper .bx-viewport {
    height: auto !important;
  }
  .bx-wrapper .bx-controls-direction a,
  .bx-wrapper.with_text .bx-controls-direction a.bx-prev {
    left: 25px;
  }
  .bx-wrapper .bx-controls-direction a.bx-next {
    left: auto;
    right: 25px;
  }
  div.shop_category,
  .portlets_bottom .portlet,
  .pictures.gallery .picture {
    width: 50%;
  }
  .pictures.gallery .picture:nth-child(3n+1) {
    clear: none;
  }
  .pictures.gallery .picture:nth-child(odd) {
    clear: left;
  }
  .videos .video {
    width: 100%;
  }
  .article_detail_pictures,
  .shop_article .resource_container,
  .content .search_item_wrap .resource_container,
  .listing_entry .resource_container,
  .overview_item .resource_container {
    width: 280px !important;
    margin-right: 25px;
  }
  .footer_icons {
    float: right;
  }
  .footer_icons a {
    margin: 0 0 0 10px;
  }
  .contact {
    float: left;
    text-align: left;
  }
  #footer .contact li {
    display: block;
    padding: 0;
  }
  .footer_content h2 {
    font-size: 17px;
    line-height: 26px;
    font-weight: 400;
  }
  h1 {
    font-size: 50px;
    line-height: 58px;
  }
  h2, h2 a,
  div.introduction {
    font-size: 22px;
    line-height: 28px;
  }
  h3, h3 a {
    font-size: 18px;
    line-height: 24px;
  }
  .mod_multipage .portlets_big .portlet .picture img,
  .portlets_big .portlet .picture img {
    top: 0 !important;
    padding-top: 0;
    width: 100%;
  }
}
@media screen and (max-width: 670px) {
  .shop_article .shop-price-list {
    margin: 5px 0 0 0;
  }
  .shop_quantity_to_cart {
    display: block;
    margin: 0 0 10px;
  }
  .wishlist_wrap .wishlist_remove,
  .wishlist_wrap .add_all_to_cart {
    position: static;
    clear: left;
    display: block;
    float: none;
    margin: 0;
  }
  .overview_item_with_picture {
    padding: 0 10px;
    box-sizing: border-box;
  }
  .wishlist_wrap .add_all_to_cart {
    margin: 0 0 10px 0;
  }
  .contact,
  .footer_icons {
    float: none;
    clear: both;
    text-align: left;
  }
  .footer_icons {
    padding: 20px 0 0;
  }
  .footer_content h2 {
    margin: 0 0 10px;
  }
  .footer_icons > a {
    margin: 0 12px 0 0;
  }
  .copy li {
    padding: 0 0 0 9px;
    margin: 0 0 0 9px;
  }
  .copy li:first-child {
    margin: 0;
    padding: 0;
  }
  .livecam img {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 600px) {
  #slider + .content_wrap {
    padding-top: 19px !important;
  }
  .content_wrap {
    padding-top: 19px !important;
  }
  iframe {
    width: 100%;
    height: 50vw;
  }
  .news_events_search {
    padding: 15px;
    margin: 0 0 20px;
  }
  .news_events_search form > div {
    width: 100%;
    margin: 0 0 15px;
    padding: 0;
  }
  .news_events_search input.button {
    width: 100%;
  }
  .news_events_search form .news_events_search_date_container {
    width: 100%;
    margin: 0 0 15px;
  }
  a.show_archive,
  .year_nav {
    margin: 0;
    float: none;
    clear: both;
  }
  a.show_archive,
  .year_nav a {
    display: block;
    margin: 0 0 12px;
    text-align: center;
  }
  a.show_archive {
    margin: 0 0 20px;
  }
  #edelweiss {
    right: -80px;
  }
  #edelweiss object {
    height: 280px;
  }
  .filter {
    margin-top: 51px !important;
  }
}
@media screen and (max-width: 841px) {
  #portlets_bottom .portlet {
    width: 100%;
  }
  #portlets_bottom .portlet:first-child {
    margin-bottom: 10px !important;
  }
  #portlets_bottom .portlet .portlet_content_description p {
    margin-bottom: 0px;
  }
  #portlets_bottom .portlet .portlet_content_description .resource_container {
    margin-top: 10px;
  }
}
@media screen and (max-width: 600px) {
  .listing_entry .listing-content,
  #listing_entry_content,
  .overview_item .content {
    clear: both;
  }
  .article_detail_pictures,
  .shop_article .resource_container,
  .content .search_item_wrap .resource_container,
  .listing_entry .resource_container,
  .overview_item .resource_container {
    clear: both;
    float: none;
    width: 100% !important;
    margin: 6px 0 20px;
  }
  .content .search_item_wrap .resource_container .picture,
  .content .search_item_wrap .resource_container .picture img,
  .overview_item .resource_container .picture,
  .overview_item .resource_container .picture img {
    width: 100%;
    height: auto;
  }
  .login_form form p:last-child label,
  #mailform_submit_button label,
  .bx-wrapper .bx-controls-direction {
    display: none;
  }
  .map_inner_wrap {
    padding: 0 0 65%;
  }
  .shop_registration_form label,
  .shop_div label,
  .mailform_element label,
  .login_form label {
    width: auto;
    padding: 0;
    margin: 0 0 10px;
  }
  /*
  	.mailform_element .chosen-container {
  		width: 100% !important;
  	}
  */
  .shop_registration_form select,
  .shop_registration_form input,
  .shop_div textarea,
  .shop_div select,
  .shop_div input,
  div.shop_category,
  .portlets_bottom .portlet,
  .mailform_element select,
  .portlets_left .portlet,
  .pictures.gallery .picture,
  .mailform_element input,
  .mailform_element textarea,
  .login_form input {
    width: 100%;
  }
  .portlets_left .portlet {
    margin: 0 0 20px;
  }
  .content_left {
    margin: 0;
    padding: 0;
  }
  #bx-slider-wrap,
  #google_map {
    margin: 25px 0 0 0;
  }
  .content_wrap {
    padding: 19px 0 16px;
  }
  .mod_multipage .site_wrap > .content_wrap > .content > h1#page_title {
    padding-top: 19px;
  }
  .mod_multipage_content_wrap {
    padding-bottom: 15px;
  }
  .table_wrap_container {
    position: relative;
    padding: 25px 0 0;
  }
  .table_wrap_container table {
    min-width: 100%;
    width: auto !important;
  }
  .table_scroll_indicator {
    display: block;
  }
  .portlets_wrap {
    margin: 6px 0 0;
    padding: 20px 0 0;
  }
  .big_slider .slide img {
    width: 100%;
  }
  .shop_article .shop-price-list {
    margin: 15px 0 0 0;
    text-align: left;
    float: none;
    clear: both;
  }
  .shop_quantity_to_cart {
    display: inline-block;
    margin: 0;
  }
  .article_minimum_quantity,
  .price_with_tax,
  .shop-regular-price,
  .article_number {
    text-align: left;
    display: block;
  }
  .shop_price_detailsite {
    float: none;
    clear: both;
    width: auto;
  }
}
@media screen and (max-width: 500px) {
  .news_events_search label {
    padding: 0;
    margin: 0 0 10px;
  }
  .news_events_search .news_events_search_date_container label,
  .news_events_search .news_events_search_date_container input,
  .news_events_search label,
  .news_events_search select,
  .news_events_search input {
    width: 100%;
  }
  .webcam .image_wrap,
  .slide_listing_content_pictures .picture,
  .pictures.gallery .picture {
    width: 100%;
  }
  .button_bar_bottom .button,
  .refresh_button,
  .empty_cart_button {
    display: block;
    text-align: center;
    margin: 0 0 10px;
    float: none;
    clear: both;
    width: 100%;
    font-size: 15px;
    line-height: 23px;
  }
  #edelweiss {
    right: -120px;
    display: none;
  }
  #edelweiss object {
    height: 235px;
  }
  ul.copy {
    line-height: 16px;
  }
  ul.copy li {
    clear: both;
    width: 100%;
    border: none;
    margin: 0px;
    padding: 0px;
  }
  ul.copy li:before {
    content: none;
  }
}
@media screen and (max-width: 450px) {
  .shop_quantity_to_cart {
    display: block;
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 390px) {
  #edelweiss {
    right: -150px;
  }
}
@media screen and (max-width: 360px) {
  body.mod_mailform .checkbox_field label {
    width: calc(100vw - 95px) !important;
    margin-left: 42px !important;
  }
}
@media screen and (max-width: 330px) {
  ul.copy {
    font-size: 12px;
  }
}/*# sourceMappingURL=styles.css.map */