/* 0, 640px */
/* 641px, 1024px */
/* 1024px, 1440px ; changed from foundation standard*/
/* 1441px, 1920px */
/* Generated by grunt-webfont */
@font-face {
  font-family: "rlp-icons";
  src: url('vhs-assets-css-de4afbb42b39eaf8164b3258fe3afaee.eot?08fdecc67b45f5c1029ca38c36ef6b93');
  src: url('vhs-assets-css-b598dcb9100480574628bd8614955655.woff?08fdecc67b45f5c1029ca38c36ef6b93') format("woff"), url('vhs-assets-css-9c2dc13458397aca938173009489b0b9.eot?#iefix') format("embedded-opentype"), url('vhs-assets-css-f996e1e62aec2c1fb331fc11158c09f5.ttf?08fdecc67b45f5c1029ca38c36ef6b93') format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* Icons */
/* Slider */
@-webkit-keyframes spin {
  /* line 42, ../../../Private/Stylesheets/components/slider.scss */
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  /* line 43, ../../../Private/Stylesheets/components/slider.scss */
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  /* line 42, ../../../Private/Stylesheets/components/slider.scss */
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  /* line 43, ../../../Private/Stylesheets/components/slider.scss */
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* line 46, ../../../Private/Stylesheets/components/slider.scss */
.slider {
  max-height: 75px;
  overflow: hidden;
}
/* line 49, ../../../Private/Stylesheets/components/slider.scss */
.slider > * {
  visibility: hidden;
}
/* line 26, ../../../Private/Stylesheets/_settings-custom.scss */
.slider:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\f134";
  font-family: rlp-icons;
  text-decoration: underline;
  text-decoration: none;
  display: inline-block;
  -moz-osx-font-smoothing: grayscale;
}
/* line 34, ../../../Private/Stylesheets/_settings-custom.scss */
.slider:before:hover {
  text-decoration: none;
}
/* line 53, ../../../Private/Stylesheets/components/slider.scss */
.slider:before {
  display: block;
  text-align: center;
  font-size: 30px;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
  margin: 20px;
}
/* line 60, ../../../Private/Stylesheets/components/slider.scss */
.slider.loaded {
  max-height: 1000px;
  overflow: visible;
}
/* line 63, ../../../Private/Stylesheets/components/slider.scss */
.slider.loaded * {
  visibility: visible;
}
/* line 66, ../../../Private/Stylesheets/components/slider.scss */
.slider.loaded:before {
  display: none;
}

/* line 72, ../../../Private/Stylesheets/components/slider.scss */
.background-wrap.slider-background {
  padding-top: 0;
}

@media only screen and (min-width: 64em) {
  /* line 77, ../../../Private/Stylesheets/components/slider.scss */
  .background-wrap.slider-background {
    padding-top: 1.875rem;
  }

  /* line 81, ../../../Private/Stylesheets/components/slider.scss */
  .slider {
    max-height: 100px;
  }
}
/* line 86, ../../../Private/Stylesheets/components/slider.scss */
.slick-counter {
  color: #ccc;
}
/* line 89, ../../../Private/Stylesheets/components/slider.scss */
.slick-counter:after {
  content: "";
  position: absolute;
  top: 14px;
  right: 12px;
  border-bottom: 1px solid;
  width: 48px;
}

/* line 99, ../../../Private/Stylesheets/components/slider.scss */
.top-line {
  margin-bottom: 1rem;
  line-height: .6;
}
/* line 103, ../../../Private/Stylesheets/components/slider.scss */
.top-line div {
  display: inline;
  font-size: 0.625rem;
}

/* line 109, ../../../Private/Stylesheets/components/slider.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding-bottom: 0;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 120, ../../../Private/Stylesheets/components/slider.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
/* line 127, ../../../Private/Stylesheets/components/slider.scss */
.slick-list:focus {
  outline: none;
}
/* line 135, ../../../Private/Stylesheets/components/slider.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 141, ../../../Private/Stylesheets/components/slider.scss */
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/* line 145, ../../../Private/Stylesheets/components/slider.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
/* line 152, ../../../Private/Stylesheets/components/slider.scss */
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
/* line 157, ../../../Private/Stylesheets/components/slider.scss */
.slick-track:after {
  clear: both;
}
/* line 161, ../../../Private/Stylesheets/components/slider.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 166, ../../../Private/Stylesheets/components/slider.scss */
.slide-img img {
  margin-bottom: 0;
}

/* line 171, ../../../Private/Stylesheets/components/slider.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
/* line 175, ../../../Private/Stylesheets/components/slider.scss */
[dir="rtl"] .slick-slide {
  float: right;
}
/* line 179, ../../../Private/Stylesheets/components/slider.scss */
.slick-slide.slick-loading img {
  display: none;
}
/* line 185, ../../../Private/Stylesheets/components/slider.scss */
.slick-slide.dragging img {
  pointer-events: none;
}
/* line 189, ../../../Private/Stylesheets/components/slider.scss */
.slick-initialized .slick-slide {
  display: block;
}
/* line 193, ../../../Private/Stylesheets/components/slider.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}
/* line 197, ../../../Private/Stylesheets/components/slider.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
/* line 203, ../../../Private/Stylesheets/components/slider.scss */
.slick-slide .image-source {
  margin-top: 0.25rem;
}

/* Icons */
@font-face {
  font-family: 'slick';
  src: url('vhs-assets-css-96d4b3635f3889ac70e62f1188de3db5.eot');
  src: url('vhs-assets-css-c81a4384d1e2957c983c6f15b8a01cc0.eot?#iefix') format("embedded-opentype"), url('vhs-assets-css-dea6349cbd07bff76086b632eb11fb28.woff') format("woff"), url('vhs-assets-css-90b3943014de02d5aac99262335e17dc.ttf') format("truetype"), url('vhs-assets-css-7bbfcaf5aa61a7afcefbcc2490429280.svg#slick') format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
/* line 225, ../../../Private/Stylesheets/components/slider.scss */
.slick-prev,
.slick-next {
  position: absolute;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  opacity: 1;
  color: transparent;
  padding: 0;
  outline: none;
  background-color: transparent;
  opacity: .7;
  background: transparent;
  background-color: white;
  border-radius: 3px;
  box-shadow: 0 0 5px 0 #cccccc;
}
/* line 240, ../../../Private/Stylesheets/components/slider.scss */
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  opacity: 1;
  background: transparent;
  background-color: white;
  border-radius: 3px;
  box-shadow: 0 0 5px 0 #cccccc;
}
/* line 248, ../../../Private/Stylesheets/components/slider.scss */
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  color: #871d33;
}

