@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:700,600,400);
@import url("https://fonts.googleapis.com/css?family=Arvo:700");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400");
.fancybox-enabled {
  overflow: hidden; }

.fancybox-enabled body {
  overflow: visible;
  height: 100%; }

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s, visibility 0s linear .25s;
  box-sizing: border-box; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  transition: opacity .25s, visibility 0s; }

.fancybox-infobar {
  top: 0;
  left: 50%;
  margin-left: -79px; }

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased; }

.fancybox-toolbar {
  top: 0;
  right: 0; }

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0); }

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: visible; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000; }

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #E5E3DF; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide > div {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box; }

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff; }

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff; }

.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: #fff;
  cursor: default; }

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; }

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer; }

.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  transition: background .25s;
  box-sizing: border-box;
  z-index: 2; }

.fancybox-close-small:focus:after {
  outline: 1px dotted #888; }

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee; }

.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px; }

.fancybox-slide--iframe .fancybox-close-small:after {
  background: transparent;
  font-size: 35px;
  color: #aaa; }

.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff; }

/* Caption */
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all; }

.fancybox-caption a {
  color: #fff;
  text-decoration: underline; }

/* Buttons */
.fancybox-button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: transparent;
  color: #ddd;
  border-radius: 0;
  cursor: pointer;
  vertical-align: top;
  outline: none; }

.fancybox-button[disabled] {
  cursor: default;
  pointer-events: none; }

.fancybox-infobar__body, .fancybox-button {
  background: rgba(30, 30, 30, 0.6); }

.fancybox-button:hover:not([disabled]) {
  color: #fff;
  background: rgba(0, 0, 0, 0.8); }

.fancybox-button::before,
.fancybox-button::after {
  content: '';
  pointer-events: none;
  position: absolute;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block; }

.fancybox-button[disabled]::before,
.fancybox-button[disabled]::after {
  opacity: 0.3; }

.fancybox-button--left::after,
.fancybox-button--right::after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor; }

.fancybox-button--left::after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.fancybox-button--right::after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--left {
  border-bottom-left-radius: 5px; }

.fancybox-button--right {
  border-bottom-right-radius: 5px; }

.fancybox-button--close::before, .fancybox-button--close::after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px); }

.fancybox-button--close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* Navigation arrows */
.fancybox-arrow {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  height: 100px;
  width: 54px;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: opacity .25s; }

.fancybox-arrow::after {
  content: '';
  position: absolute;
  top: 28px;
  width: 44px;
  height: 44px;
  background-color: rgba(30, 30, 30, 0.8);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px; }

.fancybox-arrow--right {
  right: 0; }

.fancybox-arrow--left {
  left: 0;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1); }

.fancybox-arrow--right::after,
.fancybox-arrow--left::after {
  left: 0; }

.fancybox-show-nav .fancybox-arrow {
  opacity: 0.6; }

.fancybox-show-nav .fancybox-arrow[disabled] {
  opacity: 0.3; }

/* Loading indicator */
.fancybox-slide > .fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1; }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1; }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-infobar {
    left: 0;
    margin-left: 0; }

  .fancybox-button--left,
  .fancybox-button--right {
    display: none !important; }

  .fancybox-caption {
    padding: 20px 0;
    margin: 0; } }
/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: calc(50% - 7px);
  top: calc(50% - 6px);
  border: 2px solid;
  background: none; }

/* Slideshow button */
.fancybox-button--play::before,
.fancybox-button--pause::before {
  top: calc(50% - 6px);
  left: calc(50% - 4px);
  background: transparent; }

.fancybox-button--play::before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px; }

.fancybox-button--pause::before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px; }

/* Thumbs */
.fancybox-thumbs {
  display: none; }

.fancybox-button--thumbs {
  display: none; }

@media all and (min-width: 800px) {
  .fancybox-button--thumbs {
    display: inline-block; }

  .fancybox-button--thumbs span {
    font-size: 23px; }

  .fancybox-button--thumbs::before {
    width: 3px;
    height: 3px;
    top: calc(50% - 2px);
    left: calc(50% - 2px);
    box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0; }

  .fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    word-break: normal;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995; }

  .fancybox-show-thumbs .fancybox-thumbs {
    display: block; }

  .fancybox-show-thumbs .fancybox-inner {
    right: 220px; }

  .fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0; }

  .fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid transparent;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box; }

  li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1); }

  .fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

  .fancybox-thumbs > ul > li:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

  .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1; } }
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }
.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }
.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.mm-hidden {
  display: none !important; }

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

.mm-menu {
  box-sizing: border-box;
  background: inherit;
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0; }

.mm-panels, .mm-panels > .mm-panel {
  background: inherit;
  border-color: inherit;
  box-sizing: border-box;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0; }

.mm-panels {
  overflow: hidden; }

.mm-panel {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left; }

.mm-panel.mm-opened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-panel.mm-subopened {
  -webkit-transform: translate(-30%, 0);
  -ms-transform: translate(-30%, 0);
  transform: translate(-30%, 0);
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0); }

.mm-panel.mm-highest {
  z-index: 1; }

.mm-panel.mm-noanimation {
  -webkit-transition: none !important;
  transition: none !important; }

.mm-panel.mm-noanimation.mm-subopened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-panels > .mm-panel {
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 20px; }

.mm-panels > .mm-panel.mm-hasnavbar {
  padding-top: 40px; }

.mm-panels > .mm-panel:not(.mm-hidden) {
  display: block; }

.mm-panels > .mm-panel:after, .mm-panels > .mm-panel:before {
  content: '';
  display: block;
  height: 20px; }

.mm-vertical .mm-panel {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important; }

.mm-listview .mm-vertical .mm-panel, .mm-vertical .mm-listview .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }

.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after, .mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after {
  border-color: transparent; }

.mm-vertical li.mm-opened > .mm-panel, li.mm-vertical.mm-opened > .mm-panel {
  display: block; }

.mm-listview > li.mm-vertical > .mm-next, .mm-vertical .mm-listview > li > .mm-next {
  box-sizing: border-box;
  height: 40px;
  bottom: auto; }

.mm-listview > li.mm-vertical.mm-opened > .mm-next:after, .mm-vertical .mm-listview > li.mm-opened > .mm-next:after {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  right: 19px; }

.mm-btn {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  z-index: 1; }

.mm-clear:after, .mm-clear:before, .mm-close:after, .mm-close:before {
  content: '';
  border: 2px solid transparent;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.mm-clear:before, .mm-close:before {
  border-right: none;
  border-bottom: none;
  right: 18px; }

.mm-clear:after, .mm-close:after {
  border-left: none;
  border-top: none;
  right: 25px; }

.mm-next:after, .mm-prev:before {
  content: '';
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0; }

.mm-prev:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto; }

.mm-next:after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 23px;
  left: auto; }

.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 20px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.mm-navbar > * {
  display: block;
  padding: 10px 0; }

.mm-navbar a, .mm-navbar a:hover {
  text-decoration: none; }

.mm-navbar .mm-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.mm-navbar .mm-btn:first-child {
  left: 0; }

.mm-navbar .mm-btn:last-child {
  text-align: right;
  right: 0; }

.mm-panel .mm-navbar {
  display: none; }

.mm-panel.mm-hasnavbar .mm-navbar {
  display: block; }

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

.mm-listview {
  font: inherit;
  font-size: 14px;
  line-height: 20px; }

.mm-listview a, .mm-listview a:hover {
  text-decoration: none; }

.mm-listview > li {
  position: relative; }

.mm-listview > li, .mm-listview > li .mm-next, .mm-listview > li .mm-next:before, .mm-listview > li:after {
  border-color: inherit; }

.mm-listview > li > a, .mm-listview > li > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: inherit;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0; }

.mm-listview > li:not(.mm-divider):after {
  content: '';
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0; }

.mm-listview > li:not(.mm-divider):after {
  left: 20px; }

.mm-listview .mm-next {
  background: rgba(3, 2, 1, 0);
  width: 50px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2; }

.mm-listview .mm-next:before {
  content: '';
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0; }

.mm-listview .mm-next + a, .mm-listview .mm-next + span {
  margin-right: 50px; }

.mm-listview .mm-next.mm-fullsubopen {
  width: 100%; }

.mm-listview .mm-next.mm-fullsubopen:before {
  border-left: none; }

.mm-listview .mm-next.mm-fullsubopen + a, .mm-listview .mm-next.mm-fullsubopen + span {
  padding-right: 50px;
  margin-right: 0; }

.mm-panels > .mm-panel > .mm-listview {
  margin: 20px -20px; }

.mm-panels > .mm-panel > .mm-listview:first-child, .mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px; }

.mm-menu {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75); }

.mm-menu .mm-navbar a, .mm-menu .mm-navbar > * {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu .mm-btn:after, .mm-menu .mm-btn:before {
  border-color: rgba(0, 0, 0, 0.3); }

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

.mm-menu .mm-listview > li .mm-next:after {
  border-color: rgba(0, 0, 0, 0.3); }

.mm-menu .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
  tap-highlight-color: rgba(255, 255, 255, 0.5); }

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.5); }

.mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(0, 0, 0, 0.05); }

.mm-menu .mm-divider {
  background: rgba(0, 0, 0, 0.05); }

.mm-page {
  box-sizing: border-box;
  position: relative; }

.mm-slideout {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
  z-index: 1; }

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

html.mm-blocking {
  overflow: hidden; }

html.mm-blocking body {
  overflow: hidden; }

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

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

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

.mm-menu.mm-offcanvas {
  z-index: 0;
  display: none;
  position: fixed; }

.mm-menu.mm-offcanvas.mm-opened {
  display: block; }

.mm-menu.mm-offcanvas.mm-no-csstransforms.mm-opened {
  z-index: 10; }

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

html.mm-opening .mm-menu.mm-opened ~ .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0); }

@media all and (max-width: 175px) {
  html.mm-opening .mm-menu.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0); } }
@media all and (min-width: 550px) {
  html.mm-opening .mm-menu.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    transform: translate(440px, 0);
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0); } }
.mm-sronly {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

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

.slick-arrow.slick-hidden {
  display: none; }

/** Framework Start ************************************************************ */
/** Defaults Start ************************************************************ */
/** Reset Start ************************************************************ */
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/** Reset End ************************************************************ */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: " ";
  display: table; }

.clearfix:after,
.row:after {
  clear: both; }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .clearfix {
  display: block; }

* html .clearfix {
  height: 1%; }

.clear {
  clear: both; }
  .clear:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both; }

.img-responsive,
.thumbnail > img,
.thumbnail a > img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto; }

img {
  vertical-align: middle;
  border: 0; }

.container,
.container--fluid,
.container--static {
  position: relative;
  margin: auto; }

.container--fluid {
  max-width: 1000px;
  width: 100%;
  text-align: center; }

.container--static {
  max-width: 100%;
  text-align: left; }

.base--text-align--right {
  text-align: right; }

.base--text-align--left {
  text-align: left; }

.base--text-align--center {
  text-align: center; }

.base--text-align--justify {
  text-align: justify; }

.base--position--static {
  position: static; }

.base--position--relative {
  position: relative; }

.base--position--absolute {
  position: absolute; }

@media only screen and (min-width: 1201px) {
  /* on: last */
  .base--text-align-lg--right {
    text-align: right !important; }

  .base--text-align-lg--left {
    text-align: left !important; }

  .base--text-align-lg--center {
    text-align: center !important; }

  .base--text-align-lg--justify {
    text-align: justify !important; } }
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  /* on: other*/
  .base--text-align-md--right {
    text-align: right !important; }

  .base--text-align-md--left {
    text-align: left !important; }

  .base--text-align-md--center {
    text-align: center !important; }

  .base--text-align-md--justify {
    text-align: justify !important; } }
@media only screen and (min-width: 601px) and (max-width: 768px) {
  /* on: other*/
  .base--text-align-sm--right {
    text-align: right !important; }

  .base--text-align-sm--left {
    text-align: left !important; }

  .base--text-align-sm--center {
    text-align: center !important; }

  .base--text-align-sm--justify {
    text-align: justify !important; } }
