@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,900&display=swap.css);
/*!
*
* ISH Stylesheet
* Author: BRAIN interactive aka <martin.dueffer@brain-interactive.com>
*
*/
.grid {
  padding-right: 2rem;
  padding-left: 2rem;
}
.row {
  box-sizing: border-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}
.row.reverse {
  flex-direction: row-reverse;
  flex-wrap: wrap-reverse;
}
.col.reverse {
  flex-direction: column-reverse;
  flex-wrap: wrap-reverse;
}
[class^="col-xs"],
[class*=" col-xs"],
[class^="col-xs-offset"],
[class*=" col-xs-offset"] {
  box-sizing: border-box;
  flex: 0 0 auto;
  flex-direction: column;
  padding-right: 1rem;
  padding-left: 1rem;
}
.col-xs {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}
.col-xs-1 {
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}
.col-xs-2 {
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}
.col-xs-3 {
  flex-basis: 25%;
  max-width: 25%;
}
.col-xs-4 {
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}
.col-xs-5 {
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}
.col-xs-6 {
  flex-basis: 50%;
  max-width: 50%;
}
.col-xs-7 {
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}
.col-xs-8 {
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}
.col-xs-9 {
  flex-basis: 75%;
  max-width: 75%;
}
.col-xs-10 {
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}
.col-xs-11 {
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}
.col-xs-12 {
  flex-basis: 100%;
  max-width: 100%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.start-xs {
  justify-content: flex-start;
  text-align: start;
}
.center-xs {
  justify-content: center;
  text-align: center;
}
.end-xs {
  justify-content: flex-end;
  text-align: end;
}
.top-xs {
  align-items: flex-start;
}
.middle-xs {
  align-items: center;
}
.bottom-xs {
  align-items: flex-end;
}
.around-xs {
  justify-content: space-around;
}
.between-xs {
  justify-content: space-between;
}
.first-xs {
  order: -1;
}
.last-xs {
  order: 1;
}
@media only screen and (min-width: 650px) {
  [class^="col-sm"],
  [class*=" col-sm"],
  [class^="col-sm-offset"],
  [class*=" col-sm-offset"] {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-direction: column;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-sm {
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    align-items: flex-start;
  }
  .middle-sm {
    align-items: center;
  }
  .bottom-sm {
    align-items: flex-end;
  }
  .around-sm {
    justify-content: space-around;
  }
  .between-sm {
    justify-content: space-between;
  }
  .first-sm {
    order: -1;
  }
  .last-sm {
    order: 1;
  }
}
@media only screen and (min-width: 985px) {
  [class^="col-md"],
  [class*=" col-md"],
  [class^="col-md-offset"],
  [class*=" col-md-offset"] {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-direction: column;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-md {
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    justify-content: center;
    text-align: center;
  }
  .end-md {
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    align-items: flex-start;
  }
  .middle-md {
    align-items: center;
  }
  .bottom-md {
    align-items: flex-end;
  }
  .around-md {
    justify-content: space-around;
  }
  .between-md {
    justify-content: space-between;
  }
  .first-md {
    order: -1;
  }
  .last-md {
    order: 1;
  }
}
@media only screen and (min-width: 1300px) {
  [class^="col-lg"],
  [class*=" col-lg"],
  [class^="col-lg-offset"],
  [class*=" col-lg-offset"] {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-direction: column;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-lg {
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    align-items: flex-start;
  }
  .middle-lg {
    align-items: center;
  }
  .bottom-lg {
    align-items: flex-end;
  }
  .around-lg {
    justify-content: space-around;
  }
  .between-lg {
    justify-content: space-between;
  }
  .first-lg {
    order: -1;
  }
  .last-lg {
    order: 1;
  }
}
/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
/** /!!! core css Should not edit !!!/**/
.lSSlideOuter {
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.lightSlider:before,
.lightSlider:after {
  content: " ";
  display: table;
}
.lightSlider {
  overflow: hidden;
  margin: 0;
}
.lSSlideWrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.lSSlideWrapper > .lightSlider:after {
  clear: both;
}
.lSSlideWrapper .lSSlide {
  transform: translate(0px, 0px);
  -webkit-transition: all 1s;
  transition-property: transform,height;
  transition-duration: inherit !important;
  transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade {
  position: relative;
}
.lSSlideWrapper .lSFade > * {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%;
}
.lSSlideWrapper.usingCss .lSFade > * {
  opacity: 0;
  transition-delay: 0s;
  transition-duration: inherit !important;
  transition-property: opacity;
  transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade > *.active {
  z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > *.active {
  opacity: 1;
}
/** /!!! End of core css Should not edit !!!/**/
/* Pager */
.lSSlideOuter .lSPager.lSpg {
  margin: 10px 0 0;
  padding: 0;
  text-align: center;
}
.lSSlideOuter .lSPager.lSpg > li {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px;
}
.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #222222;
  border-radius: 30px;
  display: inline-block;
  height: 8px;
  overflow: hidden;
  text-indent: -999em;
  width: 8px;
  position: relative;
  z-index: 99;
  transition: all 0.5s linear 0s;
}
.lSSlideOuter .lSPager.lSpg > li:hover a,
.lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: #428bca;
}
.lSSlideOuter .media {
  opacity: 0.8;
}
.lSSlideOuter .media.active {
  opacity: 1;
}
/* End of pager */
/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.lSSlideOuter .lSPager.lSGallery li {
  overflow: hidden;
  transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}
.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 5px;
}
.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 100%;
}
.lSSlideOuter .lSPager.lSGallery:before,
.lSSlideOuter .lSPager.lSGallery:after {
  content: " ";
  display: table;
}
.lSSlideOuter .lSPager.lSGallery:after {
  clear: both;
}
/* End of Gallery*/
/* slider actions */
.lSAction > a {
  width: 32px;
  display: block;
  top: 50%;
  height: 32px;
  cursor: pointer;
  position: absolute;
  z-index: 99;
  margin-top: -16px;
  opacity: 0.5;
  transition: opacity 0.35s linear 0s;
}
.lSAction > a:hover {
  opacity: 1;
}
.lSAction > .lSPrev {
  background-position: 0 0;
  left: 10px;
}
.lSAction > .lSNext {
  background-position: -32px 0;
  right: 10px;
}
.lSAction > a.disabled {
  pointer-events: none;
}
.cS-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
}
/* vertical */
.lSSlideOuter.vertical {
  position: relative;
}
.lSSlideOuter.vertical.noPager {
  padding-right: 0px !important;
}
.lSSlideOuter.vertical .lSGallery {
  position: absolute !important;
  right: 0;
  top: 0;
}
.lSSlideOuter.vertical .lightSlider > * {
  width: 100% !important;
  max-width: none !important;
}
/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
  left: 50%;
  margin-left: -14px;
  margin-top: 0;
}
.lSSlideOuter.vertical .lSAction > .lSNext {
  background-position: 31px -31px;
  bottom: 10px;
  top: auto;
}
.lSSlideOuter.vertical .lSAction > .lSPrev {
  background-position: 0 -31px;
  bottom: auto;
  top: 10px;
}
/* vertical */
/* Rtl */
.lSSlideOuter.lSrtl {
  direction: rtl;
}
.lSSlideOuter .lightSlider,
.lSSlideOuter .lSPager {
  padding-left: 0;
  list-style: none outside none;
}
.lSSlideOuter.lSrtl .lightSlider,
.lSSlideOuter.lSrtl .lSPager {
  padding-right: 0;
}
.lSSlideOuter .lightSlider > *,
.lSSlideOuter .lSGallery li {
  float: left;
}
.lSSlideOuter.lSrtl .lightSlider > *,
.lSSlideOuter.lSrtl .lSGallery li {
  float: right !important;
}
/* Rtl */
@keyframes rightEnd {
  0% {
    left: 0;
  }
  50% {
    left: -15px;
  }
  100% {
    left: 0;
  }
}
@keyframes topEnd {
  0% {
    top: 0;
  }
  50% {
    top: -15px;
  }
  100% {
    top: 0;
  }
}
@keyframes leftEnd {
  0% {
    left: 0;
  }
  50% {
    left: 15px;
  }
  100% {
    left: 0;
  }
}
@keyframes bottomEnd {
  0% {
    bottom: 0;
  }
  50% {
    bottom: -15px;
  }
  100% {
    bottom: 0;
  }
}
.lSSlideOuter .rightEnd {
  animation: rightEnd 0.3s;
  position: relative;
}
.lSSlideOuter .leftEnd {
  animation: leftEnd 0.3s;
  position: relative;
}
.lSSlideOuter.vertical .rightEnd {
  animation: topEnd 0.3s;
  position: relative;
}
.lSSlideOuter.vertical .leftEnd {
  animation: bottomEnd 0.3s;
  position: relative;
}
.lSSlideOuter.lSrtl .rightEnd {
  animation: leftEnd 0.3s;
  position: relative;
}
.lSSlideOuter.lSrtl .leftEnd {
  animation: rightEnd 0.3s;
  position: relative;
}
/*/  GRab cursor */
.lightSlider.lsGrab > * {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-sub-html,
.lg-toolbar {
  background-color: rgba(0, 0, 0, 0.45);
}
@font-face {
  font-family: lg;
  src: url(/resources/fonts/lg.eot?n1z373);
  src: url(/resources/fonts/lg.eot?#iefixn1z373) format("embedded-opentype"), url(/resources/fonts/lg.woff?n1z373) format("woff"), url(/resources/fonts/lg.ttf?n1z373) format("truetype"), url(/resources/fonts/lg.svg?n1z373#lg) format("svg");
  font-weight: 400;
  font-style: normal;
}
.lg-icon {
  font-family: lg;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lg-actions .lg-next,
.lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: 0;
}
.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
  color: #FFF;
}
.lg-actions .lg-next {
  right: 20px;
}
.lg-actions .lg-next:before {
  content: "\e095";
}
.lg-actions .lg-prev {
  left: 20px;
}
.lg-actions .lg-prev:after {
  content: "\e094";
}
@keyframes lg-right-end {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: -30px;
  }
}
@keyframes lg-left-end {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: 30px;
  }
}
.lg-outer.lg-right-end .lg-object {
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  animation: lg-left-end 0.3s;
  position: relative;
}
.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none!important;
  outline: 0;
  transition: color 0.2s linear;
}
.lg-toolbar .lg-icon:hover {
  color: #FFF;
}
.lg-toolbar .lg-close:after {
  content: "\e070";
}
.lg-toolbar .lg-download:after {
  content: "\e0f2";
}
.lg-sub-html {
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}
#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}
.lg-next,
.lg-prev,
.lg-toolbar {
  opacity: 1;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}
