@charset "UTF-8";
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: https://www.phpcomasy.com/licence/
|
 */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */
/* @group design colors */
/* @end */
/* @group font */
/* @end */
/* @group shadows, border-radius */
/* @end */
/* @group buttons */
/* @end */
/* @group mixins */
/* @end */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: https://www.phpcomasy.com/licence/
|
 */
/* --------------------------------------------------------------------------

Content in this file:

- global helpers
- floating classes
- content: accordeon & table
- forms: checkbox & captcha
- entry links
- cookie banner / privacy banner
- tooltip
- custom font awesome

-----------------------------------------------------------------------------*/
/* !@group global helpers */
* {
  margin: 0;
  padding: 0;
}

a, object {
  outline: none !important;
}

.cf,
.clear {
  float: none;
  clear: both;
  line-height: 0;
  width: 1px;
  margin: 0;
  padding: 0;
  font-size: 0;
  height: 0;
}

.nomargin {
  margin: 0 !important;
}

.nopadding {
  padding: 0 !important;
}

.fullwidth,
.p_fullwidth input {
  width: 100% !important;
}

hr {
  display: none;
}

.nobr {
  white-space: nowrap;
}

.hidden {
  display: none;
}

.sr-only {
  clip: rect(0px, 0px, 0px, 0px) !important;
  height: 1px !important;
  position: absolute !important;
  width: 1px !important;
  border-width: 0px !important;
  border-style: initial !important;
  border-color: initial !important;
  border-image: initial !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0px !important;
  display: block !important;
}

/* @end */
/* @group picture styles */
.resource_background {
  display: block;
  position: relative;
}

.resource.picture a img,
.resource.picture img {
  display: block;
}

/* @end */
/* @group floating classes */
.float_right {
  float: right;
}

.float_left, .float_left_no_clear {
  float: left;
  position: relative;
}

.float_right_with_clear {
  float: right;
  clear: right;
}

.float_left_with_clear {
  float: left;
  clear: left;
}

.clear {
  clear: both;
  float: none;
}

label.nofloat {
  clear: none;
  padding: 0;
  margin: 0;
  float: none !important;
  width: auto !important;
  max-width: none;
}

/* @end */
/* @group content: accordeon & table */
.accordeon {
  background: none !important;
  border: none !important;
  padding: 0 !important;
}

.accordeon_content {
  display: none;
  padding: 2px 0 14px 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

table th,
table td {
  vertical-align: top;
}

.table_wrap_container,
.table_wrap {
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.table_wrap_container {
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
}
.table_wrap_container.visible_indicator {
  position: relative;
  padding: 25px 0 0;
}
.table_wrap_container.visible_indicator .table_wrap_container table,
.table_wrap_container.visible_indicator .news_events_table {
  width: auto !important;
}
.table_wrap_container.visible_indicator .table_scroll_indicator {
  display: block;
}

.table_scroll_indicator {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
}
.table_scroll_indicator:hover {
  cursor: pointer;
}

/* @end */
/* @group forms: checkbox & captcha */
label.label_remember_me_checkbox {
  display: block;
  padding: 4px 0;
}

input#remember_me {
  width: auto;
}

label.label_remember_me_checkbox label.checkbox {
  display: inline;
  width: auto !important;
  float: none !important;
  font-size: 93%;
}

label.label_remember_me_checkbox input {
  margin-right: 5px;
}

label.label_remember_me_checkbox label {
  pointer-events: none;
}

div.captcha_protection {
  padding: 14px 15px;
  background: #eee;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
  background: -moz-linear-gradient(top, #fff, #eee);
  background: -o-linear-gradient(top, #fff, #eee);
  background: linear-gradient(to bottom, #fff, #eee);
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 0 3px #eee;
  width: auto;
  display: inline-block;
  zoom: 1;
  *display: inline;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

div.captcha_protection span.captcha_title {
  font-weight: normal;
  display: block;
  font-size: 12px;
  line-height: normal;
  border-bottom: 1px solid #ccc;
  margin: -14px -15px 8px;
  padding: 8px 15px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
  background: -moz-linear-gradient(top, #fff, #eee);
  background: -o-linear-gradient(top, #fff, #eee);
  background: linear-gradient(to bottom, #fff, #eee);
  border-radius: 7px 7px 0 0;
  color: #333;
}

div.captcha_protection span.captcha_input_title {
  font-weight: normal;
  margin-bottom: 1px;
  display: block;
  color: #555;
}

div.captcha_protection label {
  margin-right: -8px;
  display: none !important;
}

div.captcha_protection span#captcha_help_link {
  font-size: 10px;
  text-decoration: underline;
  position: relative;
  cursor: help;
  color: #666;
  white-space: nowrap;
}

div.captcha_protection span#captcha_help_link:hover {
  color: #333;
}

div.captcha_protection span#captcha_help_text {
  position: absolute;
  top: 10px;
  right: -195px;
  width: 180px;
  background: #f0f0f0;
  border: 1px solid #666;
  border-radius: 5px;
  box-shadow: 0 0 3px #666;
  padding: 5px 8px;
  background: #eee;
  background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#eee));
  background: -moz-linear-gradient(top, #fff, #ddd);
  background: -o-linear-gradient(top, #f0f0f0, #eee);
  background: linear-gradient(to bottom, #f0f0f0, #eee);
}

div.captcha_protection img.captcha_img {
  width: 220px;
}

/* @end */
/* @group entire link */
.listing_entry_link,
.overview_entry_link,
.portlet_content_entry_link,
.portlet_listing_entry_link,
.portlet_shop_article_entry_link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  z-index: 25;
}

/* @end entire link */
/* @group cookie banner / privacy banner */
#privacy_banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  width: 100%;
  max-width: 460px;
  background: rgba(0, 0, 0, 0.85);
  z-index: 1000;
}
#privacy_banner #privacy_banner_inner {
  padding: 20px;
  font-size: 14px;
  line-height: 21px;
  color: #fff;
  text-align: left;
  position: relative;
}
#privacy_banner #privacy_banner_inner #privacy_icon {
  display: inline-block;
  vertical-align: middle;
  width: 86px;
  margin-right: -5px;
}
#privacy_banner #privacy_banner_inner #privacy_icon i {
  font-size: 66px;
  line-height: 66px;
}
@media screen and (max-width: 380px) {
  #privacy_banner #privacy_banner_inner #privacy_icon {
    display: none;
  }
}
#privacy_banner #privacy_banner_inner #privacy_description_wrap {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 86px);
}
#privacy_banner #privacy_banner_inner #privacy_description_wrap .privacy_responsive_icon {
  display: none;
  float: left;
  margin-right: 10px;
}
#privacy_banner #privacy_banner_inner #privacy_description_wrap .privacy_responsive_icon i {
  font-size: 30px;
  line-height: 30px;
}
@media screen and (max-width: 380px) {
  #privacy_banner #privacy_banner_inner #privacy_description_wrap {
    width: 100%;
  }
  #privacy_banner #privacy_banner_inner #privacy_description_wrap .privacy_responsive_icon {
    display: block;
    float: left;
  }
  #privacy_banner #privacy_banner_inner #privacy_description_wrap .privacy_message {
    overflow: hidden;
  }
}
#privacy_banner #privacy_banner_inner #privacy_buttons #privacy_button,
#privacy_banner #privacy_banner_inner #privacy_buttons #privacy_more_information {
  margin-top: 10px;
  display: inline-block;
  vertical-align: middle;
}
#privacy_banner #privacy_banner_inner #privacy_buttons #privacy_button {
  margin-right: 10px;
  width: auto;
  padding: 8px 14px 7px;
  text-decoration: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.18);
  border: none;
  outline: none;
  cursor: pointer;
  backface-visibility: hidden;
  -webkit-transition: color 0.2s ease-out, background 0.2s ease-out;
  -moz-transition: color 0.2s ease-out, background 0.2s ease-out;
  -o-transition: color 0.2s ease-out, background 0.2s ease-out;
  transition: color 0.2s ease-out, background 0.2s ease-out;
}
#privacy_banner #privacy_banner_inner #privacy_buttons #privacy_button i {
  margin-right: 6px;
}
#privacy_banner #privacy_banner_inner #privacy_buttons #privacy_button i:before {
  color: #fff;
}
#privacy_banner #privacy_banner_inner #privacy_buttons #privacy_button:hover, #privacy_banner #privacy_banner_inner #privacy_buttons #privacy_button:focus, #privacy_banner #privacy_banner_inner #privacy_buttons #privacy_button:active {
  opacity: 0.7;
}
#privacy_banner #privacy_banner_inner #privacy_buttons #privacy_more_information {
  position: relative;
  text-decoration: none;
  color: #fff;
}
#privacy_banner #privacy_banner_inner #privacy_buttons #privacy_more_information:before {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 2px;
  width: 100%;
  height: 1px;
  background: #fff;
}
#privacy_banner #privacy_banner_inner #privacy_buttons #privacy_more_information:hover, #privacy_banner #privacy_banner_inner #privacy_buttons #privacy_more_information:focus, #privacy_banner #privacy_banner_inner #privacy_buttons #privacy_more_information:active {
  opacity: 0.7;
}
@media screen and (max-width: 500px) {
  #privacy_banner {
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
  }
}

/* @end */
/* @group tooltip  */
.tooltipster-default {
  border-radius: 5px;
  background: #343333;
  color: #fff;
}
.tooltipster-default .tooltipster-content {
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 14px;
  padding: 8px;
  overflow: hidden;
}

.tooltipster-base {
  padding: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999999;
  pointer-events: none;
  width: auto;
  overflow: visible;
}
.tooltipster-base .tooltipster-content {
  overflow: hidden;
}

.tooltipster-default:not(.tooltipster-management) .tooltipster-arrow {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.tooltipster-default:not(.tooltipster-management) .tooltipster-arrow span {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
}

.tooltipster-arrow-border {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
}

.tooltipster-arrow-top span,
.tooltipster-arrow-top-right span,
.tooltipster-arrow-top-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-top: 8px solid;
  bottom: -7px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-top-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-top: 9px solid;
  bottom: -7px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.tooltipster-arrow-bottom span,
.tooltipster-arrow-bottom-right span,
.tooltipster-arrow-bottom-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-bottom: 8px solid;
  top: -7px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.tooltipster-arrow-bottom .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-bottom: 9px solid;
  top: -7px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.tooltipster-arrow-top-left span,
.tooltipster-arrow-bottom-left span {
  left: 6px;
}
.tooltipster-arrow-top-left .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  left: 5px;
}

.tooltipster-arrow-top-right span,
.tooltipster-arrow-bottom-right span {
  right: 6px;
}
.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border {
  right: 5px;
}

.tooltipster-arrow-left span,
.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-left: 8px solid;
  top: 50%;
  margin-top: -7px;
  right: -7px;
}

.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-left: 9px solid;
  margin-top: -8px;
}

.tooltipster-arrow-right span,
.tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-right: 8px solid;
  top: 50%;
  margin-top: -7px;
  left: -7px;
}

.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}

.tooltipster-fade-show {
  opacity: 1;
}

/* @end */
/* @group font Awesome */
.fa-file-docx:before {
  content: "\e5ed";
}

.fa-photo:before {
  content: "\f03e";
}

/* @end */
@font-face {
  font-family: "Akute";
  src: url("fonts/Akute-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Akute";
  src: url("fonts/Akute-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ehc-visp";
  src: url("fonts/ehc-visp.eot");
  src: url("fonts/ehc-visp.eot?#iefix") format("embedded-opentype"), url("fonts/ehc-visp.woff") format("woff"), url("fonts/ehc-visp.ttf") format("truetype"), url("fonts/ehc-visp.svg#ehc-visp") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "ehc-visp" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.icon-gastro:before {
  content: "a";
}

.icon-halle:before {
  content: "b";
}

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

.icon-pfeil-links:before {
  content: "d";
}

.icon-pfeil-links-partner:before {
  content: "e";
}

.icon-pfeil-rechts:before {
  content: "f";
}

.icon-pfeil-rechts-partner:before {
  content: "g";
}

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

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

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

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

/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */
/* @group design colors */
/* @end */
/* @group font */
/* @end */
/* @group shadows, border-radius */
/* @end */
/* @group buttons */
/* @end */
/* @group mixins */
/* @end */
/* @group basic */
body {
  font: 400 15px/22px "Roboto";
  letter-spacing: 0.25px;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  --management-panel-width: 0px;
}
@media print {
  body {
    font: 400 12px/18px "Roboto";
    color: #000;
  }
}
@media screen and (max-width: 1100px) {
  body {
    font-size: 16px;
    line-height: 26px;
  }
}
body.popup_visible {
  overflow: hidden;
}

body > nav {
  display: none;
}

.page {
  overflow-x: hidden;
}

#siteframe {
  overflow-x: hidden;
  padding-bottom: 0;
  position: relative;
  background-position: center top;
  padding-top: 105px;
}

.page_home #siteframe {
  display: flex;
  flex-flow: column;
  align-items: stretch;
}
.page_home #siteframe > * {
  order: 1;
}

#logo_print {
  display: none;
}

#content {
  position: relative;
  overflow: hidden;
}
#content .content_inner {
  max-width: 1240px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  box-sizing: border-box;
  padding-top: clamp(30px, 8vw, 80px);
  padding-bottom: clamp(30px, 8vw, 80px);
  position: relative;
}
#content .content_inner.no_padding_top {
  padding-top: 0;
}
#content .content_inner.no_padding_bottom {
  padding-bottom: 0;
}
#content .content_inner .content_overflow {
  overflow: hidden;
  position: relative;
}
#content .content_inner .content_left {
  float: left;
  position: relative;
}
#content .content_inner .content_left:has(#portlets_left):after {
  display: none;
}
#content .content_inner .content_left:not(:has(div)):not(:has(ul)):after {
  top: calc(100% - 80px);
}
#content .content_inner .content_left:after {
  content: "";
  position: absolute;
  top: calc(100% - 40px);
  left: 0;
  width: 35vw;
  height: 35vw;
  display: block;
  background: url(../img/background/left-menu.svg) no-repeat;
  left: calc(-1 * (100vw - 1200px) / 2);
  background-size: contain;
}
.page_home #content .content_inner {
  position: relative;
  z-index: 1;
}
.page_home #content:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: url(../img/background/homepage.svg) no-repeat;
  background-size: contain;
  background-position: top right;
}

#google_map_iframe + #content .content_inner,
#bx-slider-wrap + #content .content_inner {
  padding-top: 0;
}
#google_map_iframe + #content .content_inner .content_overflow,
#bx-slider-wrap + #content .content_inner .content_overflow {
  padding-top: clamp(25px, 5vw, 50px);
}

/* @end */
/* @group header */
#header {
  position: fixed;
  top: 0;
  z-index: 100;
  width: calc(100% - var(--management-panel-width));
  box-sizing: border-box;
  background: #fff;
}
#header .header_inner {
  max-width: 1240px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  box-sizing: border-box;
}
#header .header_inner_wrap.top .header_inner {
  padding-top: 7px;
  padding-bottom: 7px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .header_inner_wrap.top #sponsor_logos {
  float: left;
  margin-top: 0;
}
#header .header_inner_wrap.top #sponsor_logos .sponsor_logo {
  width: 74px;
  opacity: 1;
}
#header .header_inner_wrap.top #sponsor_logos .sponsor_logo:hover {
  opacity: 0.7;
}
#header .header_inner_wrap.top #sponsor_logos .sponsor_logo img {
  width: 100%;
  height: auto;
  display: block;
}
#header .header_inner_wrap.top .meta_wrap {
  float: right;
  display: flex;
  align-items: baseline;
}
#header .header_inner_wrap.top .meta_wrap > * {
  float: left;
}
#header .header_inner_wrap.top .meta_wrap div.language_switcher {
  margin: -2px 0 0 24px;
  padding: 0;
  background: none;
  font: 400 13px/17px "Roboto";
  color: #fff;
  color: #000;
  position: relative;
  text-transform: uppercase;
  padding: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media print {
  #header .header_inner_wrap.top .meta_wrap div.language_switcher {
    font: 400 11px/18px "Roboto";
    color: #000;
  }
}
#header .header_inner_wrap.top .meta_wrap div.language_switcher:hover a.language {
  background: #F0F0F0;
  color: #000;
}
#header .header_inner_wrap.top .meta_wrap div.language_switcher:hover a.language:before {
  color: #000;
}
#header .header_inner_wrap.top .meta_wrap div.language_switcher:hover .language_dropdown {
  opacity: 1;
  visibility: visible;
}
#header .header_inner_wrap.top .meta_wrap div.language_switcher a.language {
  color: #000;
  text-decoration: none;
  -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;
  width: 50px;
  display: block;
  box-sizing: border-box;
}
#header .header_inner_wrap.top .meta_wrap div.language_switcher .current_language > a {
  padding: 7px 20px 5px 8px;
}
#header .header_inner_wrap.top .meta_wrap div.language_switcher .current_language > a:before {
  right: 8px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  content: "\f078";
  position: absolute;
  top: 8px;
  left: auto;
  display: block;
  font-family: "Font Awesome 7 Pro";
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
  text-transform: none;
  color: #000;
  font-weight: 400;
}
#header .header_inner_wrap.top .meta_wrap div.language_switcher .language_dropdown {
  position: absolute;
  z-index: 60;
  width: 50px;
  text-align: left;
  padding: 5px 0 5px 8px;
  background: #F0F0F0;
  border-top: none;
  left: 0;
  top: 26px;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  color: #000;
}
#header .header_inner_wrap.top .meta_wrap div.language_switcher .language_dropdown a {
  display: block;
  margin-top: 0;
  width: auto;
}
#header .header_inner_wrap.top .meta_wrap div.language_switcher .language_dropdown a:hover {
  color: #D20A11;
}
#header .header_inner_wrap.top .portlet_search {
  position: relative;
  margin-left: 16px;
}
#header .header_inner_wrap.top .portlet_search:hover #portlet-search-input {
  border: 1px solid #aa0812;
}
#header .header_inner_wrap.top .portlet_search:hover:before {
  color: #000;
}
#header .header_inner_wrap.top .portlet_search:before {
  content: "\f002";
  position: absolute;
  top: 8px;
  left: auto;
  display: block;
  font-family: "Font Awesome 7 Pro";
  font-size: 13px;
  line-height: 13px;
  font-weight: 400;
  text-transform: none;
  color: #aaaaaa;
  right: 6px;
}
#header .header_inner_wrap.top .portlet_search .controls,
#header .header_inner_wrap.top .portlet_search h3 {
  display: none;
}
#header .header_inner_wrap.top .portlet_search #portlet-search-input {
  font: 400 14px/21px "Roboto";
  color: #000;
  line-height: 18px;
  font-size: 13px;
  padding: 2px 30px 2px 8px;
  color: #000;
  border: 1px solid #D20A11;
  width: 170px;
  box-sizing: border-box;
  height: 26px;
  outline: none !important;
}
@media print {
  #header .header_inner_wrap.top .portlet_search #portlet-search-input {
    font: 400 11px/17px "Roboto";
    color: #000;
  }
}
#header .header_inner_wrap.top .portlet_search #portlet-search-input::-webkit-input-placeholder {
  color: #aaa;
  opacity: 1;
}
#header .header_inner_wrap.top .portlet_search #portlet-search-input:-moz-placeholder {
  color: #aaa;
  opacity: 1;
}
#header .header_inner_wrap.top .portlet_search #portlet-search-input::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}
#header .header_inner_wrap.top .portlet_search #portlet-search-input:-ms-input-placeholder {
  color: #aaa;
  opacity: 1;
}
#header .header_inner_wrap.top .portlet_search #portlet-search-button {
  position: absolute;
  right: 1px;
  top: 0;
  bottom: 1px;
  width: 25px;
  background: none;
  border: none;
  font-size: 0;
  box-sizing: border-box;
}
#header .header_inner_wrap.top .portlet_search .live_search_results {
  display: none !important;
}
#header .header_inner_wrap.bottom {
  background: #D20A11;
}
#header .header_inner_wrap.bottom #logo {
  float: left;
  width: 85px;
  margin: -8px 0 -38px -120px;
}
#header .header_inner_wrap.bottom #logo img {
  width: 100%;
  height: auto;
  display: block;
}

#season_countdown {
  background: rgb(121, 6, 13);
  background: white;
  position: fixed;
  z-index: 10;
  width: 100%;
  backdrop-filter: blur(8px);
  transition: 0.5s;
}
#season_countdown .container {
  max-width: 1240px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0px 20px;
  text-align: right;
}
#season_countdown .container .box {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  width: calc(100% - 105px);
}
#season_countdown .container .countdown {
  background: black;
  padding: 7px 10px 2px;
  position: relative;
  white-space: nowrap;
}
#season_countdown .container .countdown::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: clamp(17px, 1.7vw, 19px);
  border-radius: 0 0 10px 10px;
  top: 100%;
  left: 0;
  background: black;
}
#season_countdown .container span {
  color: white;
  color: black;
  font-size: clamp(17px, 1.7vw, 19px);
  font-weight: 900;
  font-family: "Akute";
  margin-bottom: -7px;
  white-space: nowrap;
}
#season_countdown .container span.text2 {
  margin-left: auto;
  margin-right: 10px;
}
#season_countdown .container span.number {
  background: white;
  color: black !important;
  padding-top: clamp(4px, 1vw, 10px);
  padding-right: clamp(2px, 0.4vw, 4px);
  padding-bottom: clamp(0px, 0.4vw, 4px);
  padding-left: clamp(4px, 0.8vw, 8px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  width: clamp(26px, 3vw, 30px);
  position: relative;
  font-size: clamp(20px, 2.5vw, 25px);
  margin-right: clamp(6px, 0.8vw, 8px);
  line-height: 23px;
  background: linear-gradient(to right, white 49%, #cccccc 50%, #cccccc 51%, white 51%);
  letter-spacing: clamp(2px, 0.2vw, 4px);
  font-variant-numeric: tabular-nums lining-nums;
  font-feature-settings: "tnum" 1, "lnum" 1;
}
#season_countdown .container span.number::before {
  content: " " attr(data-text);
  color: white;
  position: absolute;
  bottom: -22px;
  font-size: clamp(6px, 0.8vw, 8px);
  text-transform: uppercase;
  letter-spacing: normal;
}
#season_countdown .container span.number::after {
  content: ":";
  position: absolute;
  right: calc(-1 * clamp(8px, 0.9vw, 9px));
  color: white;
  font-size: clamp(25px, 3vw, 30px);
  font-weight: 900;
  top: clamp(3px, 0.7vw, 7px);
  letter-spacing: normal;
}
#season_countdown .container span.seconds {
  margin: 0;
}
#season_countdown .container span.seconds::after {
  display: none;
}

body.is_scrolled #season_countdown {
  margin-top: -70px;
}

#ticket_link {
  position: fixed;
  right: -62px;
  top: 300px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  z-index: 10;
  background: #D20A11;
  border-bottom-left-radius: 80px;
  padding-left: 29px;
  -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;
  font-family: "Akute";
}
#ticket_link a {
  text-decoration: none;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  padding: 19px 17px 12px;
  display: block;
}
#ticket_link:hover {
  background: #aa0812;
}

body .bx-viewport {
  min-height: 500px;
}

#footer_sponsors .bx-viewport {
  min-height: 90px;
}

#bx-slider-wrap {
  position: relative;
}
#bx-slider-wrap .bx-viewport img,
#bx-slider-wrap .bx-viewport {
  height: clamp(240px, 46vw, 500px) !important;
  min-height: clamp(240px, 46vw, 500px) !important;
  object-fit: cover;
}
#bx-slider-wrap div.bx-wrapper img {
  width: 100%;
  max-width: none;
}
#bx-slider-wrap > .bxslider > .slide:not(:first-child) {
  display: none;
}
#bx-slider-wrap .slide span {
  position: relative;
  display: block;
}
#bx-slider-wrap .slide span:before {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: url("../img/slider-overlay/slider-overlay-1.svg") no-repeat;
  z-index: 2;
  bottom: 0;
  background-size: cover;
  mix-blend-mode: multiply;
}
#bx-slider-wrap[data-random-number="1"] .slide span:before {
  background: url("../img/slider-overlay/slider-overlay-1.svg") no-repeat;
  background-size: cover;
  background: rgba(0, 0, 0, 0.45);
}
#bx-slider-wrap[data-random-number="2"] .slide span:before {
  background: url("../img/slider-overlay/slider-overlay-2.svg") no-repeat;
  background-size: cover;
  background: rgba(0, 0, 0, 0.45);
}
#bx-slider-wrap[data-random-number="3"] .slide span:before {
  background: url("../img/slider-overlay/slider-overlay-3.svg") no-repeat;
  background-size: cover;
  background: rgba(0, 0, 0, 0.45);
}
#bx-slider-wrap[data-random-number="4"] .slide span:before {
  background: url("../img/slider-overlay/slider-overlay-4.svg") no-repeat;
  background-size: cover;
  background: rgba(0, 0, 0, 0.45);
}
#bx-slider-wrap[data-random-number="5"] .slide span:before {
  background: url("../img/slider-overlay/slider-overlay-5.svg") no-repeat;
  background-size: cover;
  background: rgba(0, 0, 0, 0.45);
}
#bx-slider-wrap[data-random-number="6"] .slide span:before {
  background: url("../img/slider-overlay/slider-overlay-6.svg") no-repeat;
  background-size: cover;
  background: rgba(0, 0, 0, 0.45);
}
#bx-slider-wrap .slide_text_container {
  max-width: 1240px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1240px;
  z-index: 10;
}
#bx-slider-wrap .slide_text_container .slide_text,
#bx-slider-wrap .slide_text_container h2 {
  max-width: 500px;
}
#bx-slider-wrap .slide_text_container h2 {
  font: 700 30px/36px "Akute";
  padding: 0;
  margin: 0 0 26px 0;
  color: #000;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 15px;
  border-top: none !important;
  padding-top: 0;
}
@media screen and (max-width: 1100px) {
  #bx-slider-wrap .slide_text_container h2 {
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 16px 0;
  }
}
@media print {
  #bx-slider-wrap .slide_text_container h2 {
    font: 700 15px/22px "Akute";
    color: #000;
    margin-bottom: 6px;
  }
  #bx-slider-wrap .slide_text_container h2 br {
    display: none;
  }
}
#bx-slider-wrap .slide_text_container h2:hover {
  color: #fff !important;
}
#bx-slider-wrap .slide_text_container .slide_text p.content_button > a {
  display: inline-block;
  margin: 0;
  font: 400 13px/17px "Roboto";
  color: #fff;
  font-family: "Akute";
  font-weight: 700;
  padding: 8px 25px 5px;
  width: auto;
  color: #fff;
  background: #D20A11;
  border: 1px solid #D20A11;
  border-radius: 3px;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  box-sizing: border-box;
  position: relative;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-appearance: none;
  -webkit-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -moz-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  margin-top: 10px;
}
@media print {
  #bx-slider-wrap .slide_text_container .slide_text p.content_button > a {
    font: 400 11px/18px "Roboto";
    color: #000;
  }
}
#bx-slider-wrap .slide_text_container .slide_text p.content_button > a:focus, #bx-slider-wrap .slide_text_container .slide_text p.content_button > a:hover {
  background: #aa0812;
  color: #fff;
  border-color: #aa0812;
}
#bx-slider-wrap div.bx-wrapper .bx-pager {
  display: contents;
  position: absolute;
  bottom: 22%;
  padding-top: 0;
  line-height: 12px;
}
#bx-slider-wrap div.bx-wrapper .bx-pager .bx-pager-item:only-child {
  display: none;
}
#bx-slider-wrap div.bx-wrapper .bx-pager .bx-pager-item a {
  background: #fff;
  opacity: 0.5;
  width: clamp(9px, 1.2vw, 12px);
  height: clamp(9px, 1.2vw, 12px);
  margin: 0;
  line-height: 12px;
  border-radius: 100%;
  display: block;
}
#bx-slider-wrap div.bx-wrapper .bx-pager .bx-pager-item a.active, #bx-slider-wrap div.bx-wrapper .bx-pager .bx-pager-item a:hover {
  opacity: 1;
}
#bx-slider-wrap div.bx-wrapper .bx-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: clamp(15px, 3vw, 30px);
  gap: clamp(7px, 1vw, 10px);
  width: 100%;
  z-index: 12;
  flex-flow: wrap;
  padding: 0 20px;
  box-sizing: border-box;
}
#bx-slider-wrap div.bx-wrapper .bx-controls-direction {
  display: contents;
}
#bx-slider-wrap div.bx-wrapper .bx-controls-direction a {
  font-size: 0;
  text-indent: 0;
  z-index: 2;
  background: none;
  width: 11px;
  height: 17px;
  margin-top: 0;
  text-decoration: none;
  position: relative;
  left: 0;
}
#bx-slider-wrap div.bx-wrapper .bx-controls-direction a:before {
  content: "\f053";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-family: "Font Awesome 7 Pro";
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  text-transform: none;
  color: #fff;
}
#bx-slider-wrap div.bx-wrapper .bx-controls-direction a:hover:before {
  color: #D20A11;
}
#bx-slider-wrap div.bx-wrapper .bx-controls-direction a.bx-next {
  order: 10;
}
#bx-slider-wrap div.bx-wrapper .bx-controls-direction a.bx-next:before {
  content: "\f054";
}

#social_media {
  padding-top: clamp(30px, 8vw, 80px);
  padding-bottom: clamp(30px, 8vw, 80px);
  background: #D20A11;
  position: relative;
}
#social_media:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: url(../img/background/red-pattern.svg) no-repeat;
  background-size: 100% auto;
}
#social_media .social_wall {
  max-width: 1240px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
#social_media .social_wall .social_wall_inner > h2 {
  font: 700 30px/36px "Akute";
  padding: 0;
  margin: 0 0 26px 0;
  color: #000;
  text-transform: uppercase;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  border-top: none !important;
  padding-top: 0;
}
@media screen and (max-width: 1100px) {
  #social_media .social_wall .social_wall_inner > h2 {
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 16px 0;
  }
}
@media print {
  #social_media .social_wall .social_wall_inner > h2 {
    font: 700 15px/22px "Akute";
    color: #000;
    margin-bottom: 6px;
  }
  #social_media .social_wall .social_wall_inner > h2 br {
    display: none;
  }
}
#social_media .social_wall .social_wall_inner > h2:hover {
  color: #fff !important;
}
#social_media .social_wall #social_detail_button {
  text-align: center;
  margin-top: 20px;
}
#social_media .social_wall #social_detail_button a {
  display: inline-block;
  margin: 0;
  font: 400 13px/17px "Roboto";
  color: #fff;
  font-family: "Akute";
  font-weight: 700;
  padding: 8px 25px 5px;
  width: auto;
  color: #fff;
  background: #D20A11;
  border: 1px solid #D20A11;
  border-radius: 3px;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  box-sizing: border-box;
  position: relative;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-appearance: none;
  -webkit-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -moz-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  color: #fff;
  background: transparent;
  border-color: #fff;
}
@media print {
  #social_media .social_wall #social_detail_button a {
    font: 400 11px/18px "Roboto";
    color: #000;
  }
}
#social_media .social_wall #social_detail_button a:focus, #social_media .social_wall #social_detail_button a:hover {
  background: #aa0812;
  color: #fff;
  border-color: #aa0812;
}
#social_media .social_wall #social_detail_button a:hover, #social_media .social_wall #social_detail_button a:focus {
  color: #D20A11;
  background: #fff;
  border-color: #fff;
}

ul.juicer-feed li.feed-item.juicer,
h1.referral {
  display: none !important;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  position: absolute;
  width: 1px;
  border-width: 0px !important;
  border-style: initial;
  border-color: initial;
  -o-border-image: initial;
  border-image: initial;
  margin: -1px !important;
  overflow: hidden;
  padding: 0px;
}

