/*----- colors -----*/

:root {
  --c-main: #8B9C96;
  --c-main-light: #BCCBC4;
  --c-main-lighter: #e3ebe8;
  --c-main-dark: #72837D;
}

.year-2022 {
  --c-main: #989932;
  --c-main-light: #cccc99;
  --c-main-lighter: #E6E6B3;
  --c-main-dark: #7F8019;
}

.year-2023 {
  --c-main: #3a668c;
  --c-main-light: #82a2bd; 
  --c-main-lighter: #9CBCD7;
  --c-main-dark: #214D73;
}

.year-2024 {
  --c-main: #549587;
  --c-main-light: #5dae99;
  --c-main-lighter: #77C8B3;
  --c-main-dark: #3B7C6E;
  --c-menu-color: #9ac5b8;
}

/*----- fonts -----*/

@font-face {
  font-family: 'TrendSansOne';
  src: url('webfonts/3A4876_0_0.eot');
  src: url('webfonts/3A4876_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/3A4876_0_0.woff2') format('woff2'),url('webfonts/3A4876_0_0.woff') format('woff'),url('webfonts/3A4876_0_0.ttf') format('truetype');
}

@font-face {
  font-family: 'Graphik Web';
  src: url('webfonts/Graphik-Medium-Web.woff2') format('woff2'),
       url('webfonts/Graphik-Medium-Web.woff') format('woff');
  font-weight:  500;
  font-style:   normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Graphik Web';
  src: url('webfonts/Graphik-Regular-Web.woff2') format('woff2'),
       url('webfonts/Graphik-Regular-Web.woff') format('woff');
  font-weight:  400;
  font-style:   normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Utopia';
  src: url('webfonts/UtopiaSemibold.eot'); /* IE9 Compat Modes */
  src: url('webfonts/UtopiaSemibold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('webfonts/UtopiaSemibold.woff2') format('woff2'), /* Super Modern Browsers */
       url('webfonts/UtopiaSemibold.woff') format('woff'), /* Pretty Modern Browsers */
       url('webfonts/UtopiaSemibold.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('webfonts/UtopiaSemibold.svg#svgFontName') format('svg'); /* Legacy iOS */
}

/*----- styles -----*/

html, body {
  height: 100%; }

body {
  font-family: 'Graphik Web', sans-serif;
  font-weight: 400;
  color: #000;
  font-feature-settings: "liga", "kern";
  font-size: 0.875rem;
}
body.ovo {
  overflow: hidden;
}

h1, h2, h3, h4, h5 {
  font-family: 'TrendSansOne', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}

h1, .h1 {
  font-size: 1.125rem;
  margin: 0;
}
h2, .h2 {
  font-size: 1rem;
  margin-bottom: 1rem;
}
h3, .h3 {
  font-size: 0.9rem;
  margin-bottom: 0.25rem;
}
h4, .h4 {
  font-size: 0.875rem;
}

a {
  color: #000;
  transition: color 250ms ease;
}
a:hover {
  color: var(--c-main);
}

strong, b {
  font-weight: 500;
}

.badge {
  font-weight: 500;
}

.wrapper {
  margin-left: -11px;
  margin-right: -11px;
  padding-left: 11px;
  padding-right: 11px;
}

.text-muted {
  color: var(--c-main) !important;
}

@media (min-width: 768px) {
  body {
    font-size: 1rem;
  }
  h1, .h1 {
    font-size: 1.5rem;
  }
  h2, .h2 {
    font-size: 1.25rem;
  }
  h3, .h3 {
    font-size: 1.125rem;
  }
  h4, .h4 {
    font-size: 1rem;
  }
}

@media (min-width: 992px) {
  h1, .h1 {
    font-size: 2.25rem;
  }
  h2, .h2 {
    font-size: 1.375rem;
  }

  .wrapper {
    padding-left: 22px;
    padding-right: 22px;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .wrapper {
    padding-left: 44px;
    padding-right: 44px;
  } 
}
@media (max-width: 991.98px) {
  .container {
    max-width: 100%;
  }
}

a.setfav,
a.rmfav {
  display: none !important;
}

/*----- links & buttons -----*/

.btn {
  font-family: 'TrendSansOne', sans-serif;
  border-radius: 0.25rem;
  border: none;
  transition: background 500ms ease;
  text-decoration: none;
  text-transform: uppercase;
}
.btn.btn-primary,
.btn.btn-secondary {
  background: var(--c-main);
  color: #FFF;
}
.btn.btn-secondary {
  background: var(--c-main-lighter);
  color: #000;
}
.btn.btn-primary:hover {
  background: var(--c-main-dark);
}
.btn.btn-secondary:hover {
  background: #CAD2CF;
}
.btn.btn-select {
  font-family: 'Graphik Web', sans-serif;
  background: var(--c-main-lighter);
  border-radius: 0.25rem;
}
.btn.btn-download {
  padding-left: 25px;
  background: url("../img/icons/download.svg") center left no-repeat transparent;
  transition: color 250ms ease;
}
.btn.btn-download:hover {
  color: var(--c-main);
}

a.box-link {
  display: block;
  position: absolute;
  background: url('data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7');
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-indent: -9999px;
  overflow: hidden;
  z-index: 10;
}


/*----- alerts -----*/

.was-validated .alert {
  display: none;
}
.alert-success {
  background: var(--c-main-dark);
  border-color: var(--c-main);
  color: #fff;
}


/*----- main -----*/

.profile main {
  padding: 70px 0;
  min-height: calc(100% - 88px);
}

main {
  padding: 44px 0 88px;
  /*min-height: calc(100% - 144px);*/
}
main a {
  text-decoration: underline;
}

/*----- menu -----*/

.navbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  padding-top: 7px;
  padding-bottom: 7px;
  background: #FFF;
  z-index: 99;
}
.scrolled .navbar {
  position: fixed;
}
.navbar::after {
  content: "";
  background-color: var(--c-main);
  position: fixed;
  width: 100vw;
  height: 0;
  top: 0;
  left: 0;
  /*opacity: 0;*/
  z-index: 2;
  transition: 250ms height 250ms ease;
}
.is-visible.navbar::after {
  /*opacity: 1;*/
  height: 100vh;
  transition: height 250ms ease;
}
.navbar button.toggle-menu {
  position: absolute;
  left: 5px;
  top: 4px;
  width: 40px;
  height: 40px;
  opacity: 0;
  padding: 0;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: none;
  z-index: 3;
}
.navbar button.toggle-menu .navbar-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  opacity: 1;
  transition: 250ms opacity 250ms ease;
}
.navbar button.toggle-menu img {
  transition: all 500ms ease;
}
.navbar button.toggle-menu:hover img {
  opacity: 0.6;
}
.navbar button.toggle-menu .icon-close {
  opacity: 0;
  transition: 250ms opacity 250ms ease;
}
.scrolled .navbar button.toggle-menu {
  opacity: 1;
  transition: opacity 250ms ease;
}
.is-visible:not(.in-transition) button.toggle-menu {
  opacity: 1;
}
.is-visible button.toggle-menu .icon-open {
  opacity: 0;
  transition: opacity 250ms ease;
}
.is-visible button.toggle-menu .icon-close {
  opacity: 1;
}
.navbar-collapse {
  position: relative;
  z-index: 3;
}
.scrolled .navbar .navbar-wrapper {
  display: none;
  opacity: 0;
  transition: opacity 250ms ease;
}
.scrolled .navbar.is-visible:not(.in-transition) .navbar-wrapper {
  opacity: 1; 
}
.scrolled .navbar.is-visible .navbar-wrapper {
  display: block;
}
.menu-level-1 > span {
  font-family: 'TrendSansOne', sans-serif;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 250ms ease;
  padding: 8px 0;
  display: block;
}
.menu-level-1 > span:hover {
  color: var(--c-main);
}
.aside .menu-level-1 > span {
  color: var(--c-main);
}
.aside .menu-level-1 > span:hover {
  color: #000;
}
.is-visible .menu-level-1 span,
.in-transition .menu-level-1 span {
  color: var(--c-main-light);
}
.sub-menu {
  display: none;
  opacity: 0;
  transition: opacity 250ms ease;
  padding: 0;
  margin: 0;
}
.sub-menu li {
  list-style: none;
}
.sub-menu li a {
  display: block;
  color: var(--c-main-light);
  padding: 5px 0;
  line-height: 1.2;
  transition: color 250ms ease;
}
.sub-menu li a:hover {
  text-decoration: none;
}
.sub-menu.social {
  margin-top: 44px;
}
.sub-menu.social a {
  color: #FFF;
  font-size: 2rem;
  display: block;
  width: 40px;
  padding: 5px;
  text-align: center;
}
.header-date {
  font-family: 'TrendSansOne', sans-serif;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  display: none;
}
.scrolled .header-date {
  display: block;
  margin: 0 auto;
  padding: 5px 0;
}
.scrolled .navbar.is-visible .header-date {
  display: none;
}
.navbar .navbar-brand {
  position: absolute;
  top: 2px;
  right: 0;
  display: none;
}
.navbar .navbar-brand img {
  max-height: 100%;
  width: auto;
}
.scrolled .navbar .navbar-brand {
  display: block;
  height: 44px;
  margin: 0;
}
.user-profile a svg {
  width: 15px;
  height: auto;
}

@media (min-width: 992px) {
  .navbar-brand {
    margin-right: -22px;
  }
  .is-visible .sub-menu {
    display: block;
  }
  .is-visible:not(.in-transition) .sub-menu {
    opacity: 1;
  }
  .is-visible .menu-level-1:hover > span {
    color: #FFF;
  }
  .is-visible .menu-level-1:hover .sub-menu li a {
    color: #FFF;
  }
  .is-visible .menu-level-1:hover .sub-menu li a:hover,
  .is-visible .menu-level-1 .sub-menu li.active a {
    color: #000;
    text-decoration: none;
  }
  .sub-menu.social {
    margin-top: 88px;
  }
  .user-profile {
    text-align: right;
  }
  .user-profile a {
    display: inline-block;
    padding: 5px 10px;
  }
  .user-profile svg path {
    stroke: var(--c-main);
    transition: all 250ms ease;
  }
  .is-visible .user-profile svg path {
    stroke: var(--c-main-light);
  }
  .user-profile.logged svg path {
    fill: var(--c-main);
  }
  .is-visible .user-profile.logged svg path {
    fill: var(--c-main-light);
  }
  .user-profile a:hover svg path {
    stroke: #000;
  }
  .user-profile.logged a:hover svg path {
    stroke: #000;
    fill: #000;
  }
  .is-visible .user-profile.logged a:hover svg path {
    stroke: #FFF;
    fill: #FFF;
  }
}

@media (min-width: 1200px) {
  .navbar-brand {
    margin-right: -44px;
  }
}

@media (max-width: 991.98px) {
  .navbar {
    height: 54px;
  }
  .navbar-wrapper {
    padding: 50px 65px 0 65px;
    overflow-x: scroll;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 4;
  }
  .navbar:not(.is-visible) .navbar-collapse {
    display: none;
  }
  .scrolled .navbar {
    height: 44px;
  }
  .navbar button.toggle-menu,
  .navbar .navbar-brand {
    display: block;
    margin: 0;
  }
  .scrolled .navbar button.toggle-menu{
    top: 0;
  }
  .navbar button.toggle-menu {
    opacity: 1;
    z-index: 5;
  }
  .navbar .navbar-brand {
    height: 50px;
  }
  .scrolled .navbar .navbar-brand {
    height: 40px;
  }
  .scrolled .header-date {
    font-size: 0.75rem;
  }
  #navbarNav .menu-level-1 > span {
    font-size: 1.375rem;
  }
  .sub-menu {
    opacity: 1;
    display: none;
  }
  .sub-menu.social {
    display: block;
  }
  #navbarNav .sub-menu li a {
    font-size: 1rem;
    padding: 8px 0;
  }
  .menu-level-1 .menu-title.is-active,
  .menu-title.is-active + .sub-menu li a {
    color: #FFF;
  }
  .user-profile {
    position: fixed;
    top: 3px;
    right: 10px;
    z-index: 5;
    width: auto !important;
  }
  .user-profile a {
    display: inline-block;
    padding: 10px;
  }
  .user-profile a svg {
    width: 18px;
    height: auto;
  }
  .user-profile.logged svg path {
    fill: #FFF;
  }
}


