@charset "UTF-8";
/*
Color Map html classes
color: .color-red
backgroun color: .bg-color-red
border color: .border-color-second
*/
.color-main {
  color: #DEBF64 !important;
}

.bg-color-main {
  background-color: #DEBF64 !important;
}

.border-color-main {
  border-color: #DEBF64 !important;
}

.color-second {
  color: #54595F !important;
}

.bg-color-second {
  background-color: #54595F !important;
}

.border-color-second {
  border-color: #54595F !important;
}

.color-text {
  color: #7A7A7A !important;
}

.bg-color-text {
  background-color: #7A7A7A !important;
}

.border-color-text {
  border-color: #7A7A7A !important;
}

.color-acent {
  color: #61CE70 !important;
}

.bg-color-acent {
  background-color: #61CE70 !important;
}

.border-color-acent {
  border-color: #61CE70 !important;
}

.color-black {
  color: #000000 !important;
}

.bg-color-black {
  background-color: #000000 !important;
}

.border-color-black {
  border-color: #000000 !important;
}

.color-white {
  color: #FFFFFF !important;
}

.bg-color-white {
  background-color: #FFFFFF !important;
}

.border-color-white {
  border-color: #FFFFFF !important;
}

.color-red {
  color: #f44336 !important;
}

.bg-color-red {
  background-color: #f44336 !important;
}

.border-color-red {
  border-color: #f44336 !important;
}

.color-green {
  color: #1f7300 !important;
}

.bg-color-green {
  background-color: #1f7300 !important;
}

.border-color-green {
  border-color: #1f7300 !important;
}

.color-grey {
  color: #ced4da !important;
}

.bg-color-grey {
  background-color: #ced4da !important;
}

.border-color-grey {
  border-color: #ced4da !important;
}

.color-gold {
  color: #DEBF64 !important;
}

.bg-color-gold {
  background-color: #DEBF64 !important;
}

.border-color-gold {
  border-color: #DEBF64 !important;
}

.nav-back {
  font-size: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: block;
  -webkit-transform: scale(var(--ggs, 1));
          transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
}
.nav-back:after, .nav-back:before {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 3px;
}
.nav-back:after {
  width: 8px;
  height: 8px;
  border-bottom: 2px solid;
  border-left: 2px solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  bottom: 7px;
}
.nav-back:before {
  width: 16px;
  height: 2px;
  bottom: 10px;
  background: currentColor;
}

