@charset "UTF-8";
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/opensans-light-webfont.eot");
  src: url("../fonts/opensans-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-light-webfont.woff") format("woff"), url("../fonts/opensans-light-webfont.ttf") format("truetype"), url("../fonts/opensans-light-webfont.svg#open_sanslight") format("svg");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/opensans-regular-webfont.eot");
  src: url("../fonts/opensans-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-regular-webfont.woff") format("woff"), url("../fonts/opensans-regular-webfont.ttf") format("truetype"), url("../fonts/opensans-regular-webfont.svg#open_sansregular") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/opensans-italic-webfont.eot");
  src: url("../fonts/opensans-italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-italic-webfont.woff") format("woff"), url("../fonts/opensans-italic-webfont.ttf") format("truetype"), url("../fonts/opensans-italic-webfont.svg#open_sansitalic") format("svg");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/opensans-lightitalic-webfont.eot");
  src: url("../fonts/opensans-lightitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-lightitalic-webfont.woff") format("woff"), url("../fonts/opensans-lightitalic-webfont.ttf") format("truetype"), url("../fonts/opensans-lightitalic-webfont.svg#open_sanslight_italic") format("svg");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Semibold-webfont.eot");
  src: url("../fonts/OpenSans-Semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Semibold-webfont.woff") format("woff"), url("../fonts/OpenSans-Semibold-webfont.ttf") format("truetype"), url("../fonts/OpenSans-Semibold-webfont.svg#open_sanssemibold") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/opensans-semibolditalic-webfont.eot");
  src: url("../fonts/opensans-semibolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-semibolditalic-webfont.woff") format("woff"), url("../fonts/opensans-semibolditalic-webfont.ttf") format("truetype"), url("../fonts/opensans-semibolditalic-webfont.svg#open_sanssemibold_italic") format("svg");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Quattrocento Regular";
  src: url("../fonts/quattrocento-regular-webfont.eot");
  src: url("../fonts/quattrocento-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/quattrocento-regular-webfont.woff") format("woff"), url("../fonts/quattrocento-regular-webfont.ttf") format("truetype"), url("../fonts/quattrocento-regular-webfont.svg#quattrocentoregular") format("svg");
  font-weight: 300;
  font-style: normal;
}
.inner.iScroll {
  position: relative;
  z-index: 1;
  width: 100%;
  background-color: white;
  overflow: hidden;
}

#scroller {
  position: absolute;
  z-index: 1;
  -webkit-tap-highlight-color: transparent;
  width: 90%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
}

.iScrollVerticalScrollbar {
  background: url("../images/bg_scrollbar.png") repeat-y center;
  position: absolute;
  z-index: 9999;
  width: 3px;
  bottom: 2px;
  top: 2px;
  right: 4px;
  overflow: hidden;
  pointer-events: none;
}

.iScrollIndicator {
  box-sizing: border-box;
  position: absolute;
  border-radius: 0;
  width: 6px;
  transition-duration: 0ms;
  -webkit-transition-duration: 0ms;
  display: block;
  height: 102px;
  -webkit-transform: translate(0px, 0px) translateZ(0px);
  transform: translate(0px, 0px) translateZ(0px);
  transition-timing-function: cubic-bezier(0.1, 0.57, 0.1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.1, 0.57, 0.1, 1);
  background: rgba(0, 0, 0, 0.49804);
}

.moreContent {
  position: absolute;
  width: 90%;
  text-align: center;
  bottom: 0;
  font-size: 17px;
  z-index: 999;
  height: 15px;
  background-color: white;
  opacity: 0.9;
  line-height: 5px;
}

/*--------------------- Slider ---------------------*/
*:focus {
  outline: none;
}