.juicer-feed {
  font: 400 15px/22px "Roboto";
  letter-spacing: 0.25px;
  color: #000;
  padding-top: 20px;
}
@media print {
  .juicer-feed {
    font: 400 12px/18px "Roboto";
    color: #000;
  }
}
@media screen and (max-width: 1100px) {
  .juicer-feed {
    font-size: 16px;
    line-height: 26px;
  }
}
.juicer-feed a {
  color: #000;
}
.juicer-feed a:hover {
  color: #D20A11;
}
.juicer-feed .j-meta {
  border-top: 1px solid #D20A11;
  margin-top: clamp(15px, 2.5vw, 25px);
  padding-top: clamp(8px, 1.2vw, 12px);
  display: flex;
  justify-content: center;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.juicer-feed .j-meta ul {
  display: none;
}
.juicer-feed .j-meta nav a:before {
  margin-right: 0;
}
.juicer-feed .j-meta nav {
  float: none;
  display: flex;
  justify-content: flex-end;
  align-items: self-end;
}
.juicer-feed li.feed-item {
  padding: 0;
  border: none !important;
  border-radius: 3px;
  overflow: hidden;
}
.juicer-feed .j-stacker-wrapper {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.juicer-feed .j-stacker-wrapper .j-stack {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.juicer-feed .j-stacker-wrapper .j-stack .feed-item {
  margin-bottom: 30px !important;
}
.juicer-feed.modern .j-poster {
  position: relative;
  padding-right: 40px;
  padding-left: clamp(15px, 2.5vw, 25px);
}
.juicer-feed.modern .j-poster time {
  position: absolute;
  right: clamp(15px, 2.5vw, 25px);
  top: 13px;
}
.juicer-feed.modern .j-poster h3 {
  font: 600 20px/28px "Roboto";
  padding: 0;
  margin: 0;
  color: #000;
}
@media screen and (max-width: 1100px) {
  .juicer-feed.modern .j-poster h3 {
    font-size: 18px;
    line-height: 26px;
  }
}
@media print {
  .juicer-feed.modern .j-poster h3 {
    font: 600 12px/20px "Roboto";
    color: #000;
    margin-bottom: 4px;
  }
}
.juicer-feed a:hover,
.juicer-feed .j-meta a:hover {
  color: #D20A11;
}

.juicer-feed .j-meta a,
.juicer-feed.modern .j-message,
.juicer-feed.modern .j-text {
  font: 400 15px/22px "Roboto";
  letter-spacing: 0.25px;
  color: #000;
  color: #000;
}
@media print {
  .juicer-feed .j-meta a,
.juicer-feed.modern .j-message,
.juicer-feed.modern .j-text {
    font: 400 12px/18px "Roboto";
    color: #000;
  }
}
@media screen and (max-width: 1100px) {
  .juicer-feed .j-meta a,
.juicer-feed.modern .j-message,
.juicer-feed.modern .j-text {
    font-size: 16px;
    line-height: 26px;
  }
}

.juicer-feed .j-meta a:hover {
  color: #D20A11;
}

.juicer-feed.modern .j-text {
  padding: clamp(15px, 2.5vw, 25px);
  padding-bottom: clamp(8px, 1.2vw, 12px);
}

.juicer-feed.modern .j-message a {
  font-weight: 400;
  text-decoration: underline !important;
}

.j-loading {
  border-color: #000;
}

.j-loading:before {
  background-color: #000;
}

.juicer-feed.modern .j-poster .j-date {
  margin-top: 3px;
  color: #000;
  font-size: 14px;
  font-weight: 500;
}

.juicer-feed .j-meta a.j-social {
  font-size: 30px !important;
  display: block;
  margin-top: 2px;
  color: #D20A11;
  padding-bottom: 2px;
}
.juicer-feed .j-meta a.j-social:hover:before {
  color: #000;
}

.feed-item.juicer.juicer-ad,
.referral {
  display: none !important;
}

.j-post-overlay.juicer-feed {
  padding-top: 0;
}
.j-post-overlay.juicer-feed .j-overlay-text {
  padding-bottom: 90px;
  padding-top: 40px;
  font: 400 15px/22px "Roboto";
  letter-spacing: 0.25px;
  color: #000;
}
@media print {
  .j-post-overlay.juicer-feed .j-overlay-text {
    font: 400 12px/18px "Roboto";
    color: #000;
  }
}
@media screen and (max-width: 1100px) {
  .j-post-overlay.juicer-feed .j-overlay-text {
    font-size: 16px;
    line-height: 26px;
  }
}
.j-post-overlay.juicer-feed .j-overlay-text.words .j-message,
.j-post-overlay.juicer-feed .j-overlay-text .j-message {
  font: 400 15px/22px "Roboto";
  letter-spacing: 0.25px;
  color: #000;
}
@media print {
  .j-post-overlay.juicer-feed .j-overlay-text.words .j-message,
.j-post-overlay.juicer-feed .j-overlay-text .j-message {
    font: 400 12px/18px "Roboto";
    color: #000;
  }
}
@media screen and (max-width: 1100px) {
  .j-post-overlay.juicer-feed .j-overlay-text.words .j-message,
.j-post-overlay.juicer-feed .j-overlay-text .j-message {
    font-size: 16px;
    line-height: 26px;
  }
}
.j-post-overlay.juicer-feed .j-overlay-text.words .j-message a,
.j-post-overlay.juicer-feed .j-overlay-text .j-message a {
  font-weight: 400;
  text-decoration: underline !important;
}
.j-post-overlay.juicer-feed .j-overlay-text.words .j-message a:hover,
.j-post-overlay.juicer-feed .j-overlay-text .j-message a:hover {
  color: #D20A11;
}
.j-post-overlay.juicer-feed .j-poster h3 {
  font: 600 20px/28px "Roboto";
  padding: 0;
  margin: 0;
  color: #000;
  margin-top: 2px;
  margin-left: 4px;
}
@media screen and (max-width: 1100px) {
  .j-post-overlay.juicer-feed .j-poster h3 {
    font-size: 18px;
    line-height: 26px;
  }
}
@media print {
  .j-post-overlay.juicer-feed .j-poster h3 {
    font: 600 12px/20px "Roboto";
    color: #000;
    margin-bottom: 4px;
  }
}
.j-post-overlay.juicer-feed .j-meta a,
.j-post-overlay.juicer-feed .j-poster .j-date {
  margin-top: 3px;
  color: #000;
  font-size: 14px;
  font-weight: 500;
}
.j-post-overlay.juicer-feed .j-meta a {
  font-size: 18px;
}
.j-post-overlay.juicer-feed .j-meta a:hover {
  color: #D20A11;
}
.j-post-overlay.juicer-feed .j-message p {
  overflow: hidden;
}
.j-post-overlay.juicer-feed a.juicer-button {
  border-color: #000;
  color: #000;
  font-size: 15px;
  font-weight: 600;
  padding: 8px 25px 7px;
  text-transform: uppercase;
  letter-spacing: 0;
}
.j-post-overlay.juicer-feed a.juicer-button:hover {
  background: #000;
  color: #fff;
}
.j-post-overlay.juicer-feed ul.j-share {
  position: absolute;
  bottom: 28px;
}
.j-post-overlay.juicer-feed ul.j-share a {
  padding: 0;
  height: 28px;
  width: 30px;
}
.j-post-overlay.juicer-feed ul.j-share a:before {
  margin-left: 2px;
}
.j-post-overlay.juicer-feed .j-navigate {
  bottom: 21px;
  right: 25px;
}
.j-post-overlay.juicer-feed .j-navigate a {
  color: #000;
}
.j-post-overlay.juicer-feed .j-navigate a:hover {
  color: rgba(0, 0, 0, 0.5);
}
.j-post-overlay.juicer-feed .j-navigate a:before {
  font-size: 18px;
}
.j-post-overlay.juicer-feed .j-email:before {
  top: 0 !important;
}

.j-overlay .j-close {
  background: none;
  padding: 0;
  color: #000;
}
.j-overlay .j-close:before {
  content: "\f00d";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-family: "Font Awesome 7 Pro";
  font-size: #000;
  line-height: #000;
  font-weight: 400;
  text-transform: none;
  color: 22px;
  font-weight: 700;
}
.j-overlay .j-close:before:hover {
  color: #D20A11;
}
.j-overlay .j-close:hover:before {
  color: #D20A11;
}

/* Juicer Font Awesome fixes */
[class^=fa-]:before,
[class*=" fa-"]:before {
  font-family: "Font Awesome 7 Pro";
  font-style: unset;
  font-weight: unset;
}

[class^=fab]:before {
  font-family: "Font Awesome 7 Brands";
}

.juicer-feed [class^=fa-]:before,
.juicer-feed [class*=" fa-"]:before {
  font-family: "fontawesome-5-juicer";
  font-style: normal;
  font-weight: normal;
}

#twitter_feed {
  overflow: hidden;
  margin-bottom: 30px;
  max-width: 380px;
}
#twitter_feed a {
  display: inline-block;
  font-weight: 400;
  color: #000;
  position: relative;
  text-decoration: none;
}
#twitter_feed a:after {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  width: 100%;
  height: 1px;
  display: block;
  background: #000;
  bottom: 1px;
}
#twitter_feed a:hover {
  color: #D20A11;
}
#twitter_feed a:hover:after {
  background: #D20A11;
}
#twitter_feed iframe {
  margin-top: -31px !important;
  margin-bottom: -40px !important;
  width: 100% !important;
}

#footer .footer_inner {
  max-width: 1240px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  box-sizing: border-box;
}
#footer #footer_sponsors {
  padding: clamp(30px, 8vw, 80px) 0;
  background: #F8F8F8;
}
.page_home #footer #footer_sponsors {
  background: none;
}
#footer #footer_sponsors h3 {
  display: none;
}
#footer #footer_sponsors .resource_container .resource_background {
  max-width: 160px;
  width: 100%;
  height: 90px;
  margin: 0 auto;
}
#footer #footer_sponsors .resource_container .resource_background img {
  position: absolute;
  width: auto;
  height: auto;
  max-width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  max-height: 90px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#footer #footer_sponsors div.bx-wrapper {
  padding: 0 50px;
}
#footer #footer_sponsors div.bx-wrapper .bx-controls-direction a {
  text-indent: 0;
  font-size: 0;
  width: 15px;
  height: 29px;
  margin-top: -14px;
  background: none;
  right: 0;
  z-index: 1;
  text-decoration: none;
}
#footer #footer_sponsors div.bx-wrapper .bx-controls-direction a:before {
  content: "\f054";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-family: "Font Awesome 7 Pro";
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
  text-transform: none;
  color: #000;
  font-weight: 300;
  opacity: 1;
}
#footer #footer_sponsors div.bx-wrapper .bx-controls-direction a:hover:before {
  color: #D20A11;
}
#footer #footer_sponsors div.bx-wrapper .bx-controls-direction a.bx-prev {
  right: auto;
  left: 0;
}
#footer #footer_sponsors div.bx-wrapper .bx-controls-direction a.bx-prev:before {
  content: "\f053";
}
#footer #footer_sponsors div.bx-wrapper .bx-controls-direction a.bx-next {
  right: 0;
}
#footer #footer_bottom {
  background: #000;
  font: 400 13px/17px "Roboto";
  color: #fff;
  color: #fff;
  padding: 35px 0 30px;
  margin-top: -1px;
  position: relative;
}
@media print {
  #footer #footer_bottom {
    font: 400 11px/18px "Roboto";
    color: #000;
  }
}
#footer #footer_bottom a {
  color: #fff;
}
#footer #footer_bottom a:hover {
  color: #D20A11;
}
#footer #footer_bottom .navigation > li {
  display: none;
}
#footer #footer_bottom .navigation #nav-21 {
  display: block;
}
#footer #footer_bottom .navigation #nav-21 > a {
  display: none;
}
#footer #footer_bottom .footer_inner_wrap {
  margin-left: -64px;
}
#footer #footer_bottom .portlet {
  width: 20%;
  box-sizing: border-box;
  padding-left: 64px;
  float: left;
}
#footer #footer_bottom .portlet h3 {
  font: 400 13px/17px "Roboto";
  color: #fff;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding: 0 0 4px 0;
  margin: 0 0 20px 0;
}
@media print {
  #footer #footer_bottom .portlet h3 {
    font: 400 11px/18px "Roboto";
    color: #000;
  }
}
#footer #footer_bottom .portlet h3:before {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  width: 100%;
  height: 1px;
  display: block;
  background: rgba(255, 255, 255, 0.6);
  bottom: 0;
}
#footer #footer_bottom .portlet p {
  margin-bottom: 12px;
}
#footer #footer_bottom .portlet p:last-child {
  margin-bottom: 0;
}
#footer #footer_bottom .navigation {
  width: 60%;
  box-sizing: border-box;
  padding-left: 0;
  float: left;
}
#footer #footer_bottom .navigation ul.level1 > li {
  width: 33.33%;
  box-sizing: border-box;
  padding-left: 64px;
  float: left;
  list-style: none;
}
#footer #footer_bottom .navigation ul.level1 > li a {
  text-decoration: none;
}
#footer #footer_bottom .navigation ul.level1 > li li {
  list-style: none;
}
#footer #footer_bottom .navigation ul.level1 > li li a {
  text-transform: none;
  margin-bottom: 11px;
  display: block;
}
#footer #footer_bottom .navigation ul.level1 > li > a {
  font: 400 14px/21px "Roboto";
  color: #000;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding: 0 0 4px 0;
  margin: 0 0 20px 0;
  display: block;
}
@media print {
  #footer #footer_bottom .navigation ul.level1 > li > a {
    font: 400 11px/17px "Roboto";
    color: #000;
  }
}
#footer #footer_bottom .navigation ul.level1 > li > a:before {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  width: 100%;
  height: 1px;
  display: block;
  background: rgba(255, 255, 255, 0.6);
  bottom: 0;
}
#footer #footer_bottom .footer_logos {
  width: 20%;
  box-sizing: border-box;
  padding-left: 64px;
  float: left;
  text-align: center;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
#footer #footer_bottom .footer_logos .footer_logo {
  max-width: 100%;
  max-width: 120px;
  width: 100%;
}
#footer #footer_bottom .footer_logos .footer_logo img {
  width: 100%;
  height: auto;
  display: block;
}
#footer #footer_bottom .footer_logos .footer_logo_league {
  display: flex;
  align-items: center;
  gap: 20px;
}
#footer #footer_bottom .footer_logos .footer_logo_league img {
  display: block;
  height: auto;
}
#footer #footer_bottom .footer_logos .footer_logo_league .sky_swiss_league {
  flex: 0 0 38%;
}
#footer #footer_bottom .footer_logos .partner {
  --gap: clamp(20px, 3vw, 30px);
  display: flex;
  gap: var(--gap);
  padding-top: 10px;
  margin-bottom: 25px;
}
#footer #footer_bottom .footer_logos .partner > * {
  flex: 0 0 calc(45% - var(--gap) / 2);
}
#footer #footer_bottom .footer_logos .partner > a.eurohockey_logo {
  flex: 0 0 calc(55% - var(--gap) / 2);
}
#footer #footer_bottom .footer_logos .partner a {
  position: relative;
  display: block;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#footer #footer_bottom .footer_logos .partner a:hover {
  opacity: 0.8;
}
#footer #footer_bottom .footer_logos .partner img {
  display: block;
  width: 100%;
  height: auto;
}
#footer #footer_bottom .footer_logos .social_media_icons {
  max-width: 120px;
  display: flex;
  justify-content: space-between;
}
#footer #footer_bottom .footer_logos .social_media_icons a {
  font-size: 24px;
  margin: 0 8px;
  opacity: 1;
}
#footer #footer_bottom .footer_logos .social_media_icons a:hover {
  color: #D20A11;
}

/* @end */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */
/* @group design colors */
/* @end */
/* @group font */
/* @end */
/* @group shadows, border-radius */
/* @end */
/* @group buttons */
/* @end */
/* @group mixins */
/* @end */
/* @group headings, paragraph */
h1 {
  font: 700 30px/36px "Akute";
  padding: 0;
  margin: 0 0 26px 0;
  color: #000;
  text-transform: uppercase;
}
@media screen and (max-width: 1100px) {
  h1 {
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 16px 0;
  }
}
@media print {
  h1 {
    font: 700 15px/22px "Akute";
    color: #000;
    margin-bottom: 6px;
  }
  h1 br {
    display: none;
  }
}
h1 + .listing_entry_detail_pictures .gallery {
  margin-top: 40px;
  margin-bottom: -15px;
}

.shop-introduction,
.listing-content-introduction,
.portlet_content_introduction,
div.introduction {
  font: 400 22px/32px "Roboto";
  padding: 0;
  margin: 0 0 25px 0;
  color: #000;
  text-decoration: none;
  clear: both;
}
@media screen and (max-width: 1100px) {
  .shop-introduction,
.listing-content-introduction,
.portlet_content_introduction,
div.introduction {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
@media print {
  .shop-introduction,
.listing-content-introduction,
.portlet_content_introduction,
div.introduction {
    font: 400 13px/19px "Roboto";
    color: #000;
    margin-left: 0;
    margin-bottom: 10px;
  }
}
.shop-introduction:empty,
.listing-content-introduction:empty,
.portlet_content_introduction:empty,
div.introduction:empty {
  display: none;
}
.shop-introduction a,
.listing-content-introduction a,
.portlet_content_introduction a,
div.introduction a {
  display: inline-block;
  font-weight: 400;
  color: #000;
  position: relative;
  text-decoration: none;
}
.shop-introduction a:after,
.listing-content-introduction a:after,
.portlet_content_introduction a:after,
div.introduction a:after {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  width: 100%;
  height: 1px;
  display: block;
  background: #000;
  bottom: 1px;
}
.shop-introduction a:hover,
.listing-content-introduction a:hover,
.portlet_content_introduction a:hover,
div.introduction a:hover {
  color: #D20A11;
}
.shop-introduction a:hover:after,
.listing-content-introduction a:hover:after,
.portlet_content_introduction a:hover:after,
div.introduction a:hover:after {
  background: #D20A11;
}

h2, h2 a {
  font: 600 24px/32px "Roboto";
  padding: 0;
  margin: 0;
  color: #000;
  margin-bottom: 10px;
  border: none !important;
  text-transform: uppercase;
}
@media screen and (max-width: 1100px) {
  h2, h2 a {
    font-size: 20px;
    line-height: 28px;
  }
}
@media print {
  h2, h2 a {
    font: 600 14px/16px "Akute";
    color: #000;
    margin-bottom: 4px;
  }
}
* + h2, * + h2 a {
  margin-top: 25px;
}
h2:hover, h2 a:hover {
  color: #000 !important;
}

.shop_div h3,
h2 {
  padding-top: 22px;
}

h3, h3 a {
  font: 600 24px/32px "Roboto";
  padding: 0;
  margin: 0;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media screen and (max-width: 1100px) {
  h3, h3 a {
    font-size: 20px;
    line-height: 28px;
  }
}
@media print {
  h3, h3 a {
    font: 600 14px/16px "Akute";
    color: #000;
    margin-bottom: 4px;
  }
}
* + h3, * + h3 a {
  margin-top: 25px;
}
h2 + h3, h2 + h3 a {
  margin-top: -5px;
}

h4, h4 a {
  font: 600 20px/28px "Roboto";
  padding: 0;
  margin: 0;
  color: #000;
  margin-bottom: 8px;
}
@media screen and (max-width: 1100px) {
  h4, h4 a {
    font-size: 18px;
    line-height: 26px;
  }
}
@media print {
  h4, h4 a {
    font: 600 12px/20px "Roboto";
    color: #000;
    margin-bottom: 4px;
  }
}
* + h4, * + h4 a {
  margin-top: 20px;
}
h3 + h4, h2 + h4, h3 + h4 a, h2 + h4 a {
  margin-top: 5px;
}

h6, h6 a,
h5, h5 a {
  font: 400 15px/22px "Roboto";
  letter-spacing: 0.25px;
  color: #000;
  font-weight: 600;
  color: #000;
  margin-bottom: 2px;
}
@media print {
  h6, h6 a,
h5, h5 a {
    font: 400 12px/18px "Roboto";
    color: #000;
  }
}
@media screen and (max-width: 1100px) {
  h6, h6 a,
h5, h5 a {
    font-size: 16px;
    line-height: 26px;
  }
}

strong {
  font-weight: 600;
}

p {
  margin: 0 0 15px 0;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
p:last-child {
  margin-bottom: 0;
}
p:empty {
  display: none;
}

.content_inner > p > img,
.content_inner > p > a > img {
  display: block;
  max-width: 100%;
  height: auto !important;
}

/* @end */
/* @group link */
.content_inner td > a,
.content_overflow li > a,
.content_inner p > a {
  display: inline-block;
  font-weight: 400;
  color: #000;
  position: relative;
  text-decoration: none;
}
.content_inner td > a:after,
.content_overflow li > a:after,
.content_inner p > a:after {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  width: 100%;
  height: 1px;
  display: block;
  background: #000;
  bottom: 1px;
}
.content_inner td > a:hover,
.content_overflow li > a:hover,
.content_inner p > a:hover {
  color: #D20A11;
}
.content_inner td > a:hover:after,
.content_overflow li > a:hover:after,
.content_inner p > a:hover:after {
  background: #D20A11;
}
.content_inner td > a:after,
.content_overflow li > a:after,
.content_inner p > a:after {
  bottom: 2px;
}

.content_button > a {
  display: inline-block;
  margin: 0;
  font: 400 13px/17px "Roboto";
  color: #fff;
  font-family: "Akute";
  font-weight: 700;
  padding: 8px 25px 5px;
  width: auto;
  color: #fff;
  background: #D20A11;
  border: 1px solid #D20A11;
  border-radius: 3px;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  box-sizing: border-box;
  position: relative;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-appearance: none;
  -webkit-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -moz-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
}
@media print {
  .content_button > a {
    font: 400 11px/18px "Roboto";
    color: #000;
  }
}
.content_button > a:focus, .content_button > a:hover {
  background: #aa0812;
  color: #fff;
  border-color: #aa0812;
}

.content_inner a {
  color: #000;
  text-decoration: underline;
}
.content_inner a a:hover {
  color: #D20A11;
}

.content_inner .content_button.with_img a {
  border: none;
  padding: 0;
  background: none !important;
  border: none !important;
}
.content_inner .content_button.with_img a:after {
  display: none !important;
}
.content_inner .content_button.with_img a img {
  display: block;
}
.content_inner .content_button.with_img + .content_button.with_img {
  margin-top: 20px;
}

a img {
  border: none;
}

.content_inner p.content_button {
  margin: 0 0 20px;
}
.content_inner p.content_button + .content_button {
  margin-top: -8px;
}
.content_inner p.content_button a {
  display: inline-block;
  margin: 0;
  font: 400 13px/17px "Roboto";
  color: #fff;
  font-family: "Akute";
  font-weight: 700;
  padding: 8px 25px 5px;
  width: auto;
  color: #fff;
  background: #D20A11;
  border: 1px solid #D20A11;
  border-radius: 3px;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  box-sizing: border-box;
  position: relative;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-appearance: none;
  -webkit-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -moz-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
}
@media print {
  .content_inner p.content_button a {
    font: 400 11px/18px "Roboto";
    color: #000;
  }
}
.content_inner p.content_button a:focus, .content_inner p.content_button a:hover {
  background: #aa0812;
  color: #fff;
  border-color: #aa0812;
}
.content_inner p.content_button a:after {
  display: none;
}

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

.content_inner p + ul, .content_inner p + ol {
  margin-top: 15px;
}

.content_inner ul {
  list-style: none;
  margin: 0 0 15px;
}
.content_inner ul.sitemap li a {
  color: #000;
}
.content_inner ul.sitemap li a:hover {
  color: #D20A11;
}
.content_inner ul:last-child {
  margin-bottom: 0;
}
.content_inner ul li {
  position: relative;
  padding: 0 0 0 14px;
}
.content_inner ul li:before {
  content: "•";
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  font-family: "Font Awesome 7 Pro";
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  text-transform: none;
  color: #000;
  font-family: "Roboto";
  line-height: 24px;
}

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

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

.table_wrap_container {
  overflow: hidden;
  margin: 0 0 20px 0;
  padding-top: 32px;
}
.table_wrap_container.hide_indicator {
  padding-top: 0;
}
.table_wrap_container.hide_indicator .table_scroll_indicator {
  display: none;
}
.table_wrap_container .table_scroll_indicator {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  width: 24px;
  height: 24px;
  display: block;
}
.table_wrap_container .table_scroll_indicator:before {
  content: "\f0ec";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-family: "Font Awesome 7 Pro";
  font-size: 23px;
  line-height: 24px;
  text-align: center;
  z-index: 1;
  color: #D20A11;
}

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

table thead {
  background: #aa0812; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #aa0812, #D20A11); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(left, #aa0812, #D20A11); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(left, #aa0812, #D20A11); /* For Firefox 3.6 to 15 */
  background: linear-gradient(left, #aa0812, #D20A11); /* Standard syntax */
}
table thead th {
  color: #fff;
  border: none;
  text-align: left;
  padding: 6px 10px 4px 10px;
}

table td {
  border: none;
  padding: 6px 10px 4px 10px;
  font-weight: 400;
  text-align: left;
}
.content_inner table th a {
  color: #fff;
  text-decoration: none;
}
.content_inner table th a:hover {
  color: rgba(255, 255, 255, 0.7);
}
table tr:nth-child(2n) {
  background: #F0F0F0;
}
table.partner td {
  text-align: center;
  padding: 10px;
}
table.partner td a:after {
  display: none;
}
table.partner td img {
  display: inline-block;
  width: 90% !important;
  height: auto;
}
table.partner tr:nth-child(2n) {
  background: none;
}

table.cke_dialog tr:nth-child(2n),
#management table tr:nth-child(2n) {
  background: #fff;
}

/* @end */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */
/* @group design colors */
/* @end */
/* @group font */
/* @end */
/* @group shadows, border-radius */
/* @end */
/* @group buttons */
/* @end */
/* @group mixins */
/* @end */
/* @group mainnavigation */
.meta_wrap .meta-navigation {
  -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;
  margin-top: 1px;
}
.meta_wrap .meta-navigation > li {
  position: relative;
  z-index: 1;
  list-style: none;
  display: inline-block;
  margin-left: 34px;
}
.meta_wrap .meta-navigation > li a {
  font: 400 13px/17px "Roboto";
  color: #fff;
  color: #000;
  text-transform: uppercase;
  display: block;
  position: relative;
  margin: 0;
  text-decoration: none !important;
}
@media print {
  .meta_wrap .meta-navigation > li a {
    font: 400 11px/18px "Roboto";
    color: #000;
  }
}
.meta_wrap .meta-navigation > li a:hover {
  color: #D20A11;
}
.meta_wrap .meta-navigation > li.current a {
  font-weight: 700;
  color: #D20A11;
}

#navigation {
  padding: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
  z-index: 2;
  float: right;
}
#navigation #nav-117,
#navigation #nav-113 {
  display: none;
}
#navigation ul.level2,
#navigation #nav-21 {
  display: none;
}
#navigation li {
  list-style: none;
}
#navigation li a {
  text-decoration: none;
}
#navigation > ul > li {
  padding: 0;
  list-style: none;
  display: inline-block;
  margin-left: 0;
  position: relative;
}
#navigation > ul > li:nth-child(2) {
  margin-left: 0;
}
#navigation > ul > li > a {
  text-decoration: none;
  font-size: 21px;
  line-height: 26px;
  font-weight: 400;
  color: #fff;
  padding: 21px 18px 17px;
  text-transform: uppercase;
  display: block;
  position: relative;
  font-family: "Akute";
}
#navigation > ul > li > a:before {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  width: 100%;
  height: 5px;
  display: block;
  background: #fff;
  bottom: 18px;
  opacity: 0;
  visibility: hidden;
  display: none;
}
#navigation > ul > li.current > a, #navigation > ul > li:hover > a {
  color: #D20A11;
  background: #fff;
}
#navigation > ul > li.current > a:before, #navigation > ul > li:hover > a:before {
  opacity: 1;
  visibility: visible;
}
#navigation > ul > li:hover > a {
  color: #fff;
  background: #aa0812;
}
#navigation > ul > li:hover ul.level1 {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
#navigation ul.level1 {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  top: 64px;
  background: #aa0812;
  width: 270px;
  left: 0px;
  box-sizing: border-box;
}
#navigation ul.level1 > li {
  display: block;
  box-sizing: border-box;
}
#navigation ul.level1 > li > a {
  font: 400 15px/22px "Roboto";
  letter-spacing: 0.25px;
  color: #000;
  font-family: "Akute";
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-transform: uppercase;
  padding: 11px 20px 7px;
  display: block;
  position: relative;
}
@media print {
  #navigation ul.level1 > li > a {
    font: 400 12px/18px "Roboto";
    color: #000;
  }
}
@media screen and (max-width: 1100px) {
  #navigation ul.level1 > li > a {
    font-size: 16px;
    line-height: 26px;
  }
}
#navigation ul.level1 > li > a:hover {
  background: #79060d;
  color: #fff;
}
#navigation ul.level1 > li:hover > a, #navigation ul.level1 > li.current > a {
  color: #fff;
  background: #79060d;
}
#navigation ul.level1 > li.last_column_element {
  position: relative;
}
#navigation ul.level1 > li.last_column_element:before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  width: 1px;
  height: 100%;
  display: block;
  background: #D8D8D8;
}
#navigation ul.level1 > li.last_column_element > a {
  margin-bottom: 15px;
}
#navigation ul.level1 > li.last_column_element ul.level2 .level1 .level2 {
  display: none;
}
#navigation ul.level1 > li.last_column_element ul.level2 li > a {
  font-size: 17px;
  line-height: 21px;
  padding: 0;
  margin: 0 0 0 0;
  border-top: 1px solid #D8D8D8;
  position: relative;
}
#navigation ul.level1 > li.last_column_element ul.level2 li > a i {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
  font-size: 17px;
  line-height: 17px;
}
#navigation ul.level1 > li.last_column_element ul.level2 li > a span {
  padding: 13px 0 12px 0;
  display: block;
}
#navigation ul.level1 > li.last_column_element ul.level2 li > a .icon {
  padding: 0;
}
#navigation ul.level1 > li.last_column_element ul.level2 li > a .icon + span {
  padding: 13px 0 12px 32px;
}
#navigation ul.level1 > li.last_column_element ul.level2 li:first-child > a {
  border-top: none;
}
#navigation ul.level1 ul.level3,
#navigation ul.level1 ul.level4 {
  display: none;
}
#navigation ul.level1 ul.level2 > li.current > a, #navigation ul.level1 ul.level2 > li:hover > a {
  color: #D20A11;
}
#navigation ul.level1 ul.level2 > li.current > a {
  font-weight: 700;
}
#navigation ul.level1 ul.level2 > li > a {
  color: #000;
  font-size: 15px;
  line-height: 21px;
  font-weight: 400;
  margin-bottom: 7px;
  display: block;
}

.content_inner ul.level2,
.content_inner ul.level1 {
  position: relative;
  width: 380px;
  margin: 0 50px 40px 0;
  background: #D20A11;
  position: relative;
  padding: 30px 0 30px;
  font-family: "Akute";
}
.content_inner ul.level2:before,
.content_inner ul.level1:before {
  content: "";
  position: absolute;
  top: 0;
  left: -5000px;
  width: 5000px;
  height: 100%;
  display: block;
  background: #D20A11;
}
.content_inner ul.level2 li,
.content_inner ul.level1 li {
  padding: 0;
  font: 400 14px/21px "Roboto";
  color: #000;
}
@media print {
  .content_inner ul.level2 li,
.content_inner ul.level1 li {
    font: 400 11px/17px "Roboto";
    color: #000;
  }
}
.content_inner ul.level2 li:before,
.content_inner ul.level1 li:before {
  display: none;
}
.content_inner ul.level2 li a,
.content_inner ul.level1 li a {
  font: 600 20px/28px "Roboto";
  padding: 0;
  margin: 0;
  color: #000;
  font-family: "Akute";
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 20px 6px 20px;
  display: block;
  position: relative;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .content_inner ul.level2 li a,
.content_inner ul.level1 li a {
    font-size: 18px;
    line-height: 26px;
  }
}
@media print {
  .content_inner ul.level2 li a,
.content_inner ul.level1 li a {
    font: 600 12px/20px "Roboto";
    color: #000;
    margin-bottom: 4px;
  }
}
.content_inner ul.level2 li:hover,
.content_inner ul.level1 li:hover {
  background: #aa0812;
}
.content_inner ul.level2 li:hover > a span:before,
.content_inner ul.level1 li:hover > a span:before {
  opacity: 1;
  visibility: visible;
}
.content_inner ul.level2 li ul.level2,
.content_inner ul.level1 li ul.level2 {
  display: none;
}
.content_inner ul.level2 li.current > a,
.content_inner ul.level1 li.current > a {
  background: #fff;
  color: #D20A11;
}
.content_inner ul.level2 li.current > a span:before,
.content_inner ul.level1 li.current > a span:before {
  opacity: 1;
  visibility: visible;
}
.content_inner ul.level2 li.current ul.level2,
.content_inner ul.level1 li.current ul.level2 {
  display: block;
}

/* @group responsive navigation */
.rwd_navigation {
  display: block;
  list-style: none;
  padding: 12px 30px 40px;
}
.rwd_navigation li a {
  display: block;
  text-decoration: none;
  color: #000;
}
.rwd_navigation #rwdnav-117,
.rwd_navigation #rwdnav-113 {
  background: #777;
  text-align: center;
  color: #fff;
  margin-top: 14px;
  display: block;
  border: none;
  border-radius: 3px;
}
.rwd_navigation #rwdnav-117 a,
.rwd_navigation #rwdnav-113 a {
  color: #fff;
  padding: 12px 20px 8px;
  font-size: 20px;
  border: none;
}
.rwd_navigation #rwdnav-1 > a {
  padding-top: 25px;
  border-top: none;
}
.rwd_navigation li.current > a, .rwd_navigation li.current > a:not(:only-child):after,
.rwd_navigation li.active > a,
.rwd_navigation li.active > a:not(:only-child):after {
  color: #D20A11;
}
.rwd_navigation li.current > a:before,
.rwd_navigation li.active > a:before {
  opacity: 1;
  visibility: visible;
}
.rwd_navigation > li.current > a:not(:only-child):after, .rwd_navigation > li.active > a:not(:only-child):after {
  transform: translate(-100%, -50%) rotate(180deg);
}
.rwd_navigation > li.current > ul, .rwd_navigation > li.active > ul {
  display: block;
}
.rwd_navigation > li:first-child > a {
  border-top: 0;
}
.rwd_navigation > li > a {
  font-family: "Akute";
  padding: 19px 0 15px 0;
  font-size: 21px;
  line-height: 26px;
  font-weight: 700;
  border-top: 1px solid black;
  position: relative;
  text-transform: uppercase;
}
.rwd_navigation > li > a:not(:only-child):after {
  content: "\f107";
  position: absolute;
  top: 50%;
  left: 100%;
  display: block;
  font-family: "Font Awesome 7 Pro";
  font-size: 21px;
  line-height: 21px;
  font-weight: 400;
  text-transform: none;
  color: #000;
  transform: translate(-100%, -50%);
}
.rwd_navigation ul.level1 {
  display: none;
  margin: -11px 0 11px;
  padding: 0 0 0;
  list-style: none;
}
.rwd_navigation ul.level1 > li > a {
  color: black;
  font-size: 18px;
  line-height: 25px;
  padding: 4px 0 4px 0;
  font-weight: 400;
  position: relative;
}
.rwd_navigation ul.level1 > li.current > a {
  color: #D20A11;
  font-weight: 700;
}
.rwd_navigation ul.level1.current > ul {
  display: block;
}
.rwd_navigation ul.level1 ul {
  margin: 1px 0 3px;
}
.rwd_navigation ul.level1 ul li {
  list-style: none;
}
.rwd_navigation ul.level1 ul li.current > a {
  color: #D20A11;
  font-weight: 700;
}
.rwd_navigation ul.level1 ul li.current > a:before {
  height: 2px;
  background: #D20A11;
}
.rwd_navigation ul.level1 ul li > a {
  color: black;
  font-size: 16px;
  line-height: 18px;
  padding: 0px 0 8px 13px;
  position: relative;
}
.rwd_navigation ul.level1 ul li > a:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 5px;
  height: 1px;
  display: block;
  background: black;
}
.rwd_navigation ul.level1 ul.current {
  display: block;
}

.rwdnav_inner .language_switcher {
  width: 100%;
  background: black;
}
.rwdnav_inner .language_switcher a.language {
  width: 50%;
  display: inline-block;
  margin: -2px;
  box-sizing: border-box;
  text-align: center;
  text-transform: uppercase;
  padding: 8px 8px 7px;
  font-size: 15px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}
.rwdnav_inner .language_switcher a.language.current {
  font-weight: 700;
  color: #fff;
}
.rwdnav_inner .portlet_search {
  width: 100%;
  padding: 6px 30px 5px;
  pointer-events: all;
  border: 1px solid transparent;
  border-radius: 0;
  overflow: visible;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.15);
}
.rwdnav_inner .portlet_search .portlet-content {
  position: relative;
}
.rwdnav_inner .portlet_search .portlet-content:before {
  content: "\f002";
  position: absolute;
  top: 10px;
  left: auto;
  display: block;
  font-family: "Font Awesome 7 Pro";
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  text-transform: none;
  color: black;
  right: 0;
}
.rwdnav_inner .portlet_search .live_search_results,
.rwdnav_inner .portlet_search .controls,
.rwdnav_inner .portlet_search h3 {
  display: none !important;
}
.rwdnav_inner .portlet_search #portlet-search-input {
  background: rgba(0, 0, 0, 0);
  border: none;
  border-right: 0;
  height: 40px;
  box-sizing: border-box;
  width: 100%;
  padding: 3px 30px 0 0px;
  font: 400 15px/22px "Roboto";
  letter-spacing: 0.25px;
  color: #000;
  color: #000;
  margin-right: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  pointer-events: all;
}
@media print {
  .rwdnav_inner .portlet_search #portlet-search-input {
    font: 400 12px/18px "Roboto";
    color: #000;
  }
}
@media screen and (max-width: 1100px) {
  .rwdnav_inner .portlet_search #portlet-search-input {
    font-size: 16px;
    line-height: 26px;
  }
}
.rwdnav_inner .portlet_search #portlet-search-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: black;
  opacity: 1;
}
.rwdnav_inner .portlet_search #portlet-search-input::-moz-placeholder { /* Firefox 19+ */
  color: black;
  opacity: 1;
}
.rwdnav_inner .portlet_search #portlet-search-input:-ms-input-placeholder { /* IE 10+ */
  color: black;
  opacity: 1;
}
.rwdnav_inner .portlet_search #portlet-search-input:-moz-placeholder { /* Firefox 18- */
  color: black;
  opacity: 1;
}
.rwdnav_inner .portlet_search #portlet-search-input:-webkit-autofill, .rwdnav_inner .portlet_search #portlet-search-input:-webkit-autofill:hover, .rwdnav_inner .portlet_search #portlet-search-input:-webkit-autofill:focus, .rwdnav_inner .portlet_search #portlet-search-input:-internal-autofill-previewed, .rwdnav_inner .portlet_search #portlet-search-input:-internal-autofill-selected {
  background: #fff !important;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
.rwdnav_inner .portlet_search #portlet-search-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 40px;
  color: transparent;
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 1;
}

/* @end */
/* @group responsive navigation */
.responsive_navigation_toggle {
  z-index: 270;
  display: none;
  background: none;
  border: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 35px;
  height: 30px;
  top: 0;
  position: fixed;
  margin-top: 19px;
  margin-left: 0;
  right: 20px;
  float: right;
  -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;
}
.responsive_navigation_toggle span {
  background: #fff;
  display: block;
  height: 4px;
  border-radius: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: transform 0.3s ease 0s, top 0.25s ease 0.25s, opacity 0.01s ease 0.25s;
  -moz-transition: transform 0.3s ease 0s, top 0.25s ease 0.25s, opacity 0.01s ease 0.25s;
  -o-transition: transform 0.3s ease 0s, top 0.25s ease 0.25s, opacity 0.01s ease 0.25s;
  transition: transform 0.3s ease 0s, top 0.25s ease 0.25s, opacity 0.01s ease 0.25s;
  z-index: 150;
}
.responsive_navigation_toggle span:nth-child(2) {
  top: 12px;
}
.responsive_navigation_toggle span:nth-child(3) {
  top: 24px;
}

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

