/*** FONTS ***/
/*** FARBEN ***/
/*@color-sec-dark: #D0CEC8;*/
/*** LOGO ***/
/*** KANTEN ***/
/*** STYLES ***/
/*** ASSETS ***/
/*** VARIABLES ***/
/*** PARTIALS ***/
.mask_crossref .crossref-image {
  background-size: cover;
  width: 100%;
  height: 250px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomright: 0;
  -moz-background-clip: padding;
  border-bottom-right-radius: 0;
  background-clip: padding-box;
}
.mask_crossref .crossref-text {
  padding: 40px 50px;
}
.mask_crossref .crossref-text p:first-child {
  padding-bottom: 30px;
}
.mask_crossref .crossref-text p a {
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
  background: #07b7cf;
  color: #fff;
  padding: 7px 0 9px;
  box-shadow: 12px 0 0 #07b7cf, -12px 0 0 #07b7cf;
}
.mask_crossref .crossref-text p a:hover {
  background: #068c9d;
  text-decoration: none;
  box-shadow: 12px 0 0 #068c9d, -12px 0 0 #068c9d;
}
@media (max-width: 767px) {
  .mask_crossref .crossref-image {
    height: 170px;
  }
  .mask_crossref .crossref-text {
    padding: 20px 20px 30px;
  }
  .mask_crossref .crossref-text p {
    font-size: 14px;
    line-height: 22px;
  }
  .mask_crossref .crossref-text p:first-child {
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mask_crossref .crossref-image {
    height: 140px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mask_crossref .crossref-image {
    height: 170px;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .mask_crossref .crossref-image {
    height: 200px;
  }
}
.mask_banner-right {
  padding-bottom: 40px;
}
.mask_banner-right p.title {
  font-family: PT Serif, Georgia, serif;
  font-size: 48px;
  padding: 0;
  padding-bottom: 50px;
  margin: 0;
  text-align: center;
  margin-top: 50px;
  font-size: 38px;
  padding-bottom: 30px;
}
.mask_banner-right p.cta {
  padding-top: 30px;
  text-align: center;
}
.mask_banner-right p.cta a {
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
  background: #fff;
  color: #07b7cf;
  display: inline-block;
  padding: 7px 12px 9px;
}
.mask_banner-right p.cta a:hover {
  background: #bff5fd;
  text-decoration: none;
}
@media (max-width: 767px) {
  .mask_banner-right {
    padding-bottom: 20px;
  }
  .mask_banner-right p.title {
    font-size: 22px;
    line-height: 26px;
    padding-bottom: 20px;
    margin-top: 30px;
  }
  .mask_banner-right p.text {
    font-size: 14px;
    line-height: 22px;
  }
  .mask_banner-right p.cta {
    padding-top: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mask_banner-right p.title {
    font-size: 24px;
    line-height: 28px;
    padding-bottom: 20px;
  }
  .mask_banner-right p.cta {
    padding-top: 20px;
  }
}
body > .ws-bannerbox .mask_banner-right {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomleft: 0px;
  -moz-background-clip: padding;
  border-bottom-left-radius: 0px;
  background-clip: padding-box;
  background: #07b7cf;
  color: #fff;
  padding: 30px 20px;
  position: fixed;
  right: 0;
  bottom: 130px;
  width: 19%;
  max-width: 370px;
  z-index: 999;
}
body > .ws-bannerbox .mask_banner-right p.title {
  font-size: 28px;
  padding-bottom: 15px;
  margin-top: 0;
}
body > .ws-bannerbox .mask_banner-right p.text {
  font-size: 16px;
  line-height: 24px;
}
body > .ws-bannerbox .mask_banner-right p.cta {
  padding-top: 15px;
}
body > .ws-bannerbox .mask_banner-right p.cta a {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.05em;
}
@media (max-width: 1439px) {
  body > .ws-bannerbox .mask_banner-right {
    display: none;
  }
}
.mask_accordion {
  padding-top: 30px;
}
.mask_accordion h3.trigger {
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
  cursor: pointer;
  background-color: #eee;
  text-align: left;
  font-family: Source Sans Pro, Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 26px;
  padding: 10px 45px 10px 10px;
  border: 0 none;
  margin-bottom: 10px;
  position: relative;
}
.mask_accordion h3.trigger:after {
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
  border: 0 none;
  background: #bbbebf;
  display: block;
  width: 25px;
  height: 25px;
  text-align: left;
  font-size: 30px;
  line-height: 12px;
  margin: 0;
  padding: 3px 0 0 8px;
  transition: all 1s ease-out 0.1s;
  vertical-align: top;
  transform: rotate(-90deg);
  content: '\2039';
  color: #fff;
  position: absolute;
  bottom: 11px;
  right: 11px;
}
.mask_accordion h3.trigger.trigger_active {
  background: #07b7cf;
  color: #fff;
}
.mask_accordion h3.trigger.trigger_active:after {
  color: #07b7cf;
  background: #fff;
  transform: rotate(-270deg);
}
.mask_accordion .toggle_container {
  padding: 0 10px 20px 10px;
  border: 0 none;
}
.mask_staff {
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
  width: 100%;
  height: auto;
  background: #eee;
  clear: both;
  overflow: auto;
  margin-bottom: 20px;
}
.mask_staff header {
  width: 100%;
  clear: both;
  padding: 0 0 0 30px;
}
.mask_staff header h3,
.mask_staff header .h3 {
  padding-bottom: 0;
}
.mask_staff header span.position {
  color: #777;
  font-family: Source Sans Pro, Helvetica, Arial, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-left: 5px;
}
.mask_staff .staff_image {
  float: right;
  width: 35%;
  height: auto;
  text-align: right;
  padding: 10px 30px 30px 20px;
}
.mask_staff .staff_image img {
  border-radius: 50%;
  width: 100%;
  height: auto;
}
.mask_staff .staff_content {
  height: auto;
  padding: 0 20px 30px 30px;
}
.mask_staff .staff_content p.jobtitle {
  color: #07b7cf;
  line-height: 26px;
  padding-bottom: 10px;
}
.mask_staff .staff_content p.desc_title {
  font-family: PT Serif, Georgia, serif;
  font-size: 20px;
  color: #777;
  padding-top: 20px;
}
@media (max-width: 767px) {
  .mask_staff .staff_image {
    width: 100%;
    display: table-caption;
    float: none;
    padding: 30px 50px 20px 50px;
  }
  .mask_staff header {
    display: table-header-group;
  }
  .mask_staff header p {
    padding: 0 20px 0 30px;
  }
  .mask_staff .staff_content {
    display: table-footer-group;
  }
  .mask_staff .staff_content p {
    padding: 0 30px 30px 30px;
  }
  .mask_staff .staff_content p.jobtitle {
    padding-bottom: 10px;
  }
  .mask_staff .staff_content p.desc_title {
    padding-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mask_staff .staff_image {
    width: 45%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mask_staff .staff_image {
    width: 45%;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .mask_staff .staff_image {
    width: 40%;
  }
}
@media (min-width: 1440px) {
  .mask_staff .staff_image {
    margin-top: -30px;
  }
}
.mask_file-download {
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
  background-color: #eee;
  text-align: left;
  font-family: Source Sans Pro, Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  padding: 10px 10px 0;
  border: 0 none;
  margin-bottom: 10px;
  position: relative;
}
.mask_file-download .title {
  padding-bottom: 10px;
}
.mask_file-download .title a {
  text-indent: -25px;
  padding-left: 25px;
  display: inline-block;
}
.mask_file-download .title a:hover {
  text-decoration: none;
}
.mask_file-download .title a:before {
  content: "";
  background-image: url(/fileadmin/img/icons/icon-file-blank.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  display: inline-block;
  height: 20px;
  width: 20px;
  position: relative;
  top: 3px;
  left: 0;
  opacity: 0.2;
}
.mask_file-download .title a[href$=".png"]:before,
.mask_file-download .title a[href$=".svg"]:before,
.mask_file-download .title a[href$=".jpg"]:before,
.mask_file-download .title a[href$=".jpeg"]:before {
  background-image: url(/fileadmin/img/icons/icon-file-picture.svg);
}
.mask_file-download .title a[href$=".doc"]:before,
.mask_file-download .title a[href$=".docx"]:before,
.mask_file-download .title a[href$=".pdf"]:before {
  background-image: url(/fileadmin/img/icons/icon-file-text.svg);
}
.mask_file-download .title a[href$=".mp3"]:before,
.mask_file-download .title a[href$=".m4a"]:before,
.mask_file-download .title a[href$=".wma"]:before,
.mask_file-download .title a[href$=".aac"]:before {
  background-image: url(/fileadmin/img/icons/icon-file-sound.svg);
}
.mask_file-download .title a[href$=".mpg"]:before,
.mask_file-download .title a[href$=".mp4"]:before,
.mask_file-download .title a[href$=".wmv"]:before,
.mask_file-download .title a[href$=".avi"]:before {
  background-image: url(/fileadmin/img/icons/icon-file-video.svg);
}
.mask_file-download .footer {
  padding-bottom: 10px;
  text-align: right;
}
.mask_file-download .footer .size {
  color: #bbbebf;
  font-size: 16px;
  padding-right: 5px;
}
@media (min-width: 992px) {
  .mask_file-download .title {
    float: left;
  }
  .mask_file-download .title a {
    padding-top: 5px;
  }
  .mask_file-download .footer {
    float: right;
  }
  .mask_file-download:after {
    content: "";
    display: table;
    clear: both;
  }
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.cycle-slideshow .cycle-prev,
.cycle-slideshow .cycle-next {
  position: absolute;
  top: 0;
  width: 30%;
  z-index: 800;
  height: 100%;
  cursor: pointer;
}
.cycle-slideshow .cycle-prev span,
.cycle-slideshow .cycle-next span {
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
  background: #fff;
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 0 0 50px;
  text-align: center;
  transition: all .2s ease;
  font-size: 0;
  line-height: 0;
  padding: 18px 13px 0 10px;
  position: absolute;
  top: 45%;
  right: auto;
  left: 0;
}
.cycle-slideshow .cycle-prev span svg,
.cycle-slideshow .cycle-next span svg {
  overflow: visible;
  transform: rotate(-90deg);
}
.cycle-slideshow .cycle-prev span svg polygon,
.cycle-slideshow .cycle-next span svg polygon {
  display: block;
  fill: #6d7274;
}
.cycle-slideshow .cycle-prev:hover span,
.cycle-slideshow .cycle-next:hover span {
  margin-left: 40px;
}
.cycle-slideshow .cycle-prev:hover span svg polygon,
.cycle-slideshow .cycle-next:hover span svg polygon {
  fill: #2f3132;
}
.cycle-slideshow .cycle-next {
  right: 0;
}
.cycle-slideshow .cycle-next span {
  float: right;
  margin: 0 50px 0 0;
  padding: 18px 10px 0 13px;
  right: 0;
  left: auto;
}
.cycle-slideshow .cycle-next span svg {
  transform: rotate(90deg);
}
.cycle-slideshow .cycle-next:hover span {
  margin-right: 40px;
}
.cycle-slideshow figure {
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
  height: auto;
  width: 100%;
}
.cycle-slideshow figure img {
  height: auto;
  width: 100%;
}
.cycle-slideshow figure figcaption {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  position: absolute;
  bottom: 0;
  padding: 10px;
  width: 100%;
}
.cycle-slideshow figure figcaption:empty {
  display: none;
}
@media (max-width: 767px) {
  .cycle-slideshow .cycle-prev span,
  .cycle-slideshow .cycle-next span {
    width: 30px;
    height: 30px;
    padding: 11px 7px 0 6px;
    margin: 0 0 0 20px;
  }
  .cycle-slideshow .cycle-prev:hover span,
  .cycle-slideshow .cycle-next:hover span {
    margin-left: 10px;
  }
  .cycle-slideshow .cycle-next span {
    padding: 11px 6px 0 7px;
    margin-right: 20px;
  }
  .cycle-slideshow .cycle-next:hover span {
    margin-right: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cycle-slideshow .cycle-prev span,
  .cycle-slideshow .cycle-next span {
    width: 30px;
    height: 30px;
    padding: 11px 7px 0 6px;
    margin: 0 0 0 30px;
  }
  .cycle-slideshow .cycle-prev:hover span,
  .cycle-slideshow .cycle-next:hover span {
    margin-left: 20px;
  }
  .cycle-slideshow .cycle-next span {
    padding: 11px 6px 0 7px;
    margin-right: 30px;
  }
  .cycle-slideshow .cycle-next:hover span {
    margin-right: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cycle-slideshow .cycle-prev span,
  .cycle-slideshow .cycle-next span {
    width: 40px;
    height: 40px;
    padding: 15px 10px 0 10px;
    margin: 0 0 0 30px;
  }
  .cycle-slideshow .cycle-prev:hover span,
  .cycle-slideshow .cycle-next:hover span {
    margin-left: 20px;
  }
  .cycle-slideshow .cycle-next span {
    padding: 15px 10px 0 10px;
    margin-right: 30px;
  }
  .cycle-slideshow .cycle-next:hover span {
    margin-right: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .cycle-slideshow .cycle-prev span,
  .cycle-slideshow .cycle-next span {
    width: 40px;
    height: 40px;
    padding: 15px 10px 0 10px;
  }
  .cycle-slideshow .cycle-next span {
    padding: 15px 10px 0 10px;
  }
}
.tx-powermail {
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
  background: #F1F0EF;
  margin: 40px auto;
  padding: 25px 0 10px;
}
.tx-powermail .powermail_fieldwrap div input,
.tx-powermail .powermail_fieldwrap div textarea {
  border: 0 none;
}
.tx-powermail .powermail_fieldwrap div input.btn-primary,
.tx-powermail .powermail_fieldwrap div textarea.btn-primary {
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
  background: #07b7cf;
  padding: 7px 12px 9px;
  font-size: 18px;
}
.tx-powermail .powermail_fieldwrap div input.btn-primary:hover,
.tx-powermail .powermail_fieldwrap div textarea.btn-primary:hover {
  background: #068c9d;
}
.frame-type-form_formframework {
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
  background: #eee;
  margin: 40px auto;
  padding: 25px;
}
.frame-type-form_formframework form h2 {
  font-size: 30px;
  margin: 0;
  padding-bottom: 23px;
  text-align: left;
}
.frame-type-form_formframework form div input,
.frame-type-form_formframework form div textarea {
  border: 0 none;
}
.frame-type-form_formframework form div input:focus,
.frame-type-form_formframework form div textarea:focus {
  box-shadow: none;
  outline: 1px solid #cdf1f5;
  outline-offset: 0;
}
.frame-type-form_formframework form div textarea {
  min-height: 100px;
}
.frame-type-form_formframework form div input[type="checkbox"] {
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
  -webkit-appearance: none;
  height: 1em;
  width: 1em;
  background: #fff;
  border: 0 none;
  margin-left: -1.5em;
}
.frame-type-form_formframework form div input[type="checkbox"]:checked {
  background: #07b7cf;
}
.frame-type-form_formframework form div .form-check-label {
  padding-left: 1.5em;
  padding-top: 5px;
}
.frame-type-form_formframework form div .btn-group button {
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
  background: #07b7cf;
  border: 0 none;
  padding: 7px 12px 9px;
  margin-top: 10px;
  font-size: 18px;
}
.frame-type-form_formframework form div .btn-group button:hover {
  background: #068c9d;
}
.ws-content .frame-type-table {
  margin-top: 30px;
  margin-bottom: 30px;
  overflow-x: auto;
}
.ws-content .frame-type-table table.ce-table {
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #c8cacb;
  width: 100%;
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
}
.ws-content .frame-type-table table.ce-table thead tr th {
  background: none repeat scroll 0 0 #93989a;
  color: #fff;
  font-weight: normal;
  padding: 0.5em;
  text-align: left;
  border: 0 none;
  border-right: 1px solid #bbbebf;
}
.ws-content .frame-type-table table.ce-table thead tr th:last-child {
  border: 0 none;
}
.ws-content .frame-type-table table.ce-table tbody tr td {
  background: none repeat scroll 0 0 #f3fbfd;
  padding: 0.5em;
  border: 0 none;
  border-right: 1px solid #fff;
  vertical-align: top;
}
.ws-content .frame-type-table table.ce-table tbody tr td:first-child {
  font-weight: 600;
}
.ws-content .frame-type-table table.ce-table tbody tr td:last-child {
  border: 0 none;
}
.ws-content .frame-type-table table.ce-table tbody tr:nth-child(2n+0) td {
  background-color: #daf4f8;
}
@media screen and (max-width: 767px) {
  .ws-content .frame-type-table {
    padding-top: 0;
    overflow-x: inherit;
  }
  .ws-content .frame-type-table table.ce-table {
    display: block;
    position: relative;
    width: 100%;
  }
  .ws-content .frame-type-table table.ce-table thead {
    display: block;
    float: left;
  }
  .ws-content .frame-type-table table.ce-table thead tr {
    display: block;
  }
  .ws-content .frame-type-table table.ce-table thead tr th {
    display: block;
    border-right: 0 none;
    border-bottom: 1px solid #bbbebf;
  }
  .ws-content .frame-type-table table.ce-table thead tr th:last-child {
    border: 0 none;
  }
  .ws-content .frame-type-table table.ce-table tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }
  .ws-content .frame-type-table table.ce-table tbody tr {
    display: inline-block;
    vertical-align: top;
  }
  .ws-content .frame-type-table table.ce-table tbody tr td {
    display: block;
    min-height: 1.25em;
    border-right: 0 none;
    border-bottom: 1px solid #fff;
  }
  .ws-content .frame-type-table table.ce-table tbody tr td:last-child {
    border: 0 none;
  }
}
@media screen and (max-width: 743px) {
  .is-chrome .ws-content .frame-type-table table.contenttable tbody tr td {
    font-weight: 400;
  }
  .is-chrome .ws-content .frame-type-table table.contenttable tbody tr td:first-child {
    font-weight: 600;
  }
}
/*** GLOBAL ***/
body {
  background: #eee;
  color: #484b4c;
  font-family: Source Sans Pro, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
.ws-nopadding {
  padding: 0 !important;
  margin: 0 !important;
}
.ws-wrapper-header {
  position: relative;
  width: 100%;
  z-index: 1;
}
.ws-wrapper-content {
  position: relative;
  width: 100%;
  z-index: 2;
}
/*** TEXTSTYLES ***/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: PT Serif, Georgia, serif;
  font-size: 48px;
  line-height: 1.3;
  padding: 0;
  padding-bottom: 50px;
  margin: 0;
  text-align: center;
}
h2,
.h2 {
  margin-top: 50px;
  font-size: 38px;
  padding-bottom: 30px;
}
h3,
.h3 {
  font-size: 28px;
  padding-top: 20px;
  padding-bottom: 10px;
  text-align: left;
}
h4,
.h4 {
  font-size: 28px;
  padding-top: 20px;
  padding-bottom: 10px;
  text-align: left;
  color: #888;
}
p {
  font-size: 18px;
  margin: 0;
  padding-bottom: 8px;
}
p.pagetitle {
  color: #07b7cf;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-top: 70px;
}
h1 + p,
.h1 + p {
  margin-top: 50px;
}
h1 + h2 {
  margin-top: -35px;
}
a {
  color: #07b7cf;
}
a:hover,
a:focus {
  color: #068c9d;
}
a.btn {
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
  color: #fff;
  border: none;
  font-size: inherit;
}
a.btn.btn-primary {
  background: #07b7cf;
}
a.btn.btn-primary:hover,
a.btn.btn-primary:focus {
  background: #068c9d;
}
a.btn.btn-default {
  background: #07b7cf;
}
a.btn.btn-default:hover,
a.btn.btn-default:focus {
  background: #068c9d;
}
a.btn-primary-url {
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
  color: #fff;
  border: none;
  background: #07b7cf;
  padding: 6px 12px;
  text-decoration: none;
  margin: 5px 0;
  display: inline-block;
}
a.btn-primary-url:hover,
a.btn-primary-url:focus {
  background: #068c9d;
}
a.scrollToTop {
  display: none;
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 999;
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 28px;
    line-height: 36px;
    padding-bottom: 20px;
  }
  h2,
  .h2 {
    font-size: 22px;
    line-height: 26px;
    padding-bottom: 20px;
  }
  h3,
  .h3 {
    font-size: 20px;
  }
  p {
    font-size: 14px;
    line-height: 22px;
  }
  p.pagetitle {
    font-size: 12px;
    line-height: 18px;
    margin-top: 20px;
  }
  h1 + h2 {
    margin-top: -10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  h1,
  .h1 {
    font-size: 30px;
    line-height: 38px;
    padding-bottom: 20px;
  }
  h2,
  .h2 {
    font-size: 24px;
    line-height: 28px;
    padding-bottom: 20px;
  }
  h3,
  .h3 {
    font-size: 22px;
  }
  p {
    font-size: 16px;
    line-height: 26px;
  }
  p.pagetitle {
    font-size: 14px;
    line-height: 20px;
    margin-top: 30px;
  }
  h1 + h2 {
    margin-top: -10px;
  }
}
.ws-content ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.ws-content ul li {
  font-size: 18px;
  line-height: 1.5;
  margin: 0;
  padding-bottom: 8px;
  padding-left: 23px;
  text-indent: -23px;
}
.ws-content ul li:before {
  content: "•";
  color: #07b7cf;
  padding-left: 2px;
  padding-right: 13px;
}
@media (max-width: 767px) {
  .ws-content ul li {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ws-content ul li {
    font-size: 16px;
  }
}
blockquote {
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
  border: 0 none;
  margin: 30px auto;
  padding: 30px;
  background: #F1F0EF;
  text-align: center;
}
blockquote > p {
  font-family: PT Serif, Georgia, serif;
  font-size: 24px;
  line-height: 32px;
}
blockquote > p:before,
blockquote > p:after {
  color: #868b8d;
  content: "„";
  padding: 0 5px 0 0;
}
blockquote > p:after {
  content: "“";
  padding: 0 0 0 5px;
}
blockquote cite {
  color: #6d7274;
  font-size: 16px;
}
@media (max-width: 767px) {
  blockquote > p {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  blockquote > p {
    font-size: 22px;
    line-height: 30px;
  }
}
.frame-type-header + .mask_quote blockquote {
  margin-top: 0;
}
/***** NAVIGATION *****/
.navbar-height {
  height: 130px;
}
@media (min-width: 768px) {
  .navbar-height {
    height: 90px;
  }
}
@media (min-width: 992px) {
  .navbar-height {
    height: 100px;
  }
}
.navbar-fixed-top .container {
  width: 100%;
  background: #fff;
  box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.15);
}
.navbar-fixed-top .container > div {
  margin: 0;
  padding: 0;
}
.navbar-fixed-top .container .navbar-left {
  height: 100px;
  width: 20%;
}
.navbar-fixed-top .container .navbar-left a.navbar-brand {
  display: inline-block;
  height: auto;
  float: none;
  margin: 20px 15px;
  padding: 0;
}
.navbar-fixed-top .container .navbar-left a.navbar-brand img {
  height: 60px;
  -ms-interpolation-mode: bicubic;
}
@media (max-width: 991px) {
  .navbar-fixed-top .container .navbar-left a.navbar-brand img {
    height: 50px;
  }
}
@media (max-width: 767px) {
  .navbar-fixed-top .container .navbar-left {
    height: 60px;
    text-align: center;
    margin: 0;
    width: 100%;
  }
  .navbar-fixed-top .container .navbar-left a.navbar-brand {
    margin: 15px 0 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-fixed-top .container .navbar-left {
    height: 90px;
  }
}
.navbar-fixed-top .container .navbar-right {
  margin-right: 0;
  width: 20%;
  text-align: right;
  height: 100%;
}
.navbar-fixed-top .container .navbar-right div {
  display: inline-block;
  margin: 0;
  padding: 0;
  padding-top: 35px;
  width: auto;
  height: 100px;
}
@media (max-width: 767px) {
  .navbar-fixed-top .container .navbar-right {
    float: right;
    height: 70px;
    width: 50%;
  }
  .navbar-fixed-top .container .navbar-right div {
    padding-top: 25px;
  }
  .navbar-fixed-top .container .navbar-right .nav-ext {
    padding-top: 35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-fixed-top .container .navbar-right {
    height: 90px;
  }
  .navbar-fixed-top .container .navbar-right div {
    padding-top: 30px;
  }
}
@media (max-width: 350px) {
  .navbar-fixed-top .container .navbar-right {
    width: 40%;
  }
}
.navbar-fixed-top .container .navbar-something {
  text-align: center;
  height: 100px;
}
.navbar-fixed-top .container .navbar-something button {
  float: none;
  margin: 25px auto;
}
.navbar-fixed-top .container .navbar-something a.navbar-toggle {
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
  color: #6d7274;
  cursor: pointer;
  display: inline-block !important;
  padding: 6px 10px 8px;
  margin-top: 28px;
  float: none;
  border: 0 none;
}
.navbar-fixed-top .container .navbar-something a.navbar-toggle span.caret {
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
  border: 0 none;
  background: #bbbebf;
  width: 16px;
  height: 16px;
  text-align: left;
  font-size: 22px;
  line-height: 12px;
  margin: 4px 0 0 6px;
  padding: 0 0 0 4px;
  transition: all 1s ease-out 0.1s;
  vertical-align: top;
  transform: rotate(-90deg);
}
.navbar-fixed-top .container .navbar-something a.navbar-toggle span.caret:after {
  content: '\2039';
  color: #fff;
}
.navbar-fixed-top .container .navbar-something a.navbar-toggle:hover {
  background: none;
  color: #2f3132;
  text-decoration: none;
}
.navbar-fixed-top .container .navbar-something a.navbar-toggle:not(.collapsed) {
  background: #eee;
}
.navbar-fixed-top .container .navbar-something a.navbar-toggle:not(.collapsed) span.caret {
  background: #a0a5a6;
  transform: rotate(-270deg);
}
@media (max-width: 767px) {
  .navbar-fixed-top .container .navbar-something {
    float: left;
    height: 70px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-fixed-top .container .navbar-something {
    height: 90px;
  }
}
@media (min-width: 992px) {
  .navbar-fixed-top .container .navbar-something {
    height: 0;
  }
  .navbar-fixed-top .container .navbar-something a.navbar-toggle {
    display: none !important;
  }
}
.navbar-fixed-top .container .navbar-collapse ul {
  width: 60%;
  text-align: center;
}
.navbar-fixed-top .container .navbar-collapse ul li {
  display: inline;
  float: none;
  line-height: 100px;
  padding-right: 10px;
}
.navbar-fixed-top .container .navbar-collapse ul li:last-child {
  padding-right: 0;
}
.navbar-fixed-top .container .navbar-collapse ul li a {
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
  color: #6d7274;
  display: inline-block;
  padding: 6px 10px 8px;
}
.navbar-fixed-top .container .navbar-collapse ul li a span.caret {
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
  border: 0 none;
  background: #bbbebf;
  width: 16px;
  height: 16px;
  text-align: left;
  font-size: 22px;
  line-height: 12px;
  margin: 3px 0 0 6px;
  padding: 0 0 0 4px;
  transition: all 1s ease-out 0.1s;
  vertical-align: top;
  transform: rotate(-90deg);
}
.navbar-fixed-top .container .navbar-collapse ul li a span.caret:after {
  content: '\2039';
  color: #fff;
}
.navbar-fixed-top .container .navbar-collapse ul li a:hover {
  color: #2f3132;
}
.navbar-fixed-top .container .navbar-collapse ul li a.act,
.navbar-fixed-top .container .navbar-collapse ul li a.cur {
  background: #07b7cf;
  color: #fff;
}
.navbar-fixed-top .container .navbar-collapse ul li a.act span.caret,
.navbar-fixed-top .container .navbar-collapse ul li a.cur span.caret {
  background: #fff;
}
.navbar-fixed-top .container .navbar-collapse ul li a.act span.caret:after,
.navbar-fixed-top .container .navbar-collapse ul li a.cur span.caret:after {
  color: #07b7cf;
}
.navbar-fixed-top .container .navbar-collapse ul li ul.dropdown-menu {
  position: fixed;
  padding: 0;
  top: 100px;
  width: 100%;
  background: #eee;
  border: 0 none;
  box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.15);
  border-radius: 0;
  height: 0;
  transition: all .2s ease;
  display: block;
}
.navbar-fixed-top .container .navbar-collapse ul li ul.dropdown-menu li {
  display: none;
}
.navbar-fixed-top .container .navbar-collapse ul li ul.dropdown-menu li a {
  font-size: 16px;
}
.navbar-fixed-top .container .navbar-collapse ul li ul.dropdown-menu li a.act,
.navbar-fixed-top .container .navbar-collapse ul li ul.dropdown-menu li a.cur {
  background: #fff;
  color: #07b7cf;
}
.navbar-fixed-top .container .navbar-collapse ul li.open > a {
  background: #eee;
}
.navbar-fixed-top .container .navbar-collapse ul li.open > a span.caret {
  background: #a0a5a6;
  transform: rotate(-270deg);
}
.navbar-fixed-top .container .navbar-collapse ul li.open > a.act {
  background: #07b7cf;
  color: #fff;
}
.navbar-fixed-top .container .navbar-collapse ul li.open > a.act span.caret {
  background: #fff;
}
.navbar-fixed-top .container .navbar-collapse ul li.open ul.dropdown-menu {
  height: 90px;
  border-radius: 0;
}
.navbar-fixed-top .container .navbar-collapse ul li.open ul.dropdown-menu li {
  display: inline-block;
}
@media (max-width: 767px) {
  .navbar-fixed-top .container .navbar-collapse {
    clear: both;
    background: #eee;
    margin: 0 -15px;
    padding: 0 20px;
  }
  .navbar-fixed-top .container .navbar-collapse ul {
    width: 100%;
    text-align: left;
    margin-left: -5px;
  }
  .navbar-fixed-top .container .navbar-collapse ul li {
    display: block;
    text-align: left;
    line-height: 50px;
  }
  .navbar-fixed-top .container .navbar-collapse ul li ul.dropdown-menu {
    position: static;
    text-align: left;
    top: 0;
  }
  .navbar-fixed-top .container .navbar-collapse ul li.open ul.dropdown-menu {
    position: static;
    text-align: left;
    box-shadow: none;
    top: 0;
    height: auto;
    padding: 0 10px;
  }
  .navbar-fixed-top .container .navbar-collapse ul li.open ul.dropdown-menu li {
    display: block;
    text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-fixed-top .container .navbar-collapse {
    background: #eee;
    margin: 0 -15px;
    padding: 0 20px;
  }
  .navbar-fixed-top .container .navbar-collapse ul {
    text-align: left;
    width: 100%;
    padding-left: 20px;
  }
  .navbar-fixed-top .container .navbar-collapse ul li {
    display: block;
    line-height: 50px;
  }
  .navbar-fixed-top .container .navbar-collapse ul li ul.dropdown-menu {
    box-shadow: none;
    position: relative;
    top: 0;
    margin: 0;
  }
  .navbar-fixed-top .container .navbar-collapse ul li.open ul.dropdown-menu {
    height: auto;
    padding: 0;
    left: -20px;
    width: 120%;
  }
  .navbar-fixed-top .container .navbar-collapse ul li.open ul.dropdown-menu li {
    display: block;
    text-align: left;
    padding-left: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navbar-fixed-top .container .navbar-collapse ul li {
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-fixed-top .container .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-fixed-top .container .navbar-collapse.collapse.in {
    display: block !important;
    padding: 0;
  }
  .navbar-fixed-top .container .navbar-header .collapse,
  .navbar-fixed-top .container .navbar-toggle {
    display: block !important;
  }
  .navbar-fixed-top .container .navbar-header {
    float: none;
  }
}
/***** SOCIAL ******/
.nav-social a,
.nav-ext a,
.nav-lang a {
  background: #fff;
  border-radius: 15px;
  display: inline-block;
  font-size: 0;
  line-height: 0;
  width: 30px;
  height: 30px;
  margin-right: 5px;
}
.nav-social a svg path,
.nav-ext a svg path,
.nav-lang a svg path {
  fill: #868b8d;
}
.nav-ext a.phone {
  margin-right: 0;
  width: auto;
}
.nav-ext a.phone svg {
  height: 90%;
  float: left;
  margin-right: 5px;
  width: 30px;
}
.nav-ext a.phone svg path {
  fill: #07b7cf;
}
.nav-ext a.phone:hover {
  text-decoration: none;
}
.nav-ext a span {
  font-size: 18px;
  line-height: 28px;
  clear: both;
}
.nav-lang a {
  margin-left: 10px;
  margin-right: 0;
}
.nav-lang a svg path {
  fill: #07b7cf;
}
@media (max-width: 767px) {
  .nav-ext a.phone svg {
    height: 70%;
  }
  .nav-ext a span {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (min-width: 992px) {
  .nav-ext a.phone {
    margin-right: 15px;
  }
}
@media (max-width: 350px) {
  .nav-ext a.phone {
    margin-right: 0;
  }
  .nav-ext a span {
    display: none;
  }
}
/***** HEADERIMAGE *****/
.ws-headerimage {
  background-image: none;
  background-position: center center;
  background-size: cover;
  max-width: 100%;
  height: 250px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .ws-headerimage {
    height: 400px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ws-headerimage {
    height: 550px;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .ws-headerimage {
    height: 600px;
  }
}
@media (min-width: 1440px) {
  .ws-headerimage {
    height: 650px;
  }
}
/***** CONTENT *****/
.ws-wrapper-content > .row:first-child {
  margin-top: -15px;
}
@media (min-width: 768px) {
  .ws-wrapper-content > .row:first-child {
    margin-top: -50px;
  }
}
.ws-wrapper-content > .row > .col {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
  background: #fff;
}
.ws-wrapper-content > .row:last-child .col {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomright: 0;
  -moz-background-clip: padding;
  border-bottom-right-radius: 0;
  background-clip: padding-box;
}
.ws-wrapper-content > .row.ws-contentbox section {
  padding-top: 100px;
  padding-bottom: 80px;
}
.ws-wrapper-content > .row.ws-contentbox:first-child section {
  padding-top: 0;
}
.ws-wrapper-content > .row.ws-bannerbox {
  padding: 40px 0 0;
  margin-top: -20px;
  margin-bottom: -20px;
}
.ws-wrapper-content > .row.ws-bannerbox .ws-banner {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
  background: #07b7cf;
  color: #fff;
}
@media (min-width: 1440px) {
  .ws-wrapper-content > .row.ws-bannerbox {
    display: none;
  }
}
.ws-wrapper-content > .row.ws-imagebox,
.ws-wrapper-content > .row.ws-teaserbox {
  background: #F1F0EF;
  padding: 40px 0;
  margin-top: -20px;
  margin-bottom: -20px;
}
.ws-wrapper-content > .row.ws-imagebox .ws-gallery {
  padding: 0;
}
.ws-wrapper-content > .row.ws-imagebox .embedvideo {
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
  position: relative;
  padding-bottom: 56.25%;
  /* Default for 1600x900 videos 16:9 ratio*/
  padding-top: 0px;
  height: 0;
  overflow: hidden;
}
.ws-wrapper-content > .row.ws-imagebox .embedvideo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ws-wrapper-content > .row.ws-teaserbox {
  background: none;
}
.ws-wrapper-content > .row.ws-teaserbox > .col {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: none;
  -webkit-background-clip: padding-box;
  -moz-border-radius: none;
  -moz-background-clip: padding;
  border-radius: none;
  background-clip: padding-box;
  background: none;
}
.ws-wrapper-content > .row.ws-teaserbox > .col .ws-teaser {
  display: flex;
  padding-left: 20px;
}
.ws-wrapper-content > .row.ws-teaserbox > .col .ws-teaser > .col {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
  background: #fff;
  padding: 0;
  flex: 1;
}
.ws-wrapper-content > .row.ws-teaserbox > .col .ws-teaser > .col:first-child {
  margin-left: -20px;
  margin-right: 20px;
}
.ws-wrapper-content > .row.ws-teaserbox > .col .ws-teaser > .col p:last-child {
  text-align: center;
}
@media (max-width: 767px) {
  .ws-wrapper-content > .row.ws-teaserbox > .col .ws-teaser {
    display: block;
    padding-left: 0;
  }
  .ws-wrapper-content > .row.ws-teaserbox > .col .ws-teaser > .col:first-child {
    margin: 0;
    margin-bottom: 10px;
  }
}
.ws-wrapper-content > .row .ws-infobox {
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-topright: 0px;
  -moz-background-clip: padding;
  border-top-right-radius: 0px;
  background-clip: padding-box;
  background: #07b7cf;
  padding-bottom: 30px;
}
.ws-wrapper-content > .row .ws-footer {
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-topright: 0px;
  -moz-background-clip: padding;
  border-top-right-radius: 0px;
  background-clip: padding-box;
  background: #F1F0EF;
}
body > .ws-bannerbox {
  margin: 0;
}
@media (max-width: 767px) {
  .ws-wrapper-content > .row {
    padding-left: 10px;
    padding-right: 10px;
  }
  .ws-wrapper-content > .row.ws-contentbox section {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .ws-wrapper-content > .row.ws-imagebox,
  .ws-wrapper-content > .row.ws-bannerbox,
  .ws-wrapper-content > .row.ws-teaserbox {
    padding: 30px 10px;
  }
  .ws-wrapper-content > .row.ws-bannerbox {
    margin-bottom: -50px;
  }
}
/****** FOOTER ******/
.ws-footer {
  padding-top: 50px;
  padding-bottom: 70px;
}
.ws-footer div h4 {
  font-size: 30px;
  padding-bottom: 23px;
  text-align: left;
  color: #484b4c;
}
.ws-footer div p {
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}
.ws-footer div p a.btn {
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
  background: #07b7cf;
  color: #fff;
  display: inline-block;
  padding: 7px 12px 9px;
  margin-top: 20px;
}
.ws-footer div p a.btn:hover {
  background: #07a2b6;
  text-decoration: none;
}
.ws-footer > div:first-child {
  padding-left: 50px;
}
.ws-footer > div:last-child {
  text-align: right;
  padding-right: 50px;
}
.ws-footer > div:last-child ul.nav li a {
  font-size: 16px;
  color: #484b4c;
  display: inline;
  line-height: 26px;
  padding: 0;
}
.ws-footer > div:last-child ul.nav li a:hover {
  background: none;
}
.ws-footer > div:last-child .nav-social,
.ws-footer > div:last-child .nav-ext {
  padding-top: 25px;
  padding-bottom: 20px;
}
.ws-footer > div:last-child .nav-social a,
.ws-footer > div:last-child .nav-ext a {
  line-height: 30px;
}
.ws-footer > div:last-child .nav-social a:last-child,
.ws-footer > div:last-child .nav-ext a:last-child {
  margin-right: 0;
}
.ws-footer > div:last-child .nav-social a svg path,
.ws-footer > div:last-child .nav-ext a svg path {
  fill: #07b7cf;
}
.ws-footer > div:last-child .nav-ext a.phone {
  display: none;
}
@media (max-width: 767px) {
  .ws-footer {
    padding-top: 30px;
    padding-bottom: 0;
  }
  .ws-footer > div {
    padding: 0 20px 30px;
  }
  .ws-footer > div h4 {
    font-size: 24px;
    padding-bottom: 10px;
  }
  .ws-footer > div p {
    font-size: 14px;
    line-height: 22px;
  }
  .ws-footer > div:first-child {
    padding-left: 20px;
  }
  .ws-footer > div:last-child {
    display: table;
    padding-right: 15px;
  }
  .ws-footer > div:last-child .nav-social,
  .ws-footer > div:last-child .nav-ext,
  .ws-footer > div:last-child .nav {
    text-align: left;
    display: table-footer-group;
    width: 100%;
  }
  .ws-footer > div:last-child ul.nav {
    display: table-header-group;
  }
  .ws-footer > div:last-child ul.nav li a {
    font-size: 14px;
  }
  .ws-footer > div:last-child .nav-social,
  .ws-footer > div:last-child .nav-ext {
    padding: 0;
  }
  .ws-footer > div:last-child .nav-social a,
  .ws-footer > div:last-child .nav-ext a {
    margin: 20px 10px 0 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ws-footer {
    padding-bottom: 30px;
  }
  .ws-footer > div:nth-child(2) {
    padding-right: 50px;
  }
  .ws-footer > div:last-child {
    display: table;
    padding: 30px 80px 0;
  }
  .ws-footer > div:last-child .nav-social,
  .ws-footer > div:last-child .nav-ext,
  .ws-footer > div:last-child .nav {
    text-align: center;
    display: table-footer-group;
    width: 100%;
  }
  .ws-footer > div:last-child .nav {
    display: table-header-group;
  }
  .ws-footer > div:last-child .nav li {
    display: inline-block;
    padding: 0 10px;
  }
  .ws-footer > div:last-child .nav-social,
  .ws-footer > div:last-child .nav-ext {
    padding: 0;
  }
  .ws-footer > div:last-child .nav-social a,
  .ws-footer > div:last-child .nav-ext a,
  .ws-footer > div:last-child .nav-social a:last-child,
  .ws-footer > div:last-child .nav-ext a:last-child {
    margin: 20px 5px 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ws-footer {
    padding-bottom: 40px;
  }
  .ws-footer > div:nth-child(2) {
    padding-right: 50px;
  }
  .ws-footer > div:last-child {
    display: table;
    padding: 30px 80px 0;
  }
  .ws-footer > div:last-child .nav-social,
  .ws-footer > div:last-child .nav-ext,
  .ws-footer > div:last-child .nav {
    text-align: center;
    display: table-footer-group;
    width: 100%;
  }
  .ws-footer > div:last-child .nav {
    display: table-header-group;
  }
  .ws-footer > div:last-child .nav li {
    display: inline-block;
    padding: 0 10px;
  }
  .ws-footer > div:last-child .nav-social,
  .ws-footer > div:last-child .nav-ext {
    padding: 0;
  }
  .ws-footer > div:last-child .nav-social a,
  .ws-footer > div:last-child .nav-ext a,
  .ws-footer > div:last-child .nav-social a:last-child,
  .ws-footer > div:last-child .nav-ext a:last-child {
    margin: 20px 5px 0;
  }
}
/****** SOCIAL MEDIA COLORS ******/
body .nav-social a:hover.facebook svg path {
  fill: #3b5998;
}
body .nav-social a:hover.instagram svg path {
  fill: #c13584;
}
body .nav-social a:hover.youtube svg path {
  fill: #cc181e;
}
body .nav-social a:hover.xing svg path {
  fill: #006567;
}
body .nav-social a:hover.linkedin svg path {
  fill: #006699;
}
/****** SCROLL TO TOP ******/
.scrollToTop {
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  background: #fff;
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 0;
  line-height: 0;
  padding: 18px 10px 0;
  transition: all .2s ease;
}
.scrollToTop svg {
  overflow: visible;
}
.scrollToTop svg polygon {
  display: block;
  fill: #868b8d;
}
.scrollToTop:hover {
  bottom: 50px;
}
.scrollToTop:hover svg polygon {
  fill: #2f3132;
}
@media (max-width: 991px) {
  .scrollToTop {
    display: none !important;
    opacity: 0;
  }
}
@media (min-width: 992px) and (max-width: 1439px) {
  .scrollToTop {
    width: 40px;
    height: 40px;
    padding: 15px 9px 0;
  }
}
/****** Textbild-Element *****/
.ce-textpic .ce-gallery .ce-column .image figcaption {
  color: #868b8d;
}
@media (max-width: 767px) {
  .ce-textpic .ce-gallery .ce-column .image figcaption {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ce-textpic .ce-gallery .ce-column .image figcaption {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 500px) {
  .ce-textpic .ce-gallery {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
  .ce-textpic .ce-gallery .ce-column {
    float: none;
  }
  .ce-textpic .ce-gallery .ce-column .image {
    display: block;
  }
  .ce-textpic .ce-gallery .ce-column .image img {
    width: 100%;
    height: auto;
  }
  .ce-textpic .ce-gallery .ce-column .image figcaption {
    display: block;
  }
}
/***** Google Maps *****/
#map {
  width: 100%;
  height: 250px;
  background-color: grey;
}
@media (max-width: 991px) and (min-width: 768px) {
  #map {
    height: 400px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  #map {
    height: 550px;
  }
}
@media (max-width: 1439px) and (min-width: 1200px) {
  #map {
    height: 600px;
  }
}
@media (min-width: 1440px) {
  #map {
    height: 650px;
  }
}
/*** KUNDEN STYLES ***/
/* Startseite: Anderer Listenstil für erste Liste */
.pid48 .ws-content ul:first-of-type li:before {
  content: "✔";
  padding-left: 0;
  padding-right: 8px;
}
