/*
 * GENERAL VARIABLES
 */
/* COLORS */
/* #ccc */
/* #f2f2f2 */
/* #000 */
/* opacity .8 */
/* opacity .8 */
/* opacity .7 */
/* SPACING */
/* FONTS */
/* font weight */
/* DEFAULT ELEMENTS */
/* WRAP */
/* BASIC ELEMENTS */
/* EXTENDED ELEMENTS */
/*
 * LOGIN-FORM FE
 */
/*
 * COLS
 */
/*
 * ColRight & ColLeft Space
 */
/*
 * Listings
 */
/*
 * Space If elements > cols-numer (4 items > .cols .items-x3) || .doubleSpace-break
 */
/*
 * Listings
 */
/* Card-Item */
/* Shadow */
/* Zoom */
/* link-cover */
/* List-View */
/* Border */
/* Zoom */
/* Vertical Align Content */
/* Vertical Align Image */
/* Spacing */
/* link-cover */
/* Oversize */
/*
 * BUTTON VARIABLES
 */
/*
 * NAVIGATION VARIABLES
 */
/*
 * Main Navigation
 */
/* General */
/* List-Elements */
/* Related for Level-0 */
/* Related for Level-1 */
/* Related for Level-2 */
/*
 * Main-Aside Navigation
 */
/* General */
/* Color */
/*
 * Main MegaDropdown Navigation
 */
/*
 * Mobile Navigation
 */
/*
 * MicroNav
 */
/*
 * FooterNavi
 */
/*
 * Aside
 */
/*
 * Pagination
 */
/*
 * Single-Content Navigation
 */
/*
 * PAGE VARIABLES
 */
/*
 * basic mixins
 */
/*
 * GRID MIXINS
 */
/*
 * IMAGE MIXINS
 */
/*
 * @deprecated - use .object-fit
 */
/*
 * COLOR MIXINS
 */