/* line 254, ../../../Private/Stylesheets/components/slider.scss */
.slick-prev {
  left: 10px;
}
/* line 26, ../../../Private/Stylesheets/_settings-custom.scss */
.slick-prev:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\f129";
  font-family: rlp-icons;
  text-decoration: underline;
  text-decoration: none;
  display: inline-block;
  -moz-osx-font-smoothing: grayscale;
}
/* line 34, ../../../Private/Stylesheets/_settings-custom.scss */
.slick-prev:before:hover {
  text-decoration: none;
}
/* line 257, ../../../Private/Stylesheets/components/slider.scss */
[dir="rtl"] .slick-prev {
  left: auto;
  right: 10px;
}
/* line 261, ../../../Private/Stylesheets/components/slider.scss */
.slick-prev:before {
  font-family: 'rlp-icons';
}

/* line 269, ../../../Private/Stylesheets/components/slider.scss */
.slick-next {
  right: 10px;
}
/* line 26, ../../../Private/Stylesheets/_settings-custom.scss */
.slick-next:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\f12a";
  font-family: rlp-icons;
  text-decoration: underline;
  text-decoration: none;
  display: inline-block;
  -moz-osx-font-smoothing: grayscale;
}
/* line 34, ../../../Private/Stylesheets/_settings-custom.scss */
.slick-next:before:hover {
  text-decoration: none;
}
/* line 272, ../../../Private/Stylesheets/components/slider.scss */
[dir="rtl"] .slick-next {
  left: 10px;
  right: auto;
}
/* line 276, ../../../Private/Stylesheets/components/slider.scss */
.slick-next:before {
  font-family: 'rlp-icons';
}

