/*
 * 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
 */
/*
 * COPYRIGHT
 */
/*
 * COLS
 */
/*
 * ColRight & ColLeft Space
 */
/*
 * Listings
 */
/*
 * Space If elements > cols-numer (4 items > .cols .items-x3) || .doubleSpace-break
 */
/*
 * Listings
 */
/* List-View */
/* Oversize */
/*
 * LISTINGS VARIABLES
 */
/*
 * 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
 */
/*
 * COLOR MIXINS
 */
.background-gradient-pseudo {
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: linear-gradient(30deg, #e3051a 0%, #000 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
 */
/*
 * toogle elements
 */
/*
 * GENERAL VARIABLES
*/
/* COLORS */
/* red */
/* #ffc32b; yellow */
/* grey */
/* opacity .8 */
/* opacity .8 */
/* FONT */
/* FONT-FAMILY */
/* Font-Size*/
/* Font-Weight */
/* Special Options */
/* WRAP */
/* SCROLL-TO-TOP */
/* Top-Line */
/* STICKY */
/* PAGE-ASIDE */
/* SECTION / PAGE-CONTENT */
/* Breadcrumb */
/* List-Elements */
/*
 * FooterNavi
 */
/* MOBILE */
/*
 * 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 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;
}
ul.poi-contact {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.poi-contact .label {
  display: inline-block;
  width: 30px;
  text-align: center;
  vertical-align: top;
  float: left;
}
ul.poi-contact .text {
  display: inline-block;
  width: calc(100% -  30px);
}
ul.poi-contact li {
  overflow: hidden;
}
ul.poi-contact li:nth-child(n+2) {
  padding-top: 5px;
  margin-top: 5px;
  border-top: solid 1px #f2f2f2;
}
@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,
div#moduleContent.poifullmodule {
  padding: 0;
}
div#moduleContent.poimodule ul.card-view.border > li .card-item-border,
div#moduleContent.poifullmodule ul.card-view.border > li .card-item-border {
  z-index: 1;
}
div#moduleContent.poimodule ul.card-view > li .card-item-content .content-text .label,
div#moduleContent.poifullmodule ul.card-view > li .card-item-content .content-text .label {
  display: inline-block;
  width: 30px;
  text-align: center;
  vertical-align: top;
  float: left;
}
div#moduleContent.poimodule ul.card-view > li .card-item-content .content-text .text,
div#moduleContent.poifullmodule ul.card-view > li .card-item-content .content-text .text {
  display: inline-block;
  width: calc(100% -  30px);
}
div#moduleContent.poimodule ul.card-view > li .card-item-content .content-text .opening-list,
div#moduleContent.poifullmodule ul.card-view > li .card-item-content .content-text .opening-list {
  list-style: none;
  padding-top: 30px;
  overflow: hidden;
}
div#moduleContent.poimodule ul.card-view > li .card-item-content .content-text .opening-list .label,
div#moduleContent.poifullmodule ul.card-view > li .card-item-content .content-text .opening-list .label {
  display: inline-block;
  width: 100px;
  text-align: center;
  vertical-align: top;
  float: left;
}
div#moduleContent.poimodule ul.card-view > li .card-item-content .content-text .opening-list .text,
div#moduleContent.poifullmodule ul.card-view > li .card-item-content .content-text .opening-list .text {
  display: inline-block;
  width: calc(100% -  100px);
}
div#moduleContent.poimodule ul.card-view > li .card-item-content .content-text .opening-list .label,
div#moduleContent.poifullmodule ul.card-view > li .card-item-content .content-text .opening-list .label {
  text-align: left;
}
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 #6c6c6c;
}
.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 .label {
  display: inline-block;
  width: 20px;
  text-align: center;
  vertical-align: top;
  float: left;
}
.poi-list.list-view > li .list-item-content .contact-details .text {
  display: inline-block;
  width: calc(100% -  20px);
}
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;
  }
}