.slider {
  font-size: 0;
  overflow: hidden;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.slider h2 {
  margin: 0;
  padding: 0;
}

.slider .slides {
  font-size: 0;
  position: relative;
}

.slider .slides .content {
  font-size: 0;
  left: 0;
  line-height: 1em;
  position: relative;
  white-space: nowrap;
}

.slider .slide {
  display: inline-block;
  font-size: 12px;
  line-height: 1em;
  position: relative;
  vertical-align: top;
  white-space: normal;
  width: 100%;
}

.slider .slide .logo[data-href] {
  cursor: pointer;
}

.slider button.disabled {
  cursor: default;
  pointer-events: none;
}

/*----- Slider Photo -----*/
.photo {
  background-repeat: no-repeat;
  background-size: cover;
}

body.content .main .photo,
body.content .main .articles .photo {
  font-size: 0;
  margin: 0 0 18px;
  height: 260px;
}

body.content .main .column .BU {
  background-color: #222;
  padding: 10px;
  color: #fff;
  position: relative;
  z-index: 999;
  font-size: 11px;
  line-height: 18px;
}

.slider.photo {
  height: auto;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.col-md-4 .slider.photo {
  max-width: 332px;
}

.slider.photo .article {
  padding: 20px 0 25px 25px;
}

.slider .articles .article p {
  color: #000;
  font-size: 22px;
  line-height: 1.2em;
  margin: 0;
  text-transform: uppercase;
}

.slider.photo .article p + p {
  margin-bottom: 0;
}

.slider.photo .article p a {
  color: #e95b2c;
}

.slider.photo .slide {
  display: inline-block;
  font-size: 12px;
  line-height: 1em;
  position: relative;
  vertical-align: top;
  white-space: normal;
  width: 100%;
}

.slider.photo .slides .content .slide {
  position: relative;
}

.slider.photo .buttons {
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 100;
}

.slider.photo button {
  background-color: white;
  width: 30px;
  height: 63px;
  margin-top: -32px;
  position: absolute;
  opacity: 0.4;
  border: none;
  padding: 0;
}
.slider.photo button:focus {
  border: none;
  box-shadow: none;
  text-shadow: none;
}
.slider.photo button:visited {
  border: none;
}
.slider.photo button:active {
  border: none;
}

.slider.photo button:hover {
  opacity: 0.8;
}

.slider.photo button:after {
  position: relative;
  text-align: center;
  top: 1px;
}

.slider.photo button.disabled:after {
  color: rgba(0, 0, 0, 0.4);
}

.slider.photo button.previous {
  left: 0;
}

.slider.photo button.previous:after {
  content: url("../images/previous.png");
  border: none;
  right: 2px;
}

.slider.photo button.next {
  right: 0;
}

.slider.photo button.next::after {
  content: url("../images/next.png");
  border: none;
  right: -2px;
}

.slider.photo button.next.disabled:after,
.slider.photo button.previous.disabled:after {
  opacity: 0.2;
}

/*----- Slider Tab -----*/
.slider.tab {
  height: 360px;
  width: 100%;
  border-bottom: 1px solid #fff;
  margin-bottom: 0 !important;
}

.slider.tab .photo {
  width: 730px;
  height: 360px;
  overflow: hidden;
  float: left;
}

.slider.tab .articles .photo img {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 100%;
  height: 360px;
}

.slider.tab .slides {
  top: 0;
  left: 730px;
  width: 42px;
  margin-top: 0;
  padding-top: 0;
  position: absolute;
  z-index: 10001;
}

.slider.tab .slide {
  cursor: pointer;
  line-height: 1.2em;
  position: relative;
  vertical-align: top;
  white-space: normal;
  width: 28px;
  height: 120px;
  margin-top: 0;
  top: 0;
  color: #fff;
  background-color: #646464;
  border-bottom: 1px solid #fff;
  float: left;
}

.slider.tab .slides h2 {
  color: #fafafa;
  opacity: 0.3;
  padding-top: 20px;
}

.slider.tab .slide.active h2 {
  color: #000;
  opacity: 1.0;
  margin: 15px 0 0 18px;
  padding: 0;
}

.slider.tab .slide h2 {
  opacity: 1.0;
  padding: 0;
}

.slider.tab .slide.active {
  background-color: #b70f0f;
  opacity: 1.0;
}

.slider.tab .articles .tab-article {
  font-size: 16px;
  display: none;
}

.slider.tab .articles .tab-article.active {
  display: inline-block;
  opacity: 1.0;
}

.slider.tab .tab-article.active article.article {
  float: left;
  width: 390px;
}

.newsDetail .slider {
  margin-bottom: 60px;
}

.newsDetail .slider .photo {
  width: 100%;
  height: 470px;
}

.photo {
  position: relative;
}

.bild.photo {
  display: inline-block;
  margin-bottom: 15px;
}

.bu-padding {
  padding-bottom: 48px;
}

.photo .BU {
  font-size: 13px;
  color: #fff;
  background-color: #646464;
  width: 100%;
  margin-left: 0;
  max-width: none;
  bottom: 0;
  padding: 15px;
  position: absolute;
  line-height: normal;
  max-height: 53px;
  transition: max-height 0.5s ease;
  overflow: hidden;
}

.NewsSlider .photo .BU {
  overflow: visible;
}

.photo:hover .BU {
  transition: max-height 0.5s ease;
  height: auto;
  max-height: 320px;
}

.slider.tab .NewsTeaser {
  position: relative;
  margin-left: 30px;
  float: left;
  width: 388px;
  height: 360px;
  padding-left: 24px;
}
.slider.tab .NewsTeaser a h2 {
  margin: 15px 0 0;
  color: #333333;
}
.slider.tab .dachzeile {
  font-size: 14px;
}
.slider.tab .dachzeile .cat, .slider.tab .dachzeile .newsShare {
  margin-right: 29px;
  display: inline-block;
}
.slider.tab .dachzeile .fa {
  margin-right: 9px;
}
.slider.tab .dachzeile .cat a, .slider.tab .dachzeile .newsShare a {
  color: gray;
}
.slider.tab .dachzeile .cat a:hover, .slider.tab .dachzeile .newsShare a:hover {
  color: #b70f0f;
}
.slider.tab hr.top {
  margin-top: 0;
}
.slider.tab hr.bottom {
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
}

.boxSlider {
  width: 100%;
  /*background-color: $lightest-grey;*/
  min-height: 40px;
  margin: 17px 0 30px;
}

.boxSlider .slider.photo {
  position: relative;
}

.boxSlider .slider.photo .buttons {
  position: absolute;
  top: 0;
}

.boxSlider .slider.photo button {
  background-color: white;
  width: 30px;
  height: 63px;
  position: absolute;
  opacity: 0.8;
  top: 31px !important;
}

.boxSlider .slider.photo .title {
  margin-top: 15px;
  line-height: 1.5em;
}

.boxSlider .slider.photo button.previous:after {
  content: url("../images/previous.png");
  border: none;
  right: 2px;
}

.boxSlider .slider.photo button.next::after {
  content: url("../images/next.png");
  border: none;
  right: -2px;
}

.contentSlider {
  width: 100%;
  background-color: #f9f9f9;
  min-height: 287px;
  margin: 60px 0 30px;
}

.contentSlider .slide .inner {
  margin: 30px auto;
  font-size: 20px;
  line-height: normal;
  max-width: 50%;
}
.contentSlider .slide .inner p:first-child {
  margin-top: 0;
}
.contentSlider .slide .inner::after {
  display: table;
  content: " ";
  clear: both;
  min-height: 1px;
}
.contentSlider .slide .inner h2 {
  font-family: 'Quattrocento Regular', serif;
  font-size: 28px;
  text-align: center;
  margin: 0 0 30px 0;
}
.contentSlider .image {
  width: 50%;
  text-align: center;
  float: left;
  position: relative;
}
.contentSlider .image img {
  max-width: 100%;
  max-height: 237px;
}
.contentSlider .info {
  width: 50%;
  float: left;
  position: relative;
  padding-left: 15px;
}
.contentSlider a.button {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
}
.contentSlider .box {
  margin-top: 0;
}

.newsThumpnailSlider .slide .inner {
  font-size: 18px;
}

.newsThumpnailSlider .slides {
  overflow: hidden;
  padding: 0 -8px;
}

.newsThumpnailSlider img {
  max-height: 200px;
  max-width: 100%;
}

.NewsSlider .buttons .disabled {
  display: none;
}

.NewsSlider.inline {
  float: left;
  margin-right: 15px;
  margin-top: 5px;
  width: 240px;
}

.NewsSlider.inline .slider {
  margin-bottom: 1em;
}
.NewsSlider.inline .slider .photo {
  height: 327px;
}

.tooltipster-base .theader {
  padding: 0 10px;
  background-color: #f9f9f9;
  height: 30px;
  line-height: 29px;
  font-size: 13px;
}
.tooltipster-base .content {
  font-size: 13px;
  padding: 20px 10px;
}
.tooltipster-base li {
  min-height: 34px;
  margin: 5px 0;
  list-style: none;
}
.tooltipster-base a .cycle, .tooltipster-base a {
  color: #505050;
}
.tooltipster-base a .cycle {
  background-color: #f9f9f9;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  font-family: "FontAwesome";
  display: inline-block;
  line-height: 32px;
  margin-right: 10px;
  text-align: center;
}
.tooltipster-base a:hover, .tooltipster-base a:hover span.cycle {
  color: #b70f0f;
}

.tooltipster-base .ts {
  color: #333333;
  font-size: 15px;
  line-height: 20px;
  padding-bottom: 10px;
  min-width: 100px;
  min-height: 60px;
}

.tooltipster-base .ts .imgWrap {
  width: 142px;
  height: 135px;
  overflow: hidden;
  float: left;
  margin: 0 10px 50px 10px;
  text-align: center;
}
.tooltipster-base .ts .imgWrap img {
  position: relative;
  left: 270px;
  margin-left: -540px;
  max-width: 270px;
  max-height: 135px;
}
.tooltipster-base .ts p.teaser {
  max-height: 100px;
  overflow: hidden;
}
.tooltipster-base .ts h3 {
  margin-top: 0;
  font-size: 23px;
  line-height: normal;
}
.tooltipster-base .ts hr {
  margin: 8px 0;
}
.tooltipster-base .ts .tipsterfooter {
  font-size: 13px;
  color: grey;
}
.tooltipster-base .ts .showSocial {
  margin-left: 20px;
  cursor: pointer;
}
.tooltipster-base .ts .sharehide {
  float: right;
  text-align: right;
  font-family: "FontAwesome";
  letter-spacing: 10px;
}

.tooltipster-default {
  border-radius: 2px;
  border: 1px solid #c6c6c6;
  background: #fff;
  color: gray;
}

.tooltipster-default .tooltipster-content {
  font-family: 'Open Sans', serif;
  font-size: 13px;
  font-weight: 100;
  line-height: 16px;
  overflow: hidden;
  max-width: 680px;
  min-width: 100px;
  min-height: 60px;
}

.tooltipster-icon {
  cursor: help;
  margin-left: 4px;
}

.tooltipster-base {
  padding: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999999;
  pointer-events: none;
  width: auto;
  overflow: visible;
}

.tooltipster-base .tooltipster-content {
  overflow: hidden;
}

.tooltipster-arrow {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.tooltipster-arrow span, .tooltipster-arrow-border {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
}

.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-top: 8px solid;
  bottom: -7px;
}

.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-top: 9px solid;
  bottom: -7px;
}

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-bottom: 8px solid;
  top: -7px;
}

.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-bottom: 9px solid;
  top: -7px;
}

.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
  left: 0;
  right: 0;
  margin: 0 auto;
}

.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
  left: 6px;
}

.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  left: 5px;
}

.tooltipster-arrow-top-right span, .tooltipster-arrow-bottom-right span {
  right: 6px;
}

.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
  right: 5px;
}

.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-left: 8px solid;
  top: 50%;
  margin-top: -7px;
  right: -7px;
}

