@charset "UTF-8";
/*** base colors start ***/
/*** base colors end ***/
/*** opacity colors start ***/
/*** opacity colors end ***/
/* ++++++++++ Abstandsvariablen ++++++++++ */
/* ++++++++++ MEDIAQUERIES ++++++++++ */
/* ++++++++++ MEDIAQUERIES ++++++++++ */
/* transition start */
/* transition end */
/* @import must be at top of file, otherwise CSS will not work */
@import url("https://hello.myfonts.net/count/2fb664");
@import url("https://hello.myfonts.net/count/2fb65d");
@font-face {
  font-family: "RotisSansSerifStd-Regular";
  src: url("webfonts/2FB664_0_0.eot");
  src: url("webfonts/2FB664_0_0%EF%B9%96.eot#iefix") format("embedded-opentype"), url("webfonts/2FB664_0_0.woff2") format("woff2"), url("webfonts/2FB664_0_0.woff") format("woff"), url("webfonts/2FB664_0_0.ttf") format("truetype");
}
/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: "RotisSansSerifStd-Light";
  src: url("webfonts/2FB65D_0_0.eot");
  src: url("webfonts/2FB65D_0_0%EF%B9%96.eot#iefix") format("embedded-opentype"), url("webfonts/2FB65D_0_0.woff2") format("woff2"), url("webfonts/2FB65D_0_0.woff") format("woff"), url("webfonts/2FB65D_0_0.ttf") format("truetype");
}
@font-face {
  font-family: "RotisSansSerifStd-Bold";
  src: url("webfonts/2FB65D_1_0.eot");
  src: url("webfonts/2FB65D_1_0%EF%B9%96.eot#iefix") format("embedded-opentype"), url("webfonts/2FB65D_1_0.woff2") format("woff2"), url("webfonts/2FB65D_1_0.woff") format("woff"), url("webfonts/2FB65D_1_0.ttf") format("truetype");
}
/*font-family: 'Rotis Sans Serif Std 65 Bold';
font-family: 'Rotis Sans Serif Std 55 Roman';
font-family: 'Rotis Sans Serif Std 45 Light';*/
/*** generally layout start ***/
html, body {
  height: 100%;
}

body {
  /* for Safari font-weight bug */
  -webkit-font-smoothing: subpixel-antialiased;
  overflow-x: hidden;
  font-family: "Rotis Sans Serif Std 55 Roman";
  /* for FireFox */
}
body #mfPreviewBar {
  display: none !important;
}
@media (max-width: 767px) {
  body.open {
    overflow: hidden;
  }
}
body p {
  font-size: 15px;
  line-height: 1.6;
  font-weight: normal;
  color: #797979;
}
@media (min-width: 768px) and (max-width: 1199px) {
  body p {
    font-size: 12px;
  }
}
body h2 {
  font-size: 24px;
  padding: 70px 0 20px 0;
  margin: 0;
  color: #28285b;
  font-family: "Rotis Sans Serif Std 65 Bold";
}
@media (min-width: 768px) and (max-width: 1199px) {
  body h2 {
    font-size: 20px;
  }
}
body h3 {
  margin: 0 0 15px 0;
  font-size: 22px;
  font-family: "Rotis Sans Serif Std 45 Light";
  color: #28285b;
}
body ol {
  margin: 0;
  margin-left: 15px;
  padding: 0;
}
body ol p {
  color: #000;
}
body ol li {
  margin-bottom: 5px;
}
body ol li ol {
  list-style-type: lower-alpha;
}
body a:hover,
body a:focus {
  outline: none;
}

/* * generally layout end ** */
/*** header start ohnn navigaton ***/
#HEADER {
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  position: fixed;
  z-index: 345;
  top: 0;
  left: 0;
  right: 0;
  height: 150px;
  background-color: #ffffff;
  /* logo area start */
  /* logo area end */
}
#HEADER.smallHeader {
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  height: 100px;
}
#HEADER.smallHeader .logoArea img {
  margin-top: 3px;
  width: 268px;
  height: 93px;
}
@media (max-width: 500px) {
  #HEADER.smallHeader .logoArea img {
    margin-top: 20px !important;
  }
}
#HEADER .logoArea {
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  text-align: center;
}
#HEADER .logoArea img {
  width: 358px;
  height: 124px;
  margin-top: 13px;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