.lg-hide-items .lg-prev {
  opacity: 0;
  transform: translate3d(-10px, 0, 0);
}
.lg-hide-items .lg-next {
  opacity: 0;
  transform: translate3d(10px, 0, 0);
}
.lg-hide-items .lg-toolbar {
  opacity: 0;
  transform: translate3d(0, -10px, 0);
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transform-origin: 50% 50%;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  transform: translate3d(0, 100%, 0);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  transition-duration: 0s !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
  transform: translate3d(0, 0, 0);
}
.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}
.lg-outer .lg-thumb-item {
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}
@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}
.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
  transition: bottom 0.25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}
.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}
.lg-outer .lg-toogle-thumb:hover,
.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF;
}
.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}
.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}
.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%!important;
  height: 100% !important;
}
.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}
.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}
.lg-outer .lg-has-vimeo .lg-video-play {
  background: url(/resources/img/vimeo-play.png) no-repeat;
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url(/resources/img/vimeo-play.png) 0 -58px no-repeat;
}
.lg-outer .lg-has-html5 .lg-video-play {
  background: url(/resources/img/video-play.png) no-repeat;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}
.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-has-youtube .lg-video-play {
  background: url(/resources/img/youtube-play.png) no-repeat;
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url(/resources/img/youtube-play.png) 0 -60px no-repeat;
}
.lg-outer .lg-video-object {
  width: 100%!important;
  height: 100%!important;
  position: absolute;
  top: 0;
  left: 0;
}
.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}
.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}
.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  transition: opacity 80ms ease 0s;
}
.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}
.lg-autoplay-button:after {
  content: "\e01d";
}
.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition-duration: 0s;
}
.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  transform: scale3d(1, 1, 1);
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transform-origin: 0 0;
  backface-visibility: hidden;
}
#lg-zoom-in:after {
  content: "\e311";
}
#lg-actual-size {
  font-size: 20px;
}
#lg-actual-size:after {
  content: "\e033";
}
#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}
#lg-zoom-out:after {
  content: "\e312";
}
.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}
.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}
.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px #fff inset;
}
.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}
.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}
.lg-outer .lg-pager:focus,
.lg-outer .lg-pager:hover {
  box-shadow: 0 0 0 8px #fff inset;
}
.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}
.lg-fullscreen:after {
  content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}
.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}
.lg-outer.lg-dropdown-active #lg-dropdown-overlay,
.lg-outer.lg-dropdown-active .lg-dropdown {
  transition-delay: 0s;
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}
.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 5px, 0);
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}
.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px;
}
.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0;
}
.lg-outer .lg-dropdown > li:hover .lg-icon,
.lg-outer .lg-dropdown > li:hover a {
  color: #333;
}
.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}
.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}
.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}
.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}
.lg-outer,
.lg-outer .lg,
.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
}
.lg-outer #lg-share {
  position: relative;
}
.lg-outer #lg-share:after {
  content: "\e80d";
}
.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}
.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901";
}
.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}
.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904";
}
.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}
.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902";
}
.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}
.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903";
}
.lg-group:after {
  content: "";
  display: table;
  clear: both;
}
.lg-outer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  box-sizing: border-box;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-current,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-prev-slide {
  transition-duration: inherit!important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
  transition-duration: 0s!important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg {
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.lg-outer .lg-inner {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}
.lg-outer .lg-item {
  background: url(/resources/img/loading.gif) center center no-repeat;
  display: none !important;
}
.lg-outer.lg-css .lg-current,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide {
  display: inline-block !important;
}
.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto!important;
  height: auto !important;
}
.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-empty-html,
.lg-outer.lg-hide-download #lg-download {
  display: none;
}
.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}
.lg-backdrop.in {
  opacity: 1;
}
.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item,
.lg-css3.lg-use-left .lg-item {
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  animation-name: pulse;
}
@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}
@keyframes shake {
  from,
  to {
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: shake;
}
@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  from {
    transform: translate3d(0, 0, 0);
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.wobble {
  animation-name: wobble;
}
@keyframes jello {
  from,
  11.1%,
  to {
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  animation-name: jello;
  transform-origin: center;
}
@keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}
.heartBeat {
  animation-name: heartBeat;
  animation-duration: 1.3s;
  animation-timing-function: ease-in-out;
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  animation-duration: 0.75s;
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  animation-duration: 0.75s;
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes flip {
  from {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-duration: 0.75s;
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  animation-duration: 0.75s;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}
@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}
@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}
@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  animation-duration: 2s;
  animation-name: hinge;
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.jackInTheBox {
  animation-name: jackInTheBox;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.rollIn {
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
}
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}
@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}
@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}
@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.animated.infinite {
  animation-iteration-count: infinite;
}
.animated.delay-1s {
  animation-delay: 1s;
}
.animated.delay-2s {
  animation-delay: 2s;
}
.animated.delay-3s {
  animation-delay: 3s;
}
.animated.delay-4s {
  animation-delay: 4s;
}
.animated.delay-5s {
  animation-delay: 5s;
}
.animated.fast {
  animation-duration: 800ms;
}
.animated.faster {
  animation-duration: 500ms;
}
.animated.slow {
  animation-duration: 2s;
}
.animated.slower {
  animation-duration: 3s;
}
@media (print), (prefers-reduced-motion) {
  .animated {
    animation: unset !important;
    transition: none !important;
  }
}
/*********************
* Display
**********************/
.db {
  display: block;
}
.db-i {
  display: block !important;
}
.df {
  display: flex;
}

.top-row .df {
  justify-content: space-between;
}

.df-i {
  display: flex !important;
}
.db {
  display: block;
}
.db-i {
  display: block !important;
}
.di {
  display: inline;
}
.di-i {
  display: inline !important;
}
.dib {
  display: inline-block;
}
.dib-i {
  display: inline-block !important;
}
.dt {
  display: table;
}
.dt-i {
  display: table !important;
}
/*********************
* Position
**********************/
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.pf {
  position: fixed;
}
/*********************
* Flex
**********************/
.f20 {
  flex-basis: 20%;
}
.f25 {
  flex-basis: 25%;
}
.f33 {
  flex-basis: 33.33%;
}
.f50 {
  flex-basis: 50%;
}
/*********************
* Height, Width
**********************/
.h100 {
  height: 100%;
}
.w100 {
  width: 100%;
}
/*********************
* Margin
**********************/
.m0 {
  margin: 0;
}
.m0-i {
  margin: 0 !important;
}
.m0a {
  margin: 0 auto;
}
.m0a-i {
  margin: 0 auto !important;
}
/* left */
.ml5 {
  margin-left: 5px;
}
.ml5-i {
  margin-left: 5px !important;
}
.ml10 {
  margin-left: 10px;
}
.ml10-i {
  margin-left: 10px !important;
}
.ml15 {
  margin-left: 15px;
}
.ml15-i {
  margin-left: 15px !important;
}
.ml20 {
  margin-left: 20px;
}
.ml20-i {
  margin-left: 20px !important;
}
.ml30 {
  margin-left: 30px;
}
.ml30-i {
  margin-left: 30px !important;
}
/* right */
.mr5 {
  margin-right: 5px;
}
.mr5-i {
  margin-right: 5px !important;
}
.mr10 {
  margin-right: 10px;
}
.mr10-i {
  margin-right: 10px !important;
}
.mr15 {
  margin-right: 15px;
}
.mr15-i {
  margin-right: 15px !important;
}
.mr20 {
  margin-right: 20px;
}
.mr20-i {
  margin-right: 20px !important;
}
.mr30 {
  margin-right: 30px;
}
.mr30-i {
  margin-right: 30px !important;
}
/* top */
.mt0 {
  margin-top: 0px;
}
.mt0-i {
  margin-top: 0px !important;
}
.mt5 {
  margin-top: 5px;
}
.mt5-i {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px;
}
.mt10-i {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px;
}
.mt15-i {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px;
}
.mt20-i {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px;
}
.mt30-i {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px;
}
.mt40-i {
  margin-top: 40px !important;
}
.mt50 {
  margin-top: 50px;
}
.mt50-i {
  margin-top: 50px !important;
}
/* bottom */
.mb0 {
  margin-bottom: 0px;
}
.mb0-i {
  margin-bottom: 0px !important;
}
.mb5 {
  margin-bottom: 5px;
}
.mb5-i {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px;
}
.mb10-i {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px;
}
.mb15-i {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px;
}
.mb20-i {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px;
}
.mb30-i {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px;
}
.mb40-i {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px;
}
.mb50-i {
  margin-bottom: 50px !important;
}
/*********************
* Padding
**********************/
.p0 {
  padding: 0;
}
/* mixed */
.p10 {
  padding: 10px;
}
.p15 {
  padding: 15px;
}
.p20 {
  padding: 20px;
}
.p25 {
  padding: 25px;
}
.p30 {
  padding: 30px;
}
.p10-0 {
  padding: 10px 0;
}
.p20-0 {
  padding: 20px 0;
}
.p30-0 {
  padding: 30px 0;
}
.p40-0 {
  padding: 40px 0;
}
.p0-10 {
  padding: 0 10px;
}
.p0-15 {
  padding: 0 15px;
}
.p0-20 {
  padding: 0 20px;
}
.p8-0 {
  padding: 8px 0;
}
/* left */
.pl5 {
  padding-left: 5px;
}
.pl10 {
  padding-left: 10px;
}
.pl15 {
  padding-left: 15px;
}
.pl20 {
  padding-left: 20px;
}
/* right */
.pr5 {
  padding-right: 5px;
}
.pr10 {
  padding-right: 10px;
}
.pr15 {
  padding-right: 15px;
}
.pr20 {
  padding-right: 20px;
}
.pr40 {
  padding-right: 40px;
}
/* top */
.pt5 {
  padding-top: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pt15 {
  padding-top: 15px;
}
.pt20 {
  padding-top: 20px;
}
.pt30 {
  padding-top: 30px;
}
/* bottom */
.pb5 {
  padding-bottom: 5px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb30 {
  padding-bottom: 30px;
}
/*********************
* Text & Fonts
**********************/
.ta-l {
  text-align: left;
}
.ta-c {
  text-align: center;
}
.ta-r {
  text-align: right;
}
.fs10 {
  font-size: 10px;
}
.fs12 {
  font-size: 12px;
}
.fs14 {
  font-size: 14px;
}
.fs16 {
  font-size: 16px;
}
.fs18 {
  font-size: 18px;
}
.fs20 {
  font-size: 20px;
}
.fs22 {
  font-size: 22px;
}
.fs24 {
  font-size: 24px;
}
.fs26 {
  font-size: 26px;
}
/*********************
* Overflow
**********************/
.no-ovrfl {
  overflow: inherit;
}
.ovrfl {
  overflow: hidden;
}
.txt-over-doted {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.display-flex {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  background-color: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
  margin: 0;
  padding: 0;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
a img {
  border: 0;
}
embed,
iframe,
object {
  max-width: 100%;
}
button {
  margin: 0;
  padding: 0;
}
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/titilliumweb/v15/NaPDcZTIAOhVxoMyOr9n_E7ffGjEKIw.ttf) format('truetype');
}
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/titilliumweb/v15/NaPDcZTIAOhVxoMyOr9n_E7ffHjDKIw.ttf) format('truetype');
}
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/titilliumweb/v15/NaPDcZTIAOhVxoMyOr9n_E7ffEDBKIw.ttf) format('truetype');
}
/*
@font-face {
    font-family: 'Titillium Web';
    src: url('fonts/TitilliumWeb-Bold.ttf') format('truetype'),
    url('fonts/TitilliumWeb-Light.ttf') format('truetype'),
    url('fonts/TitilliumWeb-SemiBold.ttf') format('truetype');

}*/
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: 'Source Sans Pro';
  color: #272727;
}
p {
  line-height: 150%;
  margin-bottom: 10px;
}
strong {
  font-weight: 600;
}
.c-wrap {
  display: block;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}
