/*
	jQuery.mmenu CSS
*/
/*
	jQuery.mmenu panels CSS
*/
.mm-menu.mm-horizontal > .mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease; }

.mm-menu .mm-hidden {
  display: none; }

.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

.mm-menu,
.mm-menu > .mm-panel {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0; }

.mm-menu {
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0; }
  .mm-menu > .mm-panel {
    background: inherit;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 20px;
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0); }
    .mm-menu > .mm-panel.mm-opened {
      -webkit-transform: translate(0%, 0);
      -moz-transform: translate(0%, 0);
      -ms-transform: translate(0%, 0);
      -o-transform: translate(0%, 0);
      transform: translate(0%, 0); }
    .mm-menu > .mm-panel.mm-subopened {
      -webkit-transform: translate(-30%, 0);
      -moz-transform: translate(-30%, 0);
      -ms-transform: translate(-30%, 0);
      -o-transform: translate(-30%, 0);
      transform: translate(-30%, 0); }
    .mm-menu > .mm-panel.mm-highest {
      z-index: 1; }
  .mm-menu .mm-list {
    padding: 20px 0; }
  .mm-menu > .mm-list {
    padding-bottom: 0; }
    .mm-menu > .mm-list:after {
      content: '';
      display: block;
      height: 40px; }

.mm-panel > .mm-list {
  margin-left: -20px;
  margin-right: -20px; }
  .mm-panel > .mm-list:first-child {
    padding-top: 0; }

.mm-list,
.mm-list > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-list {
  font: inherit;
  font-size: 14px; }
  .mm-list a,
  .mm-list a:hover {
    text-decoration: none; }
  .mm-list > li {
    position: relative; }
    .mm-list > li > a,
    .mm-list > li > span {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      color: inherit;
      line-height: 20px;
      display: block;
      padding: 10px 10px 10px 20px;
      margin: 0; }
  .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0; }
  .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    width: auto;
    margin-left: 20px;
    position: relative;
    left: auto; }
  .mm-list a.mm-subopen {
    background: rgba(3, 2, 1, 0);
    width: 40px;
    height: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2; }
    .mm-list a.mm-subopen:before {
      content: '';
      border-left-width: 1px;
      border-left-style: solid;
      display: block;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
    .mm-list a.mm-subopen.mm-fullsubopen {
      width: 100%; }
      .mm-list a.mm-subopen.mm-fullsubopen:before {
        border-left: none; }
    .mm-list a.mm-subopen + a,
    .mm-list a.mm-subopen + span {
      padding-right: 5px;
      margin-right: 40px; }
  .mm-list > li.mm-selected > a.mm-subopen {
    background: transparent; }
  .mm-list > li.mm-selected > a.mm-fullsubopen + a,
  .mm-list > li.mm-selected > a.mm-fullsubopen + span {
    padding-right: 45px;
    margin-right: 0; }
  .mm-list a.mm-subclose {
    text-indent: 20px;
    padding-top: 30px;
    margin-top: -20px; }
  .mm-list > li.mm-label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 10px;
    text-transform: uppercase;
    text-indent: 20px;
    line-height: 25px;
    padding-right: 5px; }
  .mm-list > li.mm-spacer {
    padding-top: 40px; }
    .mm-list > li.mm-spacer.mm-label {
      padding-top: 25px; }
  .mm-list a.mm-subopen:after,
  .mm-list a.mm-subclose:before {
    content: '';
    border: 2px solid transparent;
    display: inline-block;
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-bottom: -5px;
    position: absolute;
    bottom: 50%; }
  .mm-list a.mm-subopen:after {
    border-top: none;
    border-left: none;
    right: 18px; }
  .mm-list a.mm-subclose:before {
    border-right: none;
    border-bottom: none;
    margin-bottom: -15px;
    left: 22px; }

.mm-menu.mm-vertical .mm-list .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }
  .mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
    border-color: transparent; }
.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {
  display: block; }
.mm-menu.mm-vertical .mm-list > li > a.mm-subopen {
  height: 40px; }
  .mm-menu.mm-vertical .mm-list > li > a.mm-subopen:after {
    top: 16px;
    bottom: auto; }
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }
.mm-menu.mm-vertical .mm-list > li.mm-label > a.mm-subopen {
  height: 25px; }

html.mm-opened .mm-page {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.mm-menu {
  background: #333333;
  color: rgba(255, 255, 255, 0.6); }
  .mm-menu .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu .mm-list > li > a.mm-subclose {
    background: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {
    border-color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu .mm-list > li.mm-selected > span {
    background: rgba(0, 0, 0, 0.1); }
  .mm-menu .mm-list > li.mm-label {
    background: rgba(255, 255, 255, 0.05); }
  .mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(255, 255, 255, 0.05); }

/*
	jQuery.mmenu offcanvas addon CSS
*/
.mm-page {
  box-sizing: border-box;
  position: relative; }

.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease; }

html.mm-opened {
  overflow: hidden;
  position: relative; }
  html.mm-opened body {
    overflow: hidden; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999; }

html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-offcanvas {
  display: none;
  position: fixed; }
.mm-menu.mm-current {
  display: block; }

.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px; }

html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -moz-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  -o-transform: translate(80%, 0);
  transform: translate(80%, 0); }

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -moz-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    -o-transform: translate(440px, 0);
    transform: translate(440px, 0); } }

/*
	jQuery.mmenu position extension CSS
*/
.mm-menu.mm-top,
.mm-menu.mm-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%; }

.mm-menu.mm-right {
  left: auto;
  right: 0; }

.mm-menu.mm-bottom {
  top: auto;
  bottom: 0; }

html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -moz-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  -o-transform: translate(-80%, 0);
  transform: translate(-80%, 0); }

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -moz-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    -o-transform: translate(-440px, 0);
    transform: translate(-440px, 0); } }
/*
	jQuery.mmenu z-position extension CSS
*/
html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  z-index: 0 !important; }

.mm-menu.mm-front {
  z-index: 1;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); }

html.mm-opened.mm-next .mm-page {
  box-shadow: none; }

.mm-menu.mm-front, .mm-menu.mm-next {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0); }
  .mm-menu.mm-front.mm-right, .mm-menu.mm-next.mm-right {
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0); }
.mm-menu.mm-front.mm-top {
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%); }
.mm-menu.mm-front.mm-bottom {
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%); }

html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

.mm-menu.mm-front.mm-top, .mm-menu.mm-front.mm-bottom {
  height: 80%;
  min-height: 140px;
  max-height: 880px; }