@media (max-width: 767px) {
  #HEADER .logoArea img {
    width: 241px;
    height: 83px;
    margin-top: 33px;
  }
}
@media (max-width: 500px) {
  #HEADER .logoArea img {
    width: 156px !important;
    height: 53px !important;
    margin-top: 49px !important;
  }
}
@media (max-width: 767px) {
  #HEADER.open {
    left: 300px;
  }
}

/*** header end ***/
/*burger nav*/
.hamburger {
  cursor: pointer;
  margin: 0 auto;
  position: fixed;
  left: 35px;
  top: 20px;
  z-index: 15005;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  /* active state, i.e. menu open */
}
@media (min-width: 768px) {
  .hamburger {
    display: none;
  }
}
.hamburger.smallHeader {
  top: 5px;
}
.hamburger .cmn-toggle-switch {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 90px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.hamburger .cmn-toggle-switch:focus {
  outline: none;
}
.hamburger .cmn-toggle-switch span {
  display: block;
  position: absolute;
  top: 45px;
  left: 0;
  right: 0px;
  height: 3px;
  background: #28285b;
}
.hamburger .cmn-toggle-switch span::before,
.hamburger .cmn-toggle-switch span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #28285b;
  content: "";
}
.hamburger .cmn-toggle-switch span::before {
  top: -10px;
}
.hamburger .cmn-toggle-switch span::after {
  bottom: -10px;
}
.hamburger .cmn-toggle-switch__htx {
  background-color: transparent;
}
.hamburger .cmn-toggle-switch__htx span {
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.hamburger .cmn-toggle-switch__htx span::before,
.hamburger .cmn-toggle-switch__htx span::after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.hamburger .cmn-toggle-switch__htx span::before {
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}
.hamburger .cmn-toggle-switch__htx span::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
}
.hamburger .cmn-toggle-switch__htx.active {
  background-color: transpartent;
}
.hamburger .cmn-toggle-switch__htx.active span {
  background: none;
}
.hamburger .cmn-toggle-switch__htx.active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hamburger .cmn-toggle-switch__htx.active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.hamburger .cmn-toggle-switch__htx.active span::before,
.hamburger .cmn-toggle-switch__htx.active span::after {
  -webkit-transition-delay: 0, 0.3s;
  transition-delay: 0, 0.3s;
}

/*burger nav*/
/* sidebar navigation */
#LEFT_BAR {
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  position: fixed;
  width: 100%;
  left: -300px;
  top: 0;
  bottom: 0;
  z-index: -1;
  overflow: hidden;
}
#LEFT_BAR .leftBarContent {
  position: relative;
  width: 300px;
  background-color: #ededed;
  padding-left: 75px;
  padding-top: 100px;
  min-height: 100%;
  font-family: "Rotis Sans Serif Std 45 Light";
}
#LEFT_BAR ul {
  margin: 25px 25px 0 0;
  padding: 0 25px 25px 0;
  list-style: none;
  display: block;
}
#LEFT_BAR ul:first-child {
  border-bottom: 1px solid #28285b;
}
#LEFT_BAR ul li.activeNav a {
  font-family: "Rotis Sans Serif Std 65 Bold";
}
#LEFT_BAR ul a {
  color: #28285b;
  display: block;
  padding: 10px;
  font-size: 18px;
}
@media (max-width: 767px) {
  #LEFT_BAR.open {
    left: 0;
    z-index: 5000;
  }
}

/* sidebar navigation*/
#MAIN {
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  position: relative;
  margin-left: 0px;
  margin-top: 150px;
  min-height: 100%;
  height: auto;
  overflow-y: auto;
  overflow-x: hidden;
  left: 0;
  /* für static seiten da header.height() --> 100px */
  /* page content overlay start */
  /* page content overlay end */
}
@media (max-width: 767px) {
  #MAIN.open {
    left: 300px;
  }
}
#MAIN.smallHeader {
  margin-top: 0;
}
#MAIN .pageContentOverlay {
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(234, 235, 235, 0.8);
  z-index: 350;
  visibility: hidden;
  opacity: 0;
  overflow: hidden !important;
}
@media (max-width: 767px) {
  #MAIN .pageContentOverlay.open {
    visibility: visible;
    opacity: 1;
  }
}