/* line 284, ../../../Private/Stylesheets/components/slider.scss */
.slick-prev:before, .slick-next:before {
  font-family: 'rlp-icons';
  line-height: 1;
  color: #333333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 10px;
  padding-left: 8px;
}

/* Dots */
/* line 300, ../../../Private/Stylesheets/components/slider.scss */
.slick-dots {
  position: absolute;
  list-style: none;
  display: inline-block;
  text-align: center;
  padding: 0;
  width: auto;
  margin-left: 0;
  text-align: center;
}
/* line 310, ../../../Private/Stylesheets/components/slider.scss */
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 50px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
/* line 318, ../../../Private/Stylesheets/components/slider.scss */
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 4px;
  width: 50px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding-bottom: 0;
  cursor: pointer;
}
/* line 330, ../../../Private/Stylesheets/components/slider.scss */
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
/* line 332, ../../../Private/Stylesheets/components/slider.scss */
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
/* line 337, ../../../Private/Stylesheets/components/slider.scss */
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: ' ';
  opacity: 1;
  width: 50px;
  height: 5px;
  border: 0;
  display: block;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: white;
  background-color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.294);
}
/* line 360, ../../../Private/Stylesheets/components/slider.scss */
.slick-dots li.slick-active button:before {
  color: #871d33;
  opacity: 1;
  background-color: #871d33;
}

/*Slider Content */
/* line 371, ../../../Private/Stylesheets/components/slider.scss */
.slider .rubrik {
  height: 1.5625rem;
  color: #5b7ea2;
  padding-left: 0;
  font-size: 0.75rem;
  line-height: 1.5625rem;
  border-left: 1px solid;
  text-transform: uppercase;
  padding-left: 0.3125rem;
  margin-bottom: 0.9375rem;
  margin-top: 0;
}
/* line 383, ../../../Private/Stylesheets/components/slider.scss */
.slider .button {
  min-width: 11.5625rem;
  text-align: left;
  font-family: Arial, "Helvetica Neue", Helvetica, Roboto, sans-serif;
}
/* line 26, ../../../Private/Stylesheets/_settings-custom.scss */
.slider .button:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\f105";
  font-family: rlp-icons;
  text-decoration: underline;
  text-decoration: none;
  display: inline-block;
  -moz-osx-font-smoothing: grayscale;
}
/* line 34, ../../../Private/Stylesheets/_settings-custom.scss */
.slider .button:before:hover {
  text-decoration: none;
}
/* line 388, ../../../Private/Stylesheets/components/slider.scss */
.slider .button:before {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0.75rem 0.625rem 0 0;
  font-family: 'rlp-icons';
}
/* line 395, ../../../Private/Stylesheets/components/slider.scss */
.slider .button.small {
  margin-bottom: 1.875rem;
}

/* line 400, ../../../Private/Stylesheets/components/slider.scss */
.slider-wrap {
  padding: 0;
}

/* line 404, ../../../Private/Stylesheets/components/slider.scss */
.slider-content {
  padding: 0 1.875rem;
}