input,
textarea {
  background: #f1f1f1;
  border: none;
  width: 100%;
  outline: none;
}
main.content.nav_bar_fixed {
  padding-top: 100px;
}
h1,
h2,
h3,
h4 {
  color: #272727;
}
h1 {
  font-family: 'Titillium Web', sans-serif;
  font-size: 43px!important;
  font-weight: 700!important;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1200px) {
  h1 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 540px) {
  h1 {
    font-size: 22px;
  }
}
h2 {
  font-family: 'Titillium Web', sans-serif;
  font-size: 27px;
  margin-bottom: 15px;
  font-weight: 700!important;
}
@media only screen and (max-width: 1200px) {
  h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 540px) {
  h2 {
    font-size: 18px;
  }
}
h3 {
  font-family: 'Titillium Web', sans-serif;
  font-size: 18px;
  font-weight: 600!important;
  margin-bottom: 15px;
}
h4 {
  font-family: 'Titillium Web', sans-serif;
  font-size: 16px;
  font-weight: 600!important;
  margin-bottom: 10px;
}
.underlined {
  text-align: center;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.underlined:after {
  display: table;
  position: absolute;
  bottom: 0px;
  content: "";
  border-bottom: 4px solid #98b4ec;
  height: 0px;
  width: 110px;
  left: 50%;
  transform: translateX(-50%);
}
h2.klein {
  font-size: 25px;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}
a {
  outline: none !important;
  text-decoration: none;
  color: #272727;
}
a:hover {
  color: #6699ff;
}
button,
input[type=text] {
  -webkit-appearance: none;
  border-radius: 0;
  border: 0;
}
.button {
  font-size: 13px;
  font-weight: 500;
  background: #4d525b;
  padding: 14px 25px;
  min-height: 40px;
  color: #fff;
  display: table;
  position: relative;
  z-index: 10;
  border-radius: 18px;
  transition: all 0.3s;
  text-decoration: none;
  text-transform: uppercase;
}
.button:hover {
  background: #6699ff;
  color: #fff;
}
.button:hover:before,
.button:hover:after {
  background: #6699ff;
}
div.border-c {
  padding: 20px;
  border: 2px solid #e7e7e7;
}
.button.withicon {
  display: table;
}
.contact-block {
  background: #f2f2f2;
}
.contact-block p {
  font-weight: bold;
  font-size: 18px;
}
.arrow-list {
  position: relative;
}
.arrow-list li {
  padding-left: 22px;
  margin-bottom: 10px;
}
.arrow-list li:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f058";
  left: 0;
  color: #6699ff;
}
[data-link] {
  cursor: pointer;
}
[v-cloak] {
  display: none;
}
/* == WordPress WYSIWYG Editor Styles == */
.entry-content img {
  margin: 0 0 1.5em 0;
}
.alignleft,
img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}
.alignright,
img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}
.aligncenter,
img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}
.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}
.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}
.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}
.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}
blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}
blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}
/* list styles */
.check-list {
  position: relative;
}
.check-list li {
  padding-left: 30px;
  color: #fff;
  margin-bottom: 10px;
}
.check-list li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  display: inline-block;
  position: absolute;
  color: #fff;
  left: 0px;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-weight: 600;
}
.test-count {
  background-color: #000001;
}
div.mobile-info-canvas {
  position: fixed;
  top: 0px;
  left: -280px;
  width: 280px;
  overflow-y: auto;
  -webkit-transition: left 0.5s ease;
  -moz-transition: left 0.5s ease;
  -ms-transition: left 0.5s ease;
  -o-transition: left 0.5s ease;
}
div.mobile-info-canvas.open-menu {
  left: 0px;
}
div.mobile-info-canvas div.top-bar {
  height: 62px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  display: flex;
}
div.mobile-info-canvas div.top-bar div.close-btn {
  width: 60px;
  height: 100%;
  border-right: 1px solid #e7e7e7;
  font-size: 38px;
  color: #272727;
  text-align: center;
  padding-top: 11px;
}
div.mobile-info-canvas div.top-bar div.logo {
  flex: 1;
  text-align: center;
  padding-top: 13px;
}
div.mobile-info-canvas div.top-bar div.logo img {
  height: 35px;
}
div.mobile-info-canvas div.__contact_row {
  min-height: 82px;
  padding: 20px;
}
div.mobile-info-canvas div.__contact_row div.item {
  position: relative;
  margin-bottom: 25px;
  font-size: 18px;
}
div.mobile-info-canvas div.__contact_row div.item i {
  min-width: 25px;
}
div.mobile-info-canvas div.__contact_row div.item a {
  display: block;
  color: #638be0;
  font-weight: bold;
  margin-top: 6px;
}
div.mobile-info-canvas div.__contact_row div.search i {
  display: none;
}
div.mobile-info-canvas div.__contact_row div.search input {
  height: 40px;
  background: none;
  border-bottom: 2px solid #272727;
  margin-bottom: 10px;
}
div.mobile-info-canvas div.__contact_row div.search button {
  min-height: 40px;
  -webkit-appearance: none;
}
div.mobile-menu-canvas {
  position: fixed;
  top: 0px;
  right: -280px;
  width: 280px;
  -webkit-transition: right 0.5s ease;
  -moz-transition: right 0.5s ease;
  -ms-transition: right 0.5s ease;
  -o-transition: right 0.5s ease;
  overflow-y: auto;
}
div.mobile-menu-canvas.open-menu {
  right: 0px;
}
div.mobile-menu-canvas div.top-bar {
  height: 62px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  display: flex;
}
div.mobile-menu-canvas div.top-bar div.close-btn {
  width: 60px;
  height: 100%;
  border-left: 1px solid #e7e7e7;
  font-size: 38px;
  color: #272727;
  text-align: center;
  padding-top: 11px;
}
div.mobile-menu-canvas div.top-bar div.logo {
  flex: 1;
  text-align: center;
  padding-top: 13px;
}
div.mobile-menu-canvas div.top-bar div.logo img {
  height: 35px;
}
div.mobile-menu-canvas ul.main-menu > li {
  min-height: 50px;
  border-bottom: 1px solid #e7e7e7;
  font-size: 16px;
  padding: 15px 15px 0 15px;
}
div.mobile-menu-canvas ul.main-menu > li a {
  font-weight: 400;
  color: #272727;
}
div.mobile-menu-canvas ul.main-menu > li ul.sub-menu {
  display: none;
  margin-top: 15px;
  margin-left: -15px;
  margin-right: -15px;
}
div.mobile-menu-canvas ul.main-menu > li ul.sub-menu > li {
  min-height: 50px;
  border-bottom: 1px solid #eeeeee;
  font-size: 18px;
  padding: 15px 15px 0 25px;
  background: #fbfbfb;
}
div.mobile-menu-canvas ul.main-menu > li ul.sub-menu > li a {
  font-weight: normal;
  font-size: 16px;
}
div.mobile-menu-canvas ul.main-menu > li ul.sub-menu > li:first-child {
  border-top: 1px solid #eeeeee;
}
div.mobile-menu-canvas ul.main-menu > li ul.sub-menu > li:last-child {
  border: none;
}
div.mobile-menu-canvas ul.main-menu li.menu-item-has-children {
  position: relative;
}
div.mobile-menu-canvas ul.main-menu li.menu-item-has-children a {
  display: block;
}
div.mobile-menu-canvas ul.main-menu li.menu-item-has-children:after {
  content: "\f067";
  position: absolute;
  display: block;
  right: 15px;
  top: 0px;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  height: 50px;
  width: 50px;
  text-align: right;
  padding-top: 15px;
  color: #272727;
}
div.mobile-canvas-wrap {
  position: relative;
  left: 0;
  -webkit-transition: left 0.5s ease;
  -moz-transition: left 0.5s ease;
  -ms-transition: left 0.5s ease;
  -o-transition: left 0.5s ease;
}
div.mobile-canvas-wrap nav.__navigation.nav_fixed {
  left: 0px;
  -webkit-transition: left 0.5s ease;
  -moz-transition: left 0.5s ease;
  -ms-transition: left 0.5s ease;
  -o-transition: left 0.5s ease;
}
div.mobile-canvas-wrap.canvas-open-left {
  left: 280px;
}
div.mobile-canvas-wrap.canvas-open-left nav.__navigation.nav_fixed {
  left: 280px;
}
div.mobile-canvas-wrap.canvas-open-right {
  left: -280px;
}
div.mobile-canvas-wrap.canvas-open-right nav.__navigation.nav_fixed {
  left: -280px;
}
div.top-row {
  background: #272727;
  height: 50px;
  color: #ededed;
  padding-top: 15px;
}
div.top-row div.df div.item {
  font-size: 14px;
}
div.top-row div.df div.item i {
  color: #638be0;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #ededed;
  font-size: 16px;
}
div.top-row div.df div.item strong {
  margin-right: 10px;
}
div.top-row div.df div.item a {
  color: #ededed;
}
div.top-row div.df div.search {
  flex-basis: 40%;
}
div.top-row div.df div.search i {
  float: left;
}
div.top-row div.df div.search input {
  max-width: 200px;
  background: none;
  border: none;
  color: #ededed;
}
div.top-row div.df div.search input::-moz-placeholder {
  color: #ededed;
}
div.top-row div.df div.search input::placeholder {
  color: #ededed;
}
div.top-row div.df div.search button.button {
  display: none;
  height: 42px;
}
@media only screen and (max-width: 1200px) {
  div.top-row div.df div.search button.button {
    display: block;
  }
}
div.top-row div.df div.contact {
  flex-basis: 23.3%;
  text-align: right;
}
nav.navigation {
  background: #fff;
  height: 80px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #eeeeee;
  position: relative;
  z-index: 9999;
}
nav.navigation .c-wrap {
  height: 100%;
}
nav.navigation.nav_fixed {
  position: fixed;
  top: 0px;
  width: 100%;
}
nav.navigation div.df {
  height: 100%;
}
nav.navigation div.mobile-btn,
nav.navigation div.info-btn {
  display: none;
}
nav.navigation div.logo {
  flex-basis: 30%;
  padding-top: 4px;
}
nav.navigation div.logo img {
  width: 96px;
  margin-top: 0px;
}
nav.navigation div.menu {
  flex-basis: 70%;
  height: 100%;
}
nav.navigation div.menu > ul {
  height: 100%;
  float: right;
  display: flex;
}
nav.navigation div.menu > ul li {
  position: relative;
}
nav.navigation div.menu > ul li > a {
  padding: 0 30px 0 30px;
  font-size: 14px;
  color: #272727;
  text-transform: uppercase;
  font-weight: 600;
  height: 100%;
  display: block;
  padding-top: 32px;
  text-decoration: none;
}
nav.navigation div.menu > ul li > a:hover {
  color: #638be0;
}
nav.navigation div.menu > ul li:last-child a {
  padding-right: 0px;
}
nav.navigation div.menu > ul li:hover ul.sub-menu {
  display: block;
}
nav.navigation div.menu > ul li ul.sub-menu {
  display: none;
  background: #272727;
  position: absolute;
  box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.2);
  padding: 10px;
  border-top: 2px solid transparent;
}
nav.navigation div.menu > ul li ul.sub-menu li a {
  color: #fff;
  padding: 7px 15px;
  font-weight: 400;
  font-size: 14px;
}
@media only screen and (max-width: 1200px) {
  div.top-row {
    display: none;
  }
  nav.navigation {
    max-height: 62px;
    min-height: 62px;
  }
  nav.navigation .c-wrap {
    padding: 0;
  }
  nav.navigation div.df {
    height: 62px;
  }
  nav.navigation div.menu {
    display: none;
  }
  nav.navigation div.__contact_row {
    display: none;
  }
  nav.navigation div.logo {
    flex: 1;
    min-width: 180px;
    padding-top: 0;
    text-align: center;
  }
  nav.navigation div.logo img {
    width: 80px;
  }
  nav.navigation div.__nav_row {
    padding-top: 8px;
  }
  nav.navigation div.mobile-btn,
  nav.navigation div.info-btn {
    display: block;
    flex: 1;
  }
  nav.navigation div.mobile-btn div.action-btn,
  nav.navigation div.info-btn div.action-btn {
    text-align: center;
    width: 60px;
    height: 100%;
    font-size: 38px;
    padding-top: 10px;
    color: #272727;
  }
  nav.navigation div.mobile-btn div.action-btn {
    border-right: 1px solid #e7e7e7;
    float: left;
  }
  nav.navigation div.info-btn div.action-btn {
    border-left: 1px solid #e7e7e7;
    float: right;
  }
}
/**
* Header Home 
*/
header.home div.lSSlideOuter {
  position: relative;
}
header.home div.lSSlideOuter ul.lSPager.lSpg {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}
header.home div.lSSlideOuter ul.lSPager.lSpg li {
  cursor: pointer;
  display: inline-block;
  padding: 0;
  content: "";
  height: 15px;
  width: 15px;
  left: 0px;
  top: 0px;
  border-radius: 100%;
  border: 2px solid #fff;
  margin-right: 20px;
}
header.home div.lSSlideOuter ul.lSPager.lSpg li a {
  background-color: transparent;
  display: block;
  height: 11px;
  width: 11px;
}
header.home div.lSSlideOuter ul.lSPager.lSpg li.active a {
  background-color: #638be0;
}
header.home ul#home-slider li.item {
  min-height: 400px;
  position: relative;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 1200px) {
  header.home ul#home-slider li.item {
    min-height: 300px;
  }
}
@media only screen and (max-width: 540px) {
  header.home ul#home-slider li.item {
    min-height: 250px;
  }
}
header.home ul#home-slider li.item:before {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
}
header.home ul#home-slider li.item div.hwrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
header.home ul#home-slider li.item div.hwrap span {
  display: block;
  color: #fff;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