/*** big start ***/
.bigImage {
  min-height: 500px;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  position: relative;
}
@media (max-width: 991px) {
  .bigImage {
    background-image: url("../resources/images/bgStart9-16.jpg") !important;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: bottom center;
  }
}
.bigImage .slogan {
  font-size: 24px;
  position: absolute;
  left: 8%;
  top: 45%;
  margin-top: -80px;
  font-size: 24px;
  padding-right: 40px;
  opacity: 1;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  /*text-transform: uppercase;*/
  font-family: "Rotis Sans Serif Std 45 Light";
}
.bigImage .slogan p {
  font-size: 24px;
}
.bigImage .slogan.inactive {
  opacity: 0;
}
.bigImage .slogan .author, .bigImage .slogan h6 {
  display: block;
  padding-top: 20px;
  font-size: 18px;
  text-align: right;
  margin-right: -40px;
}
.bigImage ~ #PAGE_CONTENT {
  padding-top: 0 !important;
}

.imgBoxDefault {
  display: none;
}
@media screen and (min-width: 991px) {
  .imgBoxDefault {
    display: block;
  }
}
@media handheld and (max-width: 991px) {
  .imgBoxDefault {
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .imgBoxDefault {
    display: none;
  }
}

.imgXSBoxLandscape {
  display: none;
}
@media (max-width: 991px) and (orientation: landscape) {
  .imgXSBoxLandscape {
    display: block;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .imgXSBoxLandscape {
    display: block;
  }
}

.imgXSBoxPortrait {
  display: none;
}
@media (max-width: 991px) and (orientation: portrait) {
  .imgXSBoxPortrait {
    display: block;
  }
}

/*** big end ***/
/*** main/bottom navigation start ***/
#MAIN_NAVIGATION,
#BOTTOM_NAVIGATION {
  /*@include transition-all(0.4s);*/
  background-color: #ffffff;
  text-align: center;
  border-bottom: 1px solid #eaebeb;
  border-top: 1px solid transparent;
  width: 100%;
  min-height: 60px;
  font-family: "Rotis Sans Serif Std 45 Light";
}
#MAIN_NAVIGATION ul,
#BOTTOM_NAVIGATION ul {
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  visibility: visible;
  opacity: 1;
  padding: 0;
  margin: 0;
  overflow: auto;
  display: inline-block;
}
@media (max-width: 767px) {
  #MAIN_NAVIGATION ul,
#BOTTOM_NAVIGATION ul {
    visibility: hidden;
    opacity: 0;
  }
}
#MAIN_NAVIGATION ul li,
#BOTTOM_NAVIGATION ul li {
  list-style: none;
  float: left;
  margin: 0;
  padding: 0;
}
#MAIN_NAVIGATION ul li a,
#MAIN_NAVIGATION ul li a:visited,
#BOTTOM_NAVIGATION ul li a,
#BOTTOM_NAVIGATION ul li a:visited {
  color: #28285b;
  font-size: 16px;
  display: block;
  padding: 15px 60px;
}
#MAIN_NAVIGATION ul li a:hover,
#MAIN_NAVIGATION ul li a:visited:hover,
#BOTTOM_NAVIGATION ul li a:hover,
#BOTTOM_NAVIGATION ul li a:visited:hover {
  text-decoration: none;
  color: #797979;
}
@media (max-width: 1380px) {
  #MAIN_NAVIGATION ul li a,
#MAIN_NAVIGATION ul li a:visited,
#BOTTOM_NAVIGATION ul li a,
#BOTTOM_NAVIGATION ul li a:visited {
    padding: 15px 45px;
  }
}
@media (max-width: 1120px) {
  #MAIN_NAVIGATION ul li a,
#MAIN_NAVIGATION ul li a:visited,
#BOTTOM_NAVIGATION ul li a,
#BOTTOM_NAVIGATION ul li a:visited {
    padding: 15px 35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #MAIN_NAVIGATION ul li a,
#MAIN_NAVIGATION ul li a:visited,
#BOTTOM_NAVIGATION ul li a,
#BOTTOM_NAVIGATION ul li a:visited {
    padding: 15px 20px;
  }
}
#MAIN_NAVIGATION ul li.activeNav a, #MAIN_NAVIGATION ul li.activeNav a:visited,
#BOTTOM_NAVIGATION ul li.activeNav a,
#BOTTOM_NAVIGATION ul li.activeNav a:visited {
  text-decoration: none;
}