/*
	jQuery.mmenu themes extension CSS
*/
html.mm-opened.mm-light .mm-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light {
  background: #f3f3f3;
  color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-light .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-light .mm-list > li > a.mm-subclose {
    background: rgba(255, 255, 255, 0.6);
    color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-light .mm-list > li > a.mm-subopen:after, .mm-menu.mm-light .mm-list > li > a.mm-subclose:before {
    border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-light .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-light .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu.mm-light .mm-list > li.mm-selected > span {
    background: rgba(255, 255, 255, 0.6); }
  .mm-menu.mm-light .mm-list > li.mm-label {
    background: rgba(0, 0, 0, 0.03); }
  .mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-light .mm-buttonbar {
  border-color: rgba(0, 0, 0, 0.6);
  background: #f3f3f3; }
  .mm-menu.mm-light .mm-buttonbar > * {
    border-color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-light .mm-buttonbar > input:checked + label {
    background: rgba(0, 0, 0, 0.6);
    color: #f3f3f3; }

.mm-menu.mm-light label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-light em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light .mm-footer {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light .mm-header {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-light .mm-header .mm-prev:before,
  .mm-menu.mm-light .mm-header .mm-next:after,
  .mm-menu.mm-light .mm-header .mm-close:after {
    border-color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light .mm-list li.mm-label > div > div {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-light .mm-search input {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6); }
.mm-menu.mm-light .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-light label.mm-toggle:before {
    background: #f3f3f3; }
.mm-menu.mm-light input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

html.mm-opened.mm-white .mm-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white {
  background: white;
  color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-white .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-white .mm-list > li > a.mm-subclose {
    background: rgba(0, 0, 0, 0.06);
    color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-white .mm-list > li > a.mm-subopen:after, .mm-menu.mm-white .mm-list > li > a.mm-subclose:before {
    border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-white .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-white .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu.mm-white .mm-list > li.mm-selected > span {
    background: rgba(0, 0, 0, 0.06); }
  .mm-menu.mm-white .mm-list > li.mm-label {
    background: rgba(0, 0, 0, 0.03); }
  .mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-white .mm-buttonbar {
  border-color: rgba(0, 0, 0, 0.6);
  background: white; }
  .mm-menu.mm-white .mm-buttonbar > * {
    border-color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-white .mm-buttonbar > input:checked + label {
    background: rgba(0, 0, 0, 0.6);
    color: white; }

.mm-menu.mm-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white .mm-footer {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white .mm-header {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-white .mm-header .mm-prev:before,
  .mm-menu.mm-white .mm-header .mm-next:after,
  .mm-menu.mm-white .mm-header .mm-close:after {
    border-color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white .mm-list li.mm-label > div > div {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-white .mm-search input {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6); }
.mm-menu.mm-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-white label.mm-toggle:before {
    background: white; }
.mm-menu.mm-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

html.mm-opened.mm-black .mm-page {
  box-shadow: none; }

.mm-menu.mm-black {
  background: black;
  color: rgba(255, 255, 255, 0.6); }
  .mm-menu.mm-black .mm-list > li:after {
    border-color: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-black .mm-list > li > a.mm-subclose {
    background: rgba(255, 255, 255, 0.25);
    color: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-black .mm-list > li > a.mm-subopen:after, .mm-menu.mm-black .mm-list > li > a.mm-subclose:before {
    border-color: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-black .mm-list > li > a.mm-subopen:before {
    border-color: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-black .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu.mm-black .mm-list > li.mm-selected > span {
    background: rgba(255, 255, 255, 0.25); }
  .mm-menu.mm-black .mm-list > li.mm-label {
    background: rgba(255, 255, 255, 0.15); }
  .mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(255, 255, 255, 0.15); }

.mm-menu.mm-black .mm-buttonbar {
  border-color: rgba(255, 255, 255, 0.6);
  background: black; }
  .mm-menu.mm-black .mm-buttonbar > * {
    border-color: rgba(255, 255, 255, 0.6); }
  .mm-menu.mm-black .mm-buttonbar > input:checked + label {
    background: rgba(255, 255, 255, 0.6);
    color: black; }

.mm-menu.mm-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-black em.mm-counter {
  color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black .mm-footer {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black .mm-header {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-black .mm-header .mm-prev:before,
  .mm-menu.mm-black .mm-header .mm-next:after,
  .mm-menu.mm-black .mm-header .mm-close:after {
    border-color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black .mm-list li.mm-label > div > div {
  background: rgba(255, 255, 255, 0.15); }

.mm-menu.mm-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6); }
.mm-menu.mm-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-black label.mm-toggle:before {
    background: black; }
.mm-menu.mm-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.rs-columns {
  clear: both;
  display: inline-block;
  width: 100%;
}

.rs-column {
  float: left;
  width: 100%;
  margin-top: 7.69231%;
  margin-right: 7.69231%;
}
.rs-column.-large-first {
  clear: left;
}
.rs-column.-large-last {
  margin-right: -5px;
}
.rs-column.-large-first-row {
  margin-top: 0;
}
.rs-column.-large-col-1-1 {
  width: 100%;
}
.rs-column.-large-col-2-1 {
  width: 46.15385%;
}
.rs-column.-large-col-2-2 {
  width: 100%;
}
.rs-column.-large-col-3-1 {
  width: 28.20513%;
}
.rs-column.-large-col-3-2 {
  width: 64.10256%;
}
.rs-column.-large-col-3-3 {
  width: 100%;
}
.rs-column.-large-col-4-1 {
  width: 19.23077%;
}
.rs-column.-large-col-4-2 {
  width: 46.15385%;
}
.rs-column.-large-col-4-3 {
  width: 73.07692%;
}
.rs-column.-large-col-4-4 {
  width: 100%;
}
.rs-column.-large-col-5-1 {
  width: 13.84615%;
}
.rs-column.-large-col-5-2 {
  width: 35.38462%;
}
.rs-column.-large-col-5-3 {
  width: 56.92308%;
}
.rs-column.-large-col-5-4 {
  width: 78.46154%;
}
.rs-column.-large-col-5-5 {
  width: 100%;
}
.rs-column.-large-col-6-1 {
  width: 10.25641%;
}
.rs-column.-large-col-6-2 {
  width: 28.20513%;
}
.rs-column.-large-col-6-3 {
  width: 46.15385%;
}
.rs-column.-large-col-6-4 {
  width: 64.10256%;
}
.rs-column.-large-col-6-5 {
  width: 82.05128%;
}
.rs-column.-large-col-6-6 {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .rs-column {
    margin-top: 7.69231%;
    margin-right: 7.69231%;
  }
  .rs-column.-large-first {
    clear: none;
  }
  .rs-column.-large-last {
    margin-right: 7.69231%;
  }
  .rs-column.-large-first-row {
    margin-top: 7.69231%;
  }
  .rs-column.-medium-first {
    clear: left;
  }
  .rs-column.-medium-last {
    margin-right: -5px;
  }
  .rs-column.-medium-first-row {
    margin-top: 0;
  }
  .rs-column.-medium-col-1-1 {
    width: 100%;
  }
  .rs-column.-medium-col-2-1 {
    width: 46.15385%;
  }
  .rs-column.-medium-col-2-2 {
    width: 100%;
  }
  .rs-column.-medium-col-3-1 {
    width: 28.20513%;
  }
  .rs-column.-medium-col-3-2 {
    width: 64.10256%;
  }
  .rs-column.-medium-col-3-3 {
    width: 100%;
  }
  .rs-column.-medium-col-4-1 {
    width: 19.23077%;
  }
  .rs-column.-medium-col-4-2 {
    width: 46.15385%;
  }
  .rs-column.-medium-col-4-3 {
    width: 73.07692%;
  }
  .rs-column.-medium-col-4-4 {
    width: 100%;
  }
  .rs-column.-medium-col-5-1 {
    width: 13.84615%;
  }
  .rs-column.-medium-col-5-2 {
    width: 35.38462%;
  }
  .rs-column.-medium-col-5-3 {
    width: 56.92308%;
  }
  .rs-column.-medium-col-5-4 {
    width: 78.46154%;
  }
  .rs-column.-medium-col-5-5 {
    width: 100%;
  }
  .rs-column.-medium-col-6-1 {
    width: 10.25641%;
  }
  .rs-column.-medium-col-6-2 {
    width: 28.20513%;
  }
  .rs-column.-medium-col-6-3 {
    width: 46.15385%;
  }
  .rs-column.-medium-col-6-4 {
    width: 64.10256%;
  }
  .rs-column.-medium-col-6-5 {
    width: 82.05128%;
  }
  .rs-column.-medium-col-6-6 {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .rs-column {
    margin-right: 7.69231%;
  }
  .rs-column.-medium-first {
    clear: none;
  }
  .rs-column.-medium-last {
    margin-right: 7.69231%;
  }
  .rs-column.-medium-first-row {
    margin-top: 7.69231%;
  }
  .rs-column.-small-first {
    clear: left;
  }
  .rs-column.-small-last {
    margin-right: -5px;
  }
  .rs-column.-small-first-row {
    margin-top: 0;
  }
  .rs-column.-small-col-1-1 {
    width: 100%;
  }
  .rs-column.-small-col-2-1 {
    width: 46.15385%;
  }
  .rs-column.-small-col-2-2 {
    width: 100%;
  }
  .rs-column.-small-col-3-1 {
    width: 28.20513%;
  }
  .rs-column.-small-col-3-2 {
    width: 64.10256%;
  }
  .rs-column.-small-col-3-3 {
    width: 100%;
  }
  .rs-column.-small-col-4-1 {
    width: 19.23077%;
  }
  .rs-column.-small-col-4-2 {
    width: 46.15385%;
  }
  .rs-column.-small-col-4-3 {
    width: 73.07692%;
  }
  .rs-column.-small-col-4-4 {
    width: 100%;
  }
  .rs-column.-small-col-5-1 {
    width: 13.84615%;
  }
  .rs-column.-small-col-5-2 {
    width: 35.38462%;
  }
  .rs-column.-small-col-5-3 {
    width: 56.92308%;
  }
  .rs-column.-small-col-5-4 {
    width: 78.46154%;
  }
  .rs-column.-small-col-5-5 {
    width: 100%;
  }
  .rs-column.-small-col-6-1 {
    width: 10.25641%;
  }
  .rs-column.-small-col-6-2 {
    width: 28.20513%;
  }
  .rs-column.-small-col-6-3 {
    width: 46.15385%;
  }
  .rs-column.-small-col-6-4 {
    width: 64.10256%;
  }
  .rs-column.-small-col-6-5 {
    width: 82.05128%;
  }
  .rs-column.-small-col-6-6 {
    width: 100%;
  }
}

/* ColorBox, (c) 2011 Jack Moore, MIT license */
#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url("../../assets/jquery/colorbox/1.6.1/images/loading.gif") no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url("../../assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url("../../assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url("../../assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
/* MediaElement.js, (c) 2010-2014 John Dyer, MIT license */
.mejs-offscreen{clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);clip-path:polygon(0 0,0 0,0 0,0 0);position:absolute!important;height:1px;width:1px;overflow:hidden}.mejs-container{position:relative;background:#000;font-family:Helvetica,Arial;text-align:left;vertical-align:top;text-indent:0}.mejs-audio{margin-top:18px}.mejs-container:focus{outline:none}.me-plugin{position:absolute}.mejs-embed,.mejs-embed body{width:100%;height:100%;margin:0;padding:0;background:#000;overflow:hidden}.mejs-fullscreen{overflow:hidden!important}.mejs-container-fullscreen{position:fixed;left:0;top:0;right:0;bottom:0;overflow:hidden;z-index:1000}.mejs-container-fullscreen .mejs-mediaelement,.mejs-container-fullscreen video{width:100%;height:100%}.mejs-clear{clear:both}.mejs-background{position:absolute;top:0;left:0}.mejs-mediaelement{position:absolute;top:0;left:0;width:100%;height:100%}.mejs-poster{position:absolute;top:0;left:0;background-size:contain;background-position:50% 50%;background-repeat:no-repeat}:root .mejs-poster img{display:none}.mejs-poster img{border:0;padding:0;border:0}.mejs-overlay{position:absolute;top:0;left:0}.mejs-overlay-play{cursor:pointer}.mejs-overlay-button{position:absolute;top:50%;left:50%;width:100px;height:100px;margin:-50px 0 0 -50px;background:url(../../assets/jquery/mediaelement/2.21.2/images/bigplay.svg) no-repeat}.no-svg .mejs-overlay-button{background-image:url(../../assets/jquery/mediaelement/2.21.2/images/bigplay.png)}.mejs-overlay:hover .mejs-overlay-button{background-position:0 -100px}.mejs-overlay-loading{position:absolute;top:50%;left:50%;width:80px;height:80px;margin:-40px 0 0 -40px;background:#333;background:url(../../assets/jquery/mediaelement/2.21.2/images/background.png);background:rgba(0,0,0,.9);background:-webkit-gradient(linear,0% 0%,0% 100%,from(rgba(50,50,50,.9)),to(rgba(0,0,0,.9)));background:-webkit-linear-gradient(top,rgba(50,50,50,.9),rgba(0,0,0,.9));background:-moz-linear-gradient(top,rgba(50,50,50,.9),rgba(0,0,0,.9));background:-o-linear-gradient(top,rgba(50,50,50,.9),rgba(0,0,0,.9));background:-ms-linear-gradient(top,rgba(50,50,50,.9),rgba(0,0,0,.9));background:linear-gradient(rgba(50,50,50,.9),rgba(0,0,0,.9))}.mejs-overlay-loading span{display:block;width:80px;height:80px;background:url(../../assets/jquery/mediaelement/2.21.2/images/loading.gif) 50% 50% no-repeat}.mejs-container .mejs-controls{position:absolute;list-style-type:none;margin:0;padding:0;bottom:0;left:0;background:url(../../assets/jquery/mediaelement/2.21.2/images/background.png);background:rgba(0,0,0,.7);background:-webkit-gradient(linear,0% 0%,0% 100%,from(rgba(50,50,50,.7)),to(rgba(0,0,0,.7)));background:-webkit-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));background:-moz-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));background:-o-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));background:-ms-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));background:linear-gradient(rgba(50,50,50,.7),rgba(0,0,0,.7));height:30px;width:100%}.mejs-container .mejs-controls div{list-style-type:none;background-image:none;display:block;float:left;margin:0;padding:0;width:26px;height:26px;font-size:11px;line-height:11px;font-family:Helvetica,Arial;border:0}.mejs-controls .mejs-button button{cursor:pointer;display:block;font-size:0;line-height:0;text-decoration:none;margin:7px 5px;padding:0;position:absolute;height:16px;width:16px;border:0;background:url(../../assets/jquery/mediaelement/2.21.2/images/controls.svg) no-repeat}.no-svg .mejs-controls .mejs-button button{background-image:url(../../assets/jquery/mediaelement/2.21.2/images/controls.png)}.mejs-controls .mejs-button button:focus{outline:dotted 1px #999}.mejs-container .mejs-controls .mejs-time{color:#fff;display:block;height:17px;width:auto;padding:10px 3px 0 3px;overflow:hidden;text-align:center;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}.mejs-container .mejs-controls .mejs-time a{color:#fff;font-size:11px;line-height:12px;display:block;float:left;margin:1px 2px 0 0;width:auto}.mejs-controls .mejs-play button{background-position:0 0}.mejs-controls .mejs-pause button{background-position:0 -16px}.mejs-controls .mejs-stop button{background-position:-112px 0}.mejs-controls div.mejs-time-rail{direction:ltr;width:200px;padding-top:5px}.mejs-controls .mejs-time-rail span,.mejs-controls .mejs-time-rail a{display:block;position:absolute;width:180px;height:10px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;cursor:pointer}.mejs-controls .mejs-time-rail .mejs-time-total{margin:5px;background:#333;background:rgba(50,50,50,.8);background:-webkit-gradient(linear,0% 0%,0% 100%,from(rgba(30,30,30,.8)),to(rgba(60,60,60,.8)));background:-webkit-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));background:-moz-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));background:-o-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));background:-ms-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));background:linear-gradient(rgba(30,30,30,.8),rgba(60,60,60,.8))}.mejs-controls .mejs-time-rail .mejs-time-buffering{width:100%;background-image:-o-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,.15)),color-stop(.75,rgba(255,255,255,.15)),color-stop(.75,transparent),to(transparent));background-image:-webkit-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-ms-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:15px 15px;-moz-background-size:15px 15px;-o-background-size:15px 15px;background-size:15px 15px;-webkit-animation:buffering-stripes 2s linear infinite;-moz-animation:buffering-stripes 2s linear infinite;-ms-animation:buffering-stripes 2s linear infinite;-o-animation:buffering-stripes 2s linear infinite;animation:buffering-stripes 2s linear infinite}@-webkit-keyframes buffering-stripes{0%{background-position:0 0}to{background-position:30px 0}}@-moz-keyframes buffering-stripes{0%{background-position:0 0}to{background-position:30px 0}}@-ms-keyframes buffering-stripes{0%{background-position:0 0}to{background-position:30px 0}}@-o-keyframes buffering-stripes{0%{background-position:0 0}to{background-position:30px 0}}@keyframes buffering-stripes{0%{background-position:0 0}to{background-position:30px 0}}.mejs-controls .mejs-time-rail .mejs-time-loaded{background:#3caac8;background:rgba(60,170,200,.8);background:-webkit-gradient(linear,0% 0%,0% 100%,from(rgba(44,124,145,.8)),to(rgba(78,183,212,.8)));background:-webkit-linear-gradient(top,rgba(44,124,145,.8),rgba(78,183,212,.8));background:-moz-linear-gradient(top,rgba(44,124,145,.8),rgba(78,183,212,.8));background:-o-linear-gradient(top,rgba(44,124,145,.8),rgba(78,183,212,.8));background:-ms-linear-gradient(top,rgba(44,124,145,.8),rgba(78,183,212,.8));background:linear-gradient(rgba(44,124,145,.8),rgba(78,183,212,.8));width:0}.mejs-controls .mejs-time-rail .mejs-time-current{background:#fff;background:rgba(255,255,255,.8);background:-webkit-gradient(linear,0% 0%,0% 100%,from(rgba(255,255,255,.9)),to(rgba(200,200,200,.8)));background:-webkit-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));background:-moz-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));background:-o-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));background:-ms-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));background:linear-gradient(rgba(255,255,255,.9),rgba(200,200,200,.8));width:0}.mejs-controls .mejs-time-rail .mejs-time-handle{display:none;position:absolute;margin:0;width:10px;background:#fff;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;cursor:pointer;border:solid 2px #333;top:-2px;text-align:center}.mejs-controls .mejs-time-rail .mejs-time-float{position:absolute;display:none;background:#eee;width:36px;height:17px;border:solid 1px #333;top:-26px;margin-left:-18px;text-align:center;color:#111}.mejs-controls .mejs-time-rail .mejs-time-float-current{margin:2px;width:30px;display:block;text-align:center;left:0}.mejs-controls .mejs-time-rail .mejs-time-float-corner{position:absolute;display:block;width:0;height:0;line-height:0;border:solid 5px #eee;border-color:#eee transparent transparent transparent;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;top:15px;left:13px}.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float{width:48px}.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current{width:44px}.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner{left:18px}.mejs-controls .mejs-fullscreen-button button{background-position:-32px 0}.mejs-controls .mejs-unfullscreen button{background-position:-32px -16px}.mejs-controls .mejs-mute button{background-position:-16px -16px}.mejs-controls .mejs-unmute button{background-position:-16px 0}.mejs-controls .mejs-volume-button{position:relative}.mejs-controls .mejs-volume-button .mejs-volume-slider{display:none;height:115px;width:25px;background:url(../../assets/jquery/mediaelement/2.21.2/images/background.png);background:rgba(50,50,50,.7);-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;top:-115px;left:0;z-index:1;position:absolute;margin:0}.mejs-controls .mejs-volume-button:hover{-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px}.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total{position:absolute;left:11px;top:8px;width:2px;height:100px;background:#ddd;background:rgba(255,255,255,.5);margin:0}.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current{position:absolute;left:11px;top:8px;width:2px;height:100px;background:#ddd;background:rgba(255,255,255,.9);margin:0}.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle{position:absolute;left:4px;top:-3px;width:16px;height:6px;background:#ddd;background:rgba(255,255,255,.9);cursor:N-resize;-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px;margin:0}.mejs-controls a.mejs-horizontal-volume-slider{height:26px;width:56px;position:relative;display:block;float:left;vertical-align:middle}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total{position:absolute;left:0;top:11px;width:50px;height:8px;margin:0;padding:0;font-size:1px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;background:#333;background:rgba(50,50,50,.8);background:-webkit-gradient(linear,0% 0%,0% 100%,from(rgba(30,30,30,.8)),to(rgba(60,60,60,.8)));background:-webkit-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));background:-moz-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));background:-o-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));background:-ms-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));background:linear-gradient(rgba(30,30,30,.8),rgba(60,60,60,.8))}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current{position:absolute;left:0;top:11px;width:50px;height:8px;margin:0;padding:0;font-size:1px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;background:#fff;background:rgba(255,255,255,.8);background:-webkit-gradient(linear,0% 0%,0% 100%,from(rgba(255,255,255,.9)),to(rgba(200,200,200,.8)));background:-webkit-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));background:-moz-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));background:-o-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));background:-ms-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));background:linear-gradient(rgba(255,255,255,.9),rgba(200,200,200,.8))}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle{display:none}.mejs-controls .mejs-captions-button{position:relative}.mejs-controls .mejs-captions-button button{background-position:-48px 0}.mejs-controls .mejs-captions-button .mejs-captions-selector{visibility:hidden;position:absolute;bottom:26px;right:-51px;width:85px;height:100px;background:url(../../assets/jquery/mediaelement/2.21.2/images/background.png);background:rgba(50,50,50,.7);border:solid 1px transparent;padding:10px 10px 0 10px;overflow:hidden;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.mejs-controls .mejs-captions-button:hover .mejs-captions-selector{visibility:visible}.mejs-controls .mejs-captions-button .mejs-captions-selector ul{margin:0;padding:0;display:block;list-style-type:none!important;overflow:hidden}.mejs-controls .mejs-captions-button .mejs-captions-selector ul li{margin:0 0 6px 0;padding:0;list-style-type:none!important;display:block;color:#fff;overflow:hidden}.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input{clear:both;float:left;margin:3px 3px 0 5px}.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label{width:55px;float:left;padding:4px 0 0 0;line-height:15px;font-family:helvetica,arial;font-size:10px}.mejs-controls .mejs-captions-button .mejs-captions-translations{font-size:10px;margin:0 0 5px 0}.mejs-chapters{position:absolute;top:0;left:0;-xborder-right:solid 1px #fff;width:10000px;z-index:1}.mejs-chapters .mejs-chapter{position:absolute;float:left;background:#222;background:rgba(0,0,0,.7);background:-webkit-gradient(linear,0% 0%,0% 100%,from(rgba(50,50,50,.7)),to(rgba(0,0,0,.7)));background:-webkit-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));background:-moz-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));background:-o-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));background:-ms-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));background:linear-gradient(rgba(50,50,50,.7),rgba(0,0,0,.7));filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#323232,endColorstr=#000000);overflow:hidden;border:0}.mejs-chapters .mejs-chapter .mejs-chapter-block{font-size:11px;color:#fff;padding:5px;display:block;border-right:solid 1px #333;border-bottom:solid 1px #333;cursor:pointer}.mejs-chapters .mejs-chapter .mejs-chapter-block-last{border-right:none}.mejs-chapters .mejs-chapter .mejs-chapter-block:hover{background:#666;background:rgba(102,102,102,.7);background:-webkit-gradient(linear,0% 0%,0% 100%,from(rgba(102,102,102,.7)),to(rgba(50,50,50,.6)));background:-webkit-linear-gradient(top,rgba(102,102,102,.7),rgba(50,50,50,.6));background:-moz-linear-gradient(top,rgba(102,102,102,.7),rgba(50,50,50,.6));background:-o-linear-gradient(top,rgba(102,102,102,.7),rgba(50,50,50,.6));background:-ms-linear-gradient(top,rgba(102,102,102,.7),rgba(50,50,50,.6));background:linear-gradient(rgba(102,102,102,.7),rgba(50,50,50,.6));filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#666666,endColorstr=#323232)}.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title{font-size:12px;font-weight:700;display:block;white-space:nowrap;text-overflow:ellipsis;margin:0 0 3px 0;line-height:12px}.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan{font-size:12px;line-height:12px;margin:3px 0 4px 0;display:block;white-space:nowrap;text-overflow:ellipsis}.mejs-captions-layer{position:absolute;bottom:0;left:0;text-align:center;line-height:20px;font-size:16px;color:#fff}.mejs-captions-layer a{color:#fff;text-decoration:underline}.mejs-captions-layer[lang=ar]{font-size:20px;font-weight:400}.mejs-captions-position{position:absolute;width:100%;bottom:15px;left:0}.mejs-captions-position-hover{bottom:35px}.mejs-captions-text{padding:3px 5px;background:url(../../assets/jquery/mediaelement/2.21.2/images/background.png);background:rgba(20,20,20,.5);white-space:pre-wrap}.me-cannotplay a{color:#fff;font-weight:700}.me-cannotplay span{padding:15px;display:block}.mejs-controls .mejs-loop-off button{background-position:-64px -16px}.mejs-controls .mejs-loop-on button{background-position:-64px 0}.mejs-controls .mejs-backlight-off button{background-position:-80px -16px}.mejs-controls .mejs-backlight-on button{background-position:-80px 0}.mejs-controls .mejs-picturecontrols-button{background-position:-96px 0}.mejs-contextmenu{position:absolute;width:150px;padding:10px;border-radius:4px;top:0;left:0;background:#fff;border:solid 1px #999;z-index:1001}.mejs-contextmenu .mejs-contextmenu-separator{height:1px;font-size:0;margin:5px 6px;background:#333}.mejs-contextmenu .mejs-contextmenu-item{font-family:Helvetica,Arial;font-size:12px;padding:4px 6px;cursor:pointer;color:#333}.mejs-contextmenu .mejs-contextmenu-item:hover{background:#2c7c91;color:#fff}.mejs-controls .mejs-sourcechooser-button{position:relative}.mejs-controls .mejs-sourcechooser-button button{background-position:-128px 0}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector{visibility:hidden;position:absolute;bottom:26px;right:-10px;width:130px;height:100px;background:url(../../assets/jquery/mediaelement/2.21.2/images/background.png);background:rgba(50,50,50,.7);border:solid 1px transparent;padding:10px;overflow:hidden;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul{margin:0;padding:0;display:block;list-style-type:none!important;overflow:hidden}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li{margin:0 0 6px 0;padding:0;list-style-type:none!important;display:block;color:#fff;overflow:hidden}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input{clear:both;float:left;margin:3px 3px 0 5px}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label{width:100px;float:left;padding:4px 0 0 0;line-height:15px;font-family:helvetica,arial;font-size:10px}.mejs-postroll-layer{position:absolute;bottom:0;left:0;width:100%;height:100%;background:url(../../assets/jquery/mediaelement/2.21.2/images/background.png);background:rgba(50,50,50,.7);z-index:1000;overflow:hidden}.mejs-postroll-layer-content{width:100%;height:100%}.mejs-postroll-close{position:absolute;right:0;top:0;background:url(../../assets/jquery/mediaelement/2.21.2/images/background.png);background:rgba(50,50,50,.7);color:#fff;padding:4px;z-index:100;cursor:pointer}div.mejs-speed-button{width:46px!important;position:relative}.mejs-controls .mejs-button.mejs-speed-button button{background:0 0;width:36px;font-size:11px;line-height:normal;color:#fff}.mejs-controls .mejs-speed-button .mejs-speed-selector{display:none;position:absolute;top:-100px;left:-10px;width:60px;height:100px;background:url(../../assets/jquery/mediaelement/2.21.2/images/background.png);background:rgba(50,50,50,.7);border:solid 1px transparent;padding:0;overflow:hidden;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.mejs-controls .mejs-speed-button:hover>.mejs-speed-selector{display:block}.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label.mejs-speed-selected{color:#21f8f8}.mejs-controls .mejs-speed-button .mejs-speed-selector ul{margin:0;padding:0;display:block;list-style-type:none!important;overflow:hidden}.mejs-controls .mejs-speed-button .mejs-speed-selector ul li{margin:0 0 6px 0;padding:0 10px;list-style-type:none!important;display:block;color:#fff;overflow:hidden}.mejs-controls .mejs-speed-button .mejs-speed-selector ul li input{clear:both;float:left;margin:3px 3px 0 5px;display:none}.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label{width:60px;float:left;padding:4px 0 0 0;line-height:15px;font-family:helvetica,arial;font-size:11.5px;color:#fff;margin-left:5px;cursor:pointer}.mejs-controls .mejs-speed-button .mejs-speed-selector ul li:hover{background-color:#c8c8c8!important;background-color:rgba(255,255,255,.4)!important}.mejs-controls .mejs-button.mejs-jump-forward-button{background:url(../../assets/jquery/mediaelement/2.21.2/images/jumpforward.png) no-repeat;background-position:3px 3px}.mejs-controls .mejs-button.mejs-jump-forward-button button{background:0 0;font-size:9px;line-height:normal;color:#fff}.mejs-controls .mejs-button.mejs-skip-back-button{background:url(../../assets/jquery/mediaelement/2.21.2/images/skipback.png) no-repeat;background-position:3px 3px}.mejs-controls .mejs-button.mejs-skip-back-button button{background:0 0;font-size:9px;line-height:normal;color:#fff}
/* dosis-200 - latin */
@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 200;
  src: url('../../files/themes/purventus.de/./fonts/dosis-v27-latin-200.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../../files/themes/purventus.de/./fonts/dosis-v27-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/themes/purventus.de/./fonts/dosis-v27-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../files/themes/purventus.de/./fonts/dosis-v27-latin-200.woff') format('woff'), /* Modern Browsers */
       url('../../files/themes/purventus.de/./fonts/dosis-v27-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../files/themes/purventus.de/./fonts/dosis-v27-latin-200.svg#Dosis') format('svg'); /* Legacy iOS */
}

/* dosis-300 - latin */
@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 300;
  src: url('../../files/themes/purventus.de/./fonts/dosis-v27-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../../files/themes/purventus.de/./fonts/dosis-v27-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/themes/purventus.de/./fonts/dosis-v27-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../files/themes/purventus.de/./fonts/dosis-v27-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../../files/themes/purventus.de/./fonts/dosis-v27-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../files/themes/purventus.de/./fonts/dosis-v27-latin-300.svg#Dosis') format('svg'); /* Legacy iOS */
}

/* dosis-regular - latin */
@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 400;
  src: url('../../files/themes/purventus.de/./fonts/dosis-v27-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../../files/themes/purventus.de/./fonts/dosis-v27-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/themes/purventus.de/./fonts/dosis-v27-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../files/themes/purventus.de/./fonts/dosis-v27-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../../files/themes/purventus.de/./fonts/dosis-v27-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../files/themes/purventus.de/./fonts/dosis-v27-latin-regular.svg#Dosis') format('svg'); /* Legacy iOS */
}

/* dosis-500 - latin */
@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 500;
  src: url('../../files/themes/purventus.de/./fonts/dosis-v27-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../../files/themes/purventus.de/./fonts/dosis-v27-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/themes/purventus.de/./fonts/dosis-v27-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../files/themes/purventus.de/./fonts/dosis-v27-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../../files/themes/purventus.de/./fonts/dosis-v27-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../files/themes/purventus.de/./fonts/dosis-v27-latin-500.svg#Dosis') format('svg'); /* Legacy iOS */
}

/* dosis-600 - latin */
@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 600;
  src: url('../../files/themes/purventus.de/./fonts/dosis-v27-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../../files/themes/purventus.de/./fonts/dosis-v27-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/themes/purventus.de/./fonts/dosis-v27-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../files/themes/purventus.de/./fonts/dosis-v27-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../../files/themes/purventus.de/./fonts/dosis-v27-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../files/themes/purventus.de/./fonts/dosis-v27-latin-600.svg#Dosis') format('svg'); /* Legacy iOS */
}

/* dosis-700 - latin */
@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 700;
  src: url('../../files/themes/purventus.de/./fonts/dosis-v27-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../../files/themes/purventus.de/./fonts/dosis-v27-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/themes/purventus.de/./fonts/dosis-v27-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../files/themes/purventus.de/./fonts/dosis-v27-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../../files/themes/purventus.de/./fonts/dosis-v27-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../files/themes/purventus.de/./fonts/dosis-v27-latin-700.svg#Dosis') format('svg'); /* Legacy iOS */
}

/* dosis-800 - latin */
@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 800;
  src: url('../../files/themes/purventus.de/./fonts/dosis-v27-latin-800.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../../files/themes/purventus.de/./fonts/dosis-v27-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/themes/purventus.de/./fonts/dosis-v27-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../files/themes/purventus.de/./fonts/dosis-v27-latin-800.woff') format('woff'), /* Modern Browsers */
       url('../../files/themes/purventus.de/./fonts/dosis-v27-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../files/themes/purventus.de/./fonts/dosis-v27-latin-800.svg#Dosis') format('svg'); /* Legacy iOS */
}


/* roboto-100 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url('../../files/themes/purventus.de/./fonts/roboto-v30-latin-100.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../../files/themes/purventus.de/./fonts/roboto-v30-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/themes/purventus.de/./fonts/roboto-v30-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../files/themes/purventus.de/./fonts/roboto-v30-latin-100.woff') format('woff'), /* Modern Browsers */
       url('../../files/themes/purventus.de/./fonts/roboto-v30-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../files/themes/purventus.de/./fonts/roboto-v30-latin-100.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../../files/themes/purventus.de/./fonts/roboto-v30-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../../files/themes/purventus.de/./fonts/roboto-v30-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/themes/purventus.de/./fonts/roboto-v30-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../files/themes/purventus.de/./fonts/roboto-v30-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../../files/themes/purventus.de/./fonts/roboto-v30-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../files/themes/purventus.de/./fonts/roboto-v30-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../../files/themes/purventus.de/./fonts/roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../../files/themes/purventus.de/./fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/themes/purventus.de/./fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../files/themes/purventus.de/./fonts/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../../files/themes/purventus.de/./fonts/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../files/themes/purventus.de/./fonts/roboto-v30-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../../files/themes/purventus.de/./fonts/roboto-v30-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../../files/themes/purventus.de/./fonts/roboto-v30-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/themes/purventus.de/./fonts/roboto-v30-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../files/themes/purventus.de/./fonts/roboto-v30-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../../files/themes/purventus.de/./fonts/roboto-v30-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../files/themes/purventus.de/./fonts/roboto-v30-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../../files/themes/purventus.de/./fonts/roboto-v30-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../../files/themes/purventus.de/./fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/themes/purventus.de/./fonts/roboto-v30-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../files/themes/purventus.de/./fonts/roboto-v30-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../../files/themes/purventus.de/./fonts/roboto-v30-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../files/themes/purventus.de/./fonts/roboto-v30-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-900 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url('../../files/themes/purventus.de/./fonts/roboto-v30-latin-900.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../../files/themes/purventus.de/./fonts/roboto-v30-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/themes/purventus.de/./fonts/roboto-v30-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../files/themes/purventus.de/./fonts/roboto-v30-latin-900.woff') format('woff'), /* Modern Browsers */
       url('../../files/themes/purventus.de/./fonts/roboto-v30-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../files/themes/purventus.de/./fonts/roboto-v30-latin-900.svg#Roboto') format('svg'); /* Legacy iOS */
}







html{
  font-family:sans-serif;
  line-height:1.15;
  -ms-text-size-adjust:100%;
  -webkit-text-size-adjust:100%;
}
body{
  margin:0;
}
.hide{
	display:none;
}

article,aside,footer,header,nav,section{
  display:block;
}
h1{
  font-size:2em;
  margin:0.67em 0;
}
figcaption,figure,main{
  display:block;
}
figure{
  margin:1em 40px;
}
hr{
  box-sizing:content-box;
  height:0;
  overflow:visible;
}
pre{
  font-family:monospace,monospace;
  font-size:1em;
}
a{
  background-color:transparent;
  -webkit-text-decoration-skip:objects;
}
a:active,a:hover{
  outline-width:0;
}
abbr[title]{
  border-bottom:none;
  text-decoration:underline;
  text-decoration:underline dotted;
}
b,strong{
  font-weight:inherit;
  font-weight:bolder;
}
code,kbd,samp{
  font-family:monospace,monospace;
  font-size:1em;
}
dfn{
  font-style:italic;
}
mark{
  background-color:#ff0;
  color:#000;
}
small{
  font-size:80%;
}
sub,sup{
  font-size:75%;
  line-height:0;
  position:relative;
  vertical-align:baseline;
}
sub{
  bottom:-0.25em;
}
sup{
  top:-0.5em;
}
audio,video{
  display:inline-block;
}
audio:not([controls]){
  display:none;
  height:0;
}
img{
  border-style:none;
}
svg:not(:root){
  overflow:hidden;
}
button,input,optgroup,select,textarea{
  font-family:sans-serif;
  font-size:100%;
  line-height:1.15;
  margin:0;
}
button,input{
  overflow:visible;
}
button,select{
  text-transform:none;
}
[type=reset],[type=submit],button,html [type=button]{
  -webkit-appearance:button;
}
[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{
  border-style:none;
  padding:0;
}
[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{
  outline:1px dotted ButtonText;
}
fieldset{
  border:1px solid #c0c0c0;
  margin:0 2px;
  padding:0.35em 0.625em 0.75em;
}
legend{
  box-sizing:border-box;
  color:inherit;
  display:table;
  max-width:100%;
  padding:0;
  white-space:normal;
}
progress{
  display:inline-block;
  vertical-align:baseline;
}
textarea{
  overflow:auto;
}
[type=checkbox],[type=radio]{
  box-sizing:border-box;
  padding:0;
}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{
  height:auto;
}
[type=search]{
  -webkit-appearance:textfield;
  outline-offset:-2px;
}
[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{
  -webkit-appearance:none;
}
::-webkit-file-upload-button{
  -webkit-appearance:button;
  font:inherit;
}
details,menu{
  display:block;
}
summary{
  display:list-item;
}
canvas{
  display:inline-block;
}
[hidden],template{
  display:none;
}
html{
  overflow-y:scroll;
}
.mm-page,body{
  padding:0;
  margin:0;
}
*,:after,:before{
  box-sizing:border-box;
}
.invisible{
  position:absolute;
  left:-10000px;
  top:auto;
  width:1px;
  height:1px;
  overflow:hidden;
}
.block{
  display:block;
}
nav *{
  list-style-type:none;
}
img{
  display:block;
}
.pagination{
  margin-top:25px;
}
.pagination ul *{
	color:#00a5bf;
}
.mod_search .pagination a:hover,.pagination ul li a:hover,.pagination ul li span.current{
	color:#ffffff;
	background-color:#00a5bf;
}
.pagination a{
  text-decoration:none;
}
.pagination>p,.pagination ul li.next,.pagination ul li.previous{
  display:none;
}
.pagination ul{
  padding-top:12.5px;
  margin-left:0;
  display:block;
  height:65px;
}
.pagination,.pagination ul{
  background:#ffffff;
  text-align:center;
  list-style-type:none;
}
.pagination ul li{
  margin:2px;
  display:inline;
}
.pagination ul li a,.pagination ul li span{
  padding:7px 12px;
  display:inline-block;
  border-radius:15px;
}
.pagination ul li span{
  border:0;
}
.pagination ul li a{
	background-color:#ffffff;
}
.ce_gallery:not(.gallerySlider):not(.gallerySlider2x):not(.purventus_slider.g1e){
  display:inline-block;
}
.gallerySlider2x ul,.gallerySlider>ul,.purventus_slider.g1e>ul{
  margin:0;
}
.ce_gallery>ul,.purventus_slider.g1e>ul{
  list-style-type:none;
  padding:0;
  margin:0;
}
.ce_gallery:not(.gallerySlider):not(.gallerySlider2x) ul li[class*=row_]{
  padding:0;
}
.ce_gallery .cols_2 li{
  width:50%;
}
@media only screen and (min-width:300px){
  .ce_gallery .cols_1 li,.ce_gallery .cols_2 li,.ce_gallery .cols_3 li,.ce_gallery .cols_4 li,.ce_gallery .cols_5 li,.ce_gallery .cols_6 li,.ce_gallery .cols_7 li,.ce_gallery .cols_8 li,.ce_gallery .cols_9 li,.ce_gallery .cols_10 li,.ce_gallery .cols_11 li,.ce_gallery .cols_12 li{
    float:left;
  }

  .ce_gallery:not(.gallerySlider):not(.gallerySlider2x)>ul{
    margin-left:-25px;
    margin-right:-25px;
  }

  .ce_gallery:not(.gallerySlider):not(.gallerySlider2x) ul li[class*=row_]{
    position:relative;
    min-height:1px;
    padding-left:25px;
    padding-right:25px;
  }

  .ce_gallery:not(.gallerySlider):not(.gallerySlider2x) ul li[class*=row_]:not(.row_first){
    margin-top:25px;
  }
  .ce_gallery:not(.gallerySlider):not(.gallerySlider2x) ul li[class*=row_]:not(.row_last){
    margin-bottom:25px;
  }
}
@media only screen and (min-width:37.500em){

  .ce_gallery .cols_12 li{
    width:8.33333333333333%;
  }
  .ce_gallery .cols_11 li{
    width:9.09090909090909%;
  }
  .ce_gallery .cols_10 li{
    width:10%;
  }
  .ce_gallery .cols_9 li{
    width:11.11111111111111%;
  }
  .ce_gallery .cols_8 li{
    width:12.5%;
  }
  .ce_gallery .cols_7 li{
    width:14.28571428571429%;
  }
  .ce_gallery .cols_6 li{
    width:16.66666666666667%;
  }
  .ce_gallery .cols_5 li{
    width:20%;
  }
  .ce_gallery .cols_4 li{
    width:25%;
  }
  .ce_gallery .cols_3 li{
    width:33.33333333%;
  }
  .ce_gallery .cols_2 li{
    width:50%;
  }
  .ce_gallery .cols_1 li{
    width:100%;
  }
}
.slick-slider ul{
  margin:0;
  padding:0;
}
.slick-slider{
  margin-bottom:0px;
  box-sizing:border-box;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
  -webkit-touch-callout:none;
  -khtml-user-select:none;
  -ms-touch-action:pan-y;
  touch-action:pan-y;
  -webkit-tap-highlight-color:transparent;
}
.slick-list,.slick-slider{
  position:relative;
  display:block;
}
.slick-list{
  overflow:hidden;

  margin:0;
  padding:0;
}
.slick-list:focus{
  outline:none;
}
.slick-list.dragging{
  cursor:pointer;
  cursor:hand;
}
.slick-slider .slick-list,.slick-slider .slick-track{
  transform:translateZ(0);
}
.slick-track{
  position:relative;
  top:0;
  left:0;

  display:block;
}
.slick-track:after,.slick-track:before{
  display:table;

  content:"";
}
.slick-track:after{
  clear:both;
}
.slick-loading .slick-track{
  visibility:hidden;
}
.slick-slide{
  display:none;
  float:left;

  height:100%;
  min-height:1px;
}
[dir=rtl] .slick-slide{
  float:right;
}
.slick-slide img{
  display:block;
}
.slick-slide.slick-loading img{
  display:none;
}
.slick-slide.dragging img{
  pointer-events:none;
}
.slick-initialized .slick-slide{
  display:block;
}
.slick-loading .slick-slide{
  visibility:hidden;
}
.slick-vertical .slick-slide{
  display:block;

  height:auto;

  border:1px solid transparent;
}
.slick-arrow.slick-hidden{
  display:none;
}
.slick-next,.slick-prev{
  font-size:0;
  line-height:0;

  position:absolute;
  top:50%;

  display:block;

  width:32px;
  height:49px;
  margin-top:-24px;
  padding:0;

  cursor:pointer;

  color:transparent;
  border:none;
  outline:none;
  background:transparent;
  z-index:1001;
}
.ce_rsce_systeme .slick-next,.ce_rsce_systeme .slick-prev{
  top:25%;
}
.slick-next:focus,.slick-next:hover,.slick-prev:focus,.slick-prev:hover{
  color:transparent;
  outline:none;
  background:transparent;
}
.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{
  opacity:1;
}
.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{
  opacity:.25;
}
.slick-next:before,.slick-prev:before{
  content:"";
  display:block;

  width:32px;
  height:49px;

  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}
.bgBlue .slick-next:before,.bgBlue .slick-prev:before,.slick-next:before,.slick-prev:before{
  background-repeat:no-repeat;
}
.slick-prev:before{
  transform:scaleX(-1);
}
.slick-next:before,.slick-prev:before{
  background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='28' height='48.95' viewBox='0 0 28 48.95' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M1.15,6.11,19.531,24.5.909,43.121h0a3.5,3.5,0,0,0,4.964,4.932h0L26.925,27.026h0A3.5,3.5,0,0,0,28,24.5h0a3.5,3.5,0,0,0-1.075-2.526h0L5.873.913h0A3.511,3.511,0,0,0,1.15,6.11' fill='%23004f5c' /%3E %3C/svg%3E");
}
.slick-prev:hover:before{
  transform:scaleX(-1);
}
.slick-next:hover:before,.slick-prev:hover:before{
  background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='28' height='48.95' viewBox='0 0 28 48.95' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M1.15,6.11,19.531,24.5.909,43.121h0a3.5,3.5,0,0,0,4.964,4.932h0L26.925,27.026h0A3.5,3.5,0,0,0,28,24.5h0a3.5,3.5,0,0,0-1.075-2.526h0L5.873.913h0A3.511,3.511,0,0,0,1.15,6.11' fill='%2300a5bf' /%3E %3C/svg%3E");
}
.bgBlue .slick-prev:before{
  transform:scaleX(-1);
}
.bgBlue .slick-next:before,.bgBlue .slick-prev:before{
  background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='28' height='48.95' viewBox='0 0 28 48.95' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M1.15,6.11,19.531,24.5.909,43.121h0a3.5,3.5,0,0,0,4.964,4.932h0L26.925,27.026h0A3.5,3.5,0,0,0,28,24.5h0a3.5,3.5,0,0,0-1.075-2.526h0L5.873.913h0A3.511,3.511,0,0,0,1.15,6.11' fill='%23004f5c' /%3E %3C/svg%3E");
}
.bgBlue .slick-prev:hover:before{
  transform:scaleX(-1);
}
.bgBlue .slick-next:hover:before,.bgBlue .slick-prev:hover:before{
  background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='28' height='48.95' viewBox='0 0 28 48.95' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M1.15,6.11,19.531,24.5.909,43.121h0a3.5,3.5,0,0,0,4.964,4.932h0L26.925,27.026h0A3.5,3.5,0,0,0,28,24.5h0a3.5,3.5,0,0,0-1.075-2.526h0L5.873.913h0A3.511,3.511,0,0,0,1.15,6.11' fill='%23ffffff' /%3E %3C/svg%3E");
}
.slick-prev{
  left:0px;
}
.ce_rsce_systeme .slick-prev,.purventus_slider.cs1e .slick-prev,.purventus_slider.cs3e .slick-prev{
  left:-25px;
}
.ce_gallery.gallerySlider .slick-prev{
  opacity:0;
  left:-25px;
  transition:all .3s ease-in-out;
}
.ce_gallery.gallerySlider:hover .slick-prev{
  opacity:1;
  left:0px;
  transition:all .3s ease-in-out;
}
.purventus_slider.g1e .slick-prev{
  left:0;
}
@media only screen and (min-width:1200px){
  .purventus_slider.g1e .slick-prev{
    left:-25px;
  }
}
.slick-next{
  right:0px;
}
.ce_rsce_systeme .slick-next,.purventus_slider.cs1e .slick-next,.purventus_slider.cs3e .slick-next{
  right:-25px;
}
.ce_gallery.gallerySlider .slick-next{
  opacity:0;
  right:-25px;
  transition:all .3s ease-in-out;
}
.ce_gallery.gallerySlider:hover .slick-next{
  opacity:1;
  right:0px;
  transition:all .3s ease-in-out;
}
.purventus_slider.g1e .slick-next{
  right:0;
}
@media only screen and (min-width:1200px){
  .purventus_slider.g1e .slick-next{
    right:-25px;
  }
}
.slick-dots{
    bottom:0;

    display:block;

    width:100%;

    list-style:none;

    text-align:center;
}
.ce_gallery .cols_1 .slick-dots li,.slick-dots li{
    position:relative;

    display:inline-block;

    width:20px;
    height:20px;
    margin:0 5px;
    padding:0;

    cursor:pointer;
    float:none;
}
.slick-dots li button{
    font-size:0;
    line-height:0;

    display:block;

    width:20px;
    height:20px;
    padding:5px;

    cursor:pointer;

    color:transparent;
    border:0;
    outline:none;
    background:transparent;
}
.slick-dots li button:focus,.slick-dots li button:hover{
    outline:none;
}
.slick-dots li button:focus:before,.slick-dots li button:hover:before{
    opacity:1;
}
.slick-dots li button:before{
    width:15px;
    height:15px;
    position:absolute;
    top:0;
    left:0;

    content:"•";
    text-align:center;
    background-color:#ffffff;
    border:2px solid #004f5c;
    border-radius:50%;

    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
}
.slick-dots li.slick-active button:before{
    background-color:#00a5bf;
    border:2px solid #00a5bf;
}
input:not([type=submit]):not([type=radio]),select,textarea{
  border:0;
  border:1px solid #cccccc;
  background-color:#ffffff;
  border-radius:15px;
  position:relative;
  padding:16px 30px 11px 12.5px;
  box-shadow:inset 0 4px 9px -4px rgba(0, 0, 0, .3);
  border-radius:15px;
}
input[type=submit]{
  border:0;
  text-transform:uppercase;
  color:#ffffff;
  background-color:#004f5c;
  text-decoration:none;
  padding:10px 15px;
  cursor:pointer;
  border-radius:15px;
}
input[type=submit]:hover{
  background-color:#db013c;
  color:#ffffff;
}
.widget{
  width:100%;
  margin:0 auto;
  position:relative;
  padding-bottom:10px;
}
.widget-textarea textarea+label,.widget-text input+label{
  min-width:81%;
  position:absolute;
  top:17px;
  left:12px;
  font-size:16px;
  z-index:3;
  transition:all .05s ease-out;
  color:#cccccc;
}
.widget-textarea textarea+label span.mandatory,.widget-text input+label span.mandatory{
  color:#cccccc;
}
.unfalldokumentation .row .widget input+label{
  left:37px;
}
.widget-text.filled input+label,.widget-textarea.filled textarea+label,.widget-textarea textarea:focus+label,.widget-text input:focus+label{
  position:absolute;
  top:3px;
  left:9px;
  font-size:9px;
  font-weight:500;
  transition:all .05s ease-out;
}
#main input:not([type=submit]):not([type=radio]),#main select,#main textarea{
  width:100%;
}
#main .submit_container{
  text-align:left;
}
.formbody .explanation p{
  text-align:right;
  font-size:70%;
}
label+input,label+select,label+textarea{
  display:block;
}
p.error{
  margin:0;
}
input[type=email]:required:not(.error):valid,input[type=password]:required:not(.error):valid,input[type=tel]:required:not(.error):valid,input[type=text]:required:not(.error):valid,option:required:not(.error):checked,textarea:required:not(.error):valid{
  background:url(../../files/themes/purventus.de/img/check.svg);
  background-size:25px;
  background-repeat:no-repeat;
  background-position:99% 12.5px;
}
p.error{
  color:red;
  font-size:70%;
}
.widget+.widget,input[type=submit]{
  margin-top:10px;
}
.unfalldokumentation fieldset.row .widget{
  margin-top:0;
}
fieldset{
  border:0;
  padding:0;
  margin:0;
}
fieldset>legend{
  padding:25px 0;
  font-weight:500;
  font-size:19px;
}
.izs>fieldset{
  width:100%;
}
.izs .radio_container span{
  display:block;
  width:20%;
  float:left;
  position:relative;
  height:165px;
}
.izs .radio_container span input[type=radio]{
  position:absolute;
  bottom:15px;
  z-index:999;
  left:50%;
  margin-left:-6px;
}
.izs .radio_container span input[type=radio]+label{
  cursor:pointer;
  background-size:contain;
  background-repeat:no-repeat;
  display:inline-block;
  width:100%;
  height:180px;
}
.izs .radio_container span input[type=radio]+label svg{
  display:inline-block;
}
.izs .radio_container span:first-of-type input[type=radio] + label{
  background-image:url(../../files/themes/purventus.de/img/unfalldokumentation-01.svg);
}
.izs .radio_container span:nth-of-type(2) input[type=radio]+label{
  background-image:url(../../files/themes/purventus.de/img/unfalldokumentation-02.svg);
}
.izs .radio_container span:nth-of-type(3) input[type=radio]+label{
  background-image:url(../../files/themes/purventus.de/img/unfalldokumentation-03.svg);
}
.izs .radio_container span:nth-of-type(4) input[type=radio]+label{
  background-image:url(../../files/themes/purventus.de/img/unfalldokumentation-04.svg);
}
.izs .radio_container span:nth-of-type(5) input[type=radio]+label{
  background-image:url(../../files/themes/purventus.de/img/unfalldokumentation-05.svg);
}
.izs .radio_container span:nth-of-type(6) input[type=radio]+label{
  background-image:url(../../files/themes/purventus.de/img/unfalldokumentation-06.svg);
}
.izs .radio_container span:nth-of-type(7) input[type=radio]+label{
  background-image:url(../../files/themes/purventus.de/img/unfalldokumentation-07.svg);
}
.izs .radio_container span:nth-of-type(8) input[type=radio]+label{
  background-image:url(../../files/themes/purventus.de/img/unfalldokumentation-08.svg);
}
.izs .radio_container span:nth-of-type(9) input[type=radio]+label{
  background-image:url(../../files/themes/purventus.de/img/unfalldokumentation-09.svg);
}
.izs .radio_container span:nth-of-type(10) input[type=radio]+label{
  background-image:url(../../files/themes/purventus.de/img/unfalldokumentation-10.svg);
}
label+input[type=file],label+select{
  margin-top:10px;
}
.izs fieldset>legend{
  padding-bottom:5px;
  font-weight:300;
  text-align:center;
}
.widget-radio{
  border:1px solid #cccccc;
  border-radius:15px;
  padding-top:15px;
}
@media only screen and (min-width:470px) and (max-width:56.250em){
   .izs .radio_container span{
     height:215px;
   }

   .izs .radio_container span input[type=radio]+label{
     height:180px;
   }
}
@media only screen and (min-width:56.250em){
  .izs>fieldset{
    width:50%;
  }
  .izs .radio_container span{
    display:block;
    width:20%;
    float:left;
    position:relative;
    height:200px;
  }

  .izs .radio_container span input[type=radio]{
    position:absolute;
    bottom:15px;
    z-index:999;
    left:50%;
    margin-left:-6px;
  }

  .izs .radio_container span input[type=radio]+label{
    cursor:pointer;
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
    width:100%;
    height:180px;
  }
}
@media only screen and (min-width:75.000em){

  .widget-upload,label+input[type=file]{
    width:48%;
    margin:inherit;
  }
}
.hamburger--3dx .hamburger-box{
  perspective:68px; }
.hamburger--3dx .hamburger-inner{
  transition:transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1),background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s; }
.hamburger--3dx .hamburger-inner:after,.hamburger--3dx .hamburger-inner:before{
    transition:transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s; }
.hamburger--3dx.is-active .hamburger-inner{
  background-color:transparent;
  transform:rotateY(180deg); }
.hamburger--3dx.is-active .hamburger-inner:before{
    transform:translate3d(0, 10px, 0) rotate(45deg); }
.hamburger--3dx.is-active .hamburger-inner:after{
    transform:translate3d(0, -10px, 0) rotate(-45deg); }
.hamburger--3dx-r .hamburger-box{
  perspective:68px; }
.hamburger--3dx-r .hamburger-inner{
  transition:transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1),background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s; }
.hamburger--3dx-r .hamburger-inner:after,.hamburger--3dx-r .hamburger-inner:before{
    transition:transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s; }
.hamburger--3dx-r.is-active .hamburger-inner{
  background-color:transparent;
  transform:rotateY(-180deg); }
.hamburger--3dx-r.is-active .hamburger-inner:before{
    transform:translate3d(0, 10px, 0) rotate(45deg); }
.hamburger--3dx-r.is-active .hamburger-inner:after{
    transform:translate3d(0, -10px, 0) rotate(-45deg); }
.hamburger--3dy .hamburger-box{
  perspective:68px; }
.hamburger--3dy .hamburger-inner{
  transition:transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1),background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s; }
.hamburger--3dy .hamburger-inner:after,.hamburger--3dy .hamburger-inner:before{
    transition:transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s; }
.hamburger--3dy.is-active .hamburger-inner{
  background-color:transparent;
  transform:rotateX(-180deg); }
.hamburger--3dy.is-active .hamburger-inner:before{
    transform:translate3d(0, 10px, 0) rotate(45deg); }
.hamburger--3dy.is-active .hamburger-inner:after{
    transform:translate3d(0, -10px, 0) rotate(-45deg); }
.hamburger--3dy-r .hamburger-box{
  perspective:68px; }
.hamburger--3dy-r .hamburger-inner{
  transition:transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1),background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s; }
.hamburger--3dy-r .hamburger-inner:after,.hamburger--3dy-r .hamburger-inner:before{
    transition:transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s; }
.hamburger--3dy-r.is-active .hamburger-inner{
  background-color:transparent;
  transform:rotateX(180deg); }
.hamburger--3dy-r.is-active .hamburger-inner:before{
    transform:translate3d(0, 10px, 0) rotate(45deg); }
.hamburger--3dy-r.is-active .hamburger-inner:after{
    transform:translate3d(0, -10px, 0) rotate(-45deg); }
.hamburger--arrow.is-active .hamburger-inner:before{
  transform:translate3d(-8px, 0, 0) rotate(-45deg) scaleX(0.7); }
.hamburger--arrow.is-active .hamburger-inner:after{
  transform:translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7); }
.hamburger--arrow-r.is-active .hamburger-inner:before{
  transform:translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7); }
.hamburger--arrow-r.is-active .hamburger-inner:after{
  transform:translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7); }
.hamburger--arrowalt .hamburger-inner:before{
  transition:top 0.1s ease 0.15s,transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1); }
.hamburger--arrowalt .hamburger-inner:after{
  transition:bottom 0.1s ease 0.15s,transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1); }
.hamburger--arrowalt.is-active .hamburger-inner:before{
  top:0;
  transform:translate3d(-8px, -10px, 0) rotate(-45deg) scaleX(0.7);
  transition:top 0.1s ease,transform 0.15s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s; }
.hamburger--arrowalt.is-active .hamburger-inner:after{
  bottom:0;
  transform:translate3d(-8px, 10px, 0) rotate(45deg) scaleX(0.7);
  transition:bottom 0.1s ease,transform 0.15s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s; }
.hamburger--arrowalt-r .hamburger-inner:before{
  transition:top 0.1s ease 0.15s,transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1); }
.hamburger--arrowalt-r .hamburger-inner:after{
  transition:bottom 0.1s ease 0.15s,transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1); }
.hamburger--arrowalt-r.is-active .hamburger-inner:before{
  top:0;
  transform:translate3d(8px, -10px, 0) rotate(45deg) scaleX(0.7);
  transition:top 0.1s ease,transform 0.15s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s; }
.hamburger--arrowalt-r.is-active .hamburger-inner:after{
  bottom:0;
  transform:translate3d(8px, 10px, 0) rotate(-45deg) scaleX(0.7);
  transition:bottom 0.1s ease,transform 0.15s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s; }
.hamburger--boring .hamburger-inner,.hamburger--boring .hamburger-inner:after,.hamburger--boring .hamburger-inner:before{
  transition-property:none; }
.hamburger--boring.is-active .hamburger-inner{
  transform:rotate(45deg); }
.hamburger--boring.is-active .hamburger-inner:before{
    top:0;
    opacity:0; }
.hamburger--boring.is-active .hamburger-inner:after{
    bottom:0;
    transform:rotate(-90deg); }
.hamburger--collapse .hamburger-inner{
  top:auto;
  bottom:0;
  transition-duration:0.15s;
  transition-delay:0.15s;
  transition-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--collapse .hamburger-inner:after{
    top:-20px;
    transition:top 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.3s,opacity 0.1s linear; }
.hamburger--collapse .hamburger-inner:before{
    transition:top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.3s,transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--collapse.is-active .hamburger-inner{
  transform:translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay:0.32s;
  transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1); }
.hamburger--collapse.is-active .hamburger-inner:after{
    top:0;
    opacity:0;
    transition:top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333),opacity 0.1s linear 0.27s; }
.hamburger--collapse.is-active .hamburger-inner:before{
    top:0;
    transform:rotate(-90deg);
    transition:top 0.12s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.18s,transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1) 0.42s; }
.hamburger--collapse-r .hamburger-inner{
  top:auto;
  bottom:0;
  transition-duration:0.15s;
  transition-delay:0.15s;
  transition-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--collapse-r .hamburger-inner:after{
    top:-20px;
    transition:top 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.3s,opacity 0.1s linear; }
.hamburger--collapse-r .hamburger-inner:before{
    transition:top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.3s,transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--collapse-r.is-active .hamburger-inner{
  transform:translate3d(0, -10px, 0) rotate(45deg);
  transition-delay:0.32s;
  transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1); }
.hamburger--collapse-r.is-active .hamburger-inner:after{
    top:0;
    opacity:0;
    transition:top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333),opacity 0.1s linear 0.27s; }
.hamburger--collapse-r.is-active .hamburger-inner:before{
    top:0;
    transform:rotate(90deg);
    transition:top 0.12s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.18s,transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1) 0.42s; }
.hamburger--elastic .hamburger-inner{
  top:2px;
  transition-duration:0.4s;
  transition-timing-function:cubic-bezier(0.68, -0.55, 0.265, 1.55); }
.hamburger--elastic .hamburger-inner:before{
    top:10px;
    transition:opacity 0.15s ease 0.4s; }
.hamburger--elastic .hamburger-inner:after{
    top:20px;
    transition:transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
.hamburger--elastic.is-active .hamburger-inner{
  transform:translate3d(0, 10px, 0) rotate(135deg);
  transition-delay:0.1s; }
.hamburger--elastic.is-active .hamburger-inner:before{
    transition-delay:0s;
    opacity:0; }
.hamburger--elastic.is-active .hamburger-inner:after{
    transform:translate3d(0, -20px, 0) rotate(-270deg);
    transition-delay:0.1s; }
.hamburger--elastic-r .hamburger-inner{
  top:2px;
  transition-duration:0.4s;
  transition-timing-function:cubic-bezier(0.68, -0.55, 0.265, 1.55); }
.hamburger--elastic-r .hamburger-inner:before{
    top:10px;
    transition:opacity 0.15s ease 0.4s; }
.hamburger--elastic-r .hamburger-inner:after{
    top:20px;
    transition:transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
.hamburger--elastic-r.is-active .hamburger-inner{
  transform:translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay:0.1s; }
.hamburger--elastic-r.is-active .hamburger-inner:before{
    transition-delay:0s;
    opacity:0; }
.hamburger--elastic-r.is-active .hamburger-inner:after{
    transform:translate3d(0, -20px, 0) rotate(270deg);
    transition-delay:0.1s; }
.hamburger--emphatic{
  overflow:hidden; }
.hamburger--emphatic .hamburger-inner{
    transition:background-color 0.2s ease-in 0.25s; }
.hamburger--emphatic .hamburger-inner:before{
      left:0;
      transition:transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335),top 0.05s linear 0.2s,left 0.2s ease-in 0.25s; }
.hamburger--emphatic .hamburger-inner:after{
      top:10px;
      right:0;
      transition:transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335),top 0.05s linear 0.2s,right 0.2s ease-in 0.25s; }
.hamburger--emphatic.is-active .hamburger-inner{
    transition-delay:0s;
    transition-timing-function:ease-out;
    background-color:transparent; }
.hamburger--emphatic.is-active .hamburger-inner:before{
      left:-68px;
      top:-68px;
      transform:translate3d(68px, 68px, 0) rotate(45deg);
      transition:left 0.2s ease-out,top 0.05s linear 0.2s,transform 0.2s cubic-bezier(0.075, 0.82, 0.165, 1) 0.25s; }
.hamburger--emphatic.is-active .hamburger-inner:after{
      right:-68px;
      top:-68px;
      transform:translate3d(-68px, 68px, 0) rotate(-45deg);
      transition:right 0.2s ease-out,top 0.05s linear 0.2s,transform 0.2s cubic-bezier(0.075, 0.82, 0.165, 1) 0.25s; }
.hamburger--emphatic-r{
  overflow:hidden; }
.hamburger--emphatic-r .hamburger-inner{
    transition:background-color 0.2s ease-in 0.25s; }
.hamburger--emphatic-r .hamburger-inner:before{
      left:0;
      transition:transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335),top 0.05s linear 0.2s,left 0.2s ease-in 0.25s; }
.hamburger--emphatic-r .hamburger-inner:after{
      top:10px;
      right:0;
      transition:transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335),top 0.05s linear 0.2s,right 0.2s ease-in 0.25s; }
.hamburger--emphatic-r.is-active .hamburger-inner{
    transition-delay:0s;
    transition-timing-function:ease-out;
    background-color:transparent; }
.hamburger--emphatic-r.is-active .hamburger-inner:before{
      left:-68px;
      top:68px;
      transform:translate3d(68px, -68px, 0) rotate(-45deg);
      transition:left 0.2s ease-out,top 0.05s linear 0.2s,transform 0.2s cubic-bezier(0.075, 0.82, 0.165, 1) 0.25s; }
.hamburger--emphatic-r.is-active .hamburger-inner:after{
      right:-68px;
      top:68px;
      transform:translate3d(-68px, -68px, 0) rotate(45deg);
      transition:right 0.2s ease-out,top 0.05s linear 0.2s,transform 0.2s cubic-bezier(0.075, 0.82, 0.165, 1) 0.25s; }
.hamburger--slider .hamburger-inner{
  top:2px; }
.hamburger--slider .hamburger-inner:before{
    top:10px;
    transition-property:transform, opacity;
    transition-timing-function:ease;
    transition-duration:0.2s; }
.hamburger--slider .hamburger-inner:after{
    top:20px; }
.hamburger--slider.is-active .hamburger-inner{
  transform:translate3d(0, 10px, 0) rotate(45deg); }
.hamburger--slider.is-active .hamburger-inner:before{
    transform:rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity:0; }
.hamburger--slider.is-active .hamburger-inner:after{
    transform:translate3d(0, -20px, 0) rotate(-90deg); }
.hamburger--slider-r .hamburger-inner{
  top:2px; }
.hamburger--slider-r .hamburger-inner:before{
    top:10px;
    transition-property:transform, opacity;
    transition-timing-function:ease;
    transition-duration:0.2s; }
.hamburger--slider-r .hamburger-inner:after{
    top:20px; }
.hamburger--slider-r.is-active .hamburger-inner{
  transform:translate3d(0, 10px, 0) rotate(-45deg); }
.hamburger--slider-r.is-active .hamburger-inner:before{
    transform:rotate(45deg) translate3d(5.71429px, -6px, 0);
    opacity:0; }
.hamburger--slider-r.is-active .hamburger-inner:after{
    transform:translate3d(0, -20px, 0) rotate(90deg); }
.hamburger--spring .hamburger-inner{
  top:2px;
  transition:background-color 0s linear 0.15s; }
.hamburger--spring .hamburger-inner:before{
    top:10px;
    transition:top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.3s,transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spring .hamburger-inner:after{
    top:20px;
    transition:top 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.3s,transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spring.is-active .hamburger-inner{
  transition-delay:0.32s;
  background-color:transparent; }
.hamburger--spring.is-active .hamburger-inner:before{
    top:0;
    transition:top 0.12s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.18s,transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1) 0.32s;
    transform:translate3d(0, 10px, 0) rotate(45deg); }
.hamburger--spring.is-active .hamburger-inner:after{
    top:0;
    transition:top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333),transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1) 0.32s;
    transform:translate3d(0, 10px, 0) rotate(-45deg); }
.hamburger--spring-r .hamburger-inner{
  top:auto;
  bottom:0;
  transition-duration:0.15s;
  transition-delay:0s;
  transition-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spring-r .hamburger-inner:after{
    top:-20px;
    transition:top 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.3s,opacity 0s linear; }
.hamburger--spring-r .hamburger-inner:before{
    transition:top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.3s,transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spring-r.is-active .hamburger-inner{
  transform:translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay:0.32s;
  transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1); }
.hamburger--spring-r.is-active .hamburger-inner:after{
    top:0;
    opacity:0;
    transition:top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333),opacity 0s linear 0.32s; }
.hamburger--spring-r.is-active .hamburger-inner:before{
    top:0;
    transform:rotate(90deg);
    transition:top 0.12s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.18s,transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1) 0.32s; }