@media only screen and (max-width: 768px) {
  /* on: first */
  .base--text-align-xs--right {
    text-align: right !important; }

  .base--text-align-xs--left {
    text-align: left !important; }

  .base--text-align-xs--center {
    text-align: center !important; }

  .base--text-align-xs--justify {
    text-align: justify !important; } }
.base--pull--left {
  float: left !important; }

.base--pull--right {
  float: right !important; }

[class*=col-] {
  float: left; }

[class*=col-pull-],
[class*=col-push-] {
  position: relative; }

@media only screen and (max-width: 768px) {
  /* on: first */
  .row {
    margin-left: -4px;
    margin-right: -4px; }

  [class*=col-xs-] {
    padding-left: 4px;
    padding-right: 4px; } }
@media only screen and (min-width: 601px) and (max-width: 768px) {
  /* on: other*/
  .row {
    margin-left: -8px;
    margin-right: -8px; }

  [class*=col-sm-] {
    padding-left: 8px;
    padding-right: 8px; } }
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  /* on: other*/
  .row {
    margin-left: -8px;
    margin-right: -8px; }

  [class*=col-md-] {
    padding-left: 8px;
    padding-right: 8px; } }
@media only screen and (min-width: 1201px) {
  /* on: last */
  .row {
    margin-left: -8px;
    margin-right: -8px; }

  [class*=col-lg-] {
    padding-left: 8px;
    padding-right: 8px; } }
/** Defaults Start ************************************************************ */
/** Visibles Start ************************************************************ */
/* VISIBLES */
.base--hidden {
  display: none !important; }

[class*="base--display-"] {
  display: none !important; }

@media only screen and (max-width: 768px) {
  /* on: first */
  .base--display-xs {
    display: block !important; }

  .base--display-xs--block {
    display: block !important; }

  .base--display-xs--inline-block {
    display: inline-block !important; }

  .base--display-xs--inline {
    display: inline !important; }

  table.base--display-xs {
    display: table !important; }

  tr.base--display-xs {
    display: table-row !important; }

  td.base--display-xs {
    display: table-cell !important; } }
@media only screen and (min-width: 601px) and (max-width: 768px) {
  /* on: other*/
  .base--display-sm {
    display: block !important; }

  .base--display-sm--block {
    display: block !important; }

  .base--display-sm--inline-block {
    display: inline-block !important; }

  .base--display-sm--inline {
    display: inline !important; }

  table.base--display-sm {
    display: table !important; }

  tr.base--display-sm {
    display: table-row !important; }

  td.base--display-sm {
    display: table-cell !important; } }
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  /* on: other*/
  .base--display-md {
    display: block !important; }

  .base--display-md--block {
    display: block !important; }

  .base--display-md--inline-block {
    display: inline-block !important; }

  .base--display-md--inline {
    display: inline !important; }

  table.base--display-md {
    display: table !important; }

  tr.base--display-md {
    display: table-row !important; }

  td.base--display-md {
    display: table-cell !important; } }
@media only screen and (min-width: 1201px) {
  /* on: last */
  .base--display-lg {
    display: block !important; }

  .base--display-lg--block {
    display: block !important; }

  .base--display-lg--inline-block {
    display: inline-block !important; }

  .base--display-lg--inline {
    display: inline !important; }

  table.base--display-lg {
    display: table !important; }

  tr.base--display-lg {
    display: table-row !important; }

  td.base--display-lg {
    display: table-cell !important; } }
@media only screen and (min-width: 1201px) {
  .base--hidden-lg {
    display: none !important; } }
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  /* on: other*/
  .base--hidden-md {
    display: none !important; } }
@media only screen and (min-width: 601px) and (max-width: 768px) {
  /* on: other*/
  .base--hidden-sm {
    display: none !important; } }
@media only screen and (max-width: 600px) {
  .base--hidden-xs {
    display: none !important; } }
.base--visible-print {
  display: none !important; }

@media print {
  .base--visible-print {
    display: block !important; }

  table.base--visible-print {
    display: table; }

  tr.base--visible-print {
    display: table-row !important; }

  th.base--visible-print,
  td.base--visible-print {
    display: table-cell !important; } }
.base--visible-print-block {
  display: none !important; }

@media print {
  .base--visible-print-block {
    display: block !important; } }
.base--visible-print-inline {
  display: none !important; }

@media print {
  .base--visible-print-inline {
    display: inline !important; } }
.base--visible-print-inline-block {
  display: none !important; }

@media print {
  .base--visible-print-inline-block {
    display: inline-block !important; } }
@media print {
  .base--hidden-print {
    display: none !important; } }
/** Visibles End ************************************************************ */
/** Forms Start ************************************************************ */
/** Forms End ************************************************************ */
/** Tables Start ************************************************************ */
/** Tables End ************************************************************ */
@media only screen and (max-width: 768px) {
  /* on: first */
  .col-xs-1 {
    width: 8.33333%; }

  .col-xs-2 {
    width: 16.66667%; }

  .col-xs-3 {
    width: 25%; }

  .col-xs-4 {
    width: 33.33333%; }

  .col-xs-5 {
    width: 41.66667%; }

  .col-xs-6 {
    width: 50%; }

  .col-xs-7 {
    width: 58.33333%; }

  .col-xs-8 {
    width: 66.66667%; }

  .col-xs-9 {
    width: 75%; }

  .col-xs-10 {
    width: 83.33333%; }

  .col-xs-11 {
    width: 91.66667%; }

  .col-xs-12 {
    width: 100%; } }
@media only screen and (min-width: 601px) and (max-width: 768px) {
  /* on: other*/
  .col-sm-1 {
    width: 8.33333%; }

  .col-sm-2 {
    width: 16.66667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.33333%; }

  .col-sm-5 {
    width: 41.66667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.33333%; }

  .col-sm-8 {
    width: 66.66667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.33333%; }

  .col-sm-11 {
    width: 91.66667%; }

  .col-sm-12 {
    width: 100%; } }
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  /* on: other*/
  .col-md-1 {
    width: 8.33333%; }

  .col-md-2 {
    width: 16.66667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.33333%; }

  .col-md-5 {
    width: 41.66667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.33333%; }

  .col-md-8 {
    width: 66.66667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.33333%; }

  .col-md-11 {
    width: 91.66667%; }

  .col-md-12 {
    width: 100%; } }
@media only screen and (min-width: 769px) {
  .col-offset-md-1 {
    margin-left: 8.33333%; }

  .col-offset-md-2 {
    margin-left: 16.66667%; }

  .col-offset-md-3 {
    margin-left: 25%; }

  .col-offset-md-4 {
    margin-left: 33.33333%; }

  .col-offset-md-5 {
    margin-left: 41.66667%; }

  .col-offset-md-6 {
    margin-left: 50%; }

  .col-offset-md-7 {
    margin-left: 58.33333%; }

  .col-offset-md-8 {
    margin-left: 66.66667%; }

  .col-offset-md-9 {
    margin-left: 75%; }

  .col-offset-md-10 {
    margin-left: 83.33333%; }

  .col-offset-md-11 {
    margin-left: 91.66667%; }

  .col-offset-md-12 {
    margin-left: 100%; } }
@media only screen and (min-width: 1201px) {
  /* on: last */
  .col-lg-1 {
    width: 8.33333%; }

  .col-lg-2 {
    width: 16.66667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.33333%; }

  .col-lg-5 {
    width: 41.66667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.33333%; }

  .col-lg-8 {
    width: 66.66667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.33333%; }

  .col-lg-11 {
    width: 91.66667%; }

  .col-lg-12 {
    width: 100%; } }
@media only screen and (min-width: 1201px) {
  .col-offset-lg-1 {
    margin-left: 8.33333%; }

  .col-offset-lg-2 {
    margin-left: 16.66667%; }

  .col-offset-lg-3 {
    margin-left: 25%; }

  .col-offset-lg-4 {
    margin-left: 33.33333%; }

  .col-offset-lg-5 {
    margin-left: 41.66667%; }

  .col-offset-lg-6 {
    margin-left: 50%; }

  .col-offset-lg-7 {
    margin-left: 58.33333%; }

  .col-offset-lg-8 {
    margin-left: 66.66667%; }

  .col-offset-lg-9 {
    margin-left: 75%; }

  .col-offset-lg-10 {
    margin-left: 83.33333%; }

  .col-offset-lg-11 {
    margin-left: 91.66667%; }

  .col-offset-lg-12 {
    margin-left: 100%; } }