#MAIN_NAVIGATION {
  z-index: 340;
  position: relative;
  /* @include transition-all(0.4s);*/
  /* fix top für scroll effect und wenn body.class="static" für seiten ohne scroll effect*/
}
#MAIN_NAVIGATION.fixTop {
  position: fixed;
  width: 100%;
  top: 100px;
  border-color: #eaebeb;
}
@media (max-width: 767px) {
  #MAIN_NAVIGATION.fixTop.open {
    top: 50px;
  }
}
#MAIN_NAVIGATION.fixTop + #PAGE_CONTENT {
  padding-top: 60px !important;
}
@media (max-width: 767px) {
  #MAIN_NAVIGATION.fixTop + #PAGE_CONTENT {
    padding-top: 0;
  }
}

#BOTTOM_NAVIGATION {
  position: fixed;
  bottom: 0;
  z-index: 339;
  border-top: 1px solid #eaebeb;
}

/*** main/bottom navigation end ***/
/*--------------------CONTENT ELEMTENTE ---------------- ---------------- ---------------- ----------------*/
/*** page content start ***/
body.static #PAGE_CONTENT {
  padding-top: 160px;
}
@media (min-width: 768px) {
  body.static #PAGE_CONTENT {
    padding-bottom: 60px;
  }
}

#PAGE_CONTENT {
  padding-top: 0;
}
@media (max-width: 767px) {
  #PAGE_CONTENT {
    padding-top: 100px !important;
  }
}
#PAGE_CONTENT.fixTop {
  padding-top: 60px;
}
#PAGE_CONTENT.noBigImage {
  padding-top: 160px;
}
#PAGE_CONTENT a:hover,
#PAGE_CONTENT a:visited:hover {
  color: #28285b;
  text-decoration: underline;
}

/* stripe start */
.stripe {
  background-size: cover;
  background-position: right top;
  background-repeat: no-repeat;
  position: relative;
  /* remove the background-image on xs-size */
}
@media (max-width: 767px) {
  .stripe {
    background: none !important;
  }
}
.stripe .extraSmallDeviceImage {
  margin-left: -15px;
  margin-right: -15px;
}
.stripe .stripeContent {
  z-index: 340;
  padding-left: 70px;
  padding-bottom: 20px;
  min-height: 150px;
  overflow: visible;
}
@media (max-width: 767px) {
  .stripe .stripeContent {
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .stripe .stripeContent {
    padding-bottom: 80px;
  }
}
.stripe .triangleBox {
  position: relative;
  z-index: 200;
}
.stripe .triangleBox .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  pointer-events: none;
  border-top-width: 40px;
  border-right-width: 0;
  border-left-width: 40px;
  border-bottom-width: 0;
}
.stripe .triangleBox .parallelogram {
  position: absolute;
  top: 0;
  -moz-transform: skew(45deg);
  -webkit-transform: skew(45deg);
  -ms-transform: skew(45deg);
  -o-transform: skew(45deg);
  transform: skew(45deg);
  border-right: 1px solid #ffffff;
}

.stripeRow {
  position: relative;
  z-index: 50;
  font-size: 15px;
}
@media (max-width: 767px) {
  .stripeRow {
    position: static;
  }
}
@media (max-width: 767px) {
  .stripeRowh2 {
    margin-right: 0;
  }
}