.hamburger--stand .hamburger-inner{
  transition:transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.22s,background-color 0s linear 0.1s; }
.hamburger--stand .hamburger-inner:before{
    transition:top 0.1s ease-in 0.1s,transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s; }
.hamburger--stand .hamburger-inner:after{
    transition:bottom 0.1s ease-in 0.1s,transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s; }
.hamburger--stand.is-active .hamburger-inner{
  transform:rotate(90deg);
  background-color:transparent;
  transition:transform 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s,background-color 0s linear 0.22s; }
.hamburger--stand.is-active .hamburger-inner:before{
    top:0;
    transform:rotate(-45deg);
    transition:top 0.1s ease-out 0.12s,transform 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s; }
.hamburger--stand.is-active .hamburger-inner:after{
    bottom:0;
    transform:rotate(45deg);
    transition:bottom 0.1s ease-out 0.12s,transform 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s; }
.hamburger--stand-r .hamburger-inner{
  transition:transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.22s,background-color 0s linear 0.1s; }
.hamburger--stand-r .hamburger-inner:before{
    transition:top 0.1s ease-in 0.1s,transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s; }
.hamburger--stand-r .hamburger-inner:after{
    transition:bottom 0.1s ease-in 0.1s,transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s; }
.hamburger--stand-r.is-active .hamburger-inner{
  transform:rotate(-90deg);
  background-color:transparent;
  transition:transform 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s,background-color 0s linear 0.22s; }
