/*
 * 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
 */
/*
 * POI
 */
/* Single-View */
article.poi {
  padding: 0;
}
article.poi section#content-section {
  width: 66.666%;
  padding: 0 15px 0 0;
  float: left;
}
article.poi section#content-section ul,
article.poi section#content-section ol {
  margin: 0 0 15px 30px;
}
article.poi section#content-section ul > li,
article.poi section#content-section ol > li {
  font-size: 110%;
}
article.poi section#content-section ul > li:nth-child(n+2),
article.poi section#content-section ol > li:nth-child(n+2) {
  padding-top: 3px;
}
article.poi section#content-section picture {
  position: relative;
}
article.poi section#content-section address {
  font-style: normal;
  padding-bottom: 15px;
}
article.poi section#content-section ul.poi-contact {
  list-style: none;
  margin: 0;
  padding: 0;
}
article.poi section#content-section ul.poi-contact li {
  overflow: hidden;
}
article.poi section#content-section ul.poi-contact li:nth-child(n+2) {
  padding-top: 5px;
  margin-top: 5px;
  border-top: solid 1px #f2f2f2;
}
article.poi section#content-section ul.poi-contact li .label {
  display: inline-block;
  width: 20px;
  float: left;
  font-weight: 600;
}
article.poi section#content-section ul.poi-contact li .text {
  display: inline-block;
  width: calc(100% - 25px);
  padding-left: 15px;
}
article.poi aside#content-aside {
  width: calc(100% -  66.666%);
  padding: 0 0 0 15px;
  float: right;
}
article.poi aside#content-aside .image-wrap {
  margin-bottom: 15px;
}
article.poi aside#content-aside .image-wrap picture,
article.poi aside#content-aside .image-wrap picture img {
  width: 100%;
  height: auto;
  display: block;
}
article.poi footer#poi-footer {
  clear: both;
  overflow: hidden;
  margin-top: 30px;
}
@media only screen and (max-width: 750px) {
  .poimodule .single {
    display: flex;
    flex-direction: column;
  }
  .poimodule .single .poi-header {
    order: 1;
  }
  .poimodule .single .poi-content,
  .poimodule .single section#content-section {
    width: 100%;
    padding-right: 0px;
    order: 2;
  }
  .poimodule .single .poi-aside,
  .poimodule .single aside#content-aside {
    width: 100%;
    padding-left: 0px;
    order: 3;
  }
}
/*
 * poi module - card view
 */
div#moduleContent.poimodule {
  padding: 0;
}
div#moduleContent.poimodule ul.card-view.border > li .card-item-border {
  z-index: 1;
}
div#moduleContent.poimodule ul.card-view > li .card-item-content .content-text i {
  width: 25px;
}
ul.poi-group {
  list-style: none;
}
.poi-list .poi-item .card-item-content address {
  padding: 5px 0px 10px;
}
.maincontact-content.table .trow .maincontact-content-image.tcell {
  width: 33.333%;
}
.maincontact-content.table .trow .maincontact-content-image.tcell .image-wrap {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 50%;
  padding-bottom: 100%;
  border: solid 1px #e4e4e4;
}
.maincontact-content.table .trow .maincontact-content-image.tcell .image-wrap img {
  position: absolute;
  left: -99999px;
}
.maincontact-content.table .trow .maincontact-content-text.tcell {
  width: calc(100% -  33.333%);
  padding-left: 15px;
  vertical-align: middle;
  color: #e3051a;
}
.maincontact-content.table .trow .maincontact-content-text.tcell b {
  display: block;
  font-size: 120%;
}
.maincontact-content.table .trow .maincontact-content-text.tcell i,
.maincontact-content.table .trow .maincontact-content-text.tcell em {
  font-style: normal;
}
/* List-View */
.poi-list.list-view {
  list-style: none;
  padding: calc(15px * 2) 0;
}
.poi-list.list-view > li:nth-child(n+2) {
  margin-top: 15px;
  padding-top: 0;
  border-top: none;
}
.poi-list.list-view > li:nth-child(n+3) {
  border-top: solid 1px #f2f2f2;
  padding-top: 15px;
}
.poi-list.list-view > li .list-item-content {
  width: 100%;
  padding-left: 0;
}
.poi-list.list-view > li .list-item-content h4 {
  padding-bottom: calc(15px / 2);
}
.poi-list.list-view > li .list-item-content address {
  padding: 2px 0;
}
.poi-list.list-view > li .list-item-content .contact-details {
  padding: 2px 0 calc(15px / 2);
}
.poi-list.list-view > li .list-item-content .contact-details i {
  width: 25px;
}
ul.poi-siblings > li {
  padding: 3px 0;
}
ul.poi-siblings > li a {
  display: block;
  text-decoration: none;
  color: #333;
}
ul.poi-siblings > li a:hover {
  text-decoration: underline;
  color: #e3051a;
}
ul.poi-siblings > li:nth-child(n+2) {
  border-top: solid 1px #f2f2f2;
}
/* Widget */
#poi-group-widget > li {
  padding-bottom: 15px !important;
}
#poi-group-widget > li .content-title {
  padding: calc(15px / 2) 0;
  background: #e3051a;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 900px) {
  article.poi section#poi-content,
  article.poi aside#poi-aside {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    float: none;
  }
}
@media only screen and (max-width: 900px) {
  article.poi section#poi-content .table .trow {
    display: flex;
    flex-direction: column;
  }
  article.poi section#poi-content .table .trow .poi-content-text {
    padding: 15px 0;
  }
  article.poi section#poi-content .table .trow .poi-content-image img {
    max-width: 300px;
    height: auto;
  }
}