.container--fluid {
  text-align: left;
  background: #FFF; }
  @media only screen and (min-width: 769px) {
    .container--fluid {
      border-left: 1px solid #FFF;
      border-right: 1px solid #FFF; } }

.container--static {
  padding-left: 20px;
  padding-right: 20px; }
  @media only screen and (max-width: 768px) {
    .container--static.container--static-fullsize-mobile {
      padding-left: 0;
      padding-right: 0; } }
  @media only screen and (max-width: 600px) {
    .container--static {
      padding-left: 10px;
      padding-right: 10px; } }

.container--content {
  padding-top: 25px; }

.container--gray {
  background: #f4f4f4; }

.container--gray-dark {
  background: #eeeeee; }

@media only screen and (max-width: 768px) {
  body {
    overflow-x: hidden; } }
.content {
  position: relative;
  z-index: 2; }

.row.basic {
  margin-left: 0;
  margin-right: 0; }

[class*=col-lg-].basic, [class*=col-md-].basic, [class*=col-sm-].basic, [class*=col-xs-].basic {
  padding-left: 0;
  padding-right: 0; }

@media only screen and (min-width: 769px) {
  .row.table {
    display: table; }
    .row.table [class*=col-lg-], .row.table [class*=col-md-], .row.table [class*=col-sm-], .row.table [class*=col-xs-] {
      float: none !important;
      display: table-cell;
      vertical-align: top; } }

html,
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  color: #60636a;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #f4f4f4; }
  @media only screen and (max-width: 768px) {
    html,
    body {
      background: #FFF; } }

small {
  font-size: 11px; }

a {
  color: #b90e0e; }

strong, b {
  font-weight: 600; }

p {
  margin-bottom: 1em; }

i {
  font-style: italic; }

.main-content * {
  line-height: 1.4em; }

h1, h2, h3, h4 {
  color: #b90e0e;
  margin-bottom: 1em;
  font-weight: bold; }

/*
$sprite-list: (
    //mobile-navi: (hidpi: true),
    //mobile-navi-close: (hidpi: true),
);


$sprites: (
        default: sprite-map("sprites/*.png", $layout: vertical, $spacing: 10px),
        highdpi: sprite-map("sprites-2x/*.png", $layout: vertical, $spacing: 10px)
);



@include generate-sprite('.sprite', $sprite-list, $sprites);

*/
.ad-slider {
  margin-bottom: 20px;
  margin-top: 20px; }
  .ad-slider__label {
    font-size: 10px;
    text-transform: uppercase;
    margin: 0px 0px 10px 0px;
    display: block; }
  .ad-slider__slider-container {
    margin: 0 -10px; }
  .ad-slider__slide {
    padding: 15px;
    border: 1px solid #ebebeb;
    margin: 0 10px;
    background: #FFF;
    -moz-transition: background 0.2s ease-out;
    -o-transition: background 0.2s ease-out;
    -webkit-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out; }
    .ad-slider__slide:hover {
      background: #f4f4f4; }
  .ad-slider__slide-link {
    text-decoration: none;
    color: #60636a; }
  .ad-slider__slide-title {
    font-weight: bold;
    color: #b90e0e;
    margin-bottom: 10px; }
  .ad-slider__slide-image {
    float: left;
    margin: 0 10px 10px 0; }
    @media only screen and (max-width: 768px) {
      .ad-slider__slide-image {
        margin-bottom: 5px; } }
  .ad-slider__slide-text {
    font-size: 11px; }

.ad--full {
  margin-bottom: 20px;
  margin-top: 20px; }
.ad__label {
  font-size: 10px;
  text-transform: uppercase;
  margin: 0px 0px 10px 0px;
  display: block; }
.ad__image, .ad__image--distance {
  width: 100%;
  display: block; }
  .ad__image--distance {
    margin-bottom: 20px; }

.block, .block--gray {
  margin-bottom: 20px; }
  .block hr, .block--gray hr {
    height: 1px;
    width: 100%;
    border: none;
    background: #dadada;
    margin: 30px 0; }
  .block--gray {
    background: #f4f4f4;
    padding: 20px; }

.bottom-text {
  padding-top: 30px;
  padding-bottom: 20px; }
  .bottom-text__headline {
    line-height: 1.4em; }
  .bottom-text__text * {
    line-height: 1.4em;
    font-size: 12px; }
  .bottom-text__text p {
    margin-bottom: 1em; }

.box--map {
  margin-bottom: 20px; }
.box__headline, .box__headline--icon {
  background: #b90e0e;
  padding: 10px 20px; }
  .box__headline--icon {
    padding-left: 40px;
    position: relative; }
.box__headline-icon {
  color: #FFF;
  position: absolute;
  left: 20px;
  font-size: 16px;
  top: 8px; }
.box__headline-text {
  font-weight: bold;
  font-size: 14px;
  color: #FFF;
  margin: 0;
  display: inline-block; }
  @media only screen and (max-width: 768px) {
    .box__headline-text {
      display: block; } }
.box__headline-link {
  float: right;
  color: #FFF;
  font-size: 14px; }
  @media only screen and (max-width: 768px) {
    .box__headline-link {
      margin-top: 13px;
      display: inline-block;
      float: none; } }
.box__content, .box__content--no-space, .box__content--gray {
  margin-top: 20px; }
  .box__content--no-space {
    margin-top: 0; }
  .box__content--gray {
    background: #f4f4f4;
    padding: 20px; }

.breadcrumb {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #FFF; }
  @media only screen and (max-width: 600px) {
    .breadcrumb {
      padding-top: 15px;
      padding-bottom: 15px; } }
  .breadcrumb__nav {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 10px; }
  .breadcrumb__headline {
    vertical-align: bottom;
    display: inline-block;
    font-size: 20px;
    margin: 0;
    font-weight: bold;
    color: #b90e0e; }
    @media only screen and (max-width: 600px) {
      .breadcrumb__headline {
        display: block;
        margin-top: 10px; } }
  .breadcrumb__nav-list li:before {
    content: "»";
    display: inline-block;
    margin: 0 4px;
    vertical-align: bottom; }
  .breadcrumb__nav-list li:first-child:before {
    display: none; }
  .breadcrumb__nav-entry {
    font-size: 11px;
    display: inline-block; }
  .breadcrumb__nav-link {
    text-decoration: none;
    color: #60636a; }
    .breadcrumb__nav-link:hover {
      text-decoration: underline; }

textarea:focus, input:focus, button:focus {
  outline: none; }

.btn-small, .btn-small--green, .btn-small--gray, .btn-small--gray-light {
  font-size: 14px;
  display: inline-block;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 9px 17px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out; }
  .btn-small:hover, .btn-small--green:hover, .btn-small--gray:hover, .btn-small--gray-light:hover {
    opacity: 0.8; }
  .btn-small--green {
    background-image: none;
    background: #2e9623;
    color: #FFF;
    border: none; }
  .btn-small--gray {
    background: #dedede;
    color: #60636a; }
  .btn-small--gray-light {
    background: #f4f4f4;
    color: #60636a; }

.btn-large, .btn-large--green {
  font-size: 16px;
  display: inline-block;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 16px 48px 14px 48px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  line-height: 1.4em;
  text-align: center; }
  .btn-large:hover, .btn-large--green:hover {
    opacity: 0.8; }
  .btn-large--green {
    background-image: none;
    background: #2e9623;
    color: #FFF;
    border: none; }

.btn, .btn--green {
  font-size: 14px;
  display: inline-block;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 14px 30px 12px 30px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  line-height: 1.4em;
  text-align: center; }
  .btn:hover, .btn--green:hover {
    opacity: 0.8; }
  .btn--green {
    background-image: none;
    background: #2e9623;
    color: #FFF;
    border: none; }

.buttons, .buttons--border {
  margin-bottom: 30px; }
  .buttons__headline {
    color: #b90e0e;
    font-size: 16px;
    margin-bottom: 20px; }
  .buttons__button, .buttons__button--primary {
    margin-bottom: 15px;
    font-size: 16px;
    display: block;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 18px 25px 17px 51px;
    position: relative;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    background: #f4f4f4;
    color: #60636a; }
    .buttons__button i, .buttons__button--primary i {
      margin-right: 10px;
      font-size: 24px;
      position: absolute;
      top: 13px;
      left: 20px;
      color: #c7c7c7; }
    .buttons__button span, .buttons__button--primary span {
      display: inline-block;
      font-weight: 400;
      font-size: 14px;
      margin-left: 10px; }
      @media only screen and (max-width: 600px) {
        .buttons__button span, .buttons__button--primary span {
          display: none; } }
    .buttons__button:hover, .buttons__button--primary:hover {
      background: #b90e0e;
      color: #FFF; }
      .buttons__button:hover i, .buttons__button--primary:hover i {
        color: #FFF; }
    .buttons__button--primary {
      background: #b90e0e;
      color: #FFF; }
      .buttons__button--primary i {
        color: #FFF;
        opacity: 0.5; }
      .buttons__button--primary:hover {
        background: #a60d0d; }
    @media only screen and (max-width: 600px) {
      .buttons__button, .buttons__button--primary {
        margin-bottom: 8px; } }
  .buttons--border {
    padding-bottom: 20px;
    border-bottom: 1px solid #ebebeb; }

.comments {
  margin-bottom: 20px;
  margin-top: 30px; }
  .comments__headline {
    font-size: 18px;
    line-height: 1.3em; }
  .comments__comment {
    margin-bottom: 10px;
    padding: 20px;
    border: 1px solid #dadada; }
  .comments__comment-header-icon {
    display: inline-block;
    color: #b90e0e;
    font-size: 29px;
    vertical-align: top;
    margin-right: 7px; }
  .comments__comment-header-text {
    display: inline-block; }
    @media only screen and (max-width: 600px) {
      .comments__comment-header-text {
        max-width: 210px; } }
  .comments__comment-name {
    font-weight: bold;
    color: #b90e0e;
    display: block; }
  .comments__comment-date {
    font-size: 13px; }
  .comments__comment-content p {
    margin-bottom: 0; }

.content-nav {
  border-bottom: 1px solid #FFF;
  overflow: hidden;
  height: 44px; }
  .content-nav__list {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    padding-bottom: 200px;
    font-size: 0px; }
  .content-nav__entry, .content-nav__entry--active, .content-nav__entry--sharing {
    display: inline-block;
    border-right: 1px solid #FFF; }
    .content-nav__entry--sharing {
      float: right;
      margin-right: 20px;
      border-right: none; }
  .content-nav__arrow, .content-nav__arrow--left, .content-nav__arrow--right {
    position: absolute;
    top: 0;
    width: 40px;
    height: 100%;
    display: none;
    cursor: pointer; }
    .content-nav__arrow:after, .content-nav__arrow--left:after, .content-nav__arrow--right:after {
      position: absolute;
      top: 9px;
      font-size: 25px;
      font-family: FontAwesome;
      color: #60636a; }
    .content-nav__arrow.show, .show.content-nav__arrow--left, .show.content-nav__arrow--right {
      display: block; }
    .content-nav__arrow--left {
      left: 0;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dedede+0,dedede+50,ffffff+100&1+0,1+0,1+50,0+100 */
      background: -moz-linear-gradient(left, #dedede 0%, #dedede 50%, rgba(255, 255, 255, 0) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, #dedede 0%, #dedede 50%, rgba(255, 255, 255, 0) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, #dedede 0%, #dedede 50%, rgba(255, 255, 255, 0) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dedede', endColorstr='#00ffffff',GradientType=1 );
      /* IE6-9 */ }
      .content-nav__arrow--left:after {
        content: "\f104";
        left: 7px; }
    .content-nav__arrow--right {
      right: 0;
      background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #dedede 50%, #dedede 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #dedede 50%, #dedede 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #dedede 50%, #dedede 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#dedede',GradientType=1 );
      /* IE6-9 */ }
      .content-nav__arrow--right:after {
        content: "\f105";
        right: 7px; }
  .content-nav__link, .content-nav__link--small, .content-nav__link--social {
    padding: 16px 20px 16px;
    display: block;
    background: #dedede;
    color: #60636a;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
    -moz-transition: background 0.2s ease-out, color 0.2s ease-out;
    -o-transition: background 0.2s ease-out, color 0.2s ease-out;
    -webkit-transition: background 0.2s ease-out, color 0.2s ease-out;
    transition: background 0.2s ease-out, color 0.2s ease-out; }
    .content-nav__link--small {
      padding: 16px 14.4px 16px 14.1px; }
    .content-nav__link:hover, .content-nav__link--small:hover, .content-nav__link--social:hover {
      background: #b90e0e;
      color: #FFF; }
    .content-nav__entry--active .content-nav__link, .content-nav__entry--active .content-nav__link--small, .content-nav__entry--active .content-nav__link--social {
      background: #b90e0e;
      color: #FFF; }
    @media only screen and (max-width: 600px) {
      .content-nav__link, .content-nav__link--small, .content-nav__link--social {
        font-size: 13px; } }
    .content-nav__link--social {
      display: inline-block;
      padding: 0;
      background: none;
      color: #b90e0e;
      font-size: 20px;
      padding: 12px 6px; }
      .content-nav__link--social:hover {
        background: none;
        color: #60636a; }

.detail * {
  line-height: 1.4em; }
.detail__sub-headline {
  font-size: 17px;
  color: #b90e0e;
  margin-bottom: 20px; }
.detail__header-headline {
  font-size: 20px; }
.detail__header-sub-headline {
  color: #60636a;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 0; }
.detail__header-image {
  max-width: 100%; }
  @media only screen and (max-width: 768px) {
    .detail__header-image {
      margin-bottom: 20px; } }
.detail__header-rating {
  margin-bottom: 10px; }
  .detail__header-rating i {
    font-size: 22px;
    color: #ecce39;
    vertical-align: middle; }
  .detail__header-rating span {
    margin-left: 4px;
    vertical-align: middle; }
  @media only screen and (max-width: 768px) {
    .detail__header-rating {
      margin-top: 20px; } }
.detail__header-get-offer {
  margin-top: 10px; }
  .detail__header-get-offer i {
    position: relative;
    top: 1px;
    margin-right: 4px; }
.detail__actions-list {
  margin-bottom: -12px; }
  @media only screen and (max-width: 768px) {
    .detail__actions-list {
      margin-bottom: 0; } }
.detail__actions-list-entry {
  margin-bottom: 12px;
  position: relative;
  padding-left: 22px; }
  .detail__actions-list-entry a {
    color: #60636a; }
.detail__actions-list-icon {
  display: inline-block;
  margin-right: 4px;
  position: absolute;
  top: 1px;
  left: 0; }
.detail__actions-list-phone {
  cursor: pointer; }
.detail__actions-list-hidden-phone {
  display: none; }
.detail__services-list {
  border-bottom: 1px solid #dadada;
  padding-bottom: 20px;
  margin-bottom: 20px; }
.detail__services-list-entry, .detail__services-list-entry--last {
  float: left;
  width: 33.333%;
  margin-bottom: 10px;
  font-size: 13px; }
  @media only screen and (max-width: 768px) {
    .detail__services-list-entry, .detail__services-list-entry--last {
      width: 50%; } }
  @media only screen and (max-width: 600px) {
    .detail__services-list-entry, .detail__services-list-entry--last {
      width: 100%; } }
  .detail__services-list-entry:before, .detail__services-list-entry--last:before {
    content: "\f00c";
    font-family: FontAwesome;
    margin-right: 4px;
    display: inline-block;
    color: #2e9623; }
  .detail__services-list-entry--last {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0; }
.detail__description a {
  color: #60636a;
  text-decoration: underline; }
.detail__tags-list-entry {
  display: inline-block; }
.detail__tags-list-entry-link {
  margin: 0 3px 8px 3px;
  display: inline-block;
  background: #dedede;
  padding: 8px 12px;
  border-radius: 5px;
  color: #60636a;
  text-decoration: none;
  font-size: 12px;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in; }
  .detail__tags-list-entry-link:hover {
    color: #FFF;
    background: #60636a; }
.detail__gallery {
  margin-bottom: 12px; }
  .detail__gallery .box__content, .detail__gallery .box__content--no-space, .detail__gallery .box__content--gray {
    margin-top: 8px; }
.detail__gallery-thumbnail-list {
  margin: 0 -4px;
  font-size: 0px; }
.detail__gallery-thumbnail-list-entry {
  padding: 0 4px;
  margin-bottom: 8px;
  width: 33.333%;
  display: inline-block;
  cursor: pointer;
  position: relative; }
  .detail__gallery-thumbnail-list-entry.active:before {
    content: "";
    height: 100%;
    position: absolute;
    left: 4px;
    right: 4px;
    top: 0;
    border: 5px solid #b90e0e;
    margin: 0 auto; }
.detail__gallery-thumbnail-list-image {
  width: 100%; }
.detail__gallery-detail-list-entry {
  display: none; }
  .detail__gallery-detail-list-entry.active {
    display: block; }
.detail__gallery-detail-list {
  margin-bottom: 8px; }
.detail__gallery-detail-list-image {
  width: 100%; }
.detail__opening-times {
  margin-bottom: 20px; }
  .detail__opening-times .box__content, .detail__opening-times .box__content--no-space, .detail__opening-times .box__content--gray {
    margin-top: 15px; }
.detail__opening-times-list-entry {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 7px;
  margin-bottom: 7px; }
  .detail__opening-times-list-entry p {
    margin: 0; }
    .detail__opening-times-list-entry p strong {
      padding-left: 20px;
      display: inline-block;
      width: 40%; }
.detail__route-teaser {
  margin-bottom: 20px; }
  .detail__route-teaser img {
    width: 100%; }
  .detail__route-teaser .box__content, .detail__route-teaser .box__content--no-space, .detail__route-teaser .box__content--gray {
    margin-top: 10px; }
.detail__links {
  margin-bottom: 20px; }
.detail__links-list-entry {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 7px;
  margin-bottom: 7px;
  padding-left: 20px; }
.detail__links-list-link {
  text-decoration: none; }
  .detail__links-list-link:before {
    content: "\f0c1";
    font-family: FontAwesome;
    margin-right: 5px;
    text-decoration: none;
    display: inline-block; }
  .detail__links-list-link:hover {
    text-decoration: underline; }
.detail .btn_red {
  opacity: 0; }
.detail #directions-panel .adp-placemark {
  background: none;
  border: none; }
.detail #directions-panel .adp-step, .detail #directions-panel .adp-substep {
  padding: 8px; }
.detail #directions-panel .adp-step, .detail #directions-panel .adp-text {
  font-weight: bold; }

.faq-search__navigation {
  margin: 0 -3px; }
  @media only screen and (max-width: 600px) {
    .faq-search__navigation {
      margin: 0 -2px; } }
  .faq-search__navigation a {
    margin: 0 3px 8px 3px;
    display: inline-block;
    background: #dedede;
    padding: 8px 12px;
    border-radius: 5px;
    color: #60636a;
    text-decoration: none;
    font-size: 12px;
    -moz-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    -webkit-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in; }
    .faq-search__navigation a:hover {
      color: #FFF;
      background: #60636a; }
    .faq-search__navigation a.active {
      color: #FFF;
      background: #b90e0e; }
    @media only screen and (max-width: 600px) {
      .faq-search__navigation a {
        padding: 8px 12px;
        margin: 0 2px 8px 2px; } }

.faq {
  margin-bottom: 40px;
  border-top: 1px solid #dadada; }
  .faq__entry {
    border-bottom: 1px solid #dadada;
    padding-bottom: 14px;
    padding-left: 56px;
    position: relative; }
    @media only screen and (max-width: 600px) {
      .faq__entry {
        padding-left: 0; } }
    .faq__entry:before {
      content: "\f29c";
      position: absolute;
      left: 14px;
      top: 50%;
      font-family: FontAwesome;
      font-size: 33px;
      opacity: 0.2;
      margin-top: -17px; }
      @media only screen and (max-width: 600px) {
        .faq__entry:before {
          display: none; } }
  .faq__entry-headline {
    cursor: pointer;
    padding: 22px 40px 9px 0;
    font-weight: bold;
    margin: 0;
    line-height: 1.4em;
    position: relative;
    color: #b90e0e; }
    .faq__entry-headline:after {
      content: "\f107";
      font-family: FontAwesome;
      font-size: 20px;
      top: 22px;
      right: 10px;
      position: absolute;
      color: #60636a; }
    .active .faq__entry-headline:after {
      content: "\f106"; }
  .faq__entry-detail {
    line-height: 1.4em; }

.footer__nav {
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  padding-top: 20px;
  padding-bottom: 20px; }
  @media only screen and (max-width: 768px) {
    .footer__nav {
      padding-bottom: 0px; } }
@media only screen and (max-width: 768px) {
  .footer__nav-list {
    margin-bottom: 20px; } }
.footer__nav-entry {
  margin-bottom: 3px; }
.footer__nav-headline {
  font-weight: bold;
  color: #b90e0e;
  margin-bottom: 9px;
  font-size: 12px; }
.footer__nav-link {
  font-size: 11px;
  text-decoration: none;
  color: #60636a; }
  .footer__nav-link:hover {
    text-decoration: underline; }
.footer__bottom {
  padding-bottom: 20px;
  padding-top: 20px; }
  .footer__bottom p, .footer__bottom a {
    font-size: 11px; }
.footer__bottom-copyright {
  float: left;
  margin: 0; }
.footer__bottom-links {
  float: right;
  margin: 0; }
  @media only screen and (max-width: 1200px) {
    .footer__bottom-links {
      float: left;
      width: 100%;
      margin-top: 7px; } }
  .footer__bottom-links a {
    text-decoration: underline;
    color: #60636a; }

.form {
  background: #f4f4f4;
  padding: 20px;
  margin-bottom: 20px; }
  @media only screen and (max-width: 768px) {
    .form {
      margin-left: -20px;
      margin-right: -20px; } }
  .form__row, .form__row--last {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #dadada; }
    .form__row--last {
      margin-bottom: 0px;
      padding-bottom: 0px;
      border-bottom: none; }
  .form__headline, .form__headline--large {
    font-size: 15px;
    margin-bottom: 25px; }
    .form__headline--large {
      font-size: 18px; }
  .form__input-row {
    position: relative; }
  .form__input-placeholder-container {
    position: relative; }
  .form__input-container-small {
    display: inline-block;
    width: 30%; }
  .form__input-container-large {
    display: inline-block;
    width: 60%; }
  .form__input, .form__input--last {
    margin-bottom: 16px;
    border: 1px solid #dadada;
    font-size: 14px;
    padding: 17px 20px 16px 20px;
    font-size: 15px;
    border-radius: 5px;
    width: 100%;
    color: #60636a;
    max-width: 100%; }
    .form__input::placeholder, .form__input--last::placeholder {
      transition: all 0.2s ease-in-out; }
    .form__input:focus, .form__input--last:focus, .form__input.populated, .populated.form__input--last {
      padding: 24px 20px 9px 20px; }
      .form__input:focus::placeholder, .form__input--last:focus::placeholder, .form__input.populated::placeholder, .populated.form__input--last::placeholder {
        color: transparent; }
      .form__input:focus + span, .form__input--last:focus + span, .form__input.populated + span, .populated.form__input--last + span {
        opacity: 1;
        top: -17px; }
      .form__input:focus + .form__input-icon, .form__input--last:focus + .form__input-icon, .form__input.populated + .form__input-icon, .populated.form__input--last + .form__input-icon {
        background: red; }
    .form__input--last {
      margin-bottom: 0; }
  .form__input-icon {
    position: absolute;
    right: 20px;
    top: -2px;
    font-size: 20px;
    opacity: 0.4;
    top: 16px; }
  .form__placeholder {
    color: #b90e0e;
    font-size: 11px;
    position: absolute;
    top: 0px;
    left: 20px;
    opacity: 0;
    transition: all 0.2s ease-in-out; }
  .form__button-row {
    margin-top: 10px; }
  .form__button--right {
    float: right; }
  @media only screen and (max-width: 600px) {
    .form__button, .form__button--right {
      width: 100%; } }
  .form__checkbox-container {
    margin-bottom: -10px;
    margin-top: 20px; }
  .form__checkbox-row, .form__checkbox-row--vertical {
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 10px 0; }
    .form__checkbox-row--vertical {
      display: block; }
  .form__input-row-additional-text {
    margin-bottom: 10px;
    font-weight: bold; }
  .form__captcha {
    margin-bottom: 1em; }
  .form__captcha-img {
    display: inline-block;
    margin-right: 20px; }
  .form__captcha-link {
    display: inline-block;
    color: #60636a;
    font-size: 12px; }
  .form__alert, .form__alert--success, .form__alert--error {
    padding: 20px 20px 20px 60px;
    line-height: 1.4em;
    position: relative;
    margin-bottom: 20px;
    color: #FFF; }
    .form__alert:before, .form__alert--success:before, .form__alert--error:before {
      position: absolute;
      left: 20px;
      top: 30px;
      font-size: 30px;
      color: #FFF;
      font-family: FontAwesome; }
    .form__alert--success {
      background: rgba(59, 140, 2, 0.69); }
      .form__alert--success:before {
        content: "\f058"; }
    .form__alert--error {
      background: #b90e0e; }
      .form__alert--error:before {
        content: "\f06a"; }
    .form__alert p, .form__alert--success p, .form__alert--error p {
      margin-bottom: 0; }

.gallery-teaser {
  margin-bottom: 10px; }
  .gallery-teaser .box__content, .gallery-teaser .box__content--no-space, .gallery-teaser .box__content--gray {
    margin-top: 0; }
  .gallery-teaser__teaser {
    margin-bottom: 10px;
    background: #f4f4f4;
    padding: 20px; }
    .gallery-teaser__teaser * {
      line-height: 1.4em; }
  .gallery-teaser__image {
    width: 100%;
    margin-bottom: 10px; }
  .gallery-teaser__headline {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px; }
    .gallery-teaser__headline a {
      text-decoration: none; }
      .gallery-teaser__headline a:hover {
        text-decoration: underline; }

.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0; }

.video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute; }

.header {
  padding-top: 20px;
  padding-bottom: 20px;
  z-index: 3; }
  @media only screen and (max-width: 768px) {
    .header {
      height: 85px;
      z-index: 5; } }
  @media only screen and (max-width: 600px) {
    .header {
      height: 62px; } }
  .header__logo {
    margin-top: 15px;
    margin-bottom: 15px;
    float: left;
    max-width: 245px; }
    @media only screen and (max-width: 768px) {
      .header__logo {
        margin: 0 auto;
        float: none; } }
    @media only screen and (max-width: 600px) {
      .header__logo {
        max-width: 130px; } }
  .header__logo-image {
    width: 100%; }
  .header__burger {
    display: none; }
    @media only screen and (max-width: 768px) {
      .header__burger {
        position: absolute;
        left: 20px;
        display: block;
        top: 35px; } }
    @media only screen and (max-width: 600px) {
      .header__burger {
        top: 24px;
        left: 10px; } }
  .header__burger-button {
    width: 25px;
    height: 12px;
    position: relative;
    display: block;
    cursor: pointer; }
  .header__burger-element, .header__burger-element--1, .header__burger-element--2, .header__burger-element--3 {
    background-color: #60636a;
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    top: 0;
    -moz-transition: top 0.4s 0.4s, -webkit-transform 0.4s 0.4s, opacity 0.4s 0.4s, background 0.4s;
    -o-transition: top 0.4s 0.4s, -webkit-transform 0.4s 0.4s, opacity 0.4s 0.4s, background 0.4s;
    -webkit-transition: top 0.4s, -webkit-transform 0.4s, opacity 0.4s, background 0.4s;
    -webkit-transition-delay: 0.4s, 0.4s, 0.4s, 0s;
    transition: top 0.4s 0.4s, -webkit-transform 0.4s 0.4s, opacity 0.4s 0.4s, background 0.4s;
    width: 100%; }
    .header__burger--active .header__burger-element--1 {
      top: 7px;
      -moz-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
      -webkit-transform: rotate(225deg);
      transform: rotate(225deg); }
    .header__burger-element--2 {
      top: 6px; }
      .header__burger--active .header__burger-element--2 {
        opacity: 0; }
    .header__burger-element--3 {
      top: 12px; }
      .header__burger--active .header__burger-element--3 {
        top: 7px;
        -moz-transform: rotate(-225deg);
        -ms-transform: rotate(-225deg);
        -webkit-transform: rotate(-225deg);
        transform: rotate(-225deg); }
  .header__register {
    float: right;
    position: relative;
    margin-top: 40px; }
    @media only screen and (max-width: 768px) {
      .header__register {
        display: none;
        width: 100%;
        float: none;
        text-align: center;
        display: none;
        margin-top: 0;
        padding: 20px; }
        .header__register:after {
          border-bottom: 1px solid #dadada;
          content: "";
          position: absolute;
          width: 100%;
          height: 100%;
          z-index: 0;
          background: #FFF;
          -moz-box-sizing: content-box;
          -webkit-box-sizing: content-box;
          box-sizing: content-box;
          left: 0;
          top: 0;
          padding: 0 20px;
          left: -20px; } }
    .header__register a:last-child {
      margin-left: 6px; }
  .header__register-text {
    float: left;
    margin: 9px 13px 0 0;
    position: relative;
    z-index: 2; }
    @media only screen and (max-width: 768px) {
      .header__register-text {
        float: none;
        display: inline-block; } }
    @media only screen and (max-width: 600px) {
      .header__register-text {
        margin: 0 0 10px 0;
        display: block;
        font-weight: bold; } }
  .header__register-button {
    float: left;
    position: relative;
    z-index: 2; }
    @media only screen and (max-width: 768px) {
      .header__register-button {
        float: none;
        display: inline-block; } }
    @media only screen and (max-width: 600px) {
      .header__register-button {
        display: block;
        padding: 13px; } }
  .header__social {
    position: absolute;
    right: 20px;
    top: 4px; }
    @media only screen and (max-width: 768px) {
      .header__social {
        display: none; } }
  .header__social-entry, .header__social-entry--text {
    display: inline-block;
    margin-left: 7px;
    vertical-align: bottom; }
    .header__social-entry--text {
      margin-right: 13px; }
  .header__social-button, .header__social-button--text, .header__social-button--icon {
    text-decoration: none; }
    .header__social-button--text {
      color: #60636a;
      font-size: 12px; }
      .header__social-button--text:hover {
        text-decoration: underline; }
    .header__social-button--icon {
      color: #60636a;
      font-size: 16px; }
      .header__social-button--icon:hover {
        color: #b90e0e; }
  @media only screen and (max-width: 768px) {
    .header__fixed {
      position: fixed;
      z-index: 5;
      left: 0;
      top: 0;
      background: #FFF;
      width: 100%;
      height: 85px;
      border-bottom: 1px solid #dadada;
      padding-top: 20px;
      padding-bottom: 20px; } }
  @media only screen and (max-width: 600px) {
    .header__fixed {
      height: 62px; } }
  .header__search {
    position: absolute;
    top: 96px;
    right: 0;
    z-index: 2;
    height: 48px;
    display: block; }
    @media only screen and (max-width: 768px) {
      .header__search {
        top: 20px; } }
    @media only screen and (max-width: 600px) {
      .header__search {
        top: 8px; } }
  .header__search-button {
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    padding: 13px 20px 15px 20px;
    display: block;
    background: #b90e0e;
    -moz-transition: background 0.2s ease-out;
    -o-transition: background 0.2s ease-out;
    -webkit-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out; }
    .header__search-button:hover {
      background: #a60d0d; }
    .header__search-button i {
      font-size: 20px;
      margin-left: 8px; }
    @media only screen and (max-width: 768px) {
      .header__search-button {
        background: none;
        color: #60636a; }
        .header__search-button i {
          margin-left: 5px; }
        .header__search-button:hover {
          background: none; } }
    @media only screen and (max-width: 600px) {
      .header__search-button {
        padding: 13px 20px 15px 20px; }
        .header__search-button span {
          display: none; } }

.lexikon-navigation {
  margin-bottom: 20px; }
  @media only screen and (max-width: 600px) {
    .lexikon-navigation {
      margin-left: -20px;
      margin-right: -20px; } }
  .lexikon-navigation__content {
    border-top: 1px solid #FFF;
    background: #f4f4f4;
    padding: 20px; }
  .lexikon-navigation__content-entry {
    display: inline-block;
    margin: 5px 25px 5px 0; }
    @media only screen and (max-width: 600px) {
      .lexikon-navigation__content-entry {
        display: block;
        margin: 5px 0px 15px 0; } }
    .lexikon-navigation__content-entry:before {
      content: "\f105";
      display: inline-block;
      font-family: FontAwesome;
      color: #60636a;
      margin-right: 5px;
      vertical-align: middle; }
  .lexikon-navigation__content-link {
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    vertical-align: middle; }
    .lexikon-navigation__content-link:hover {
      text-decoration: underline; }

.lexikon-tags {
  padding: 20px 0 10px 0;
  border-top: 1px solid #dadada; }
  .lexikon-tags__headline {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 8px;
    font-weight: bold; }
  .lexikon-tags__list {
    display: inline-block; }
  .lexikon-tags__link {
    margin: 0 3px 8px 3px;
    display: inline-block;
    background: #dedede;
    padding: 8px 12px;
    border-radius: 5px;
    color: #60636a;
    text-decoration: none;
    font-size: 12px;
    -moz-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    -webkit-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in; }
    .lexikon-tags__link:hover {
      color: #FFF;
      background: #60636a; }

.lexikon__back-btn {
  font-weight: bold;
  display: inline-block;
  margin-top: 10px;
  text-decoration: none; }
  .lexikon__back-btn:hover {
    text-decoration: underline; }
  .lexikon__back-btn:before {
    content: "\f104";
    margin-right: 10px;
    font-family: FontAwesome;
    text-decoration: none;
    display: inline-block;
    color: #60636a; }

.listing-filter {
  margin-bottom: 20px;
  border-bottom: 1px solid #dadada;
  padding-bottom: 20px; }
  @media only screen and (max-width: 768px) {
    .listing-filter {
      display: none;
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: #FFF;
      padding-top: 85px;
      z-index: 2;
      -webkit-overflow-scrolling: touch;
      overflow: scroll;
      overflow-x: hidden;
      overflow-y: auto; }
      .listing-filter .box__headline--icon {
        padding-top: 22px;
        padding-bottom: 19px; }
        .listing-filter .box__headline--icon i {
          top: 19px; }
      .listing-filter .box__content, .listing-filter .box__content--no-space, .listing-filter .box__content--gray {
        padding-left: 20px;
        padding-right: 20px; }
      .filter-active .listing-filter {
        display: block; } }
  @media only screen and (max-width: 600px) {
    .listing-filter {
      padding-top: 62px; } }
  .listing-filter__listing-entry, .listing-filter__listing-entry--full {
    padding: 6px 0; }
    .listing-filter__listing-entry--full {
      padding-top: 0;
      font-weight: bold; }
  .listing-filter__button {
    margin-top: 20px; }
  .listing-filter__burger-button {
    width: 25px;
    height: 12px;
    position: absolute;
    right: 20px;
    top: 20px;
    display: block;
    cursor: pointer;
    display: none; }
    @media only screen and (max-width: 768px) {
      .listing-filter__burger-button {
        display: block; } }
  .listing-filter__burger-element, .listing-filter__burger-element--1, .listing-filter__burger-element--2 {
    background-color: #FFF;
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
    .listing-filter__burger-element--1 {
      top: 7px;
      -moz-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
      -webkit-transform: rotate(225deg);
      transform: rotate(225deg); }
    .listing-filter__burger-element--2 {
      top: 7px;
      -moz-transform: rotate(-225deg);
      -ms-transform: rotate(-225deg);
      -webkit-transform: rotate(-225deg);
      transform: rotate(-225deg); }

@media only screen and (max-width: 768px) {
  body.filter-active {
    overflow: hidden; } }
.listing__headline-container {
  margin-bottom: 20px; }
.listing__headline {
  font-size: 18px;
  line-height: 1.3em; }
.listing__headline-filter-button i {
  margin-right: 9px;
  font-size: 12px;
  position: relative;
  top: -1px; }
.listing__entry, .listing__entry--primary, .listing__entry--secondary, .listing__entry--basic {
  margin-bottom: 15px;
  padding: 20px 20px 5px 20px;
  border-bottom: 1px solid #dadada;
  position: relative; }
  .listing__entry--primary {
    border: 3px solid #dadada;
    background: #f4f4f4; }
  .listing__entry--secondary {
    border: 1px solid #dadada;
    background: transparent; }
.listing__entry-key, .listing__entry-key--primary {
  border-radius: 5px;
  background: #dadada;
  color: #60636a;
  padding: 8px 10px;
  font-weight: bold;
  display: inline-block; }
  .listing__entry-key--primary {
    background: #b90e0e;
    color: #FFF; }
.listing__entry-distance {
  font-size: 12px;
  margin-top: 10px;
  font-weight: bold;
  line-height: 1.2em; }
.listing__entry-title {
  font-weight: bold;
  font-size: 16px;
  text-decoration: none; }
  .listing__entry-title:hover {
    text-decoration: underline; }
.listing__entry-address {
  margin: 8px 0 0 0; }
.listing__entry-image-container {
  text-align: right; }
  .listing__entry-image-container img {
    max-width: 100%; }
@media only screen and (max-width: 600px) {
  .listing__entry-image {
    margin: 15px 0; } }
.listing__entry-phone {
  margin-top: 7px;
  margin-bottom: 8px;
  margin-right: 7px; }
  .listing__entry-phone i {
    position: relative;
    top: 1px;
    margin-right: 4px; }
.listing__entry-show-phone-label {
  cursor: pointer;
  display: inline-block; }
  .active .listing__entry-show-phone-label {
    display: none; }
.listing__entry-show-phone-value {
  display: none; }
  .active .listing__entry-show-phone-value {
    display: inline-block; }
.listing__entry-buttons {
  margin-top: 20px;
  font-size: 0px; }
.listing__entry-buttons-entry, .listing__entry-buttons-entry--last, .listing__entry-buttons-entry--badges {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px;
  vertical-align: top; }
  .listing__entry-buttons-entry--last {
    margin-right: 0; }
  .listing__entry-buttons-entry--badges {
    margin-left: 25px; }
    @media only screen and (max-width: 600px) {
      .listing__entry-buttons-entry--badges {
        margin-left: 15px; } }
.listing__entry-buttons-link {
  padding: 9px 10px;
  background: transparent;
  border-radius: 5px;
  display: block;
  min-width: 40px;
  color: #b90e0e;
  border: 1px solid #b90e0e;
  text-align: center;
  position: relative; }
  .listing__entry-buttons-link:hover {
    background: #b90e0e;
    color: #FFF; }
    .listing__entry-buttons-link:hover .listing__entry-buttons-tooltip {
      display: block; }
.listing__entry-buttons-icon {
  font-size: 20px;
  text-align: center; }
.listing__entry-buttons-tooltip {
  position: absolute;
  background: #b90e0e;
  color: #FFF;
  display: none;
  white-space: nowrap;
  left: 50%;
  -moz-transform: translate(-50%, -0.5em);
  -ms-transform: translate(-50%, -0.5em);
  -webkit-transform: translate(-50%, -0.5em);
  transform: translate(-50%, -0.5em);
  font-size: 12px;
  font-weight: bold;
  top: -31px;
  padding: 7px 11px;
  z-index: 2;
  border-radius: 5px; }
  .listing__entry-buttons-tooltip:after {
    content: '';
    border: 5px solid transparent;
    z-index: 3;
    bottom: -11px;
    border-bottom-width: 0;
    border-top-color: #b90e0e;
    left: 50%;
    -moz-transform: translate(-50%, -0.5em);
    -ms-transform: translate(-50%, -0.5em);
    -webkit-transform: translate(-50%, -0.5em);
    transform: translate(-50%, -0.5em);
    position: absolute; }
.listing__entry-badges {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px; }
.listing__entry-badges-entry {
  cursor: pointer;
  position: relative; }
  .listing__entry-badges-entry:hover .listing__entry-buttons-tooltip {
    display: block;
    background: #2e9623; }
    .listing__entry-badges-entry:hover .listing__entry-buttons-tooltip:after {
      border-top-color: #2e9623; }
.listing__entry-badges-entry-image {
  max-width: 40px; }
.listing__entry-tags-list {
  margin-top: 0px;
  padding-top: 15px;
  border-top: 1px solid #dadada;
  margin-bottom: 12px; }
.listing__entry-tags-entry {
  background: #dedede;
  padding: 7px 8px 7px 7px;
  border-radius: 5px;
  color: #60636a;
  display: inline-block;
  font-size: 11px;
  margin: 0 0px 6px 3px; }
  .listing__entry-tags-entry:before {
    content: "\f00c";
    margin-right: 5px;
    display: inline-block;
    font-family: FontAwesome;
    font-size: 10px;
    vertical-align: middle;
    position: relative;
    top: -2px; }
.listing__entry-actions {
  margin-top: 8px;
  padding-top: 9px;
  padding-bottom: 8px;
  border-top: 1px solid #dadada; }
  @media only screen and (max-width: 768px) {
    .listing__entry-actions {
      text-align: center; } }
.listing__entry-offer {
  margin-bottom: 8px;
  margin-top: 7px; }
  .listing__entry-offer i {
    position: relative;
    top: 1px;
    margin-right: 4px; }
.listing__entry-rating {
  margin-bottom: 10px; }
  .listing__entry-rating i {
    font-size: 22px;
    color: #ecce39;
    vertical-align: middle; }
  .listing__entry-rating span {
    margin-left: 4px;
    vertical-align: middle; }

.listing__entry--basic .listing__entry-actions {
  margin-top: 0px;
  border-top: 0px;
  padding-top: 0; }

.magazin-detail {
  margin-bottom: 20px; }
  .magazin-detail * {
    line-height: 1.4em; }
  .magazin-detail__header {
    margin-bottom: 20px; }
  .magazin-detail__subheadline {
    margin-bottom: 7px; }
  .magazin-detail__headline {
    font-size: 25px;
    margin-bottom: 10px; }
    @media only screen and (max-width: 600px) {
      .magazin-detail__headline {
        font-size: 18px; } }
  .magazin-detail__meta-nav, .magazin-detail__meta-nav--top {
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    padding: 12px 0 12px 0;
    margin-bottom: 20px; }
    .magazin-detail__meta-nav--top {
      padding-bottom: 6px; }
    .magazin-detail__meta-nav p, .magazin-detail__meta-nav--top p {
      float: left;
      margin-bottom: 0; }
  .magazin-detail__date {
    margin-bottom: 0;
    float: left; }
  .magazin-detail__social-list {
    float: right; }
    @media only screen and (max-width: 600px) {
      .magazin-detail__social-list {
        float: left;
        width: 100%;
        margin-top: 15px; } }
  .magazin-detail__social-list-entry, .magazin-detail__social-list-entry--last {
    display: inline-block;
    margin-right: 15px; }
    .magazin-detail__social-list-entry--last {
      margin-right: 0; }
  .magazin-detail__content {
    margin-bottom: 20px; }
    .magazin-detail__content img {
      max-width: 100%;
      float: left;
      margin-bottom: 1em;
      height: auto !important; }
    .magazin-detail__content .img {
      float: left;
      margin: 0px 20px 20px 0; }
      .magazin-detail__content .img img {
        margin-bottom: 0; }
      @media only screen and (max-width: 600px) {
        .magazin-detail__content .img {
          width: 100%;
          margin: 0 20px 0 0;
          float: none; }
          .magazin-detail__content .img img {
            width: 100%; } }
    .magazin-detail__content ul {
      padding-left: 20px;
      margin-bottom: 1em; }
      .magazin-detail__content ul li {
        list-style: disc; }

.magazin-listing__teaser {
  margin-bottom: 20px; }
  .magazin-listing__teaser * {
    line-height: 1.4em; }
.magazin-listing__teaser-image {
  border: 1px solid #dadada;
  margin-bottom: 10px;
  width: 100%; }
.magazin-listing__teaser-subheadline {
  font-weight: bold;
  margin-bottom: 5px; }
.magazin-listing__teaser-headline {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 6px; }
  .magazin-listing__teaser-headline a {
    text-decoration: none; }
    .magazin-listing__teaser-headline a:hover {
      text-decoration: underline; }
.magazin-listing__teaser-text {
  font-size: 13px; }

@media only screen and (min-width: 601px) {
  .magazin-teaser, .magazin-teaser--border {
    margin-bottom: 20px; } }
.magazin-teaser__headline {
  color: #b90e0e;
  font-size: 16px;
  margin-bottom: 20px; }
.magazin-teaser__teaser {
  margin-bottom: 10px; }
  .magazin-teaser__teaser * {
    line-height: 1.4em; }
.magazin-teaser__teaser-image {
  border: 1px solid #dadada;
  margin-bottom: 10px;
  width: 100%; }
.magazin-teaser__teaser-subheadline {
  font-weight: bold;
  margin-bottom: 5px; }
.magazin-teaser__teaser-headline {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 6px; }
  .magazin-teaser__teaser-headline a {
    text-decoration: none; }
    .magazin-teaser__teaser-headline a:hover {
      text-decoration: underline; }
.magazin-teaser__teaser-text {
  font-size: 13px; }
.magazin-teaser--border {
  padding-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 30px; }

.main-nav {
  background: #b90e0e;
  position: relative;
  z-index: 2; }
  @media only screen and (max-width: 768px) {
    .main-nav__list {
      display: none; } }
  .main-nav__entry, .main-nav__entry--active, .main-nav__entry--subnav {
    float: left;
    -moz-transition: background 0.2s ease-out;
    -o-transition: background 0.2s ease-out;
    -webkit-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out; }
    .main-nav__entry:hover, .main-nav__entry--active:hover, .main-nav__entry--subnav:hover, .main-nav__entry.selected, .selected.main-nav__entry--active, .selected.main-nav__entry--subnav {
      background: #a60d0d; }
    .main-nav__entry--active {
      background: #a60d0d; }
    .main-nav__entry--subnav {
      display: inline-block; }
      .main-nav__entry--subnav:before {
        vertical-align: middle;
        display: inline-block;
        float: right;
        position: relative;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        pointer-events: none;
        border-color: rgba(255, 255, 255, 0);
        border-top-color: #FFF;
        border-width: 5px;
        margin: 22px 13px 0 -19px; }
      .main-nav__entry--subnav a {
        display: inline-block;
        padding-right: 27px; }
  .main-nav__link {
    color: #FFF;
    padding: 16px 20px 16px 20px;
    font-size: 16px;
    display: block;
    font-weight: bold;
    text-decoration: none; }
  .main-nav__subnav {
    display: none;
    position: absolute;
    left: 0px;
    width: 100%;
    background: #f4f4f4; }
    .selected .main-nav__subnav {
      display: block; }
  .main-nav__subnav-entry {
    width: 25%;
    float: left;
    padding: 20px; }
    .main-nav__subnav-entry:hover {
      background: none; }
  .main-nav__subnav-title {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 13px;
    text-decoration: none;
    padding-right: 0 !important;
    line-height: 1.3em; }
    .main-nav__subnav-title:hover {
      text-decoration: underline; }
  .main-nav__subnav-text {
    font-size: 13px;
    line-height: 1.4em;
    margin-bottom: 13px;
    text-decoration: none; }
  .main-nav__subnav-link {
    text-decoration: none;
    font-size: 12px;
    padding: 0 !important;
    display: block;
    line-height: 1.3em; }
    .main-nav__subnav-link:hover {
      text-decoration: underline; }

@media only screen and (max-width: 768px) {
  .map-box__map {
    height: 270px !important; } }
.map-box__footer {
  position: relative;
  background: #940e0e;
  /* Old browsers */
  background: -moz-linear-gradient(top, #940e0e 0%, #b90e0e 19%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #940e0e 0%, #b90e0e 19%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #940e0e 0%, #b90e0e 19%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#940e0e', endColorstr='#b90e0e',GradientType=0 );
  /* IE6-9 */
  padding: 7px 20px 7px 20px; }
.map-box__footer-info-detail {
  display: none;
  position: absolute;
  bottom: 45px;
  left: -90px;
  background: #FFF;
  -moz-box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.2);
  padding: 20px;
  z-index: 3;
  min-width: 250px; }
  .map-box__footer-info-detail:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #FFF;
    border-width: 13px;
    margin-left: -13px; }
  .map-box__footer-info--active .map-box__footer-info-detail {
    display: block; }
.map-box__footer-info-headline {
  font-size: 17px;
  color: #b90e0e;
  margin: 0 0 10px 0;
  font-weight: bold; }
.map-box__footer-info-plz {
  border: 1px solid #dadada;
  width: 100%;
  padding: 8px;
  font-size: 12px;
  color: #60636a; }
.map-box__footer-info-save {
  margin: 10px 0; }
  .map-box__footer-info-save span {
    display: inline-block;
    margin-left: 5px; }
.map-box__footer-info-submit {
  padding: 7px 17px; }
.map-box__footer-info-link {
  background: rgba(255, 255, 255, 0.25);
  float: left;
  padding: 4px 12px;
  position: relative;
  z-index: 2;
  -moz-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  -webkit-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out; }
  .map-box__footer-info-link i {
    font-size: 15px;
    color: #FFF; }
  .map-box__footer-info--active .map-box__footer-info-link {
    background: rgba(255, 255, 255, 0.4); }
.map-box__footer-info-more {
  color: #FFF;
  margin: 5px 0 0 0;
  float: right; }
.map-box__footer-shadow {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a00f0f+0,a00f0f+15&1+0,0+100 */
  background: -moz-linear-gradient(left, #a00f0f 0%, rgba(160, 15, 15, 0.85) 15%, rgba(160, 15, 15, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #a00f0f 0%, rgba(160, 15, 15, 0.85) 15%, rgba(160, 15, 15, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #a00f0f 0%, rgba(160, 15, 15, 0.85) 15%, rgba(160, 15, 15, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a00f0f', endColorstr='#00a00f0f',GradientType=1 );
  /* IE6-9 */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 40px; }

.map-search {
  margin-bottom: 20px; }
  .map-search__map {
    margin-bottom: 20px; }
    .map-search__map img {
      max-width: 100%;
      height: auto !important; }
  .map-search__navigation {
    padding: 20px;
    background: #f4f4f4; }
  .map-search__navigation-headline {
    font-size: 15px;
    margin-bottom: 20px;
    line-height: 1.4em; }
  .map-search__navigation-list a {
    margin: 0 3px 8px 3px;
    display: inline-block;
    background: #dedede;
    padding: 8px 12px;
    border-radius: 5px;
    color: #60636a;
    text-decoration: none;
    font-size: 12px;
    -moz-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    -webkit-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in; }
    .map-search__navigation-list a:hover {
      color: #FFF;
      background: #60636a; }
    .map-search__navigation-list a.active {
      color: #FFF;
      background: #b90e0e; }
    @media only screen and (max-width: 600px) {
      .map-search__navigation-list a {
        padding: 8px 12px;
        margin: 0 2px 8px 2px; } }

.mobile-navigation, .mobile-navigation--active {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 0px;
  z-index: 4;
  background: #FFF;
  -moz-transition: height 0.35s ease-in 200ms;
  -o-transition: height 0.35s ease-in 200ms;
  -webkit-transition: height 0.35s ease-in;
  -webkit-transition-delay: 200ms;
  transition: height 0.35s ease-in 200ms; }
  @media only screen and (min-width: 769px) {
    .mobile-navigation, .mobile-navigation--active {
      display: none; } }
  .mobile-navigation--active {
    height: 100%; }
  .mobile-navigation .mm-navbar .mm-title, .mobile-navigation--active .mm-navbar .mm-title {
    font-weight: bold; }
  .mobile-navigation .mm-panels, .mobile-navigation--active .mm-panels {
    margin-top: 95px; }
    @media only screen and (max-width: 600px) {
      .mobile-navigation .mm-panels, .mobile-navigation--active .mm-panels {
        margin-top: 75px; } }
    .mobile-navigation .mm-panels .header__register, .mobile-navigation--active .mm-panels .header__register {
      display: block; }
  .mobile-navigation .mm-listview a, .mobile-navigation--active .mm-listview a {
    font-size: 16px;
    padding: 16px 10px 16px 20px;
    font-weight: bold; }
    .mobile-navigation .mm-listview a.header__register-button, .mobile-navigation--active .mm-listview a.header__register-button {
      padding: 9px 17px;
      font-size: 14px;
      margin-bottom: 6px; }
  .mobile-navigation #mm-1 .mm-next, .mobile-navigation--active #mm-1 .mm-next {
    width: 100%; }

body.overflow {
  overflow: hidden;
  height: 100%; }

.new-customer-teaser {
  background: #000;
  padding-top: 22px;
  padding-bottom: 20px;
  background: url("../img/new-customers-teaser-background.jpg");
  background-size: cover;
  background-position: bottom right;
  color: #FFF;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 100;
  font-size: 18px; }
  @media only screen and (max-width: 600px) {
    .new-customer-teaser {
      background: #000; } }
  .new-customer-teaser__headline {
    font-size: 36px;
    color: #FFF;
    margin: 0 0 10px 0;
    font-weight: 400;
    line-height: 1.1em; }
  .new-customer-teaser__headline-font {
    display: block;
    color: #e3000f;
    font-family: 'Arvo', serif;
    font-weight: bold; }
  .new-customer-teaser__text {
    font-size: 18px;
    line-height: 1.2em;
    margin-bottom: 30px; }
  .new-customer-teaser__list {
    margin-bottom: 30px; }
  .new-customer-teaser__entry {
    margin-bottom: 13px; }
  .new-customer-teaser__entry-icon {
    color: #2e9623;
    display: inline-block;
    margin-right: 12px; }
  @media only screen and (min-width: 601px) {
    .new-customer-teaser__bottom {
      margin-top: 10px; } }
  .new-customer-teaser__button {
    margin-top: 10px;
    margin-bottom: 10px; }
  .new-customer-teaser__text-small {
    font-size: 13px; }
    .new-customer-teaser__text-small a {
      color: #FFF;
      text-decoration: underline; }
  @media only screen and (min-width: 769px) {
    .new-customer-teaser__teaser-text {
      margin-top: -8px; } }
  .new-customer-teaser__teaser-text-big {
    font-size: 30px;
    color: #e3000f;
    font-family: 'Arvo', serif;
    line-height: 1.4em; }

.news-teaser-small .box__content, .news-teaser-small .box__content--no-space, .news-teaser-small .box__content--gray {
  margin-top: 10px; }
.news-teaser-small__teaser {
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #dadada; }
  .news-teaser-small__teaser * {
    line-height: 1.4em; }
.news-teaser-small__teaser-headline {
  font-weight: bold;
  margin-bottom: 1em;
  font-size: 13px; }
  .news-teaser-small__teaser-headline a {
    text-decoration: none; }
    .news-teaser-small__teaser-headline a:hover {
      text-decoration: underline; }
.news-teaser-small__teaser-image {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px; }
.news-teaser-small__teaser-text {
  font-size: 12px;
  margin-bottom: 1em; }

.news-teaser__teaser {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f3f3f3; }
.news-teaser__teaser-image-link {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px; }
.news-teaser__teaser-categorie {
  font-weight: bold;
  color: #60636a;
  text-decoration: none; }
  .news-teaser__teaser-categorie:hover {
    text-decoration: underline; }
.news-teaser__teaser-title {
  font-size: 14px;
  margin: 5px 0;
  font-weight: bold; }
.news-teaser__teaser-title-link {
  text-decoration: none; }
  .news-teaser__teaser-title-link:hover {
    text-decoration: underline; }

.pager {
  text-align: right;
  margin-top: 20px;
  margin-bottom: 20px; }
  .pager__entry {
    display: inline-block;
    margin-left: 5px;
    vertical-align: top;
    margin-bottom: 5px; }
  .pager__link, .pager__link--active {
    vertical-align: top;
    padding: 9px 13px;
    font-weight: bold;
    text-decoration: none;
    border: 1px solid #dadada;
    display: block; }
    .pager__link:hover, .pager__link--active:hover {
      background: #b90e0e;
      border: 1px solid #b90e0e;
      color: #FFF; }
    .pager__link--active {
      background: #b90e0e;
      border: 1px solid #b90e0e;
      color: #FFF; }

.price-compare {
  margin-top: 40px;
  margin-bottom: 40px; }
  @media only screen and (max-width: 768px) {
    .price-compare {
      margin-bottom: 10px; } }
  @media only screen and (min-width: 769px) {
    .price-compare:before {
      background: #b90e0e;
      content: "";
      height: 45px;
      display: block;
      right: 20px;
      left: 20px;
      position: absolute; } }
  .price-compare__title-list {
    overflow: hidden;
    position: relative;
    padding-bottom: 10px; }
    .price-compare__title-list:before {
      content: "";
      position: absolute;
      right: 0px;
      width: 0px;
      height: 100%;
      z-index: 2;
      -moz-box-shadow: 0px -10px 10px 3px rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: 0px -10px 10px 3px rgba(0, 0, 0, 0.2);
      box-shadow: 0px -10px 10px 3px rgba(0, 0, 0, 0.2); }
    @media only screen and (max-width: 768px) {
      .price-compare__title-list {
        display: none; } }
  .price-compare__title-list-entry, .price-compare__title-list-entry--dark, .price-compare__title-list-entry--headline {
    padding: 16px 0 16px 20px;
    min-height: 45px;
    position: relative; }
    .price-compare__title-list-entry--dark {
      background: #f4f4f4; }
    .price-compare__title-list-entry--headline {
      font-weight: bold;
      color: #FFF;
      background: transparent; }
  .price-compare__title-list-title {
    padding-right: 30px;
    font-weight: bold;
    font-size: 12px;
    line-height: 1.3em; }
  .price-compare__title-list-icon {
    font-family: FontAwesome;
    font-size: 20px;
    cursor: pointer;
    position: absolute;
    top: 12px;
    right: 15px;
    opacity: 0.5;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out; }
    .price-compare__title-list-icon:after {
      content: "\f05a"; }
    .price-compare__title-list-icon:hover {
      opacity: 1; }
    .price-compare__title-list--active .price-compare__title-list-icon {
      opacity: 1; }
  .price-compare__title-list-text {
    display: none;
    margin: 12px 0 0px 0;
    line-height: 1.3em;
    font-size: 12px;
    opacity: 0.9;
    padding-right: 20px; }
    .price-compare__title-list--active .price-compare__title-list-text {
      display: block; }
  @media only screen and (max-width: 768px) {
    .price-compare__list {
      margin-bottom: 20px; } }
  .price-compare__entry, .price-compare__entry--dark {
    padding: 16px 5px 16px 5px;
    position: relative;
    font-size: 12px;
    text-align: center;
    border-right: 1px solid #dadada;
    min-height: 45px; }
    .price-compare__list--last .price-compare__entry, .price-compare__list--last .price-compare__entry--dark {
      border-right: none; }
    .price-compare__entry--dark {
      background: #f4f4f4; }
    @media only screen and (max-width: 768px) {
      .price-compare__entry, .price-compare__entry--dark {
        height: auto !important; } }
  .price-compare__entry-headline, .price-compare__entry-headline--premium, .price-compare__entry-headline--business {
    padding: 24px 5px 16px 5px;
    margin-top: -7px;
    position: relative;
    margin-right: 1px;
    font-size: 12px;
    text-align: center;
    background: #FFF;
    color: #60636a;
    box-shadow: 0px -5px 9px rgba(0, 0, 0, 0.15);
    min-height: inherit !important; }
    @media only screen and (max-width: 768px) {
      .price-compare__entry-headline, .price-compare__entry-headline--premium, .price-compare__entry-headline--business {
        font-size: 20px; } }
    .price-compare__entry-headline--premium {
      font-weight: bold; }
    .price-compare__entry-headline--business {
      font-weight: bold;
      color: #b90e0e; }
    @media only screen and (max-width: 768px) {
      .price-compare__entry-headline, .price-compare__entry-headline--premium, .price-compare__entry-headline--business {
        background: #b90e0e;
        color: #FFF;
        padding-top: 16px;
        padding-bottom: 14px;
        margin-top: 0; } }
  .price-compare__entry-label {
    font-weight: bold;
    font-size: 12px;
    display: none;
    margin-bottom: 7px; }
    @media only screen and (max-width: 768px) {
      .price-compare__entry-label {
        display: block; } }
  .price-compare__icon, .price-compare__icon--check, .price-compare__icon--cross {
    font-size: 23px; }
    @media only screen and (min-width: 769px) {
      .price-compare__icon, .price-compare__icon--check, .price-compare__icon--cross {
        position: absolute;
        top: 50%;
        margin-top: -11px;
        left: 0;
        right: 0; } }
    .price-compare__icon--check {
      color: #2e9623; }
  .price-compare__entry-footer {
    padding-top: 15px;
    padding-bottom: 10px;
    text-align: center; }
  .price-compare__entry-footer-price, .price-compare__entry-footer-price--primary {
    margin-bottom: 14px;
    display: block;
    font-size: 14px; }
    .price-compare__entry-footer-price--primary {
      color: #b90e0e; }
  .price-compare__entry-footer-button {
    display: block;
    margin: 0px 10px 0 10px; }
    @media only screen and (max-width: 768px) {
      .price-compare__entry-footer-button {
        margin: 10px 20px 0 20px;
        padding-top: 15px;
        padding-bottom: 15px; } }

@media only screen and (min-width: 601px) {
  .route__btn {
    padding-top: 19px;
    padding-bottom: 18px;
    width: 100%; } }
@media only screen and (max-width: 600px) {
  .route__btn {
    margin-top: 10px; } }

.search-box .box__content, .search-box .box__content--no-space, .search-box .box__content--gray {
  margin-top: 0;
  margin-bottom: 30px;
  padding: 15px;
  background: #f4f4f4;
  margin-top: 0px; }
.search-box__text {
  line-height: 1.4em; }
.search-box__search .tabs__search-button {
  height: 41px;
  width: 41px; }
.search-box__search .tabs__search-form {
  margin-top: 10px; }
.search-box__search .tabs__search-input {
  font-size: 15px; }
  .search-box__search .tabs__search-input i {
    font-size: 16px; }

.search-overlay, .search-overlay--active {
  display: none; }
  .search-overlay--active {
    display: table; }
    @media only screen and (max-width: 768px) {
      .search-overlay--active {
        display: block; } }

@media only screen and (min-width: 769px) {
  .search-overlay, .search-overlay--active {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%; }
    .search-overlay__background {
      position: fixed;
      left: 0;
      top: 0;
      z-index: 1;
      width: 100%;
      height: 100%;
      background: #b90e0e;
      opacity: 0.9;
      display: table; }
    .search-overlay__close {
      position: fixed;
      right: 20px;
      top: 20px;
      color: #FFF;
      z-index: 2;
      font-size: 35px; }
    .search-overlay__form {
      display: table-cell;
      vertical-align: middle;
      position: relative;
      z-index: 2;
      text-align: center; }
    .search-overlay__container {
      position: relative;
      max-width: 470px;
      margin: 0 auto; }
    .search-overlay__input {
      background: none;
      box-shadow: none;
      border: none;
      border-bottom: 3px solid #FFF;
      font-size: 30px;
      padding: 12px 0;
      width: 100%;
      color: #FFF;
      padding-right: 30px; }
      .search-overlay__input::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #d89393; }
      .search-overlay__input::-moz-placeholder {
        /* Firefox 19+ */
        color: #d89393; }
      .search-overlay__input:-ms-input-placeholder {
        /* IE 10+ */
        color: #d89393; }
      .search-overlay__input:-moz-placeholder {
        /* Firefox 18- */
        color: #d89393; }
    .search-overlay__submit {
      position: absolute;
      right: 0;
      cursor: pointer;
      color: #FFF;
      border: none;
      background: none;
      font-size: 25px;
      top: 15px;
      -moz-transition: opacity 0.2s ease-out;
      -o-transition: opacity 0.2s ease-out;
      -webkit-transition: opacity 0.2s ease-out;
      transition: opacity 0.2s ease-out; }
      .search-overlay__submit:hover {
        opacity: 0.8; }
    .search-overlay__list {
      margin-top: 20px;
      text-align: left; }
    .search-overlay__entry {
      display: inline-block;
      margin-right: 20px; }
    .search-overlay__link {
      color: #FFF;
      font-size: 15px; } }
@media only screen and (max-width: 768px) {
  .search-overlay, .search-overlay--active {
    position: absolute;
    left: 0;
    top: 78px;
    z-index: 10;
    width: 100%;
    padding: 10px 20px 20px 20px;
    border-top: 1px solid #b90e0e;
    border-bottom: 1px solid #b90e0e; }
    .search-overlay:before, .search-overlay--active:before, .search-overlay:after, .search-overlay--active:after {
      bottom: 100%;
      right: 19px;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none; }
    .search-overlay:after, .search-overlay--active:after {
      border-color: rgba(244, 244, 244, 0);
      border-bottom-color: #b90e0e;
      border-width: 10px;
      margin-left: -10px; }
    .search-overlay:before, .search-overlay--active:before {
      border-color: rgba(218, 218, 218, 0);
      border-bottom-color: #b90e0e;
      border-width: 11px;
      margin-left: -11px; }
    .search-overlay__background {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: #b90e0e;
      z-index: 1; }
    .search-overlay__form {
      position: relative;
      z-index: 2; }
    .search-overlay__input {
      background: none;
      box-shadow: none;
      border: none;
      border-bottom: 2px solid #FFF;
      font-size: 20px;
      padding: 12px 0;
      width: 100%;
      color: #FFF;
      padding-right: 30px; }
      .search-overlay__input::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #d89393; }
      .search-overlay__input::-moz-placeholder {
        /* Firefox 19+ */
        color: #d89393; }
      .search-overlay__input:-ms-input-placeholder {
        /* IE 10+ */
        color: #d89393; }
      .search-overlay__input:-moz-placeholder {
        /* Firefox 18- */
        color: #d89393; }
    .search-overlay__submit {
      position: absolute;
      right: 0;
      cursor: pointer;
      color: #FFF;
      border: none;
      background: none;
      font-size: 20px;
      top: 10px;
      -moz-transition: opacity 0.2s ease-out;
      -o-transition: opacity 0.2s ease-out;
      -webkit-transition: opacity 0.2s ease-out;
      transition: opacity 0.2s ease-out; }
      .search-overlay__submit:hover {
        opacity: 0.8; }
    .search-overlay__close {
      display: none; }
    .search-overlay__list {
      margin-top: 18px;
      text-align: left; }
    .search-overlay__entry {
      display: inline-block;
      margin-right: 20px; }
    .search-overlay__link {
      color: #FFF;
      font-size: 15px; } }
@media only screen and (max-width: 600px) {
  .search-overlay, .search-overlay--active {
    top: 61px; } }

.site-banner, .site-banner--right, .site-banner--left {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 2; }
  .site-banner--right {
    margin-left: 500px; }
  .site-banner--left {
    margin-left: -620px; }
  .search--active .site-banner, .search--active .site-banner--right, .search--active .site-banner--left {
    z-index: 1 !important; }

.site {
  min-width: 320px; }
  .site.mm-wrapper {
    overflow-x: inherit; }
    @media only screen and (max-width: 768px) {
      .site.mm-wrapper {
        overflow-x: hidden; } }
  .site:after {
    position: fixed;
    left: 0;
    right: 0;
    max-width: 1000px;
    background: #FFF;
    top: 0;
    content: "";
    z-index: 0;
    margin: 0 auto;
    height: 100%; }
  .site__inner {
    position: relative;
    z-index: 1; }

.tabs__navigation {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  width: 100%;
  background: #940e0e;
  /* Old browsers */
  background: -moz-linear-gradient(top, #940e0e 0%, #b90e0e 19%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #940e0e 0%, #b90e0e 19%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #940e0e 0%, #b90e0e 19%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#940e0e', endColorstr='#b90e0e',GradientType=0 );
  /* IE6-9 */ }
  @media only screen and (max-width: 768px) {
    .tabs__navigation {
      display: none; } }
.tabs__navigation-entry, .tabs__navigation-entry--active {
  float: left;
  margin: 0;
  cursor: pointer;
  padding: 0px 21px;
  color: #FFF;
  overflow: hidden;
  position: relative;
  font-weight: bold;
  padding: 14px 30px 10px 30px; }
  .tabs__navigation-entry:hover:before, .tabs__navigation-entry--active:hover:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 40px 0 40px;
    border-color: #f6f6f6 transparent transparent transparent;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -40px; }
  .tabs__navigation-entry--active {
    display: block;
    background: #a60d0d; }
    .tabs__navigation-entry--active:before {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 6px 40px 0 40px;
      border-color: #f6f6f6 transparent transparent transparent;
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -40px; }
.tabs__container {
  border-top: none;
  clear: both;
  float: left;
  width: 100%;
  background: #fff;
  overflow: auto; }
.tabs__tab {
  padding: 0 30px 20px 10px;
  display: none; }
  @media only screen and (max-width: 768px) {
    .tabs__tab {
      padding: 20px; } }
  @media only screen and (min-width: 769px) {
    .tabs__tab {
      min-height: 335px; } }
.tabs__mobile-headline, .tabs__mobile-headline--active {
  display: none; }
  @media only screen and (max-width: 768px) {
    .tabs__mobile-headline, .tabs__mobile-headline--active {
      background-color: #b90e0e;
      color: #fff;
      font-weight: bold;
      margin: 0;
      padding: 12px 20px;
      font-size: 14px;
      display: block;
      cursor: pointer;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      border-bottom: 1px solid #FFF;
      position: relative; }
      .tabs__mobile-headline:after, .tabs__mobile-headline--active:after {
        content: "\f067";
        position: absolute;
        font: normal normal normal 14px/1 FontAwesome;
        position: absolute;
        right: 20px;
        color: #FFF;
        top: 14px; } }
  @media only screen and (max-width: 768px) {
    .tabs__mobile-headline--active {
      background-color: #a60d0d; }
      .tabs__mobile-headline--active:after {
        content: "\f068";
        top: 15px; } }
.tabs__headline, .tabs__headline--small {
  color: #b90e0e;
  font-weight: bold;
  margin-bottom: 12px;
  font-size: 20px; }
  .tabs__headline--small {
    font-size: 17px; }
.tabs__sub-headline {
  font-size: 15px;
  margin-bottom: 15px;
  font-weight: bold;
  color: #333; }
.tabs__search-form {
  position: relative;
  margin-top: 20px; }
.tabs__search-input {
  width: 100%;
  border-top: 1px solid #dadada;
  border-left: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  font-size: 17px;
  color: #b90e0e;
  padding: 11px 60px 10px 15px;
  margin: 0;
  box-shadow: none; }
.tabs__search-button {
  background-color: #60636a;
  width: 46px;
  height: 46px;
  padding: 0;
  margin: 0;
  border-radius: 0px;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  cursor: pointer; }
  .tabs__search-button i {
    font-size: 19px;
    color: #FFF; }
  .tabs__search-button:hover {
    background-color: #b90e0e; }
    .tabs__search-button:hover i {
      color: #FFF; }
.tabs__map {
  max-width: 215px;
  width: 100%;
  margin: 0 auto; }
.tabs__map-image {
  background: none; }

.tabs-main-content {
  position: relative;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 75%, #f6f6f6 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 75%, #f6f6f6 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 75%, #f6f6f6 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );
  /* IE6-9 */ }
  @media only screen and (min-width: 769px) {
    .tabs-main-content {
      padding-bottom: 43px; } }
  @media only screen and (min-width: 769px) {
    .tabs-main-content .tabs__navigation {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%; } }

.text, .text--bg {
  margin-bottom: 20px; }
  .text *, .text--bg * {
    line-height: 1.4em; }
  .text h1, .text--bg h1 {
    font-size: 20px; }
  .text h2, .text--bg h2, .text h3, .text--bg h3 {
    font-size: 17px; }
  .text img, .text--bg img {
    float: left;
    max-width: 100%;
    margin: 0 20px 20px 0; }
    .text img.img-full, .text--bg img.img-full {
      width: 100%;
      margin-right: 0; }
  .text:after, .text--bg:after {
    clear: both;
    display: table;
    content: ""; }
  .text ul, .text--bg ul {
    padding-left: 20px;
    margin-bottom: 1em; }
    .text ul li, .text--bg ul li {
      list-style: disc; }
  .text--bg {
    padding: 20px;
    background: #f4f4f4;
    margin-bottom: 30px; }

.top-experts-teaser__teaser {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f3f3f3; }
.top-experts-teaser__image-link {
  float: left;
  margin: 10px 10px 10px 0; }
.top-experts-teaser__title {
  font-weight: bold;
  font-size: 13px;
  text-decoration: none; }
  .top-experts-teaser__title:hover {
    text-decoration: underline; }

.video {
  margin-bottom: 20px; }

.videos-teaser > div {
  border-bottom: 1px solid #dadada;
  margin-bottom: 15px;
  padding-bottom: 15px; }
  .videos-teaser > div:last-child {
    border: none; }
.videos-teaser__teaser-link {
  display: block; }
.videos-teaser__teaser-image {
  float: left;
  margin: 0 10px 0 0; }
.videos-teaser__teaser-headline {
  margin-bottom: 4px;
  line-height: 1.4em; }
  .videos-teaser__teaser-headline a {
    text-decoration: none;
    font-weight: bold; }
    .videos-teaser__teaser-headline a:hover {
      text-decoration: underline; }
.videos-teaser__teaser-duration {
  font-size: 12px; }

.videos > div {
  border-bottom: 1px solid #dadada;
  margin-bottom: 20px;
  padding-bottom: 20px; }
  .videos > div:last-child {
    border: none; }
.videos p {
  line-height: 1.4em; }
.videos__video {
  margin-bottom: 20px; }
.videos__video-headline {
  font-size: 20px;
  margin: 0 0 15px 0; }
.videos__video-copyright {
  font-size: 13px; }
  .videos__video-copyright a {
    color: #60636a; }
.videos__video-subheadline {
  color: #b90e0e;
  font-weight: bold; }
.videos__video-container {
  margin-bottom: 20px; }