/* @end */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */
/* @group design colors */
/* @end */
/* @group font */
/* @end */
/* @group shadows, border-radius */
/* @end */
/* @group buttons */
/* @end */
/* @group mixins */
/* @end */
body {
  --management-highlight-color: #D20A11;
  --management-highlight-color-rgb: 210, 10, 17;
  --management-panel-width: 0px;
}

/* @group misc management elements */
html body.system_page .ticket_link,
html body.system_page .popup_news,
html body.system_page .content_left,
html body.system_page #bx-slider-wrap,
.logged_in.system_page .ticket_link,
.logged_in.system_page .popup_news,
.logged_in.system_page .content_left,
.logged_in.system_page #bx-slider-wrap {
  display: none;
}

.popup_content {
  height: auto;
}

#module_redirection_tool .redirection_info a {
  display: inline-block;
  font-weight: 400;
  color: #000;
  position: relative;
  text-decoration: none;
}
#module_redirection_tool .redirection_info a:after {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  width: 100%;
  height: 1px;
  display: block;
  background: #000;
  bottom: 1px;
}
#module_redirection_tool .redirection_info a:hover {
  color: #D20A11;
}
#module_redirection_tool .redirection_info a:hover:after {
  background: #D20A11;
}
#module_redirection_tool .management_button:after {
  display: none;
}

.fancybox-container a.hide_link {
  display: inline-block;
  margin: 0;
  font: 400 13px/17px "Roboto";
  color: #fff;
  font-family: "Akute";
  font-weight: 700;
  padding: 8px 25px 5px;
  width: auto;
  color: #fff;
  background: #D20A11;
  border: 1px solid #D20A11;
  border-radius: 3px;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  box-sizing: border-box;
  position: relative;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-appearance: none;
  -webkit-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -moz-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
}
@media print {
  .fancybox-container a.hide_link {
    font: 400 11px/18px "Roboto";
    color: #000;
  }
}
.fancybox-container a.hide_link:focus, .fancybox-container a.hide_link:hover {
  background: #aa0812;
  color: #fff;
  border-color: #aa0812;
}

.highlighting {
  background: rgba(170, 8, 18, 0.2);
}

.message {
  border: 0;
  background: #aa0812;
  padding: 12px 20px 9px;
  margin: 30px 0 30px;
  font: 400 15px/22px "Roboto";
  letter-spacing: 0.25px;
  color: #000;
  color: #fff;
  font-weight: 700;
}
@media print {
  .message {
    font: 400 12px/18px "Roboto";
    color: #000;
  }
}
@media screen and (max-width: 1100px) {
  .message {
    font-size: 16px;
    line-height: 26px;
  }
}
.mailform_wrap .content_inner .message {
  background: #000;
  margin-bottom: 30px;
}
.message a {
  color: #fff;
}
.message a:hover {
  opacity: 0.7;
}

.message .missing_fields {
  padding: 10px 10px 15px 8px;
}
.message .missing_fields ul li {
  font-weight: 400;
  margin-top: 7px;
  padding: 0 0 0 29px;
}
.message .missing_fields ul li:before {
  content: "\f12a";
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  font-family: "Font Awesome 7 Pro";
  font-size: 9px;
  border-radius: 50%;
  background: white;
  padding: 0px;
  color: #aa0812;
  text-align: center;
  width: 21px;
  font-weight: 700;
  text-transform: none;
  line-height: 20px;
}

/* @end */
/* @group pagination */
.pagination {
  padding-top: 40px;
  margin-bottom: 0;
  text-align: center;
  clear: both;
}
.pagination .pagination_inner {
  display: inline-block;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.pagination .pagination-links .inactive {
  display: none;
}
.pagination .pagination-numbers {
  display: flex;
  flex-flow: wrap;
}
.pagination .pagination-numbers a {
  display: block;
  margin: 0 4px;
  font-size: 13px;
  padding: 2px 0 0px;
  font-weight: 400;
  color: #000;
  text-decoration: none;
  background: none;
  border: 1px solid #000;
  border-radius: 100%;
  width: 28px;
  height: 28px;
  box-sizing: border-box;
  text-align: center;
}
.pagination .pagination-numbers a:hover, .pagination .pagination-numbers a.current {
  color: #fff;
  background: #000;
}
.pagination .pagination-links {
  display: contents;
}
.pagination .pagination-links a {
  display: block;
  position: relative;
  top: -2px;
  left: 0;
  width: 40px;
  height: 40px;
  font-size: 0;
  line-height: 0;
  border: none;
  order: -1;
}
.pagination .pagination-links a:before {
  content: "\f104";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-family: "Font Awesome 7 Pro";
  font-size: 32px;
  line-height: 32px;
  font-weight: 400;
  text-transform: none;
  color: #000;
  font-weight: 300;
  right: 0;
  bottom: 0;
  text-indent: 0;
  text-align: center;
  z-index: 10;
  -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;
}
.pagination .pagination-links a.next {
  left: auto;
  right: 0;
  order: 10;
}
.pagination .pagination-links a.next:before {
  content: "\f105";
}
.pagination .pagination-links a:hover:before {
  color: #D20A11;
}

#management .page_template_radio {
  margin-top: 6px !important;
}

/* @end */
.logged_in div.portlets div.portlets_inner_wrap div[id*=add_portlet_] .add_portlet a.add_portlet_action:after {
  display: none;
}

#top_service #portlets_top_service .portlets_inner_wrap #add_portlet_top_service .portlet_inner {
  border-radius: 0;
}

/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */
/* @group design colors */
/* @end */
/* @group font */
/* @end */
/* @group shadows, border-radius */
/* @end */
/* @group buttons */
/* @end */
/* @group mixins */
/* @end */
/* @group standard portlets */
.portlet {
  margin: 0;
  padding: 0;
}
.portlet .pictures .management_controls {
  display: none !important;
}
.portlet.hidden {
  display: block;
}
.portlet .picture,
.portlet .picture img {
  width: 100%;
  height: auto;
}
.portlet a.add_portlet_action {
  display: inline-block;
  font-weight: 400;
  color: #000;
  position: relative;
  text-decoration: none;
}
.portlet a.add_portlet_action:after {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  width: 100%;
  height: 1px;
  display: block;
  background: #000;
  bottom: 1px;
}
.portlet a.add_portlet_action:hover {
  color: #D20A11;
}
.portlet a.add_portlet_action:hover:after {
  background: #D20A11;
}
.portlet .picture a {
  border: none;
}
.portlet h3, .portlet h3 a {
  font: 600 20px/28px "Roboto";
  padding: 0;
  margin: 0;
  color: #000;
}
@media screen and (max-width: 1100px) {
  .portlet h3, .portlet h3 a {
    font-size: 18px;
    line-height: 26px;
  }
}
@media print {
  .portlet h3, .portlet h3 a {
    font: 600 12px/20px "Roboto";
    color: #000;
    margin-bottom: 4px;
  }
}
.portlet.portlet_listing .controls .portlet-resource-link {
  display: none;
}
.portlet.portlet_listing .controls .portlet-edit-link {
  margin-top: 2px;
}
.portlet.portlet_listing .controls .portlet-direction-link {
  font-size: 25px;
  width: 24px;
  margin-top: -2px;
}
.portlet.portlet_listing .controls .portlet-direction-link a {
  padding: 0;
}

#footer .portlet {
  position: relative;
}
#footer #footer_sponsors .portlet-edit-link,
#footer #footer_bottom .portlet-resource-link {
  display: none;
}

a.add_portlet_link {
  display: inline-block;
  margin: 0;
  font: 400 13px/17px "Roboto";
  color: #fff;
  font-family: "Akute";
  font-weight: 700;
  padding: 8px 25px 5px;
  width: auto;
  color: #fff;
  background: #D20A11;
  border: 1px solid #D20A11;
  border-radius: 3px;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  box-sizing: border-box;
  position: relative;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-appearance: none;
  -webkit-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -moz-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  display: inline-block;
  margin-top: 30px !important;
  margin-bottom: 20px;
  position: relative;
}
@media print {
  a.add_portlet_link {
    font: 400 11px/18px "Roboto";
    color: #000;
  }
}
a.add_portlet_link:focus, a.add_portlet_link:hover {
  background: #aa0812;
  color: #fff;
  border-color: #aa0812;
}

/* @end */
/* @group portlets */
#portlets_hockey_news {
  float: right;
  width: 410px;
  margin-top: clamp(30px, 8vw, 80px);
  margin-left: 30px;
}
#portlets_hockey_news .portlet_zone_label::after {
  content: "Zone: Hockey News rechts";
}
#portlets_hockey_news + .cf {
  display: none;
}
#portlets_hockey_news + .cf + script + #portlets_news, #portlets_hockey_news + .cf + #portlets_news {
  width: calc(100% - 440px);
  float: left;
}
#portlets_hockey_news .portlet {
  margin-top: 40px;
  position: relative;
}
#portlets_hockey_news .portlet:after {
  content: "";
  position: absolute;
  top: calc(100% - 12px);
  left: 0;
  width: 100%;
  height: 12px;
  display: block;
  background: #D8D8D8;
  border-radius: 100%;
  -moz-filter: blur(15px);
  -webkit-filter: blur(15px);
  filter: blur(15px);
}
#portlets_hockey_news .portlet:first-child {
  margin-top: 0;
}
#portlets_hockey_news .portlet:first-child div.portlet_inner {
  background: #D20A11;
}
#portlets_hockey_news .portlet .pictures {
  border-radius: 3px;
  overflow: hidden;
}
#portlets_hockey_news .portlet .portlet_inner {
  background: #fff;
  padding: 0;
  color: #000;
  text-align: center;
  border-radius: 3px;
  position: relative;
  z-index: 1;
}
#portlets_hockey_news .portlet .portlet_inner .portlet_text_wrap {
  padding: 20px;
  box-sizing: border-box;
}
#portlets_hockey_news .portlet .portlet_inner p:last-child {
  margin-bottom: 0;
}
#portlets_hockey_news .portlet .portlet_inner h3 {
  border: none;
  font: 600 24px/32px "Roboto";
  padding: 0;
  margin: 0;
  color: #000;
  color: #000;
  margin-bottom: 16px;
  padding-bottom: 6px;
}
@media screen and (max-width: 1100px) {
  #portlets_hockey_news .portlet .portlet_inner h3 {
    font-size: 20px;
    line-height: 28px;
  }
}
@media print {
  #portlets_hockey_news .portlet .portlet_inner h3 {
    font: 600 14px/16px "Akute";
    color: #000;
    margin-bottom: 4px;
  }
}
#portlets_hockey_news .portlet .portlet_inner h3 a {
  text-decoration: none;
  color: #000;
}
#portlets_hockey_news .portlet .portlet_inner a.portlet_content_link {
  display: inline-block;
  margin: 0;
  font: 400 13px/17px "Roboto";
  color: #fff;
  font-family: "Akute";
  font-weight: 700;
  padding: 8px 25px 5px;
  width: auto;
  color: #fff;
  background: #D20A11;
  border: 1px solid #D20A11;
  border-radius: 3px;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  box-sizing: border-box;
  position: relative;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-appearance: none;
  -webkit-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -moz-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
}
@media print {
  #portlets_hockey_news .portlet .portlet_inner a.portlet_content_link {
    font: 400 11px/18px "Roboto";
    color: #000;
  }
}
#portlets_hockey_news .portlet .portlet_inner a.portlet_content_link:focus, #portlets_hockey_news .portlet .portlet_inner a.portlet_content_link:hover {
  background: #aa0812;
  color: #fff;
  border-color: #aa0812;
}

#portlets_hockey_news .portlet.portlet_sihf_stats_ranking .portlet_inner, #portlets_hockey_news .portlet.portlet_sihf_stats_calendar .portlet_inner,
#portlets_left .portlet.portlet_sihf_stats_ranking .portlet_inner,
#portlets_left .portlet.portlet_sihf_stats_calendar .portlet_inner {
  background: #F0F0F0;
  padding: 20px;
  color: #fff;
  border-radius: 3px;
}
#portlets_hockey_news .portlet.portlet_sihf_stats_ranking .portlet_inner h3, #portlets_hockey_news .portlet.portlet_sihf_stats_calendar .portlet_inner h3,
#portlets_left .portlet.portlet_sihf_stats_ranking .portlet_inner h3,
#portlets_left .portlet.portlet_sihf_stats_calendar .portlet_inner h3 {
  font: 600 24px/32px "Roboto";
  padding: 0;
  margin: 0;
  color: #000;
  color: #000;
  margin-bottom: 16px;
}
@media screen and (max-width: 1100px) {
  #portlets_hockey_news .portlet.portlet_sihf_stats_ranking .portlet_inner h3, #portlets_hockey_news .portlet.portlet_sihf_stats_calendar .portlet_inner h3,
#portlets_left .portlet.portlet_sihf_stats_ranking .portlet_inner h3,
#portlets_left .portlet.portlet_sihf_stats_calendar .portlet_inner h3 {
    font-size: 20px;
    line-height: 28px;
  }
}
@media print {
  #portlets_hockey_news .portlet.portlet_sihf_stats_ranking .portlet_inner h3, #portlets_hockey_news .portlet.portlet_sihf_stats_calendar .portlet_inner h3,
#portlets_left .portlet.portlet_sihf_stats_ranking .portlet_inner h3,
#portlets_left .portlet.portlet_sihf_stats_calendar .portlet_inner h3 {
    font: 600 14px/16px "Akute";
    color: #000;
    margin-bottom: 4px;
  }
}
#portlets_hockey_news .portlet.portlet_sihf_stats_ranking .portlet_inner h3 a, #portlets_hockey_news .portlet.portlet_sihf_stats_calendar .portlet_inner h3 a,
#portlets_left .portlet.portlet_sihf_stats_ranking .portlet_inner h3 a,
#portlets_left .portlet.portlet_sihf_stats_calendar .portlet_inner h3 a {
  text-decoration: none;
  color: #000;
}
#portlets_hockey_news .portlet.portlet_sihf_stats_ranking .portlet_inner a, #portlets_hockey_news .portlet.portlet_sihf_stats_calendar .portlet_inner a,
#portlets_left .portlet.portlet_sihf_stats_ranking .portlet_inner a,
#portlets_left .portlet.portlet_sihf_stats_calendar .portlet_inner a {
  color: #000;
}
#portlets_hockey_news .portlet.portlet_sihf_stats_ranking .portlet_inner a:after, #portlets_hockey_news .portlet.portlet_sihf_stats_calendar .portlet_inner a:after,
#portlets_left .portlet.portlet_sihf_stats_ranking .portlet_inner a:after,
#portlets_left .portlet.portlet_sihf_stats_calendar .portlet_inner a:after {
  background: #000;
}
#portlets_hockey_news .portlet.portlet_sihf_stats_ranking .portlet_inner a:hover, #portlets_hockey_news .portlet.portlet_sihf_stats_calendar .portlet_inner a:hover,
#portlets_left .portlet.portlet_sihf_stats_ranking .portlet_inner a:hover,
#portlets_left .portlet.portlet_sihf_stats_calendar .portlet_inner a:hover {
  color: rgba(0, 0, 0, 0.8);
}
#portlets_hockey_news .portlet.portlet_sihf_stats_ranking .portlet_inner a:hover:after, #portlets_hockey_news .portlet.portlet_sihf_stats_calendar .portlet_inner a:hover:after,
#portlets_left .portlet.portlet_sihf_stats_ranking .portlet_inner a:hover:after,
#portlets_left .portlet.portlet_sihf_stats_calendar .portlet_inner a:hover:after {
  background: rgba(0, 0, 0, 0.7);
}
#portlets_hockey_news .portlet.portlet_sihf_stats_ranking .portlet_inner a.portlet_content_link, #portlets_hockey_news .portlet.portlet_sihf_stats_calendar .portlet_inner a.portlet_content_link,
#portlets_left .portlet.portlet_sihf_stats_ranking .portlet_inner a.portlet_content_link,
#portlets_left .portlet.portlet_sihf_stats_calendar .portlet_inner a.portlet_content_link {
  display: inline-block;
  margin: 0;
  font: 400 13px/17px "Roboto";
  color: #fff;
  font-family: "Akute";
  font-weight: 700;
  padding: 8px 25px 5px;
  width: auto;
  color: #fff;
  background: #D20A11;
  border: 1px solid #D20A11;
  border-radius: 3px;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  box-sizing: border-box;
  position: relative;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-appearance: none;
  -webkit-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -moz-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
}
@media print {
  #portlets_hockey_news .portlet.portlet_sihf_stats_ranking .portlet_inner a.portlet_content_link, #portlets_hockey_news .portlet.portlet_sihf_stats_calendar .portlet_inner a.portlet_content_link,
#portlets_left .portlet.portlet_sihf_stats_ranking .portlet_inner a.portlet_content_link,
#portlets_left .portlet.portlet_sihf_stats_calendar .portlet_inner a.portlet_content_link {
    font: 400 11px/18px "Roboto";
    color: #000;
  }
}
#portlets_hockey_news .portlet.portlet_sihf_stats_ranking .portlet_inner a.portlet_content_link:focus, #portlets_hockey_news .portlet.portlet_sihf_stats_ranking .portlet_inner a.portlet_content_link:hover, #portlets_hockey_news .portlet.portlet_sihf_stats_calendar .portlet_inner a.portlet_content_link:focus, #portlets_hockey_news .portlet.portlet_sihf_stats_calendar .portlet_inner a.portlet_content_link:hover,
#portlets_left .portlet.portlet_sihf_stats_ranking .portlet_inner a.portlet_content_link:focus,
#portlets_left .portlet.portlet_sihf_stats_ranking .portlet_inner a.portlet_content_link:hover,
#portlets_left .portlet.portlet_sihf_stats_calendar .portlet_inner a.portlet_content_link:focus,
#portlets_left .portlet.portlet_sihf_stats_calendar .portlet_inner a.portlet_content_link:hover {
  background: #aa0812;
  color: #fff;
  border-color: #aa0812;
}
#portlets_hockey_news .portlet.portlet_sihf_stats_calendar .ui-datepicker.ui-widget .ui-widget-header,
#portlets_left .portlet.portlet_sihf_stats_calendar .ui-datepicker.ui-widget .ui-widget-header {
  background: transparent;
}
#portlets_hockey_news .portlet.portlet_sihf_stats_calendar .ui-datepicker.ui-widget thead tr,
#portlets_left .portlet.portlet_sihf_stats_calendar .ui-datepicker.ui-widget thead tr {
  border-bottom: 0;
}
#portlets_hockey_news .portlet.portlet_sihf_stats_calendar .ui-datepicker-inline,
#portlets_left .portlet.portlet_sihf_stats_calendar .ui-datepicker-inline {
  padding: 0;
}
#portlets_hockey_news .portlet.portlet_sihf_stats_calendar .ui-datepicker-prev,
#portlets_hockey_news .portlet.portlet_sihf_stats_calendar .ui-datepicker-next,
#portlets_left .portlet.portlet_sihf_stats_calendar .ui-datepicker-prev,
#portlets_left .portlet.portlet_sihf_stats_calendar .ui-datepicker-next {
  top: 24px !important;
  border-color: #fff !important;
}
#portlets_hockey_news .portlet.portlet_sihf_stats_calendar .sihf_calendar .ui-datepicker-title,
#portlets_left .portlet.portlet_sihf_stats_calendar .sihf_calendar .ui-datepicker-title {
  margin: 2px 0;
}
#portlets_hockey_news .portlet.portlet_sihf_stats_calendar .sihf_calendar table,
#portlets_left .portlet.portlet_sihf_stats_calendar .sihf_calendar table {
  margin-bottom: 0;
}
#portlets_hockey_news .portlet.portlet_sihf_stats_calendar .sihf_calendar table tbody,
#portlets_left .portlet.portlet_sihf_stats_calendar .sihf_calendar table tbody {
  background: rgba(0, 0, 0, 0.1);
}
#portlets_hockey_news .portlet.portlet_sihf_stats_calendar .sihf_calendar table th,
#portlets_hockey_news .portlet.portlet_sihf_stats_calendar .sihf_calendar table td,
#portlets_left .portlet.portlet_sihf_stats_calendar .sihf_calendar table th,
#portlets_left .portlet.portlet_sihf_stats_calendar .sihf_calendar table td {
  border-color: black;
}
#portlets_hockey_news .portlet.portlet_sihf_stats_calendar .sihf_calendar table th,
#portlets_left .portlet.portlet_sihf_stats_calendar .sihf_calendar table th {
  color: #fff;
  font-weight: 600;
  background: black;
}
#portlets_hockey_news .portlet.portlet_sihf_stats_calendar .sihf_calendar table td:last-child,
#portlets_left .portlet.portlet_sihf_stats_calendar .sihf_calendar table td:last-child {
  border-right: none;
}
#portlets_hockey_news .portlet.portlet_sihf_stats_calendar .sihf_calendar table td:first-child,
#portlets_left .portlet.portlet_sihf_stats_calendar .sihf_calendar table td:first-child {
  border-left: none;
}
#portlets_hockey_news .portlet.portlet_sihf_stats_calendar .sihf_calendar table tr:last-child td,
#portlets_left .portlet.portlet_sihf_stats_calendar .sihf_calendar table tr:last-child td {
  border-bottom: none;
}
#portlets_hockey_news .portlet.portlet_sihf_stats_calendar .sihf_calendar table td.match.away_ehc-visp > *,
#portlets_left .portlet.portlet_sihf_stats_calendar .sihf_calendar table td.match.away_ehc-visp > * {
  background: rgba(255, 255, 255, 0.7);
  color: #000;
}
#portlets_hockey_news .portlet.portlet_sihf_stats_calendar .sihf_calendar table td.match.home_ehc-visp > *,
#portlets_left .portlet.portlet_sihf_stats_calendar .sihf_calendar table td.match.home_ehc-visp > * {
  background: #fff;
  color: #000;
}
#portlets_hockey_news .portlet.portlet_sihf_stats_calendar .sihf_calendar table td.match.postponed > *,
#portlets_left .portlet.portlet_sihf_stats_calendar .sihf_calendar table td.match.postponed > * {
  background: orange;
  color: #fff;
}
#portlets_hockey_news .portlet.portlet_sihf_stats_ranking .table_wrap_container,
#portlets_left .portlet.portlet_sihf_stats_ranking .table_wrap_container {
  margin-bottom: 0;
}
#portlets_hockey_news .portlet.portlet_sihf_stats_ranking .sihf_ranking_table th,
#portlets_left .portlet.portlet_sihf_stats_ranking .sihf_ranking_table th {
  color: #000;
}
#portlets_hockey_news .portlet.portlet_sihf_stats_ranking .sihf_ranking_table tr:nth-child(even) td,
#portlets_left .portlet.portlet_sihf_stats_ranking .sihf_ranking_table tr:nth-child(even) td {
  background: gainsboro;
}
#portlets_hockey_news .portlet.portlet_sihf_stats_ranking .sihf_ranking_table td,
#portlets_left .portlet.portlet_sihf_stats_ranking .sihf_ranking_table td {
  padding: 4px 5px 2px;
  color: #000;
}
#portlets_hockey_news .portlet.portlet_sihf_stats_ranking .sihf_ranking_table td:first-child,
#portlets_left .portlet.portlet_sihf_stats_ranking .sihf_ranking_table td:first-child {
  padding-left: 8px;
}
#portlets_hockey_news .portlet.portlet_sihf_stats_ranking .sihf_ranking_table td:last-child,
#portlets_left .portlet.portlet_sihf_stats_ranking .sihf_ranking_table td:last-child {
  padding-right: 8px;
}

#portlets_news {
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
#portlets_news .portlet_zone_label::after {
  content: "Zone: News links";
}
#portlets_news .portlet {
  position: relative;
  padding: clamp(30px, 8vw, 80px) 45px clamp(30px, 8vw, 80px) 0;
}
#portlets_news .portlet:first-child {
  background: #D20A11;
  color: #fff;
}
#portlets_news .portlet:first-child a {
  color: #fff;
}
#portlets_news .portlet:first-child:before {
  content: "";
  position: absolute;
  top: 0;
  left: -5000px;
  width: 5000px;
  height: 100%;
  display: block;
  background: #D20A11;
}
#portlets_news .portlet:first-child h2 a:hover {
  color: #fff !important;
}
#portlets_news .portlet:first-child h2:hover {
  color: #fff !important;
}
#portlets_news .portlet:first-child .portlet-listing-entry {
  border-bottom: 1px solid #fff;
}
#portlets_news .portlet:first-child .portlet-listing-entry .portlet-listing-content-container .portlet-entry-link {
  display: inline-block;
  margin: 0;
  font: 400 13px/17px "Roboto";
  color: #fff;
  font-family: "Akute";
  font-weight: 700;
  padding: 8px 25px 5px;
  width: auto;
  color: #fff;
  background: #D20A11;
  border: 1px solid #D20A11;
  border-radius: 3px;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  box-sizing: border-box;
  position: relative;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-appearance: none;
  -webkit-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -moz-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  color: #fff;
  background: transparent;
  border-color: #fff;
}
@media print {
  #portlets_news .portlet:first-child .portlet-listing-entry .portlet-listing-content-container .portlet-entry-link {
    font: 400 11px/18px "Roboto";
    color: #000;
  }
}
#portlets_news .portlet:first-child .portlet-listing-entry .portlet-listing-content-container .portlet-entry-link:focus, #portlets_news .portlet:first-child .portlet-listing-entry .portlet-listing-content-container .portlet-entry-link:hover {
  background: #aa0812;
  color: #fff;
  border-color: #aa0812;
}
#portlets_news .portlet:first-child .portlet-listing-entry .portlet-listing-content-container .portlet-entry-link:hover, #portlets_news .portlet:first-child .portlet-listing-entry .portlet-listing-content-container .portlet-entry-link:focus {
  color: #D20A11;
  background: #fff;
  border-color: #fff;
}
#portlets_news .portlet:first-child h3, #portlets_news .portlet:first-child h3 a {
  color: #fff;
}
#portlets_news .portlet:first-child h3 {
  border: none;
  margin-bottom: clamp(20px, 8vw, 80px);
}
#portlets_news .portlet:first-child .portlet_listing_link {
  display: inline-block;
  margin: 0;
  font: 400 13px/17px "Roboto";
  color: #fff;
  font-family: "Akute";
  font-weight: 700;
  padding: 8px 25px 5px;
  width: auto;
  color: #fff;
  background: #D20A11;
  border: 1px solid #D20A11;
  border-radius: 3px;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  box-sizing: border-box;
  position: relative;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-appearance: none;
  -webkit-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -moz-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  color: #D20A11;
  background: #fff;
  border-color: #fff;
}
@media print {
  #portlets_news .portlet:first-child .portlet_listing_link {
    font: 400 11px/18px "Roboto";
    color: #000;
  }
}
#portlets_news .portlet:first-child .portlet_listing_link:focus, #portlets_news .portlet:first-child .portlet_listing_link:hover {
  background: #aa0812;
  color: #fff;
  border-color: #aa0812;
}
#portlets_news .portlet:first-child .portlet_listing_link:hover, #portlets_news .portlet:first-child .portlet_listing_link:focus {
  color: #fff;
  background: #000;
  border-color: #000;
}
#portlets_news .portlet h3, #portlets_news .portlet h3 a {
  font: 700 30px/36px "Akute";
  padding: 0;
  margin: 0 0 26px 0;
  color: #000;
  text-transform: uppercase;
  display: block;
}
@media screen and (max-width: 1100px) {
  #portlets_news .portlet h3, #portlets_news .portlet h3 a {
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 16px 0;
  }
}
@media print {
  #portlets_news .portlet h3, #portlets_news .portlet h3 a {
    font: 700 15px/22px "Akute";
    color: #000;
    margin-bottom: 6px;
  }
  #portlets_news .portlet h3 br, #portlets_news .portlet h3 a br {
    display: none;
  }
}
#portlets_news .portlet h3 a {
  margin-bottom: 0;
  text-decoration: none;
}
#portlets_news .portlet h3 {
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
}
#portlets_news .portlet .portlet_listing_link {
  display: inline-block;
  margin: 0;
  font: 400 13px/17px "Roboto";
  color: #fff;
  font-family: "Akute";
  font-weight: 700;
  padding: 8px 25px 5px;
  width: auto;
  color: #fff;
  background: #D20A11;
  border: 1px solid #D20A11;
  border-radius: 3px;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  box-sizing: border-box;
  position: relative;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-appearance: none;
  -webkit-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -moz-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  color: #D20A11;
  background: #fff;
  border-color: #fff;
}
@media print {
  #portlets_news .portlet .portlet_listing_link {
    font: 400 11px/18px "Roboto";
    color: #000;
  }
}
#portlets_news .portlet .portlet_listing_link:focus, #portlets_news .portlet .portlet_listing_link:hover {
  background: #aa0812;
  color: #fff;
  border-color: #aa0812;
}
#portlets_news .portlet .portlet_listing_link:hover, #portlets_news .portlet .portlet_listing_link:focus {
  color: #fff;
  background: #000;
  border-color: #000;
}
#portlets_news .portlet .portlet-listing-entry {
  margin-bottom: clamp(15px, 3.5vw, 35px);
  padding-bottom: clamp(15px, 3.5vw, 35px);
  border-bottom: 1px solid #000;
  position: relative;
}
#portlets_news .portlet .portlet-listing-entry:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 100%;
  width: 45px;
  height: 1px;
  display: block;
  background: #fff;
}
#portlets_news .portlet .portlet-listing-entry .resource_container {
  width: 45%;
  margin-right: 30px;
  margin-top: 0;
  float: left;
  border-radius: 3px;
  overflow: hidden;
}
#portlets_news .portlet .portlet-listing-entry .resource_container .resource_description {
  display: none;
}
#portlets_news .portlet .portlet-listing-entry .portlet-entry-tags {
  display: none;
}
#portlets_news .portlet .portlet-listing-entry .portlet-entry-date {
  font: 400 13px/17px "Roboto";
  color: #fff;
  background: #000;
  color: #fff;
  border-radius: 3px;
  padding: 2px 8px;
  max-width: max-content;
  margin-bottom: 6px;
}
@media print {
  #portlets_news .portlet .portlet-listing-entry .portlet-entry-date {
    font: 400 11px/18px "Roboto";
    color: #000;
  }
}
#portlets_news .portlet .portlet-listing-entry .portlet-listing-content-container {
  overflow: hidden;
}
#portlets_news .portlet .portlet-listing-entry .portlet-listing-content-container h2 {
  margin-top: 0;
  margin-bottom: clamp(10px, 2vw, 20px);
  padding-top: 0;
  border-top: none !important;
  text-transform: none;
}
#portlets_news .portlet .portlet-listing-entry .portlet-listing-content-container h2 a {
  text-decoration: none;
  text-transform: none;
}
#portlets_news .portlet .portlet-listing-entry .portlet-listing-content-container .portlet-entry-link {
  display: inline-block;
  margin: 0;
  font: 400 13px/17px "Roboto";
  color: #fff;
  font-family: "Akute";
  font-weight: 700;
  padding: 8px 25px 5px;
  width: auto;
  color: #fff;
  background: #D20A11;
  border: 1px solid #D20A11;
  border-radius: 3px;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  box-sizing: border-box;
  position: relative;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-appearance: none;
  -webkit-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -moz-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  color: #000;
  background: transparent;
  border-color: #000;
  margin-top: 15px !important;
}
@media print {
  #portlets_news .portlet .portlet-listing-entry .portlet-listing-content-container .portlet-entry-link {
    font: 400 11px/18px "Roboto";
    color: #000;
  }
}
#portlets_news .portlet .portlet-listing-entry .portlet-listing-content-container .portlet-entry-link:focus, #portlets_news .portlet .portlet-listing-entry .portlet-listing-content-container .portlet-entry-link:hover {
  background: #aa0812;
  color: #fff;
  border-color: #aa0812;
}
#portlets_news .portlet .portlet-listing-entry .portlet-listing-content-container .portlet-entry-link:hover, #portlets_news .portlet .portlet-listing-entry .portlet-listing-content-container .portlet-entry-link:focus {
  color: #fff;
  background: #000;
  border-color: #000;
}

/* @end */
#top_service .portlet_zone_label::after {
  content: "Zone: Top Service";
}
#top_service .top_service_inner {
  max-width: 1240px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  box-sizing: border-box;
  padding-top: clamp(30px, 8vw, 80px);
  padding-bottom: clamp(30px, 8vw, 80px);
}
#top_service .top_service_inner > .portlet_title_only {
  text-align: center;
  display: block;
}
#top_service .top_service_inner > .portlet_title_only h3 {
  font: 700 30px/36px "Akute";
  padding: 0;
  margin: 0 0 26px 0;
  color: #000;
  text-transform: uppercase;
  margin-bottom: clamp(30px, 8vw, 80px);
  color: #D20A11;
}
@media screen and (max-width: 1100px) {
  #top_service .top_service_inner > .portlet_title_only h3 {
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 16px 0;
  }
}
@media print {
  #top_service .top_service_inner > .portlet_title_only h3 {
    font: 700 15px/22px "Akute";
    color: #000;
    margin-bottom: 6px;
  }
  #top_service .top_service_inner > .portlet_title_only h3 br {
    display: none;
  }
}
#top_service #portlets_top_service .portlets_inner_wrap {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  gap: clamp(15px, 5vw, 50px);
}
#top_service #portlets_top_service .portlets_inner_wrap #add_portlet_top_service .portlet_inner {
  background: #fff;
}
#top_service #portlets_top_service .portlets_inner_wrap #add_portlet_top_service .portlet_inner:after, #top_service #portlets_top_service .portlets_inner_wrap #add_portlet_top_service .portlet_inner:before {
  display: none;
}
#top_service #portlets_top_service .portlets_inner_wrap #add_portlet_top_service .portlet_inner h3 {
  position: relative;
  color: #000;
  bottom: 0;
  padding-top: 10px;
}
#top_service #portlets_top_service .portlets_inner_wrap #add_portlet_top_service .portlet_inner .add_portlet {
  padding: 0 20px 30px;
}
#top_service #portlets_top_service .portlets_inner_wrap .portlet {
  flex: 0 0 215px;
  max-width: 29%;
  min-width: 100px;
  background: url(../img/background_service.svg) no-repeat;
  background-size: contain;
  background-size: 100% 100%;
}
#top_service #portlets_top_service .portlets_inner_wrap .portlet:hover {
  background: url(../img/background_service_hover.svg) no-repeat;
  background-size: contain;
  background-size: 100% 100%;
}
#top_service #portlets_top_service .portlets_inner_wrap .portlet * {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#top_service #portlets_top_service .portlets_inner_wrap .portlet.hockey .portlet_inner:after {
  content: "\f453";
}
#top_service #portlets_top_service .portlets_inner_wrap .portlet.area .portlet_inner:after {
  content: "\f073";
}
#top_service #portlets_top_service .portlets_inner_wrap .portlet.eat .portlet_inner:after {
  content: "a";
}
#top_service #portlets_top_service .portlets_inner_wrap .portlet.news .portlet_inner:after {
  content: "\f1ea";
}
#top_service #portlets_top_service .portlets_inner_wrap .portlet.whats_app .portlet_inner:after {
  content: "\f232";
  font-family: "Font Awesome 7 Brands";
}
#top_service #portlets_top_service .portlets_inner_wrap .portlet.business .portlet_inner:after {
  content: "h";
}
#top_service #portlets_top_service .portlets_inner_wrap .portlet.fan .portlet_inner:after {
  content: "\f553";
}
#top_service #portlets_top_service .portlets_inner_wrap .portlet.jobs .portlet_inner:after {
  content: "j";
}
#top_service #portlets_top_service .portlets_inner_wrap .portlet .portlet_inner {
  border-radius: 100%;
  aspect-ratio: 215/195;
  width: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  gap: clamp(10px, 2vw, 20px);
  position: relative;
}
#top_service #portlets_top_service .portlets_inner_wrap .portlet .portlet_inner > .cf {
  display: none;
}
#top_service #portlets_top_service .portlets_inner_wrap .portlet .portlet_inner .portlet-content {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  overflow: hidden;
}
#top_service #portlets_top_service .portlets_inner_wrap .portlet .portlet_inner:after {
  content: "\f454";
  position: absolute;
  top: auto;
  left: auto;
  display: block;
  font-family: "Font Awesome 7 Pro";
  font-size: clamp(25px, 5.8vw, 58px);
  line-height: clamp(25px, 5.8vw, 58px);
  font-weight: 400;
  text-transform: none;
  color: #fff;
  font-weight: 400;
  position: relative;
  pointer-events: none;
  order: -1;
}
#top_service #portlets_top_service .portlets_inner_wrap .portlet .portlet_inner h3, #top_service #portlets_top_service .portlets_inner_wrap .portlet .portlet_inner h3 a {
  text-align: center;
  font: 600 20px/28px "Roboto";
  padding: 0;
  margin: 0;
  color: #000;
  font-size: clamp(15px, 2vw, 20px) !important;
  line-height: clamp(19px, 2.8vw, 28px) !important;
  color: #fff;
  text-decoration: none;
  text-transform: none;
}
@media screen and (max-width: 1100px) {
  #top_service #portlets_top_service .portlets_inner_wrap .portlet .portlet_inner h3, #top_service #portlets_top_service .portlets_inner_wrap .portlet .portlet_inner h3 a {
    font-size: 18px;
    line-height: 26px;
  }
}
@media print {
  #top_service #portlets_top_service .portlets_inner_wrap .portlet .portlet_inner h3, #top_service #portlets_top_service .portlets_inner_wrap .portlet .portlet_inner h3 a {
    font: 600 12px/20px "Roboto";
    color: #000;
    margin-bottom: 4px;
  }
}
#top_service #portlets_top_service .portlets_inner_wrap .portlet .portlet_inner h3 {
  padding-left: 25px;
  padding-right: 25px;
}
#top_service #portlets_top_service .portlets_inner_wrap .portlet .portlet_inner .portlet_content_link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 0;
  line-height: 0;
  display: block !important;
}
#top_service #portlets_top_service .portlets_inner_wrap .portlet:nth-child(4n+1) {
  clear: both;
}