.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-left: 9px solid;
  margin-top: -8px;
}

.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-right: 8px solid;
  top: 50%;
  margin-top: -7px;
  left: -7px;
}

.tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-right: 9px solid;
  margin-top: -8px;
}

.tooltipster-fade {
  opacity: 0;
  transition-property: opacity;
}

.tooltipster-fade-show {
  opacity: 1;
}

.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden;
}

.tooltipster-grow-show {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  transition-property: -webkit-transform;
  transition-property: transform;
}

.tooltipster-swing-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
  top: 0;
  transition-property: top;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-fall.tooltipster-dying {
  transition-property: all;
  top: 0 !important;
  opacity: 0;
}

.tooltipster-slide {
  left: -40px;
  transition-property: left;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-slide.tooltipster-dying {
  transition-property: all;
  left: 0 !important;
  opacity: 0;
}

.tooltipster-content-changing {
  opacity: 0.5;
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.tooltipster-content li {
  list-style: none;
}

.tabsheet {
  background-color: #f9f9f9;
  min-height: 270px;
}

.tabsheet .tabs {
  cursor: pointer;
  background-color: #646464;
  left: 30px;
  right: 30px;
  height: 34px;
  padding: 0 66px;
}
.tabsheet .tabs:after {
  content: " ";
  display: table;
}
.tabsheet ul.tabs li {
  float: left;
  padding: 0 10px;
  line-height: 2em;
  height: 34px;
}
.tabsheet ul.tabs li:before {
  content: "";
}
.tabsheet .tab-current {
  color: #505050;
  background-color: #f9f9f9;
}
.tabsheet .tab {
  color: #fff;
}
.tabsheet ul.tabsheets {
  max-height: 310px;
  overflow: hidden;
  margin-bottom: 30px;
}
.tabsheet .tabsheets .tooltipstered a {
  display: inline-block;
  width: 100%;
}
.tabsheet .tabsheets > .sheet:before {
  content: "";
}
.tabsheet .containerWhite, .tabsheet .dateRow {
  padding: 0 15px;
  display: block;
}
.tabsheet .col-xs-3 {
  margin: 15px 0;
  cursor: pointer;
}
.tabsheet .col-xs-3:hover .dateRow {
  background-color: #b70f0f;
  color: #fff;
}
.tabsheet .dateRow {
  background-color: #e9e9e9;
  color: #333333;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
}
.tabsheet .containerWhite {
  background-color: #fff;
  margin: 0 0 15px 0;
  overflow: hidden;
  height: 80px;
}
.tabsheet .inner {
  height: 80px;
  display: table-cell;
  vertical-align: middle;
  color: #333333;
}

ul.accordion {
  position: relative;
  margin: 0 15px;
  padding: 0;
  list-style: none;
  list-style-image: none;
  font-size: 10px;
  font-weight: 400;
  min-height: 135px;
}

ul.accordion .sheet, ul.accordion .sheet-current {
  position: relative;
  margin: 0 0 1px 0;
  padding: 7px 10px 1px 10px;
  border: none;
  border-top: 1px solid #ececec;
  background-color: #FFFFFF;
}
ul.accordion .sheet .sheet-header, ul.accordion .sheet-current .sheet-header {
  margin: 0 0 5px 0;
  padding: 0;
  height: 26px;
  color: gray;
  font-size: 10px;
  cursor: pointer;
  font-weight: normal;
  letter-spacing: 0.1em;
}
ul.accordion .sheet:before, ul.accordion .sheet-current:before {
  content: normal;
}
ul.accordion .sheet {
  height: 26px;
  overflow: hidden;
}
ul.accordion .imgWrap {
  text-align: right;
}
ul.accordion i.fa {
  float: right;
}
ul.accordion .sheet-current i.fa {
  float: right;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

ul.accordion .sheet:hover {
  background: #f9f9f9;
}

ul.accordion .current, ul.accordion .sheet-current {
  height: auto;
  padding-bottom: 7px;
}

.contact .sheet-current {
  overflow: hidden;
}

.deselect2, .contact .boxInner .current-person img, .contact .imgWrap {
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.deselect2::-moz-selection, .contact .boxInner .current-person img::-moz-selection, .contact .imgWrap::-moz-selection {
  background: transparent;
  color: inherit;
}
.deselect2::selection, .contact .boxInner .current-person img::selection, .contact .imgWrap::selection {
  background: transparent;
  color: inherit;
}

.contact .boxInner .person {
  display: none;
}
.contact .boxInner .current-person .col-xs-8 p:first-child, .contact .boxInner .person .col-xs-8 p:first-child {
  margin-top: 0;
}
.contact .imgWrap img.cycle {
  width: auto;
}

header.header {
  border-bottom: 1px solid white;
}

.login:hover {
  color: #b70f0f;
}

header .linePrimaryColor {
  background-color: #505050;
}

.header .suche {
  background-color: #F2F2F2;
}

.footer {
  border-top: 1px solid #b70f0f;
}

.kontaktButton {
  border-top: 3px solid #b70f0f;
}

/*.slider.tab{
  margin-bottom: $space-sm;
}
*/
.search fieldset {
  border: 0;
}

@media print {
  * {
    background-color: #fff !important;
    color: black !important;
  }

  a[href]:after {
    content: none !important;
  }

  body {
    padding: 0 !important;
  }

  header {
    border: none;
  }

  header .logo img {
    display: none;
  }

  header .logo img.logoPrint {
    display: block;
  }

  .content .photo .BU, .content .photo .BU * {
    max-height: none;
    display: block;
    position: relative;
  }

  .NewsSlider.inline .slider .photo, .newsDetail .slider .photo {
    height: auto;
  }

  .related-news, nav.mainNavi, nav.mainNavi *, .metanavi *, .login, .search, .col-xs-4.newsDetail,
  .breadcrumb, .detailFoot, .news-related-wrap,
  .rubrik, .newsThumpnailSlider, footer, #nl-notice *, .linePrimaryColor, .newsDetail .header, .kontaktButton,
  .bannerTop, #bannerRight, .banner, .col-xs-4.newsDetail, .tx-mhrelkeywords-pi1, .tx-mhrelkeywords-pi1 *, .mainNavi {
    display: none;
  }

  div.NewsSlider > section > section.slides > section > section > div > img {
    display: block;
  }
}
.float-left {
  float: left;
}

.float-right {
  float: right;
}

.center {
  margin: 0 auto;
}

.p-space-xs {
  padding-top: 15px;
}

.p-space-sm {
  padding-top: 30px;
}

.p-space-md {
  padding-top: 60px;
}

.m-space-xs {
  margin-top: 15px;
}

.m-space-sm {
  margin-top: 30px;
}

.m-space-md {
  margin-top: 60px;
}

/*Typo3 default*/
p.align-center {
  text-align: center;
}

p.align-right {
  text-align: right;
}

p.align-left {
  text-align: left;
}

/*typo3 default*/
.relative {
  position: relative;
}

b, strong {
  font-weight: 500;
  font-style: normal;
}

.caption, .csc-textpic-caption {
  font-size: 13px;
  line-height: 1.5em;
  font-style: italic;
  color: #c6c6c6;
}

.bild.float-left {
  margin: 0 15px 15px 0;
}

.bild.float-right {
  margin: 0 0 15px 15px;
}

.bild.center {
  text-align: center;
}

div.text *:first-child {
  margin-top: 0;
  padding-top: 0;
}

em {
  font-style: italic;
}

.defaultLink, .contact a, .box .boxInner a.button, header .metanavi a, nav.mainNavi a, .NewsWrap a, .newsDetail .related-news .textContainer a, .newsDetail .header a, .newsDetail .detailFoot a, .newsDetail .newsThumpnailSlider a, .NewsArchiv a, #tx-solr-search-functions a, .tx-solr .result-content a, h5.results-topic a {
  color: #333333;
}
.defaultLink:hover, .contact a:hover, .box .boxInner a.button:hover, header .metanavi a:hover, nav.mainNavi a:hover, .NewsWrap a:hover, .newsDetail .related-news .textContainer a:hover, .newsDetail .header a:hover, .newsDetail .detailFoot a:hover, .newsDetail .newsThumpnailSlider a:hover, .NewsArchiv a:hover, #tx-solr-search-functions a:hover, .tx-solr .result-content a:hover, h5.results-topic a:hover {
  color: #b70f0f;
  text-decoration: none;
}

html.touch * {
  text-rendering: optimizeSpeed;
}

html * {
  image-rendering: auto;
}

ul {
  margin: 0;
  padding: 0;
}

.deselect, .newsThumpnailSlider button {
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.deselect::-moz-selection, .newsThumpnailSlider button::-moz-selection {
  background: transparent;
  color: inherit;
}
.deselect::selection, .newsThumpnailSlider button::selection {
  background: transparent;
  color: inherit;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}

.clearfix::before, .menu-horizontal ul::before, .clearfix::after, .menu-horizontal ul::after {
  display: table;
  content: " ";
}
.clearfix::after, .menu-horizontal ul::after {
  clear: both;
}

a, a.active, header .metanavi a.active, nav.mainNavi a.active, nav.mainNavi .extended a.active, li.active {
  color: #b70f0f;
}

main li {
  margin-left: 15px;
  list-style: none;
}
main li::before {
  font-family: "FontAwesome";
  content: "\f105  ";
  margin-left: -15px;
  display: inline-block;
  width: 15px;
}

.underline {
  border-bottom: 1px solid #ececec;
}

main {
  padding-bottom: 30px;
}

.startseite main {
  padding: 0;
}

.button, .f3-widget-paginator li, a.button {
  display: block;
  background-color: #646464;
  border: 0;
  padding: 0 1em;
  color: #fff;
  text-align: center;
  margin: 30px 0 0;
  line-height: 2em;
}
.button:hover, .f3-widget-paginator li:hover, a.button:hover {
  color: #fff;
  text-decoration: none;
}

.button.modal, .f3-widget-paginator li.modal, a.button.modal {
  width: 49%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #dfdfdf;
  color: #333333;
  height: 45px;
  font-size: 1.4em;
}

.button.modal.pos-right, .f3-widget-paginator li.modal.pos-right, a.button.modal.pos-right {
  left: auto;
  right: 0;
}

img {
  border: none;
}

h1, h2, h3 {
  font-family: 'Quattrocento Regular', serif;
  font-weight: normal;
  margin-top: 15px;
}

body h5.subheader {
  margin-top: 0.25em;
  margin-bottom: 0.5em;
}
body h5.subheader:last-child {
  margin-bottom: 0.5em;
}

h4, h5 {
  font-size: 18px;
}

h2 {
  font-size: 23px;
  line-height: 28px;
  margin: 15px 0;
}

.small, .klein {
  font-size: 0.9em;
}

hr.xs-margin {
  margin: 5px 0;
}

.box {
  margin: 60px 0 0;
  font-size: 13px;
  color: #333333;
}
.box:first-child {
  margin: 0 0 60px;
}

.box img.cycle {
  width: 100%;
  border-radius: 50%;
  background-color: #efefef;
  overflow: hidden;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.box img {
  max-width: 100%;
}
.box img.border {
  border: 1px solid #c6c6c6;
}
.box .caption {
  font-size: 10px;
  line-height: 1.5em;
  font-style: normal;
}
.box hr {
  margin: 30px 0 0;
}
.box h3, .box h2, .box h1 {
  font-family: "Quattrocento Regular", serif;
  font-size: 18px;
  margin: 0;
  padding: 0 15px;
  min-height: 27px;
  border-bottom: 1px solid #ececec;
  line-height: 27px;
}
.box .boxInner {
  padding: 23px 0 0;
}
.box .boxInner h3, .box .boxInner h2, .box .boxInner h1 {
  margin: 1.5em 0;
}
.box label {
  margin-top: 15px;
  display: block;
}
.box label input {
  height: 30px;
  border: none;
}
.box label input[type="checkbox"] {
  height: auto;
  position: relative;
  top: 2px;
}
.box label .text {
  background-color: #f9f9f9;
  padding: 0 10px;
}
.box .form.button, .box .f3-widget-paginator li.form, .f3-widget-paginator .box li.form, .box .f3-widget-paginator li.Tx-Formhandler, .f3-widget-paginator .box li.Tx-Formhandler, .box .button.Tx-Formhandler {
  margin: 0;
  padding: 0;
  background-color: #b70f0f;
  font-family: FontAwesome;
}

.box.grau {
  background-color: #f9f9f9;
  padding: 15px;
  margin: 15px 0;
  font-size: 13px;
}

.box.grau p:first-child, .box.grau h1:first-child, .box.grau h2:first-child, .box.grau h3:first-child, .box.grau h4:first-child, .box.grau h5:first-child, .box.grau hr:first-child {
  margin-top: 0;
}

table {
  font-size: 15px;
}

body {
  background-color: #c6c6c6;
  color: #333333;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
}
body.empty {
  background-color: #fff;
}

.inner p:first-child {
  margin-top: 0;
}
.inner p:last-child {
  margin-bottom: 0;
}
.inner h1:first-child, .inner h2:first-child, .inner h3:first-child, .inner h4:first-child, .inner h5:first-child, .inner h6:first-child {
  margin-top: 0;
}
.inner h1:last-child, .inner h2:last-child, .inner h3:last-child, .inner h4:last-child, .inner h5:last-child, .inner h6:last-child {
  margin-bottom: 0;
}

.contentWidth, .wrap, .container, main, .footer {
  width: 1178px;
}

.wrap {
  margin: 0 auto;
}

.container, main {
  background-color: white;
}

.loginPopup .mfp-container .mfp-content {
  max-width: 610px;
  max-height: 340px;
}

.mfp-iframe-holder .mfp-close {
  z-index: 9999;
}

.mfp-iframe-holder .mfp-close .mfp-close-icn {
  z-index: -2;
  position: absolute;
  right: 9px;
  top: 3px;
}

.mfp-bg {
  min-width: 600px;
}

.tx-felogin-pi1 fieldset {
  padding: 0;
}
.tx-felogin-pi1 .feLogin.login:hover {
  color: #333333;
}

/*empty = bodytag von template empty.html*/
.empty h2 {
  margin: 0 -15px;
  padding: 0 15px;
  background-color: #f9f9f9;
  line-height: 41px;
}

.empty .status * {
  display: none;
}

.empty .tx-felogin-pi1 {
  margin-top: 8px;
}

.empty .hide-popup {
  display: none;
}

.default .feLogin {
  border: 1px solid #c6c6c6;
  padding: 15px;
}
.default .feLogin.login .status .subheader {
  font-family: 'Quattrocento Regular', serif;
  margin: -22px -15px 25px;
  background-color: #f9f9f9;
  padding-left: 15px;
  font-weight: 400;
  font-size: 23px;
  line-height: 34px;
}

.loginPopup .mfp-iframe-holder .mfp-close {
  top: -5px;
  right: 0px;
  padding-right: 0;
  color: #333333;
}

.loginPopup .mfp-iframe-holder .mfp-close::before {
  content: "";
  font-family: "FontAwesome";
  font-size: 13px;
  padding-right: 9px;
  top: 4px;
  position: absolute;
  right: 5px;
  line-height: 32px;
}

.empty .feLogin .statusMessage {
  margin-bottom: 0;
}

.feLogin .statusMessage {
  margin-bottom: 30px;
}

.loginPopup .mfp-iframe-holder i {
  display: none;
  z-index: -1;
  position: absolute;
  right: 6px;
  top: -2px;
}

header {
  margin-top: 24px;
  border-top: 1px solid;
  height: 180px;
  position: relative;
  font-size: 13px;
}

header.header {
  background-color: #d5d5d5;
}

header .linePrimaryColor {
  position: absolute;
  top: -1px;
  right: 0;
  width: 364px;
  height: 1px;
  background-color: #b70f0f;
}
header .logo {
  position: absolute;
  top: 43px;
}
header .logo .logoPrint {
  display: none;
}
header .login {
  background-color: #505050;
  position: absolute;
  right: 15px;
  top: -1px;
  width: 73px;
  height: 29px;
  text-align: center;
  cursor: pointer;
  line-height: 29px;
  font-weight: 500;
}
header .login a {
  color: #fff;
}
header .login:hover a {
  color: #c6c6c6;
}
header .metanavi {
  position: absolute;
  top: 43px;
  right: 15px;
  font-weight: 400;
  line-height: 15px;
}
header .metanavi ul {
  width: auto;
}
header .metanavi li {
  list-style: none;
  display: inline;
}
header div.search {
  position: absolute;
  right: 15px;
  top: 114px;
}
header div.search input {
  height: 40px;
  border: 0;
}
header .suche {
  background-color: #dedede;
  width: 243px;
  padding: 0 15px;
  color: #333333;
}

.sucheButton, .tx-solr .tx-solr-submit {
  font-family: "FontAwesome";
  color: #ffffff;
  background-color: #b70f0f;
  vertical-align: bottom;
  width: 31px;
}

.arrow_box {
  position: relative;
  background: #646464;
}

.arrow_box:after {
  bottom: 100%;
  left: 10%;
  border: 1px solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #646464;
  border-width: 15px;
  margin-left: -15px;
}

.sticky-wrapper {
  background-color: #fff;
}

nav.mainNavi {
  z-index: 999;
  min-height: 42px;
}

nav.mainNavi.newsDetail {
  background-color: #fff;
}

.is-sticky .mainNavi {
  opacity: 0.97;
}

nav.mainNavi ul {
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  z-index: 999;
  background-color: #fff;
  padding: 0;
}
nav.mainNavi li {
  margin: 0 12px;
  padding: 10px 0;
  display: inline-block;
}
nav.mainNavi li > ul {
  display: none;
  border: 1px solid #f9f9f9;
  border-top: 0px;
  margin: 10px 0 0;
  padding: 0;
  position: absolute;
}
nav.mainNavi li li:first-of-type {
  border-top: 4px solid #b70f0f;
}
nav.mainNavi li li {
  display: block;
  min-width: 200px;
  max-width: 220px;
  border-bottom: 1px solid #f9f9f9;
  padding: 5px;
  margin: 0;
}
nav.mainNavi li li:hover {
  background-color: #f9f9f9;
}
nav.mainNavi .fa {
  color: #999999;
  font-size: 13px;
}

nav.mainNavi .extended {
  overflow: hidden;
  height: 36px;
  margin: 0 auto;
  background-color: #fff;
  z-index: 999;
  border-bottom: 1px solid #ececec;
}
nav.mainNavi .extended ul {
  background-color: transparent;
  margin: 0 auto;
  padding: 0;
  border: none;
}
nav.mainNavi .extended li {
  padding: 7px 0 12px;
}
nav.mainNavi .extended li a {
  color: #333333;
}

.menu-horizontal ul {
  padding: 5px 0 10px;
  border-bottom: 1px solid #ececec;
}
.menu-horizontal li:before {
  content: "";
}
.menu-horizontal li {
  float: left;
  margin-right: 7px;
}
.menu-horizontal li a {
  color: #333333;
}
.menu-horizontal li a:hover {
  color: #b70f0f;
}
.menu-horizontal li a.activeLink {
  color: #b70f0f;
}
.menu-horizontal .headline.line {
  margin-bottom: 6px;
}

.breadcrumb {
  font-size: 15px;
}

main .breadcrumb ul {
  margin: 0;
  padding: 0;
}
main .breadcrumb li {
  list-style: none;
  display: inline-block;
  background-color: #646464;
  margin-right: 6px;
  margin-left: 0;
  padding: 0 4px;
}
main .breadcrumb li::before {
  content: "";
  margin-left: 0;
  display: inline;
}
main .breadcrumb li.second {
  background-color: #979797;
}
main .breadcrumb li.third {
  background-color: #a4a4a4;
}
main .breadcrumb li.fours {
  background-color: #b1b1b1;
}
main .breadcrumb li.fifth {
  background-color: #cacaca;
}
main .breadcrumb a, main .breadcrumb .likeAlink {
  cursor: pointer;
  color: #fff;
  position: relative;
  bottom: 1px;
}
main .breadcrumb a:hover, main .breadcrumb .likeAlink:hover {
  color: #cccccc;
  text-decoration: none;
}
main .breadcrumb .likeAlink {
  width: auto;
  position: relative;
  bottom: 0;
  display: block;
}

.headline h1 {
  margin: 0;
  font-size: 23px;
  border-bottom: 1px solid #646464;
  display: inline-block;
  position: absolute;
  line-height: 26px;
  color: #b70f0f;
}

.headline.line {
  border-bottom: 1px solid #ececec;
  margin-bottom: 30px;
  margin-right: 15px;
  position: relative;
  min-height: 28px;
}

.kontaktButton {
  background-image: url("../images/Kontakt.png");
  width: 44px;
  height: 134px;
  position: fixed;
  top: 312px;
  right: 0;
  text-align: center;
  color: white;
  font-size: 19px;
  padding: 13px;
}

.kontaktButton a#kontakt {
  color: #fff;
  height: 100%;
  width: 100%;
  display: block;
}

.defaultPopupKontakt.mfp-ready .mfp-content {
  min-width: 480px;
  min-height: 390px;
  width: auto;
}

body.empty .box.contact {
  margin-top: 9px;
}
body.empty .box.contact:first-child {
  margin-top: 9px;
}

.box.contact .boxInner {
  min-height: 190px;
}

.NewsWrap {
  margin-bottom: 30px;
}

.NewsWrap a {
  white-space: normal;
}
.NewsWrap .row {
  margin: 30px -15px;
}
.NewsWrap .row:last-child {
  margin-bottom: 0;
}
.NewsWrap .row:first-child {
  margin-top: 0;
}
.NewsWrap .dachzeile {
  color: gray;
  font-size: 13px;
  letter-spacing: 0.05em;
}
.NewsWrap .dachzeile a {
  color: gray;
}
.NewsWrap .dachzeile a:hover {
  color: #b70f0f;
  text-decoration: none;
}
.NewsWrap .fa {
  margin-right: 9px;
}
.NewsWrap .news-article p {
  display: inline;
  margin: 0;
  padding: 0;
}
.NewsWrap .news-img-wrap img {
  margin-top: 3px;
}

a.weiter:after {
  font-family: FontAwesome;
  content: " \f105";
}

a.more, .slider.tab .NewsTeaser a {
  color: #b70f0f;
}
a.more:hover, .slider.tab .NewsTeaser a:hover {
  color: #e11212;
  text-decoration: none;
}

.NewsWrap .date, .NewsWrap .dachzeile .cat,
.NewsWrap .dachzeile .newsShare {
  margin-right: 29px;
  display: inline-block;
}

.NewsWrap .lnsCatRed, .newsDetail .lnsCatRed {
  margin-right: 29px;
  display: inline-block;
  color: #b70f0f;
}

.f3-widget-paginator {
  background-color: #f9f9f9;
}

.f3-widget-paginator li {
  background-color: #c6c6c6;
  float: left;
  padding: 3px;
  margin: 0 3px;
  list-style: none;
  line-height: 1;
}
.f3-widget-paginator li::before {
  content: normal;
}
.f3-widget-paginator li a {
  color: #fff;
  height: auto;
}
.f3-widget-paginator li:first-of-type {
  margin-left: 0;
}
.f3-widget-paginator li:last-of-type {
  margin-right: 0;
}
.f3-widget-paginator li.current {
  background-color: #646464;
}

.page-navigation {
  margin-bottom: 30px;
}

.newsDetail .news-text-wrap p:first-of-type {
  margin-top: 0;
}
.newsDetail .related-news .item {
  margin: 0 15px 20px;
}
.newsDetail .related-news .item .inner {
  height: 50px;
  margin: 0 15px 20px;
}
.newsDetail .related-news img {
  float: left;
}
.newsDetail .related-news .textContainer a {
  font-size: 13px;
  line-height: normal;
  height: 48px;
  display: table-cell;
  vertical-align: middle;
}
.newsDetail .related-news h3 {
  margin-bottom: 23px;
}
.newsDetail .header, .newsDetail .detailFoot {
  font-size: 13px;
}
.newsDetail .header .calender, .newsDetail .detailFoot .calender {
  color: gray;
  margin-right: 60px;
}
.newsDetail .header a, .newsDetail .detailFoot a {
  margin-right: 60px;
  color: gray;
  font-size: 13px;
}
.newsDetail .header a.float-right, .newsDetail .detailFoot a.float-right {
  margin-left: 60px;
  margin-right: 0;
}
.newsDetail .detailFoot {
  margin: 30px 0;
}
.newsDetail .newsThumpnailSlider .logo {
  float: left;
  height: 193px;
  width: 147px;
  padding: 0 5px;
}
.newsDetail .newsThumpnailSlider a {
  height: 100%;
  width: 100%;
  display: block;
}
.newsDetail .newsThumpnailSlider a .title {
  margin-top: 15px;
  line-height: normal;
}
.newsDetail .newsThumpnailSlider .buttons {
  left: 8px;
  right: 11px;
  position: absolute;
  top: 30%;
  width: 97%;
  z-index: 100;
}
.newsDetail .newsThumpnailSlider button {
  background-color: #fff;
  width: 30px;
  height: 63px;
  margin-top: -32px;
  position: absolute;
  opacity: 0.4;
  border: none;
  padding: 0;
}
.newsDetail .newsThumpnailSlider button:focus {
  border: none;
  box-shadow: none;
  text-shadow: none;
}
.newsDetail .newsThumpnailSlider button:active {
  border: none;
}
.newsDetail .newsThumpnailSlider button:visited {
  border: none;
}
.newsDetail .newsThumpnailSlider button:hover {
  opacity: 0.8;
}
.newsDetail .newsThumpnailSlider button:after {
  position: relative;
  text-align: center;
  top: 1px;
}
.newsDetail .newsThumpnailSlider button.disabled:after {
  color: rgba(0, 0, 0, 0.4);
}
.newsDetail .newsThumpnailSlider button.previous {
  left: 0;
}
.newsDetail .newsThumpnailSlider button.previous:after {
  content: url(../images/previous.png);
  border: none;
  right: 2px;
}
.newsDetail .newsThumpnailSlider button.next {
  right: 0;
}
.newsDetail button.next:after {
  content: url("../images/next.png");
  border: none;
  right: -2px;
}
.newsDetail button.next.disabled:after, .newsDetail button.previous.disabled:after {
  opacity: 0.2;
}

.newsDetail.Stellenangebote .NewsSlider.inline {
  float: right;
  margin-right: 0;
  margin-left: 35px;
  width: 190px;
}
.newsDetail.Stellenangebote .NewsSlider.inline img {
  float: right;
}

.stellen .news-img-wrap {
  background-color: #fff;
  text-align: center;
  height: 198px;
}

.stellen .news-img-wrap img {
  width: 100%;
  height: auto;
  max-width: 232px;
  text-align: center;
  margin-top: 0;
}

.newsDetail.Stellenangebote .news-text-wrap {
  padding-top: 25px;
}

.NewsArchiv {
  margin-bottom: 30px;
}

.NewsArchiv a {
  display: block;
  height: 27px;
}

.contentBox {
  display: block;
  width: 100%;
  border: 1px solid #c6c6c6;
  height: 270px;
  margin: 60px 0 60px;
}

.contentBox p {
  margin: 0.5em 0;
}
.contentBox ul {
  margin-left: 10px;
}
.contentBox li {
  padding-left: 5px;
}
.contentBox .headline {
  height: 40px;
  position: relative;
  border-bottom: 1px solid #646464;
  font-family: 'Open Sans', serif;
  color: #646464;
  font-size: 14px;
  padding: 0 6px;
  width: 100%;
}
.contentBox .inner {
  position: relative;
  font-size: 13px;
  padding: 0 6px;
  margin: 15px 0 15px;
}
.contentBox .inner p:first-child {
  margin-top: 0;
}
.contentBox .inner p:last-child {
  margin-bottom-top: 0;
}
.contentBox .inner.iScroll {
  overflow: hidden;
  height: 197px;
}
.contentBox .headline h4 {
  font-weight: normal;
  letter-spacing: 0.025em;
  margin: 0;
  vertical-align: bottom;
  padding-bottom: 7px;
  bottom: -2px;
  border-bottom: 3px solid #646464;
  position: absolute;
}

.iFrameblocker {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.iframeLayer {
  border-width: 1px;
  border-color: #f2f2f2;
  border-style: solid;
  border-radius: 10px;
  background-color: white;
  opacity: 0.949;
  position: absolute;
  left: 50%;
  margin-left: -225px;
  top: 150px;
  width: 450px;
  min-height: 212px;
  padding: 15px;
}
.iframeLayer a {
  color: #b70f0f;
}
.iframeLayer a:hover {
  color: #e11212;
}
.iframeLayer .close {
  position: absolute;
  right: 10px;
  top: 5px;
  color: #c6c6c6;
  cursor: pointer;
}
.iframeLayer .closehover {
  color: #dddddd;
}
.iframeLayer h2, .iframeLayer h3, .iframeLayer h4, .iframeLayer h5 {
  margin: 0;
  font-weight: 500;
}

.form .infokasten, .Tx-Formhandler .infokasten {
  font-size: 13px;
  background-color: #eee;
  width: 100%;
  padding: 0 15px;
}
.form input, .Tx-Formhandler input, .form textarea, .Tx-Formhandler textarea, .form select, .Tx-Formhandler select {
  width: 100%;
}
.form input, .Tx-Formhandler input {
  border: none;
  background-color: #f9f9f9;
  margin: 0;
  padding: 5px 10px;
  font-size: 12px;
  color: #333333;
  height: 29px;
}
.form textarea, .Tx-Formhandler textarea {
  border: none;
  background-color: #f9f9f9;
  margin: 0;
  padding: 10px;
  font-size: 12px;
  color: #333333;
}
.form .error label, .Tx-Formhandler .error label {
  color: #333333;
}
.form label, .Tx-Formhandler label {
  font-size: 15px;
}
.form label.radio, .Tx-Formhandler label.radio {
  font-size: 13px;
  height: 29px;
  display: inline-block;
}
.form input.button, .Tx-Formhandler input.button {
  background-color: #646464;
}
.form .radio input, .Tx-Formhandler .radio input {
  height: auto;
  width: auto;
}
.form .checkbox input, .Tx-Formhandler .checkbox input {
  height: auto;
  width: auto;
}
.form .row, .Tx-Formhandler .row {
  padding-top: 10px;
  position: relative;
}
.form .red, .Tx-Formhandler .red {
  color: #b70f0f;
}
.form input[type="text"].error, .Tx-Formhandler input[type="text"].error {
  border-left: 1px solid #b70f0f;
  color: #333333;
}
.form .formfooter, .Tx-Formhandler .formfooter {
  margin-top: 30px;
}
.form .button, .Tx-Formhandler .button, .form .f3-widget-paginator li, .f3-widget-paginator .form li, .Tx-Formhandler .f3-widget-paginator li, .f3-widget-paginator .Tx-Formhandler li {
  color: #fff;
  font-size: 13px;
  padding: 0;
}
.form input.button.light, .Tx-Formhandler input.button.light {
  background-color: #c6c6c6;
}
.form fieldset, .Tx-Formhandler fieldset {
  padding: 0.35em 0 0.75em;
  margin: 0;
}

.Tx-Formhandler {
  border: 1px solid #ececec;
}

.formhandler_stepbar {
  height: 37px;
  line-height: 37px;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}

.formhandler_stepbar_currentstep {
  color: #b70f0f;
  background-color: #f9f9f9;
}

.formhandler_stepbar_steps span:after {
  content: " ";
  font-family: "FontAwesome";
  margin-left: 0.5em;
}

.formhandler_stepbar_steps span:last-of-type:after {
  content: " ";
}

.formhandler_stepbar_steps span {
  background-color: #f9f9f9;
  display: inline-block;
  padding: 0 10px;
  height: 35px;
}

.formhandler_stepbar_currentstep ~ span {
  background-color: #fff;
}

#stepsFormButtons {
  display: none;
}

.Anzeigentext td:nth-child(2n) {
  background-color: #f9f9f9;
  padding: 10px;
  font-family: "Quattrocento Regular", serif;
}

.Anzeigentext td {
  padding: 0 10px;
}

.defaultPopup .mfp-iframe-holder .mfp-content {
  height: 100%;
  max-height: 650px;
}

.checkbox a.mpf-link {
  z-index: 9999;
}

.buchshop .order_overview {
  margin-top: 15px;
}

.Tx-Formhandler .magazine {
  border-top: 10px solid #fff;
  background-color: #f9f9f9;
}

.Tx-Formhandler .magazine .abo {
  margin-bottom: 15px;
}
.Tx-Formhandler .magazine .abo p {
  margin: 10px 0;
}
.Tx-Formhandler .magazine .abo input[type="radio"] {
  float: left;
  width: auto;
  margin-right: 10px;
  position: relative;
  bottom: 4px;
}
.Tx-Formhandler .magazine .abo ul {
  margin-left: 18px;
}
.Tx-Formhandler .magazine .abo li {
  margin-left: 22px;
}

.Tx-Formhandler .magazine img.heft {
  margin-top: 15px;
  border: 1px solid #f9f9f9;
}

.Tx-Formhandler .order_overview img.heft {
  max-width: 80%;
  width: 80%;
}

.Tx-Formhandler .magazine .equal-height .abo {
  padding-bottom: 25px;
  margin-bottom: 15px;
}

.Tx-Formhandler .posBottom {
  /*position: absolute; bottom:0; */
  display: block;
}

.Tx-Formhandler .invoice_note {
  font-size: 13px;
}

.Tx-Formhandler .magazine .button, .Tx-Formhandler .magazine .f3-widget-paginator li, .f3-widget-paginator .Tx-Formhandler .magazine li {
  margin: 0 0 15px 0;
}

.Tx-Formhandler .fake .formhandler_stepbar:before {
  content: " ";
  font-family: "FontAwesome";
  margin-left: 94px;
  position: absolute;
}

.Tx-Formhandler .fake .formhandler_stepbar_steps:before {
  content: "Heft-Auswahl    ";
}

.Tx-Formhandler .fake .formhandler_stepbar_steps span:first-of-type {
  margin-left: 15px;
}

.Tx-Formhandler .Theader {
  margin: 15px 0 15px;
  padding: 5px 15px;
}

.Tx-Formhandler .hr {
  border-top: 1px solid #ececec;
}

.counter {
  color: #979797;
  text-align: right;
}

input#Zeichen {
  margin-top: 0px;
  width: auto;
  min-width: 50px;
  max-width: 40px;
  background-color: #fff;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-decoration: underline;
  text-align: center;
  color: #979797;
}

.Tx-Formhandler .inactive, .Tx-Formhandler .icon {
  display: none;
}

.Tx-Formhandler .inactive.error {
  display: block;
}

.error {
  color: #b70f0f;
}

.errormessage {
  font-size: 13px;
}

.error .icon {
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
  width: 26px;
  height: 29px;
  background-color: #b70f0f;
  color: #fff;
  text-align: center;
}

.error .icon .arrow_left, .error .icon .arrow_right {
  position: relative;
  background: #b70f0f;
  padding-top: 5px;
  height: 29px;
}

.error .icon .arrow_left::after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: #f9f9f9;
  border-right-color: #b70f0f;
  border-width: 7px;
  margin-top: -7px;
}