.hamburger--stand-r.is-active .hamburger-inner:before{
    top:0;
    transform:rotate(-45deg);
    transition:top 0.1s ease-out 0.12s,transform 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s; }
.hamburger--stand-r.is-active .hamburger-inner:after{
    bottom:0;
    transform:rotate(45deg);
    transition:bottom 0.1s ease-out 0.12s,transform 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s; }
.hamburger--spin .hamburger-inner{
  transition-duration:0.3s;
  transition-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spin .hamburger-inner:before{
    transition:top 0.1s ease-in 0.34s,opacity 0.1s ease-in; }
.hamburger--spin .hamburger-inner:after{
    transition:bottom 0.1s ease-in 0.34s,transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spin.is-active .hamburger-inner{
  transform:rotate(225deg);
  transition-delay:0.14s;
  transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1); }
.hamburger--spin.is-active .hamburger-inner:before{
    top:0;
    opacity:0;
    transition:top 0.1s ease-out,opacity 0.1s ease-out 0.14s; }
.hamburger--spin.is-active .hamburger-inner:after{
    bottom:0;
    transform:rotate(-90deg);
    transition:bottom 0.1s ease-out,transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.14s; }
.hamburger--spin-r .hamburger-inner{
  transition-duration:0.3s;
  transition-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spin-r .hamburger-inner:before{
    transition:top 0.1s ease-in 0.34s,opacity 0.1s ease-in; }
.hamburger--spin-r .hamburger-inner:after{
    transition:bottom 0.1s ease-in 0.34s,transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spin-r.is-active .hamburger-inner{
  transform:rotate(-225deg);
  transition-delay:0.14s;
  transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1); }
.hamburger--spin-r.is-active .hamburger-inner:before{
    top:0;
    opacity:0;
    transition:top 0.1s ease-out,opacity 0.1s ease-out 0.14s; }
.hamburger--spin-r.is-active .hamburger-inner:after{
    bottom:0;
    transform:rotate(-90deg);
    transition:bottom 0.1s ease-out,transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.14s; }
.hamburger--squeeze .hamburger-inner{
  transition-duration:0.1s;
  transition-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--squeeze .hamburger-inner:before{
    transition:top 0.1s ease 0.14s,opacity 0.1s ease; }
.hamburger--squeeze .hamburger-inner:after{
    transition:bottom 0.1s ease 0.14s,transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--squeeze.is-active .hamburger-inner{
  transform:rotate(45deg);
  transition-delay:0.14s;
  transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1); }
.hamburger--squeeze.is-active .hamburger-inner:before{
    top:0;
    opacity:0;
    transition:top 0.1s ease,opacity 0.1s ease 0.14s; }
.hamburger--squeeze.is-active .hamburger-inner:after{
    bottom:0;
    transform:rotate(-90deg);
    transition:bottom 0.1s ease,transform 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.14s; }
.hamburger--vortex .hamburger-inner{
  transition-duration:0.3s;
  transition-timing-function:cubic-bezier(0.19, 1, 0.22, 1); }
.hamburger--vortex .hamburger-inner:after,.hamburger--vortex .hamburger-inner:before{
    transition-duration:0s;
    transition-delay:0.1s;
    transition-timing-function:linear; }
.hamburger--vortex .hamburger-inner:before{
    transition-property:top, opacity; }
.hamburger--vortex .hamburger-inner:after{
    transition-property:bottom, transform; }
.hamburger--vortex.is-active .hamburger-inner{
  transform:rotate(765deg);
  transition-timing-function:cubic-bezier(0.19, 1, 0.22, 1); }
.hamburger--vortex.is-active .hamburger-inner:after,.hamburger--vortex.is-active .hamburger-inner:before{
    transition-delay:0s; }
.hamburger--vortex.is-active .hamburger-inner:before{
    top:0;
    opacity:0; }
.hamburger--vortex.is-active .hamburger-inner:after{
    bottom:0;
    transform:rotate(90deg); }
.hamburger--vortex-r .hamburger-inner{
  transition-duration:0.3s;
  transition-timing-function:cubic-bezier(0.19, 1, 0.22, 1); }
.hamburger--vortex-r .hamburger-inner:after,.hamburger--vortex-r .hamburger-inner:before{
    transition-duration:0s;
    transition-delay:0.1s;
    transition-timing-function:linear; }
.hamburger--vortex-r .hamburger-inner:before{
    transition-property:top, opacity; }
.hamburger--vortex-r .hamburger-inner:after{
    transition-property:bottom, transform; }
.hamburger--vortex-r.is-active .hamburger-inner{
  transform:rotate(-765deg);
  transition-timing-function:cubic-bezier(0.19, 1, 0.22, 1); }
.hamburger--vortex-r.is-active .hamburger-inner:after,.hamburger--vortex-r.is-active .hamburger-inner:before{
    transition-delay:0s; }
.hamburger--vortex-r.is-active .hamburger-inner:before{
    top:0;
    opacity:0; }
.hamburger--vortex-r.is-active .hamburger-inner:after{
    bottom:0;
    transform:rotate(-90deg);
}
#mainMenuMobileButton{
  position:absolute;
  display:block;
}
#mainMenuMobileButton a{
  text-decoration:none;
}
#mainMenuMobileButton.left{
  left:0;
}
#mainMenuMobileButton.right{
  right:0;
}
#mainMenuMobileButton .hamburger.lbl-bottom .hamburger-box{
  display:block;
}
#mainMenuMobileButton .hamburger.lbl-bottom .hamburger-label{
  display:block;
  font-size:12px;
  text-align:center;
  width:100%;
  margin-top:5px;
  color:#004f5c;
}
@media only screen and (min-width:850px){
  #mainMenuMobileButton{
    display:none;
  }
  #header.shrink #mainMenuMobileButton{
    display:block;
  }
}
.hamburger{
  padding:15px 15px;
  display:inline-block;
  cursor:pointer;
  transition-property:opacity, filter;
  transition-duration:0.15s;
  transition-timing-function:linear;
  font:inherit;
  color:inherit;
  text-transform:none;
  background-color:transparent;
  border:0;
  margin:0;
  overflow:visible; }