/*----- header -----*/

.profile .navbar .navbar-brand {
  display: inline-block;
  opacity: 1;
  position: static;
}
.header-title {
  /*margin-top: 55px;*/
  padding-top: 25px;
}
.header-title h1 {
  position: relative;
}
.header-title .back {
  position: absolute;
  left: -44px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header-title .navbar-brand {
  padding: 0;
}
.header-title .navbar-brand img {
  width: calc(100% + 22px);
}


/*----- teaser -----*/

.teaser-item {
  margin-bottom: 22px;
}
.teaser-inner {
  position: relative;
  overflow: hidden;
}
.teaser-nl .teaser-inner {
  background: var(--c-main);
}
.teaser-text {
  font-family: 'TrendSansOne', sans-serif;
  text-transform: uppercase;
  font-size: 0.8rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 11px;
  color: #FFF;
  z-index: 1;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.4+0,0+40 */
  background: -moz-linear-gradient(top,  rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 40%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 40%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 40%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
.stoerer-item .teaser-text {
  background: #e4cd20;
  text-align: center;
  font-size: 5vw;
  text-transform: uppercase;
}
.location .stoerer-item .teaser-text {
  font-size: 4vw;
}
.stoerer-item .teaser-text .text-center {
  position: absolute;
  width: 100%;
  padding: 22px;
  top: 46%;
  left: 0;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);  
}
.stoerer-item .teaser-text .text-center::before {
  content: "";
  width: 33px;
  height: 33px;
  display: block;
  background: url(../img/icons/heart_white.svg) center center no-repeat transparent;
  background-size: 100% auto;
  margin: 0 auto 22px;
}
.teaser-nl .teaser-text {
  background: transparent;
}
.teaser a .teaser-image img {
  transition: all 500ms ease;
  will-change: transform;
}
/*.teaser a:hover .teaser-image img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}*/
.teaser-link .link-hover {
  content: "";
  font-family: 'TrendSansOne', sans-serif;
  text-transform: uppercase;
  color: #FFF;
  font-size: 120%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 22px;
  justify-content: center;
  text-align: center;
  background: var(--c-main);
  opacity: 0;
  z-index: 3;
  transition: opacity 250ms ease;
}
.teaser-link .link-hover .inner-wrap {
  align-self: center;
}
.teaser-inner .new-label,
.teaser-inner .teaser-info {
  position: absolute;
  left: 8px;
  bottom: 8px;
  z-index: 4;
}
.teaser-inner .teaser-info {
  font-size: 0.875rem;
  right: 11px;
  bottom: 11px;
  left: auto;
  color: #FFF;
  max-width: 50%;
  text-align: right;
  opacity: 0;
  transition: opacity 250ms ease;
}
.teaser-inner:hover .link-hover,
.teaser-inner:hover .teaser-info {
  opacity: 1;
}
.teaser-inner .teaser-info span {
  display: block;
}
.teaser-item a.setfav,
.teaser-item a.rmfav {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  padding: 10px;
  z-index: 4;
  cursor: pointer;
  line-height: 1;
  text-align: center;
  opacity: 0.7;
  transition: opacity 250ms ease;
}
.teaser-item a.setfav:hover,
.teaser-item a.rmfav:hover {
  opacity: 1;
}
.teaser-item a.rmfav svg path {
  fill: #FFF;
}
@media (max-width: 479px) {
  .teaser-text {
    font-size: 0.8rem;
    line-height: 1.2;
  }
}
@media (min-width: 480px) {
   .teaser-nl .teaser-text {
    padding-bottom: 22px;
  } 
}
@media (min-width: 576px) {
  .stoerer-item .teaser-text {
    font-size: 2.4vw;
  }
}
@media (min-width: 768px) {
  .location .stoerer-item .teaser-text {
    font-size: 2vw;
  }
}
@media (min-width: 992px) {
  .stoerer-item .teaser-text {
    font-size: 1.6rem;
  }
  .location .stoerer-item .teaser-text {
    font-size: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .stoerer-item .teaser-text {
    font-size: 1.875rem;
  }
  .location .stoerer-item .teaser-text {
    font-size: 1.4rem;
  }
}

/* socialwall */

.socialwall {
  margin-top: 44px;
}
.socialwall .filter {
  float: right;
}
.socialwall .filter i {
  font-size: 1.5rem;
}

.post {
  margin-bottom: 22px;
}
.post .inner-wrap {
  border: 1px solid var(--c-main-light);
}
.post .icon {
  position: absolute;
  top: 11px;
  right: 22px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #FFF;
  background-color: var(--c-main-light);
  text-align: center;
}
.post .text-wrap {
  padding: 11px;
  font-family: 'Merriweather', serif;
}
.post .text-wrap a {
  position: relative;
  z-index: 11;
  word-break: break-word;
}
.post .counter {
  float: left;
  margin-right: 20px;
  margin-top: 10px;
}
.post .counter i {
  display: block;
  margin-right: 10px;
  float: left;
  color: #8f8f8f;
}
.post .counter .count {
  display: block;
  float: left;
  line-height: 1;
}

/*----- label -----*/

.label-img-wrap {
  position: relative;
}
.label-img-wrap a.setfav,
.label-img-wrap a.rmfav {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  padding: 10px;
  z-index: 4;
  cursor: pointer;
  line-height: 1;
  text-align: center;
  opacity: 0.7;
  transition: opacity 250ms ease;
}
.label-img-wrap a.setfav:hover,
.label-img-wrap a.rmfav:hover {
  opacity: 1;
}
.label-img-wrap a.rmfav svg path {
  fill: #FFF;
}
.categories ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.categories ul li {
  color: var(--c-main);
}
.products-slider .slick-track {
  margin: 0;
}
.products-slider .slick-slide {
  position: relative;
}
.products-slider a::after {
  content: "";
  display: block;
  position: absolute;
  left: 7px;
  bottom: 13px;
  width: 40px;
  height: 40px;
  background: url('../img/icons/basket.svg') center center no-repeat transparent;
  background-size: 100% auto;
  opacity: 0;
  transition: opacity 500ms ease;
}
.products-slider a:hover::after {
  opacity: 1;
}


/*----- slick slider -----*/

.slick-slider {
  margin: 0 -11px;
}
.slick-slide {
  margin: 0 11px;
}

/*----- gallery -----*/

.p-gallery {
  display: grid;
  gap: 15px;
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 480px) {
  .p-gallery {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .p-gallery {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

/*----- partner -----*/

section.partner {
  padding-top: 22px;
  padding-bottom: 22px;
}
section.partner-type-1,
section.partner-type-3 {
  background: var(--c-main-lighter);
  margin-top: 22px;
  margin-bottom: 22px;
}

section.partner-p {
  margin-bottom: 44px;

}
section.partner-p .partner-p-item {
  position: relative;
  margin-bottom: 22px;
  padding: 11px;
  border: 2px solid var(--c-main-lighter);
  background: var(--c-main-lighter);
}
section.partner-p .partner-p-item:nth-child(2n + 1) {
  background: transparent;
  border-color: var(--c-main-lighter);
}
section.partner-p .partner-p-item.stoerer-item {
  font-family: 'TrendSansOne', sans-serif;
  text-transform: uppercase;
  color: #FFF;
  background: #e4cd20;
  border: none;
  padding: 44px 22px;
}
section.partner-p .partner-p-item.stoerer-item .partner-p-text {
  width: calc(100% - 66px);
  padding: 0 11px;
  display: inline-block;
  vertical-align: middle;
}
section.partner-p .partner-p-item.stoerer-item .partner-p-text::after {
  content: none;
}
section.partner-p .partner-p-item.stoerer-item .partner-p-text h3 {
  margin: 0;
}
section.partner-p .partner-p-item.stoerer-item::before,
section.partner-p .partner-p-item.stoerer-item::after {
  position: static;
  content: "";
  width: 33px;
  height: 33px;
  display: inline-block;
  background: url(../img/icons/heart_white.svg) center center no-repeat transparent;
  background-size: 100% auto;
  display: inline-block;
  vertical-align: middle;
}

section.partner-banner {
  margin-top: 22px;
  margin-bottom: 22px;
}
section.partner-banner .partner-item {
  margin-bottom: 22px;
}
section.partner-banner h3 {
  color: var(--c-main-light);
}
section.partner-banner h4 {
  display: none;
}
section.partner-banner a,
section.partner-banner .partner-logo {
  display: block;
  height: 100%;
}
section.partner-banner img {
  display: block;
  vertical-align: middle;
  height: 100%;
  max-height: 80px;
  margin: 0 auto;
  max-width: 80%;
}
section.partner-banner .inner-wrap {
  background: var(--c-main-light);
  padding: 11px 22px;
}


@media (max-width: 575.98px) {
  section.partner-p .partner-p-text {
    position: relative;
    overflow: hidden;
  }
  section.partner-p .partner-p-desc {
    position: absolute;
    width: calc(100% - 22px);
    min-height: 100%;
  }
  section.partner-p .partner-p-text::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 60px;
    left: 0;
    bottom: 0;
    background: linear-gradient(rgba(227, 235, 232, 0), rgba(227, 235, 232, 1) 50%);
    z-index: 1;
  }
  section.partner-p .partner-p-item:nth-child(2n + 1) .partner-p-text::after {
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 50%);
  }
  section.partner-p .partner-p-item::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: url(../img/icons/acc_open.svg) center no-repeat transparent;
    z-index: 3;
  }
  section.partner-p .partner-p-link {
    position: relative;
    z-index: 2;
  }

  section.partner-p .is-visible .partner-p-text::after {
    opacity: 0;
  }
  section.partner-p .is-visible .partner-p-desc {
    position: static;
    width: auto;
  }
}

@media (min-width: 576px) {
  section.partner-p .partner-p-item {
    background-image: none;
  }
  section.partner-p .partner-p-desc {
    display: block;
  }
}

@media (min-width: 768px) {
  section.partner-banner .partner-item {
    margin-bottom: 0;
  }
  section.partner-p .partner-p-item.stoerer-item .partner-p-text h3 {
    padding: 0 10%;
  }
}

@media (min-width: 992px) {
  section.partner-p .partner-p-item.stoerer-item .partner-p-text h3 {
    font-size: 1.5rem;
  }
}

@media (min-width: 1200px) {
  section.partner-p .partner-p-item.stoerer-item {
    padding: 66px 22px;
  }
  section.partner-p .partner-p-item.stoerer-item .partner-p-text h3 {
    font-size: 1.8rem;
  }
  section.partner-banner img {

  }
}

/*----- showevent -----*/

section.showevent {
  margin-bottom: 66px;
}
.location section.showevent {
  margin-top: 66px;
}
section.showevent .showevent-item {
  position: relative;
  margin-bottom: 22px;
  padding: 11px;
  border: 2px solid var(--c-main-lighter);
  background: var(--c-main-lighter);
}
section.showevent .showevent-item:nth-child(2n + 1) {
  background: transparent;
  border-color: var(--c-main-lighter);
}
section.showevent .showevent-item.stoerer-item {
  font-family: 'TrendSansOne', sans-serif;
  text-transform: uppercase;
  color: #FFF;
  background: #e4cd20;
  border: none;
  padding: 22px;
}
section.showevent .showevent-item.stoerer-item .showevent-info {
  width: calc(100% - 36px);
  padding: 0 11px;
  display: inline-block;
  vertical-align: middle;
}
section.showevent .showevent-item.stoerer-item::before,
section.showevent .showevent-item.stoerer-item::after {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  background: url(../img/icons/heart_white.svg) center center no-repeat transparent;
  background-size: 100% auto;
  display: inline-block;
  vertical-align: middle;
}
section.showevent .showevent-item h3 {
  margin: 0;
  padding-right: 40px;
}
section.showevent .showevent-info {
  cursor: pointer;
  line-height: 1.3;
}
section.showevent .showevent-detail {
  display: none;
  padding: 11px 0 0 0;
}
section.showevent .location-title {
  display: inline-block;
  padding-right: 40px;
}
.showevent-item a.setfav,
.showevent-item a.rmfav {
  position: absolute;
  right: 9px;
  top: 3px;
  width: 40px;
  padding: 10px;
  z-index: 4;
  cursor: pointer;
  line-height: 1;
  text-align: center;
  opacity: 0.7;
  transition: opacity 250ms ease;
}
.showevent-item a.setfav:hover,
.showevent-item a.rmfav:hover {
  opacity: 1;
}
.showevent-item a.setfav svg path,
.showevent-item a.rmfav svg path {
  stroke: var(--c-main);
}
.showevent-item a.rmfav svg path {
  fill: var(--c-main);
}
@media (min-width: 768px) {
  section.showevent .showevent-item h3 {
    padding-right: 0;
  }
}
@media (min-width: 992px) {

}

/*----- press -----*/

section.press {
  margin-bottom: 66px;
}
section.press .press-item {
  position: relative;
  margin-bottom: 22px;
  padding: 11px;
  border: 2px solid var(--c-main-lighter);
  background: var(--c-main-lighter);
  min-height: 70px;
}
section.press .press-item:nth-child(2n + 1) {
  background: transparent;
  border-color: var(--c-main-lighter);
}
section.press .press-item h3 {
  margin: 0;
}

/*----- user -----*/

.user-actions .ajax-title {
  display: none;
}

.user_profile section > h2 {
  margin-top: 33px;
}
.user_profile h2.h3 {
  margin-top: 22px;
}

/*----- sign-in -----*/

.login-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  height: 100%;
}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/*----- profile -----*/

/*.profile .navbar {
  display: none;
}*/
.profile h1 {
  /*font-family: 'Graphik Web', sans-serif;*/
  margin-bottom: 2rem;
}
.profile .home .card-header {
  text-align: center;
  padding: 2rem 1.25rem;
}
.profile .home .card-header i {
  font-size: 5rem;
}
.profile .card {
  margin-bottom: 1.8rem;
}
.img-upload-wrap .img-wrap {
  float: left;
  margin-right: 1rem;
}
.img-upload-wrap .img-upload {
  overflow: hidden;
}
.product {
  margin-bottom: 1.8rem;
}
.was-validated input.filepond--browser:invalid + div.filepond--drop-label {
  background-color: #f8d7da;
}

@media (min-width: 576px) {
  .profile .home .card {
    max-width: calc(50% - 30px)
  }
}
@media (min-width: 992px) {
  .profile .home .card {
    max-width: calc(33.33% - 30px)
  }
}

/*----- form -----*/

section.form-section {
	padding: 3rem 0;
	border-bottom: 2px solid #ced4da;
}
section.form-section:last-child {
	border-bottom: 0;
}
label:not(.form-check-label) {
	font-weight: 400;
  color: var(--c-main);
  margin-bottom: 0;
}
.mainDescription {
	color: #777;
}
.option-fields {
  display: none;
}
.form-control,
.custom-select {
  background-color: var(--c-main-lighter);
  border-color: var(--c-main-lighter);
}
.form-group {
  margin-bottom: 1.3rem;
}
.custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#mc-embedded-subscribe-form {
  margin-top: 11px;
}
#mc-embedded-subscribe-form #mce-EMAIL {
  font-family: 'Graphik Web', sans-serif;
  display: block;
  float: left;
  line-height: 40px;
  height: 40px;
  padding: 5px;
  width: calc(100% - 40px);
  border: none;
  border-radius: 0.25rem 0 0 0.25rem;
}
#mc-embedded-subscribe-form #mc-embedded-subscribe {
  display: block;
  float: left;
  background: url('../img/icons/newsletter.svg') center center no-repeat #FFF;
  width: 40px; 
  height: 40px;
  border-radius: 0 0.25rem 0.25rem 0;
}

