/*
 * GENERAL VARIABLES
 */
/* COLORS */
/* #ccc */
/* #f2f2f2 */
/* #000 */
/* opacity .8 */
/* opacity .8 */
/* FONT */
/* FONT-FAMILY */
/* Font-Size*/
/* Font-Weight */
/* Text */
/* WRAP */
/* SCROLL-TO-TOP */
/* SPACE */
/* PADDING */
/* TABLE */
/* CLASSES FOR MIXINS */
/*
 * NAVIGATION VARIABLES
 */
/*
 * Main
 */
/* mobile */
/* mobile */
/*
 * Mobile Navigation
 */
/*
 * MicroNav
 */
/*
 * FooterNavi
 */
/*
 * Aside
 */
/*
 * TEXT-BLOCK
 */
/*
 * Page-Image
 */
/*
 * Pagination
 */
/*
 * Input-Fields
 */
/*
 * Single-Content Navigation
 */
/*
 * Infinite Loading
 */
/*
 * CORE-DESIGN
 */
/*
 * CONTACT-FORM
 */
/*
 * BREADCRUMBS
 */
/*
 * SEARCH
 */
/*
 * Autosuggest
 */
/*
 * SOCIAL SHARING
 */
/*
 * CLICKLIST
 */
/*
 * CONSENT-TOOL
 */
/*
 * LOGIN-FORM FE
 */
/*
 * PROJECT ADAPTION
 */
/*
 * PAGE-ASIDE
 */
/* MODULE - ASIDE */
/*
 * aside single view
 */
/*
 * SECTION / PAGE-CONTENT
 */
/*
 * section single view
 */
/* FOOTER */
/*
 *  PLUGINS
 */
/*
 * InfoBox
 */
/*
 * InfoImage
 */
/*
 * Gallery
 */
/*
 * Accodreon
 */
/* ZOOM-INDICATOR */
/*
 * FAQ
 */
/*
 * 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 */
/* Shadow */
/* Border */
/* Zoom */
/* Vertical Align Content */
/* Vertical Align Image */
/* Spacing */
/* link-cover */
/*
 * WIDGETS
 */
/* Contact */
/* Top-Line */
/* Cites */
/* Reviews */
/* Text with Link */
/* Adjustments */
/* Aside Links */
/*
 * Intern
 */
/* Gradiant for Items */
/* tabs */
/* Dropzone */
/* Dashboard */
/*
 * GENERAL VARIABLES
*/
/* COLORS */
/* background cld */
/* #f2f2f2 */
/* #000 */
/* blue */
/* Orange */
/* dunkler Untergrund (Footer, Topline, CTA, ..) */
/* FONT */
/* FONT-FAMILY */
/* Font-Size*/
/* Font-Weight */
/* Special Options */
/* WRAP */
/* SCROLL-TO-TOP */
/* Top-Line */
/*
 * NAVIGATION VARIABLES
 */
/* Main */
/* mobile */
/* mobile */
/* MOBILE */
/* STICKY */
/* PAGE-ASIDE */
/* SECTION / PAGE-CONTENT */
/* FOOTER */
/* Pagination */
/* Nav-Pageview */
/* Single-Content Navigation */
/* Header-Elements */
/* BREADCRUMBS */
/* SEARCH */
/*
 * COLS
 */