#portlets_left {
  width: 380px;
  margin-right: 50px;
  margin-bottom: 30px;
}
#portlets_left .portlet_zone_label::after {
  content: "Zone: Boxen links";
}
#portlets_left .portlet_shop .portlet-title {
  display: none;
}
#portlets_left .portlet_shop .shop_cart {
  background: none;
  padding: 0;
}
#portlets_left .portlet_shop .shop_cart h3 {
  background: none;
  position: relative;
  padding-left: 32px;
  margin-bottom: 8px;
}
#portlets_left .portlet_shop .shop_cart h3:before {
  content: "\f07a";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-family: "Font Awesome 7 Pro";
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  text-transform: none;
  color: #000;
}
#portlets_left .portlet_shop .shop_cart .goto-cart {
  display: inline-block;
  margin: 0;
  font: 400 13px/17px "Roboto";
  color: #fff;
  font-family: "Akute";
  font-weight: 700;
  padding: 8px 25px 5px;
  width: auto;
  color: #fff;
  background: #D20A11;
  border: 1px solid #D20A11;
  border-radius: 3px;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  box-sizing: border-box;
  position: relative;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-appearance: none;
  -webkit-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -moz-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
}
@media print {
  #portlets_left .portlet_shop .shop_cart .goto-cart {
    font: 400 11px/18px "Roboto";
    color: #000;
  }
}
#portlets_left .portlet_shop .shop_cart .goto-cart:focus, #portlets_left .portlet_shop .shop_cart .goto-cart:hover {
  background: #aa0812;
  color: #fff;
  border-color: #aa0812;
}
#portlets_left .portlet_shop.portlet_shop_member_panel .portlet-title {
  display: block;
  margin-bottom: 10px;
}
#portlets_left .portlet_shop.portlet_shop_member_panel .portlet_shop_member_panel_inner > p a {
  text-decoration: none;
}
#portlets_left .portlet_shop.portlet_shop_member_panel .portlet_shop_member_panel_inner > p a:after {
  display: none;
}
#portlets_left .portlet_shop.portlet_shop_member_panel .portlet_shop_member_panel_inner > p:not(:last-child) {
  margin-bottom: 7px;
}
#portlets_left .portlet_shop.portlet_shop_member_panel .portlet_shop_member_panel_inner > p.link_wishlist {
  display: none;
}
#portlets_left .portlet_shop.portlet_shop_member_panel .login_form label {
  padding-bottom: 3px;
  padding-top: 0;
}
#portlets_left .portlet_shop.portlet_shop_member_panel .login_form > p.p_lost_password:last-child,
#portlets_left .portlet_shop.portlet_shop_member_panel .login_form .p_remember_me_checkbox .checkbox_wrap {
  margin-left: 0;
}
#portlets_left .portlet_shop.portlet_shop_member_panel .login_form .p_remember_me_checkbox, #portlets_left .portlet_shop.portlet_shop_member_panel .login_form > p.p_lost_password:last-child {
  margin-bottom: 0 !important;
}
#portlets_left .portlet_shop.portlet_shop_member_panel .portlet_shop_register {
  font-size: 13px;
}
#portlets_left h3 {
  text-transform: none;
  margin-bottom: 3px;
}
#portlets_left h3 a {
  text-decoration: none;
  text-transform: none;
}
#portlets_left .portlet_content_introduction {
  font: 600 20px/28px "Roboto";
  padding: 0;
  margin: 0;
  color: #000;
  font-weight: 400;
  margin-bottom: 10px;
}
@media screen and (max-width: 1100px) {
  #portlets_left .portlet_content_introduction {
    font-size: 18px;
    line-height: 26px;
  }
}
@media print {
  #portlets_left .portlet_content_introduction {
    font: 600 12px/20px "Roboto";
    color: #000;
    margin-bottom: 4px;
  }
}
#portlets_left .portlet_content_link {
  display: inline-block;
  margin: 0;
  font: 400 13px/17px "Roboto";
  color: #fff;
  font-family: "Akute";
  font-weight: 700;
  padding: 8px 25px 5px;
  width: auto;
  color: #fff;
  background: #D20A11;
  border: 1px solid #D20A11;
  border-radius: 3px;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  box-sizing: border-box;
  position: relative;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-appearance: none;
  -webkit-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -moz-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  color: #000;
  background: transparent;
  border-color: #000;
}
@media print {
  #portlets_left .portlet_content_link {
    font: 400 11px/18px "Roboto";
    color: #000;
  }
}
#portlets_left .portlet_content_link:focus, #portlets_left .portlet_content_link:hover {
  background: #aa0812;
  color: #fff;
  border-color: #aa0812;
}
#portlets_left .portlet_content_link:hover, #portlets_left .portlet_content_link:focus {
  color: #fff;
  background: #000;
  border-color: #000;
}
#portlets_left .resource_container + .portlet_text_wrap {
  margin-top: 15px;
}
#portlets_left .portlet {
  margin-top: 40px;
  position: relative;
}
#portlets_left .portlet:first-child {
  margin-top: 0;
}

#portlets_bottom {
  background: #D20A11;
  position: relative;
}
#portlets_bottom .portlet_zone_label::after {
  content: "Zone: Portlets unten";
}
#portlets_bottom .portlet + .add_portlet_link {
  display: none;
}
#portlets_bottom .portlets_inner_wrap {
  max-width: 1240px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  box-sizing: border-box;
  height: 0;
  padding-bottom: 11%;
  position: relative;
}
#portlets_bottom .portlets_inner_wrap .portlet-content {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 52%;
}
#portlets_bottom .portlets_inner_wrap .portlet-title {
  width: 25%;
  display: inline-block;
  box-sizing: border-box;
  font: 700 30px/36px "Akute";
  padding: 0;
  margin: 0 0 26px 0;
  color: #000;
  text-transform: uppercase;
  margin: 4px 0 0 0;
  color: #fff;
  text-transform: uppercase;
  vertical-align: middle;
}
@media screen and (max-width: 1100px) {
  #portlets_bottom .portlets_inner_wrap .portlet-title {
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 16px 0;
  }
}
@media print {
  #portlets_bottom .portlets_inner_wrap .portlet-title {
    font: 700 15px/22px "Akute";
    color: #000;
    margin-bottom: 6px;
  }
  #portlets_bottom .portlets_inner_wrap .portlet-title br {
    display: none;
  }
}
#portlets_bottom .portlets_inner_wrap .portlet-listing-entry-wrap {
  width: 75%;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
}
#portlets_bottom .portlets_inner_wrap .portlet-listing-entry-wrap .portlet-listing-entry {
  width: 33.33%;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  border-right: 1px solid #fff;
  vertical-align: middle;
  position: relative;
}
#portlets_bottom .portlets_inner_wrap .portlet-listing-entry-wrap .portlet-listing-entry:first-child {
  border-left: 1px solid #fff;
}
#portlets_bottom .portlets_inner_wrap .portlet-listing-entry-wrap .portlet-listing-entry h2, #portlets_bottom .portlets_inner_wrap .portlet-listing-entry-wrap .portlet-listing-entry h2 a {
  font: 400 15px/22px "Roboto";
  letter-spacing: 0.25px;
  color: #000;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  border-top: none !important;
  padding: 0;
  margin: 0;
}
@media print {
  #portlets_bottom .portlets_inner_wrap .portlet-listing-entry-wrap .portlet-listing-entry h2, #portlets_bottom .portlets_inner_wrap .portlet-listing-entry-wrap .portlet-listing-entry h2 a {
    font: 400 12px/18px "Roboto";
    color: #000;
  }
}
@media screen and (max-width: 1100px) {
  #portlets_bottom .portlets_inner_wrap .portlet-listing-entry-wrap .portlet-listing-entry h2, #portlets_bottom .portlets_inner_wrap .portlet-listing-entry-wrap .portlet-listing-entry h2 a {
    font-size: 16px;
    line-height: 26px;
  }
}
#portlets_bottom .portlets_inner_wrap .portlet-listing-entry-wrap .portlet-listing-entry h2:hover, #portlets_bottom .portlets_inner_wrap .portlet-listing-entry-wrap .portlet-listing-entry h2 a:hover {
  color: #fff !important;
}
#portlets_bottom .portlets_inner_wrap .portlet-listing-entry-wrap .portlet-listing-entry h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 25px 30px;
  box-sizing: border-box;
}
#portlets_bottom .portlets_inner_wrap .portlet-listing-entry-wrap .portlet-listing-entry .portlet-entry-link {
  display: none;
}

/* @group popup news */
.popup_news {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(1, 1, 1, 0.74);
  z-index: 1000;
  padding: 50px;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 1;
}
.popup_news .popup_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.popup_news.hidden {
  opacity: 0;
  pointer-events: none;
}
.preload .popup_news {
  opacity: 0;
}
.popup_news .popup_close {
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  height: 48px;
  box-sizing: border-box;
  border: 2px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #D20A11;
  box-shadow: inset 0 0 0 1px black;
  font-size: 26px;
  color: #fff;
  cursor: pointer;
  -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;
  z-index: 2;
}
.popup_news .popup_close:hover {
  background: #aa0812;
}
.logged_in .popup_news {
  position: relative;
  opacity: 1;
}
.popup_news .portlet {
  background: #C10B11;
  padding: 60px;
  width: auto;
  max-width: 820px;
  box-sizing: border-box;
  position: relative !important;
  color: #fff;
  z-index: 1;
}
.logged_in .popup_news .portlet.portlet_no_title.portlet_empty.portlet_no_content .portlet_text_wrap:empty:before {
  content: "Popup - News";
}
.popup_news .portlet .portlet_text_wrap:first-child .portlet-title {
  margin-right: 35px;
}
.popup_news .portlet h3, .popup_news .portlet h3 a {
  font: 700 30px/36px "Akute";
  padding: 0;
  margin: 0 0 26px 0;
  color: #000;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 1100px) {
  .popup_news .portlet h3, .popup_news .portlet h3 a {
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 16px 0;
  }
}
@media print {
  .popup_news .portlet h3, .popup_news .portlet h3 a {
    font: 700 15px/22px "Akute";
    color: #000;
    margin-bottom: 6px;
  }
  .popup_news .portlet h3 br, .popup_news .portlet h3 a br {
    display: none;
  }
}
.popup_news .portlet h3 {
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
}
.popup_news .portlet .portlet-content {
  display: flex;
}
.popup_news .portlet .portlet-content .pictures {
  width: 100%;
}
.popup_news .portlet .portlet-content .pictures img {
  max-height: 70vh;
  object-fit: contain;
}
.popup_news .portlet .portlet-content .pictures + .portlet_text_wrap:not(:empty) {
  flex: 0 0 50%;
  max-width: 50%;
  margin-left: 40px;
}
.popup_news .portlet .portlet_content_introduction {
  font: 400 15px/22px "Roboto";
  letter-spacing: 0.25px;
  color: #000;
  font-weight: 700;
  margin-bottom: 15px;
  color: #fff;
}
@media print {
  .popup_news .portlet .portlet_content_introduction {
    font: 400 12px/18px "Roboto";
    color: #000;
  }
}
@media screen and (max-width: 1100px) {
  .popup_news .portlet .portlet_content_introduction {
    font-size: 16px;
    line-height: 26px;
  }
}
.popup_news .portlet .portlet_text_wrap a:not(.portlet_content_link):not(h3 a) {
  color: #fff;
}
.popup_news .portlet .portlet_text_wrap a:not(.portlet_content_link):not(h3 a):hover {
  opacity: 0.6;
}
.popup_news .portlet .portlet_text_wrap .portlet_content_link {
  display: inline-block;
  margin: 0;
  font: 400 13px/17px "Roboto";
  color: #fff;
  font-family: "Akute";
  font-weight: 700;
  padding: 8px 25px 5px;
  width: auto;
  color: #fff;
  background: #D20A11;
  border: 1px solid #D20A11;
  border-radius: 3px;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  box-sizing: border-box;
  position: relative;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-appearance: none;
  -webkit-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -moz-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  color: #fff;
  background: transparent;
  border-color: #fff;
}
@media print {
  .popup_news .portlet .portlet_text_wrap .portlet_content_link {
    font: 400 11px/18px "Roboto";
    color: #000;
  }
}
.popup_news .portlet .portlet_text_wrap .portlet_content_link:focus, .popup_news .portlet .portlet_text_wrap .portlet_content_link:hover {
  background: #aa0812;
  color: #fff;
  border-color: #aa0812;
}
.popup_news .portlet .portlet_text_wrap .portlet_content_link:hover, .popup_news .portlet .portlet_text_wrap .portlet_content_link:focus {
  color: #D20A11;
  background: #fff;
  border-color: #fff;
}
.popup_news .portlet .portlet_text_wrap .portlet_content_link:not(:first-child) {
  margin-top: 5px;
}

/* @end */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */
/* @group design colors */
/* @end */
/* @group font */
/* @end */
/* @group shadows, border-radius */
/* @end */
/* @group buttons */
/* @end */
/* @group mixins */
/* @end */
/* @group picture top */
.no_system_page img {
  backface-visibility: hidden;
  width: 100%;
  height: auto;
}

.mod_action_history img {
  width: auto;
}

.resource_subtitle {
  display: none;
}

.gallery {
  width: auto;
  min-width: 100%;
  margin: 50px 0 -30px -30px;
}
.gallery .picture {
  float: left;
  box-sizing: border-box;
  width: 33.33%;
  padding: 0 0 30px 30px;
}
.gallery .picture:nth-child(3n+1) {
  clear: both;
}

.resource_container.pictures .resource_background {
  border-radius: 3px;
  overflow: hidden;
}
.resource_container.pictures .resource_description {
  display: block;
}
.resource_container.pictures .resource_background {
  position: relative;
  overflow: hidden;
}
.resource_container.pictures .resource_background img {
  width: 100%;
  height: auto;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.resource_container.pictures .resource_background:before {
  z-index: 1;
  box-sizing: border-box;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.resource_container.pictures .resource_background:hover img {
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -o-transform: scale(1.04);
  transform: scale(1.04);
}
.resource_container.pictures .resource_background:hover:before {
  opacity: 1;
  visibility: visible;
}
.resource_container.pictures .resource_title {
  display: block;
  font: 400 14px/21px "Roboto";
  color: #000;
  color: #000;
  padding-top: 7px;
}
@media print {
  .resource_container.pictures .resource_title {
    font: 400 11px/17px "Roboto";
    color: #000;
  }
}

.resource_container.pictures.picture_top {
  margin-bottom: 28px;
}

.resource_container.pictures.gallery a,
.resource_container.pictures.picture_top a {
  border: none;
}
.resource_container.pictures.gallery .resource_description p.resource_title,
.resource_container.pictures.picture_top .resource_description p.resource_title {
  display: block;
  text-transform: none;
  font-style: italic;
  color: #000 !important;
  border: none !important;
  margin-bottom: 0;
}

.content_inner .resource_container .picture .resource_background {
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
  overflow: hidden;
}
.content_inner .resource_container .picture .resource_background img {
  width: 100%;
  height: auto;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.content_inner .resource_container .picture .resource_background:before {
  z-index: 1;
  box-sizing: border-box;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.content_inner .resource_container .picture .resource_background:hover img {
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -o-transform: scale(1.04);
  transform: scale(1.04);
}
.content_inner .resource_container .picture .resource_background:hover:before {
  opacity: 1;
  visibility: visible;
}
.content_inner .resource_container .picture .resource_background a {
  padding-bottom: 0;
  box-sizing: border-box;
}

.fancybox-toolbar button {
  display: none !important;
}
.fancybox-toolbar button.fancybox-button--close {
  display: block !important;
}

.fancybox__container .sihf_last_games_wrap {
  width: 420px;
  padding: 20px 10px;
  box-sizing: border-box;
}
.fancybox__container .last_game {
  padding: 0;
}
@media screen and (max-width: 360px) {
  .fancybox__container .last_game_team {
    left: 15px;
  }
  .fancybox__container .last_game_away_team {
    left: auto;
    right: 15px;
  }
}

.no_system_page .fancybox-container img {
  width: 100% !important;
  height: 100% !important;
}

.youtube_iframe_wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.2%;
}
.youtube_iframe_wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* @end */
/* @group documents */
.documents {
  margin: 0;
  padding: 12px 0 0;
}
.documents h2 {
  display: none;
}
.documents .document {
  display: inline-block;
  margin: 9px 7px 0 0;
}
.documents .document .fa {
  position: absolute;
  left: 12px;
  top: 50%;
  margin-top: -9px;
  margin-left: 0px;
  font-size: 15px;
}
.documents .document a {
  display: inline-block;
  margin: 0;
  font: 400 13px/17px "Roboto";
  color: #fff;
  font-family: "Akute";
  font-weight: 700;
  padding: 8px 25px 5px;
  width: auto;
  color: #fff;
  background: #D20A11;
  border: 1px solid #D20A11;
  border-radius: 3px;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  box-sizing: border-box;
  position: relative;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-appearance: none;
  -webkit-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -moz-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  color: #000;
  background: transparent;
  border-color: #000;
  padding-left: 30px;
}
@media print {
  .documents .document a {
    font: 400 11px/18px "Roboto";
    color: #000;
  }
}
.documents .document a:focus, .documents .document a:hover {
  background: #aa0812;
  color: #fff;
  border-color: #aa0812;
}
.documents .document a:hover, .documents .document a:focus {
  color: #fff;
  background: #000;
  border-color: #000;
}
.documents .document a:before {
  display: none;
}
.documents .document a:after {
  display: none;
}

/* @end */
/* @group musics */
.musics {
  margin-top: 40px;
  margin-bottom: 30px;
  width: 100% !important;
  margin-right: 0 !important;
}
.musics .music:not(:first-child) {
  margin-top: 8px;
}
.musics .music h3 {
  font: 400 15px/22px "Roboto";
  letter-spacing: 0.25px;
  color: #000;
  font-weight: 700;
  margin: 0 0 6px;
  text-transform: none;
}
@media print {
  .musics .music h3 {
    font: 400 12px/18px "Roboto";
    color: #000;
  }
}
@media screen and (max-width: 1100px) {
  .musics .music h3 {
    font-size: 16px;
    line-height: 26px;
  }
}
.musics .music audio {
  display: block;
  width: 100%;
}

/* @end */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */
/* @group design colors */
/* @end */
/* @group font */
/* @end */
/* @group shadows, border-radius */
/* @end */
/* @group buttons */
/* @end */
/* @group mixins */
/* @end */
/* @group listing */
.search .search_item_wrap,
.search .listing_entry,
.search .overview_item,
#mod_overview .search_item_wrap,
#mod_overview .listing_entry,
#mod_overview .overview_item,
#mixItUp .search_item_wrap,
#mixItUp .listing_entry,
#mixItUp .overview_item {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #000;
  width: 100%;
}
.search .search_item_wrap a.search_item,
.search .listing_entry a.search_item,
.search .overview_item a.search_item,
#mod_overview .search_item_wrap a.search_item,
#mod_overview .listing_entry a.search_item,
#mod_overview .overview_item a.search_item,
#mixItUp .search_item_wrap a.search_item,
#mixItUp .listing_entry a.search_item,
#mixItUp .overview_item a.search_item {
  font: 400 15px/22px "Roboto";
  letter-spacing: 0.25px;
  color: #000;
  text-decoration: none;
}
@media print {
  .search .search_item_wrap a.search_item,
.search .listing_entry a.search_item,
.search .overview_item a.search_item,
#mod_overview .search_item_wrap a.search_item,
#mod_overview .listing_entry a.search_item,
#mod_overview .overview_item a.search_item,
#mixItUp .search_item_wrap a.search_item,
#mixItUp .listing_entry a.search_item,
#mixItUp .overview_item a.search_item {
    font: 400 12px/18px "Roboto";
    color: #000;
  }
}
@media screen and (max-width: 1100px) {
  .search .search_item_wrap a.search_item,
.search .listing_entry a.search_item,
.search .overview_item a.search_item,
#mod_overview .search_item_wrap a.search_item,
#mod_overview .listing_entry a.search_item,
#mod_overview .overview_item a.search_item,
#mixItUp .search_item_wrap a.search_item,
#mixItUp .listing_entry a.search_item,
#mixItUp .overview_item a.search_item {
    font-size: 16px;
    line-height: 26px;
  }
}
.search .search_item_wrap .search_item_details,
.search .listing_entry .search_item_details,
.search .overview_item .search_item_details,
#mod_overview .search_item_wrap .search_item_details,
#mod_overview .listing_entry .search_item_details,
#mod_overview .overview_item .search_item_details,
#mixItUp .search_item_wrap .search_item_details,
#mixItUp .listing_entry .search_item_details,
#mixItUp .overview_item .search_item_details {
  display: none;
}
.search .search_item_wrap .resource_container,
.search .listing_entry .resource_container,
.search .overview_item .resource_container,
#mod_overview .search_item_wrap .resource_container,
#mod_overview .listing_entry .resource_container,
#mod_overview .overview_item .resource_container,
#mixItUp .search_item_wrap .resource_container,
#mixItUp .listing_entry .resource_container,
#mixItUp .overview_item .resource_container {
  width: 45%;
  margin-right: 30px;
  float: left;
  border-radius: 3px;
  overflow: hidden;
}
.search .search_item_wrap .resource_container .picture,
.search .listing_entry .resource_container .picture,
.search .overview_item .resource_container .picture,
#mod_overview .search_item_wrap .resource_container .picture,
#mod_overview .listing_entry .resource_container .picture,
#mod_overview .overview_item .resource_container .picture,
#mixItUp .search_item_wrap .resource_container .picture,
#mixItUp .listing_entry .resource_container .picture,
#mixItUp .overview_item .resource_container .picture {
  float: none;
  width: 100%;
}
.search .search_item_wrap .resource_container .resource_description,
.search .listing_entry .resource_container .resource_description,
.search .overview_item .resource_container .resource_description,
#mod_overview .search_item_wrap .resource_container .resource_description,
#mod_overview .listing_entry .resource_container .resource_description,
#mod_overview .overview_item .resource_container .resource_description,
#mixItUp .search_item_wrap .resource_container .resource_description,
#mixItUp .listing_entry .resource_container .resource_description,
#mixItUp .overview_item .resource_container .resource_description {
  display: none;
}
.search .search_item_wrap .content,
.search .listing_entry .content,
.search .overview_item .content,
#mod_overview .search_item_wrap .content,
#mod_overview .listing_entry .content,
#mod_overview .overview_item .content,
#mixItUp .search_item_wrap .content,
#mixItUp .listing_entry .content,
#mixItUp .overview_item .content {
  overflow: hidden;
}
.search .search_item_wrap h2,
.search .listing_entry h2,
.search .overview_item h2,
#mod_overview .search_item_wrap h2,
#mod_overview .listing_entry h2,
#mod_overview .overview_item h2,
#mixItUp .search_item_wrap h2,
#mixItUp .listing_entry h2,
#mixItUp .overview_item h2 {
  margin-top: 0;
  margin-bottom: 8px;
  padding-top: 0;
  border-top: none !important;
  text-transform: none;
}
.search .search_item_wrap h2 a,
.search .listing_entry h2 a,
.search .overview_item h2 a,
#mod_overview .search_item_wrap h2 a,
#mod_overview .listing_entry h2 a,
#mod_overview .overview_item h2 a,
#mixItUp .search_item_wrap h2 a,
#mixItUp .listing_entry h2 a,
#mixItUp .overview_item h2 a {
  text-decoration: none;
  text-transform: none;
}
.search .search_item_wrap .listing-content-introduction,
.search .search_item_wrap div.introduction,
.search .listing_entry .listing-content-introduction,
.search .listing_entry div.introduction,
.search .overview_item .listing-content-introduction,
.search .overview_item div.introduction,
#mod_overview .search_item_wrap .listing-content-introduction,
#mod_overview .search_item_wrap div.introduction,
#mod_overview .listing_entry .listing-content-introduction,
#mod_overview .listing_entry div.introduction,
#mod_overview .overview_item .listing-content-introduction,
#mod_overview .overview_item div.introduction,
#mixItUp .search_item_wrap .listing-content-introduction,
#mixItUp .search_item_wrap div.introduction,
#mixItUp .listing_entry .listing-content-introduction,
#mixItUp .listing_entry div.introduction,
#mixItUp .overview_item .listing-content-introduction,
#mixItUp .overview_item div.introduction {
  font: 400 15px/22px "Roboto";
  letter-spacing: 0.25px;
  color: #000;
  margin-bottom: 0;
}
@media print {
  .search .search_item_wrap .listing-content-introduction,
.search .search_item_wrap div.introduction,
.search .listing_entry .listing-content-introduction,
.search .listing_entry div.introduction,
.search .overview_item .listing-content-introduction,
.search .overview_item div.introduction,
#mod_overview .search_item_wrap .listing-content-introduction,
#mod_overview .search_item_wrap div.introduction,
#mod_overview .listing_entry .listing-content-introduction,
#mod_overview .listing_entry div.introduction,
#mod_overview .overview_item .listing-content-introduction,
#mod_overview .overview_item div.introduction,
#mixItUp .search_item_wrap .listing-content-introduction,
#mixItUp .search_item_wrap div.introduction,
#mixItUp .listing_entry .listing-content-introduction,
#mixItUp .listing_entry div.introduction,
#mixItUp .overview_item .listing-content-introduction,
#mixItUp .overview_item div.introduction {
    font: 400 12px/18px "Roboto";
    color: #000;
  }
}
@media screen and (max-width: 1100px) {
  .search .search_item_wrap .listing-content-introduction,
.search .search_item_wrap div.introduction,
.search .listing_entry .listing-content-introduction,
.search .listing_entry div.introduction,
.search .overview_item .listing-content-introduction,
.search .overview_item div.introduction,
#mod_overview .search_item_wrap .listing-content-introduction,
#mod_overview .search_item_wrap div.introduction,
#mod_overview .listing_entry .listing-content-introduction,
#mod_overview .listing_entry div.introduction,
#mod_overview .overview_item .listing-content-introduction,
#mod_overview .overview_item div.introduction,
#mixItUp .search_item_wrap .listing-content-introduction,
#mixItUp .search_item_wrap div.introduction,
#mixItUp .listing_entry .listing-content-introduction,
#mixItUp .listing_entry div.introduction,
#mixItUp .overview_item .listing-content-introduction,
#mixItUp .overview_item div.introduction {
    font-size: 16px;
    line-height: 26px;
  }
}
.search .search_item_wrap .listing-content-introduction + .listing-content-text > p.content_button:first-child,
.search .search_item_wrap div.introduction + .listing-content-text > p.content_button:first-child,
.search .listing_entry .listing-content-introduction + .listing-content-text > p.content_button:first-child,
.search .listing_entry div.introduction + .listing-content-text > p.content_button:first-child,
.search .overview_item .listing-content-introduction + .listing-content-text > p.content_button:first-child,
.search .overview_item div.introduction + .listing-content-text > p.content_button:first-child,
#mod_overview .search_item_wrap .listing-content-introduction + .listing-content-text > p.content_button:first-child,
#mod_overview .search_item_wrap div.introduction + .listing-content-text > p.content_button:first-child,
#mod_overview .listing_entry .listing-content-introduction + .listing-content-text > p.content_button:first-child,
#mod_overview .listing_entry div.introduction + .listing-content-text > p.content_button:first-child,
#mod_overview .overview_item .listing-content-introduction + .listing-content-text > p.content_button:first-child,
#mod_overview .overview_item div.introduction + .listing-content-text > p.content_button:first-child,
#mixItUp .search_item_wrap .listing-content-introduction + .listing-content-text > p.content_button:first-child,
#mixItUp .search_item_wrap div.introduction + .listing-content-text > p.content_button:first-child,
#mixItUp .listing_entry .listing-content-introduction + .listing-content-text > p.content_button:first-child,
#mixItUp .listing_entry div.introduction + .listing-content-text > p.content_button:first-child,
#mixItUp .overview_item .listing-content-introduction + .listing-content-text > p.content_button:first-child,
#mixItUp .overview_item div.introduction + .listing-content-text > p.content_button:first-child {
  margin-top: 10px;
}
.search .search_item_wrap .search_item_detail_link,
.search .search_item_wrap .listing-more-button,
.search .listing_entry .search_item_detail_link,
.search .listing_entry .listing-more-button,
.search .overview_item .search_item_detail_link,
.search .overview_item .listing-more-button,
#mod_overview .search_item_wrap .search_item_detail_link,
#mod_overview .search_item_wrap .listing-more-button,
#mod_overview .listing_entry .search_item_detail_link,
#mod_overview .listing_entry .listing-more-button,
#mod_overview .overview_item .search_item_detail_link,
#mod_overview .overview_item .listing-more-button,
#mixItUp .search_item_wrap .search_item_detail_link,
#mixItUp .search_item_wrap .listing-more-button,
#mixItUp .listing_entry .search_item_detail_link,
#mixItUp .listing_entry .listing-more-button,
#mixItUp .overview_item .search_item_detail_link,
#mixItUp .overview_item .listing-more-button {
  display: inline-block;
  margin: 0;
  font: 400 13px/17px "Roboto";
  color: #fff;
  font-family: "Akute";
  font-weight: 700;
  padding: 8px 25px 5px;
  width: auto;
  color: #fff;
  background: #D20A11;
  border: 1px solid #D20A11;
  border-radius: 3px;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  box-sizing: border-box;
  position: relative;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-appearance: none;
  -webkit-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -moz-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 15px;
}
@media print {
  .search .search_item_wrap .search_item_detail_link,
.search .search_item_wrap .listing-more-button,
.search .listing_entry .search_item_detail_link,
.search .listing_entry .listing-more-button,
.search .overview_item .search_item_detail_link,
.search .overview_item .listing-more-button,
#mod_overview .search_item_wrap .search_item_detail_link,
#mod_overview .search_item_wrap .listing-more-button,
#mod_overview .listing_entry .search_item_detail_link,
#mod_overview .listing_entry .listing-more-button,
#mod_overview .overview_item .search_item_detail_link,
#mod_overview .overview_item .listing-more-button,
#mixItUp .search_item_wrap .search_item_detail_link,
#mixItUp .search_item_wrap .listing-more-button,
#mixItUp .listing_entry .search_item_detail_link,
#mixItUp .listing_entry .listing-more-button,
#mixItUp .overview_item .search_item_detail_link,
#mixItUp .overview_item .listing-more-button {
    font: 400 11px/18px "Roboto";
    color: #000;
  }
}
.search .search_item_wrap .search_item_detail_link:focus, .search .search_item_wrap .search_item_detail_link:hover,
.search .search_item_wrap .listing-more-button:focus,
.search .search_item_wrap .listing-more-button:hover,
.search .listing_entry .search_item_detail_link:focus,
.search .listing_entry .search_item_detail_link:hover,
.search .listing_entry .listing-more-button:focus,
.search .listing_entry .listing-more-button:hover,
.search .overview_item .search_item_detail_link:focus,
.search .overview_item .search_item_detail_link:hover,
.search .overview_item .listing-more-button:focus,
.search .overview_item .listing-more-button:hover,
#mod_overview .search_item_wrap .search_item_detail_link:focus,
#mod_overview .search_item_wrap .search_item_detail_link:hover,
#mod_overview .search_item_wrap .listing-more-button:focus,
#mod_overview .search_item_wrap .listing-more-button:hover,
#mod_overview .listing_entry .search_item_detail_link:focus,
#mod_overview .listing_entry .search_item_detail_link:hover,
#mod_overview .listing_entry .listing-more-button:focus,
#mod_overview .listing_entry .listing-more-button:hover,
#mod_overview .overview_item .search_item_detail_link:focus,
#mod_overview .overview_item .search_item_detail_link:hover,
#mod_overview .overview_item .listing-more-button:focus,
#mod_overview .overview_item .listing-more-button:hover,
#mixItUp .search_item_wrap .search_item_detail_link:focus,
#mixItUp .search_item_wrap .search_item_detail_link:hover,
#mixItUp .search_item_wrap .listing-more-button:focus,
#mixItUp .search_item_wrap .listing-more-button:hover,
#mixItUp .listing_entry .search_item_detail_link:focus,
#mixItUp .listing_entry .search_item_detail_link:hover,
#mixItUp .listing_entry .listing-more-button:focus,
#mixItUp .listing_entry .listing-more-button:hover,
#mixItUp .overview_item .search_item_detail_link:focus,
#mixItUp .overview_item .search_item_detail_link:hover,
#mixItUp .overview_item .listing-more-button:focus,
#mixItUp .overview_item .listing-more-button:hover {
  background: #aa0812;
  color: #fff;
  border-color: #aa0812;
}
.search .search_item_wrap .search_item_detail_link:before,
.search .search_item_wrap .listing-more-button:before,
.search .listing_entry .search_item_detail_link:before,
.search .listing_entry .listing-more-button:before,
.search .overview_item .search_item_detail_link:before,
.search .overview_item .listing-more-button:before,
#mod_overview .search_item_wrap .search_item_detail_link:before,
#mod_overview .search_item_wrap .listing-more-button:before,
#mod_overview .listing_entry .search_item_detail_link:before,
#mod_overview .listing_entry .listing-more-button:before,
#mod_overview .overview_item .search_item_detail_link:before,
#mod_overview .overview_item .listing-more-button:before,
#mixItUp .search_item_wrap .search_item_detail_link:before,
#mixItUp .search_item_wrap .listing-more-button:before,
#mixItUp .listing_entry .search_item_detail_link:before,
#mixItUp .listing_entry .listing-more-button:before,
#mixItUp .overview_item .search_item_detail_link:before,
#mixItUp .overview_item .listing-more-button:before {
  content: "\f067";
  font-family: "Font Awesome 7 Pro";
  margin-right: 2px;
  font-weight: 400;
}

.listing_entry .tags_date_wrap {
  display: flex;
  flex-flow: wrap;
  gap: 8px;
  font: 400 13px/17px "Roboto";
  color: #fff;
  color: #000;
  margin-bottom: 10px;
}
@media print {
  .listing_entry .tags_date_wrap {
    font: 400 11px/18px "Roboto";
    color: #000;
  }
}
.listing_entry .tags_date_wrap > * {
  background: #F0F0F0;
  border-radius: 3px;
  padding: 2px 12px;
}