/* stripe image start*/
.stripeImage {
  position: absolute;
  z-index: 120;
  top: 70px;
  right: 70px;
}
@media (max-width: 767px) {
  .stripeImage {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (max-width: 767px) {
  .stripeImage {
    position: static;
  }
}
@media (min-width: 768px) {
  .stripeImage {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .stripeImage {
    width: 40%;
  }
}
@media (min-width: 768px) {
  .stripeImage img {
    -webkit-box-shadow: 0 0 25px -5px #000000;
    box-shadow: 0 0 25px -5px #000000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  }
}
.stripeImage .pictureBox {
  width: 48%;
  float: left;
}
.stripeImage .pictureBox:first-child {
  margin-right: 2%;
}
@media (max-width: 991px) {
  .stripeImage .pictureBox {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
}

.textSubline {
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.8);
  overflow: auto;
  width: 100%;
  margin-top: 5px;
}
@media (max-width: 991px) {
  .textSubline {
    margin-top: 0;
  }
}
.textSubline .nameLeft,
.textSubline .nameRight {
  padding-left: 5px;
  display: inline-block;
  float: left;
  width: 50%;
}
.textSubline .nameLeft p,
.textSubline .nameRight p {
  font-size: 12px;
  padding-top: 8px;
}

/* stripe image end */
/* stripe background-color select start */
/* light gray */
.lightGray .stripeContent {
  background-color: rgba(234, 235, 235, 0.8);
  color: #676768;
}
.lightGray .stripeContent h2 {
  color: #28285b;
}
.lightGray .stripeContent + .triangleBox > .triangle {
  border-color: transparent transparent transparent rgba(234, 235, 235, 0.8);
}

/* dark blue */
.darkBlue .stripeContent {
  background-color: rgba(40, 40, 91, 0.8);
}
.darkBlue .stripeContent * {
  color: #d9d9d9;
}
.darkBlue .stripeContent h2 {
  color: #ffffff;
}
@media (max-width: 767px) {
  .darkBlue .stripeContent {
    background-color: #28285b;
  }
}
.darkBlue .stripeContent + .triangleBox > .triangle {
  border-color: transparent transparent transparent rgba(40, 40, 91, 0.8);
}

/* stripe color select end */
/* stripe end */
/* stripe styles for static body start */
body.static #HEADER {
  border-bottom: 1px solid #eaebeb;
}
body.static .stripe.darkBlue * {
  color: #d9d9d9;
}
body.static .stripe.darkBlue h2,
body.static .stripe.darkBlue h3 {
  color: #ffffff;
}
body.static .stripe .stripeRow {
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  top: 100px;
  right: 0;
  left: 0;
  bottom: 0px;
  position: fixed;
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  pointer-events: none;
}
@media (max-width: 767px) {
  body.static .stripe .stripeRow {
    background: none !important;
  }
}
body.static .stripe .stripeRow .stripeContent {
  top: 100px;
  bottom: 0px;
  position: fixed;
}
@media (max-width: 767px) {
  body.static .stripe .stripeRow .stripeContent {
    left: 0;
    right: 0;
  }
}
body.static .stripe .stripeRow .stripeContent .triangle {
  pointer-events: none;
}
@media (max-width: 767px) {
  body.static .stripe .stripeRow.open {
    left: 300px;
  }
}
body.static .stripe .scrollContentRow {
  position: relative;
  z-index: 190;
  padding-bottom: 80px;
  overflow-y: auto;
  overflow-x: hidden;
  pointer-events: none;
}
body.static .stripe .scrollContentRow .scrollContent {
  padding-left: 70px;
  pointer-events: all;
}
@media (max-width: 767px) {
  body.static .stripe .scrollContentRow .scrollContent {
    padding-left: 15px;
  }
}

/* stripe styles for static body start */
/* panel box start */
.panelBox {
  margin-bottom: 30px;
}
.panelBox h3 {
  cursor: pointer;
}
.panelBox .date {
  font-family: "Rotis Sans Serif Std 45 Light";
  margin-bottom: 5px;
  display: inline-block;
}
.panelBox .date:after {
  content: "";
  display: inline-block;
  margin-top: 0px;
  margin-left: 10px;
  width: 30px;
  height: 10px;
  background-image: url("../resources/images/Up-Down-Arrow.png");
  background-size: cover;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.panelBox.panelOpen .date:after {
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* panel box end */
/* one column text start */
.oneColumnText {
  margin-bottom: 30px;
}

/* one column text end */
/* map start */
#MAP {
  background-image: url("../resources/images/bosseler-abeking-gmap.png") !important;
  background-position: center right;
  background-repeat: no-repeat;
  position: fixed !important;
  width: 100%;
  min-height: 350px;
  top: 0;
  left: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  #MAP {
    pointer-events: none !important;
    position: relative !important;
    width: calc(100% + 30px);
    margin-left: -15px;
    height: 350px;
    top: 0;
  }
}

@media (max-width: 767px) {
  .map {
    z-index: -1 !important;
  }
}

/* map end */
/*  cover flow slider */
.coverFlowContent {
  position: relative;
  padding-bottom: 150px;
  min-height: 650px;
}

.coverPreText {
  width: 60%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 50px;
}

.coverslider {
  position: absolute;
  bottom: 50px;
  z-index: 40000;
  width: 80% !important;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.mobileStripe {
  padding: 0;
}
.mobileStripe .mobileCol {
  padding: 0;
}
.mobileStripe .mobileCol.mobileLColLeft {
  padding-right: 1px;
}
.mobileStripe img {
  margin-bottom: 1px;
}

.mobileStripeBooks .mobileCol {
  background-color: #797979;
}
.mobileStripeBooks .mobileCol .xscover {
  background-color: #fff;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid #28285b !important;
  background: #28285b !important;
  font-weight: normal;
  color: #ffffff;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  width: 1.8em !important;
  height: 1.8em !important;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.5em !important;
  margin-left: -0.9em !important;
}

.coverFlowFilter {
  font-family: "Rotis Sans Serif Std 45 Light";
  opacity: 0.8;
  text-align: center;
  margin-bottom: 30px;
}
.coverFlowFilter .nav-pills {
  display: inline-block;
  font-size: 16px;
}
.coverFlowFilter .nav-pills li a:focus {
  background-color: transparent;
}
.coverFlowFilter .nav-pills li a,
.coverFlowFilter .nav-pills li a:visited {
  color: #28285b;
  text-decoration: none;
}
.coverFlowFilter .nav-pills li a:hover,
.coverFlowFilter .nav-pills li a:visited:hover {
  text-decoration: none;
  background-color: transparent;
}
.coverFlowFilter .nav-pills li a.activeFilter,
.coverFlowFilter .nav-pills li a:visited.activeFilter {
  font-family: "Rotis Sans Serif Std 65 Bold";
}
.coverFlowFilter .nav-pills li a.activeFilter:hover,
.coverFlowFilter .nav-pills li a:visited.activeFilter:hover {
  text-decoration: none;
}

.reflected {
  -webkit-box-shadow: 0px 0px 46px 2px rgba(0, 0, 0, 0.44);
  -moz-box-shadow: 0px 0px 46px 2px rgba(0, 0, 0, 0.44);
  box-shadow: 0px 0px 46px 2px rgba(0, 0, 0, 0.44);
}

.fancybox-title {
  font-family: "Rotis Sans Serif Std 55 Roman";
  color: #28285b;
  font-size: 24px;
}
.fancybox-title h2 {
  padding-top: 0;
}
@media (max-width: 991px) {
  .fancybox-title h2 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .fancybox-title p {
    font-size: 12px;
  }
}

.fancybox-overlay {
  z-index: 16000;
}

.fancybox-wrap {
  z-index: 16500;
  background-color: #ededed;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.fancybox-wrap .child {
  white-space: normal;
}

/*  cover flow slider */
.fancybox-title-outside-wrap {
  padding: 10px;
}
.fancybox-title-outside-wrap .child {
  margin-right: 0;
  background: rgba(0, 0, 0, 0.5);
  text-shadow: none;
}
.fancybox-title-outside-wrap .child p {
  color: #ffffff;
}
.fancybox-title-outside-wrap .child a {
  color: #28285b;
  text-decoration: underline;
}

.fancybox-opened .fancybox-skin {
  padding: 1px !important;
  -webkit-border-bottom-right-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-bottomright: 15px;
  -moz-border-radius-bottomleft: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

.fancybox-inner .fancybox-image {
  -webkit-border-bottom-right-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-bottomright: 15px;
  -moz-border-radius-bottomleft: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

.reftitletext {
  visibility: hidden;
}

.current a .reftitletext {
  position: absolute;
  top: 390px;
  visibility: visible;
  font-family: "Rotis Sans Serif Std 65 Bold";
  color: #28285b;
  font-size: 16px;
}

/*# sourceMappingURL=bak.css.map */