@media only screen and (min-width: 40.063em) {
  /* line 410, ../../../Private/Stylesheets/components/slider.scss */
  .slider .rubrik {
    margin-top: 2.25rem;
  }

  /* Arrows */
  /* line 416, ../../../Private/Stylesheets/components/slider.scss */
  .slick-prev:before, .slick-next:before {
    display: inline-block;
    font-size: 37px;
  }

  /* line 421, ../../../Private/Stylesheets/components/slider.scss */
  .slick-prev,
  .slick-next {
    height: 52px;
    width: 48px;
    top: 50%;
    margin-top: -180px;
  }
}
@media only screen and (orientation: landscape) and (min-width: 1023px) and (max-width: 1200px) {
  /* line 430, ../../../Private/Stylesheets/components/slider.scss */
  .slider .slick-next {
    right: 330px;
  }
}
@media only screen and (min-width: 64em) {
  /* Arrows */
  /* line 440, ../../../Private/Stylesheets/components/slider.scss */
  .slick-prev,
  .slick-next {
    margin-top: -32px;
    height: 55px;
    width: 55px;
  }

  /* line 446, ../../../Private/Stylesheets/components/slider.scss */
  .slick-prev {
    left: -10px;
  }
  /* line 448, ../../../Private/Stylesheets/components/slider.scss */
  [dir="rtl"] .slick-prev {
    left: auto;
    right: 10px;
  }

  /* line 453, ../../../Private/Stylesheets/components/slider.scss */
  .slick-next {
    right: 390px;
  }
  /* line 455, ../../../Private/Stylesheets/components/slider.scss */
  [dir="rtl"] .slick-next {
    left: -390px;
    right: auto;
  }

  /* line 461, ../../../Private/Stylesheets/components/slider.scss */
  .slick-prev:before, .slick-next:before {
    font-size: 38px;
  }

  /*Slider Content */
  /* line 468, ../../../Private/Stylesheets/components/slider.scss */
  .slider .rubrik {
    margin-top: 0;
  }
  /* line 472, ../../../Private/Stylesheets/components/slider.scss */
  .slider .button {
    position: absolute;
    bottom: 0;
  }
  /* line 475, ../../../Private/Stylesheets/components/slider.scss */
  .slider .button.small {
    margin-bottom: 0;
  }

  /* line 481, ../../../Private/Stylesheets/components/slider.scss */
  .slider-wrap {
    padding: 0 15px;
    box-sizing: border-box;
  }

  /* line 487, ../../../Private/Stylesheets/components/slider.scss */
  .slider-content {
    padding: 0 0.9375rem;
  }
}
/* line 493, ../../../Private/Stylesheets/components/slider.scss */
.slide .image-source {
  color: #8e8e8e;
  font-size: 0.6875rem;
  line-height: 1;
  padding-top: 0;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-bottom: 0.625rem;
  display: block;
  width: 100%;
  text-align: right;
  min-height: 1.25rem;
  vertical-align: middle;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

@media only screen and (min-width: 64em) {
  /* line 512, ../../../Private/Stylesheets/components/slider.scss */
  .slide .image-source {
    padding-left: 0;
    padding-right: 0;
  }
}


/* Generated by grunt-webfont */
@font-face {
  font-family: "rlp-icons";
  src: url('vhs-assets-css-de4afbb42b39eaf8164b3258fe3afaee.eot?08fdecc67b45f5c1029ca38c36ef6b93');
  src: url('vhs-assets-css-b598dcb9100480574628bd8614955655.woff?08fdecc67b45f5c1029ca38c36ef6b93') format("woff"), url('vhs-assets-css-9c2dc13458397aca938173009489b0b9.eot?#iefix') format("embedded-opentype"), url('vhs-assets-css-f996e1e62aec2c1fb331fc11158c09f5.ttf?08fdecc67b45f5c1029ca38c36ef6b93') format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* Icons */
/* 0, 640px */
/* 641px, 1024px */
/* 1024px, 1440px ; changed from foundation standard*/
/* 1441px, 1920px */
/* line 5, ../../../Private/Stylesheets/components/newsliste.scss */
.news-header {
  margin: 0.4375rem 0 0.875rem 0;
}

/* line 9, ../../../Private/Stylesheets/components/newsliste.scss */
.img-margin {
  margin: 0 19px 20px 0;
  max-width: 43%;
}

/* line 14, ../../../Private/Stylesheets/components/newsliste.scss */
.news-list-author, .news-list-category {
  color: #5b7ea2;
}

/* line 18, ../../../Private/Stylesheets/components/newsliste.scss */
.more {
  color: #871d33;
  text-decoration: underline;
  margin-top: 1.125rem;
  padding-bottom: 0.5rem;
}

/* line 26, ../../../Private/Stylesheets/components/newsliste.scss */
.news-list-start-view .button {
  min-width: 11.5625rem;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arial, "Helvetica Neue", Helvetica, Roboto, sans-serif;
}
/* line 26, ../../../Private/Stylesheets/_settings-custom.scss */
.news-list-start-view .button:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\f105";
  font-family: rlp-icons;
  text-decoration: underline;
  text-decoration: none;
  display: inline-block;
  -moz-osx-font-smoothing: grayscale;
}
/* line 34, ../../../Private/Stylesheets/_settings-custom.scss */
.news-list-start-view .button:before:hover {
  text-decoration: none;
}
/* line 33, ../../../Private/Stylesheets/components/newsliste.scss */
.news-list-start-view .button:before {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0.75rem 0.625rem 0 0;
  font-family: 'rlp-icons';
}

/* line 44, ../../../Private/Stylesheets/components/newsliste.scss */
.news-list-content-view .article {
  min-height: 179px;
}

/* line 50, ../../../Private/Stylesheets/components/newsliste.scss */
.news-single .article-content {
  margin-bottom: 28px;
}
/* line 54, ../../../Private/Stylesheets/components/newsliste.scss */
.news-single .teaser-text {
  margin-bottom: 38px;
}
/* line 58, ../../../Private/Stylesheets/components/newsliste.scss */
.news-single hr:before {
  width: 100%;
}
/* line 62, ../../../Private/Stylesheets/components/newsliste.scss */
.news-single .socialshareprivacy {
  margin-bottom: 0.5625rem;
}

/* line 67, ../../../Private/Stylesheets/components/newsliste.scss */
.news-related-news {
  margin-bottom: 36px;
}
/* line 69, ../../../Private/Stylesheets/components/newsliste.scss */
.news-related-news ul {
  color: #871d33;
  margin-bottom: 0;
  line-height: 2;
}

/* line 77, ../../../Private/Stylesheets/components/newsliste.scss */
.news-list-content-view .footer, .news-list-view .footer {
  margin-bottom: 10px;
}
/* line 80, ../../../Private/Stylesheets/components/newsliste.scss */
.news-list-content-view .teaser-text, .news-list-view .teaser-text {
  margin-bottom: 37px;
}

/* line 86, ../../../Private/Stylesheets/components/newsliste.scss */
.news-list-view .article > .small-12.large-6.columns {
  min-height: 179px;
}

/* line 93, ../../../Private/Stylesheets/components/newsliste.scss */
.teaser-text p {
  margin-bottom: 4px;
}

/* line 99, ../../../Private/Stylesheets/components/newsliste.scss */
.news-select {
  padding-left: 5px;
  width: 322px;
}
/* line 103, ../../../Private/Stylesheets/components/newsliste.scss */
.news-select select {
  margin: 0;
  height: 42px;
  color: #333333;
}

@media only screen and (min-width: 64em) {
  /* line 111, ../../../Private/Stylesheets/components/newsliste.scss */
  .news-list-content-view, .news-list-view {
    margin-bottom: 10px;
  }
}


/* 0, 640px */
/* 641px, 1024px */
/* 1024px, 1440px ; changed from foundation standard*/
/* 1441px, 1920px */
/* Generated by grunt-webfont */
@font-face {
  font-family: "rlp-icons";
  src: url('vhs-assets-css-de4afbb42b39eaf8164b3258fe3afaee.eot?08fdecc67b45f5c1029ca38c36ef6b93');
  src: url('vhs-assets-css-b598dcb9100480574628bd8614955655.woff?08fdecc67b45f5c1029ca38c36ef6b93') format("woff"), url('vhs-assets-css-9c2dc13458397aca938173009489b0b9.eot?#iefix') format("embedded-opentype"), url('vhs-assets-css-f996e1e62aec2c1fb331fc11158c09f5.ttf?08fdecc67b45f5c1029ca38c36ef6b93') format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* Icons */
/* line 5, ../../../Private/Stylesheets/components/highlight-box.scss */
.highlight-box {
  border-radius: 4px;
}
/* line 8, ../../../Private/Stylesheets/components/highlight-box.scss */
.highlight-box .image-description {
  padding: 0 0.625rem;
}
/* line 12, ../../../Private/Stylesheets/components/highlight-box.scss */
.highlight-box .videoplayer {
  margin-bottom: 1.25rem;
}

/* line 17, ../../../Private/Stylesheets/components/highlight-box.scss */
.highlight-box--padding {
  padding: 0 0.625rem;
}

/* line 21, ../../../Private/Stylesheets/components/highlight-box.scss */
.highlight-box--headline {
  padding: 0.625rem 0;
  margin: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
/* line 28, ../../../Private/Stylesheets/components/highlight-box.scss */
.highlight-box--headline a:before {
  display: none;
}


/* 0, 640px */
/* 641px, 1024px */
/* 1024px, 1440px ; changed from foundation standard*/
/* 1441px, 1920px */
/* Generated by grunt-webfont */
@font-face {
  font-family: "rlp-icons";
  src: url('vhs-assets-css-de4afbb42b39eaf8164b3258fe3afaee.eot?08fdecc67b45f5c1029ca38c36ef6b93');
  src: url('vhs-assets-css-b598dcb9100480574628bd8614955655.woff?08fdecc67b45f5c1029ca38c36ef6b93') format("woff"), url('vhs-assets-css-9c2dc13458397aca938173009489b0b9.eot?#iefix') format("embedded-opentype"), url('vhs-assets-css-f996e1e62aec2c1fb331fc11158c09f5.ttf?08fdecc67b45f5c1029ca38c36ef6b93') format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* Icons */
/*Themenblock*/
/* line 9, ../../../Private/Stylesheets/components/themenblock.scss */
.rubrik {
  height: 2.5rem;
  color: #5b7ea2;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 2.5rem;
  padding-left: 0.9375rem;
}
/* line 15, ../../../Private/Stylesheets/components/themenblock.scss */
.rubrik span {
  padding: 0.3125rem;
}
/* line 22, ../../../Private/Stylesheets/components/themenblock.scss */
.rubrik span {
  border-left: 1px solid;
}

/* line 36, ../../../Private/Stylesheets/components/themenblock.scss */
.themenblock h3, .themenblock h4 {
  color: #871d33;
}
/* line 42, ../../../Private/Stylesheets/components/themenblock.scss */
.themenblock a:hover .background-wrap.white {
  background-color: #8e8e8e;
  color: white;
}
/* line 46, ../../../Private/Stylesheets/components/themenblock.scss */
.themenblock a:hover h3, .themenblock a:hover h4, .themenblock a:hover span, .themenblock a:hover p {
  color: white;
}
/* line 49, ../../../Private/Stylesheets/components/themenblock.scss */
.themenblock a:hover h3, .themenblock a:hover h4 {
  text-decoration: underline;
}
/* line 55, ../../../Private/Stylesheets/components/themenblock.scss */
.themenblock a, .themenblock a:link, .themenblock a:visited, .themenblock a:active, .themenblock a:hover {
  text-decoration: none;
}
/* line 59, ../../../Private/Stylesheets/components/themenblock.scss */
.themenblock .img-wrap {
  position: relative;
}
/* line 63, ../../../Private/Stylesheets/components/themenblock.scss */
.themenblock figcaption {
  position: absolute;
  right: 0;
  text-align: right;
  bottom: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.3);
  margin-bottom: 0;
}
/* line 80, ../../../Private/Stylesheets/components/themenblock.scss */
.themenblock figcaption:empty {
  display: none;
}
/* line 85, ../../../Private/Stylesheets/components/themenblock.scss */
.themenblock .image-description {
  color: white;
  padding: 0.125rem 0.625rem;
  font-size: 0.6875rem;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
/* line 92, ../../../Private/Stylesheets/components/themenblock.scss */
.themenblock img {
  margin-bottom: 0;
  width: 100%;
}

/* line 101, ../../../Private/Stylesheets/components/themenblock.scss */
.themenblock-link:before {
  display: none !important;
}