.hamburger:hover{
    opacity:0.7; }
.hamburger-box{
  width:34px;
  height:24px;
  display:inline-block;
  position:relative; }
.hamburger-inner{
  display:block;
  top:50%;
  margin-top:-2px; }
.hamburger-inner,.hamburger-inner:after,.hamburger-inner:before{
    width:34px;
    height:4px;
    background-color:#004f5c;
    border-radius:4px;
    position:absolute;
    transition-property:transform;
    transition-duration:0.15s;
    transition-timing-function:ease; }
.hamburger-inner:after,.hamburger-inner:before{
    content:"";
    display:block; }
.hamburger-inner:before{
    top:-10px; }
.hamburger-inner:after{
    bottom:-10px;}
nav a{
  text-decoration:none;
}
nav ul{
  margin:0;
  padding:0;
}
.menuMain-container{
  background:#ffffff;
  background:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' id='menuBg' width='1' height='77' viewBox='0 0 1 77' %3E %3Crect width='1' height='77' fill='%23004f5c' /%3E %3C/svg%3E") repeat-x;
  display:none;
}
.menuMain a,.menuMain span{
  color:#ffffff;
  display:block;
  font-size:20px;
  font-weight:500;
}
.menuMain ul.level_1>li>a,.menuMain ul.level_1>li>span{
  padding:23px 0;
}
.menuMain a.trail,.menuMain a:hover,.menuMain span.active,.menuMain span.trail{
  color:#00a5bf;
}
.menuMain ul.level_1{
  display:-ms-flexbox;
  display:flex;
  -ms-flex-pack:justify;
      justify-content:space-between;
  overflow:hidden;
}
.menuMain{
  position:relative;
}
.menuMain .submenu ul{
  display:-ms-flexbox;
  display:flex;
  opacity:0;
  position:absolute;
  left:0;
  right:0;
  visibility:hidden;
 
  transition:visibility 0s .1s,opacity .1s 0s;
 
  background-color:#ffffff;
}
.menuMain li.submenu:hover ul{
  visibility:visible;
  opacity:1;
   transition:visibility 0s .2s,opacity .2s .2s; 
}
.menuMain li.submenu:hover{
   margin-bottom:50px; 
}
.menuMain li.submenu,.menuMain li.submenu:hover{
  transition:margin-bottom .2s;
}
.menuMain .submenu ul li{
  display:block;
  height:50px;
}
.menuMain .submenu ul li a,.menuMain .submenu ul li span{
  padding:11px 25px;
}
.menuMain .submenu ul li a,.menuMain .submenu ul li a.trail,.menuMain .submenu ul li a:hover,.menuMain .submenu ul li span.active{
  display:block;
  height:50px;
}
.menuMain .submenu ul li a{
  color:#004f5c;
}
.menuMain .submenu ul li a.trail,.menuMain .submenu ul li a:hover,.menuMain .submenu ul li span.active{

  background-color:#e6e6e6;
  color:#004f5c;
}
@media only screen and (min-width:850px){
  .menuMain-container{
    display:block;
  }
}
.menuSub{
  padding-top:7%;
  /* display:none; */
}
.menuSub,.menuSub ul{
  will-change:display;
}
.menuSub li{
  float:left;
  font-size:1.1em;
}
.menuSub ul li a,.menuSub ul li span{
  padding:8px 15px;
  font-size:20px;
  font-weight:500;
  word-break:keep-all;
  display:block;
}
.menuSub a.trail,.menuSub a:hover,.menuSub span.active{
  color:#00a5bf;
}
@media only screen and (37.5:850px){
  .menuSub{
    display:block;
  }
  #header.shrink .menuSub{
    display:none;
  }
}