.mod_action_show_entry .listing-detail-date {
  font: 400 22px/32px "Roboto";
  padding: 0;
  margin: 0 0 25px 0;
  color: #000;
  text-decoration: none;
  margin: -65px 0 60px;
}
@media screen and (max-width: 1100px) {
  .mod_action_show_entry .listing-detail-date {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
@media print {
  .mod_action_show_entry .listing-detail-date {
    font: 400 13px/19px "Roboto";
    color: #000;
    margin-left: 0;
    margin-bottom: 10px;
  }
}
.mod_action_show_entry .listing_entry_backlink {
  clear: both;
}
.mod_action_show_entry .listing_entry_backlink a {
  display: inline-block;
  margin: 0;
  font: 400 13px/17px "Roboto";
  color: #fff;
  font-family: "Akute";
  font-weight: 700;
  padding: 8px 25px 5px;
  width: auto;
  color: #fff;
  background: #D20A11;
  border: 1px solid #D20A11;
  border-radius: 3px;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  box-sizing: border-box;
  position: relative;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-appearance: none;
  -webkit-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -moz-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  color: #000;
  background: transparent;
  border-color: #000;
  margin-top: 20px;
}
@media print {
  .mod_action_show_entry .listing_entry_backlink a {
    font: 400 11px/18px "Roboto";
    color: #000;
  }
}
.mod_action_show_entry .listing_entry_backlink a:focus, .mod_action_show_entry .listing_entry_backlink a:hover {
  background: #aa0812;
  color: #fff;
  border-color: #aa0812;
}
.mod_action_show_entry .listing_entry_backlink a:hover, .mod_action_show_entry .listing_entry_backlink a:focus {
  color: #fff;
  background: #000;
  border-color: #000;
}
.mod_action_show_entry .gallery {
  margin-top: 30px;
}
.mod_action_show_entry #listing_entry_content {
  clear: both;
}

.search .search_item_wrap .search_item_date {
  display: none;
}
.search .search_item_wrap .search_item_detail_link {
  display: block;
  max-width: max-content;
  margin-top: clamp(10px, 2vw, 15px);
}

ul.tags {
  margin: 0 0 40px;
  list-style: none;
  display: flex;
  flex-flow: wrap;
  gap: clamp(6px, 0.8vw, 8px);
}
ul.tags li {
  display: inline-block;
  margin: 0;
  font: 400 13px/17px "Roboto";
  color: #fff;
  font-family: "Akute";
  font-weight: 700;
  padding: 8px 25px 5px;
  width: auto;
  color: #fff;
  background: #D20A11;
  border: 1px solid #D20A11;
  border-radius: 3px;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  box-sizing: border-box;
  position: relative;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-appearance: none;
  -webkit-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -moz-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  color: #D20A11;
  background: none;
  border-color: #D20A11;
  list-style: none;
  padding-left: 12px;
  padding-right: 12px;
}
@media print {
  ul.tags li {
    font: 400 11px/18px "Roboto";
    color: #000;
  }
}
ul.tags li:focus, ul.tags li:hover {
  background: #aa0812;
  color: #fff;
  border-color: #aa0812;
}
ul.tags li:hover, ul.tags li:focus {
  color: #fff;
  background: #D20A11;
  border-color: #D20A11;
}
ul.tags li button {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  margin: 0;
  padding: 0;
  color: inherit;
  background: none;
  border: 0;
}
ul.tags li:before {
  display: none;
}
ul.tags li.active {
  background: #D20A11;
  color: #fff;
}

/* @group google maps */
#google_map_iframe {
  width: 100%;
  height: clamp(240px, 46vw, 500px);
}
#google_map_iframe iframe {
  width: 100%;
  height: 100%;
}

#google_map a {
  border: none;
}
#google_map .gm-style .gm-style-iw-c {
  border-radius: 0;
}
#google_map div.infowindow {
  padding: 2px 0 0 5px;
  text-align: left;
  font: 400 15px/22px "Roboto";
  letter-spacing: 0.25px;
  color: #000;
}
@media print {
  #google_map div.infowindow {
    font: 400 12px/18px "Roboto";
    color: #000;
  }
}
@media screen and (max-width: 1100px) {
  #google_map div.infowindow {
    font-size: 16px;
    line-height: 26px;
  }
}
#google_map div.infowindow h2 {
  font: 600 20px/28px "Roboto";
  padding: 0;
  margin: 0;
  color: #000;
  margin-bottom: 0;
  border-top: none !important;
}
@media screen and (max-width: 1100px) {
  #google_map div.infowindow h2 {
    font-size: 18px;
    line-height: 26px;
  }
}
@media print {
  #google_map div.infowindow h2 {
    font: 600 12px/20px "Roboto";
    color: #000;
    margin-bottom: 4px;
  }
}
#google_map div.infowindow p {
  margin: 0;
}
#google_map div.infowindow p:empty {
  display: none;
}

/* @end */
/* @group mailform */
.mod_mailform #mailform_content {
  margin-bottom: 50px;
}
.mod_mailform #module_mailform > h2 {
  border-top: none !important;
}
.mod_mailform .mailform_element.heading2_field:first-child h2 {
  margin-top: 0;
  border: none !important;
}
.mod_mailform .mailform_element.heading2_field h2 {
  font: 600 24px/32px "Roboto";
  padding: 0;
  margin: 0;
  color: #000;
  color: #000;
  margin: 30px 0 20px;
  padding-top: 25px;
}
@media screen and (max-width: 1100px) {
  .mod_mailform .mailform_element.heading2_field h2 {
    font-size: 20px;
    line-height: 28px;
  }
}
@media print {
  .mod_mailform .mailform_element.heading2_field h2 {
    font: 600 14px/16px "Akute";
    color: #000;
    margin-bottom: 4px;
  }
}

#mailform_submit_button {
  padding-right: 2px;
}

#mailform_submit_button,
.mailform_element {
  text-align: left;
}

.order_form_userinfo p label,
.shop_registration_form label,
#process_order_login label,
.mailform_element label,
#mailform_submit_button label,
.login_form label,
.dodeley_subscribe label {
  float: left;
  width: 30%;
  text-align: left;
  padding: 8px 20px 9px 0;
  box-sizing: border-box;
  clear: both;
}

select,
.order_form_userinfo p textarea,
.shop_registration_form input,
#process_order_login input,
form.order_form_userinfo input.amount_select,
input.shop_add_to_cart_quantity,
.add_portlet select,
.mailform_element input,
.mailform_element textarea,
.login_form input,
.dodeley_subscribe input {
  width: 70%;
  font: 400 15px/22px "Roboto";
  letter-spacing: 0.25px;
  color: #000;
  color: #000;
  padding: 8px 12px 6px;
  outline: none;
  background: #fff;
  border-radius: 2px;
  border: 1px solid #000;
  box-sizing: border-box;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  outline: none !important;
}
@media print {
  select,
.order_form_userinfo p textarea,
.shop_registration_form input,
#process_order_login input,
form.order_form_userinfo input.amount_select,
input.shop_add_to_cart_quantity,
.add_portlet select,
.mailform_element input,
.mailform_element textarea,
.login_form input,
.dodeley_subscribe input {
    font: 400 12px/18px "Roboto";
    color: #000;
  }
}
@media screen and (max-width: 1100px) {
  select,
.order_form_userinfo p textarea,
.shop_registration_form input,
#process_order_login input,
form.order_form_userinfo input.amount_select,
input.shop_add_to_cart_quantity,
.add_portlet select,
.mailform_element input,
.mailform_element textarea,
.login_form input,
.dodeley_subscribe input {
    font-size: 16px;
    line-height: 26px;
  }
}
select:hover, select:focus,
.order_form_userinfo p textarea:hover,
.order_form_userinfo p textarea:focus,
.shop_registration_form input:hover,
.shop_registration_form input:focus,
#process_order_login input:hover,
#process_order_login input:focus,
form.order_form_userinfo input.amount_select:hover,
form.order_form_userinfo input.amount_select:focus,
input.shop_add_to_cart_quantity:hover,
input.shop_add_to_cart_quantity:focus,
.add_portlet select:hover,
.add_portlet select:focus,
.mailform_element input:hover,
.mailform_element input:focus,
.mailform_element textarea:hover,
.mailform_element textarea:focus,
.login_form input:hover,
.login_form input:focus,
.dodeley_subscribe input:hover,
.dodeley_subscribe input:focus {
  border-color: #D20A11;
  color: #000;
}
select:-webkit-autofill,
.order_form_userinfo p textarea:-webkit-autofill,
.shop_registration_form input:-webkit-autofill,
#process_order_login input:-webkit-autofill,
form.order_form_userinfo input.amount_select:-webkit-autofill,
input.shop_add_to_cart_quantity:-webkit-autofill,
.add_portlet select:-webkit-autofill,
.mailform_element input:-webkit-autofill,
.mailform_element textarea:-webkit-autofill,
.login_form input:-webkit-autofill,
.dodeley_subscribe input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
select.tooltip,
.order_form_userinfo p textarea.tooltip,
.shop_registration_form input.tooltip,
#process_order_login input.tooltip,
form.order_form_userinfo input.amount_select.tooltip,
input.shop_add_to_cart_quantity.tooltip,
.add_portlet select.tooltip,
.mailform_element input.tooltip,
.mailform_element textarea.tooltip,
.login_form input.tooltip,
.dodeley_subscribe input.tooltip {
  width: calc(70% - 22px);
}

.add_portlet select {
  width: 100%;
  height: 45px;
}

.mailform_element textarea,
.mailform_element.email_field input,
.mailform_element.input_field input {
  -webkit-appearance: none;
}

.mailform_element textarea {
  height: 180px;
}

.mailform-submit,
.login_form .button,
.add_guest_form .button,
.back_link,
.dodeley_subscribe .button {
  display: inline-block;
  margin: 0;
  font: 400 13px/17px "Roboto";
  color: #fff;
  font-family: "Akute";
  font-weight: 700;
  padding: 8px 25px 5px;
  width: auto;
  color: #fff;
  background: #D20A11;
  border: 1px solid #D20A11;
  border-radius: 3px;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  box-sizing: border-box;
  position: relative;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-appearance: none;
  -webkit-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -moz-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  margin: 10px 0 0;
}
@media print {
  .mailform-submit,
.login_form .button,
.add_guest_form .button,
.back_link,
.dodeley_subscribe .button {
    font: 400 11px/18px "Roboto";
    color: #000;
  }
}
.mailform-submit:focus, .mailform-submit:hover,
.login_form .button:focus,
.login_form .button:hover,
.add_guest_form .button:focus,
.add_guest_form .button:hover,
.back_link:focus,
.back_link:hover,
.dodeley_subscribe .button:focus,
.dodeley_subscribe .button:hover {
  background: #aa0812;
  color: #fff;
  border-color: #aa0812;
}

#mailform_submit_button {
  display: inline-block;
  margin: 10px 0 0 30%;
  position: relative;
  text-align: left;
}
#mailform_submit_button label {
  display: none;
}
#mailform_submit_button .mailform-submit {
  margin: 0;
}

span.required {
  color: #D20A11 !important;
  font-weight: 700;
  padding: 0 0 0 2px;
}

.mailform_error textarea,
.mailform_error input {
  border: 1px solid #D20A11;
}
.mailform_error label {
  color: #D20A11;
}

.login_form > p {
  margin-bottom: 25px !important;
}

.mailform_element p {
  margin: 0 0 15px 0;
}

p.order_form_checkboxes,
p.delivery_price_toggle,
.p_remember_me_checkbox .checkbox_wrap,
.mailform_element.checkbox_field {
  position: relative;
}
p.order_form_checkboxes p,
p.delivery_price_toggle p,
.p_remember_me_checkbox .checkbox_wrap p,
.mailform_element.checkbox_field p {
  width: 70%;
  float: right;
  position: relative;
}
p.order_form_checkboxes input,
p.delivery_price_toggle input,
.p_remember_me_checkbox .checkbox_wrap input,
.mailform_element.checkbox_field input {
  width: 20px;
  height: 20px;
  float: left;
  margin: 6px 12px 0 0;
  opacity: 0;
  position: relative;
  cursor: pointer;
  z-index: 10;
  display: inline-block;
}
p.order_form_checkboxes label[for=accept_terms],
p.order_form_checkboxes label[for=has_different_delivery_address],
p.order_form_checkboxes label[for=delivery_address_matches_invoice_address],
p.order_form_checkboxes label.checkbox,
p.delivery_price_toggle label[for=accept_terms],
p.delivery_price_toggle label[for=has_different_delivery_address],
p.delivery_price_toggle label[for=delivery_address_matches_invoice_address],
p.delivery_price_toggle label.checkbox,
.p_remember_me_checkbox .checkbox_wrap label[for=accept_terms],
.p_remember_me_checkbox .checkbox_wrap label[for=has_different_delivery_address],
.p_remember_me_checkbox .checkbox_wrap label[for=delivery_address_matches_invoice_address],
.p_remember_me_checkbox .checkbox_wrap label.checkbox,
.mailform_element.checkbox_field label[for=accept_terms],
.mailform_element.checkbox_field label[for=has_different_delivery_address],
.mailform_element.checkbox_field label[for=delivery_address_matches_invoice_address],
.mailform_element.checkbox_field label.checkbox {
  width: auto;
  float: none;
  overflow: hidden;
  cursor: pointer;
  display: inline-block;
  padding: 0;
  text-align: left;
  display: inline-block;
  width: calc(100% - 38px);
}
p.order_form_checkboxes label[for=accept_terms] a,
p.order_form_checkboxes label[for=has_different_delivery_address] a,
p.order_form_checkboxes label[for=delivery_address_matches_invoice_address] a,
p.order_form_checkboxes label.checkbox a,
p.delivery_price_toggle label[for=accept_terms] a,
p.delivery_price_toggle label[for=has_different_delivery_address] a,
p.delivery_price_toggle label[for=delivery_address_matches_invoice_address] a,
p.delivery_price_toggle label.checkbox a,
.p_remember_me_checkbox .checkbox_wrap label[for=accept_terms] a,
.p_remember_me_checkbox .checkbox_wrap label[for=has_different_delivery_address] a,
.p_remember_me_checkbox .checkbox_wrap label[for=delivery_address_matches_invoice_address] a,
.p_remember_me_checkbox .checkbox_wrap label.checkbox a,
.mailform_element.checkbox_field label[for=accept_terms] a,
.mailform_element.checkbox_field label[for=has_different_delivery_address] a,
.mailform_element.checkbox_field label[for=delivery_address_matches_invoice_address] a,
.mailform_element.checkbox_field label.checkbox a {
  color: #000;
}
p.order_form_checkboxes label[for=accept_terms] a:hover,
p.order_form_checkboxes label[for=has_different_delivery_address] a:hover,
p.order_form_checkboxes label[for=delivery_address_matches_invoice_address] a:hover,
p.order_form_checkboxes label.checkbox a:hover,
p.delivery_price_toggle label[for=accept_terms] a:hover,
p.delivery_price_toggle label[for=has_different_delivery_address] a:hover,
p.delivery_price_toggle label[for=delivery_address_matches_invoice_address] a:hover,
p.delivery_price_toggle label.checkbox a:hover,
.p_remember_me_checkbox .checkbox_wrap label[for=accept_terms] a:hover,
.p_remember_me_checkbox .checkbox_wrap label[for=has_different_delivery_address] a:hover,
.p_remember_me_checkbox .checkbox_wrap label[for=delivery_address_matches_invoice_address] a:hover,
.p_remember_me_checkbox .checkbox_wrap label.checkbox a:hover,
.mailform_element.checkbox_field label[for=accept_terms] a:hover,
.mailform_element.checkbox_field label[for=has_different_delivery_address] a:hover,
.mailform_element.checkbox_field label[for=delivery_address_matches_invoice_address] a:hover,
.mailform_element.checkbox_field label.checkbox a:hover {
  color: #D20A11;
}
p.order_form_checkboxes label[for=accept_terms]:after, p.order_form_checkboxes label[for=accept_terms]:before,
p.order_form_checkboxes label[for=has_different_delivery_address]:after,
p.order_form_checkboxes label[for=has_different_delivery_address]:before,
p.order_form_checkboxes label[for=delivery_address_matches_invoice_address]:after,
p.order_form_checkboxes label[for=delivery_address_matches_invoice_address]:before,
p.order_form_checkboxes label.checkbox:after,
p.order_form_checkboxes label.checkbox:before,
p.delivery_price_toggle label[for=accept_terms]:after,
p.delivery_price_toggle label[for=accept_terms]:before,
p.delivery_price_toggle label[for=has_different_delivery_address]:after,
p.delivery_price_toggle label[for=has_different_delivery_address]:before,
p.delivery_price_toggle label[for=delivery_address_matches_invoice_address]:after,
p.delivery_price_toggle label[for=delivery_address_matches_invoice_address]:before,
p.delivery_price_toggle label.checkbox:after,
p.delivery_price_toggle label.checkbox:before,
.p_remember_me_checkbox .checkbox_wrap label[for=accept_terms]:after,
.p_remember_me_checkbox .checkbox_wrap label[for=accept_terms]:before,
.p_remember_me_checkbox .checkbox_wrap label[for=has_different_delivery_address]:after,
.p_remember_me_checkbox .checkbox_wrap label[for=has_different_delivery_address]:before,
.p_remember_me_checkbox .checkbox_wrap label[for=delivery_address_matches_invoice_address]:after,
.p_remember_me_checkbox .checkbox_wrap label[for=delivery_address_matches_invoice_address]:before,
.p_remember_me_checkbox .checkbox_wrap label.checkbox:after,
.p_remember_me_checkbox .checkbox_wrap label.checkbox:before,
.mailform_element.checkbox_field label[for=accept_terms]:after,
.mailform_element.checkbox_field label[for=accept_terms]:before,
.mailform_element.checkbox_field label[for=has_different_delivery_address]:after,
.mailform_element.checkbox_field label[for=has_different_delivery_address]:before,
.mailform_element.checkbox_field label[for=delivery_address_matches_invoice_address]:after,
.mailform_element.checkbox_field label[for=delivery_address_matches_invoice_address]:before,
.mailform_element.checkbox_field label.checkbox:after,
.mailform_element.checkbox_field label.checkbox:before {
  content: "\f0c8";
  position: absolute;
  top: 3px;
  left: 1px;
  display: block;
  font-family: "Font Awesome 7 Pro";
  font-size: 22px;
  line-height: 22px;
  font-weight: 400;
  text-transform: none;
  color: #000;
  line-height: 21px;
  width: 19px;
  height: 20px;
  font-weight: 300;
  pointer-events: none;
  background: none;
  z-index: 2;
  background: #fff;
  -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;
}
p.order_form_checkboxes label[for=accept_terms]:after,
p.order_form_checkboxes label[for=has_different_delivery_address]:after,
p.order_form_checkboxes label[for=delivery_address_matches_invoice_address]:after,
p.order_form_checkboxes label.checkbox:after,
p.delivery_price_toggle label[for=accept_terms]:after,
p.delivery_price_toggle label[for=has_different_delivery_address]:after,
p.delivery_price_toggle label[for=delivery_address_matches_invoice_address]:after,
p.delivery_price_toggle label.checkbox:after,
.p_remember_me_checkbox .checkbox_wrap label[for=accept_terms]:after,
.p_remember_me_checkbox .checkbox_wrap label[for=has_different_delivery_address]:after,
.p_remember_me_checkbox .checkbox_wrap label[for=delivery_address_matches_invoice_address]:after,
.p_remember_me_checkbox .checkbox_wrap label.checkbox:after,
.mailform_element.checkbox_field label[for=accept_terms]:after,
.mailform_element.checkbox_field label[for=has_different_delivery_address]:after,
.mailform_element.checkbox_field label[for=delivery_address_matches_invoice_address]:after,
.mailform_element.checkbox_field label.checkbox:after {
  content: "\f14a";
  opacity: 0;
  visibility: hidden;
  font-weight: 700;
  color: #D20A11;
  background: none;
  z-index: 4;
}
p.order_form_checkboxes input:checked + label:before,
p.delivery_price_toggle input:checked + label:before,
.p_remember_me_checkbox .checkbox_wrap input:checked + label:before,
.mailform_element.checkbox_field input:checked + label:before {
  color: #D20A11;
}
p.order_form_checkboxes input:checked + label:after,
p.delivery_price_toggle input:checked + label:after,
.p_remember_me_checkbox .checkbox_wrap input:checked + label:after,
.mailform_element.checkbox_field input:checked + label:after {
  opacity: 1;
  visibility: visible;
}

.p_remember_me_checkbox .checkbox_wrap {
  margin-left: 250px;
}
.p_remember_me_checkbox .checkbox_wrap input {
  width: 20px !important;
}
.p_remember_me_checkbox .checkbox_wrap label:first-child {
  display: none;
}

.distributor-selection,
.payment-method.payment-method-prepayment,
.mailform_element.radio_field {
  position: relative;
  margin: 6px 0 21px;
}
.distributor-selection .wrap_radio_buttons > label,
.distributor-selection p,
.payment-method.payment-method-prepayment .wrap_radio_buttons > label,
.payment-method.payment-method-prepayment p,
.mailform_element.radio_field .wrap_radio_buttons > label,
.mailform_element.radio_field p {
  width: 30%;
  float: left;
  margin-bottom: 0;
}
.distributor-selection label,
.payment-method.payment-method-prepayment label,
.mailform_element.radio_field label {
  position: relative;
  padding: 0;
  width: 100%;
}
.distributor-selection .radio_item,
.payment-method.payment-method-prepayment .radio_item,
.mailform_element.radio_field .radio_item {
  position: relative;
  display: inline-block;
}
.distributor-selection .radio_item label,
.payment-method.payment-method-prepayment .radio_item label,
.mailform_element.radio_field .radio_item label {
  margin-bottom: 0 !important;
  padding-left: 28px !important;
}
.distributor-selection .radio_item input,
.payment-method.payment-method-prepayment .radio_item input,
.mailform_element.radio_field .radio_item input {
  display: none !important;
}
.distributor-selection .multiple_radio_inputs,
.payment-method.payment-method-prepayment .multiple_radio_inputs,
.mailform_element.radio_field .multiple_radio_inputs {
  width: 70%;
  float: right;
  position: relative;
}
.distributor-selection input,
.payment-method.payment-method-prepayment input,
.mailform_element.radio_field input {
  width: 20px;
  height: 20px;
  float: left;
  margin: 6px 12px 0 0;
  opacity: 0;
  position: relative;
  cursor: pointer;
  z-index: 10;
}
.distributor-selection .ajaxer span,
.distributor-selection label.radio,
.payment-method.payment-method-prepayment .ajaxer span,
.payment-method.payment-method-prepayment label.radio,
.mailform_element.radio_field .ajaxer span,
.mailform_element.radio_field label.radio {
  width: auto;
  float: none;
  overflow: hidden;
  cursor: pointer;
  display: block;
  padding: 0;
  margin-right: 30px;
  margin-bottom: -28px;
  text-align: left;
}
.distributor-selection .ajaxer span:after, .distributor-selection .ajaxer span:before,
.distributor-selection label.radio:after,
.distributor-selection label.radio:before,
.payment-method.payment-method-prepayment .ajaxer span:after,
.payment-method.payment-method-prepayment .ajaxer span:before,
.payment-method.payment-method-prepayment label.radio:after,
.payment-method.payment-method-prepayment label.radio:before,
.mailform_element.radio_field .ajaxer span:after,
.mailform_element.radio_field .ajaxer span:before,
.mailform_element.radio_field label.radio:after,
.mailform_element.radio_field label.radio:before {
  content: "\f111";
  position: absolute;
  top: 2px;
  left: 1px;
  display: block;
  font-family: "Font Awesome 7 Pro";
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  text-transform: none;
  color: #000;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  font-weight: 300;
  pointer-events: none;
  background: #fff;
  z-index: 2;
  -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;
}
.distributor-selection .ajaxer span:after,
.distributor-selection label.radio:after,
.payment-method.payment-method-prepayment .ajaxer span:after,
.payment-method.payment-method-prepayment label.radio:after,
.mailform_element.radio_field .ajaxer span:after,
.mailform_element.radio_field label.radio:after {
  content: "\f192";
  opacity: 0;
  visibility: hidden;
  font-weight: 700;
  color: #D20A11;
  background: none;
  z-index: 4;
}
.distributor-selection label.ajaxer,
.payment-method.payment-method-prepayment label.ajaxer,
.mailform_element.radio_field label.ajaxer {
  display: flex;
}
.distributor-selection label.ajaxer span,
.payment-method.payment-method-prepayment label.ajaxer span,
.mailform_element.radio_field label.ajaxer span {
  margin-bottom: 0;
}
.distributor-selection .ajaxer input:checked + span:before,
.distributor-selection input:checked + label.radio:before,
.payment-method.payment-method-prepayment .ajaxer input:checked + span:before,
.payment-method.payment-method-prepayment input:checked + label.radio:before,
.mailform_element.radio_field .ajaxer input:checked + span:before,
.mailform_element.radio_field input:checked + label.radio:before {
  color: #D20A11;
}
.distributor-selection .ajaxer input:checked + span:after,
.distributor-selection input:checked + label.radio:after,
.payment-method.payment-method-prepayment .ajaxer input:checked + span:after,
.payment-method.payment-method-prepayment input:checked + label.radio:after,
.mailform_element.radio_field .ajaxer input:checked + span:after,
.mailform_element.radio_field input:checked + label.radio:after {
  opacity: 1;
  visibility: visible;
}

.distributor-selection {
  display: block;
  margin-bottom: 0px;
}
.distributor-selection label {
  margin-bottom: 0 !important;
  position: static;
}
.distributor-selection .radio {
  width: 18px !important;
}

.time_field span.select2-container {
  width: calc(35% - 10px) !important;
}
.time_field .separator {
  width: 20px;
  display: inline-block;
  text-align: center;
}

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

span.select2-container--default .select2-selection--single {
  border-radius: 0;
  width: 100%;
  background: #fff;
  border: 1px solid #000;
  height: auto;
  border-radius: 0;
  box-sizing: border-box;
  -webkit-transition: border 0.3s ease-out;
  -moz-transition: border 0.3s ease-out;
  -o-transition: border 0.3s ease-out;
  transition: border 0.3s ease-out;
}
span.select2-container--default .select2-selection--single .select2-selection__rendered {
  font: "Roboto";
  color: #000;
  padding: 8px 20px 6px 12px;
  outline: none;
  text-align: left;
  box-sizing: border-box;
  display: block;
  line-height: 1.45;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
span.select2-container--default .select2-selection--single .select2-selection__rendered li.select2-search {
  padding: 0 !important;
}
span.select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
  display: block;
  min-height: 1.45em;
  pointer-events: none;
}
span.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 17px;
  right: 5px;
}
span.select2-container--default .select2-selection--single .select2-selection__arrow:before {
  content: "\f0d7";
  position: absolute;
  top: -8px;
  left: 0;
  display: block;
  font-family: "Font Awesome 7 Pro";
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  text-transform: none;
  color: #000;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
span.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
span.select2-container--default .select2-selection--single input.select2-search__field {
  border: 0 !important;
  padding: 0 !important;
  outline: none !important;
  box-shadow: none !important;
}
span.select2-container--default li.select2-results__option[aria-selected=true] {
  background: #F0F0F0;
}
span.select2-container--default li.select2-results__option {
  background: #fff;
}
span.select2-container--default li.select2-results__option--highlighted[aria-selected],
span.select2-container--default li.select2-results__option--highlighted {
  background: #D20A11;
}

input.select2-search__field {
  border: 1px solid rgba(0, 0, 0, 0.3) !important;
  padding: 5px 5px !important;
  outline: none !important;
  box-shadow: none !important;
}

span.select2-container--open .select2-dropdown {
  border: 1px solid #D20A11;
  border-top: none;
  margin-top: -1px;
  border-radius: 0;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  overflow: hidden;
}
span.select2-container--open .select2-dropdown ul {
  border-radius: 0;
  border-top: 0;
}
span.select2-container--open select2-dropdown--above ul {
  border-top: 1px solid #000;
  border-bottom: 0;
}

span.select2-container--open .select2-selection--single,
span.select2-container:hover .select2-selection--single {
  border-color: #D20A11;
}
span.select2-container--open .select2-selection--single .select2-selection__arrow:before,
span.select2-container--open .select2-selection--single .select2-selection__rendered,
span.select2-container:hover .select2-selection--single .select2-selection__arrow:before,
span.select2-container:hover .select2-selection--single .select2-selection__rendered {
  color: #000;
}

li.select2-results__option {
  padding: 8px 12px 6px;
  color: #000;
}

.select2-search--dropdown {
  display: none;
}

.ui-datepicker.ui-widget {
  z-index: 200 !important;
  font: "Roboto";
  color: #000;
  padding: 7px 10px 2px;
  margin: 7px 0 0 0;
  width: 300px;
  border-radius: 0;
  border: 1px solid #e3e3e3;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
}
.ui-datepicker.ui-widget .ui-widget-header {
  border: 0;
  border-radius: 0;
  margin: -7px -10px 0;
  padding: 11px 10px 6px;
  background: #F0F0F0;
  font: 400 15px/22px "Roboto";
  letter-spacing: 0.25px;
  color: #000;
  font-weight: 700;
}
@media print {
  .ui-datepicker.ui-widget .ui-widget-header {
    font: 400 12px/18px "Roboto";
    color: #000;
  }
}
@media screen and (max-width: 1100px) {
  .ui-datepicker.ui-widget .ui-widget-header {
    font-size: 16px;
    line-height: 26px;
  }
}
.ui-datepicker.ui-widget .ui-widget-header select {
  font: 400 15px/22px "Roboto";
  letter-spacing: 0.25px;
  color: #000;
  font-weight: 700;
}
@media print {
  .ui-datepicker.ui-widget .ui-widget-header select {
    font: 400 12px/18px "Roboto";
    color: #000;
  }
}
@media screen and (max-width: 1100px) {
  .ui-datepicker.ui-widget .ui-widget-header select {
    font-size: 16px;
    line-height: 26px;
  }
}
.ui-datepicker.ui-widget thead tr {
  border-bottom: 2px solid #000;
}
.ui-datepicker.ui-widget table tr:nth-child(2n),
.ui-datepicker.ui-widget table thead {
  background: transparent;
}
.ui-datepicker.ui-widget th {
  padding: 5px 2px;
  color: #000;
  text-transform: none;
  background: none;
  border: 0;
  font: 400 15px/22px "Roboto";
  letter-spacing: 0.25px;
  color: #000;
  font-weight: 700;
}
@media print {
  .ui-datepicker.ui-widget th {
    font: 400 12px/18px "Roboto";
    color: #000;
  }
}
@media screen and (max-width: 1100px) {
  .ui-datepicker.ui-widget th {
    font-size: 16px;
    line-height: 26px;
  }
}
.ui-datepicker.ui-widget td span,
.ui-datepicker.ui-widget td a {
  text-align: center;
  font: 400 15px/22px "Roboto";
  letter-spacing: 0.25px;
  color: #000;
}
@media print {
  .ui-datepicker.ui-widget td span,
.ui-datepicker.ui-widget td a {
    font: 400 12px/18px "Roboto";
    color: #000;
  }
}
@media screen and (max-width: 1100px) {
  .ui-datepicker.ui-widget td span,
.ui-datepicker.ui-widget td a {
    font-size: 16px;
    line-height: 26px;
  }
}
.ui-datepicker.ui-widget table tr:nth-child(2n) th,
.ui-datepicker.ui-widget table tr:nth-child(2n) td {
  background: none;
}
.ui-datepicker.ui-widget .ui-state-default,
.ui-datepicker.ui-widget .ui-widget-content .ui-state-default,
.ui-datepicker.ui-widget .ui-widget-header .ui-state-default {
  padding: 4px 2px 1px;
  color: #000;
  border: none;
  background: #fff;
  -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;
  text-decoration: none;
}
.ui-datepicker.ui-widget .ui-state-default:after,
.ui-datepicker.ui-widget .ui-widget-content .ui-state-default:after,
.ui-datepicker.ui-widget .ui-widget-header .ui-state-default:after {
  display: none;
}
.ui-datepicker.ui-widget .ui-state-default.ui-state-highlight,
.ui-datepicker.ui-widget .ui-widget-content .ui-state-default.ui-state-highlight,
.ui-datepicker.ui-widget .ui-widget-header .ui-state-default.ui-state-highlight {
  background: #F0F0F0;
  color: #000;
  border-color: #F0F0F0;
}
.ui-datepicker.ui-widget .ui-state-default:hover, .ui-datepicker.ui-widget .ui-state-default.ui-state-active,
.ui-datepicker.ui-widget .ui-widget-content .ui-state-default:hover,
.ui-datepicker.ui-widget .ui-widget-content .ui-state-default.ui-state-active,
.ui-datepicker.ui-widget .ui-widget-header .ui-state-default:hover,
.ui-datepicker.ui-widget .ui-widget-header .ui-state-default.ui-state-active {
  background: #D20A11;
  color: #fff;
  border-color: #D20A11;
}
.ui-datepicker.ui-widget .ui-state-disabled,
.ui-datepicker.ui-widget .ui-widget-content .ui-state-disabled,
.ui-datepicker.ui-widget .ui-widget-header .ui-state-disabled {
  opacity: 0.4;
}
.ui-datepicker.ui-widget table thead,
.ui-datepicker.ui-widget table tbody {
  padding: 0 5px;
}
.ui-datepicker.ui-widget .ui-datepicker-prev,
.ui-datepicker.ui-widget .ui-datepicker-next {
  top: 23px !important;
  cursor: pointer;
  border: 0;
  left: 15px;
}
.ui-datepicker.ui-widget .ui-datepicker-prev:before,
.ui-datepicker.ui-widget .ui-datepicker-next:before {
  content: "\f104";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-family: "Font Awesome 7 Pro";
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  text-transform: none;
  color: #000;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 100;
  -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;
}
.ui-datepicker.ui-widget .ui-datepicker-prev span,
.ui-datepicker.ui-widget .ui-datepicker-next span {
  background: none;
  height: auto;
  width: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
}
.ui-datepicker.ui-widget .ui-datepicker-prev:hover,
.ui-datepicker.ui-widget .ui-datepicker-next:hover {
  background: none;
  border: 0;
}
.ui-datepicker.ui-widget .ui-datepicker-prev:hover:before,
.ui-datepicker.ui-widget .ui-datepicker-next:hover:before {
  color: #D20A11;
}
.ui-datepicker.ui-widget .ui-datepicker-prev:hover span,
.ui-datepicker.ui-widget .ui-datepicker-next:hover span {
  background: none;
}
.ui-datepicker.ui-widget .ui-datepicker-next {
  left: auto;
  right: 15px;
}
.ui-datepicker.ui-widget .ui-datepicker-next:before {
  content: "\f105";
}

.login_form {
  text-align: left;
}
.login_form label {
  text-align: left;
  width: 250px;
}
.login_form input {
  width: 300px;
}
.login_form .p_remember_me_checkbox label {
  padding: 0;
}
.login_form .p_remember_me_checkbox input {
  margin: 0 10px 0 0;
}
.login_form form + p {
  display: none;
}
.login_form > p.p_lost_password:last-child, .login_form + .p_lost_password {
  margin-top: 15px;
  margin-left: 30%;
}
@media screen and (max-width: 650px) {
  .login_form > p.p_lost_password:last-child, .login_form + .p_lost_password {
    margin-left: 0;
  }
}
.login_form > p.p_lost_password:last-child {
  margin-left: 250px;
}
.login_form > p.p_lost_password:last-child a {
  display: inline-block;
  font-weight: 400;
  color: #000;
  position: relative;
  text-decoration: none;
  background: none;
  border: none;
  padding: 0;
  text-transform: none;
  font-family: "Roboto";
}
.login_form > p.p_lost_password:last-child a:after {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  width: 100%;
  height: 1px;
  display: block;
  background: #000;
  bottom: 1px;
}
.login_form > p.p_lost_password:last-child a:hover {
  color: #D20A11;
}
.login_form > p.p_lost_password:last-child a:hover:after {
  background: #D20A11;
}

.mailform_element {
  position: relative;
}

.mailform_field_actions {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  margin: 0;
  padding: 7px 10px 7px;
  font-size: 16px;
  line-height: 24px;
  background: #F0F0F0;
  z-index: 10;
}
.mailform_field_actions li, .mailform_field_actions a {
  color: #000;
  width: auto;
}
.mailform_field_actions li i.fa, .mailform_field_actions a i.fa {
  margin: 0 5px;
}
.mailform_field_actions li:hover, .mailform_field_actions a:hover {
  color: #D20A11;
}

/* @end */
/* @group sitemap */
ul.sitemap li {
  margin: 0 !important;
  padding: 0;
}
ul.sitemap li:before {
  display: none;
}
ul.sitemap li.level1 + li.level0 {
  margin-top: 10px !important;
}

/* @end */
/* @group SIHF Stats */
.sihf_last_games_wrap .slick-list {
  overflow: hidden !important;
}

div#content #module_sihf_stats h2 {
  margin-top: 60px;
}
div#content #module_sihf_stats h2:first-child {
  margin-top: 0;
  border-top: 0 !important;
}
div#content #module_sihf_stats .sihf_last_games_wrap + .sihf_calendar_wrap {
  margin-top: 30px;
}
div#content #module_sihf_stats hr {
  display: none;
}
div#content #module_sihf_stats .ui-datepicker.ui-widget {
  box-shadow: none;
  padding: 0;
}
div#content #module_sihf_stats .ui-datepicker.ui-widget .ui-widget-header {
  margin: -3px 0 5px 0;
  background: none;
}
div#content #module_sihf_stats .ui-datepicker.ui-widget .ui-datepicker-next {
  right: 3px;
}
div#content #module_sihf_stats .ui-datepicker.ui-widget .ui-datepicker-prev {
  left: 3px;
}
div#content #module_sihf_stats .ui-datepicker.ui-widget .ui-datepicker-next,
div#content #module_sihf_stats .ui-datepicker.ui-widget .ui-datepicker-prev {
  top: 20px !important;
}
div#content #module_sihf_stats .ui-datepicker.ui-widget .ui-datepicker-next:hover,
div#content #module_sihf_stats .ui-datepicker.ui-widget .ui-datepicker-prev:hover {
  border-color: #D20A11 !important;
}
div#content #module_sihf_stats .ui-datepicker.ui-widget thead tr {
  border: none;
}
div#content #module_sihf_stats .ui-datepicker.ui-widget thead th {
  background: #F0F0F0;
  color: #000;
  border: none;
}
div#content #module_sihf_stats .ui-datepicker.ui-widget td {
  border-color: #F0F0F0;
}
div#content #module_sihf_stats .ui-datepicker.ui-widget td:hover {
  opacity: 0.7;
}
div#content #module_sihf_stats .ui-datepicker.ui-widget td:hover span {
  color: #000;
}
div#content #module_sihf_stats .ui-datepicker.ui-widget td:last-child {
  border-right: none;
}
div#content #module_sihf_stats .ui-datepicker.ui-widget td:first-child {
  border-left: none;
}
div#content #module_sihf_stats .ui-datepicker.ui-widget tr:last-child td {
  border-bottom: none;
}
div#content #module_sihf_stats .ui-datepicker.ui-widget td.match.away_ehc-visp > * {
  background: #aa0812;
  color: #fff;
}
div#content #module_sihf_stats .ui-datepicker.ui-widget td.match.home_ehc-visp > * {
  background: #D20A11;
  color: #fff;
}
div#content #module_sihf_stats .ui-datepicker.ui-widget td.match.postponed > * {
  background: orange;
  color: #fff;
}
div#content #module_sihf_stats .table_wrap_container {
  margin-bottom: 0;
}
div#content #module_sihf_stats .slick_arrow,
div#content #module_sihf_stats .ui-datepicker-prev {
  border-color: #000 !important;
}
div#content #module_sihf_stats .slick_arrow:hover,
div#content #module_sihf_stats .ui-datepicker-prev:hover {
  border-color: #D20A11 !important;
}
div#content #module_sihf_stats .sihf_ranking_table td {
  padding: 11px 5px 7px;
}
div#content #module_sihf_stats .sihf_ranking_table th {
  padding-bottom: 7px;
  padding-top: 0;
}
div#content #module_sihf_stats .sihf_ranking_table td:first-child {
  padding-left: 15px;
}
div#content #module_sihf_stats .sihf_ranking_table td:last-child {
  padding-right: 15px;
}
div#content #module_sihf_stats .sihf_ranking_table td .hockey_team_image {
  width: 30px;
  height: 30px;
  margin-top: -1px;
}