.error .icon .arrow_right::after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.error .icon .arrow_right::before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.error .icon .arrow_right::after {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #b70f0f;
  border-width: 7px;
  margin-top: -7px;
}

.error .icon .arrow_right::before {
  border-left-color: #b70f0f;
  margin-top: -7px;
  border-width: 7px;
}

.error.message {
  font-style: italic;
  padding-top: 5px;
  padding-left: 44px;
}

.error.message .icon {
  left: 15px;
}

.feLogin.logout {
  margin: 30px 0;
}

.empty .feLogin.logout {
  margin: 0;
}

.banner {
  position: relative;
  margin: 60px 0;
  text-align: center;
}

#bannerTop {
  min-height: 60px;
  position: absolute;
  right: -200px;
}

#bannerTop .singleBanner {
  float: right;
  margin-left: 50px;
  text-align: right;
}

#bannerRight .singleBanner {
  float: right;
  margin-left: 60px;
  text-align: right;
}

#bannerRight {
  position: absolute;
  right: -185px;
}

#TopnewsBanner.banner {
  margin: 0;
}

.container.bannerTop {
  background-color: transparent;
  padding: 0;
  position: relative;
  min-height: 60px;
}

.banner hr {
  margin: 0;
  padding: 0;
  color: gray;
}
.banner img {
  margin: 30px auto;
}
.banner .adTitle {
  color: gray;
  background-color: #fff;
  display: block;
  margin: -8px auto;
  top: 0;
  width: 45px;
  font-size: 10px;
  font-family: 'Open Sans Light', sans-serif;
  text-align: center;
}