#header.shrink .menuSub{
  display:none;
}

.menuSub ul:after,.menuSub ul:before{
	display:block;
	visibility:hidden;
	clear:both;

	height:0px;
	content:".";
  font-size:0;
}
#footer nav ul{
  text-align:center;
  display:inline-block;
}
@media only screen and (37.5:37.500em){
  #footer nav ul li{
    float:left;
  }
  #footer nav ul li:not(:last-of-type):after{
    content:" | ";
    display:inline;
  }
}
#footer nav ul li a,#footer nav ul li span{
  padding:0 10px;
  display:inline-block;
}
.mm-list a:hover,.mm-list span.active{
  color:#00a5bf !important;
}
.mod_article.gray{
  background-color:#e6e6e6;
}
.mod_article{
  padding-top:50px;
  padding-bottom:50px;
}
.mod_article.slick-slider{
  padding-top:0;
  padding-bottom:0;
}
img{
  max-width:100%;
  height:auto;
  display:block;
  margin:0 auto;
}
#slider img,.content-slider img,.purventus_slider.g1e img,.slick-slide img{
  padding:0;
}
.image_container{
  width:100%;
  height:auto;
  margin:0;
}
.image_container img:not(.mime_icon),img:not(.mime_icon){
  max-width:100%;
  height:auto;
  display:block;
}
img[style*=left]:not(#map img),img[style*=right]:not(#map img){
  max-width:45%;
  height:auto;
}
img[style*=left]{
  padding:3% 3% 3% 0;
}
img[style*=right]{
  padding:3% 0 3% 3%;
}
#slider img[width][height],.slick-slide img[width][height],.slider-box img[width][height]{
  margin:0;
}
.originalGroesse .image_container,.originalGroesse .image_container img:not(.mime_icon),.originalGroesse img,.originalGroesse img:not(.mime_icon){
  width:auto;
  width:inherit;
  max-width:100%;
  height:auto;
  height:inherit;
}
.caption{
  padding-top:15px;
  padding-bottom:15px;
  font-size:16px;
  font-family:roboto,sans-serif;
}
.ui-accordion-content div,.ui-accordion-header{
  padding:10px 0px;
}
.ui-accordion-header{
  padding-right:38px;
}
.toggler{
  cursor:pointer;
  position:relative;
}
.toggler:after{
  content:"〉";
  font-family:FontAwesome;
  position:absolute;
  right:2%;
  top:14px;
  -webkit-transition:all .2s;
     -moz-transition:all .2s;
      -ms-transition:all .2s;
       -o-transition:all .2s;
  font-weight:600;
}
.ui-accordion-content{
  padding:0px 10px;
}
.toggler.ui-state-active:after{
  top:14px;
  transform:rotate(90deg);
}
.ui-accordion-header{
  font-size:18px;
}
.spendenbutton{
  display:block;
  width:100%;
  text-align:center;
  padding-bottom:10px;
}
.mod_breadcrumb:after,.mod_breadcrumb:before{
  display:block;
  visibility:hidden;
  clear:both;

  height:0px;
  content:".";
}
.mod_breadcrumb{
  display:block;
  clear:both;
  font-size:11px;
  padding-top:11px
}
.mod_breadcrumb .icon-home{
  font:11px fontello;
}
.mod_breadcrumb ul{
  list-style-type:none;
}
.mod_breadcrumb li{
  float:left;
}
.mod_breadcrumb ul li:not(.last):after{
  display:inline-block;
  content:"\A0 \A0 > \A0";
}
.mod_breadcrumb a{
  text-decoration:none;
}
.mod_search p.header{
  margin-bottom:15px;
}
.mod_search H3{
  margin:0;
  margin-bottom:5px;
  font-weight:400;
}
.mod_search a.searchresult{
  display:block;
  margin-bottom:25px;
}
.mod_search p.context{
  margin:0;
  margin-bottom:50px;
}
.mod_search input[type=search]{
  width:85%;
}
.mod_search input[type=submit]{
  border:1px solid #CACAC9;
  padding:7px 8px;
  font-size:13px;
  width:10%;
  margin:0 0 10px 0;
}
.mod_search p.header{
    margin:15px 0;
}
.mod_search span.relevance{
  font-size:10px;
  font-weight:400;
}
@media only screen and (37.5:37.500em){
  .ce_sliderStart,.purventus_slider{
    padding-top:50px;
    padding-bottom:50px;
  }
}
#main .mod_article>.ce_sliderStart,#main .mod_article>.purventus_slider{
  padding-right:50px !important;
  padding-left:50px !important;
}
@media only screen and (37.5:1315px){
  #main .mod_article>.ce_sliderStart,#main .mod_article>.purventus_slider{
    padding-right:25px !important;
    padding-left:25px !important;
  }
}
.content-slider>.ce_text:after,.content-slider>.ce_text:before{
	display:block;
	visibility:hidden;
	clear:both;

	height:0px;
	content:".";
  font-size:0;
}
.button{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-align:center;
        align-items:center;
    -ms-flex-pack:center;
        justify-content:center;
    border-radius:6px;
    cursor:pointer;
}
.button--large{
    width:140px;
    height:40px;
    font-size:14px;
}
.button--red{
    color:#fff;
    background-color:red;
}
.button--blue{
    color:#fff;
    background-color:blue;
}
.sc{
	width:100%;
}
.sc p:first-of-type{
  margin-top:0;
}
@media only screen and (min-width:37.500em){

	.sc{
		float:left;
	}
	.sc-first{
		clear:both !important;
	}


	.sc2{
		width:50%;
	}


	.sc3{
		width:33.33333333%;
	}
	.sc3-2{
		width:66.6%;
	}


	.sc4{
		width:25%;
	}
	.sc4-2{
		width:50%;
	}
	.sc4-3{
		width:75%;
	}

	.sc5{
		width:20%;
	}
	.sc5-2{
		width:40%;
	}
	.sc5-3{
		width:60%;
	}
	.sc5-4{
		width:80%;
	}
}
#header>.inside>.wrap,.menuMain{
  max-width:1080px;
  margin:0 auto;
}
#footer>.inside{
  max-width:450px;
  margin:0 auto;
}
@media only screen and (min-width:37.500em){
  #footer>.inside .ce_text{
    max-width:400px;
    margin:0 auto;
  }
}
.slider-box{
  max-width:1201px;
  margin:0 auto;
}
#container,#container .mod_article>.inner{
  padding-left:25px;
  padding-right:25px;
}
#container .mod_article>.inner{
  max-width:1130px;
  margin:0 auto;
}
#main,.mod_newslist{
  margin-left:-25px;
  margin-right:-25px;
}
#footer>.inside,#main .mod_article>[class^=ce_],#main .mod_article>[class^=mod_],#main .sc,.embed-container iframe,.mod_newslist .layout_full .ce_image,.mod_newslist .layout_full .ce_text,.mod_newslist .layout_news .ce_image,.mod_newslist .layout_news .ce_text_full,.mod_newslist .layout_news .ce_text_teaser{
  position:relative;
  min-height:1px;
  padding-left:25px;
  padding-right:25px;
}
body{
  font:200 18px/30px dosis,sans-serif;
}
body p{
  font:200 18px/30px roboto,sans-serif;
}
body *{
  color:#004f5c;
}
.mm-list *{
  font:200 18px/30px roboto,sans-serif;
}
.h1Like,.h2Like,.h3Like,.h4Like,.h5Like,.h6Like,h1,h2,h3,h4,h5,h6{
  font-weight:300;
  text-align:center;
}
.ce_text.sc>.h1Like,.ce_text.sc>.h2Like,.ce_text.sc>.h3Like,.ce_text.sc>.h4Like,.ce_text.sc>.h5Like,.ce_text.sc>.h6Like,.ce_text.sc>h1,.ce_text.sc>h2,.ce_text.sc>h3,.ce_text.sc>h4,.ce_text.sc>h5,.ce_text.sc>h6, .ce_player.sc>h2, .ce_player.sc>h3, .ce_player.sc>h1{
  text-align:left;
  margin-bottom:1.5rem;
  margin-top:0;
}
h1:empty{
  display:none;
}
.h1Like,h1{
  font-size:2rem;
  line-height:1.55;
  margin-bottom:0.5rem;
}
@media screen and (min-width:68.75em){
    .h1Like,h1{
      font-size:2.3rem;
      font-weight:500;
    }
  }