.background-gradient-pseudo {
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: linear-gradient(30deg, #e3051a 0%, #949597 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
/* KeyFrames for Animate-Border */
@-webkit-keyframes animate-border {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 200% 0%;
  }
}
@-moz-keyframes animate-border {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 200% 0%;
  }
}
@-webkit-keyframes animate-border {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 200% 0%;
  }
}
/* KeyFrames for Animate-Waves */
@keyframes transform-matrix-1 {
  0% {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  100% {
    transform: matrix(1, 0, 0, 0.455, -526, 55.5);
    width: calc(100% + 526px);
  }
}
@keyframes transform-matrix-2 {
  0% {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  100% {
    transform: matrix(1, 0, 0, 0.506, -250, 50.4);
    width: calc(100% + 250px);
  }
}
@keyframes transform-matrix-1-rotate {
  0% {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  100% {
    transform: matrix(1, 0, 0, 0.455, 526, 55.5);
    width: calc(100% + 526px);
  }
}
/*
 * HEADLINE MIXINS
 */
/*
 * LISTING MIXINS
 */
/*
 * LINK MIXINS
 */
/*
 * CONTENT MIXINS
 */
/*
 * GENERAL VARIABLES
*/
/* COLORS */
/* red */
/* grey */
/* opacity .6 */
/* opacity .8 */
/* dunkler Untergrund (Footer, Topline, CTA, ..) */
/* FONT */
/* FONT-FAMILY */
/* Font-Size*/
/* Font-Weight */
/* Special Options */
/* WRAP */
/* SCROLL-TO-TOP */
/* Top-Line */
/* STICKY */
/* PAGE-ASIDE */
/* Aside Links */
/* SECTION / PAGE-CONTENT */
/* BREADCRUMBS */
/*
 * COLS
 */
/* List-View */
/* SEARCH */
/* background-hover */
/* background */
/*
 * NAVIGATION VARIABLES
 */
/*
 * Main
 */
/* General */
/* List-Elements */
/* Related for Level-0 */
/* Related for Level-1 */
/* Related for Level-2 */
/*
 * Mobile Navigation
 */
/* Pagination */
/* Nav-Pageview */
/* Single-Content Navigation */
/*
 * LOGO
 */
/* 
 * FOOTER
 */
/*
 * DATES
 */
/* Card-View */
ul.dates-list.card-view li .card-item-content .content-meta .trow .tcell {
  padding-bottom: calc(15px / 2);
}
ul.dates-list.card-view li .card-item-content .content-meta .content-meta-dateicon,
ul.dates-list.card-view li .card-item-content .content-meta .content-meta-locationicon {
  width: 25px !important;
  text-align: center;
}
ul.dates-list.card-view li .card-item-content .content-meta .content-meta-locationtext span.address-zip:after {
  content: ' ';
}
ul.dates-list.card-view li .card-item-content .content-meta i {
  padding-right: calc(15px / 2);
}
ul.dates-list.card-view li .card-item-content .content-text {
  padding-top: calc(15px / 2);
}
/* List-View */
#dates-list.list-view {
  margin: 15px 0px;
}
ul#dates-list.list-view li .list-item-content h2 {
  padding: 10px 0;
}
ul#dates-list.list-view li .list-item-content h2 small {
  display: block;
}
ul#dates-list.list-view li .list-item-content .content-meta .trow {
  padding-bottom: calc(15px / 2);
}
ul#dates-list.list-view li .list-item-content .content-meta .content-meta-locationicon {
  padding-left: 15px;
}
ul#dates-list.list-view li .list-item-content .content-meta .content-meta-dateicon .content-meta-text,
ul#dates-list.list-view li .list-item-content .content-meta .content-meta-locationicon .content-meta-text {
  padding-left: 6px;
  text-indent: 15px;
}
#dates-list-short .list-item-date {
  text-align: center;
}
#dates-list-short .list-item-date span.day.date-big {
  display: block;
  font-size: 250%;
  font-weight: 600;
}
#dates-list-short .list-item-date span.date-small {
  font-size: 80%;
  margin-top: -5px;
  display: block;
}
#dates-list-short .list-item-content {
  padding-bottom: 0;
}
/* headerDate */
#dates-list.template-list-dateheader .dates-item .card-item-date .date-content {
  padding: 45px 15px 30px;
  text-align: center;
}
#dates-list.template-list-dateheader .dates-item .card-item-date .date-content > .date {
  font-size: 150%;
  font-weight: 600;
}
#dates-list.template-list-dateheader .dates-item .card-item-content {
  text-align: center;
}
#dates-list.template-list-dateheader .dates-item .card-item-border .content-link {
  right: 0;
  bottom: 0;
  text-align: center;
}
/* simple dates list inside modules single view */
ul.module-dates-list > li b {
  display: block;
}
/* Single-View */
article.dates {
  padding: 50px 0;
}
.dates-content-info {
  padding-bottom: 15px;
}
.info-date-content {
  padding-right: 10px;
}
.singleview section.content-section .content-text ul,
.singleview section.content-section .content-text ul,
.singleview section.content-section .content-text ol,
.singleview section.content-section .content-text ol {
  margin: 0 0 15px 30px;
}
.singleview section.content-section .content-text ul > li,
.singleview section.content-section .content-text ul > li,
.singleview section.content-section .content-text ol > li,
.singleview section.content-section .content-text ol > li {
  font-size: 110%;
}
.singleview section.content-section .content-text ul > li:nth-child(n+2),
.singleview section.content-section .content-text ul > li:nth-child(n+2),
.singleview section.content-section .content-text ol > li:nth-child(n+2),
.singleview section.content-section .content-text ol > li:nth-child(n+2) {
  padding-top: 3px;
}
.singleview section.content-section .dates-content-formlink.content-link,
.singleview section.content-section .dates-content-formlink.content-link {
  margin-top: 15px;
}
.singleview aside.content-aside .dates-aside-image picture,
.singleview aside.content-aside .dates-aside-image picture,
.singleview aside.content-aside .dates-aside-image picture img,
.singleview aside.content-aside .dates-aside-image picture img {
  width: 100%;
  height: auto;
  display: block;
}
.singleview aside.content-aside ul.dates-dates-list > li:nth-child(n+2),
.singleview aside.content-aside ul.dates-dates-list > li:nth-child(n+2) {
  padding-top: 5px;
  margin-top: 5px;
  border-top: 1px dotted #e3051a;
}
.singleview aside.content-aside ul.dates-dates-list > li a,
.singleview aside.content-aside ul.dates-dates-list > li a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.singleview aside.content-aside ul.dates-dates-list > li a:hover,
.singleview aside.content-aside ul.dates-dates-list > li a:hover {
  padding-left: 5px;
}
.singleview aside.content-aside .dates-content-soldout,
.singleview aside.content-aside .dates-content-soldout {
  background: #DB0613;
  color: #fff;
  padding: 15px;
  text-align: center;
}
.singleview .dates-content-text,
.singleview .dates-content-text {
  padding: 15px 0px;
}
.singleview .dates-aside-link,
.singleview .dates-aside-link {
  padding: 15px 0px;
  color: #e3051a;
}
.singleview .dates-aside-link a,
.singleview .dates-aside-link a {
  font-weight: 300;
  color: #e3051a;
}
.singleview .dates-aside-link a:hover,
.singleview .dates-aside-link a:hover {
  font-weight: 600;
  color: #e3051a;
}
.singleview .info-date,
.singleview .info-date {
  width: 100%;
}
.singleview .info-date .tcell,
.singleview .info-date .tcell {
  padding-bottom: 5px;
}
.singleview .info-date b,
.singleview .info-date b {
  display: block;
}
.singleview .info-date .info-icon,
.singleview .info-date .info-icon,
.singleview .info-date .info-date-icon,
.singleview .info-date .info-date-icon,
.singleview .info-date .info-location-icon,
.singleview .info-date .info-location-icon {
  width: 25px;
}
.singleview .info-date .info-date-content,
.singleview .info-date .info-date-content,
.singleview .info-date .info-content,
.singleview .info-date .info-content,
.singleview .info-date .info-location-content,
.singleview .info-date .info-location-content {
  width: calc(100% - 25px);
  padding-right: 10px;
}
.singleview .info-date .info-date-content span.address-zip:after,
.singleview .info-date .info-date-content span.address-zip:after,
.singleview .info-date .info-content span.address-zip:after,
.singleview .info-date .info-content span.address-zip:after,
.singleview .info-date .info-location-content span.address-zip:after,
.singleview .info-date .info-location-content span.address-zip:after {
  content: ' ';
}
.singleview .content-link.btn-diagonal-swipe,
.singleview .content-link.btn-diagonal-swipe {
  padding: 0;
  overflow: hidden;
  position: relative;
  display: inline-block;
}
.singleview .content-link.btn-diagonal-swipe:before,
.singleview .content-link.btn-diagonal-swipe:before {
  border-bottom: 80px solid #fff;
}
.singleview .content-link.btn-diagonal-swipe a,
.singleview .content-link.btn-diagonal-swipe a {
  color: #fff !important;
  border: 1px solid #fff;
  padding: 5px 30px;
  display: inline-block;
}
.singleview .content-link.btn-diagonal-swipe a:hover,
.singleview .content-link.btn-diagonal-swipe a:hover {
  color: #fff !important;
}
.dates-content-referent .referent-content-image.tcell {
  width: 33.333%;
  padding: 0 50px;
}
.dates-content-referent .referent-content-image.tcell .image-wrap {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 50%;
  padding-bottom: 100%;
  border: solid 1px #e4e4e4;
}
.dates-content-referent .referent-content-image.tcell .image-wrap img {
  position: absolute;
  left: -99999px;
}
.dates-content-referent .referent-content-text.tcell {
  width: calc(100% -  33.333%);
  padding-left: 15px;
  vertical-align: middle;
}
.dates-content-referent .referent-content-text.tcell .referent-name b {
  display: block;
  font-size: 120%;
}
.dates-content-referent .referent-content-text.tcell .referent-name i,
.dates-content-referent .referent-content-text.tcell .referent-name em {
  font-style: normal;
}
.dates-content-referent .referent-content-text.tcell .referent-link {
  clear: both;
  padding-top: 10px;
}
@media only screen and (max-width: 900px) {
  .singleview section#dates-content,
  .singleview aside#dates-aside {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    float: none;
  }
  .singleview aside#dates-aside {
    padding-top: 15px 0 30px;
  }
  .singleview aside#dates-aside .dates-content-soldout {
    margin-bottom: 15px;
  }
  .singleview section#dates-content .referent-content {
    padding: 15px 0 30px;
  }
  .dates-content-referent .referent-content-image.tcell {
    padding: 0 5px;
  }
}
@media only screen and (max-width: 600px) {
  .singleview .info-date .info-date-icon,
  .singleview .info-date .info-location-icon {
    display: none;
  }
  .singleview .info-date .info-date-content,
  .singleview .info-date .info-location-content {
    display: block;
    padding: 5px 0;
  }
}
/* MEMBER FORM */
ul.dates-members-list li span.remove-member {
  cursor: pointer;
  color: #333;
}
ul.dates-members-list li span.remove-member:hover {
  color: #fff;
}
ul.dates-members-list li:nth-child(n+2) {
  padding-top: 5px;
  margin-top: 5px;
  border-top: dotted 1px #000;
  overflow: hidden;
}
.member-form-data .dates-selection {
  list-style: none;
  padding: 0;
  margin: 15px 0;
}
.member-form-data .dates-selection > li:nth-child(n+2) {
  padding-top: 5px;
  margin-top: 5px;
  border-top: dotted 1px #cccccc;
}
.member-form-data .dates-selection .cell-action {
  width: 30px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.member-form-data .dates-selection .cell-content {
  display: table-cell;
  width: calc(100% - 30px);
  vertical-align: top;
}
.member-form-data .dates-selection .cell-content .cell-inner {
  display: inline-block;
  padding-right: 15px;
}
.member-form-data .dates-selection .cell-content .cell-inner.content-date {
  width: 160px;
  font-weight: 600;
}
/* Widget-List */
/* Latest */
.template-widget-latest .content-meta-dateicon,
#dates-widget-cardlist .content-meta-dateicon,
.template-widget-latest .content-meta-locationicon,
#dates-widget-cardlist .content-meta-locationicon {
  width: 25px;
}
#dates-widget-list {
  margin-left: 0;
}
#dates-list-short {
  list-style: none;
}