#bannerRight .lns_banner_htmlbaner.singleBanner {
  margin-bottom: 12px;
}

.footer {
  margin: 0 auto;
  background-color: #505050;
  border-top: 1px solid #b70f0f;
  color: #c6c6c6;
  font-size: 12px;
  font-weight: 100;
}

.footer a {
  color: #c6c6c6;
}
.footer a:hover {
  color: #ffffff;
}
.footer .search {
  margin-top: 15px;
  font-size: 13px;
}
.footer .search .row .col-xs-12 {
  margin: 0;
}
.footer .search .sucheButton, .footer .search .tx-solr .tx-solr-submit, .tx-solr .footer .search .tx-solr-submit, .footer .search .suche {
  height: 26px;
  width: 100%;
  border: 0;
  margin: 0;
}
.footer .search .suche {
  background-color: #f9f9f9;
  padding: 0 15px;
  color: #333333;
}
.footer .search .sucheButton, .footer .search .tx-solr .tx-solr-submit, .tx-solr .footer .search .tx-solr-submit {
  font-family: "FontAwesome";
  color: #505050;
  background-color: #646464;
  border: 0;
  vertical-align: bottom;
}
.footer .logo-sm .socialmedia img {
  margin-right: 47px;
}
.footer .logo-sm .socialmedia li {
  letter-spacing: normal;
  font-family: "FontAwesome";
  text-align: right;
  display: inline;
}
.footer ul {
  margin: 15px 0 0 0;
  padding: 0;
}
.footer ul ul {
  margin: 8px 0 0 0;
}
.footer li {
  margin: 0;
  list-style: none;
  text-transform: uppercase;
  font-size: 13px;
  color: #c6c6c6;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0.05em;
}
.footer a {
  color: #dedede;
}
.footer li li {
  text-transform: none;
  font-size: 12px;
  line-height: 14.5px;
  margin-bottom: 5px;
}
.footer .subline {
  margin: 30px 0 15px;
}