#content .sihf_calendar_wrap {
  overflow: hidden;
}

.ui-datepicker-inline {
  width: auto !important;
}

.sihf_calendar .ui-datepicker-group {
  width: 47%;
  float: left;
}

.sihf_calendar .ui-datepicker-group + .ui-datepicker-group {
  float: right;
}

div#content .sihf_calendar table {
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
}

div#content .sihf_calendar table {
  border-collapse: collapse !important;
}

div#content .sihf_calendar th,
div#content .sihf_calendar td {
  padding: 7px 7px 4px;
  text-align: center;
  background: none;
  border: 0;
  border: 1px solid #000;
}

div#content .sihf_calendar td {
  padding: 0;
  opacity: 1;
}

div#content .sihf_calendar th {
  border-top: 0;
  text-transform: uppercase;
  font: 400 15px/22px "Roboto";
  letter-spacing: 0.25px;
  color: #000;
  font-weight: 600;
}
@media print {
  div#content .sihf_calendar th {
    font: 400 12px/18px "Roboto";
    color: #000;
  }
}
@media screen and (max-width: 1100px) {
  div#content .sihf_calendar th {
    font-size: 16px;
    line-height: 26px;
  }
}

div#content .sihf_calendar th,
div#content .sihf_ranking_table th {
  color: #000;
}

div#content .sihf_calendar td > * {
  display: block;
  padding: 7px 7px 5px;
}

div#content .sihf_calendar td a {
  text-decoration: none;
}

div#content .sihf_calendar td > * {
  background: none;
  border: 0;
  text-align: center;
}

div#content .portlet .sihf_calendar td > * {
  color: #fff;
}

.sihf_calendar td.match.away_ehc-visp > * {
  background: #fff;
  color: #000;
}

.sihf_calendar td.match.home_ehc-visp > * {
  background: rgba(255, 255, 255, 0.9);
  color: #000;
}

.ui-datepicker-other-month > * {
  opacity: 0.3;
}

.sihf_calendar {
  font: 400 15px/22px "Roboto";
  letter-spacing: 0.25px;
  color: #000;
}
@media print {
  .sihf_calendar {
    font: 400 12px/18px "Roboto";
    color: #000;
  }
}
@media screen and (max-width: 1100px) {
  .sihf_calendar {
    font-size: 16px;
    line-height: 26px;
  }
}

.shif_calendar div.ui-widget.ui-widget-content,
.sihf_calendar .ui-widget-content {
  border: 0 !important;
  background: none;
}

.sihf_calendar .ui-datepicker-header {
  padding-bottom: 8px;
  margin-bottom: 3px;
  position: relative;
  text-align: center;
  background: none;
  border-radius: 0;
  border: 0;
}

.sihf_calendar .ui-datepicker-header > a {
  position: absolute;
  top: 4px;
  left: 0;
  opacity: 0.5;
  border: 0;
  transition: all 0.25s;
}

.sihf_calendar .ui-datepicker-header:hover > a {
  opacity: 0.7;
}

.sihf_calendar .ui-datepicker-header > a:hover {
  opacity: 1;
}

.sihf_calendar .ui-datepicker-header > a + a,
.sihf_calendar .ui-datepicker-header > a.ui-datepicker-next {
  left: auto;
  right: 0;
}

.sihf_calendar .ui-datepicker-title {
  position: relative;
  top: -2px;
  font: 600 20px/28px "Roboto";
  padding: 0;
  margin: 0;
  color: #000;
  background: transparent;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  background: transparent;
}
@media screen and (max-width: 1100px) {
  .sihf_calendar .ui-datepicker-title {
    font-size: 18px;
    line-height: 26px;
  }
}
@media print {
  .sihf_calendar .ui-datepicker-title {
    font: 600 12px/20px "Roboto";
    color: #000;
    margin-bottom: 4px;
  }
}

.portlet .sihf_calendar .ui-datepicker-title {
  color: #fff;
}

.last_game {
  text-align: center;
  position: relative;
  padding: 0 30px;
}

.last_game:nth-child(even) {
  box-shadow: -1px 0 0 #000, -2px 0 0 #fff;
}

.portlet .last_game {
  box-shadow: none;
}

.last_game,
.last_game * {
  outline: none;
  box-shadow: none;
}

.hockey_team_image {
  margin-bottom: 4px;
}

.last_game_team {
  position: absolute;
  left: 24px;
  top: 10px;
  max-width: 90px;
}

.last_game_away_team {
  left: auto;
  right: 24px;
}

span.last_game_score_points {
  width: 75px;
}

.last_game_score > span {
  font: 60px/60px "Roboto", Impact, "Helvetica Inserat", sans-serif;
  font-weight: 700;
}

.postponed {
  color: orange;
}

.last_game_datetime {
  padding-bottom: 8px;
}

.last_game_datetime,
.last_game_score_thirds {
  font-size: 14px;
  line-height: 16px;
  padding-top: 6px;
  font-weight: 600;
}

.hockey_team {
  font-size: 13px;
  line-height: 15px;
}

.last_game_score_thirds {
  max-width: 45%;
  margin: 0 auto;
  font-size: 14px;
}

.last_game_score > span {
  display: inline-block;
  padding: 0 3px;
}

.last_game_score > span:first-child {
  text-align: right;
}

.last_game_score > span + span + span {
  text-align: left;
}

.last_game_score_points {
  width: 55px;
}

.last_game_link {
  right: 15px;
  left: 15px;
  background: none;
}

.slick-slide {
  height: auto;
}

.slick_arrow,
div.ui-datepicker a.ui-datepicker-prev,
div.ui-datepicker a.ui-datepicker-next {
  position: absolute;
  z-index: 1;
  cursor: pointer;
  left: 3px;
  top: 50%;
  overflow: hidden;
  text-indent: -999px;
  margin-top: -8px;
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid #000 !important;
  border-bottom: 0 !important;
  border-right: 0 !important;
  border-radius: 0;
  background: none !important;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

div.ui-datepicker a.ui-datepicker-prev,
div.ui-datepicker a.ui-datepicker-next {
  width: 15px;
  height: 15px;
}

div.ui-datepicker a.ui-datepicker-next,
.slick_arrow_next {
  left: auto;
  right: 3px;
  border: 1px solid #000 !important;
  border-top: 0 !important;
  border-left: 0 !important;
}
div.ui-datepicker a.ui-datepicker-next:hover,
.slick_arrow_next:hover {
  border-color: #D20A11 !important;
}

#content .ui-datepicker-prev {
  left: 13px;
}

#content .ui-datepicker-next {
  right: 13px;
}

#content .slick_arrow,
#content .ui-datepicker-prev {
  border-color: #fff !important;
}

#content .ui-datepicker-next,
#content .ui-datepicker-prev {
  opacity: 1;
}

.slick-disabled {
  opacity: 0.2;
}

.ui-datepicker-prev span,
.ui-datepicker-next span {
  display: none !important;
}

.sihf_ranking_table {
  border-collapse: collapse !important;
}

.sihf_ranking_table th {
  background: none;
  font-weight: normal;
}

#content .sihf_ranking_table th {
  font-weight: bold;
}

.sihf_ranking_table td,
.sihf_ranking_table th {
  border: 0;
  padding: 3px 5px;
  vertical-align: top;
}

.sihf_ranking_table th + th ~ th,
.sihf_ranking_table td + td ~ td {
  text-align: right;
}

/* @end */
/* @group Shop */
.mod_shop .category_back_button {
  display: none;
}
.mod_shop h1 + .main_shop_wrap,
.mod_shop div.introduction + .main_shop_wrap,
.mod_shop .shop_description + .main_shop_wrap {
  margin-top: 50px;
}
.mod_shop .message {
  margin-top: 0;
}
.mod_shop .back-to-overview {
  display: inline-block;
  margin: 0;
  font: 400 13px/17px "Roboto";
  color: #fff;
  font-family: "Akute";
  font-weight: 700;
  padding: 8px 25px 5px;
  width: auto;
  color: #fff;
  background: #D20A11;
  border: 1px solid #D20A11;
  border-radius: 3px;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  box-sizing: border-box;
  position: relative;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-appearance: none;
  -webkit-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -moz-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  margin-bottom: 20px;
  clear: both;
}
@media print {
  .mod_shop .back-to-overview {
    font: 400 11px/18px "Roboto";
    color: #000;
  }
}
.mod_shop .back-to-overview:focus, .mod_shop .back-to-overview:hover {
  background: #aa0812;
  color: #fff;
  border-color: #aa0812;
}
.mod_shop #article_detail_tabs {
  display: none;
}
.mod_shop #cart_container {
  clear: both;
}
.mod_shop .back-to-overview.listing_overview {
  display: inline-block;
  margin: 0;
  font: 400 13px/17px "Roboto";
  color: #fff;
  font-family: "Akute";
  font-weight: 700;
  padding: 8px 25px 5px;
  width: auto;
  color: #fff;
  background: #D20A11;
  border: 1px solid #D20A11;
  border-radius: 3px;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  box-sizing: border-box;
  position: relative;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-appearance: none;
  -webkit-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -moz-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  color: #000;
  background: transparent;
  border-color: #000;
  margin-top: 30px;
}
@media print {
  .mod_shop .back-to-overview.listing_overview {
    font: 400 11px/18px "Roboto";
    color: #000;
  }
}
.mod_shop .back-to-overview.listing_overview:focus, .mod_shop .back-to-overview.listing_overview:hover {
  background: #aa0812;
  color: #fff;
  border-color: #aa0812;
}
.mod_shop .back-to-overview.listing_overview:hover, .mod_shop .back-to-overview.listing_overview:focus {
  color: #fff;
  background: #000;
  border-color: #000;
}
.mod_shop .back-to-overview.listing_overview span:first-child {
  font-size: 0;
  line-height: 0;
  position: relative;
}
.mod_shop .back-to-overview.listing_overview span:first-child:before {
  content: "\f060";
  font-size: 16px;
  font-family: "Font Awesome 7 Pro";
  margin-right: 8px;
  margin-top: -1px;
}
.mod_shop .shop_category_overview_container {
  margin-left: -40px;
}
.mod_shop .shop_category_overview_container .shop_category {
  float: left;
  box-sizing: border-box;
  width: 50%;
  padding: 0 0 40px 40px;
}
.mod_shop .shop_category_overview_container .shop_category:nth-child(2n+1) {
  clear: both;
}
.mod_shop .shop_category_overview_container .shop_category h2 {
  border-top: none !important;
  border-bottom: 1px solid #000 !important;
  padding: 15px 0 2px 0 !important;
  clear: both;
}
.mod_shop .shop_category_overview_container .shop_category h2 a {
  text-decoration: none;
}
.mod_shop .shop_category_overview_container .shop_category .show_all_articles_in_category a {
  display: inline-block;
  margin: 0;
  font: 400 13px/17px "Roboto";
  color: #fff;
  font-family: "Akute";
  font-weight: 700;
  padding: 8px 25px 5px;
  width: auto;
  color: #fff;
  background: #D20A11;
  border: 1px solid #D20A11;
  border-radius: 3px;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  box-sizing: border-box;
  position: relative;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-appearance: none;
  -webkit-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -moz-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
}
@media print {
  .mod_shop .shop_category_overview_container .shop_category .show_all_articles_in_category a {
    font: 400 11px/18px "Roboto";
    color: #000;
  }
}
.mod_shop .shop_category_overview_container .shop_category .show_all_articles_in_category a:focus, .mod_shop .shop_category_overview_container .shop_category .show_all_articles_in_category a:hover {
  background: #aa0812;
  color: #fff;
  border-color: #aa0812;
}
.mod_shop .shop_products {
  margin-left: -40px;
}
.mod_shop .shop_products .shop_article {
  float: left;
  box-sizing: border-box;
  width: 50%;
  padding: 0 0 40px 40px;
  padding-bottom: 0;
  margin-top: 60px;
  background: #fff;
  position: relative;
}
.mod_shop .shop_products .shop_article:first-child, .mod_shop .shop_products .shop_article:nth-child(2) {
  margin-top: 0;
}
.mod_shop .shop_products .shop_article:nth-child(2n+1) {
  clear: both;
}
.mod_shop .shop_products .shop_article .shop_article_title_content {
  clear: both;
}
.mod_shop .shop_products .shop_article .shop_article_title_content h2 {
  border-top: none !important;
  border-bottom: 1px solid #000 !important;
  padding: 15px 0 2px 0 !important;
  margin-bottom: 20px;
}
.mod_shop .shop_products .shop_article .shop_article_title_content .introduction {
  margin-bottom: 15px;
  margin-top: -5px;
  font: 400 15px/22px "Roboto";
  letter-spacing: 0.25px;
  color: #000;
}
@media print {
  .mod_shop .shop_products .shop_article .shop_article_title_content .introduction {
    font: 400 12px/18px "Roboto";
    color: #000;
  }
}
@media screen and (max-width: 1100px) {
  .mod_shop .shop_products .shop_article .shop_article_title_content .introduction {
    font-size: 16px;
    line-height: 26px;
  }
}
.mod_shop .shop_products .shop_article .add_to_wishlist_container,
.mod_shop .shop_products .shop_article .price_with_tax,
.mod_shop .shop_products .shop_article .shop_add_to_cart_container,
.mod_shop .shop_products .shop_article .shop_add_to_cart_form,
.mod_shop .shop_products .shop_article .shop-content,
.mod_shop .shop_products .shop_article .article_number {
  display: none;
}
.mod_shop .shop_products .shop_article .shop_show_details {
  display: inline-block;
  margin: 0;
  font: 400 13px/17px "Roboto";
  color: #fff;
  font-family: "Akute";
  font-weight: 700;
  padding: 8px 25px 5px;
  width: auto;
  color: #fff;
  background: #D20A11;
  border: 1px solid #D20A11;
  border-radius: 3px;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  box-sizing: border-box;
  position: relative;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-appearance: none;
  -webkit-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -moz-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  color: #000;
  background: transparent;
  border-color: #000;
}
@media print {
  .mod_shop .shop_products .shop_article .shop_show_details {
    font: 400 11px/18px "Roboto";
    color: #000;
  }
}
.mod_shop .shop_products .shop_article .shop_show_details:focus, .mod_shop .shop_products .shop_article .shop_show_details:hover {
  background: #aa0812;
  color: #fff;
  border-color: #aa0812;
}
.mod_shop .shop_products .shop_article .shop_show_details:hover, .mod_shop .shop_products .shop_article .shop_show_details:focus {
  color: #fff;
  background: #000;
  border-color: #000;
}
.mod_shop .shop_products .shop_article .shop-regular-price,
.mod_shop .shop_products .shop_article .shop-description-small {
  text-align: right;
  width: 100%;
}
.mod_shop .shop_products .shop_article .shop-price-before-reduction {
  font-size: 100%;
  padding-bottom: 0;
}
.mod_shop .shop_products .shop_article .shop-regular-price {
  margin-bottom: 2px;
  display: flex;
  justify-content: flex-end;
}
.mod_shop .shop_products .shop_article .shop-price-by-arrangement {
  font-size: 100%;
}
.mod_shop.mod_action_show_article h1 {
  font: 700 30px/36px "Akute";
  padding: 0;
  margin: 0 0 26px 0;
  color: #000;
  text-transform: uppercase;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 1100px) {
  .mod_shop.mod_action_show_article h1 {
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 16px 0;
  }
}
@media print {
  .mod_shop.mod_action_show_article h1 {
    font: 700 15px/22px "Akute";
    color: #000;
    margin-bottom: 6px;
  }
  .mod_shop.mod_action_show_article h1 br {
    display: none;
  }
}
.mod_shop #mod_shop_article_detail .add_to_wishlist_container {
  display: none;
}
.mod_shop #mod_shop_article_detail #article_detail_tabs_main_wrap {
  margin-top: 40px;
}
.mod_shop #mod_shop_article_detail #article_detail_tabs_main_wrap .shop_article {
  background: #fff;
  padding: 0;
}
.mod_shop #mod_shop_article_detail #article_detail_tabs_main_wrap .shop-description-small,
.mod_shop #mod_shop_article_detail #article_detail_tabs_main_wrap .shop-price-list {
  display: none;
}
.mod_shop #mod_shop_article_detail #article_detail_tabs_main_wrap #article_detail_accessories {
  margin-left: -40px;
}
.mod_shop #mod_shop_article_detail #article_detail_tabs_main_wrap #article_detail_accessories .shop_article {
  float: left;
  box-sizing: border-box;
  width: 50%;
  padding: 0 0 40px 40px;
  margin-bottom: 0;
}
.mod_shop #mod_shop_article_detail #article_detail_tabs_main_wrap #article_detail_accessories .shop_article h2 {
  border-top: none !important;
  border-bottom: 1px solid #000 !important;
  padding: 15px 0 2px 0 !important;
  margin-bottom: 20px;
  clear: both;
}
.mod_shop #mod_shop_article_detail .shop_article_information_inner {
  margin-bottom: 30px;
}
.mod_shop #mod_shop_article_detail .back-to-overview {
  display: inline-block;
  margin: 0;
  font: 400 13px/17px "Roboto";
  color: #fff;
  font-family: "Akute";
  font-weight: 700;
  padding: 8px 25px 5px;
  width: auto;
  color: #fff;
  background: #D20A11;
  border: 1px solid #D20A11;
  border-radius: 3px;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  box-sizing: border-box;
  position: relative;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-appearance: none;
  -webkit-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -moz-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  color: #000;
  background: transparent;
  border-color: #000;
  margin-top: 30px;
}
@media print {
  .mod_shop #mod_shop_article_detail .back-to-overview {
    font: 400 11px/18px "Roboto";
    color: #000;
  }
}
.mod_shop #mod_shop_article_detail .back-to-overview:focus, .mod_shop #mod_shop_article_detail .back-to-overview:hover {
  background: #aa0812;
  color: #fff;
  border-color: #aa0812;
}
.mod_shop #mod_shop_article_detail .back-to-overview:hover, .mod_shop #mod_shop_article_detail .back-to-overview:focus {
  color: #fff;
  background: #000;
  border-color: #000;
}
.mod_shop #mod_shop_article_detail .back-to-overview span:not(:only-child):first-child {
  font-size: 0;
  line-height: 0;
  position: relative;
}
.mod_shop #mod_shop_article_detail .back-to-overview span:first-child:before {
  content: "\f060";
  font-size: 16px;
  font-family: "Font Awesome 7 Pro";
  margin-right: 8px;
  margin-top: -1px;
}
.mod_shop #mod_shop_article_detail .article_number,
.mod_shop #mod_shop_article_detail .article_minimum_quantity {
  font-weight: 600;
  margin: 0;
}
.mod_shop #mod_shop_article_detail .shop_price_detailsite .shop_add_to_cart {
  display: inline-block;
  margin: 0;
  font: 400 13px/17px "Roboto";
  color: #fff;
  font-family: "Akute";
  font-weight: 700;
  padding: 8px 25px 5px;
  width: auto;
  color: #fff;
  background: #D20A11;
  border: 1px solid #D20A11;
  border-radius: 3px;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  box-sizing: border-box;
  position: relative;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-appearance: none;
  -webkit-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -moz-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #D20A11;
  color: #fff;
}
@media print {
  .mod_shop #mod_shop_article_detail .shop_price_detailsite .shop_add_to_cart {
    font: 400 11px/18px "Roboto";
    color: #000;
  }
}
.mod_shop #mod_shop_article_detail .shop_price_detailsite .shop_add_to_cart:focus, .mod_shop #mod_shop_article_detail .shop_price_detailsite .shop_add_to_cart:hover {
  background: #aa0812;
  color: #fff;
  border-color: #aa0812;
}
.mod_shop #mod_shop_article_detail .shop_price_detailsite .shop_add_to_cart:hover, .mod_shop #mod_shop_article_detail .shop_price_detailsite .shop_add_to_cart:focus {
  background: #aa0812;
  border-color: #aa0812;
}
.mod_shop #mod_shop_article_detail .shop_price_detailsite .shop_add_to_cart:after {
  display: none;
}
.mod_shop #mod_shop_article_detail .shop_article_information {
  width: 50%;
  padding-left: 40px;
  box-sizing: border-box;
}
.mod_shop #mod_shop_article_detail .shop_article_information .shop-price {
  max-width: 100%;
  margin: 0;
}
.mod_shop #mod_shop_article_detail .shop_article_information .shop-price,
.mod_shop #mod_shop_article_detail .shop_article_information .shop-price-list {
  float: none;
}
.mod_shop #mod_shop_article_detail .shop_article_information .shop-regular-price {
  font: 700 30px/36px "Akute";
  padding: 0;
  margin: 0 0 26px 0;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 2px !important;
  padding-bottom: 0;
  clear: both;
  padding-top: 25px;
}
@media screen and (max-width: 1100px) {
  .mod_shop #mod_shop_article_detail .shop_article_information .shop-regular-price {
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 16px 0;
  }
}
@media print {
  .mod_shop #mod_shop_article_detail .shop_article_information .shop-regular-price {
    font: 700 15px/22px "Akute";
    color: #000;
    margin-bottom: 6px;
  }
  .mod_shop #mod_shop_article_detail .shop_article_information .shop-regular-price br {
    display: none;
  }
}
.mod_shop #mod_shop_article_detail .shop_article_information .price_with_tax {
  margin: -6px 0 5px 0;
  display: block;
}
.mod_shop #mod_shop_article_detail .shop_article_information .article_set_warp {
  margin-top: -5px;
  margin-left: -20px;
  text-align: left;
}
.mod_shop #mod_shop_article_detail .shop_article_information .article_set_warp .article_set {
  float: left;
  box-sizing: border-box;
  width: 50%;
  padding: 0 0 20px 20px;
}
.mod_shop #mod_shop_article_detail .shop_article_information .article_set_warp .article_set span.select2-container {
  width: 100% !important;
}
.mod_shop #mod_shop_article_detail .shop_article_information .shop_quantity_to_cart {
  top: 0;
}
.mod_shop #mod_shop_article_detail .shop_article_information input.shop_add_to_cart_quantity {
  top: 0;
  width: auto;
}
.mod_shop #mod_shop_article_detail .shop_article_information .quantity_click_counter {
  margin: 0 6px 0 2px;
}
.mod_shop #mod_shop_article_detail .shop_article_information .quantity_click_counter span i {
  width: 14px;
}
.mod_shop #mod_shop_article_detail .shop_article_information .shop-article-not-available {
  padding-top: 0;
  font: 600 24px/32px "Roboto";
  padding: 0;
  margin: 0;
  color: #000;
}
@media screen and (max-width: 1100px) {
  .mod_shop #mod_shop_article_detail .shop_article_information .shop-article-not-available {
    font-size: 20px;
    line-height: 28px;
  }
}
@media print {
  .mod_shop #mod_shop_article_detail .shop_article_information .shop-article-not-available {
    font: 600 14px/16px "Akute";
    color: #000;
    margin-bottom: 4px;
  }
}
.mod_shop #mod_shop_article_detail .shop_article_information .shop-price-before-reduction {
  font: 600 24px/32px "Roboto";
  padding: 0;
  margin: 0;
  color: #000;
}
@media screen and (max-width: 1100px) {
  .mod_shop #mod_shop_article_detail .shop_article_information .shop-price-before-reduction {
    font-size: 20px;
    line-height: 28px;
  }
}
@media print {
  .mod_shop #mod_shop_article_detail .shop_article_information .shop-price-before-reduction {
    font: 600 14px/16px "Akute";
    color: #000;
    margin-bottom: 4px;
  }
}
.mod_shop #mod_shop_article_detail .shop_article_information .shop-price-before-reduction + .shop-regular-price {
  padding-top: 0;
}
.mod_shop #mod_shop_article_detail #article_detail_pictures {
  max-width: 50%;
  padding: 0;
  float: left;
}
.mod_shop #mod_shop_article_detail #article_detail_pictures #article_detail_thumbnails {
  margin: 0 0 0 -20px;
  padding-top: 20px;
  clear: both;
}
.mod_shop #mod_shop_article_detail #article_detail_pictures #article_detail_thumbnails .picture {
  margin: 0;
  float: left;
  box-sizing: border-box;
  width: 50%;
  padding: 0 0 20px 20px;
}
.mod_shop #shop_order_steps {
  margin-bottom: 35px;
  background: #F0F0F0;
  padding: 10px 20px 8px;
}
.mod_shop #shop_order_steps a {
  font: 400 15px/22px "Roboto";
  letter-spacing: 0.25px;
  color: #000;
  text-decoration: none;
  margin-right: 20px;
  display: inline-block;
}
@media print {
  .mod_shop #shop_order_steps a {
    font: 400 12px/18px "Roboto";
    color: #000;
  }
}
@media screen and (max-width: 1100px) {
  .mod_shop #shop_order_steps a {
    font-size: 16px;
    line-height: 26px;
  }
}
.mod_shop #shop_order_steps a:not(.disabled_step):hover {
  color: #D20A11;
}
.mod_shop #shop_order_steps a.current {
  font-weight: 700;
}
.mod_shop .order_form_userinfo.user_registration_form .shop_order_block:first-child {
  display: none;
}
.mod_shop.mod_action_register #portlets_left,
.mod_shop.mod_action_register .button_bar_top + .shop_order_block,
.mod_shop.mod_action_register .button_bar_top, .mod_shop[class*=mod_action_order_form] #portlets_left,
.mod_shop[class*=mod_action_order_form] .button_bar_top + .shop_order_block,
.mod_shop[class*=mod_action_order_form] .button_bar_top {
  display: none;
}
.mod_shop.mod_action_register .shop_div:first-of-type h2, .mod_shop[class*=mod_action_order_form] .shop_div:first-of-type h2 {
  border-top: none !important;
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.mod_shop.mod_action_register .shop-cart th, .mod_shop.mod_action_register .shop-cart td,
.mod_shop.mod_action_register div#cart_container th,
.mod_shop.mod_action_register div#cart_container td, .mod_shop[class*=mod_action_order_form] .shop-cart th, .mod_shop[class*=mod_action_order_form] .shop-cart td,
.mod_shop[class*=mod_action_order_form] div#cart_container th,
.mod_shop[class*=mod_action_order_form] div#cart_container td {
  font-size: 100%;
}
.mod_shop.mod_action_register .shop-cart th a, .mod_shop.mod_action_register .shop-cart td a,
.mod_shop.mod_action_register div#cart_container th a,
.mod_shop.mod_action_register div#cart_container td a, .mod_shop[class*=mod_action_order_form] .shop-cart th a, .mod_shop[class*=mod_action_order_form] .shop-cart td a,
.mod_shop[class*=mod_action_order_form] div#cart_container th a,
.mod_shop[class*=mod_action_order_form] div#cart_container td a {
  color: #000;
  text-decoration: none;
}
.mod_shop.mod_action_register .shop-cart th a:after, .mod_shop.mod_action_register .shop-cart td a:after,
.mod_shop.mod_action_register div#cart_container th a:after,
.mod_shop.mod_action_register div#cart_container td a:after, .mod_shop[class*=mod_action_order_form] .shop-cart th a:after, .mod_shop[class*=mod_action_order_form] .shop-cart td a:after,
.mod_shop[class*=mod_action_order_form] div#cart_container th a:after,
.mod_shop[class*=mod_action_order_form] div#cart_container td a:after {
  display: none;
}
.mod_shop.mod_action_register .shop-cart th a:hover, .mod_shop.mod_action_register .shop-cart td a:hover,
.mod_shop.mod_action_register div#cart_container th a:hover,
.mod_shop.mod_action_register div#cart_container td a:hover, .mod_shop[class*=mod_action_order_form] .shop-cart th a:hover, .mod_shop[class*=mod_action_order_form] .shop-cart td a:hover,
.mod_shop[class*=mod_action_order_form] div#cart_container th a:hover,
.mod_shop[class*=mod_action_order_form] div#cart_container td a:hover {
  color: #D20A11;
}
.mod_shop.mod_action_register .shop-cart th,
.mod_shop.mod_action_register div#cart_container th, .mod_shop[class*=mod_action_order_form] .shop-cart th,
.mod_shop[class*=mod_action_order_form] div#cart_container th {
  background: #fff;
  color: #000;
  border-bottom: 2px solid #000;
  padding: 5px 10px 3px;
}
.mod_shop.mod_action_register .shop-cart td,
.mod_shop.mod_action_register div#cart_container td, .mod_shop[class*=mod_action_order_form] .shop-cart td,
.mod_shop[class*=mod_action_order_form] div#cart_container td {
  line-height: 21px;
  padding: 10px 10px 8px 10px;
}
.mod_shop.mod_action_register .shop-cart td small,
.mod_shop.mod_action_register div#cart_container td small, .mod_shop[class*=mod_action_order_form] .shop-cart td small,
.mod_shop[class*=mod_action_order_form] div#cart_container td small {
  display: block;
  margin-top: 4px;
}
.mod_shop.mod_action_register .shop-cart tr,
.mod_shop.mod_action_register div#cart_container tr, .mod_shop[class*=mod_action_order_form] .shop-cart tr,
.mod_shop[class*=mod_action_order_form] div#cart_container tr {
  background: #F0F0F0;
}
.mod_shop.mod_action_register .shop-cart tr:nth-child(2n),
.mod_shop.mod_action_register div#cart_container tr:nth-child(2n), .mod_shop[class*=mod_action_order_form] .shop-cart tr:nth-child(2n),
.mod_shop[class*=mod_action_order_form] div#cart_container tr:nth-child(2n) {
  background: #fff;
}
.mod_shop.mod_action_register .shop-cart tr.total th,
.mod_shop.mod_action_register div#cart_container tr.total th, .mod_shop[class*=mod_action_order_form] .shop-cart tr.total th,
.mod_shop[class*=mod_action_order_form] div#cart_container tr.total th {
  background: #000;
  color: #fff;
  border-bottom: 0;
}
.mod_shop.mod_action_register .table_wrap_container + p, .mod_shop[class*=mod_action_order_form] .table_wrap_container + p {
  display: inline-block;
  width: 100%;
}
.mod_shop.mod_action_register .table_wrap_container + p input, .mod_shop[class*=mod_action_order_form] .table_wrap_container + p input {
  margin-top: 8px;
}
.mod_shop.mod_action_register form.order_form_userinfo input.amount_select, .mod_shop[class*=mod_action_order_form] form.order_form_userinfo input.amount_select {
  width: auto !important;
  outline: none !important;
}
.mod_shop.mod_action_register .button_bar_bottom .fa-spin, .mod_shop[class*=mod_action_order_form] .button_bar_bottom .fa-spin {
  color: #fff !important;
  margin-top: 9px;
}
.mod_shop.mod_action_register input.button, .mod_shop[class*=mod_action_order_form] input.button {
  display: inline-block;
  margin: 0;
  font: 400 13px/17px "Roboto";
  color: #fff;
  font-family: "Akute";
  font-weight: 700;
  padding: 8px 25px 5px;
  width: auto;
  color: #fff;
  background: #D20A11;
  border: 1px solid #D20A11;
  border-radius: 3px;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  box-sizing: border-box;
  position: relative;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-appearance: none;
  -webkit-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -moz-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  color: #000;
  background: transparent;
  border-color: #000;
}
@media print {
  .mod_shop.mod_action_register input.button, .mod_shop[class*=mod_action_order_form] input.button {
    font: 400 11px/18px "Roboto";
    color: #000;
  }
}
.mod_shop.mod_action_register input.button:focus, .mod_shop.mod_action_register input.button:hover, .mod_shop[class*=mod_action_order_form] input.button:focus, .mod_shop[class*=mod_action_order_form] input.button:hover {
  background: #aa0812;
  color: #fff;
  border-color: #aa0812;
}
.mod_shop.mod_action_register input.button:hover, .mod_shop.mod_action_register input.button:focus, .mod_shop[class*=mod_action_order_form] input.button:hover, .mod_shop[class*=mod_action_order_form] input.button:focus {
  color: #fff;
  background: #000;
  border-color: #000;
}
.mod_shop.mod_action_register input.button[type=submit], .mod_shop[class*=mod_action_order_form] input.button[type=submit] {
  display: inline-block;
  margin: 0;
  font: 400 13px/17px "Roboto";
  color: #fff;
  font-family: "Akute";
  font-weight: 700;
  padding: 8px 25px 5px;
  width: auto;
  color: #fff;
  background: #D20A11;
  border: 1px solid #D20A11;
  border-radius: 3px;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  box-sizing: border-box;
  position: relative;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-appearance: none;
  -webkit-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -moz-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
}
@media print {
  .mod_shop.mod_action_register input.button[type=submit], .mod_shop[class*=mod_action_order_form] input.button[type=submit] {
    font: 400 11px/18px "Roboto";
    color: #000;
  }
}
.mod_shop.mod_action_register input.button[type=submit]:focus, .mod_shop.mod_action_register input.button[type=submit]:hover, .mod_shop[class*=mod_action_order_form] input.button[type=submit]:focus, .mod_shop[class*=mod_action_order_form] input.button[type=submit]:hover {
  background: #aa0812;
  color: #fff;
  border-color: #aa0812;
}
.mod_shop.mod_action_register #content h3,
.mod_shop.mod_action_register #content h2, .mod_shop[class*=mod_action_order_form] #content h3,
.mod_shop[class*=mod_action_order_form] #content h2 {
  margin-top: 30px;
}
.mod_shop.mod_action_register p.order_form_checkboxes input,
.mod_shop.mod_action_register .payment-method.payment-method-prepayment input, .mod_shop[class*=mod_action_order_form] p.order_form_checkboxes input,
.mod_shop[class*=mod_action_order_form] .payment-method.payment-method-prepayment input {
  display: none;
}
.mod_shop.mod_action_register p.order_form_checkboxes label[for=accept_terms],
.mod_shop.mod_action_register .payment-method.payment-method-prepayment label[for=accept_terms], .mod_shop[class*=mod_action_order_form] p.order_form_checkboxes label[for=accept_terms],
.mod_shop[class*=mod_action_order_form] .payment-method.payment-method-prepayment label[for=accept_terms] {
  padding-left: 15px;
}
.mod_shop.mod_action_register p.order_form_checkboxes .ajaxer,
.mod_shop.mod_action_register .payment-method.payment-method-prepayment .ajaxer, .mod_shop[class*=mod_action_order_form] p.order_form_checkboxes .ajaxer,
.mod_shop[class*=mod_action_order_form] .payment-method.payment-method-prepayment .ajaxer {
  padding-left: 30px;
  margin-bottom: 0;
}
.mod_shop.mod_action_register #process_order_login input.button, .mod_shop[class*=mod_action_order_form] #process_order_login input.button {
  display: inline-block;
  margin: 0;
  font: 400 13px/17px "Roboto";
  color: #fff;
  font-family: "Akute";
  font-weight: 700;
  padding: 8px 25px 5px;
  width: auto;
  color: #fff;
  background: #D20A11;
  border: 1px solid #D20A11;
  border-radius: 3px;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  box-sizing: border-box;
  position: relative;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-appearance: none;
  -webkit-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -moz-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
}
@media print {
  .mod_shop.mod_action_register #process_order_login input.button, .mod_shop[class*=mod_action_order_form] #process_order_login input.button {
    font: 400 11px/18px "Roboto";
    color: #000;
  }
}
.mod_shop.mod_action_register #process_order_login input.button:focus, .mod_shop.mod_action_register #process_order_login input.button:hover, .mod_shop[class*=mod_action_order_form] #process_order_login input.button:focus, .mod_shop[class*=mod_action_order_form] #process_order_login input.button:hover {
  background: #aa0812;
  color: #fff;
  border-color: #aa0812;
}
.mod_shop.mod_action_register #process_order_login form + p.content_button, .mod_shop[class*=mod_action_order_form] #process_order_login form + p.content_button {
  margin: 15px 0 0 30%;
}
.mod_shop.mod_action_register #process_order_login form + p.content_button a, .mod_shop[class*=mod_action_order_form] #process_order_login form + p.content_button a {
  display: inline-block;
  margin: 0;
  font: 400 13px/17px "Roboto";
  color: #fff;
  font-family: "Akute";
  font-weight: 700;
  padding: 8px 25px 5px;
  width: auto;
  color: #fff;
  background: #D20A11;
  border: 1px solid #D20A11;
  border-radius: 3px;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  box-sizing: border-box;
  position: relative;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-appearance: none;
  -webkit-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -moz-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  color: #000;
  background: transparent;
  border-color: #000;
}
@media print {
  .mod_shop.mod_action_register #process_order_login form + p.content_button a, .mod_shop[class*=mod_action_order_form] #process_order_login form + p.content_button a {
    font: 400 11px/18px "Roboto";
    color: #000;
  }
}
.mod_shop.mod_action_register #process_order_login form + p.content_button a:focus, .mod_shop.mod_action_register #process_order_login form + p.content_button a:hover, .mod_shop[class*=mod_action_order_form] #process_order_login form + p.content_button a:focus, .mod_shop[class*=mod_action_order_form] #process_order_login form + p.content_button a:hover {
  background: #aa0812;
  color: #fff;
  border-color: #aa0812;
}
.mod_shop.mod_action_register #process_order_login form + p.content_button a:hover, .mod_shop.mod_action_register #process_order_login form + p.content_button a:focus, .mod_shop[class*=mod_action_order_form] #process_order_login form + p.content_button a:hover, .mod_shop[class*=mod_action_order_form] #process_order_login form + p.content_button a:focus {
  color: #fff;
  background: #000;
  border-color: #000;
}
.mod_shop.mod_action_register .shop_already_have_account, .mod_shop[class*=mod_action_order_form] .shop_already_have_account {
  display: inline-block;
  font-weight: 400;
  color: #000;
  position: relative;
  text-decoration: none;
}
.mod_shop.mod_action_register .shop_already_have_account:after, .mod_shop[class*=mod_action_order_form] .shop_already_have_account:after {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  width: 100%;
  height: 1px;
  display: block;
  background: #000;
  bottom: 1px;
}
.mod_shop.mod_action_register .shop_already_have_account:hover, .mod_shop[class*=mod_action_order_form] .shop_already_have_account:hover {
  color: #D20A11;
}
.mod_shop.mod_action_register .shop_already_have_account:hover:after, .mod_shop[class*=mod_action_order_form] .shop_already_have_account:hover:after {
  background: #D20A11;
}
.mod_shop.mod_action_register p.shop_registration_form, .mod_shop[class*=mod_action_order_form] p.shop_registration_form {
  margin-top: 15px;
}
.mod_shop.mod_action_register .shop_using_as_guest_description a.button, .mod_shop[class*=mod_action_order_form] .shop_using_as_guest_description a.button {
  display: inline-block;
  margin: 0;
  font: 400 13px/17px "Roboto";
  color: #fff;
  font-family: "Akute";
  font-weight: 700;
  padding: 8px 25px 5px;
  width: auto;
  color: #fff;
  background: #D20A11;
  border: 1px solid #D20A11;
  border-radius: 3px;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  box-sizing: border-box;
  position: relative;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-appearance: none;
  -webkit-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -moz-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
}
@media print {
  .mod_shop.mod_action_register .shop_using_as_guest_description a.button, .mod_shop[class*=mod_action_order_form] .shop_using_as_guest_description a.button {
    font: 400 11px/18px "Roboto";
    color: #000;
  }
}
.mod_shop.mod_action_register .shop_using_as_guest_description a.button:focus, .mod_shop.mod_action_register .shop_using_as_guest_description a.button:hover, .mod_shop[class*=mod_action_order_form] .shop_using_as_guest_description a.button:focus, .mod_shop[class*=mod_action_order_form] .shop_using_as_guest_description a.button:hover {
  background: #aa0812;
  color: #fff;
  border-color: #aa0812;
}
.mod_shop.mod_action_register .delivery_address_wrap, .mod_shop[class*=mod_action_order_form] .delivery_address_wrap {
  margin-bottom: 15px;
}
.mod_shop.mod_action_register fieldset .content_button a,
.mod_shop.mod_action_register .shop_not_me_container a, .mod_shop[class*=mod_action_order_form] fieldset .content_button a,
.mod_shop[class*=mod_action_order_form] .shop_not_me_container a {
  display: inline-block;
  margin: 0;
  font: 400 13px/17px "Roboto";
  color: #fff;
  font-family: "Akute";
  font-weight: 700;
  padding: 8px 25px 5px;
  width: auto;
  color: #fff;
  background: #D20A11;
  border: 1px solid #D20A11;
  border-radius: 3px;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  box-sizing: border-box;
  position: relative;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-appearance: none;
  -webkit-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -moz-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  color: #000;
  background: transparent;
  border-color: #000;
}
@media print {
  .mod_shop.mod_action_register fieldset .content_button a,
.mod_shop.mod_action_register .shop_not_me_container a, .mod_shop[class*=mod_action_order_form] fieldset .content_button a,
.mod_shop[class*=mod_action_order_form] .shop_not_me_container a {
    font: 400 11px/18px "Roboto";
    color: #000;
  }
}
.mod_shop.mod_action_register fieldset .content_button a:focus, .mod_shop.mod_action_register fieldset .content_button a:hover,
.mod_shop.mod_action_register .shop_not_me_container a:focus,
.mod_shop.mod_action_register .shop_not_me_container a:hover, .mod_shop[class*=mod_action_order_form] fieldset .content_button a:focus, .mod_shop[class*=mod_action_order_form] fieldset .content_button a:hover,
.mod_shop[class*=mod_action_order_form] .shop_not_me_container a:focus,
.mod_shop[class*=mod_action_order_form] .shop_not_me_container a:hover {
  background: #aa0812;
  color: #fff;
  border-color: #aa0812;
}
.mod_shop.mod_action_register fieldset .content_button a:hover, .mod_shop.mod_action_register fieldset .content_button a:focus,
.mod_shop.mod_action_register .shop_not_me_container a:hover,
.mod_shop.mod_action_register .shop_not_me_container a:focus, .mod_shop[class*=mod_action_order_form] fieldset .content_button a:hover, .mod_shop[class*=mod_action_order_form] fieldset .content_button a:focus,
.mod_shop[class*=mod_action_order_form] .shop_not_me_container a:hover,
.mod_shop[class*=mod_action_order_form] .shop_not_me_container a:focus {
  color: #fff;
  background: #000;
  border-color: #000;
}
.mod_shop.mod_action_register fieldset, .mod_shop[class*=mod_action_order_form] fieldset {
  border: 1px solid #000;
  margin-top: 30px;
}
.mod_shop.mod_action_register fieldset:first-of-type, .mod_shop[class*=mod_action_order_form] fieldset:first-of-type {
  margin-top: 0;
}
.mod_shop.mod_action_register fieldset legend, .mod_shop[class*=mod_action_order_form] fieldset legend {
  font: 600 20px/28px "Roboto";
  padding: 0;
  margin: 0;
  color: #000;
  text-transform: uppercase;
  padding: 0 5px;
  margin-left: -7px;
}
@media screen and (max-width: 1100px) {
  .mod_shop.mod_action_register fieldset legend, .mod_shop[class*=mod_action_order_form] fieldset legend {
    font-size: 18px;
    line-height: 26px;
  }
}
@media print {
  .mod_shop.mod_action_register fieldset legend, .mod_shop[class*=mod_action_order_form] fieldset legend {
    font: 600 12px/20px "Roboto";
    color: #000;
    margin-bottom: 4px;
  }
}
.mod_shop.mod_action_register fieldset a, .mod_shop[class*=mod_action_order_form] fieldset a {
  color: #000;
}
.mod_shop.mod_action_register fieldset a:hover, .mod_shop[class*=mod_action_order_form] fieldset a:hover {
  color: #D20A11;
}
.mod_shop.mod_action_register fieldset p label, .mod_shop[class*=mod_action_order_form] fieldset p label {
  width: 100px;
  float: left;
}
.mod_shop.mod_action_register fieldset p, .mod_shop[class*=mod_action_order_form] fieldset p {
  margin-bottom: 5px;
}
.mod_shop.mod_action_register hr, .mod_shop[class*=mod_action_order_form] hr {
  margin-top: 25px !important;
  padding-top: 10px !important;
  border-top: 1px solid #000 !important;
  background: none !important;
}
.mod_shop.mod_action_register .button_bar_bottom, .mod_shop[class*=mod_action_order_form] .button_bar_bottom {
  margin-top: 20px;
}
.mod_shop .shop_order_details .button_bar_bottom.not_fixed {
  display: flex;
  flex-flow: row wrap;
  gap: 10px;
}
.mod_shop .shop_order_details .button_bar_bottom.not_fixed .button {
  display: inline-block;
  margin: 0;
  font: 400 13px/17px "Roboto";
  color: #fff;
  font-family: "Akute";
  font-weight: 700;
  padding: 8px 25px 5px;
  width: auto;
  color: #fff;
  background: #D20A11;
  border: 1px solid #D20A11;
  border-radius: 3px;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  box-sizing: border-box;
  position: relative;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-appearance: none;
  -webkit-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -moz-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  color: #000;
  background: transparent;
  border-color: #000;
}
@media print {
  .mod_shop .shop_order_details .button_bar_bottom.not_fixed .button {
    font: 400 11px/18px "Roboto";
    color: #000;
  }
}
.mod_shop .shop_order_details .button_bar_bottom.not_fixed .button:focus, .mod_shop .shop_order_details .button_bar_bottom.not_fixed .button:hover {
  background: #aa0812;
  color: #fff;
  border-color: #aa0812;
}
.mod_shop .shop_order_details .button_bar_bottom.not_fixed .button:hover, .mod_shop .shop_order_details .button_bar_bottom.not_fixed .button:focus {
  color: #fff;
  background: #000;
  border-color: #000;
}