/* List-View */
html {
  -webkit-text-size-adjust: 100%;
}
.mobile-action-btn {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  color: #333333;
  background: #ffffff;
  clear: both;
  font-size: 200%;
}
.mobile-action-btn span {
  text-indent: -9999px;
  display: block;
  height: 0;
}
@media only screen and (min-width: 1020px) {
  .sticky-nav div#info-block,
  .sticky-nav div#page-topline,
  .sticky-nav div#page-breadcrumbs,
  .sticky-nav #page-image {
    display: none;
  }
  .sticky-nav header#page-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    z-index: 1000;
    border-bottom: solid 1px #5b88a7;
  }
  .sticky-nav header#page-header .wrap.white {
    margin-top: 0;
    padding: 0 20px;
  }
  .sticky-nav header#page-header .wrap-header {
    flex-direction: row;
    justify-content: space-between;
    padding: 0 15px;
  }
  .sticky-nav header#page-header .wrap-header .main-navigation {
    justify-content: end;
  }
  .sticky-nav header#page-header nav#page-navigation {
    padding: 0px 0;
  }
  .sticky-nav header#page-header nav#page-navigation a#page-logo object,
  .sticky-nav header#page-header nav#page-navigation a#page-logo img {
    height: auto;
    width: 100%;
  }
  .sticky-nav header#page-header nav#page-navigation .main-navigation {
    padding: 0px 15px 0 0;
  }
  .sticky-nav header#page-header nav#page-navigation div#info-block,
  .sticky-nav header#page-header nav#page-navigation div#page-topline {
    display: none;
  }
}
@media only screen and (max-width: 1280px) {
  .wrap {
    width: 100%;
    padding: 0 15px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 1024px) {
  a#page-logo {
    width: 100%;
  }
  a#page-logo object,
  a#page-logo img {
    display: block;
    height: 80px;
    width: 200px;
  }
  #mobile-nav-item.mobileonly {
    display: inline-block;
    top: 93px;
    left: inherit;
    right: 15px;
    line-height: initial;
  }
  #mobile-nav-item.mobile-action-btn span {
    text-indent: inherit;
    display: block;
    height: auto;
    font-size: 40%;
  }
  /* Level 0 */
  ul.main-navigation.side-navigation {
    height: 0;
    position: absolute;
    width: 200px;
    top: 30px;
    right: 90px;
  }
  ul.main-navigation.side-navigation > li:nth-child(n+2) {
    border-top: solid 1px #ffffff;
  }
  ul.main-navigation.side-navigation > li > .nav-item-wrap > a {
    width: 100%;
  }
  ul#main-navigation.default {
    width: 100%;
    position: relative;
    /* Level 1 */
  }
  ul#main-navigation.default ul.level-1 {
    height: 0;
    background: #e7590b;
    overflow: hidden;
    width: 100%;
  }
  ul#main-navigation.default ul.level-1 > li {
    /* Level 2 */
  }
  ul#main-navigation.default ul.level-1 > li:nth-child(n+2) {
    border-top: dotted 1px #ffffff;
  }
  ul#main-navigation.default ul.level-1 > li > .nav-item-wrap > a {
    color: #ffffff;
    font-size: 100%;
    display: block;
    padding: 18px 0;
    width: calc( 100% -  50px);
    float: left;
    padding-left: 50px;
  }
  ul#main-navigation.default ul.level-1 > li .dropdown-indicator {
    display: inline-block;
    width: 50px;
    padding: 15px 0px;
    color: #ffffff;
  }
  ul#main-navigation.default ul.level-1 > li ul.level-2 {
    height: 0;
    background: #e4e4e4;
  }
  ul#main-navigation.default ul.level-1 > li ul.level-2 > li:nth-child(n+2) {
    border-top: dotted 1px #ffffff;
  }
  ul#main-navigation.default ul.level-1 > li ul.level-2 > li > .nav-item-wrap > a {
    color: #ffffff;
    font-size: calc(100% - 10%);
  }
  ul#main-navigation {
    height: 0;
    overflow: hidden;
    background: #5b88a7;
  }
  ul#main-navigation li {
    width: 100%;
    display: block;
    position: relative;
    text-align: center;
    overflow: hidden;
  }
  ul#main-navigation li a {
    display: block;
    padding: 15px 0;
    width: calc( 100% -  50px);
    float: left;
    padding-left: 100px;
  }
  ul#main-navigation .dropdown-indicator {
    display: inline-block;
    width: 50px;
    padding: 15px 0px;
    color: #ffffff;
  }
  ul#main-navigation > li:nth-child(n+2) {
    border-top: solid 1px #ffffff;
  }
  ul#main-navigation > li > .nav-item-wrap > a {
    color: #ffffff;
    font-size: calc(100% + 40%);
  }
  /* Level 0 */
  ul.main-navigation {
    width: 100%;
    height: 0;
    overflow: hidden;
    background: #5b88a7;
    display: block;
    position: relative;
  }
  ul.main-navigation li {
    width: 100%;
    display: block;
    position: relative;
    text-align: center;
    overflow: hidden;
  }
  ul.main-navigation li a {
    display: block;
    padding: 15px 0;
    width: calc( 100% -  50px);
    float: left;
  }
  ul.main-navigation .dropdown-indicator {
    display: inline-block;
    width: 50px;
    padding: 15px 0px;
  }
  ul.main-navigation > li {
    /* Level 1 */
  }
  ul.main-navigation > li:nth-child(n+2) {
    border-top: solid 1px #ffffff;
  }
  ul.main-navigation > li > .nav-item-wrap > a {
    color: #ffffff;
    font-size: calc(100% + 40%);
  }
  ul.main-navigation > li ul.level-1 {
    background: #e7590b;
    width: 100%;
  }
  ul.main-navigation > li ul.level-1 > li {
    /* Level 2 */
  }
  ul.main-navigation > li ul.level-1 > li:nth-child(n+2) {
    border-top: dotted 1px #ffffff;
  }
  ul.main-navigation > li ul.level-1 > li > .nav-item-wrap > a {
    color: #ffffff;
    font-size: 100%;
  }
  ul.main-navigation > li ul.level-1 > li ul.level-2 {
    background: #e4e4e4;
  }
  ul.main-navigation > li ul.level-1 > li ul.level-2 > li:nth-child(n+2) {
    border-top: dotted 1px #ffffff;
  }
  ul.main-navigation > li ul.level-1 > li ul.level-2 > li > .nav-item-wrap > a {
    color: #ffffff;
    font-size: calc(100% - 10%);
  }
  div#content-head #page-image {
    padding-bottom: 45%;
  }
}
@media only screen and (max-width: 950px) {
  body.blank section#page-content {
    width: 100%;
    margin: 0;
  }
  div#page-background {
    background: url(../../../images/default/bg-header.jpg ) transparent no-repeat bottom center cover;
  }
}
@media only screen and (max-width: 900px) {
  body > .ui-autocomplete.ui-menu {
    width: calc(100% -  2 * 15px) !important;
    left: 15px !important;
  }
}
@media only screen and (max-width: 750px) {
  .default aside#page-aside,
  .default section#page-content {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    float: none;
  }
  .col-w33,
  .col-w25,
  .col-w40 {
    width: calc(50% - 15px);
    margin-bottom: 15px;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .kontakt #text,
  .kontakt #moduleContent.kontakt {
    width: 100%;
    margin: 0%;
    float: none;
  }
  #text .GMUserdefined {
    height: 200px;
  }
}