ol+h1,p+h1,ul+h1{
  margin-top:2rem;
}
.ce_text+.ce_text h1:first-child{
  margin-top:1rem;
}
h1+h2{
  margin-top:-0.5rem;
}
.h2Like,h2{
  font-size:1.625rem;
  line-height:1.5;
  margin-bottom:25px;
}
@media screen and (min-width:68.75em){
    .h2Like,h2{
      font-size:1.9rem;
      font-weight:600;
      line-height:1.25;
      margin-top:25px !important;
    }
  }
.ce_rsce_systeme .h2Like{
  font-size:2.3rem;
  font-weight:600;
}
ol+h2,p+h2,ul+h2{
  margin-top:2rem;
}
.ce_text+.ce_text h2:first-child{
  margin-top:1rem;
}
.mod_article+.mod_article h1,.mod_article+.mod_article h2{
  margin-top:0;
}
h2+h3{
  margin-top:-0.5rem;
}
.h3Like,h3{
  font-size:1.375rem;
  line-height:1.25;
  font-weight:600;
  margin-bottom:0.5rem;
}
@media screen and (min-width:68.75em){
    .h3Like,h3{
      font-size:1.9rem;
    }
  }
ol+h3,p+h3,ul+h3{
  margin-top:2rem;
}
.ce_text+.ce_text h3:first-child{
  margin-top:1rem;
}
h3+h4{
  margin-top:-0.5rem;
}
.h4Like,.leftSide p,h4{
  font-size:22px;
  line-height:1;
  font-weight:600;
  margin-bottom:0.5rem;
}
@media screen and (min-width:68.75em){
    .h4Like,.leftSide p,h4{
      font-size:22px;
    }
  }
ol+h4,p+h4,ul+h4{
  margin-top:1.5rem;
}
.ce_text+.ce_text h4:first-child{
  margin-top:0.5rem;
}
h4+h5{
  margin-top:-0.5rem;
}
.h5Like,h5{
  font-size:1rem;
  line-height:1;
  margin-bottom:0.5rem;
}
@media screen and (min-width:68.75em){
    .h5Like,h5{
      font-size:1rem;
    }
  }
ol+h5,p+h5,ul+h5{
  margin-top:1.5rem;
}
.ce_text+.ce_text h5:first-child{
  margin-top:0.5rem;
}
h5+h6{
  margin-top:-0.5rem;
}
.h6Like,h6{
  font-size:0.875rem;
  line-height:1;
  margin-bottom:0.5rem;
}
@media screen and (min-width:68.75em){
    h6{
      font-size:0.875rem;
    }
  }
.inner>[class^=ce_]+[class^=ce_]{
  margin-top:50px;
}
@media only screen and (min-width:37.500em){
  .inner>[class^=ce_]+[class^=ce_]{
    margin-top:0;
  }
  .inner>.ce_image+.ce_image,.inner>.ce_text+.ce_image{
    margin-top:32px;
  }
}
a{
  text-decoration:none;
}
#main .ce_text a{
  font-weight:600;
  color:#004f5c;
}
#main .ce_text a:hover{
  color:#00a5bf;
}
.ce_hyperlink{
  text-align:center;
  margin-bottom:25px;
}
.ce_hyperlink.left{
  text-align:left;
}
.ce_sliderStart .ce_hyperlink{
  margin:0;
}
.ce_hyperlink button{
  background-color:transparent;
}
.ce_hyperlink a.hyperlink_txt,.ce_hyperlink button{
  padding:10px 37.5px;
  border:2px solid #004f5c;
  color:#004f5c;
  border-radius:35px;
  text-decoration:none;
  display:inline-block;
  font-weight:500;
  font-size:22px;
}
.ce_rsce_systeme .ce_hyperlink a.hyperlink_txt,.white .ce_hyperlink a.hyperlink_txt{
  border:2px solid #ffffff;
  color:#ffffff;
}
.ce_hyperlink a.hyperlink_txt:hover,.ce_hyperlink button:hover,.ce_rsce_systeme .ce_hyperlink a.hyperlink_txt:hover,.white .ce_hyperlink a.hyperlink_txt:hover{
  border:2px solid #00a5bf;
  color:#00a5bf;
}
.ce_hyperlink button:hover{
  cursor:pointer;
}
#anwendungen .inner a.hyperlink_txt:hover{
  border:2px solid #00a5bf;
  color:#00a5bf;
}
.purventus_slider{
  font-family:Dosis,sans-serif;
  line-height:40px;
}
.ce_sliderStart a.hyperlink_img,.purventus_slider.cs3e a.hyperlink_img{
  display:inline-block;
  border:25px solid #ffffff;
  border-radius:15px;
  text-align:center;
}
.gray .ce_sliderStart a.hyperlink_img,.gray .purventus_slider.cs3e a.hyperlink_img{
  border:25px solid transparent;
}
.purventus_slider.cs3e .slick-slide img[width][height]{
  display:inline-block !important;
}
.ce_sliderStart a.hyperlink_img:hover,.purventus_slider.cs3e a.hyperlink_img:hover{
  background-color:#cdcdcd;
  border:25px solid #cdcdcd;
}
.purventus_slider.cs3e .ce_hyperlink{
  margin-bottom:0;
}
.bgBlue{
  background-color:#00a5bf;
}
.bgBlue .ce_text.slick-slide p{
  text-align:center;
  color:#ffffff;
  font:200 16px/20px Dosis,sans-serif;
}
@media only screen and (min-width:37.500em){
  .bgBlue .ce_text.slick-slide p{
    font:200 37px/46px Dosis,sans-serif;
  }
}
.purventus_slider.cs3e .image_container{
  display:inline-block;
}
.purventus_slider.g1e .slick-slide .image_container img[width][height]{
  margin:0 auto;
}
#wrapper{
  background-color:#ffffff;
}
.mod_newslist{
  margin-top:50px;
  margin-bottom:50px;
}
.mod_newslist .ce_text li{
  font-size:22px;
}
.mod_newslist .layout_full.img-circle img{
  border-radius:50%;
  border:20px solid #b8d9de;
}
.mod_newslist .layout_full{z-index:0;position:relative
}
.mod_newslist .layout_full .inner{
  background-color:#ffffff;
  z-index:2;
}
.gray .mod_newslist .layout_full .inner{
  background-color:#e6e6e6;
}
.mod_newslist .layout_full:not(:last-of-type) .inner{
  padding-bottom:50px;
  margin-bottom:75px;
}
.mod_newslist .ce_image img{
  margin:0 auto;
}
.mod_newslist .layout_full h1,.mod_newslist .layout_full h2,.mod_newslist .layout_full h3,.mod_newslist .layout_full h4,.mod_newslist .layout_full h5,.mod_newslist .layout_full h6,.mod_newslist .layout_news .h1Like,.mod_newslist .layout_news h1,.mod_newslist .layout_news h2,.mod_newslist .layout_news h3,.mod_newslist .layout_news h4,.mod_newslist .layout_news h5,.mod_newslist .layout_news h6{
  text-align:center;
  font-weight:600;
}
@media only screen and (min-width:37.500em){
  .mod_newslist .layout_full.even .ce_image{
    float:left;
    width:40%;
  }
  .mod_newslist .layout_full.even .ce_text{
    float:left;
    width:60%;
  }

  .mod_newslist .layout_full.odd .ce_image{
    float:right;
    width:40%;
  }
  .mod_newslist .layout_full.odd .ce_text{
    float:right;
    width:60%;
  }
  .mod_newslist .layout_full.even h1,.mod_newslist .layout_full.even h2,.mod_newslist .layout_full.even h3,.mod_newslist .layout_full.even h4,.mod_newslist .layout_full.even h5,.mod_newslist .layout_full.even h6,.mod_newslist .layout_full.even p,.mod_newslist .layout_full.even ul,.mod_newslist .layout_full.even ul+p{
    padding-left:75px
  }
  .mod_newslist .layout_full.odd h1,.mod_newslist .layout_full.odd h2,.mod_newslist .layout_full.odd h3,.mod_newslist .layout_full.odd h4,.mod_newslist .layout_full.odd h5,.mod_newslist .layout_full.odd h6,.mod_newslist .layout_full.odd p,.mod_newslist .layout_full.odd ul,.mod_newslist .layout_full.odd ul+p{
    padding-right:75px
  }
  .mod_newslist .layout_full h1,.mod_newslist .layout_full h2,.mod_newslist .layout_full h3,.mod_newslist .layout_full h4,.mod_newslist .layout_full h5,.mod_newslist .layout_full h6{
    margin-top:0;
    text-align:left;
  }
}
.mod_newslist .layout_full ul{
  padding:0;
  list-style-type:none;
  margin:25px 0;
}
.mod_newslist .layout_full ul li{
  font-weight:600;
}
.mod_newslist{
  margin-top:50px;
  margin-bottom:50px;
}
.mod_newslist .layout_news{
  z-index:0;
  position:relative;
}
.mod_newslist .layout_news .inner{
  background-color:#ffffff;
  z-index:2;
}
.mod_newslist .layout_news:not(:last-of-type) .inner{
  padding-bottom:100px;
  margin-bottom:100px;
}
@media only screen and (min-width:37.500em){
  .mod_newslist .layout_news .ce_image,.mod_newslist .layout_news .ce_text_teaser{
    float:left;
    width:50%;
  }
}
.mod_newslist .layout_news .h1Like,.mod_newslist .layout_news .h2Like,.mod_newslist .layout_news .h3Like,.mod_newslist .layout_news .h4Like,.mod_newslist .layout_news .h5Like,.mod_newslist .layout_news .h6Like,.mod_newslist .layout_news h1,.mod_newslist .layout_news h2,.mod_newslist .layout_news h3,.mod_newslist .layout_news h4,.mod_newslist .layout_news h5,.mod_newslist .layout_news h6{
  margin-top:0;
  text-align:left;
}
.mod_newslist .layout_news ul{
  padding:0;
  list-style-type:none;
  margin:25px 0;
}
.mod_newslist .layout_news ul li{
  font-weight:600;
}
#header>.inside{
  position:fixed;
  z-index:1003;
  top:0;
  left:0;
}
#header>.inside,#header>.inside>.wrap{
  width:100%;
  background-color:#ffffff;
}
#header>.inside>.wrap{
  position:relative;
  z-index:1004;
  height:100%;
}
#header>.inside .logo{
  float:left;
}
#header>.inside .menuSub{
  float:right;
}
#header.shrink>.inside,#header>.inside{
  height:60px;
}
.slider-box{
  margin-top:60px;
  overflow:hidden;
}
@media only screen and (min-width:37.500em){
  #header>.inside{
    height:160px;
  }
  #header.shrink>.inside{
    height:60px;
  }
  .slider-box{
    margin-top:160px;
  }
}
.logo{
  padding:32px 0 0 0;
  width:20%;

  position:relative;

  z-index:2;

  margin-left:25px;

  min-width:162px;

}
.logo svg{
  display:inline-block;
}
.logo a{
  display:block;
}
.white .logo svg *{
  fill:#ffffff;
}
#header .logo .purventus_letter,#header.shrink .logo .purventus_letter,.small .logo .purventus_letter{
  display:none;
}
@media only screen and (min-width:37.500em){
  #header .logo .purventus_letter{
    display:block;
  }
  #header.shrink .logo{
    width:17%;
    padding:1% 0;
  }
}
.pagination ul li a,.pagination ul li span{
  padding:10px 21px;
  border-radius:50%;
  border:2px solid #004f5c;
  color:#004f5c;
  font-weight:400;
}
.mod_search .pagination a:hover,.pagination ul li a:hover,.pagination ul li span.current{
	background-color:#00a5bf;
	border-color:#00a5bf;
  color:#ffffff;
}
.pagination ul li{
    margin:5px;
}
.pagination ul li.next a,.pagination ul li.next span,.pagination ul li.previous a,.pagination ul li.previous span{
  border-radius:25px;
}
#container:after,#container:before,#header:after,#header:before,#header>.inside>.wrap:after,#header>.inside>.wrap:before,#main:after,#main:before,.ce_gallery:after,.ce_gallery:before,.ce_gallery ul:after,.ce_text.originalGroesse:after,.ce_text.originalGroesse:before,.clear:after,.clear:before,.layout_latest:after,.layout_latest:before,.menuMain ul:after,.menuMain ul:before,.mod_article:after,.mod_article:before,.mod_newslist .layout_full .inner:after,.mod_newslist .layout_full .inner:before,.sc-clear:after,.sc-clear:before,.searchform:after,.searchform:before,.slider-box:after,.slider-box:before,nav.ce_rsce_systeme ul:after,nav.ce_rsce_systeme ul:before{
	display:block;
	visibility:hidden;
	clear:both;

	height:0px;
	content:".";
  font-size:0;
}
.hr:after,.mod_newslist .layout_full:not(.last):after,.mod_newslist .layout_news:not(.last):after,.startseite #header>.inside:after,nav.ce_rsce_systeme:after{
  position:absolute;
  content:"";
  max-width:1080px;
  height:50px;
  margin:auto;
  left:0;
  right:0;
  bottom:-50px;
  background-position:top;
  display:block;
  background-image:url(../../files/themes/purventus.de/img/schatten.png);
  background-repeat:no-repeat;
  background-size:contain;
}
#header>.inside:after{
  bottom:-50px;
  z-index:1002;
}
.hr:after,.mod_newslist .layout_full:not(.last):after,.mod_newslist .layout_news:not(.last):after,nav.ce_rsce_systeme:after{
  z-index:-1;
}
.hr{
  z-index:1;
  position:relative;
}
.hr .inner{
  background-color:#ffffff;
  z-index:2;
  padding-bottom:50px;
  margin-bottom:75px;
}
#footer{
  background-color:#004f5c;
  text-align:center;
}
#footer .logo{
  margin:0 auto;
  width:20%;
}
#footer .container {
    max-width: 1130px;
    margin: 0 auto;
}