/* @end */
/* @group ehc_business_club module & dine_view module */
body.mod_ehc_business_club #content .content_inner,
body.mod_dine_view #content .content_inner {
  max-width: 1280px;
}
body.mod_ehc_business_club #content .content_inner h2.welcome_title,
body.mod_dine_view #content .content_inner h2.welcome_title {
  font-size: 24px;
  line-height: 36px;
  letter-spacing: -0.25px;
  padding-top: 0;
  border: none !important;
}

#profile_wrap {
  width: 380px;
  margin: 0 50px 40px 0;
  background: #D20A11;
  position: relative;
  padding: 32px 32px 32px 0;
}
#profile_wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: -5000px;
  width: 5000px;
  height: 100%;
  display: block;
  background: #D20A11;
}
#profile_wrap .profile_wrap_inner {
  background: #aa0812;
  padding: 27px;
  box-sizing: border-box;
  color: #fff;
}
#profile_wrap .profile_wrap_inner h3,
#profile_wrap .profile_wrap_inner h4 {
  color: #fff;
}
#profile_wrap .profile_wrap_inner h3.profile_title {
  font-size: 20px;
  letter-spacing: -0.2px;
  font-weight: 600;
}
#profile_wrap .profile_wrap_inner .profile_description {
  padding-bottom: 30px;
  border-bottom: 1px solid #fff;
}
#profile_wrap .profile_wrap_inner .profile_description .profile-submit:hover,
#profile_wrap .profile_wrap_inner .profile_description .edit_profile:hover,
#profile_wrap .profile_wrap_inner .profile_description .cancel_button:hover,
#profile_wrap .profile_wrap_inner .profile_description .add_person:hover {
  cursor: pointer;
}
#profile_wrap .profile_wrap_inner .profile_description .profile-submit.hidden,
#profile_wrap .profile_wrap_inner .profile_description .edit_profile.hidden,
#profile_wrap .profile_wrap_inner .profile_description .cancel_button.hidden,
#profile_wrap .profile_wrap_inner .profile_description .add_person.hidden {
  display: none;
}
#profile_wrap .profile_wrap_inner .profile_description .cancel_button {
  text-decoration: none;
  margin-left: 20px;
}
#profile_wrap .profile_wrap_inner .profile_description .cancel_button:hover {
  opacity: 0.6;
}
#profile_wrap .profile_wrap_inner .profile_description.edit .profile_element {
  margin-bottom: 12px;
}
#profile_wrap .profile_wrap_inner .profile_description.edit .profile_element input {
  pointer-events: all;
  border-bottom: 1px solid #fff;
  outline: none !important;
}
#profile_wrap .profile_wrap_inner .profile_description .profile_element.strong input {
  font-weight: 700;
}
#profile_wrap .profile_wrap_inner .profile_description .profile_element label {
  display: none;
}
#profile_wrap .profile_wrap_inner .profile_description .profile_element input {
  pointer-events: none;
  font: 400 15px/22px "Roboto";
  letter-spacing: 0.25px;
  color: #000;
  background: none;
  border: 1px solid transparent;
  border: none;
  color: #fff;
  width: 100%;
}
@media print {
  #profile_wrap .profile_wrap_inner .profile_description .profile_element input {
    font: 400 12px/18px "Roboto";
    color: #000;
  }
}
@media screen and (max-width: 1100px) {
  #profile_wrap .profile_wrap_inner .profile_description .profile_element input {
    font-size: 16px;
    line-height: 26px;
  }
}
#profile_wrap .profile_wrap_inner .privacy {
  padding: 30px 0;
  border-bottom: 1px solid #fff;
}
#profile_wrap .profile_wrap_inner .privacy h3 {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.5px;
  font-weight: 700;
}
#profile_wrap .profile_wrap_inner .edit_profile,
#profile_wrap .profile_wrap_inner .add_person {
  padding: 6px 17px 4px;
  color: #fff;
  border-color: #fff;
  text-decoration: none;
}
#profile_wrap .profile_wrap_inner .edit_profile:hover,
#profile_wrap .profile_wrap_inner .add_person:hover {
  background: #fff;
  color: #aa0812 !important;
}
#profile_wrap .profile_wrap_inner .all_members {
  margin-top: 25px;
}
#profile_wrap .profile_wrap_inner .all_members .participant_wrap {
  clear: both;
  position: relative;
  padding-left: 25px;
  margin-top: 5px;
}
#profile_wrap .profile_wrap_inner .all_members .participant_wrap:first-child {
  margin-top: 0;
}
#profile_wrap .profile_wrap_inner .all_members .participant_wrap p {
  margin-bottom: 0;
}
#profile_wrap .profile_wrap_inner .all_members .participant_wrap.edit {
  margin-bottom: 20px;
}
#profile_wrap .profile_wrap_inner .all_members .participant_wrap.edit input {
  pointer-events: all;
  border-bottom: 1px solid #fff;
  outline: none !important;
}
#profile_wrap .profile_wrap_inner .all_members .participant_wrap.edit .participant_actions {
  display: block;
}
#profile_wrap .profile_wrap_inner .all_members .participant_wrap:hover .participant_actions {
  display: block;
}
#profile_wrap .profile_wrap_inner .all_members .participant_wrap input {
  background: none;
  border: none;
  font: 400 15px/22px "Roboto";
  letter-spacing: 0.25px;
  color: #000;
  color: #fff;
  pointer-events: none;
  width: 100%;
}
@media print {
  #profile_wrap .profile_wrap_inner .all_members .participant_wrap input {
    font: 400 12px/18px "Roboto";
    color: #000;
  }
}
@media screen and (max-width: 1100px) {
  #profile_wrap .profile_wrap_inner .all_members .participant_wrap input {
    font-size: 16px;
    line-height: 26px;
  }
}
#profile_wrap .profile_wrap_inner .all_members .participant_wrap label {
  display: none;
}
#profile_wrap .profile_wrap_inner .all_members .participant_wrap .fa-user {
  position: absolute;
  top: 2px;
  left: 0;
}
#profile_wrap .profile_wrap_inner .all_members .participant_wrap .participant_actions {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
}
#profile_wrap .profile_wrap_inner .all_members .participant_wrap .participant_actions .remove_participant,
#profile_wrap .profile_wrap_inner .all_members .participant_wrap .participant_actions .cancel_participant,
#profile_wrap .profile_wrap_inner .all_members .participant_wrap .participant_actions .save_participant {
  margin-left: 10px;
}
#profile_wrap .profile_wrap_inner .all_members .participant_wrap .participant_actions .edit_participant,
#profile_wrap .profile_wrap_inner .all_members .participant_wrap .participant_actions .save_participant,
#profile_wrap .profile_wrap_inner .all_members .participant_wrap .participant_actions .cancel_participant,
#profile_wrap .profile_wrap_inner .all_members .participant_wrap .participant_actions .remove_participant {
  color: #fff;
}
#profile_wrap .profile_wrap_inner .all_members .participant_wrap .participant_actions .edit_participant:hover,
#profile_wrap .profile_wrap_inner .all_members .participant_wrap .participant_actions .save_participant:hover,
#profile_wrap .profile_wrap_inner .all_members .participant_wrap .participant_actions .cancel_participant:hover,
#profile_wrap .profile_wrap_inner .all_members .participant_wrap .participant_actions .remove_participant:hover {
  opacity: 0.6;
  cursor: pointer;
}
#profile_wrap .profile_wrap_inner .all_members.edit .add_person_element {
  margin: 12px 0;
}
#profile_wrap .profile_wrap_inner .all_members.edit .add_person_element input {
  pointer-events: all;
  outline: none !important;
  border-bottom: 1px solid #fff;
}
#profile_wrap .profile_wrap_inner .all_members.edit .add_person_element ::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.6;
}
#profile_wrap .profile_wrap_inner .all_members.edit .add_person_element ::-moz-placeholder {
  color: #fff;
  opacity: 0.6;
}
#profile_wrap .profile_wrap_inner .all_members.edit .add_person_element :-ms-input-placeholder {
  color: #fff;
  opacity: 0.6;
}
#profile_wrap .profile_wrap_inner .all_members.edit .add_person_element :-moz-placeholder {
  color: #fff;
  opacity: 0.6;
}
#profile_wrap .profile_wrap_inner .all_members .other_member_name {
  margin-bottom: 4px;
}
#profile_wrap .profile_wrap_inner .logout_box {
  margin-top: 25px;
}
#profile_wrap .profile_wrap_inner .logout_box .logout_button {
  background: #fff;
  padding: 6px 17px 4px;
  border: none;
  text-decoration: none;
  color: #aa0812;
  margin-top: 0;
}
#profile_wrap .profile_wrap_inner .logout_box .logout_button:hover {
  opacity: 0.6;
}
#profile_wrap .switcher {
  float: left;
  margin-right: 20px;
}
#profile_wrap .switcher .switch {
  width: 51px;
  height: 31px;
  background: #E5E5E5;
  z-index: 0;
  margin: 0;
  padding: 0;
  appearance: none;
  border: none;
  cursor: pointer;
  position: relative;
  border-radius: 50px;
}
#profile_wrap .switcher .switch:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 1px;
  width: 49px;
  height: 29px;
  background: #FFFFFF;
  z-index: 1;
  border-radius: 95px;
}
#profile_wrap .switcher .switch:after {
  content: " ";
  width: 28px;
  height: 28px;
  border-radius: 86px;
  z-index: 2;
  background: #FFFFFF;
  position: absolute;
  transition-duration: 500ms;
  top: 2px;
  left: 0;
  box-shadow: 0 2px 5px #999999;
}
#profile_wrap .switcher .switchOn, #profile_wrap .switcher .switchOn:before {
  background: #529C3D !important;
}
#profile_wrap .switcher .switchOn:after {
  left: 21px;
}
#profile_wrap .switcher input[name=switch] {
  display: none;
}
#profile_wrap .privacy_information {
  overflow: hidden;
}

.match_element {
  background: #F4F4F4;
  margin-top: 30px;
}
.match_element .match_header {
  background: #616160;
  padding: 10px 14px;
  box-sizing: border-box;
}
.match_element .match_header p {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0;
  margin: 0;
  color: #fff;
}
.match_element .match_header p.match_date_time {
  font-weight: 700;
}
.match_element .match_header .match_date_time {
  float: left;
}
.match_element .match_header .match_place {
  float: right;
}
.match_element .match_inner_wrap {
  padding: 20px;
  box-sizing: border-box;
}
.match_element .match_inner_wrap .match_details_wrap,
.match_element .match_inner_wrap .present_members {
  float: left;
  width: 50%;
  box-sizing: border-box;
}
.match_element .match_inner_wrap .match_details_wrap .last_game,
.match_element .match_inner_wrap .present_members .last_game {
  box-sizing: border-box;
}
.match_element .match_inner_wrap .match_details_wrap .last_game .last_game_team,
.match_element .match_inner_wrap .present_members .last_game .last_game_team {
  font-size: 13px;
  line-height: 15px;
}
.match_element .match_inner_wrap .match_details_wrap .menu_description,
.match_element .match_inner_wrap .present_members .menu_description {
  position: relative;
  padding-top: 10px;
  margin-top: 15px;
  border-top: 1px solid #000;
}
.match_element .match_inner_wrap .match_details_wrap .menu_description textarea,
.match_element .match_inner_wrap .present_members .menu_description textarea {
  font-family: "Roboto";
  font-size: 15px;
  line-height: 24px;
  color: #000;
  background: none;
  border: none;
  width: 100%;
  pointer-events: none;
  resize: none;
  outline: none !important;
}
.match_element .match_inner_wrap .match_details_wrap .menu_description textarea.edit,
.match_element .match_inner_wrap .present_members .menu_description textarea.edit {
  pointer-events: all;
  width: 95%;
  background: #fff;
  border: 1px solid #D20A11;
  padding: 8px;
  box-sizing: border-box;
}
.match_element .match_inner_wrap .match_details_wrap .menu_description .edit_game_content,
.match_element .match_inner_wrap .match_details_wrap .menu_description .save_game_content,
.match_element .match_inner_wrap .match_details_wrap .menu_description .cancel_game_content,
.match_element .match_inner_wrap .match_details_wrap .menu_description .add_resource,
.match_element .match_inner_wrap .present_members .menu_description .edit_game_content,
.match_element .match_inner_wrap .present_members .menu_description .save_game_content,
.match_element .match_inner_wrap .present_members .menu_description .cancel_game_content,
.match_element .match_inner_wrap .present_members .menu_description .add_resource {
  position: absolute;
  top: -1px;
  right: -30px;
  width: 30px;
  height: 30px;
  background: #aa0812;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  padding: 7px 8px;
  box-sizing: border-box;
}
.match_element .match_inner_wrap .match_details_wrap .menu_description .edit_game_content:hover,
.match_element .match_inner_wrap .match_details_wrap .menu_description .save_game_content:hover,
.match_element .match_inner_wrap .match_details_wrap .menu_description .cancel_game_content:hover,
.match_element .match_inner_wrap .match_details_wrap .menu_description .add_resource:hover,
.match_element .match_inner_wrap .present_members .menu_description .edit_game_content:hover,
.match_element .match_inner_wrap .present_members .menu_description .save_game_content:hover,
.match_element .match_inner_wrap .present_members .menu_description .cancel_game_content:hover,
.match_element .match_inner_wrap .present_members .menu_description .add_resource:hover {
  cursor: pointer;
  opacity: 0.6;
}
.match_element .match_inner_wrap .match_details_wrap .menu_description .edit_game_content,
.match_element .match_inner_wrap .present_members .menu_description .edit_game_content {
  right: 5px;
}
.match_element .match_inner_wrap .match_details_wrap .menu_description .add_resource,
.match_element .match_inner_wrap .match_details_wrap .menu_description .save_game_content,
.match_element .match_inner_wrap .present_members .menu_description .add_resource,
.match_element .match_inner_wrap .present_members .menu_description .save_game_content {
  padding: 8px 9px;
}
.match_element .match_inner_wrap .match_details_wrap .menu_description .cancel_game_content,
.match_element .match_inner_wrap .present_members .menu_description .cancel_game_content {
  top: 35px;
}
.match_element .match_inner_wrap .match_details_wrap .menu_description .cancel_game_content,
.match_element .match_inner_wrap .present_members .menu_description .cancel_game_content {
  padding: 8px 10px;
}
.match_element .match_inner_wrap .match_details_wrap .menu_description .resource a,
.match_element .match_inner_wrap .present_members .menu_description .resource a {
  position: relative;
  text-decoration: none;
  font-weight: 400;
  padding: 6px 12px 4px;
  box-sizing: border-box;
  padding-left: 30px;
  margin-top: 0;
  background: #aa0812;
  border: none;
  color: #fff;
}
.match_element .match_inner_wrap .match_details_wrap .menu_description .resource a:hover,
.match_element .match_inner_wrap .present_members .menu_description .resource a:hover {
  opacity: 0.6;
}
.match_element .match_inner_wrap .match_details_wrap {
  padding-right: 30px;
  border-right: 1px solid #000;
}
.match_element .match_inner_wrap .present_members {
  padding-left: 30px;
}
.match_element .match_inner_wrap .present_members .present_members_title {
  float: left;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.5px;
  font-weight: 700;
}
.match_element .match_inner_wrap .present_members .present_members_count {
  float: right;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 1px;
  margin-bottom: 0;
}
.match_element .match_inner_wrap .present_members .present_member_item {
  clear: both;
}
.match_element .match_inner_wrap .present_members .all_going_participants {
  height: 110px;
  overflow: hidden;
  clear: both;
  transition: all 0.3s ease;
}
.match_element .match_inner_wrap .present_members .all_going_participants.expand {
  height: auto;
  transition: all 0.3s ease;
}
.match_element .match_inner_wrap .present_members .going_members_title {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.5px;
  font-weight: 700;
  margin-bottom: 0;
}
.match_element .match_inner_wrap .present_members .show_all_members {
  display: inline-block;
  font-size: 17px;
  line-height: 27px;
  letter-spacing: 0.25px;
  color: #D20A11;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 6px;
}
.match_element .match_inner_wrap .present_members .show_all_members:hover {
  cursor: pointer;
  opacity: 0.6;
}
.match_element .match_inner_wrap .present_members .present_member_item_action span {
  position: relative;
}
.match_element .match_inner_wrap .present_members .present_member_item_action a:first-child {
  display: inline-block;
  width: 100%;
  position: relative;
  font-size: 14px;
  line-height: 22px;
  padding: 8px 14px 6px;
  box-sizing: border-box;
  color: #000;
  background: #D8D8D8;
  text-decoration: none;
  margin-top: 12px;
  transition: opacity 0.2s ease;
}
.match_element .match_inner_wrap .present_members .present_member_item_action a:first-child:hover {
  opacity: 0.6;
}
.match_element .match_inner_wrap .present_members .present_member_item_action a:first-child.is_going {
  background: #aa0812;
  color: #fff;
}
.match_element .match_inner_wrap .present_members .present_member_item_action a:first-child i {
  color: inherit !important;
  position: absolute;
  top: 10px;
  right: 20px;
}
.match_element .match_inner_wrap .present_members .present_member_item_action a:first-child i:before {
  color: inherit;
}
.match_element .match_inner_wrap .present_members .present_member_item_action a:first-child:first-child  {
  margin-top: 0;
}
.match_element .match_inner_wrap .present_members .present_member_item_action a:nth-child(2) {
  position: absolute;
  top: 3px;
  left: -28px;
  color: #000;
}
.match_element .match_inner_wrap .present_members .present_member_item_action a:nth-child(2):hover {
  opacity: 0.6;
}
.match_element .match_inner_wrap .present_members .present_selection {
  margin-top: 15px;
}
.match_element .match_inner_wrap .present_members .present_selection label {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.5px;
  font-weight: 700;
  text-transform: uppercase;
}
.match_element .match_inner_wrap .present_members .present_selection span.select2-container {
  width: 100% !important;
}
.match_element .match_inner_wrap .present_members .present_selection span.select2-container--default .select2-selection--multiple {
  border-color: #D20A11;
  border-radius: 0;
  min-height: unset;
}
.match_element .match_inner_wrap .present_members .present_selection span.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  display: block;
  padding: 8px 12px;
}
.match_element .match_inner_wrap .present_members .present_selection span.select2-container .select2-search--inline,
.match_element .match_inner_wrap .present_members .present_selection span.select2-container--default .select2-selection--multiple .select2-selection__choice {
  list-style-type: none;
  margin: 0;
  padding: 6px 8px 4px;
  background: #fff;
  border-color: #D20A11;
  color: #D20A11;
}
.match_element .match_inner_wrap .present_members .present_selection span.select2-container .select2-search--inline:before,
.match_element .match_inner_wrap .present_members .present_selection span.select2-container--default .select2-selection--multiple .select2-selection__choice:before {
  display: none !important;
}
.match_element .match_inner_wrap .present_members .present_selection span.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  position: relative;
  top: 3px;
  color: #D20A11;
  margin-right: 8px;
  font-size: 26px;
  line-height: 16px;
}
.match_element .match_inner_wrap .present_members .present_selection span.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  opacity: 0.6;
}
.match_element .match_inner_wrap .present_members .present_selection span.select2-container .select2-search--inline {
  background: none;
}
.match_element .match_inner_wrap .present_members .add_guest,
.match_element .match_inner_wrap .present_members .save_add_guest {
  display: inline-block;
  margin-top: 25px;
  text-decoration: none;
  color: #fff;
}
.match_element .match_inner_wrap .present_members .save_add_guest {
  float: left;
  margin-top: 12px;
}
.match_element .match_inner_wrap .present_members .save_add_guest.hidden {
  display: none;
}

.add_guest_wrap .add_guest_form .button.hidden {
  display: none;
}
.add_guest_wrap .add_guest_element {
  position: relative;
}
.add_guest_wrap .add_guest_element .remove_guest_element {
  position: absolute;
  top: 8px;
  right: 10px;
  color: #D20A11;
}
.add_guest_wrap .add_guest_element .remove_guest_element:hover {
  cursor: pointer;
  opacity: 0.6;
}
.add_guest_wrap .add_guest_element > p {
  margin-top: 12px;
}
.add_guest_wrap .add_guest_element > p label {
  display: none;
}
.add_guest_wrap .add_guest_element > p input {
  font-family: "Roboto";
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  color: #000;
  padding: 8px 14px 6px;
  background: #fff;
  border: 2px solid #D20A11;
  width: 100%;
  box-sizing: border-box;
  outline: none !important;
}
.add_guest_wrap .add_guest_element > p ::placeholder {
  font-family: "Roboto";
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  color: #000;
}

.business_club_login.login_form input.tooltip,
.dine_view_login.login_form input.tooltip {
  width: 300px;
}
.business_club_login.login_form input.button,
.dine_view_login.login_form input.button {
  margin-left: 250px;
}
.business_club_login.login_form a.forgot_password,
.dine_view_login.login_form a.forgot_password {
  display: inline-block;
  color: #D20A11;
  text-decoration: none;
  margin-left: 250px;
  margin-bottom: 15px;
}
.business_club_login.login_form a.forgot_password:hover,
.dine_view_login.login_form a.forgot_password:hover {
  opacity: 0.6;
}

#module_ehc_business_club a.back_link,
#module_dine_view a.back_link {
  display: inline-block;
  text-decoration: none;
  background: #aa0812;
  padding: 7px 12px 5px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}
#module_ehc_business_club a.back_link:hover,
#module_dine_view a.back_link:hover {
  opacity: 0.6;
}
#module_ehc_business_club #management > a,
#module_dine_view #management > a {
  display: inline-block;
  background: #aa0812;
  padding: 7px 12px 5px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}
#module_ehc_business_club #management > a:hover,
#module_dine_view #management > a:hover {
  opacity: 0.6;
}
#module_ehc_business_club #management table,
#module_dine_view #management table {
  width: 100%;
}
#module_ehc_business_club #management table thead th,
#module_dine_view #management table thead th {
  color: #fff;
  padding: 6px 8px;
}
#module_ehc_business_club #management table tbody tr:nth-child(even),
#module_dine_view #management table tbody tr:nth-child(even) {
  background: #ccc;
}
#module_ehc_business_club #management table tbody tr td,
#module_dine_view #management table tbody tr td {
  padding: 4px 8px;
}
#module_ehc_business_club #management table tbody tr .table_actions,
#module_dine_view #management table tbody tr .table_actions {
  float: right;
}
#module_ehc_business_club #management table tbody tr .table_actions a,
#module_dine_view #management table tbody tr .table_actions a {
  font-size: 15px;
  line-height: 23px;
}