.fricomp-ec-wrapper {
  width: 100%;
  padding: 50px 0;
  text-transform: uppercase;
}
.fricomp-ec-wrapper h2 {
  color: red;
}
.fricomp-ec-wrapper .fricomp-ec-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  border-bottom: 2px solid #DEBF64;
  padding: 10px 0;
}
.fricomp-ec-wrapper .fricomp-ec-filter .fricomp-ec-filter-cat,
.fricomp-ec-wrapper .fricomp-ec-filter .fricomp-ec-filter-month {
  display: inline-block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.fricomp-ec-wrapper .fricomp-ec-filter .fricomp-ec-filter-cat {
  right: 0;
}
.fricomp-ec-wrapper .fricomp-ec-filter .fricomp-ec-dropdown {
  position: relative;
  display: inline-block;
}
.fricomp-ec-wrapper .fricomp-ec-filter .fricomp-ec-dropdown button {
  background-color: transparent;
  color: #DEBF64;
  padding: 8px 0;
  font-size: 24px;
  border: none;
  cursor: pointer;
  min-width: 100px;
  text-transform: uppercase;
}
.fricomp-ec-wrapper .fricomp-ec-filter .fricomp-ec-dropdown button:focus, .fricomp-ec-wrapper .fricomp-ec-filter .fricomp-ec-dropdown button:hover {
  outline: none;
}
.fricomp-ec-wrapper .fricomp-ec-filter .fricomp-ec-dropdown div {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 120px;
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.fricomp-ec-wrapper .fricomp-ec-filter .fricomp-ec-dropdown div a {
  color: #494c4f;
  padding: 10px 20px;
  text-decoration: none;
  display: block;
  font-size: 20px;
  text-transform: capitalize;
}
.fricomp-ec-wrapper .fricomp-ec-filter .fricomp-ec-dropdown div a:hover {
  color: #FFFFFF;
  background-color: #54595F;
}
.fricomp-ec-wrapper .fricomp-ec-filter .fricomp-ec-dropdown div a:focus, .fricomp-ec-wrapper .fricomp-ec-filter .fricomp-ec-dropdown div a:hover {
  outline: none;
  text-decoration: none;
}
.fricomp-ec-wrapper .fricomp-ec-filter .fricomp-ec-dropdown div.show {
  display: block;
}
.fricomp-ec-wrapper .fricomp-ec-filter .fricomp-ec-dropdown-right-align {
  float: right;
}
.fricomp-ec-wrapper .fricomp-ec-filter .fricomp-ec-dropdown-right-align div {
  right: 0;
}
.fricomp-ec-wrapper .fricomp-ec-timeline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 30px 0;
}
.fricomp-ec-wrapper .fricomp-ec-timeline .fricomp-ec-active-day,
.fricomp-ec-wrapper .fricomp-ec-timeline .fricomp-ec-day,
.fricomp-ec-wrapper .fricomp-ec-timeline .fricomp-ec-event-day,
.fricomp-ec-wrapper .fricomp-ec-timeline .fricomp-ec-we-day {
  height: 64px;
  width: 32px;
  display: inline-block;
  margin: 2px;
}
.fricomp-ec-wrapper .fricomp-ec-timeline .fricomp-ec-active-day a,
.fricomp-ec-wrapper .fricomp-ec-timeline .fricomp-ec-active-day p,
.fricomp-ec-wrapper .fricomp-ec-timeline .fricomp-ec-day a,
.fricomp-ec-wrapper .fricomp-ec-timeline .fricomp-ec-day p,
.fricomp-ec-wrapper .fricomp-ec-timeline .fricomp-ec-event-day a,
.fricomp-ec-wrapper .fricomp-ec-timeline .fricomp-ec-event-day p,
.fricomp-ec-wrapper .fricomp-ec-timeline .fricomp-ec-we-day a,
.fricomp-ec-wrapper .fricomp-ec-timeline .fricomp-ec-we-day p {
  width: 100%;
  height: 50%;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  border-radius: 5px;
}
.fricomp-ec-wrapper .fricomp-ec-timeline .fricomp-ec-active-day span,
.fricomp-ec-wrapper .fricomp-ec-timeline .fricomp-ec-day span,
.fricomp-ec-wrapper .fricomp-ec-timeline .fricomp-ec-event-day span,
.fricomp-ec-wrapper .fricomp-ec-timeline .fricomp-ec-we-day span {
  display: block;
  padding-top: 10px;
  width: 100%;
  height: 32px;
  font-size: 12px;
  text-align: center;
  color: #FFFFFF;
}
.fricomp-ec-wrapper .fricomp-ec-timeline .fricomp-ec-day a,
.fricomp-ec-wrapper .fricomp-ec-timeline .fricomp-ec-day p {
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}
.fricomp-ec-wrapper .fricomp-ec-timeline .fricomp-ec-event-day span,
.fricomp-ec-wrapper .fricomp-ec-timeline .fricomp-ec-we-day span {
  color: #DEBF64;
}
.fricomp-ec-wrapper .fricomp-ec-timeline .fricomp-ec-event-day a,
.fricomp-ec-wrapper .fricomp-ec-timeline .fricomp-ec-event-day p,
.fricomp-ec-wrapper .fricomp-ec-timeline .fricomp-ec-we-day a,
.fricomp-ec-wrapper .fricomp-ec-timeline .fricomp-ec-we-day p {
  border: 1px solid #DEBF64;
  color: #FFFFFF;
}
.fricomp-ec-wrapper .fricomp-ec-timeline .fricomp-ec-active-day a,
.fricomp-ec-wrapper .fricomp-ec-timeline .fricomp-ec-active-day p {
  border: 2px solid #DEBF64;
  color: #000000;
  background-image: -webkit-gradient(linear, left top, right top, from(#B3832E), color-stop(75%, #DEBF64));
  background-image: linear-gradient(90deg, #B3832E 0%, #DEBF64 75%);
}
.fricomp-ec-wrapper .fricomp-ec-event-preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.fricomp-ec-wrapper .fricomp-ec-event-preview .fricomp-ec-no-events {
  width: 100%;
  text-align: center;
  background-image: -webkit-gradient(linear, left top, right top, from(#B3832E), color-stop(25%, #DEBF64));
  background-image: linear-gradient(90deg, #B3832E 0%, #DEBF64 25%);
  color: #FFFFFF;
  border-radius: 5px;
}
.fricomp-ec-wrapper .fricomp-ec-event-preview .fricomp-ec-event-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 0;
}
.fricomp-ec-wrapper .fricomp-ec-event-preview .fricomp-ec-event-row div:nth-child(2) {
  margin: 0 32px;
}
.fricomp-ec-wrapper .fricomp-ec-event-preview .fricomp-ec-event-row div:nth-child(3) {
  margin-left: auto;
}
.fricomp-ec-wrapper .fricomp-ec-event-preview .fricomp-ec-event-row .fricomp-ec-event-preview-item {
  display: inline-block;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  overflow: hidden;
  width: 352px;
  max-width: 100%;
  border: 1px solid #000000;
  border-radius: 5px;
  font-size: 24px;
}
.fricomp-ec-wrapper .fricomp-ec-event-preview .fricomp-ec-event-row .fricomp-ec-event-preview-item a {
  height: 100%;
  display: block;
}
.fricomp-ec-wrapper .fricomp-ec-event-preview .fricomp-ec-event-row .fricomp-ec-event-preview-item a img {
  display: block;
  height: 198px;
  width: 100%;
  border: none;
}
.fricomp-ec-wrapper .fricomp-ec-event-preview .fricomp-ec-event-row .fricomp-ec-event-preview-item a p {
  bottom: 0;
  height: 40px;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#B3832E), color-stop(25%, #DEBF64));
  background-image: linear-gradient(90deg, #B3832E 0%, #DEBF64 25%);
  text-align: center;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.fricomp-ec-wrapper .fricomp-ec-event-preview .fricomp-ec-event-row .fricomp-ec-event-preview-item a p span {
  text-transform: uppercase;
  font-weight: normal;
  padding-left: 10px;
}
.fricomp-ec-wrapper .fricomp-ec-event-footer a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #DEBF64;
}
.fricomp-ec-wrapper .arrow {
  border: solid #DEBF64;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  margin: 2px;
}
.fricomp-ec-wrapper .arrow.align-left {
  float: left;
  margin-left: 30px;
  margin-top: 13px;
}
.fricomp-ec-wrapper .arrow.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.fricomp-ec-wrapper .arrow.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.fricomp-ec-wrapper .arrow.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.fricomp-ec-wrapper .arrow.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.fricomp-ec-wrapper-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 100px 20px;
  font-size: 22px;
  text-transform: uppercase;
}
.fricomp-ec-wrapper-detail .fricomp-ec-detail-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  height: 100%;
  max-width: 896px;
  border-radius: 5px;
  overflow: hidden;
}
.fricomp-ec-wrapper-detail .fricomp-ec-detail-header img {
  width: 100%;
  height: 100%;
}
.fricomp-ec-wrapper-detail .fricomp-ec-detail-header p {
  padding: 0 10px;
  width: 100%;
  max-width: 896px;
  height: 36px;
  background-image: -webkit-gradient(linear, left top, right top, from(#B3832E), color-stop(25%, #DEBF64));
  background-image: linear-gradient(90deg, #B3832E 0%, #DEBF64 25%);
  font-weight: bold;
  line-height: 36px;
  color: #000000;
}
.fricomp-ec-wrapper-detail .fricomp-ec-detail-header p span {
  font-weight: normal;
}
.fricomp-ec-wrapper-detail .fricomp-ec-detail-body {
  margin-top: 15px;
  padding: 10px;
  width: 100%;
  max-width: 896px;
  border-radius: 5px;
  background-color: #FFFFFF;
  color: #000000;
  text-transform: none;
}
.fricomp-ec-wrapper-detail .fricomp-ec-detail-footer {
  margin-top: 15px;
  width: 100%;
  max-width: 896px;
  height: 48px;
  border-radius: 5px;
  /*background-image: linear-gradient(90deg, $color-main2 0%, $color-main 25%);*/
}
.fricomp-ec-wrapper-detail .fricomp-ec-detail-footer a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 32px;
  line-height: 32px;
  font-size: 18px;
  color: #DEBF64;
}

@media screen and (min-width: 1025px) and (max-width: 4000px) {
  .fricomp-ec-filter .fricomp-ec-filter-cat .fricomp-ec-dropdown button {
    display: none;
  }
  .fricomp-ec-filter .fricomp-ec-filter-cat .fricomp-ec-dropdown div {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: block;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: transparent;
  }
  .fricomp-ec-filter .fricomp-ec-filter-cat .fricomp-ec-dropdown div a {
    font-size: 24px;
    display: inline-block;
    color: #FFFFFF;
  }
  .fricomp-ec-filter .fricomp-ec-filter-cat .fricomp-ec-dropdown div a.fricomp-ec-category-active {
    color: #DEBF64;
  }
  .fricomp-ec-filter .fricomp-ec-filter-cat .fricomp-ec-dropdown div a:hover {
    background-color: transparent;
  }
}
@media screen and (max-width: 1024px) {
  /* Noch größer, noch mehr Regeln */
  .fricomp-ec-wrapper .fricomp-ec-event-preview .fricomp-ec-event-row .fricomp-ec-event-preview-item {
    width: 32%;
    max-width: 250px;
  }
  .fricomp-ec-wrapper .fricomp-ec-event-preview .fricomp-ec-event-row .fricomp-ec-event-preview-item a {
    font-size: 18px;
  }
  .fricomp-ec-wrapper .fricomp-ec-event-preview .fricomp-ec-event-row .fricomp-ec-event-preview-item a img {
    height: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  /* Noch größer, noch mehr Regeln */
  .fricomp-ec-wrapper .fricomp-ec-event-preview .fricomp-ec-event-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: 0;
  }
  .fricomp-ec-wrapper .fricomp-ec-event-preview .fricomp-ec-event-row div:nth-child(2) {
    margin: 0;
  }
  .fricomp-ec-wrapper .fricomp-ec-event-preview .fricomp-ec-event-row .fricomp-ec-event-preview-item {
    margin: 10px 0;
    width: 100%;
    max-width: 100%;
  }
  .fricomp-ec-wrapper .fricomp-ec-event-preview .fricomp-ec-event-row .fricomp-ec-event-preview-item a img {
    height: 100%;
    width: 100%;
  }
}