#nl-notice {
  display: none;
  background-color: #393939;
  position: fixed;
  left: 0;
  bottom: -70px;
  width: 100%;
  height: 73px;
  z-index: 99999999;
  color: white;
  transition: top 0.5s ease, bottom 0.5s ease;
}
#nl-notice:hover {
  bottom: 0 !important;
}

#nl-notice.fadeIn {
  bottom: 0;
}

#nl-notice.fadeOut {
  bottom: -70px;
}

#nl-notice .inner {
  position: relative;
  width: 100%;
  height: 73px;
  white-space: nowrap;
}
#nl-notice .hintRed, #nl-notice p, #nl-notice .close, #nl-notice .letter, #nl-notice .logo, #nl-notice .line {
  position: absolute;
}
#nl-notice .hintRed {
  background-color: #b70f0f;
  position: absolute;
  right: 100px;
  top: 1px;
  width: 172px;
  height: 39px;
  padding-top: 3px;
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
  line-height: 16px;
  text-align: center;
}
#nl-notice p {
  margin: 0;
  top: 10px;
  font-size: 30px;
  font-weight: bold;
  max-width: 700px;
  left: 305px;
  border-left: 2px solid white;
  padding-left: 5px;
  display: block;
  line-height: 49px;
  height: 49px;
}
#nl-notice .letter {
  top: -30px;
  left: 15px;
}
#nl-notice .close {
  font-size: 13px;
  top: 9px;
  right: 8px;
  display: inline-block;
  cursor: pointer;
}
#nl-notice .logo {
  top: 11px;
  left: 127px;
}