.bootstrap-select .dropdown-menu {
  background: var(--c-main-lighter);
  border-color: var(--c-main-lighter);
}
.bootstrap-select .dropdown-menu .form-control {
  border-color: #f8f9fa;
}
.bootstrap-select .popover-header {
  background: var(--c-main-lighter);
  font-weight: 500;
}
.bs-actionsbox .bs-select-all {
  display: none;
}
.bs-actionsbox .bs-deselect-all {
  font-family: 'Graphik Web', sans-serif;
  font-weight: 500;
  border-radius: 0.25rem;
  margin-top: 10px;
}

@media (min-width: 576px) {
  #mc-embedded-subscribe-form #mce-EMAIL {
    width: calc(80% - 40px);
  }
}

/*----- footer -----*/

footer {
  padding: 2rem 0;
  color: #999;
  background-color: #000;
}

footer .sub-menu {
  display: block;
  opacity: 1;
  margin-bottom: 15px;
}

footer .menu-level-1 > span,
footer .sub-menu li a {
  color: #FFF;
}
footer .menu-level-1 > span:hover,
footer .sub-menu li a:hover {
  color: #CCC;
}
footer .sub-menu li .social-link {
  display: block;
  padding: 5px;
  font-size: 1.25rem;
}
.footer-before section.partner-banner {
  background: var(--c-main-light);
  margin: 0;
}
.footer-before section.partner-banner h3 {
  display: none;
}
.footer-before section.partner-banner h4 {
  display: block;
  color: #FFF;
  margin: 0 11px 22px;
}
.footer-before section.partner-banner .inner-wrap {
  max-width: 1140px;
  margin: 0 auto;
  padding: 22px 0;
}

@media (min-width: 768px) {
  .footer-before section.partner-banner .inner-wrap {
    padding: 22px 44px;
  }
}

#media-test {
  display: none;
}

/* lazy load */
img:not([src]) {
  visibility: hidden;
}

/* Fixes Firefox anomaly during image load */
@-moz-document url-prefix() {
  img:-moz-loading {
    visibility: hidden;
  }
}