header.home ul#home-slider li.item div.hwrap span.headline {
  font-family: 'Titillium Web', sans-serif;
  font-size: calc(26px + (55 - 26) * ((100vw - 300px) / (1920 - 300)))!important;
  font-weight: 700!important;
}
header.home ul#home-slider li.item div.hwrap span.text {
  text-align: center;
  font-weight: 400;
  font-size: calc(15px + (25 - 15) * ((100vw - 300px) / (1920 - 300)));
  font-family: 'Titillium Web', sans-serif;
}
/**
* Header Leistung
*/
header.leistung {
  height: 400px;
  position: relative;
}
header.leistung:before {
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
}
header.leistung div.hwrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1280px;
  width:100%;
  padding-left: 20px;
  padding-right: 20px;
}
header.leistung div.hwrap span {
  display: block;
  color: #fff;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
header.leistung div.hwrap span.headline {
  font-family: 'Titillium Web', sans-serif;
  font-size: calc(26px + (55 - 26) * ((100vw - 300px) / (1920 - 300)))!important;
  font-weight: 700!important;
}

div.hwrap span.headline {
  font-family: 'Titillium Web', sans-serif;
  font-size: calc(26px + (55 - 26) * ((100vw - 300px) / (1920 - 300)))!important;
  font-weight: 700!important;
}
/**
* Header Karriere
*/
header.karriere {
  height: 300px;
  position: relative;
}
header.karriere:before {
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
}
header.karriere div.hwrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}
header.karriere div.hwrap span {
  display: block;
  color: #fff;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
header.karriere div.hwrap h1.headline {
  color: #fff;
  font-size: 42px;
  font-weight: bold;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
footer {
  background: #272727;
}
footer div.top {
  padding: 60px 0px;
}
footer div.top h4 {
  text-align: left;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  position: relative;
}
footer div.top h4.underlined:after {
  display: table;
  position: absolute;
  bottom: 0px;
  content: "";
  border-bottom: 4px solid #98b4ec;
  height: 0px;
  width: 60px;
  left: 0;
  transform: translateX(-1px);
}
footer div.top p {
  color: #fff;
}
footer div.top a {
  color: #fff;
  text-decoration: none;
}
footer div.top a:hover {
  color: #638be0;
}
footer div.bottom {
  background: #343434;
  height: 60px;
}
div.form-style ul.checkboxes li span.wpcf7-list-item {
  margin: 0;
}
div.form-style ul.checkboxes li label {
  display: block;
  margin-bottom: 20px;
  position: relative;
}
div.form-style ul.checkboxes li label input {
  width: inherit;
  float: left;
  margin-right: 20px;
  visibility: hidden;
  position: relative;
}
div.form-style ul.checkboxes li label span.wpcf7-list-item-label:before {
  content: "";
  height: 15px;
  width: 15px;
  left: 0px;
  top: 0px;
  border-radius: 100%;
  border: 2px solid #272727;
  position: absolute;
  display: block;
  visibility: visible;
}
div.form-style ul.checkboxes li label span.wpcf7-list-item-label:after {
  height: 18px;
  width: 21px;
  border-radius: 100%;
  position: absolute;
  display: block;
  background: #638be0;
  top: -1px;
  left: -1px;
  visibility: visible;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  color: #fff;
  padding-top: 3px;
  text-align: center;
  font-size: 14px;
}
div.form-style ul.checkboxes li label input:checked + span.wpcf7-list-item-label:after {
  opacity: 1;
}
div.form-style div.field {
  margin-bottom: 20px;
}
div.form-style div.field input[type="text"],
div.form-style div.field input[type="tel"],
div.form-style div.field input[type="email"] {
  height: 40px;
  margin-top: 9px;
  padding: 5px 10px;
}
main.content.home section.first_row,
main.content.home section.second_row {
  background: #f2f2f2;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
main.content.home section.first_row div.service_listing,
main.content.home section.second_row div.service_listing {
  margin-bottom: 60px;
}
main.content.home section.first_row div.inner,
main.content.home section.second_row div.inner {
  position: relative;
  padding: 50px 0px;
}
main.content.home section.first_row div.inner img,
main.content.home section.second_row div.inner img {
  display: table;
  margin: 0 auto;
  max-width: 90px;
}
main.content.home section.first_row div.inner div.icon-beschreibung,
main.content.home section.second_row div.inner div.icon-beschreibung {
  text-align: center;
  margin-top: 5px;
  padding: 0px 10px;
}
main.content.home section.first_row div.inner span.title,
main.content.home section.second_row div.inner span.title {
  display: block;
  text-align: center;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 600;
}
main.content.home section.leistungen {
  padding-top: 60px;
}
main.content.home section.leistungen div.c-wrap {
  position: relative;
}
main.content.home section.leistungen div.c-wrap > p {
  text-align: center;
}
main.content.home section.leistungen div.leistungen-slider {
  margin: 30px 80px;
  position: relative;
}
@media only screen and (max-width: 540px) {
  main.content.home section.leistungen div.leistungen-slider {
    margin: 30px 20px;
  }
}
main.content.home section.leistungen div.leistungen-slider ul.slider {
  height: inherit !important;
}
main.content.home section.leistungen div.leistungen-slider ul.slider li div.inner {
  background: #f2f2f2;
  border: 1px solid #eeeeee;
}
main.content.home section.leistungen div.leistungen-slider ul.slider li div.inner div.inner-c {
  padding: 20px;
}
main.content.home section.leistungen div.leistungen-slider ul.slider li div.inner div.image {
  min-height: 200px;
  margin-bottom: 15px;
  border-bottom: 5px solid #638be0;
  background-position: center;
  background-size: cover;
}
main.content.home section.leistungen div.leistungen-slider ul.slider li div.inner h3 {
  text-align: center;
  font-size: 22px;
  margin-bottom: 20px;
}
main.content.home section.leistungen div.leistungen-slider ul.slider li div.inner p {
  margin: 10px 0px;
  margin-bottom: 30px;
  min-height: 100px;
}
main.content.home section.leistungen div.leistungen-slider ul.slider li div.inner a {
  margin: 0 auto;
  margin-bottom: 20px;
}
main.content.home section.leistungen div.leistungen-slider .lSAction a {
  opacity: 1 !important;
  background: #f2f2f2;
  height: 40px;
  width: 40px;
  border: 1px solid #eeeeee;
}
main.content.home section.leistungen div.leistungen-slider .lSAction a:after {
  position: absolute;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 24px;
  color: #272727;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
main.content.home section.leistungen div.leistungen-slider .lSAction a.lSPrev {
  left: -80px;
}
@media only screen and (max-width: 540px) {
  main.content.home section.leistungen div.leistungen-slider .lSAction a.lSPrev {
    left: -20px;
    background: #fff;
  }
}
main.content.home section.leistungen div.leistungen-slider .lSAction a.lSPrev:after {
  content: "\f053";
}
main.content.home section.leistungen div.leistungen-slider .lSAction a.lSNext {
  right: -80px;
}
@media only screen and (max-width: 540px) {
  main.content.home section.leistungen div.leistungen-slider .lSAction a.lSNext {
    right: -20px;
    background: #fff;
  }
}
main.content.home section.leistungen div.leistungen-slider .lSAction a.lSNext:after {
  content: "\f054";
}
main.content.home section.content-block {
  background: #f2f2f2;
  padding: 60px 0;
}
main.content.home section.second_row {
  margin: 0 80px;
}
main.content.home section.second_row div.grafik-vorgang div.row div.block2 img {
  width: 90%;
  height: auto;
}
@media only screen and (max-width: 600px) {
  main.content.home section.second_row {
    margin: 0 0px;
  }
}
.arrow-list li {
  line-height: 1.3em;
}
.leistung_liste {
  padding: 0 0 0 63px;
  margin-bottom: 17px;
  position: relative;
  font-weight: 600;
  font-size: 20px;
  border-radius: 40px;
  background: #f7f7f7;
  line-height: 60px;
}
.leistung_liste:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background: #98b4ec;
  left: 0;
  top: 50%;
  transform: translateY(-50%) translateX(25%);
  border-radius: 100px;
}
.leistung_liste:after {
  content: "\f00c";
  position: absolute;
  color: #fff;
  left: 16px;
  top: 31px;
  transform: translateY(-50%) translateX(25%);
  border-radius: 100px;
  font-family: "Font Awesome 5 Free";
}
footer div.bottom div.footer-menu {
  float: right;
}
footer div.bottom div.footer-menu ul {
  padding-top: 19px;
  display: flex;
}
footer div.bottom div.footer-menu ul li {
  padding: 0 20px;
}
footer div.bottom div.footer-menu ul li a {
  color: #fff;
  font-size: 12px;
}
footer div.bottom div.copy {
  float: left;
  color: #fff;
  font-size: 12px;
  padding-top: 19px;
}
header.header {
  background-position: center;
}
.content_bild {
  min-height: 300px;
  background-position: bottom center!important;
  background-size: cover!important;
  border-radius: 5px;
}
.ptext-link {
  font-weight: 700;
  color: #638be0;
}
.kontakt_formular {
  background: #f2f2f2 !important;
  padding: 22px!important;
  border-radius: 5px!important;
}
.kontakt_formular_button {
  border: 0!important;
  background: #272727 !important;
  padding: 10px 25px!important;
  min-height: 40px!important;
  color: #fff !important;
  display: table!important;
  position: relative!important;
  z-index: 10!important;
  border-radius: 18px!important;
}
.kontakt_formular_button:hover {
  border: 0!important;
  background: #638be0 !important;
  padding: 10px 25px!important;
  min-height: 40px!important;
  color: #fff !important;
  display: table!important;
  position: relative!important;
  z-index: 10!important;
  border-radius: 18px!important;
}
.col-text {
  margin-top: 1.8ex;
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 2em;
       column-gap: 2em;
  -moz-column-width: 270px;
       column-width: 270px;
  -moz-column-rule-width: 1px;
       column-rule-width: 1px;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
div.col-text p {
  margin-bottom: 0;
}
div.first_row.row_description {
  background: #e9ebf0;
  background: linear-gradient(0deg, #f2f4f7 0%, #ffffff 70%);
  padding: 60px 0;
}
main.content.home section.first_row {
  background: #fff;
  border-top: 0px solid #eee;
  border-bottom: 0px solid #eee;
}
main.content.kontakt section.formular {
  padding: 60px 0;
}
main.content.kontakt section.ansprechpartner {
  background: #f2f2f2;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding: 60px 0;
}
main.content.kontakt section.ansprechpartner ul.ansprechpartner-list > li div.inner {
  position: relative;
}
main.content.kontakt section.ansprechpartner ul.ansprechpartner-list > li div.inner div.image {
  width: 100%;
  height: 100%;
  width: 146px;
  height: 146px;
  border-radius: 100%;
  display: table;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  margin-top: 15px;
  margin-bottom: 15px;
}
main.content.kontakt section.ansprechpartner ul.ansprechpartner-list > li div.inner div.image div.img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-position: center;
  border: 5px solid #fff;
  position: absolute;
  z-index: 2;
  left: 5px;
  top: 5px;
}
main.content.kontakt section.ansprechpartner ul.ansprechpartner-list > li div.inner div.image:before {
  position: absolute;
  height: 150px;
  width: 150px;
  top: 0;
  left: 0;
  border-radius: 100%;
  content: "";
  border: 3px solid transparent;
  z-index: 1;
  background: #fff;
}
main.content.kontakt section.ansprechpartner ul.ansprechpartner-list > li div.inner h3,
main.content.kontakt section.ansprechpartner ul.ansprechpartner-list > li div.inner h4 {
  text-align: center;
}
main.content.kontakt section.ansprechpartner ul.ansprechpartner-list > li div.inner h3 {
  padding-top: 15px;
  color: #638be0;
}
main.content.kontakt section.ansprechpartner ul.ansprechpartner-list > li div.inner h4 {
  margin-bottom: 15px;
}
main.content.kontakt section.ansprechpartner ul.ansprechpartner-list > li div.inner ul.kontaktinfos li {
  text-align: center;
}
main.content.kontakt section.ansprechpartner ul.ansprechpartner-list > li div.inner ul.kontaktinfos li i {
  margin-right: 5px;
  color: #638be0;
}
div.kontakt_infos {
  text-decoration: none;
  padding-top: 6px;
  padding-left: 0;
  padding-right: 0;
}
div.icons_wrapper {
  background-color: #f2f2f2;
  border: 1px solid #efefef;
  border-radius: 50px;
  padding: 14px;
  width: 76%;
  box-shadow: none;
  transition: all 0.3s;
  margin: 0;
  margin-top: 20px;
}
a.kontakt_link {
  text-decoration: none;
  transition: all 0.3s;
}
a.kontakt_link:hover div.icons_wrapper {
  background-color: #f9f9f9;
  box-shadow: 0px 8px 6px 2px rgba(0, 0, 0, 0.16);
  transition: all 0.3s;
  transform: translateY(-4px);
}
div.kontakt_infos p {
  color: #333;
  font-family: 'Titillium Web', sans-serif;
  font-size: calc(15px + (19 - 15) * ((100vw - 300px) / (1920 - 300)));
  font-weight: 700!important;
  line-height: 1em;
  text-align: left;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}
div.icons_wrapper div.kontakt_icon {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
div.icons_wrapper i {
  font-size: 1.8em;
  color: #638be0;
}
@media screen and (max-width: 860px) {
  div.icons_wrapper {
    width: 80%;
  }
}
@media screen and (max-width: 600px) {
  div.icons_wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  div.icons_wrapper div.kontakt_infos p {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
}
main.content.single.jobs ul.jobs-list > li {
  margin-bottom: 20px;
  border: 2px solid #e7e7e7;
}
main.content.single.jobs ul.jobs-list > li div.list-header {
  background: #fff;
  display: flex;
  padding: 20px;
  position: relative;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 540px) {
  main.content.single.jobs ul.jobs-list > li div.list-header {
    display: block;
  }
}
main.content.single.jobs ul.jobs-list > li div.list-header div.left {
  display: none;
}
main.content.single.jobs ul.jobs-list > li div.list-header div.left span.badge {
  height: 80px;
  width: 80px;
  background: #f1f1f1;
  display: block;
  border-radius: 100%;
  margin-right: 10px;
  position: relative;
}
@media only screen and (max-width: 540px) {
  main.content.single.jobs ul.jobs-list > li div.list-header div.left span.badge {
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
main.content.single.jobs ul.jobs-list > li div.list-header div.left span.badge svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 60px;
  max-height: 50px;
  width: 100%;
  height: 100%;
}
main.content.single.jobs ul.jobs-list > li div.list-header div.middle {
  flex-basis: 80%;
  padding: 10px;
}
main.content.single.jobs ul.jobs-list > li div.list-header div.middle h3 {
  margin-bottom: 15px;
}
@media only screen and (max-width: 540px) {
  main.content.single.jobs ul.jobs-list > li div.list-header div.middle h3 {
    text-align: center;
  }
}
@media only screen and (max-width: 540px) {
  main.content.single.jobs ul.jobs-list > li div.list-header div.middle div.subline {
    text-align: center;
    margin-bottom: 20px;
  }
}
main.content.single.jobs ul.jobs-list > li div.list-header div.middle div.subline span {
  border: 2px solid #638be0;
  padding: 4px 10px;
  font-size: 14px;
  margin-right: 5px;
  display: inline-block;
}
main.content.single.jobs ul.jobs-list > li div.list-header div.right {
  flex-basis: 20%;
}
main.content.single.jobs ul.jobs-list > li div.list-header div.right button {
  margin: 0 auto;
}
main.content.single.jobs ul.jobs-list > li div.list-content {
  display: none;
  background: #fbfbfb;
}
main.content.single.jobs ul.jobs-list > li div.list-content p {
  margin-bottom: 15px;
}
main.content.single.jobs ul.jobs-list > li div.list-content div.__block_border {
  border-top: 2px solid #e0e0e0;
  border-bottom: 2px solid #e0e0e0;
}
main.content.single.jobs ul.jobs-list > li div.list-content div.__block {
  background: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}
main.content.single.jobs ul.jobs-list > li div.list-content div.area {
  display: flex;
  padding: 25px 0;
}
main.content.single.jobs ul.jobs-list > li div.list-content div.area div.left {
  flex-basis: 30%;
  text-align: center;
}
main.content.single.jobs ul.jobs-list > li div.list-content div.area div.left img.grafik,
main.content.single.jobs ul.jobs-list > li div.list-content div.area div.left svg.grafik {
  max-height: 160px;
  max-width: 150px;
}
main.content.single.jobs ul.jobs-list > li div.list-content div.area div.right {
  flex-basis: 70%;
  padding-right: 20px;
}
main.content.single.jobs ul.jobs-list > li div.list-content div.area div.right h4 {
  margin: 0;
  font-size: 18px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 540px) {
  main.content.single.jobs ul.jobs-list > li div.list-content div.area {
    display: block;
  }
  main.content.single.jobs ul.jobs-list > li div.list-content div.area div.left {
    margin-bottom: 20px;
  }
  main.content.single.jobs ul.jobs-list > li div.list-content div.area div.right {
    padding-left: 20px;
  }
  main.content.single.jobs ul.jobs-list > li div.list-content div.area div.right h4 {
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
main.content.single.jobs ul.jobs-list > li div.list-content div.__formular {
  padding-top: 30px;
}
main.content.single.jobs ul.jobs-list > li div.list-content div.__formular h4 {
  margin-bottom: 20px;
}
main.content.single.jobs ul.jobs-list div.contact-form div.field {
  border: 2px solid #e0e0e0;
  background: #fff;
}
main.content.single.jobs ul.jobs-list div.contact-form div.field textarea {
  background: #fff;
}
main.content.single.jobs ul.jobs-list div.contact-form .codedropz-upload-handler {
  border-width: 2px;
}
main.content.single.jobs ul.jobs-list div.contact-form input.stelle {
  visibility: hidden;
  height: 0px !important;
  width: 0px !important;
  margin: 0 !important;
  padding: 0 !important;
}
main.content.single.jobs ul.jobs-list div.contact-form span.file-limits {
  color: #9f9f9f;
}
main.content.single.jobs div.contact-row div.c-row {
  display: flex;
  margin-bottom: 10px;
}
main.content.single.jobs div.contact-row div.c-row div.l {
  flex-basis: 10%;
}
main.content.single.jobs div.contact-row div.c-row div.l i {
  color: #638be0;
}
main.content.single.jobs div.contact-row div.c-row div.r {
  flex-basis: 90%;
}
div.contact-form div.field {
  position: relative;
  background: #f1f1f1;
  height: 40px;
}
div.contact-form div.field label {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  z-index: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  color: #9f9f9f;
}
div.contact-form div.field label strong {
  color: #638be0;
}
div.contact-form div.field input {
  position: relative;
  height: 40px;
  padding: 8px 12px;
  background: transparent;
  z-index: 1;
}
div.contact-form div.field input:focus ~ label {
  top: -13px;
  left: 0px;
  font-size: 12px;
}
div.contact-form div.field .placeholder-top ~ label {
  top: -13px;
  left: 0px;
  font-size: 12px;
}
div.contact-form div.field textarea {
  padding: 8px 12px;
}
div.contact-form div.field textarea:focus ~ label {
  top: -13px;
  left: 0px;
  font-size: 12px;
}
div.contact-form div.field .wpcf7-not-valid {
  border: 2px solid #ef4b4b;
}
div.contact-form div.field span.wpcf7-not-valid-tip {
  color: #ef4b4b;
  font-size: 12px;
  font-weight: normal;
  display: block;
  margin-top: 5px;
}
div.contact-form div.field.textfield {
  position: relative;
  background: #f1f1f1;
  height: 100%;
}
div.contact-form div.field.textfield label {
  top: 20px;
}
div.contact-form .button {
  display: inline;
}
div.contact-form .required-text {
  color: #9f9f9f;
}
div.contact-form .required-text strong {
  color: #638be0;
}
main.content.news {
  padding: 40px 0;
}
main.content.news ul.news-list li.news-item {
  padding: 20px;
  border: 2px solid #e7e7e7;
  margin-bottom: 30px;
}
main.content.news ul.news-list li.news-item div.head {
  display: flex;
  margin-bottom: 20px;
}
main.content.news ul.news-list li.news-item div.head h2 {
  font-size: 22px;
  margin: 0;
}
main.content.news ul.news-list li.news-item div.head span.date {
  width: inherit;
}
main.content.news ul.news-list li.news-item div.head span.date {
  border: 2px solid #638be0;
  padding: 3px 10px;
  font-size: 12px;
  margin-right: 5px;
  display: inline-block;
}
main.content.news ul.news-list li.news-item div.head div.l {
  flex-basis: 100%;
  order: 2;
}
main.content.news ul.news-list li.news-item div.head div.r {
  order: 1;
  flex-basis: 150px;
  position: relative;
}
main.content.news ul.news-list li.news-item div.head div.r span.date {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
main.content.news ul.news-list li.news-item div.foot {
  text-align: center;
  padding-top: 10px;
}
main.content.news ul.news-list li.news-item div.foot a.button {
  margin: 0 auto;
}
main.content.news div.pagination .page-numbers {
  border: 2px solid #638be0;
  padding: 3px 10px;
  font-size: 16px;
  margin-right: 5px;
  display: inline-block;
  border-radius: 10px;
}
main.content.news div.pagination .page-numbers.current {
  background: #638be0;
  color: #fff;
}
main.content.news div.pagination .page-numbers:hover {
  background: #638be0;
  color: #fff;
}
/*||||||||||||||REFERENZEN||||||||||||||||*/
/* .page_referenzen .referenzen_wrapper .refblock_wrapper */
.page_referenzen .intro_wrapper {
  text-align: justify-content;
}
p.introtext {
  text-align: center;
  font-weight: 300;
  font-size: 19px;
}
.page_referenzen .referenzen_wrapper a.wrapper-href {
  flex-basis: 31%;
  flex-grow: 0;
  text-decoration: none;
}
.page_referenzen .referenzen_wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  gap: 40px;
}
div.ref_map_icon {
  position: absolute;
  top: 162px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  height: 30px;
  width: 43px;
  background-color: #333;
  transition: all 0.3s ease;
}
div.ref_map_icon img {
  margin-top: 4px;
  margin-left: 9px;
}
.page_referenzen .referenzen_wrapper .refblock_wrapper {
  min-height:380px;
  border-top: 8px solid #f5f5f5;
  background-color: #f4f4f4;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.16);
  transition: all 0.3s ease;
}
.page_referenzen .referenzen_wrapper .refblock_wrapper:hover {
  border-top: 8px solid #6699ff;
  box-shadow: 0px 8px 6px 2px rgba(0, 0, 0, 0.16);
  margin-top: -6px;
  cursor: pointer;
}
.page_referenzen .referenzen_wrapper .refblock_wrapper:hover div.ref_map_icon {
  background-color: #6699ff;
}
.page_referenzen .referenzen_wrapper .refblock_wrapper .refblock_inner {
  height: auto;
  width: 100%;
  position: relative;
}
.page_referenzen .referenzen_wrapper .refblock_wrapper h3 {
  padding-left: 50px;
  font-weight: 800;
  margin-top: 15px;
  margin-bottom: 30px;
  font-size: calc(17px + (22 - 17) * ((100vw - 300px) / (1920 - 300)));
}
.page_referenzen .referenzen_wrapper .refblock_wrapper .refblock_inner .refblock_background {
  height: 150px;
  background-size: 100%;
  background-position: center;
  position: relative;
  transition: all 0.6s ease;
}
.page_referenzen .referenzen_wrapper .refblock_wrapper:hover .refblock_background {
  background-size: 116%;
  transition: all 0.6s ease;
}
.page_referenzen .referenzen_wrapper .refblock_wrapper .refblock_inner .refblock_background::before {
  transform: translateX(-50%);
  left: 50%;
  content: "";
  position: absolute;
  top: 204px;
  height: 1px;
  width: 93%;
  background-color: #cdcdcd;
  display: block;
}
@media only screen and (max-width: 1199px) {
  .page_referenzen .referenzen_wrapper {
    justify-content: space-between;
  }
  .page_referenzen .referenzen_wrapper a.wrapper-href {
    flex-basis: 47%;
  }
}
@media only screen and (max-width: 723px) {
  .page_referenzen .referenzen_wrapper {
    justify-content: space-around;
  }
  .page_referenzen .referenzen_wrapper a.wrapper-href {
    flex-basis: 100%;
  }
}
.ref_beschreibung {
  padding: 0 15px;
}
.ref_beschreibung p {
  font-size: 14px;
  color: #333;
}
.ref_b_l {
  font-weight: 600;
  vertical-align: top;
  display: inline-block;
  width: 43%;
}
.ref_b_r {
  vertical-align: top;
  display: inline-block;
  width: 55%;
}
@media only screen and (max-width: 404px) {
  .ref_b_l {
    font-weight: 600;
    vertical-align: top;
    display: inline-block;
    width: 100%;
  }
  .ref_b_r {
    vertical-align: top;
    display: inline-block;
    width: 100%;
  }
}
/* kundenliste */
.page_referenzen .referenz_kunden_wrapper ul {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  gap: 15px;
}
.page_referenzen .referenz_kunden_wrapper ul li {
  text-align: center;
  color: #333;
  background-color: #f9f9f9;
  border: 1px solid #efefef;
  border-radius: 30px;
  padding: 9px;
  font-size: 14px;
  transition: all 0.3s ease;
  flex-grow: 1;
  padding: 17px;
}
.page_referenzen .referenz_kunden_wrapper ul li span {
  font-weight: 700;
}
.page_referenzen .auftrag_wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  gap: 15px;
}
.page_referenzen .rkw_l {
  flex-basis: 100%;
}
.page_referenzen .rkw_l ul li {
  text-align: left;
}
.page_referenzen .referenz_galerie {
  padding-left: 15px;
  flex-basis: 100%;
  display: flex;
  gap: 10px;
}
.page_referenzen .ref_column {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
  flex-basis: 0;
}
.page_referenzen .ref_column .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
/*AKKORDION*/
.page_referenzen ul.accordion-list {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 20px;
  margin: 0;
  list-style: none;
  /*background-color: #f9f9fa;*/
}
.page_referenzen ul.accordion-list li {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  background-color: #f9f9f9;
  padding: 20px;
  margin: 0 auto 15px auto;
  border: 1px solid #eee;
  border-radius: 30px;
  cursor: pointer;
}
.page_referenzen ul.accordion-list li.active h3:after {
  transform: rotate(45deg);
}
.page_referenzen ul.accordion-list li h3 {
  font-weight: 700;
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 0 0 0 0;
  margin: 0;
  font-size: 15px;
  letter-spacing: 0.01em;
  cursor: pointer;
}
.page_referenzen ul.accordion-list li h3:after {
  line-height: 15px;
  content: "\2b";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 0;
  top: 0;
  color: #6699ff;
  transition: all 0.2s ease-in-out;
  font-size: 26px;
}
.page_referenzen ul.accordion-list li div.answer {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.page_referenzen ul.accordion-list li div.answer p {
  position: relative;
  display: block;
  font-weight: 400;
  padding: 10px 0 0 0;
  cursor: pointer;
  line-height: 150%;
  margin: 0 0 15px 0;
  font-size: 14px;
}
/*AKKORDION ENDE*/
/*-------------------------------AKKORDION Aktuelle Projekte----------------------------------*/
.pblock_content {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 20px;
  margin: 0;
  list-style: none;
  /*background-color: #f9f9fa;*/
}
.pblock_content .accordion_wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  background-color: #f9f9f9;
  margin: 0 auto 15px auto;
  border: 1px solid #eee;
  border-radius: 30px;
}
.pblock_content .accordion_wrapper.active .accordion_headline:after {
  transform: rotate(45deg);
}
.pblock_content .accordion_wrapper .accordion_headline {
  font-weight: 700;
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 20px 25px 20px 25px;
  margin: 0;
  font-size: 15px;
  letter-spacing: 0.01em;
  cursor: pointer;
  min-height: 4em;
  line-height: 1.7em;
  transition: padding 0.3s;
}
.pblock_content .accordion_wrapper .accordion_headline:hover {
  padding: 20px 25px 20px 32px;
}
.pblock_content .accordion_wrapper .accordion_headline:after {
  line-height: 2.3em;
  content: "\2b";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 15px;
  top: 0;
  color: #6699ff;
  transition: all 0.2s ease-in-out;
  font-size: 26px;
}
.pblock_content .accordion_wrapper .accordion_body {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.pblock_content .accordion_wrapper .accordion_body .row {
  position: relative;
  font-weight: 400;
  padding: 10px 15px 0 15px;
  line-height: 150%;
  margin: 0 0 15px 0;
  font-size: 14px;
}
.pblock_content .accordion_wrapper .accordion_body hr {
  color: #afafaf;
  width: 100%;
}
/*AKKORDION ENDE*/
/* TESTGAlerie anfang*/
.page_referenzen .Ccontainer {
  width: 100%;
  margin: 20px auto;
}
.page_referenzen .Ccontainer .title {
  font-size: 25px;
  background-color: #000;
  color: #fff;
  border-radius: 5px;
  margin-bottom: 10px;
  text-align: center;
  padding: 15px;
}
.page_referenzen .Ccontainer .image-container {
  -moz-columns: 3 230px;
       columns: 3 230px;
  gap: 15px;
}
.page_referenzen .Ccontainer .image-container img {
  margin-bottom: 10px;
  border-radius: 5px;
  width: 100%;
}
/*||||||||||||||team||||||||||||||||*/
/* .page_team .team_wrapper .teamblock_wrapper */
.page_team .intro_wrapper {
  text-align: center;
}
p.introtext {
  text-align: center;
  font-weight: 300;
  font-size: 19px;
}
.page_team .team_wrapper a.wrapper-href-team {
  flex-basis: 31%;
  flex-grow: 0;
  text-decoration: none;
}
.page_team .team_wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  gap: 40px;
}
div.team_icon {
  position: absolute;
  top: 162px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  height: 30px;
  width: 43px;
  background-color: #333;
  transition: all 0.3s ease;
}
div.team_icon img {
  margin-top: 4px;
  margin-left: 9px;
}
.page_team .team_wrapper .teamblock_wrapper {
  border-top: 8px solid #f5f5f5;
  background-color: #f4f4f4;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.16);
  transition: all 0.3s ease;
}
.page_team .team_wrapper .teamblock_wrapper:hover {
  border-top: 8px solid #6699ff;
  box-shadow: 0px 8px 6px 2px rgba(0, 0, 0, 0.16);
  margin-top: -6px;
  cursor: pointer;
}
.page_team .team_wrapper .teamblock_wrapper:hover div.team_icon {
  background-color: #6699ff;
}
.page_team .team_wrapper .teamblock_wrapper .teamblock_inner {
  height: auto;
  width: 100%;
  position: relative;
}
.page_team .team_wrapper .teamblock_wrapper h3 {
  padding-left: 50px;
  font-weight: 800;
  margin-top: 15px;
  margin-bottom: 30px;
  font-size: calc(17px + (22 - 17) * ((100vw - 300px) / (1920 - 300)));
}
.page_team .team_wrapper .teamblock_wrapper .teamblock_inner .teamblock_background {
  height: 150px;
  background-size: 100%;
  background-position: top;
  position: relative;
  transition: all 0.6s ease;
}
.page_team .team_wrapper .teamblock_wrapper:hover .teamblock_background {
  background-size: 116%;
  transition: all 0.6s ease;
  filter: brightness(0.7);
}
.page_team .team_wrapper .teamblock_wrapper .teamblock_inner .teamblock_background::before {
  transform: translateX(-50%);
  left: 50%;
  content: "";
  position: absolute;
  top: 204px;
  height: 1px;
  width: 93%;
  background-color: #cdcdcd;
  display: block;
}
.page_team .team_wrapper .teamblock_wrapper .teamblock_inner::after {
  border: 3px solid #f4f4f4;
  background-repeat: no-repeat;
  border-radius: 6px;
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
  content: "";
  position: absolute;
  top: 34%;
  height: 30px;
  width: 42px;
  display: block;
  opacity: 0;
  transition: all 0.5s ease;
  background-image: url(/wp-content/uploads/2023/06/mail_icon.png);
  background-size: contain;
}
.page_team .team_wrapper .teamblock_wrapper:hover .teamblock_inner::after {
  opacity: 1;
}
@media only screen and (max-width: 1199px) {
  .page_team .team_wrapper {
    justify-content: space-between;
  }
  .page_team .team_wrapper a.wrapper-href-team {
    flex-basis: 47%;
  }
}
@media only screen and (max-width: 723px) {
  .page_team .team_wrapper {
    justify-content: space-around;
  }
  .page_team .team_wrapper a.wrapper-href-team {
    flex-basis: 100%;
  }
  .page_team .team_wrapper .teamblock_wrapper .teamblock_inner .teamblock_background {
    height: 150px;
    background-size: 120%;
    background-position: top;
    position: relative;
    transition: all 0.6s ease;
  }
  .page_team .team_wrapper .teamblock_wrapper:hover .teamblock_background {
    background-size: 125%;
    transition: all 0.6s ease;
  }
}
.team_beschreibung {
  padding: 0 15px;
}
.team_beschreibung p {
  font-size: 14px;
  color: #333;
}
.team_b_l {
  font-weight: 600;
  vertical-align: top;
  display: inline-block;
  width: 43%;
}
.team_b_r {
  vertical-align: top;
  display: inline-block;
  width: 55%;
}
@media only screen and (max-width: 404px) {
  .team_b_l {
    font-weight: 600;
    vertical-align: top;
    display: inline-block;
    width: 100%;
  }
  .team_b_r {
    vertical-align: top;
    display: inline-block;
    width: 100%;
  }
}
/* kundenliste */
.page_team .teamerenz_kunden_wrapper ul {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  gap: 15px;
}
.page_team .teamerenz_kunden_wrapper ul li {
  text-align: center;
  color: #333;
  background-color: #f9f9f9;
  border: 1px solid #efefef;
  border-radius: 30px;
  padding: 9px;
  font-size: 14px;
  transition: all 0.3s ease;
  flex-grow: 1;
  padding: 17px;
}
.page_team .teamerenz_kunden_wrapper ul li span {
  font-weight: 700;
}
.page_team .auftrag_wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  gap: 15px;
}
.page_team .rkw_l {
  flex-basis: 28%;
}
.page_team .rkw_l ul li {
  text-align: left;
}
.page_team .teamerenz_galerie {
  padding-left: 15px;
  flex-basis: 58%;
  display: flex;
  gap: 10px;
}
.page_team .team_column {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
  flex-basis: 0;
}
.page_team .team_column .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
/*AKKORDION*/
.page_team ul.accordion-list {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 20px;
  margin: 0;
  list-style: none;
  /*background-color: #f9f9fa;*/
}
.page_team ul.accordion-list li {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  background-color: #f9f9f9;
  padding: 20px;
  margin: 0 auto 15px auto;
  border: 1px solid #eee;
  border-radius: 30px;
  cursor: pointer;
}
.page_team ul.accordion-list li.active h3:after {
  transform: rotate(45deg);
}
.page_team ul.accordion-list li h3 {
  font-weight: 700;
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 0 0 0 0;
  margin: 0;
  font-size: 15px;
  letter-spacing: 0.01em;
  cursor: pointer;
}
.page_team ul.accordion-list li h3:after {
  line-height: 15px;
  content: "\2b";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 0;
  top: 0;
  color: #6699ff;
  transition: all 0.2s ease-in-out;
  font-size: 26px;
}
.page_team ul.accordion-list li div.answer {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.page_team ul.accordion-list li div.answer p {
  position: relative;
  display: block;
  font-weight: 400;
  padding: 10px 0 0 0;
  cursor: pointer;
  line-height: 150%;
  margin: 0 0 15px 0;
  font-size: 14px;
}
/*AKKORDION ENDE*/
/* TESTGAlerie anfang*/
.page_team .Ccontainer {
  width: 100%;
  margin: 20px auto;
}
.page_team .Ccontainer .title {
  font-size: 25px;
  background-color: #000;
  color: #fff;
  border-radius: 5px;
  margin-bottom: 10px;
  text-align: center;
  padding: 15px;
}
.page_team .Ccontainer .image-container {
  -moz-columns: 3 230px;
       columns: 3 230px;
  gap: 15px;
}
.page_team .Ccontainer .image-container img {
  margin-bottom: 10px;
  border-radius: 5px;
  width: 100%;
}
ul#content-slider li.item {
  min-height: 400px;
  position: relative;
  background-position: center;
  background-size: cover;
}
ul#content-slider li.item:before {
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
}
ul#content-slider li.item div.hwrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
ul#content-slider li.item div.hwrap span {
  display: block;
  color: #fff;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
ul#content-slider li.item div.hwrap span.headline {
  font-family: 'Titillium Web', sans-serif;
  font-size: calc(26px + (55 - 26) * ((100vw - 300px) / (1920 - 300)))!important;
  font-weight: 700!important;
}
ul#content-slider li.item div.hwrap span.text {
  text-align: center;
  font-weight: 400;
  font-size: calc(15px + (25 - 15) * ((100vw - 300px) / (1920 - 300)));
  font-family: 'Titillium Web', sans-serif;
}

div.hwrap span.text {
  text-align: center;
  font-weight: 400;
  font-size: calc(15px + (25 - 15) * ((100vw - 300px) / (1920 - 300)));
  font-family: 'Titillium Web', sans-serif;
}

section.content_slider {
  background-color: #f2f2f2 !important;
}
/*||||||||||||||karriere||||||||||||||||*/
.karriere_wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  gap: 30px;
}
.karriere_wrapper .wirsuchen {
  background-position: center;
  background-size: cover;
  flex-basis: 48%;
  flex-grow: 1;
  border-radius: 10px;
  min-height: 520px;
}
.karriere_wrapper .wirbieten {
  min-height: 520px;
  flex-basis: 48%;
  flex-grow: 1;
  border-radius: 10px;
  background: #6089d9;
  background: linear-gradient(32deg, #6089d9 0%, #7ea0e4 70%);
}
.karriere_wrapper .wirbieten h3 {
  padding: 15px 0 15px 23px;
  color: #fff;
  font-size: 26px;
}
.karriere_wrapper .wirbieten ul {
  margin-bottom: 40px;
}
.karriere_wrapper .wirbieten ul li {
  list-style-type: square;
  color: #fff;
}
.karriere_wrapper p.headline.claim {
  padding-left: 20px;
  margin-top: 8%;
  font-family: 'Titillium Web', sans-serif;
  font-size: 40px!important;
  font-weight: 700!important;
  color: #fff;
}
.karriere_wrapper p.jobtitel {
  font-size: 21px!important;
  font-family: 'Titillium Web', sans-serif;
  background-color: #fff;
  display: inline-block;
  padding: 15px 0 15px 20px;
  width: 80%;
  font-weight: 600;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.karriere_wrapper p.wirbieten_c2a {
  font-size: 21px!important;
  font-family: 'Titillium Web', sans-serif;
  background-color: #fff;
  display: inline-block;
  padding: 15px 0 15px 20px;
  width: 60%;
  font-weight: 600;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.karriere_wrapper p.wirsuchen_standort {
  font-weight: 600;
  font-family: 'Titillium Web', sans-serif;
  font-size: 26px;
  text-align: center;
  padding: 20px 30px;
  border: 3px solid #fff;
  color: #fff;
  width: 80%;
  margin: 40px auto 0 auto;
  display: block;
  border-radius: 10px;
}
main.content.home section.leistungen div.leistungen-slider ul.slider li div.inner a {
  text-decoration: none;
}
main.content.home section.leistungen div.leistungen-slider ul.slider li div.inner h3 {
  font-weight: 700;
}
ul.slider.lightSlider {
  padding-top: 10px;
}
ul.slider.lightSlider li.lslide {
  border-top: 8px solid #f5f5f5;
  background-color: #f4f4f4;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.16);
  transition: all 0.3s ease;
}
ul.slider.lightSlider li.lslide:hover {
  border-top: 8px solid #6699ff;
  box-shadow: 0px 8px 6px 2px rgba(0, 0, 0, 0.16);
  margin-top: -6px;
  cursor: pointer;
}
main.content.home section.leistungen div.leistungen-slider ul.slider li div.inner div.image {
  min-height: 200px;
  border-bottom: 0px;
  margin-bottom: 15px;
  background-position: center;
  background-size: 120%;
  transition: background-size 0.6s ease !important;
  background-repeat: no-repeat;
}
main.content.home section.leistungen div.leistungen-slider ul.slider.lightSlider li.lslide:hover div.image {
  background-size: 150%;
  transition: background-size 0.6s ease !important;
}
section.vollbild {
  animation: scale 40s linear infinite;
  animation-duration: 40s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: scale;
}
@keyframes scale {
  50% {
    transform: scale(1.2);
  }
}

/**
 * Jobanzeigen Post
 */
.post-template-single-jobanzeige 
.infobox-wrapper
.infobox-text {
  background-color: #98b4ec;
  color: #ffffff;
  font-weight: bold;
  clear: both;
}
.post-template-single-jobanzeige 
.infobox-wrapper
.infobox-item {
  display: inline-block;
  float: left;
  margin-right: 20px;
  margin-bottom: 15px;
  padding: 7px 14px;
  border: 2px solid #98b4ec;
}

.sidebar-block .__block_border {
  border: 2px solid #e8e8e8;
  border-radius: 12px;
}

.mt40 {
  margin-top: 40px;
}

.item-block-with-image {
  display: flex;
  padding: 25px 0;
}
.item-block-with-image .left {
  flex-basis: 30%;
  text-align: center;
}
.item-block-with-image .right {
  flex-basis: 70%;
  padding-right: 20px;
}
.item-block ul li:before {
  /* position: absolute; */
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  content: "\F058";
  /* left: 0; */
  margin-right: 10px;
  color: #98b4ec;
}
.text-block-with-image {
  display: flex;
  padding: 25px 0;
}
.text-block-with-image .left {
  flex-basis: 50%;
  text-align: center;
}
.text-block-with-image .right {
  flex-basis: 50%;
  padding-right: 20px;
}
.text-block-with-image-tb {
  /* display: flex; */
  padding: 25px 0;
}
.text-block-with-image-tb .top,
.text-block-with-image-tb .bottom {
  /* flex-basis: 100%; */
  width: 100%;
  text-align: center;
}

/* Page::Karriere */
.gruppenbackground {
  padding-top: 250px;
}
.gruppenbackground .benefits_wrapper {
  flex-basis: 25%;
  max-width: 25%;
  padding-right: 10px;
  padding-left: 10px;
}
.gruppenbackground .benefits_wrapper .benefits {
    min-height: 258px;
    border-right: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    border-bottom: 4px solid #98b4ec;
    background-color: #ffffff;
    padding: 23px 7px;
    border-top: 1px solid #e1e1e1;
    text-align: center;
}
.gruppenbackground .benefits_wrapper .benefits .benefits_icon {
    margin-bottom: 7px;
    min-width: 70px;
    height: auto;
    max-width: 80px;
}
.gruppenbackground .benefits_wrapper img {
  /* width: 100%; */
}
.job-card {
    background-color: #fff;
    display: flex;
    align-items: center;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.job-card:hover {
    transform: translate(0, -5px);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12), 0 3px 6px rgba(0, 0, 0, 0.24);
}
.job-card .job-card-hover {
justify-content: space-around;
    align-items: center;
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 1.4em;
    width: 9%;
    height: 100%;
    color: #888;
    background-color: #ddd;
    transition: background-color 0.5s, font-size 0.3s, color 0.1s;
}
.job-card-description { 
    color: #98b4ec;
    margin: 0 0 3px 0;
    font-size: 0.9em;
}
.job-card:hover .job-card-hover {
background-color: #98b4ec;
    color: #fff;
    font-size: 1.6em;
}
.job-card .job-card-content {
    align-self: center;
    width: 67%;
    height: 100%;
    padding-left: 15px;
    box-sizing: border-box;
    padding-right: 9px;
    padding-top: 0;
    padding-bottom: 0;
}
.job-card .job-card-title {
    font-size: 17px;
    line-height: 1.1em;
    margin-bottom: 5px;
}
.job-card .job-card-image {
    background-repeat: no-repeat;
    width: 24%;
    height: auto;
    background-color: #ccc;
    background-size: cover;
    background-position: center;
    min-height: 130px;
}
.job-card-wrapper a {
  text-decoration: none;
}
.calltoaction {
    padding-right: 5px;
    padding-left: 5px;
}
.calltoaction .job-card {
    background-color: #fff;
    display: flex;
    align-items: center;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.calltoaction .job-card .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1rem;
    width: 100%;
    background-color: #98b4ec;
    color: #fff;
}
.calltoaction .job-card .card-body:hover {
    color: #98b4ec;
    background-color: #fff;
}
.calltoaction a {
  text-decoration: none;
}
.additional-block-image {
  width: 100%;
  padding: 0 20px;
}
.additional-textblock img {
  padding: 0;
}

.sidebar .inner {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    padding: 15px;
    border: 1px solid #d7d7d7;
}
.sidebar .slogan img {
  margin-bottom: 20px;
}
.p60-0 {
  padding: 60px 0;
}

main .inner {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    padding: 15px;
    border: 1px solid #d7d7d7;
}

/* jobanzeige post */
.infobox-wrapper {
  min-height: 42px;
}
.c-wrap .c-block .inner {
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    padding: 30px;
    border: 1px solid #d7d7d7;
}
main.job-post .content-block {

}
main.job-post .content-block .left,
main.job-post .content-block .right {
  padding: 0 10px;
  text-align: justify;
}
main.job-post .content-block .top,
main.job-post .content-block .bottom {
  text-align: justify;
}
main.job-post .content-block .top img {
  margin-bottom: 20px;
}
main.job-post .content-block .bottom img {
  margin-top: 20px;
}
main.job-post .content-block img {
  width: 100%;
}

/* MD::20240412::jobs */
main.page_karriere .prefix-headline {
  text-align: center;
  margin: 10px 0;
  font-size: 19px;
  font-weight: bold;
  text-transform: uppercase;
  color: #98b4ec;
}
main.page_karriere .headline-h2 {
  text-align: center;
  margin: 20px 0;
  font-size: 35px;
}
main.page_karriere .block-headline {
  text-align: left;
  padding: 10px;
  padding-left: 20px;
  font-size: 19px;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
  background: linear-gradient(to right, #98b4ec, 30%, rgba(0,0,0,0), 50%, rgba(0, 0, 0, 0));
}
div.row div.c2a-button {
  margin-top: 30px;
  text-align: center;
}

a.c2a-button {
  background-color: #98b4ec;
  color: white;
  font-weight: bold;
  padding: 15px 45px;
  text-decoration: none;
  border: 2px solid #98b4ec;
}
a.c2a-button:hover {
  background-color: #e6ebf5;
  color: #98b4ec;

}

div.benefits-block div.inner {
  /* margin: 15px; */
}

div.career-member-block .headline .name {
  color: #98b4ec;
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
}
div.career-member-block .headline .position {
  margin: 0 0 10px 0;
  border-bottom: 1px solid #98b4ec;
}
div.career-member-block img {
  width: 100%;
}
.img-block {
  text-align: center;
}

div.career-app-process-block .inner,
div.career-member-block .inner,
div.benefits-block .inner {
  box-shadow: none !important;
  border: none !important;
  -webkit-box-shadow !important;
}
div.career-app-process-block .inner .image {
  padding: 25%;
  padding-top: 0;
}
div.benefits-block .inner {
  padding: 15px !important;
}
div.benefits-block .inner .image {
  text-align: center;
  padding-bottom: 20px;
}
div.benefits-block .inner .image img {
  width: 96px;
}
div.career-app-process-block .inner .headline,
div.benefits-block .inner .headline {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  margin-bottom: 15px;
}

main.job-post div.item-block li {
  line-height: 30px;
}
.c-block .row .img-block,
.c-block .row .text-block {
  padding-top: 20px;
}
/* MD::20240412::transparent background [https: //www.digitalocean.com/community/tutorials/how-to-change-a-css-background-images-opacity-de] */
main.page_karriere section {
  position: relative;
  overflow: hidden;
}
main.page_karriere section .c-wrap {
  position: relative;
  z-index: 2;
}