.tx-solr {
  position: relative;
}

.tx-solr-search-form {
  background-color: #f9f9f9;
  border: 1px solid #c6c6c6;
  padding: 15px;
  position: relative;
  margin-bottom: 30px;
}

#tx-solr-pagination {
  margin: 15px 0;
}

#tx-solr-search-functions .secondaryContentSection h3 {
  margin-top: 0;
}

#tx-solr-search-functions .secondaryContentSection {
  margin: 0 0 60px;
}

.tx-solr .tx-solr-submit {
  border: none;
  width: auto;
  height: 26px;
}

.tx-solr .relevance-bar {
  width: 33%;
  float: left;
}

.tx-solr-relevance-bar {
  padding: 1px;
  border: 1px solid #c6c6c6;
  margin-top: 3px;
  margin-right: 6px;
}

.tx-solr-relevance {
  background-color: #c6c6c6;
  font-size: 4px;
}

main .tx-solr-q.ui-autocomplete-input {
  width: 91%;
}

#tx-solr-search-functions h6, #tx-solr-search-functions h5, #tx-solr-search-functions h4, #tx-solr-search-functions h3, #tx-solr-search-functions h2 {
  font-family: "Quattrocento Regular", serif;
  font-weight: normal;
  margin-bottom: 15px;
  margin-top: 60px;
}
#tx-solr-search-functions li {
  padding: 10px 0;
  border-top: 1px solid #ececec;
}