/* @end ehc_business_club module & dine_view module */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */
/* @group design colors */
/* @end */
/* @group font */
/* @end */
/* @group shadows, border-radius */
/* @end */
/* @group buttons */
/* @end */
/* @group mixins */
/* @end */
@media screen and (max-width: 2100px) {
  #content .content_inner:after {
    right: -410px;
  }
}
@media screen and (max-width: 1560px) {
  #header .header_inner_wrap.bottom #logo {
    margin-left: 0;
  }
  #header .header_inner_wrap.top #sponsor_logos {
    margin-left: 100px;
  }
  #navigation > ul > li:nth-last-child(3) ul.level1, #navigation > ul > li:nth-last-child(2) ul.level1 {
    left: auto;
    right: -20px;
  }
  #navigation > ul > li > a {
    padding: 21px 15px 17px;
    font-size: 19px;
  }
}
@media screen and (max-width: 1500px) {
  #bx-slider-wrap * {
    height: 100%;
  }
  #bx-slider-wrap .slide {
    overflow: hidden;
  }
  #bx-slider-wrap img {
    width: auto !important;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  #bx-slider-wrap .bx-controls,
#bx-slider-wrap .slide_text_container {
    height: auto;
  }
  #bx-slider-wrap .bx-controls *,
#bx-slider-wrap .slide_text_container * {
    height: auto;
  }
}
@media screen and (max-width: 1440px) and (min-width: 1100px) {
  .logged_in #logo {
    display: none;
  }
}
@media screen and (max-width: 1240px) {
  #bx-slider-wrap div.bx-wrapper .bx-controls-direction,
#bx-slider-wrap .slide_text_container {
    width: 100%;
  }
  .meta_wrap .meta-navigation > li {
    margin-left: 25px;
  }
  #navigation > ul > li > a {
    font-size: 18px;
    padding-left: 13px;
    padding-right: 13px;
  }
  #module_map {
    height: 500px !important;
  }
  .mod_ehc_business_club #profile_wrap,
.mod_dine_view #profile_wrap {
    width: 340px;
  }
  .mod_ehc_business_club .match_details_wrap .last_game .last_game_score > span,
.mod_dine_view .match_details_wrap .last_game .last_game_score > span {
    font-size: 36px;
    line-height: 36px;
    width: 51px;
  }
  .mod_ehc_business_club .match_details_wrap .last_game .last_game_score_thirds,
.mod_dine_view .match_details_wrap .last_game .last_game_score_thirds {
    max-width: 33%;
  }
  #content .content_inner .content_left:after {
    left: -20px;
  }
}
@media screen and (max-width: 1100px) {
  .content_inner ul.level2,
.content_inner ul.level1,
#footer #footer_bottom .navigation,
.meta_wrap,
div#navigation {
    display: none !important;
  }
  .responsive_navigation_toggle {
    display: block;
  }
  nav#rwdnav {
    display: block;
    visibility: hidden;
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    width: 77%;
    height: 100%;
    opacity: 1;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.3);
    -webkit-transform: perspective(1px) translate3d(-100%, 0, 0);
    -moz-transform: perspective(1px) translate3d(-100%, 0, 0);
    -o-transform: perspective(1px) translate3d(-100%, 0, 0);
    transform: perspective(1px) translate3d(-100%, 0, 0);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    box-sizing: border-box;
    overflow: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .navi_open nav#rwdnav {
    visibility: visible;
    opacity: 1;
    -webkit-transform: perspective(1px) translate3d(0, 0, 0);
    -moz-transform: perspective(1px) translate3d(0, 0, 0);
    -o-transform: perspective(1px) translate3d(0, 0, 0);
    transform: perspective(1px) translate3d(0, 0, 0);
  }
  #header .header_inner_wrap.top {
    background: #D20A11;
  }
  #header .header_inner_wrap.top #sponsor_logos {
    margin: 11px 0 0 100px;
    position: relative;
    top: 6px;
  }
  #header .header_inner_wrap.bottom #logo {
    width: 76px;
    margin: -35px 0 -40px 0;
  }
  #season_countdown .container {
    box-shadow: 0px -3px 9px #333;
  }
  #season_countdown .container .box {
    padding-right: 0;
    width: calc(100% - 100px);
  }
  #content .content_inner {
    padding-top: 50px;
    padding-bottom: 35px;
  }
  #content .content_inner .content_left:after {
    width: 100vw;
    height: 100vw;
    top: 0;
    display: none;
  }
  #footer #footer_bottom .portlet {
    width: 240px;
  }
  #footer #footer_bottom .footer_logos {
    width: 220px;
    float: right;
  }
  #portlets_hockey_news {
    width: 350px;
    margin-left: 0;
  }
  #portlets_hockey_news .portlet {
    margin-top: 20px;
  }
  #portlets_news .portlet {
    padding: 20px 20px 20px 0;
  }
  #portlets_news .portlet .portlet-listing-entry .resource_container {
    margin-right: 20px;
    margin-top: 5px;
  }
  div#content .sihf_calendar td > * {
    padding: 6px 10px 4px;
  }
  #portlets_hockey_news + .cf + script + #portlets_news,
#portlets_hockey_news + .cf + #portlets_news {
    width: calc(100% - 370px);
  }
  #social_media {
    padding-top: 30px;
    padding-bottom: 0px;
  }
  #social_media .juicer-feed {
    padding-top: 0px;
  }
  #social_media .juicer-feed .j-stacker-wrapper .j-stack {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  #social_media .juicer-feed .j-stacker-wrapper .j-stack .feed-item {
    margin-bottom: 20px !important;
  }
  h1 + .listing_entry_detail_pictures .gallery {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .search .search_item_wrap h2,
.search .listing_entry h2,
.search .overview_item h2,
#mod_overview .search_item_wrap h2,
#mod_overview .listing_entry h2,
#mod_overview .overview_item h2,
#mixItUp .search_item_wrap h2,
#mixItUp .listing_entry h2,
#mixItUp .overview_item h2 {
    margin-bottom: 4px;
  }
  .search .search_item_wrap .listing-content-introduction,
.search .search_item_wrap div.introduction,
.search .listing_entry .listing-content-introduction,
.search .listing_entry div.introduction,
.search .overview_item .listing-content-introduction,
.search .overview_item div.introduction,
#mod_overview .search_item_wrap .listing-content-introduction,
#mod_overview .search_item_wrap div.introduction,
#mod_overview .listing_entry .listing-content-introduction,
#mod_overview .listing_entry div.introduction,
#mod_overview .overview_item .listing-content-introduction,
#mod_overview .overview_item div.introduction,
#mixItUp .search_item_wrap .listing-content-introduction,
#mixItUp .search_item_wrap div.introduction,
#mixItUp .listing_entry .listing-content-introduction,
#mixItUp .listing_entry div.introduction,
#mixItUp .overview_item .listing-content-introduction,
#mixItUp .overview_item div.introduction {
    margin-bottom: 4px;
    margin-top: -4px;
  }
  .pagination {
    padding-top: 10px;
  }
  .gallery {
    margin: 35px 0 -20px -20px;
    display: inline-block;
  }
  .gallery .picture {
    padding: 0 0 20px 20px;
  }
  #portlets_bottom .portlets_inner_wrap .portlet-content {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  #portlets_bottom .portlets_inner_wrap .portlet-title {
    margin-bottom: 0;
  }
  #portlets_left {
    border-top: 2px solid #000;
    margin-top: 30px;
    margin-bottom: 0;
    padding-top: 30px;
    width: auto;
    margin-right: 0;
  }
  .mod_shop #portlets_left {
    margin-top: 30px;
    padding-top: 20px;
  }
  #portlets_left .portlets_inner_wrap {
    margin-left: -20px;
  }
  #portlets_left .portlets_inner_wrap .portlet {
    float: left;
    box-sizing: border-box;
    width: 50%;
    padding: 0 0 20px 20px;
    margin-top: 0;
  }
  #portlets_left .portlets_inner_wrap .portlet:nth-child(2n+1) {
    clear: both;
  }
  #module_map {
    height: 400px !important;
  }
  #portlets_news .portlet .portlet-listing-entry .portlet-listing-content-container h2 {
    margin-bottom: 4px;
  }
  .content_overflow + #twitter_feed {
    margin-top: 40px;
    max-width: none;
    width: 50%;
  }
  .content_overflow + #twitter_feed iframe {
    margin-top: -40px !important;
  }
  #portlets_left + #twitter_feed {
    margin-bottom: 30px;
    padding-left: 30px;
    box-sizing: border-box;
    width: 50%;
    float: right;
    max-width: none;
  }
  .mod_ehc_business_club #content .content_inner,
.mod_dine_view #content .content_inner {
    max-width: 100%;
  }
  .mod_ehc_business_club #content .content_inner .content_left,
.mod_dine_view #content .content_inner .content_left {
    float: none;
    width: 100%;
  }
  .mod_ehc_business_club #profile_wrap,
.mod_dine_view #profile_wrap {
    width: 100%;
    padding: 20px 20px 18px 0;
  }
  .mod_ehc_business_club #profile_wrap .profile_wrap_inner,
.mod_dine_view #profile_wrap .profile_wrap_inner {
    padding: 0;
  }
  .mod_ehc_business_club #profile_wrap .profile_title,
.mod_dine_view #profile_wrap .profile_title {
    position: relative;
    margin-bottom: 0;
    padding: 9px 14px;
  }
  .mod_ehc_business_club #profile_wrap .profile_title.close,
.mod_dine_view #profile_wrap .profile_title.close {
    margin-bottom: 10px;
  }
  .mod_ehc_business_club #profile_wrap .profile_title.close:after,
.mod_dine_view #profile_wrap .profile_title.close:after {
    content: "\f068";
  }
  .mod_ehc_business_club #profile_wrap .profile_title:hover,
.mod_dine_view #profile_wrap .profile_title:hover {
    cursor: pointer;
  }
  .mod_ehc_business_club #profile_wrap .profile_title:after,
.mod_dine_view #profile_wrap .profile_title:after {
    content: "\f067";
    position: absolute;
    top: 6px;
    left: unset;
    display: block;
    font-family: "Font Awesome 7 Pro";
    font-size: 28px;
    line-height: 28px;
    font-weight: 400;
    text-transform: none;
    color: #fff;
    right: 14px;
  }
  .mod_ehc_business_club #profile_wrap .profile_wrapper,
.mod_dine_view #profile_wrap .profile_wrapper {
    display: none;
    padding: 9px 14px;
    padding-bottom: 20px;
  }
  .match_element .match_inner_wrap .present_members .present_member_item_action a:first-child.is_going ~ a {
    color: #fff;
  }
  .match_element .match_inner_wrap .present_members .present_member_item_action a:nth-child(2) {
    left: unset;
    top: 1px;
    right: 40px;
  }
}
@media screen and (max-width: 900px) {
  .page_home #content:after {
    display: none;
  }
  #footer #footer_sponsors div.bx-wrapper {
    padding: 0 30px;
  }
  #portlets_hockey_news + .cf + script + #portlets_news,
#portlets_hockey_news + .cf + #portlets_news {
    width: 100%;
  }
  #portlets_hockey_news {
    width: auto;
    margin-top: 20px;
    margin-left: -20px;
    float: none;
  }
  #portlets_hockey_news .portlet {
    float: left;
    box-sizing: border-box;
    width: 50%;
    padding: 0 0 20px 20px;
    margin-top: 0;
  }
  #portlets_hockey_news .portlet:first-child {
    width: 100%;
  }
  #portlets_hockey_news .last_game_score > span,
#portlets_left .last_game_score > span {
    font-size: 50px;
  }
  #portlets_hockey_news .hockey_team_image,
#portlets_left .hockey_team_image {
    width: 60px;
    height: 60px;
    margin-bottom: 5px;
  }
  div#content .sihf_calendar td > *,
div#content .sihf_calendar th {
    padding: 5px 7px 2px;
  }
}
@media screen and (max-width: 800px) {
  #bx-slider-wrap .slide_text_container h2,
#bx-slider-wrap .slide_text_container .slide_text {
    max-width: 100%;
  }
  #bx-slider-wrap .slide_text_container h2 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 8px;
  }
  #bx-slider-wrap .slide_text_container .slide_text {
    font-size: 15px;
    line-height: 25px;
  }
  #bx-slider-wrap .slide_text_container .slide_text p {
    margin-bottom: 5px;
  }
  #ticket_link {
    top: 250px;
  }
  #ticket_link a {
    font-size: 20px;
    padding: 15px 14px 7px;
  }
  #season_countdown .text2 {
    display: none;
  }
}
.search .search_item_wrap .resource_container,
.search .listing_entry .resource_container,
.search .overview_item .resource_container,
#mod_overview .search_item_wrap .resource_container,
#mod_overview .listing_entry .resource_container,
#mod_overview .overview_item .resource_container,
#mixItUp .search_item_wrap .resource_container,
#mixItUp .listing_entry .resource_container,
#mixItUp .overview_item .resource_container {
  width: 40%;
  margin-right: 20px;
}

.gallery .picture {
  width: 50%;
}
.gallery .picture:nth-child(3n+1) {
  clear: none;
}
.gallery .picture:nth-child(2n+1) {
  clear: both;
}

.mod_action_show_entry .listing_entry_backlink a {
  margin-top: 10px;
}

#portlets_bottom .portlets_inner_wrap .portlet-title {
  font-size: 25px;
}
#portlets_bottom .portlets_inner_wrap .portlet-listing-entry-wrap .portlet-listing-entry h2 {
  padding: 15px 15px;
}

div#content #module_sihf_stats h2 {
  margin-top: 40px;
}

.popup_news {
  padding: 60px 15px 30px;
}
.popup_news .popup_close {
  right: 14px;
  top: 14px;
  width: 38px;
  height: 38px;
  font-size: 23px;
}
.popup_news .portlet {
  padding: 35px 25px 25px 28px;
}
.popup_news .portlet .portlet-content .pictures + .portlet_text_wrap:not(:empty) {
  margin-left: 20px;
}
.popup_news .portlet h3 {
  padding-bottom: 2px;
}

.mod_shop h1 + .main_shop_wrap,
.mod_shop div.introduction + .main_shop_wrap,
.mod_shop .shop_description + .main_shop_wrap {
  margin-top: 30px;
}
.mod_shop .shop_category_overview_container {
  margin-left: -20px;
}
.mod_shop .shop_category_overview_container .shop_category {
  padding: 0 0 20px 20px;
  margin: 0;
}
.mod_shop .shop_category_overview_container .shop_category h2 {
  padding-top: 11px !important;
}
.mod_shop .shop_products {
  margin-left: -20px;
}
.mod_shop .shop_products .shop_article {
  padding: 0 0 20px 20px;
}
.mod_shop #mod_shop_article_detail .shop_article_information {
  padding-left: 20px;
}
.mod_shop[class*=mod_action_order_form] #content h3,
.mod_shop[class*=mod_action_order_form] #content h2, .mod_shop.mod_action_register #content h3,
.mod_shop.mod_action_register #content h2 {
  margin-top: 20px;
  padding-top: 18px;
}
.mod_shop[class*=mod_action_order_form] .shop-cart th,
.mod_shop[class*=mod_action_order_form] div#cart_container th, .mod_shop.mod_action_register .shop-cart th,
.mod_shop.mod_action_register div#cart_container th {
  min-width: 82px;
}
.mod_shop[class*=mod_action_order_form] .shop-cart th:first-child,
.mod_shop[class*=mod_action_order_form] div#cart_container th:first-child, .mod_shop.mod_action_register .shop-cart th:first-child,
.mod_shop.mod_action_register div#cart_container th:first-child {
  min-width: 140px;
}

@media screen and (max-width: 700px) {
  #portlets_hockey_news .portlet {
    width: 100%;
  }
  .page_home #content .content_inner.no_padding_bottom {
    padding-bottom: 60px;
  }
  .last_game:nth-child(even) {
    box-shadow: none;
  }
  .match_element .match_inner_wrap .match_details_wrap,
.match_element .match_inner_wrap .present_members {
    width: 100%;
    box-sizing: border-box;
  }
  .match_element .match_inner_wrap .present_members {
    padding-left: 0;
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid #000;
  }
  .match_element .match_inner_wrap .match_details_wrap {
    padding-right: 0;
    border: none;
  }
  .match_element .match_inner_wrap .match_details_wrap .menu_description {
    border: none;
  }
  .match_element .match_inner_wrap .match_details_wrap .menu_description .edit_game_content,
.match_element .match_inner_wrap .match_details_wrap .menu_description .save_game_content,
.match_element .match_inner_wrap .match_details_wrap .menu_description .cancel_game_content {
    right: -2px;
    top: -1px;
  }
  .match_element .match_inner_wrap .match_details_wrap .menu_description .cancel_game_content {
    top: 35px;
  }
  #top_service {
    order: -1 !important;
  }
  #season_countdown .container .box .text1 {
    display: none;
  }
  #season_countdown .container .box .text2 {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }
  #siteframe:has(#top_service) #season_countdown ~ #top_service {
    margin-top: 50px;
  }
  #siteframe:not(:has(#top_service)) #season_countdown ~ #content {
    margin-top: 20px;
  }
}
@media screen and (max-width: 650px) {
  .order_form_userinfo p textarea,
.shop_registration_form input,
#process_order_login input,
form.order_form_userinfo input.amount_select,
input.shop_add_to_cart_quantity,
.order_form_userinfo p label,
.shop_registration_form label,
#process_order_login label,
.p_remember_me_checkbox .checkbox_wrap p,
.mailform_element.checkbox_field p,
.mailform_element.radio_field .multiple_radio_inputs,
.add_portlet select,
.mailform_element input,
.mailform_element textarea,
.login_form input,
.mailform_element label,
#mailform_submit_button label,
.login_form label,
.dodeley_subscribe label,
.dodeley_subscribe input {
    width: 100%;
  }
  .order_form_userinfo p label,
.shop_registration_form label,
#process_order_login label,
.mailform_element label,
#mailform_submit_button label,
.login_form label,
.dodeley_subscribe label {
    padding-bottom: 4px;
  }
  span.select2-container {
    width: 100% !important;
  }
  .mod_mailform .mailform_element.heading2_field h2 {
    margin: 20px 0 10px;
    padding-top: 15px;
  }
  #mailform_submit_button {
    margin-left: 0;
  }
  p.shop_registration_form label,
#process_order_login form p:nth-child(3) label {
    display: none;
  }
  .mod_shop[class*=mod_action_order_form] #process_order_login form + p.content_button {
    margin-left: 0;
  }
  .business_club_login.login_form a.forgot_password,
.business_club_login.login_form input.button,
.dine_view_login.login_form a.forgot_password,
.dine_view_login.login_form input.button {
    margin-left: 0;
  }
  #portlets_left .portlets_inner_wrap .portlet {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  #portlets_bottom .portlets_inner_wrap .portlet-title {
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
  }
  #portlets_bottom .portlets_inner_wrap .portlet-listing-entry-wrap {
    width: 100%;
  }
  #portlets_bottom .portlets_inner_wrap .portlet-listing-entry-wrap .portlet-listing-entry {
    min-height: 0 !important;
  }
  #portlets_bottom .portlets_inner_wrap .portlet-listing-entry-wrap .portlet-listing-entry h2 {
    padding: 5px 10px;
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  #portlets_bottom .portlets_inner_wrap .portlet-listing-entry-wrap {
    margin-bottom: 8px;
  }
  #portlets_bottom .portlets_inner_wrap .portlet-listing-entry-wrap .portlet-listing-entry {
    width: 100%;
    border: none;
    border-top: 1px solid #fff;
    padding-top: 7px;
  }
  #portlets_bottom .portlets_inner_wrap .portlet-listing-entry-wrap .portlet-listing-entry:first-child {
    border-left: none;
  }
  div#content #module_sihf_stats .sihf_ranking_table td:nth-child(2) {
    min-width: 220px;
  }
  #module_map {
    height: 320px !important;
  }
  #privacy_banner #privacy_banner_inner #privacy_description {
    padding: 0;
  }
  #privacy_banner #privacy_banner_inner a.button {
    position: relative;
    top: auto;
    margin: 15px 0 0;
    right: auto;
    float: none;
    display: block;
    text-align: center;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .mod_shop #mod_shop_article_detail #article_detail_pictures {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .mod_shop #mod_shop_article_detail #article_detail_pictures .pictures {
    width: 100%;
  }
  .mod_shop #mod_shop_article_detail .shop_article_information {
    width: 100%;
    padding-left: 0;
  }
  .mod_shop #mod_shop_article_detail .shop_article_information .shop-regular-price {
    padding-top: 5px;
  }
  .content_overflow + #twitter_feed {
    width: 100%;
  }
  .content_overflow + #twitter_feed iframe {
    margin-top: -40px !important;
  }
  #portlets_left + #twitter_feed {
    padding-left: 0;
    box-sizing: border-box;
    width: 100%;
    float: right;
  }
}
@media screen and (max-width: 550px) {
  #bx-slider-wrap .bx-controls-direction {
    display: none !important;
  }
  #bx-slider-wrap .slide_text_container h2 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 5px;
  }
  #bx-slider-wrap .slide_text_container .slide_text p:not(.content_button) {
    display: none;
  }
  #ticket_link {
    top: 180px;
  }
  #footer #footer_bottom .portlet {
    width: 220px;
  }
  #footer #footer_bottom .footer_logos {
    width: 150px;
    padding-left: 0;
  }
  #portlets_news .portlet .portlet-listing-entry .resource_container {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
    float: none;
  }
  #portlets_news .portlet .portlet-listing-entry .portlet-listing-content-container {
    overflow: visible;
  }
  .search .search_item_wrap .resource_container,
.search .listing_entry .resource_container,
.search .overview_item .resource_container,
#mod_overview .search_item_wrap .resource_container,
#mod_overview .listing_entry .resource_container,
#mod_overview .overview_item .resource_container,
#mixItUp .search_item_wrap .resource_container,
#mixItUp .listing_entry .resource_container,
#mixItUp .overview_item .resource_container {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .search .search_item_wrap .content,
.search .listing_entry .content,
.search .overview_item .content,
#mod_overview .search_item_wrap .content,
#mod_overview .listing_entry .content,
#mod_overview .overview_item .content,
#mixItUp .search_item_wrap .content,
#mixItUp .listing_entry .content,
#mixItUp .overview_item .content {
    overflow: visible;
  }
  .popup_news .portlet .portlet-content {
    flex-flow: column;
  }
  .popup_news .portlet .portlet-content .pictures + .portlet_text_wrap:not(:empty) {
    margin-left: 0;
    margin-top: 20px;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .mod_shop .shop_category_overview_container .shop_category {
    width: 100%;
  }
  .mod_shop .shop_products .shop_article {
    width: 100%;
  }
  .mod_shop[class*=mod_action_order_form] input.buy_button.button[type=submit] {
    font-size: 14px;
    line-height: 27px;
    margin-top: 10px;
    width: 100%;
  }
  #top_service #portlets_top_service .portlets_inner_wrap .portlet {
    max-width: 46%;
  }
  #siteframe:has(#season_countdown) .header_inner_wrap.bottom {
    min-height: 20px;
  }
  #siteframe:has(#season_countdown) .header_inner_wrap.bottom #logo img {
    width: 65%;
  }
  #season_countdown.finished .container .box .days {
    display: none;
  }
  #season_countdown .container .box {
    width: calc(100% - 10px);
  }
  #season_countdown .container .box .text2 {
    font-size: 16px;
    margin-left: -18px;
    margin-bottom: -5px;
  }
  .mod_dine_view #ticket_link,
.mod_action_business_club_login #ticket_link {
    display: none;
  }
}
@media screen and (max-width: 450px) {
  .fancybox-container .sihf_last_games_wrap {
    width: 300px;
    padding: 20px 0;
  }
}
@media screen and (max-width: 400px) {
  #portlets_left .portlet.portlet_sihf_stats_calendar .portlet_inner,
#portlets_left .portlet.portlet_sihf_stats_ranking .portlet_inner,
#portlets_hockey_news .portlet .portlet_inner {
    padding: 10px;
    font-size: 15px;
    line-height: 22px;
  }
  div#content .sihf_calendar th,
.ui-datepicker.ui-widget td span,
.ui-datepicker.ui-widget td a {
    font-size: 15px;
    line-height: 22px;
  }
  .last_game {
    padding: 0 20px;
  }
  .last_game_score > span,
#portlets_hockey_news .last_game_score > span {
    font-size: 45px;
    line-height: 50px;
  }
  .hockey_team_image,
#portlets_hockey_news .hockey_team_image {
    width: 50px;
    height: 50px;
  }
  .last_game_datetime,
.last_game_score_thirds {
    font-size: 13px;
  }
  div#content #module_sihf_stats h2 {
    margin-top: 20px;
  }
  .rwd_navigation {
    padding: 10px 20px 25px;
  }
  .rwdnav_inner .portlet_search {
    padding: 6px 20px 5px;
  }
}
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: https://www.phpcomasy.com/licence/
|
 */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: http://www.phpcomasy.com/licence/
|
 */
/* @group design colors */
/* @end */
/* @group font */
/* @end */
/* @group shadows, border-radius */
/* @end */
/* @group buttons */
/* @end */
/* @group mixins */
/* @end */
@media print {
  @page {
    margin: 1.5cm 1cm 1.5cm 2cm;
  }
  body {
    color: #000 !important;
    background: #FFF;
  }
  .css_bilder_rot_style #mixItUp .listing_entry .content,
#portlets_hockey_news .portlet.portlet_sihf_stats_ranking .sihf_ranking_table th,
#portlets_hockey_news .portlet .portlet_inner,
.portlet .sihf_calendar .ui-datepicker-title,
div#content .portlet .sihf_calendar td > *,
.portlet-entry-date,
h1, h2, h3, h4, h5, h6, p, a {
    color: #000 !important;
  }
  #mailform_submit_button,
.documents,
.youtube_iframe_wrap,
p.content_button,
.css_bilder_rot_style #mixItUp .listing_entry .resource_container,
#content .content_inner .content_left,
.listing-more-button,
.pagination,
#portlets_bottom,
#footer #footer_bottom .portlet h3,
#ticket_link,
#portlets_news .portlet .portlet_listing_link,
#social_media,
#top_service,
.portlet-entry-link,
#footer #footer_sponsors,
.footer_logos,
.navigation,
#navigation,
#header .header_inner_wrap.top,
#bx-slider-wrap,
.imprint {
    display: none !important;
  }
  .css_bilder_rot_style #mixItUp .listing_entry .content,
#header .header_inner_wrap.bottom,
#footer .footer_inner,
#header .header_inner,
.page,
#header,
#content .content_inner,
#siteframe {
    padding: 0 !important;
    min-height: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    text-align: left !important;
    clear: both;
    background: #fff;
  }
  #header {
    position: relative !important;
  }
  #header .header_inner_wrap.bottom #logo {
    margin: 0 0 20px 0;
    width: 80px;
  }
  /* @end */
  /* @group headings, paragraph, ressources */
  h1 {
    max-width: 100%;
    padding-bottom: 0;
    border-color: #000;
    margin-bottom: 15px;
  }
  h1:before {
    display: none;
  }
  h2, h2 a {
    margin-bottom: 5px;
    padding-top: 18px;
  }
  * + h2, * + h2 a {
    margin-top: 16px;
  }
  * + h3, * + h3 a {
    margin-top: 15px;
  }
  p {
    margin-bottom: 8px;
  }
  h6, h6 a,
h4, h4 a,
h5, h5 a {
    margin-bottom: 2px;
    font-weight: 600;
  }
  * + h6, * + h6 a,
* + h4, * + h4 a,
* + h5, * + h5 a {
    margin-top: 15px;
  }
  .content_inner ul {
    margin-bottom: 15px;
  }
  .content_inner ul li {
    padding-left: 18px;
    line-height: 20px;
  }
  .content_inner ul li:before {
    font-size: 11px;
    line-height: 20px;
    color: #000;
  }
  .content_inner ol {
    margin-bottom: 15px;
  }
  .content_inner p + ul,
.content_inner p + ol {
    margin-top: 10px;
  }
  table thead th {
    color: #000;
    padding: 0 5px 3px 0;
    background: #fff;
    border: none;
    border: 1px solid #fff;
    border-bottom: 1px solid #000;
  }
  table td {
    padding: 6px 5px 5px 0;
  }
  .table_wrap_container {
    margin-bottom: 0;
    padding-bottom: 10px;
  }
  .table_wrap_two_rows {
    margin-left: -20px;
  }
  .table_wrap_two_rows .table_wrap_container {
    padding-top: 20px;
    padding-left: 20px;
  }
  .gallery {
    margin: 30px 0 0 -20px;
  }
  .gallery .picture {
    padding: 0 0 20px 20px;
  }
  /* @end */
  #portlets_news .portlet {
    padding: 0 0 20px;
  }
  #portlets_news .portlet:first-child {
    background: #fff;
  }
  #portlets_news .portlet h3 {
    border-bottom: none;
  }
  #portlets_news .portlet h3 {
    margin-bottom: 0 !important;
  }
  #portlets_news .portlet .portlet-listing-entry {
    margin-bottom: 11px;
    padding-bottom: 15px;
    border-color: #ddd;
  }
  #portlets_news .portlet .portlet-listing-entry .resource_container {
    margin-right: 15px;
    margin-top: 4px;
    width: 33.33%;
  }
  #portlets_news .portlet .portlet-listing-entry .portlet-listing-content-container h2 {
    margin-bottom: 5px;
  }
  #portlets_news .portlet:first-child .portlet-listing-entry {
    border-color: #ddd;
  }
  div#content .sihf_calendar th,
div#content .sihf_calendar th > *,
div#content .sihf_calendar td > * {
    padding: 5px 4px 3px;
  }
  #portlets_hockey_news {
    width: 250px;
    margin-left: 15px;
  }
  #portlets_hockey_news .portlet .portlet_inner {
    background: #fff;
    border: 1px solid #ddd;
    padding: 5px;
  }
  #portlets_hockey_news .portlet {
    margin-top: 20px;
  }
  #portlets_hockey_news .portlet .slick-slide {
    width: 240px !important;
  }
  #portlets_hockey_news + .cf + script + #portlets_news, #portlets_hockey_news + .cf + #portlets_news {
    width: calc(100% - 265px);
  }
  #portlets_hockey_news .portlet.portlet_sihf_stats_ranking .sihf_ranking_table tr:nth-child(even) td {
    background: #eee;
  }
  #portlets_hockey_news .portlet.portlet_sihf_stats_calendar .sihf_calendar .ui-datepicker-title {
    margin: 2px 0 -3px;
  }
  #portlets_hockey_news .portlet.portlet_sihf_stats_calendar .sihf_calendar table th {
    background: #eee;
    color: #000;
  }
  #portlets_hockey_news .portlet.portlet_sihf_stats_calendar .sihf_calendar table th,
#portlets_hockey_news .portlet.portlet_sihf_stats_calendar .sihf_calendar table td {
    border-color: #eee;
  }
  .last_game {
    padding: 0;
  }
  .hockey_team_image {
    margin-bottom: -2px;
  }
  #portlets_hockey_news .portlet .portlet_inner h3 {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .ui-datepicker.ui-widget {
    box-shadow: none;
    margin-top: 0;
  }
  .hockey_team_image {
    width: 50px;
  }
  .last_game_away_team {
    right: 0;
  }
  .last_game_home_team {
    left: 0;
  }
  .last_game_score_thirds,
.last_game_datetime, .last_game_score_thirds {
    font-size: 12px;
  }
  .last_game_score > span {
    font-size: 45px;
    line-height: 45px;
  }
  #module_map {
    height: 300px !important;
    margin-bottom: 20px;
  }
  .search .search_item_wrap,
.search .listing_entry,
.search .overview_item,
#mod_overview .search_item_wrap,
#mod_overview .listing_entry,
#mod_overview .overview_item,
#mixItUp .search_item_wrap,
#mixItUp .listing_entry,
#mixItUp .overview_item {
    margin-bottom: 11px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
  }
  .search .search_item_wrap .resource_container,
.search .listing_entry .resource_container,
.search .overview_item .resource_container,
#mod_overview .search_item_wrap .resource_container,
#mod_overview .listing_entry .resource_container,
#mod_overview .overview_item .resource_container,
#mixItUp .search_item_wrap .resource_container,
#mixItUp .listing_entry .resource_container,
#mixItUp .overview_item .resource_container {
    width: 33.33%;
    margin-right: 15px;
    margin-top: 4px;
  }
  .search .search_item_wrap h2,
.search .listing_entry h2,
.search .overview_item h2,
#mod_overview .search_item_wrap h2,
#mod_overview .listing_entry h2,
#mod_overview .overview_item h2,
#mixItUp .search_item_wrap h2,
#mixItUp .listing_entry h2,
#mixItUp .overview_item h2 {
    margin-bottom: 4px;
  }
  .search .search_item_wrap .listing-content-introduction,
.search .search_item_wrap div.introduction,
.search .listing_entry .listing-content-introduction,
.search .listing_entry div.introduction,
.search .overview_item .listing-content-introduction,
.search .overview_item div.introduction,
#mod_overview .search_item_wrap .listing-content-introduction,
#mod_overview .search_item_wrap div.introduction,
#mod_overview .listing_entry .listing-content-introduction,
#mod_overview .listing_entry div.introduction,
#mod_overview .overview_item .listing-content-introduction,
#mod_overview .overview_item div.introduction,
#mixItUp .search_item_wrap .listing-content-introduction,
#mixItUp .search_item_wrap div.introduction,
#mixItUp .listing_entry .listing-content-introduction,
#mixItUp .listing_entry div.introduction,
#mixItUp .overview_item .listing-content-introduction,
#mixItUp .overview_item div.introduction {
    font: 600 20px/28px "Roboto";
    padding: 0;
    margin: 0;
    color: #000;
    font-weight: 400;
    margin-bottom: 4px;
    margin-top: -4px;
  }
}
@media print {
  .search .search_item_wrap .listing-content-introduction,
.search .search_item_wrap div.introduction,
.search .listing_entry .listing-content-introduction,
.search .listing_entry div.introduction,
.search .overview_item .listing-content-introduction,
.search .overview_item div.introduction,
#mod_overview .search_item_wrap .listing-content-introduction,
#mod_overview .search_item_wrap div.introduction,
#mod_overview .listing_entry .listing-content-introduction,
#mod_overview .listing_entry div.introduction,
#mod_overview .overview_item .listing-content-introduction,
#mod_overview .overview_item div.introduction,
#mixItUp .search_item_wrap .listing-content-introduction,
#mixItUp .search_item_wrap div.introduction,
#mixItUp .listing_entry .listing-content-introduction,
#mixItUp .listing_entry div.introduction,
#mixItUp .overview_item .listing-content-introduction,
#mixItUp .overview_item div.introduction {
    font: 600 12px/20px "Roboto";
    color: #000;
    margin-bottom: 4px;
  }
}
@media print {
  #footer {
    margin-top: 0 !important;
  }
  #footer #footer_bottom {
    margin-top: 30px;
    page-break-inside: avoid;
    padding: 0;
  }
  #footer #footer_bottom .portlet {
    width: 100%;
  }
  #footer #footer_bottom .portlet h3 {
    margin-bottom: 5px;
  }
  #footer #footer_bottom .portlet p {
    margin-bottom: 8px;
  }
}
@media print {
  .css_bilder_rot_style #mixItUp .listing_entry {
    margin-top: 20px !important;
  }
  .css_bilder_rot_style #mixItUp .listing_entry:first-child {
    margin-top: 0;
  }
  .css_bilder_rot_style #mixItUp .listing_entry .content h2 {
    border-color: #000 !important;
    float: left;
    clear: left;
    text-align: left;
    padding-bottom: 2px;
    margin-bottom: 6px;
  }
  .css_bilder_rot_style #mixItUp .listing_entry .content h2 br {
    display: none;
  }
  .css_bilder_rot_style #mixItUp .listing_entry .content .listing-content-text {
    opacity: 1;
    visibility: visible;
    height: auto;
    max-width: 100%;
    float: left;
    clear: left;
    text-align: left;
    margin-top: 0;
  }
}