#footer .logo svg *{
  fill:#ffffff;
}
#footer *{
  color:#859ea4;
  font:200 18px/30px roboto,sans-serif;
}
#footer a:hover{
  color:#ffffff;
}
#footer>.inside{
  padding-top:50px;
  padding-bottom:50px;
}
#map_container{
	position:relative;
  width:100%;
  height:400px;
  max-height:400px;
  margin:0 auto;
  margin-top:25px;
}
#map{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
}
@media only screen and (min-width:37.500em){
  #map_container{
    max-height:50vh;
    margin-top:59px;
  }
}
.ce_downloads ul,.ce_download ul{
  margin:0;
  padding:0;
  list-style-type:none;
}
.ce_download img,.ce_downloads img{
  float:left;
}
.ce_download a,.ce_download img,.ce_downloads a,.ce_downloads img{
  display:block;
}
.ce_download img,.ce_downloads img{
  margin:15px;
  margin-top:17px;
}
.ce_download a,.ce_downloads a{
  padding:15px;
  text-decoration:none;
  position:relative;
  font-weight:600;
}
#anwendungen{
  background-image:url(/files/upload/parallax/kueche_tfsqeq_c_scale,w_2520.jpg);
  background-repeat:no-repeat;
  background-attachment:fixed;
  background-position:50%;
  background-size:cover;
  position:relative;
  z-index:1;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-pack:center;
      justify-content:center;
  -ms-flex-align:center;
      align-items:center;
  min-height:260px;
}
@media only screen and (min-width:37.500em){
  #anwendungen{
    min-height:530px;
  }
}
#anwendungen:after{
  position:absolute;
  top:0;
  left:0;
  z-index:2;
  display:block;
  width:100%;
  height:100%;
  background-color:rgba(0, 79, 92, .4);
  content:"";
  visibility:visible;
}
#anwendungen .inner{
  text-align:center;
  z-index:3;
  min-height:260px;
}
#anwendungen .inner *{
  color:#ffffff;
  font-family:Dosis,sans-serif;
}
#anwendungen .inner .logo+.ce_text p{
  font:200 37px/46px Dosis,sans-serif;
}
#anwendungen .logo{
  margin:0 auto;
  height:120px;
  width:80%;
  max-width:431px;
}
nav.ce_rsce_systeme{
  position:relative;
  background-color:#ffffff;
  z-index:0;
}
nav.ce_rsce_systeme ul{
  text-align:center;
  padding-top:50px;
  padding-bottom:30px;
  background-color:#ffffff;
}
nav.ce_rsce_systeme li{
  display:inline-block;
}
nav.ce_rsce_systeme button{
  border:0;
  background-color:transparent;
  font-size:22px;
  font-family:Dosis,sans-serif;
  font-weight:600;
}
nav.ce_rsce_systeme button:hover{
  cursor:pointer;
}
nav.ce_rsce_systeme button.active,nav.ce_rsce_systeme button:hover{
  color:#00a5bf;
}
@media only screen and (min-width:37.500em){
  nav.ce_rsce_systeme button{
    padding:25px;
  }
}
.ce_rsce_systeme .ce_hyperlink{
  margin-top:55px;
}
.ce_rsce_systeme.slick-slider,.purventusTwoColumn{
  margin-top:50px;
}
.ce_rsce_systeme .slick-slide{
  padding:0 25px 25px 25px;
}
.ce_rsce_systeme .imageWrapper{
  padding:0 0 25px 0;
}
@media only screen and (min-width:37.500em){
  .ce_rsce_systeme .imageWrapper{
    padding:0 75px 25px 75px;
  }
}
.ce_rsce_systeme .textWrapper{
  text-align:center;
  background-color:#004f5c;
  border-radius:15px;
  padding:25px 25px;
  overflow:hidden;
}
@media only screen and (min-width:37.500em){
  .ce_rsce_systeme .textWrapper{
    padding:25px 100px;
  }
}
.ce_rsce_systeme .textWrapper *{
  color:#ffffff;
}
.kontaktPerson .inner:after,.kontaktPerson .inner:before{
  display:block;
  visibility:hidden;
  clear:both;

  height:0px;
  content:".";
  font-size:0;
}
.kontaktPerson *{
  color:#ffffff;
  font-size:22px;
  font-weight:300;
  font-family:Dosis,sans-serif;
}
.kontaktPerson .h3Like,.kontaktPerson a{
  font-weight:500;
}
.kontaktPerson a{
  text-decoration:none;
}
.kontaktPerson .img-circle img{
  border-radius:50%;
  margin:0 auto;
}
.kontaktPerson .inner{
  background-color:#00a5bf;
  border-radius:15px;
  padding:25px;
}
.kontaktPerson .textWrapper{
  overflow:hidden;
}
.kontaktPerson .textWrapper p{
  padding-bottom:10px;
}
.kontaktPerson{
  margin-bottom:50px;
}
@media only screen and (min-width:37.500em){

  .kontaktPerson{
    max-width:70%;
    margin:0 auto;
    margin-bottom:50px;
  }
  .kontaktPerson .inner{
    padding:25px 100px 25px 225px;
    position:relative;
    min-height:300px;
    max-height:300px;
    margin-left:200px;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    position:relative;
    left:75px;
    height:300px;
    overflow:visible;
  }
  .kontaktPerson .img-circle img{
    position:absolute;
    top:0;
    left:-150px;
  }
  .kontaktPerson .imageWrapper{
    float:left;
  }

}
@media only screen and (min-width:603px) and (max-width:806px){
  .kontaktPerson .inner{
    padding:1% 1% 1% 170px;
  }
}
@media only screen and (min-width:806px) and (max-width:1000px){
  .kontaktPerson .inner{
    padding:1% 1% 1% 30%;
  }
}
@media only screen and (min-width:600px) and (max-width:800px){
  .kontaktPerson{
    max-width:80%;
  }
}
.come-in{
  transform:translateY(150px);
  animation:come-in 0.8s ease forwards;
}
.come-in:nth-child(odd){
  animation-duration:0.6s;
}
.already-visible{
  transform:translateY(0);
  animation:none;
}
@keyframes come-in{
  to{ transform:translateY(0); }
}
.ce_rsce_zweispaltig_tabelle+[class^=ce_]{
  margin-top:50px;
}
.ce_rsce_zweispaltig_bild .h3Like,.ce_rsce_zweispaltig_tabelle .h3Like{
  margin-bottom:26px !important;
}
.ce_rsce_zweispaltig_bild,.ce_rsce_zweispaltig_tabelle{
  margin-bottom:75px;
}
.ce_rsce_zweispaltig_bild .ce_text .imageWrapper,.ce_rsce_zweispaltig_tabelle .ce_text tabh2le{
  margin-top:50px;
}
table{
  background-color:#e6e6e6;
  border-collapse:collapse;
}
td{
  padding:25px 5px;
  font-weight:600;
  font-size:16px;
  font-family: roboto;
}
tr+tr{
  border-top:2px solid #ffffff;
}
.ce_download img[src*="iconPDF.gif"]{
  display:none !important;
}
.ce_download img[src*="iconPDF.gif"]+a:before{
  display:inline-block;
  content:"";
  background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14.571 17'%3E%3Ctitle%3Epdf-01%3C/title%3E%3Cpath d='M13.927 3.605a2.213 2.213 0 0 1 .455.72 2.2 2.2 0 0 1 .19.836V16.09a.907.907 0 0 1-.91.91H.91A.907.907 0 0 1 0 16.09V.91A.877.877 0 0 1 .265.265.877.877 0 0 1 .91 0h8.5a2.183 2.183 0 0 1 .835.19 2.222 2.222 0 0 1 .722.455zm-.57 12.18V6.07H9.412a.907.907 0 0 1-.91-.91V1.214H1.214v14.57zm-4.87-5.626a7.285 7.285 0 0 0 .8.53 9.47 9.47 0 0 1 1.108-.066q1.395 0 1.68.465a.46.46 0 0 1 .02.492.024.024 0 0 1-.01.02l-.02.02v.01q-.057.36-.674.36a3.9 3.9 0 0 1-1.09-.19 6.925 6.925 0 0 1-1.233-.5 17.068 17.068 0 0 0-3.72.786q-1.45 2.486-2.3 2.485a.554.554 0 0 1-.265-.066l-.228-.114-.057-.047a.39.39 0 0 1-.057-.342 2.064 2.064 0 0 1 .53-.868 4.59 4.59 0 0 1 1.253-.915.14.14 0 0 1 .218.058.056.056 0 0 1 .02.038q.494-.806 1.015-1.87a14.445 14.445 0 0 0 .987-2.484 7.652 7.652 0 0 1-.29-1.513 3.685 3.685 0 0 1 .062-1.21q.1-.38.4-.38h.208a.4.4 0 0 1 .332.143.757.757 0 0 1 .085.645.207.207 0 0 1-.04.076.24.24 0 0 1 .01.075v.284a12.534 12.534 0 0 1-.134 1.82 4.8 4.8 0 0 0 1.39 2.255zm-5.466 3.9a4.185 4.185 0 0 0 1.3-1.5 5.4 5.4 0 0 0-.83.8 3.15 3.15 0 0 0-.474.698zm2.596-2.455a13.9 13.9 0 0 1 2.694-.768q-.02-.01-.123-.09a1.6 1.6 0 0 1-.152-.13 5.025 5.025 0 0 1-1.2-1.67 12.718 12.718 0 0 1-.788 1.87l-.43.788zm1.176-6.27a2.826 2.826 0 0 0-.02 1.252l.067-.418c0-.02.02-.155.065-.41a.22.22 0 0 1 .038-.074.03.03 0 0 1-.01-.02.07.07 0 0 1-.01-.028.545.545 0 0 0-.123-.34.027.027 0 0 1-.01.018zm2.92-4.042v3.564h3.574a1.035 1.035 0 0 0-.21-.39l-2.968-2.97a1.047 1.047 0 0 0-.394-.207zm2.03 10.16a2.274 2.274 0 0 0-1.327-.228 3.6 3.6 0 0 0 1.177.266.873.873 0 0 0 .17-.01c.002-.008-.005-.018-.018-.03z' fill='%23004f5c' style='isolation:isolate'/%3E%3C/svg%3E");
  background-repeat:no-repeat;
  width:18px;
  height:18px;
  margin-right:17px;
}

/*# sourceMappingURL=http://purventus.com/files/themes/purventus.de/style.css.map */
/* Anpassungen Richter & Partner */

.menuMain li.submenu > span:hover{
	cursor:pointer;
}

.mod_newslist .even.layout_full.even .ce_gallery {
    width: 100%;
}

.mod_newslist .layout_full.even .ce_gallery ul{
padding-right:60px;	
padding-left:40px;	
}

.mod_newslist .layout_full.img-circle .ce_gallery img {
	border: 2px solid #b8d9de;
	border-radius:0;
}

.read-more-block .read-more-link:hover{
	cursor:pointer;
}

@media screen and (max-width:991px){
.mod_newslist .ce_gallery .cols_2 li{
	width:60%;
}

nav.mod_customnav.menuSub{
	display:none;
}

}

@media screen and (max-width:600px){
	.ce_rsce_systeme .h2Like {
    font-size: 1.6rem;
  
}
	
}

@media screen and (max-width:766px){
.mod_newslist .ce_gallery .cols_2 li{
	width:51%;
}
.mod_newslist .layout_full.even .ce_gallery.right {

    float: none;
    width: 100%;
text-align:center;
}
}

.menuSub li.prod, .menuSub li.know{
	position:relative;
}

.menuSub-prod, .menuSub-know {
	position:absolute;
	top:40px;
	z-index:999;
	
}

.menuSub-prod .level_1, .menuSub-know .level_1{
	display:flex;
	
}


li.trenner{
	width:2px;
	border-left:2px solid white;
	border-color: rgba(255,255,255,0.5);
}

.mod_newslist .ce_gallery:not(.gallerySlider):not(.gallerySlider2x) ul li[class*="row_"] {
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
}

.submenu.sibling > a i{
	color:white;
}

.submenu.sibling > a:hover i, .prod a:hover i, .know a:hover i, span.active.submenu i, span.active.know i, span.active.prod i {
	color:#00a5bf;
}

.ce_text ul li{
	font: 200 18px/30px roboto,sans-serif;
}

.mod_newslist .layout_full.even .read-more-closed .ce_download a{
    padding-left:75px
  }
  
  .mod_newslist .layout_full.odd .read-more-closed .ce_download a{
    padding-right:75px
  }