.tx-solr ol {
  padding: 0;
}

.tx-solr .relevance-percent {
  font-size: 11px;
  float: left;
  color: #c6c6c6;
}

.tx-solr li.results-entry {
  border: 1px solid #ececec;
  padding: 15px;
  margin-bottom: 30px;
}
.tx-solr li.results-entry:before {
  display: inline;
}

.tx-solr .result-content {
  margin-bottom: 0;
}

.tx-solr li {
  margin-left: 0;
}

.tx-solr li:before {
  content: normal;
}

#tx-solr-search-functions h3 {
  color: #b70f0f;
}

#tx-solr-search-functions ul.facets li {
  padding-left: 25px;
}

.ui-menu-item strong, .resultWord {
  font-weight: 600;
}

body.default .ui-state-default, body.default .ui-widget-content .ui-state-default, body.default .ui-widget-header .ui-state-default {
  border: 1px solid #c6c6c6;
  background: #c6c6c6 url(../../Images/JQueryUi/ui-bg_highlight-hard_15_f18f0b_1x100.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #ffffff;
}
body.default .ui-state-default a, body.default .ui-state-default a:link, body.default .ui-state-default a:visited {
  color: #ffffff;
  text-decoration: none;
}
body.default .ui-state-hover, body.default .ui-widget-content .ui-state-hover, body.default .ui-widget-header .ui-state-hover, body.default .ui-state-focus, body.default .ui-widget-content .ui-state-focus, body.default .ui-widget-header .ui-state-focus {
  border: 1px solid #c6c6c6;
  background: #c6c6c6 url(../../Images/JQueryUi/ui-bg_highlight-soft_25_f18f0b_1x100.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #ffffff;
}
body.default .ui-state-hover a, body.default .ui-state-hover a:hover {
  color: #ffffff;
  text-decoration: none;
}
body.default .ui-state-active, body.default .ui-widget-content .ui-state-active, body.default .ui-widget-header .ui-state-active {
  border: 1px solid #d4ccb0;
  background: #fafaf4 url(../../Images/JQueryUi/ui-bg_highlight-hard_100_fafaf4_1x100.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #c6c6c6;
}
body.default .ui-state-active a, body.default .ui-state-active a:link, body.default .ui-state-active a:visited {
  color: #cd5c0a;
  text-decoration: none;
}
body.default .ui-widget :active {
  outline: none;
}

h5.results-topic {
  font-family: 'Quattrocento Regular', serif;
  margin-top: 0px;
  margin-bottom: 6px;
  font-size: 23px;
}

.bannerTop .lns_banner_htmlbaner.singleBanner.loaded {
  margin-left: 40px !important;
}

.bannerTop .lns_banner_htmlbaner.singleBanner.loaded:nth-child(4n+0) {
  margin-left: 0 !important;
}

main .container .lns_banner_htmlbaner.singleBanner {
  margin-top: 30px;
}

.socialmediaHead {
  position: absolute;
  right: 310px;
  top: 120px;
  z-index: 999;
}

.socialmediaHead .twitter {
  background-color: #b1b1b1;
  height: 40px;
  width: 40px;
  background-image: url("../images/twitter.png");
  background-position: center center;
  background-repeat: no-repeat;
  float: left;
}

.socialmediaHead .facebook {
  background-color: #b1b1b1;
  height: 40px;
  width: 40px;
  background-image: url("../images/facebook.png");
  background-position: center center;
  background-repeat: no-repeat;
  float: left;
  margin-right: 5px;
}

.menuSocialmedia {
  float: left;
  padding: 0;
  margin: 0;
}

.menuSocialmedia ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menuSocialmedia > ul > li {
  float: left;
}

.menuSocialmedia > ul > li > ul {
  display: none;
}

.menuSocialmedia > ul a {
  display: block;
  white-space: nowrap;
  background-color: #efefef;
}

.menuSocialmedia ul > li > ul > li a {
  color: #585858;
  background-color: #fff;
  padding: 5px 8px;
}

.menuSocialmedia > ul {
  float: left;
  overflow: hidden;
  background-color: #fff;
}

.menuSocialmedia > ul > li:hover > ul {
  display: block;
  position: absolute;
  top: 40px;
  right: 0;
  background-color: #efefef !important;
  /*border-top: 4px solid #b70f0f;*/
  border-top: 4px solid #585858;
  border-bottom: 1px solid #f9f9f9;
  border-left: 1px solid #f9f9f9;
  border-right: 1px solid #f9f9f9;
}

.menuSocialmedia > ul > li > ul > li {
  position: relative;
}

/*#bannerRight {
}*/
/*#bannerRight .fixedPos {
  position: relative;

  .inner {
    position: fixed !important;
    width: 160px;
    height: 600px;
    right: inherit;
    background-color: #f00;
  }
}*/
.tx-lns-banners:empty {
  display: none;
}



/*# sourceMappingURL=main-ftt.css.map */