@charset "UTF-8";
/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans regular";
  font-style: normal;
  font-weight: 400;
  src: url("Fonts/open-sans/open-sans-v40-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans regular";
  font-style: italic;
  font-weight: 400;
  src: url("Fonts/open-sans/open-sans-v40-latin-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans bold";
  font-style: normal;
  font-weight: 700;
  src: url("Fonts/open-sans/open-sans-v40-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans bold";
  font-style: italic;
  font-weight: 700;
  src: url("Fonts/open-sans/open-sans-v40-latin-700italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* Settings */
/*252.6617647058824px;*/
/*121.0782241014799px;*/
/* Farben */
/* Breakpoints */
.ce-textpic.ce-right.ce-intext .ce-gallery,
.ce-textpic.ce-left.ce-intext .ce-gallery {
  width: 40%;
}

.ce-textpic.ce-intext .ce-gallery[data-ce-columns="2"] .ce-column {
  width: 48%;
  margin-right: 4%;
}
.ce-textpic.ce-intext .ce-gallery[data-ce-columns="2"] .ce-column:last-child {
  margin-right: 0;
}

.ce-textpic figure.image {
  table-layout: fixed;
  width: 100%;
}

.ce-border img {
  box-sizing: border-box;
  border: 1px solid #000;
}

.ce-textpic.ce-left.ce-above .ce-gallery, .ce-textpic.ce-left.ce-above .ce-column, .ce-textpic.ce-left.ce-below .ce-gallery, .ce-textpic.ce-left.ce-below .ce-column {
  float: none;
}
.ce-textpic.ce-left.ce-above figure.image, .ce-textpic.ce-left.ce-below figure.image {
  table-layout: fixed;
  width: 100%;
}

.ce-gallery, .ce-column.type-youtube {
  float: none;
  width: 100%;
}

.ce-textpic .ce-gallery figure.video {
  display: block;
}

.ce-textpic .video-embed {
  position: relative;
  padding-bottom: 55%;
  padding-top: 1.18%;
  height: 0;
  overflow: hidden;
}
.ce-textpic .video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.ce-intext.ce-left ol, .ce-intext.ce-left ul {
  padding-left: inherit;
}

@media all and (max-width: 400px) {
  .ce-textpic.ce-left.ce-intext .ce-gallery {
    width: 100%;
    max-width: 180px;
    float: none;
    margin: 0 0 10px 0;
  }
}
/* Mixins */
/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
div.ce-textpic.ce-left .ce-gallery {
  width: 100%;
}

/* project css */
body {
  font-size: 85%;
  font-family: "Open Sans regular", Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  padding: 0;
  color: #000000;
  background: #ffffff;
  text-align: left;
}

h1 {
  font-size: 32px;
  font-size: 1.6842105263rem;
  line-height: 36px;
  margin: 0 0 33px 0;
  font-weight: normal;
  color: #9d1839;
}

h2 {
  font-size: 24px;
  font-size: 1.2631578947rem;
  line-height: 27px;
  margin: 0 0 16px 0;
  padding: 0;
  font-weight: normal;
  color: #9d1839;
}
h2.direktAmAccordion {
  margin: 0;
  padding: 12px 0 12px 20px;
  background: #f0efe8;
  font-size: 20px;
  font-size: 1.0526315789rem;
}
h2.direktAmAccordionHgRot {
  margin: 0;
  padding: 12px 0 12px 20px;
  background: #9d1839;
  font-size: 18px;
  font-size: 0.9473684211rem;
  color: #ffffff;
}

h3 {
  font-size: 22px;
  font-size: 1.1578947368rem;
  margin: 0 0 6px 0;
  padding: 0;
  font-weight: normal;
  color: #9d1839;
}

h5 {
  font-size: 18px;
  font-size: 0.9473684211rem;
  line-height: 21px;
  margin: 0 0 30px 0;
  padding: 0;
  font-weight: normal;
  color: #9d1839;
}

hr {
  background: #000;
  color: #000;
  margin: 1em 0 1.25em 0;
}

/* Cookie Banner */
p.cc_message {
  color: #555555 !important;
}

.cc_container .cc_btn, .cc_container .cc_btn:hover, .cc_container .cc_btn:active {
  background-color: #9d1839 !important;
  color: #ffffff !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}

.cc_container a.cc_more_info {
  color: #9d1839 !important;
}

table {
  width: 100%;
  margin-bottom: 1em;
}

tr {
  vertical-align: top;
}

td, th {
  border: none;
  text-align: left;
}

p {
  padding: 0;
  margin: 0;
  font-size: 21px;
  font-size: 1.1052631579rem;
  line-height: 25px;
  font-family: "Open Sans regular", Arial, sans-serif;
}

.leichteSprache h1 {
  font-size: 36px;
  font-size: 1.8947368421rem;
}
.leichteSprache h2 {
  font-size: 30px;
  font-size: 1.5789473684rem;
}
.leichteSprache h3 {
  font-size: 26px;
  font-size: 1.3684210526rem;
}
.leichteSprache p {
  font-size: 24px;
  font-size: 1.2631578947rem;
  line-height: 34px;
}
.leichteSprache .content .contentInnerMaxWidth .contentInner ul li {
  font-size: 24px;
  font-size: 1.2631578947rem;
  line-height: 34px;
}
.leichteSprache .content .contentInnerMaxWidth .contentInner .downloadBox .downloadBoxText p {
  font-size: 21px;
  font-size: 1.1052631579rem;
}
.leichteSprache .content .contentInnerFullWidth .contentInner ul li {
  font-size: 24px;
  font-size: 1.2631578947rem;
  line-height: 34px;
}

a:link, a:visited {
  color: #9d1839;
}

em {
  font-style: italic;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  list-style-position: outside;
}

ol {
  padding: 0;
  margin: 0;
  list-style-position: inside;
}

li {
  margin: 0;
  padding: 0;
}

.clear {
  clear: both;
  line-height: 0;
  height: 0;
  font-size: 0;
}

.floatl {
  float: left;
}

.floatr {
  float: right;
}

/* media queries */
img, embed, object, video {
  max-width: 100%;
  height: auto;
}

/* print */
.printfooter {
  display: none;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers:
 */
.hidden {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

html {
  height: 100%;
  overflow-x: hidden;
}

body {
  /*height: 100%;*/
  overflow-x: hidden;
}
@media all and (max-width: 1100px) {
  body {
    height: 100%;
  }
}

.trennerNavi {
  width: 100%;
  height: 1px;
  background: #9d1839;
  position: relative;
  z-index: 199;
}

.extraAnker {
  position: absolute;
  margin-top: -60px;
}

/* Layout */
.container {
  width: 100%;
  height: 100%;
  min-height: 100%;
  overflow-x: hidden;
}

clearfix:after { /* clearfix */
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

[role=main]:before,
[role=main]:after {
  content: " ";
  position: absolute;
  z-index: -1;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

[role=main]:after {
  left: 100%;
  background: rgba(0, 0, 0, 0.15);
}

[role=navigation],
[role=main] {
  -webkit-transition: 0.1s all linear;
  -moz-transition: 0.1s all linear;
  -o-transition: 0.1s all linear;
  -ms-transition: 0.1s all linear;
  transition: 0.1s all linear;
  width: 100%;
  display: block;
  position: relative;
}

[role=navigation] {
  min-height: 100%;
  box-shadow: inset 11px 0 19px -7px rgba(0, 0, 0, 0.3);
}
[role=navigation] ul#nav {
  background: #556677;
}

.js [role=navigation] {
  margin-right: -200%;
  float: left;
  z-index: 2;
}

.js [role=main] {
  margin-left: 0;
  float: left;
  z-index: 1;
  position: relative;
  height: 100%;
}

.active-nav [role=navigation] {
  margin-left: 0;
  width: 85%;
}

.active-nav [role=main] {
  margin-left: -85%;
  overflow: hidden;
}

.active-nav [role=main] {
  -webkit-transition: 0.1s all linear;
  -moz-transition: 0.1s all linear;
  -o-transition: 0.1s all linear;
  -ms-transition: 0.1s all linear;
  transition: 0.1s all linear;
}

/* Off Canvas Navigation */
.off-canvas-navigation {
  width: 100%;
  overflow: hidden;
  display: block;
  color: #fff;
}
.off-canvas-navigation .collapse-button {
  top: 132px;
  width: 60px;
  float: left;
  right: 10px;
  position: absolute;
  color: #9d1839;
  padding: 7px 10px;
  cursor: pointer;
  font-size: 14px;
  text-align: center;
  transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
@media all and (max-width: 600px) {
  .off-canvas-navigation .collapse-button {
    top: 112px;
    right: 0px;
  }
}
@media all and (max-width: 320px) {
  .off-canvas-navigation .collapse-button {
    top: 89px;
    right: 0px;
  }
}
.off-canvas-navigation .collapse-button .icon-bar {
  background-color: #9d1839;
  display: block;
  height: 3px;
  width: 34px;
  margin: 4px 0;
  cursor: pointer;
}
.off-canvas-navigation ul li {
  width: 20%;
  display: block;
  float: left;
}
.off-canvas-navigation ul li.sidebar-item {
  float: right;
}

.kufer-basket {
  position: absolute;
  right: 210px;
  top: 148px;
  z-index: 200;
}
.kufer-basket #header-wk {
  color: #505050;
}
.kufer-basket #header-wk.inactive {
  color: #e6e6e6;
}
@media all and (max-width: 1580px) {
  .kufer-basket {
    top: 90px;
  }
}

.kufer-basket-mobile {
  position: absolute;
  right: 92px;
  top: 116px;
  z-index: 200;
  display: none;
}
.kufer-basket-mobile .tx-kuferweb .wk-menu {
  font-size: 14px;
}
.kufer-basket-mobile .tx-kuferweb .wk-menu .badge {
  top: -5px;
  right: -5px;
}
.kufer-basket-mobile .tx-kuferweb .header-icon {
  margin: 0;
  padding: 0;
}
@media all and (max-width: 1100px) {
  .kufer-basket-mobile {
    display: block;
  }
}
@media all and (max-width: 600px) {
  .kufer-basket-mobile {
    top: 97px;
  }
}
@media all and (max-width: 320px) {
  .kufer-basket-mobile {
    top: 72px;
    right: 80px;
  }
}

/* Site Menu */
[role=navigation] li {
  list-style: none;
  font-size: 18px;
}

[role=navigation] li a {
  display: block;
  padding: 0.8em;
}

#menu .mobilemenuBlock1 {
  float: left;
  background: #efdcdc;
  padding: 20px 10px 20px 30px;
  box-shadow: inset 11px 0 19px -7px rgba(0, 0, 0, 0.3);
  color: #9d1839;
  width: 100%;
  border-bottom: 1px solid #d5a7a8;
}
#menu .mobilemenuBlock1 div.sucheMobil {
  float: left;
  width: 100%;
  margin-top: 15px;
}
#menu .mobilemenuBlock1 div.sucheMobil .indexed_search_submit {
  background: #ebebeb;
  border: 0;
  height: 33px;
  text-indent: -999em;
  width: 30px;
}
#menu .mobilemenuBlock1 div.sucheMobil .fa-search {
  margin-left: -20px;
  color: #9d1839;
  font-size: 20px;
  font-size: 1.0526315789rem;
  padding-top: 6px;
  position: absolute;
}
#menu .mobilemenuBlock1 div.sucheMobil .suchfeld {
  border: 0;
  height: 33px;
  width: 94%;
  background: #f0efe8;
  color: #9d1839;
  font-size: 18px;
  font-size: 0.9473684211rem;
  padding-left: 8px;
  float: left;
  margin-left: -8px;
  max-width: 360px;
}
#menu .mobilemenuBlock1 ul {
  float: left;
  width: 100%;
}
#menu .mobilemenuBlock1 ul li div#readspeaker_button1 a {
  padding: 0 0 10px 0;
  font-size: 16px;
}
#menu .mobilemenuBlock1 ul li div#readspeaker_button1 a span.rspart {
  margin-left: 0;
}
#menu .mobilemenuBlock1 ul li div#readspeaker_button1 a span.rspart span span {
  color: #9d1839;
}
#menu .mobilemenuBlock1 a {
  text-decoration: none;
  text-transform: uppercase;
}
#menu .mobilemenuBlock1 a.mobilemenuBlock1Link {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
#menu .mobilemenuBlock2 ul.slimmenu li.haus a {
  background: none !important;
  /*span {
                display: none;
            }*/
}
#menu .mobilemenuBlock2 ul.slimmenu li.haus a:hover {
  background: none !important;
}
#menu .mobilemenuBlock2 ul.slimmenu li.haus a.clicked {
  background: none !important;
}
#menu .mobilemenuBlock2 ul.slimmenu li.haus a:before {
  font-family: FontAwesome;
  content: "\f015";
  display: inline-block;
  padding-right: 3px;
  font-size: 24px;
  font-size: 1.2631578947rem;
  color: #9d1839;
}
#menu .footerRight {
  /*position: absolute;*/
  position: fixed;
  bottom: 0;
  padding: 0;
  background-color: #9d1839;
  height: 64px;
  /*right: 0;*/
  float: left;
  z-index: 202;
  width: 85%;
  border-left: 1px solid #ffffff;
}
#menu .footerRight a.menu-button {
  color: #ffffff;
  text-decoration: none;
  float: right;
  margin-right: 25px;
  margin-top: 30px;
}

figure {
  margin: 0;
}

.main div.header {
  background: url("../Img/headerVerlauf.png") no-repeat center top;
  min-height: 190px;
  /*border-bottom: 1px solid #9d1839;*/
}
@media all and (max-width: 1100px) {
  .main div.header {
    min-height: 154px;
  }
}
@media all and (max-width: 600px) {
  .main div.header {
    min-height: 134px;
  }
}
@media all and (max-width: 320px) {
  .main div.header {
    background-position: center -20px;
    min-height: 108px;
  }
}
.main div.header .mobileAufgabenfeld {
  top: 117px;
  right: 81px;
  position: absolute;
  color: #9d1839;
  font-size: 20px;
  font-size: 1.0526315789rem;
  display: none;
}
@media all and (max-width: 1100px) {
  .main div.header .mobileAufgabenfeld {
    display: block;
  }
}
@media all and (max-width: 600px) {
  .main div.header .mobileAufgabenfeld {
    top: 99px;
    right: 62px;
    font-size: 19px;
    font-size: 1rem;
  }
}
@media all and (max-width: 320px) {
  .main div.header .mobileAufgabenfeld {
    display: block;
    top: 76px;
    right: 62px;
    font-size: 18px;
    font-size: 0.9473684211rem;
  }
}
.main div.header .headerInner {
  max-width: 1660px;
  margin: 0 auto;
}
.main div.header .headerInner .headerInnerLeft {
  width: 30%;
  float: left;
}
@media all and (max-width: 375px) {
  .main div.header .headerInner .headerInnerLeft {
    width: 35%;
  }
}
.main div.header .headerInner .headerInnerLeft .logo {
  margin-top: 30px;
  margin-left: 16.9117647059%;
}
@media all and (max-width: 480px) {
  .main div.header .headerInner .headerInnerLeft .logo {
    margin-top: 25px;
  }
}
@media all and (max-width: 320px) {
  .main div.header .headerInner .headerInnerLeft .logo {
    margin-top: 15px;
  }
}
.main div.header .headerInner .headerInnerRight {
  width: 70%;
  float: right;
  display: none;
}
.main div.header .headerInner .headerInnerRight .headerNavi {
  float: right;
  margin-top: 10px;
  margin-right: 10px;
}
.main div.header .headerInner .headerInnerRight .headerNavi a.linkLeichteSprache {
  padding-right: 21px;
  background: url(../Img/leichte-sprache.png) no-repeat right 1px;
}
.main div.header .headerInner .headerInnerRight .headerNavi .international {
  float: left;
  margin-right: 16px;
  position: relative;
  z-index: 400;
}
.main div.header .headerInner .headerInnerRight .headerNavi .international a.internationalOpener {
  position: relative;
  color: #ffffff;
  text-decoration: none;
  font-size: 17px;
  font-size: 0.8947368421rem;
  text-transform: uppercase;
  padding-right: 14px;
}
.main div.header .headerInner .headerInnerRight .headerNavi .international a.internationalOpener:after {
  position: absolute;
  right: 0;
  top: 9px;
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #ffffff;
}
.main div.header .headerInner .headerInnerRight .headerNavi .international a.internationalOpener:hover:after {
  border-top-color: #e1b9c3;
}
.main div.header .headerInner .headerInnerRight .headerNavi .international a.internationalOpener:hover {
  color: #e1b9c3;
}
.main div.header .headerInner .headerInnerRight .headerNavi .international a.internationalOpener.act {
  color: #e1b9c3;
}
.main div.header .headerInner .headerInnerRight .headerNavi .international a.internationalOpener.act:after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 8px solid #e1b9c3;
  border-top: 0;
}
.main div.header .headerInner .headerInnerRight .headerNavi .international ul.internationalLinks {
  position: absolute;
  top: 25px;
  float: none;
  width: 100%;
  background-color: #f0efe8;
  display: none;
}
.main div.header .headerInner .headerInnerRight .headerNavi .international ul.internationalLinks li {
  width: 100%;
  border-bottom: 1px solid #9d1839;
  float: none;
}
.main div.header .headerInner .headerInnerRight .headerNavi .international ul.internationalLinks li:last-child {
  border-bottom: 0;
}
.main div.header .headerInner .headerInnerRight .headerNavi .international ul.internationalLinks li a {
  color: #9d1839;
  text-transform: none;
  display: block;
  width: 100%;
  padding: 3px 0px 3px 10px;
}
.main div.header .headerInner .headerInnerRight .headerNavi .international ul.internationalLinks li a:hover {
  background-color: #dddbd2;
}
.main div.header .headerInner .headerInnerRight .headerNavi ul {
  float: left;
}
.main div.header .headerInner .headerInnerRight .headerNavi ul li {
  float: left;
  margin-right: 16px;
}
.main div.header .headerInner .headerInnerRight .headerNavi ul li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 17px;
  font-size: 0.8947368421rem;
  text-transform: uppercase;
}
.main div.header .headerInner .headerInnerRight .headerNavi ul li a:hover {
  color: #e1b9c3;
}
.main div.header .headerInner .headerInnerRight .headerNavi ul li.act a {
  color: #e1b9c3;
}
.main div.header .headerInner .headerInnerRight .headerNavi ul li.schriftgrad {
  color: #ffffff;
  text-decoration: none;
  font-size: 17px;
  font-size: 0.8947368421rem;
  text-transform: uppercase;
}
.main div.header .hauptnav {
  text-align: center;
  margin-top: 65px;
}
.main div.header .hauptnav i.fa-home {
  font-size: 24px;
  font-size: 1.2631578947rem;
  color: #9d1839;
}
.main div.header .hauptnav .suche {
  position: absolute;
  right: 30px;
  top: 148px;
  z-index: 200;
  width: 184px;
}
@media all and (max-width: 1580px) {
  .main div.header .hauptnav .suche {
    top: 90px;
  }
}
.main div.header .hauptnav .suche .indexed_search_submit {
  background: #ebebeb;
  border: 0;
  height: 33px;
  text-indent: -999em;
  width: 30px;
}
.main div.header .hauptnav .suche .fa-search {
  margin-left: -26px;
  color: #9d1839;
  font-size: 20px;
  font-size: 1.0526315789rem;
  float: left;
  padding-top: 6px;
}
.main div.header .hauptnav .suche .suchfeld {
  border: 0;
  height: 33px;
  width: 180px;
  background: #f0efe8;
  color: #9d1839;
  font-size: 20px;
  font-size: 1.0526315789rem;
  padding-left: 13px;
  float: left;
  padding-right: 30px;
}
.main div.header .hauptnav .stickyLogo {
  display: none;
}
@media all and (max-width: 1100px) {
  .main div.header .hauptnav {
    display: none;
  }
}
.main div.header .hauptnav ul li {
  display: inline-block;
}
.main div.header .hauptnav ul li a {
  font-size: 27px;
  font-size: 1.4210526316rem;
  line-height: 27px;
  color: #9d1839;
  text-decoration: none;
  padding: 10px 18px 10px 18px;
}
.main div.header .hauptnav ul li a:hover {
  background: #f0efe8;
}
.main div.header .hauptnav ul li a.clicked {
  background: #f0efe8;
}
.main div.header .hauptnav ul li a.aktiv {
  background: #dddbd2;
}
.main div.header .hauptnav ul li.haus a {
  background: none !important;
  /*span {
                  display: none;
              }*/
}
.main div.header .hauptnav ul li.haus a:hover {
  background: none !important;
}
.main div.header .hauptnav ul li.haus a.clicked {
  background: none !important;
}
.main div.header .hauptnav ul li.haus a:after {
  font-family: FontAwesome;
  content: "\f015";
  display: inline-block;
  padding-left: 10px;
  font-size: 24px;
  font-size: 1.2631578947rem;
  color: #9d1839;
}
.main .subnavigation {
  min-height: 46px;
  background: #f0efe8;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
@media all and (max-width: 1100px) {
  .main .subnavigation {
    display: none;
  }
}
.main .subnavigation ul.mainNavi {
  text-align: center;
  overflow: hidden;
}
.main .subnavigation ul.mainNavi li {
  /*&.firstLine  {
              &:hover {
                  background: $color-grauDunkel;
              }
          }*/
}
.main .subnavigation ul.mainNavi li ul {
  background-color: transparent;
  text-align: left;
}
.main .subnavigation ul.mainNavi li ul li {
  padding: 0 0 14px 0;
}
.main .subnavigation ul.mainNavi li.firstLine {
  padding: 10px 25px 10px 25px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
@media all and (max-width: 1260px) {
  .main .subnavigation ul.mainNavi li.firstLine {
    padding: 10px 20px 10px 20px;
  }
}
@media all and (max-width: 1160px) {
  .main .subnavigation ul.mainNavi li.firstLine {
    padding: 10px 15px 10px 15px;
  }
}
.main .subnavigation ul.mainNavi li.firstLine a {
  font-size: 21px;
  font-size: 1.1052631579rem;
  text-decoration: none;
  color: #000000;
  font-family: "Open Sans regular", Arial, sans-serif;
}
.main .subnavigation ul.mainNavi li.firstLine .wrapperSubnavi {
  padding-top: 10px;
  max-width: 160px;
}
.main .subnavigation ul.mainNavi li.firstLine .wrapperSubnavi a {
  text-decoration: none;
  color: #000000;
  font-size: 17px;
  font-size: 0.8947368421rem;
  font-family: "Open Sans regular", Arial, sans-serif;
}
.main .subnavigation ul.mainNavi li.firstLine.active {
  background: #dddbd2;
}
.main .subnavigation_klick {
  /*min-height: 46px;*/
  background: #f0efe8;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  left: 0;
  z-index: 500;
  max-height: 0;
  overflow: hidden;
  margin-top: 13px;
}
@media all and (max-width: 1100px) {
  .main .subnavigation_klick {
    display: none;
  }
}
.main .subnavigation_klick ul.mainNavi {
  text-align: center;
}
.main .subnavigation_klick ul.mainNavi li ul {
  background-color: transparent;
  text-align: left;
}
.main .subnavigation_klick ul.mainNavi li ul li {
  padding: 0 0 4px 0;
}
.main .subnavigation_klick ul.mainNavi li.firstLine {
  padding: 10px 30px 10px 30px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
@media all and (max-width: 1260px) {
  .main .subnavigation_klick ul.mainNavi li.firstLine {
    padding: 10px 20px 10px 20px;
  }
}
@media all and (max-width: 1160px) {
  .main .subnavigation_klick ul.mainNavi li.firstLine {
    padding: 10px 15px 10px 15px;
  }
}
.main .subnavigation_klick ul.mainNavi li.firstLine a {
  font-size: 21px;
  font-size: 1.1052631579rem;
  text-decoration: none;
  color: #000000;
  font-family: "Open Sans regular", Arial, sans-serif;
}
.main .subnavigation_klick ul.mainNavi li.firstLine a:hover {
  background: #dddbd2;
}
.main .subnavigation_klick ul.mainNavi li.firstLine .wrapperSubnavi {
  padding-top: 10px;
  max-width: 160px;
}
.main .subnavigation_klick ul.mainNavi li.firstLine .wrapperSubnavi a {
  text-decoration: none;
  color: #000000;
  font-size: 17px;
  font-size: 0.8947368421rem;
  font-family: "Open Sans regular", Arial, sans-serif;
}
.main .subnavigation_klick ul.mainNavi li.firstLine.active {
  background: #dddbd2;
}
.main .subnavigation_klick ul.mainNavi li.firstLine:hover {
  background: #dddbd2;
}
.main .emotion {
  /*max-height: 847px;*/
  background: #bfbfbf;
  width: 100%;
  position: relative;
}
@media all and (max-width: 600px) {
  .main .emotion {
    display: none;
  }
}
@media all and (max-width: 1100px) {
  .main .emotion .arrow {
    display: none;
  }
}
.main .emotion .hilfefinder {
  position: absolute;
  z-index: 600;
  right: 0px;
  width: 187px;
  height: 74px;
  background: #9d1839;
  margin-top: -34px;
  color: #ffffff;
  font-size: 27px;
  font-size: 1.4210526316rem;
  padding-top: 18px;
  -webkit-box-shadow: -3px 0px 20px 2px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: -3px 0px 20px 2px rgba(0, 0, 0, 0.35);
  box-shadow: -3px 0px 20px 2px rgba(0, 0, 0, 0.35);
}
@media all and (max-width: 1100px) {
  .main .emotion .hilfefinder {
    display: none;
  }
}
.main .emotion .hilfefinder:before {
  content: "";
  width: 0;
  height: 0;
  line-height: 0;
  border-left: 187px solid transparent;
  border-bottom: 13px solid #9d1839;
  top: -12px;
  right: 0;
  position: absolute;
  z-index: 10000;
}
.main .emotion .hilfefinder.hilfefinderBig {
  width: 227px;
}
.main .emotion .hilfefinder.hilfefinderBig:before {
  border-left: 227px solid transparent;
  top: -12px;
}
.main .emotion .hilfefinder.jobfinder a {
  padding-left: 50px;
}
.main .emotion .hilfefinder.jobfinder a:after {
  right: 45px;
}
.main .emotion .hilfefinder a {
  color: #ffffff;
  text-decoration: none;
  padding-left: 20px;
  padding-right: 20px;
}
.main .emotion .hilfefinder a:after {
  position: absolute;
  right: 10px;
  top: 29px;
  content: "";
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 15px solid #ffffff;
}
.main .emotion .emotionImage {
  width: 100%;
  position: relative;
}
.main .emotion .emotionImage img {
  width: 100%;
}
.main .emotion .emotionImage div.caption {
  position: absolute;
  top: 150px;
  left: 6.2%;
  z-index: 201;
  font-size: 32px;
  font-size: 1.6842105263rem;
  line-height: 50px;
  color: #ffffff;
  padding: 2px 0 2px 0;
}
.main .emotion .emotionImage div.caption p {
  background-color: #9d1839;
  /*box-shadow: 0.5em 0 0 $color-headline,-0.5em 0 0 $color-headline;*/
  border-left: 0.5em solid #9d1839;
  border-right: 0.5em solid #9d1839;
  margin-bottom: 7px;
  font-size: 32px;
  font-size: 1.6842105263rem;
  font-family: "Open Sans regular", Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  line-height: 50px;
  float: left;
  clear: left;
  color: #ffffff;
}
.main .emotion .emotionImage div.caption p a {
  color: #fff;
  text-decoration: none;
}
@media all and (max-width: 700px) {
  .main .emotion .emotionImage div.caption p {
    font-size: 24px;
    font-size: 1.2631578947rem;
    line-height: 36px;
  }
}
@media all and (max-width: 480px) {
  .main .emotion .emotionImage div.caption p {
    font-size: 20px;
    font-size: 1.0526315789rem;
    line-height: 30px;
  }
}
.main .emotion .emotionImage div.caption a.lightboxiframe {
  clear: left;
  float: left;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 24px;
  font-size: 1.2631578947rem;
  margin-left: 0.7em;
}
.main .emotion .emotionImage div.caption a.lightboxiframe i {
  font-size: 18px;
  font-size: 0.9473684211rem;
  padding-left: 8px;
}
.main .emotion .emotionSlider {
  width: 100%;
}
.main .emotion .emotionSlider div.caption a.lightboxiframe {
  clear: left;
  float: left;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 24px;
  font-size: 1.2631578947rem;
  margin-left: 0.7em;
}
.main .emotion .emotionSlider div.caption a.lightboxiframe i {
  font-size: 18px;
  font-size: 0.9473684211rem;
  padding-left: 8px;
}
.main .emotion .emotionSlider div.caption p {
  background-color: #9d1839;
  /*box-shadow: 0.5em 0 0 $color-headline,-0.5em 0 0 $color-headline;*/
  border-left: 0.5em solid #9d1839;
  border-right: 0.5em solid #9d1839;
  margin-bottom: 7px;
  font-size: 32px;
  font-size: 1.6842105263rem;
  font-family: "Open Sans regular", Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  line-height: 50px;
  float: left;
  clear: left;
  color: #ffffff;
}
.main .emotion .emotionSlider div.caption p a {
  color: #fff;
  text-decoration: none;
}
@media all and (max-width: 700px) {
  .main .emotion .emotionSlider div.caption p {
    font-size: 24px;
    font-size: 1.2631578947rem;
    line-height: 36px;
  }
}
.main .emotion .emotionSlider img {
  width: 100%;
}

.leichteSprache .main div.header .hauptnav .suche {
  top: 90px;
}

.content {
  min-height: 100%;
  padding-bottom: 50px;
  width: 100%;
  position: relative;
  clear: left;
  /* Content mit maximaler Breite */
  /* Content mit Hintergrund über die ganze Breite */
}
.content span.schrift-rot {
  color: #9d1839;
}
.content .tx-indexedsearch-res table tr td {
  font-size: 21px;
  font-size: 1.1052631579rem;
  font-family: "Open Sans regular", Arial, sans-serif;
}
.content .footerExtra {
  display: none;
  padding-bottom: 60px;
  width: 86%;
  border-top: 1px solid #9d1839;
  margin-left: 7.2938689218%;
  clear: left;
}
@media all and (max-width: 1100px) {
  .content .footerExtra {
    display: block;
  }
}
.content .footerExtra .naviRechtliches {
  padding-top: 10px;
  color: #9d1839;
}
@media all and (max-width: 480px) {
  .content .footerExtra .naviRechtliches span {
    display: none;
  }
}
.content .footerExtra .naviRechtliches a {
  margin-right: 5px;
  margin-left: 5px;
  text-decoration: none;
}
.content .footerExtra .naviRechtliches a:first-child {
  margin-left: 0;
}
@media all and (max-width: 480px) {
  .content .footerExtra .naviRechtliches a {
    display: block;
    margin-left: 0;
  }
}
.content .footerExtra .footerExtraSociaIcons {
  padding-top: 20px;
}
@media all and (max-width: 494px) {
  .content .footerExtra .footerExtraSociaIcons {
    height: 50px;
  }
}
.content .footerExtra .footerExtraSociaIcons a {
  width: auto;
  float: left;
  margin-right: 25px;
  display: block;
}
.content .footerExtra .footerExtraSociaIcons a.socialIconFacebook {
  width: 22px;
  height: 22px;
  background-image: url("../Icons/SocialIcons/facebook-rot.svg");
  background-size: 22px 22px;
}
.content .footerExtra .footerExtraSociaIcons a.socialIconInstagram {
  width: 22px;
  height: 22px;
  background-image: url("../Icons/SocialIcons/instagram-icon-rot.svg");
  background-size: 22px 22px;
}
.content .footerExtra .footerExtraSociaIcons a.socialIconYoutube {
  width: 31px;
  background-image: url("../Icons/SocialIcons/youtube-icon-rot.svg");
  height: 22px;
  background-size: 31px 22px;
}
.content .footerExtra .footerExtraSociaIcons a.socialIconTiktok {
  width: 22px;
  height: 22px;
  background-image: url("../Icons/SocialIcons/tiktok-rot.svg");
  background-size: 22px 22px;
}
.content .footerExtra .footerExtraSociaIcons a.socialIconXing {
  width: 19px;
  height: 22px;
  background-image: url("../Icons/SocialIcons/xing-icon-rot.svg");
  background-size: 19px 22px;
}
.content .footerExtra .footerExtraSociaIcons a.socialIconLinkedin {
  width: 22px;
  height: 22px;
  background-image: url("../Icons/SocialIcons/linkedin-rot.svg");
  background-size: 22px 22px;
}
.content .footerExtra .footerExtraSociaIcons a.socialIconKununu {
  width: 95px;
  height: 22px;
  background-image: url("../Icons/SocialIcons/kununu-icon-rot.svg");
  background-size: 95px 22px;
}
@media all and (max-width: 494px) {
  .content .footerExtra .footerExtraSociaIcons a.socialIconKununu {
    margin-top: 20px;
  }
}
.content .footerExtra .footerExtraSociaIcons a img {
  height: 22px;
}
.content .contentInnerMaxWidth {
  width: 100%;
  background: none;
  clear: left;
}
.content .contentInnerMaxWidth .contentInner {
  max-width: 1660px;
  margin: 0 auto;
  width: 100%;
  padding-left: 15.2205882353%;
  padding-right: 15.2205882353%;
  /* Optimierung für IE11 Darstellung */
}
.content .contentInnerMaxWidth .contentInner a.backlink, .content .contentInnerMaxWidth .contentInner a.link-button, .content .contentInnerMaxWidth .contentInner .link-button {
  display: inline-block;
  width: 180px;
  height: 44px;
  background: #9d1839;
  color: #ffffff;
  text-align: center;
  padding-top: 0;
  position: relative;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 21px;
  font-size: 1.1052631579rem;
  text-decoration: none;
  line-height: 38px;
  border: none;
}
.content .contentInnerMaxWidth .contentInner a.backlink.small-font, .content .contentInnerMaxWidth .contentInner a.link-button.small-font, .content .contentInnerMaxWidth .contentInner .link-button.small-font {
  font-size: 15px;
  font-size: 0.7894736842rem;
}
.content .contentInnerMaxWidth .contentInner a.backlink:before, .content .contentInnerMaxWidth .contentInner a.link-button:before, .content .contentInnerMaxWidth .contentInner .link-button:before {
  content: "";
  width: 0;
  height: 0;
  line-height: 0;
  border-left: 180px solid transparent;
  border-bottom: 13px solid #9d1839;
  top: -13px;
  right: 0;
  position: absolute;
  z-index: 10000;
}
.content .contentInnerMaxWidth .contentInner .frame-default, .content .contentInnerMaxWidth .contentInner .frame {
  margin-left: 7.2938689218%;
  margin-right: 7.2938689218%;
  padding-bottom: 60px;
}
.content .contentInnerMaxWidth .contentInner .frame-default .frame-default, .content .contentInnerMaxWidth .contentInner .frame-default .frame, .content .contentInnerMaxWidth .contentInner .frame .frame-default, .content .contentInnerMaxWidth .contentInner .frame .frame {
  margin-left: 0;
  margin-right: 0;
}
.content .contentInnerMaxWidth .contentInner .frame-default .contentInnerMaxWidth .contentInner, .content .contentInnerMaxWidth .contentInner .frame .contentInnerMaxWidth .contentInner {
  padding-left: 0;
  padding-right: 0;
}
.content .contentInnerMaxWidth .contentInner .frame-default .contentInnerMaxWidth .contentInner .frame-default, .content .contentInnerMaxWidth .contentInner .frame-default .contentInnerMaxWidth .contentInner .frame, .content .contentInnerMaxWidth .contentInner .frame .contentInnerMaxWidth .contentInner .frame-default, .content .contentInnerMaxWidth .contentInner .frame .contentInnerMaxWidth .contentInner .frame {
  margin-left: 0;
  margin-right: 0;
}
.content .contentInnerMaxWidth .contentInner .frame.frame-20, .content .contentInnerMaxWidth .contentInner .frame.frame-90 {
  padding-bottom: 0;
}
.content .contentInnerMaxWidth .contentInner .frame-default.csc-logos img, .content .contentInnerMaxWidth .contentInner .frame.csc-logos img {
  width: 100%;
}
.content .contentInnerMaxWidth .contentInner .frame-default.frame-80, .content .contentInnerMaxWidth .contentInner .frame.frame-80 {
  padding-bottom: 30px;
}
.content .contentInnerMaxWidth .contentInner .ce-textpic .ce-gallery .ce-column.type-jpg table tr td picture img {
  width: 100%;
}
.content .contentInnerMaxWidth .contentInner .contenttable th, .content .contentInnerMaxWidth .contentInner .contenttable td {
  font-size: 21px;
  font-size: 1.1052631579rem;
  padding: 15px 0 15px 10px;
}
.content .contentInnerMaxWidth .contentInner .contenttable .tr-odd th, .content .contentInnerMaxWidth .contentInner .contenttable .tr-odd td {
  background: #dddbd2;
}
.content .contentInnerMaxWidth .contentInner .contenttable .tr-even.tr-0 th {
  background: none;
}
.content .contentInnerMaxWidth .contentInner .contenttable.zahlenkasten {
  width: auto;
}
.content .contentInnerMaxWidth .contentInner .contenttable.zahlenkasten th, .content .contentInnerMaxWidth .contentInner .contenttable.zahlenkasten td {
  font-size: 21px;
  font-size: 1.1052631579rem;
  padding: 0;
  font-family: "Open Sans regular", Arial, sans-serif;
}
.content .contentInnerMaxWidth .contentInner .contenttable.zahlenkasten td.td-0 {
  color: #9d1839;
  padding-right: 20px;
}
.content .contentInnerMaxWidth .contentInner .contenttable.zahlenkasten .tr-odd th, .content .contentInnerMaxWidth .contentInner .contenttable.zahlenkasten .tr-odd td {
  background: none;
}
.content .contentInnerMaxWidth .contentInner .contenttable.zahlenkasten .tr-even.tr-0 th {
  background: none;
}
.content .contentInnerMaxWidth .contentInner .contenttable.standard {
  width: auto;
}
.content .contentInnerMaxWidth .contentInner .contenttable.standard th, .content .contentInnerMaxWidth .contentInner .contenttable.standard td {
  font-size: 21px;
  font-size: 1.1052631579rem;
  padding: 0;
  font-family: "Open Sans regular", Arial, sans-serif;
}
.content .contentInnerMaxWidth .contentInner .contenttable.standard td.td-0 {
  padding-right: 20px;
}
.content .contentInnerMaxWidth .contentInner .contenttable.standard .tr-odd th, .content .contentInnerMaxWidth .contentInner .contenttable.standard .tr-odd td {
  background: none;
}
.content .contentInnerMaxWidth .contentInner .contenttable.standard .tr-even.tr-0 th {
  background: none;
}
.content .contentInnerMaxWidth .contentInner ul {
  list-style-type: square;
}
.content .contentInnerMaxWidth .contentInner ul li {
  padding: 0;
  font-size: 21px;
  font-size: 1.1052631579rem;
  line-height: 25px;
  font-family: "Open Sans regular", Arial, sans-serif;
  margin: 0 0 10px 20px;
  color: #9d1839;
}
.content .contentInnerMaxWidth .contentInner ul li span {
  color: #000000;
}
.content .contentInnerMaxWidth .contentInner ul li a span {
  color: #9d1839;
}
.content .contentInnerMaxWidth .contentInner ol {
  list-style: lower-latin outside;
}
.content .contentInnerMaxWidth .contentInner ol li {
  padding: 0;
  font-size: 21px;
  font-size: 1.1052631579rem;
  line-height: 25px;
  font-family: "Open Sans regular", Arial, sans-serif;
  margin: 0 0 10px 47px;
}
.content .contentInnerMaxWidth .contentInner .ce-textpic.ce-left.ce-intext ol, .content .contentInnerMaxWidth .contentInner .ce-textpic.ce-left.ce-intext ul {
  padding-left: 0;
}
.content .contentInnerMaxWidth .contentInner .cols2 {
  /*margin-left: $content-innen-abstand;
  margin-right: $content-innen-abstand;*/
  /*padding-bottom: $zentralerAbstandInhaltselemente;*/
}
.content .contentInnerMaxWidth .contentInner .cols2 .csc-frame-after {
  padding-bottom: 0;
}
.content .contentInnerMaxWidth .contentInner .cols2 .frame-default, .content .contentInnerMaxWidth .contentInner .cols2 .frame {
  padding-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
}
.content .contentInnerMaxWidth .contentInner .cols2 .frame-default.frame-80, .content .contentInnerMaxWidth .contentInner .cols2 .frame.frame-80 {
  padding-bottom: 30px;
  float: left;
  width: 100%;
}
.content .contentInnerMaxWidth .contentInner .cols2 .cols2_1 {
  float: left;
  width: 48.7623762376%;
  margin-right: 2.4752475248%;
}
@media all and (max-width: 780px) {
  .content .contentInnerMaxWidth .contentInner .cols2 .cols2_1 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.content .contentInnerMaxWidth .contentInner .cols2 .cols2_1 .contentInner {
  padding-right: 0;
  padding-left: 0;
}
.content .contentInnerMaxWidth .contentInner .cols2 .cols2_1 iframe {
  width: 100%;
}
@media all and (max-width: 780px) {
  .content .contentInnerMaxWidth .contentInner .cols2 .cols2_1 iframe {
    height: 300px;
  }
}
.content .contentInnerMaxWidth .contentInner .cols2 .cols2_2 {
  float: left;
  width: 48.7623762376%;
}
@media all and (max-width: 780px) {
  .content .contentInnerMaxWidth .contentInner .cols2 .cols2_2 {
    width: 100%;
    margin-right: 0;
  }
}
.content .contentInnerMaxWidth .contentInner .cols2 .cols2_2 .contentInner {
  padding-right: 0;
  padding-left: 0;
}
.content .contentInnerMaxWidth .contentInner .cols2 .cols2_2 iframe {
  width: 100%;
}
@media all and (max-width: 780px) {
  .content .contentInnerMaxWidth .contentInner .cols2 .cols2_2 iframe {
    height: 300px;
  }
}
@media all and (min-width: 1660px) {
  .content .contentInnerMaxWidth .contentInner .cols2 {
    /*margin-left: $content-innen-abstand-fix;
    margin-right: $content-innen-abstand-fix;*/
  }
}
.content .contentInnerMaxWidth .contentInner .cols4 {
  /*margin-left: $content-innen-abstand;
  margin-right: $content-innen-abstand;
  padding-bottom: $zentralerAbstandInhaltselemente;*/
}
.content .contentInnerMaxWidth .contentInner .cols4 .frame-default, .content .contentInnerMaxWidth .contentInner .cols4 .frame {
  padding-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
}
.content .contentInnerMaxWidth .contentInner .cols4 .csc-frame-after {
  padding-bottom: 0;
}
.content .contentInnerMaxWidth .contentInner .cols4 .cols4_1 {
  float: left;
  width: 23.1435643564%;
  margin-right: 2.4752475248%;
}
@media all and (max-width: 780px) {
  .content .contentInnerMaxWidth .contentInner .cols4 .cols4_1 {
    width: 48.7623762376%;
    margin-right: 2.4752475248%;
    margin-bottom: 2.4752475248%;
  }
}
@media all and (max-width: 480px) {
  .content .contentInnerMaxWidth .contentInner .cols4 .cols4_1 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.content .contentInnerMaxWidth .contentInner .cols4 .cols4_1 .contentInner {
  padding-right: 0;
  padding-left: 0;
}
.content .contentInnerMaxWidth .contentInner .cols4 .cols4_2 {
  float: left;
  width: 23.1435643564%;
  margin-right: 2.4752475248%;
}
@media all and (max-width: 780px) {
  .content .contentInnerMaxWidth .contentInner .cols4 .cols4_2 {
    width: 48.7623762376%;
    margin-right: 0;
    margin-bottom: 2.4752475248%;
  }
}
@media all and (max-width: 480px) {
  .content .contentInnerMaxWidth .contentInner .cols4 .cols4_2 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.content .contentInnerMaxWidth .contentInner .cols4 .cols4_2 .contentInner {
  padding-right: 0;
  padding-left: 0;
}
.content .contentInnerMaxWidth .contentInner .cols4 .cols4_3 {
  float: left;
  width: 23.1435643564%;
  margin-right: 2.4752475248%;
}
@media all and (max-width: 780px) {
  .content .contentInnerMaxWidth .contentInner .cols4 .cols4_3 {
    width: 48.7623762376%;
    margin-right: 2.4752475248%;
    margin-bottom: 0;
  }
}
@media all and (max-width: 480px) {
  .content .contentInnerMaxWidth .contentInner .cols4 .cols4_3 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.content .contentInnerMaxWidth .contentInner .cols4 .cols4_3 .contentInner {
  padding-right: 0;
  padding-left: 0;
}
.content .contentInnerMaxWidth .contentInner .cols4 .cols4_4 {
  float: left;
  width: 23.1435643564%;
}
@media all and (max-width: 780px) {
  .content .contentInnerMaxWidth .contentInner .cols4 .cols4_4 {
    width: 48.7623762376%;
    margin-right: 0;
    margin-bottom: 0;
  }
}
@media all and (max-width: 480px) {
  .content .contentInnerMaxWidth .contentInner .cols4 .cols4_4 {
    width: 100%;
    margin-right: 0;
  }
}
.content .contentInnerMaxWidth .contentInner .cols4 .cols4_4 .contentInner {
  padding-right: 0;
  padding-left: 0;
}
@media all and (min-width: 1660px) {
  .content .contentInnerMaxWidth .contentInner .cols4 {
    /*margin-left: $content-innen-abstand-fix;
    margin-right: $content-innen-abstand-fix;*/
  }
}
.content .contentInnerMaxWidth .contentInner .cols34_14, .content .contentInnerMaxWidth .contentInner .frame-type-container-2-cols.frame-layout-110 {
  /*margin-left: $content-innen-abstand;
  margin-right: $content-innen-abstand;
  padding-bottom: $zentralerAbstandInhaltselemente;*/
}
.content .contentInnerMaxWidth .contentInner .cols34_14 .csc-frame-after, .content .contentInnerMaxWidth .contentInner .frame-type-container-2-cols.frame-layout-110 .csc-frame-after {
  padding-bottom: 0;
}
.content .contentInnerMaxWidth .contentInner .cols34_14 .frame-default, .content .contentInnerMaxWidth .contentInner .cols34_14 .frame, .content .contentInnerMaxWidth .contentInner .frame-type-container-2-cols.frame-layout-110 .frame-default, .content .contentInnerMaxWidth .contentInner .frame-type-container-2-cols.frame-layout-110 .frame {
  padding-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
}
.content .contentInnerMaxWidth .contentInner .cols34_14 .cols34_14_3, .content .contentInnerMaxWidth .contentInner .cols34_14 .cols2_1, .content .contentInnerMaxWidth .contentInner .frame-type-container-2-cols.frame-layout-110 .cols34_14_3, .content .contentInnerMaxWidth .contentInner .frame-type-container-2-cols.frame-layout-110 .cols2_1 {
  float: left;
  width: 74.3811881188%;
  margin-right: 2.4752475248%;
}
@media all and (max-width: 780px) {
  .content .contentInnerMaxWidth .contentInner .cols34_14 .cols34_14_3, .content .contentInnerMaxWidth .contentInner .cols34_14 .cols2_1, .content .contentInnerMaxWidth .contentInner .frame-type-container-2-cols.frame-layout-110 .cols34_14_3, .content .contentInnerMaxWidth .contentInner .frame-type-container-2-cols.frame-layout-110 .cols2_1 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.content .contentInnerMaxWidth .contentInner .cols34_14 .cols34_14_3 .contentInner, .content .contentInnerMaxWidth .contentInner .cols34_14 .cols2_1 .contentInner, .content .contentInnerMaxWidth .contentInner .frame-type-container-2-cols.frame-layout-110 .cols34_14_3 .contentInner, .content .contentInnerMaxWidth .contentInner .frame-type-container-2-cols.frame-layout-110 .cols2_1 .contentInner {
  padding-right: 0;
  padding-left: 0;
}
.content .contentInnerMaxWidth .contentInner .cols34_14 .cols34_14_1, .content .contentInnerMaxWidth .contentInner .cols34_14 .cols2_2, .content .contentInnerMaxWidth .contentInner .frame-type-container-2-cols.frame-layout-110 .cols34_14_1, .content .contentInnerMaxWidth .contentInner .frame-type-container-2-cols.frame-layout-110 .cols2_2 {
  float: left;
  width: 23.1435643564%;
}
@media all and (max-width: 780px) {
  .content .contentInnerMaxWidth .contentInner .cols34_14 .cols34_14_1, .content .contentInnerMaxWidth .contentInner .cols34_14 .cols2_2, .content .contentInnerMaxWidth .contentInner .frame-type-container-2-cols.frame-layout-110 .cols34_14_1, .content .contentInnerMaxWidth .contentInner .frame-type-container-2-cols.frame-layout-110 .cols2_2 {
    width: 100%;
  }
}
.content .contentInnerMaxWidth .contentInner .cols34_14 .cols34_14_1 .contentInner, .content .contentInnerMaxWidth .contentInner .cols34_14 .cols2_2 .contentInner, .content .contentInnerMaxWidth .contentInner .frame-type-container-2-cols.frame-layout-110 .cols34_14_1 .contentInner, .content .contentInnerMaxWidth .contentInner .frame-type-container-2-cols.frame-layout-110 .cols2_2 .contentInner {
  padding-right: 0;
  padding-left: 0;
}
@media all and (min-width: 1660px) {
  .content .contentInnerMaxWidth .contentInner .cols34_14, .content .contentInnerMaxWidth .contentInner .frame-type-container-2-cols.frame-layout-110 {
    /*margin-left: $content-innen-abstand-fix;
    margin-right: $content-innen-abstand-fix;*/
  }
}
.content .contentInnerMaxWidth .contentInner .frame-11 {
  margin-left: 7.2938689218%;
  margin-right: 7.2938689218%;
  padding-bottom: 60px;
}
.content .contentInnerMaxWidth .contentInner .frame-11 .ce-textpic.ce-left.ce-intext .ce-gallery {
  width: 23.1435643564%;
  margin-right: 2.4752475248%;
  float: left;
  margin-top: 4px;
}
@media all and (max-width: 480px) {
  .content .contentInnerMaxWidth .contentInner .frame-11 .ce-textpic.ce-left.ce-intext .ce-gallery {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.content .contentInnerMaxWidth .contentInner .frame-11 .ce-textpic.ce-right.ce-intext .ce-gallery {
  width: 23.1435643564%;
  margin-left: 2.4752475248%;
  float: right;
  margin-top: 4px;
}
@media all and (max-width: 480px) {
  .content .contentInnerMaxWidth .contentInner .frame-11 .ce-textpic.ce-right.ce-intext .ce-gallery {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
@media all and (min-width: 1660px) {
  .content .contentInnerMaxWidth .contentInner .frame-11 {
    margin-left: 121.0782241015px;
    margin-right: 121.0782241015px;
  }
}
.content .contentInnerMaxWidth .contentInner .frame-21 {
  padding-bottom: 0;
}
.content .contentInnerMaxWidth .contentInner .frame-10, .content .contentInnerMaxWidth .contentInner .frame-120 {
  margin-left: 7.2938689218%;
  margin-right: 7.2938689218%;
  padding-bottom: 60px;
}
.content .contentInnerMaxWidth .contentInner .frame-10 .ce-textpic.ce-left.ce-intext .ce-gallery, .content .contentInnerMaxWidth .contentInner .frame-120 .ce-textpic.ce-left.ce-intext .ce-gallery {
  width: 48.7623762376%;
  margin-right: 2.4752475248%;
  float: left;
  margin-top: 4px;
}
@media all and (max-width: 480px) {
  .content .contentInnerMaxWidth .contentInner .frame-10 .ce-textpic.ce-left.ce-intext .ce-gallery, .content .contentInnerMaxWidth .contentInner .frame-120 .ce-textpic.ce-left.ce-intext .ce-gallery {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.content .contentInnerMaxWidth .contentInner .frame-10 .ce-textpic.ce-right.ce-intext .ce-gallery, .content .contentInnerMaxWidth .contentInner .frame-120 .ce-textpic.ce-right.ce-intext .ce-gallery {
  width: 48.7623762376%;
  margin-left: 2.4752475248%;
  float: right;
  margin-top: 4px;
}
@media all and (max-width: 480px) {
  .content .contentInnerMaxWidth .contentInner .frame-10 .ce-textpic.ce-right.ce-intext .ce-gallery, .content .contentInnerMaxWidth .contentInner .frame-120 .ce-textpic.ce-right.ce-intext .ce-gallery {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
@media all and (min-width: 1660px) {
  .content .contentInnerMaxWidth .contentInner .frame-10, .content .contentInnerMaxWidth .contentInner .frame-120 {
    margin-left: 121.0782241015px;
    margin-right: 121.0782241015px;
  }
}
.content .contentInnerMaxWidth .contentInner .frame-12 {
  margin-left: 7.2938689218%;
  margin-right: 7.2938689218%;
  padding-bottom: 60px;
}
.content .contentInnerMaxWidth .contentInner .frame-12 .ce-textpic.ce-left.ce-intext .ce-gallery {
  width: 14.603960396%;
  margin-right: 2.4752475248%;
  float: left;
  margin-top: 4px;
}
@media all and (max-width: 480px) {
  .content .contentInnerMaxWidth .contentInner .frame-12 .ce-textpic.ce-left.ce-intext .ce-gallery {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.content .contentInnerMaxWidth .contentInner .frame-12 .ce-textpic.ce-right.ce-intext .ce-gallery {
  width: 14.603960396%;
  margin-left: 2.4752475248%;
  float: right;
  margin-top: 4px;
}
@media all and (max-width: 480px) {
  .content .contentInnerMaxWidth .contentInner .frame-12 .ce-textpic.ce-right.ce-intext .ce-gallery {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
@media all and (min-width: 1660px) {
  .content .contentInnerMaxWidth .contentInner .frame-12 {
    margin-left: 121.0782241015px;
    margin-right: 121.0782241015px;
  }
}
.content .contentInnerMaxWidth .contentInner .spendenbox {
  border: 1px solid #9d1839;
  padding: 6.0643564356%;
}
.content .contentInnerMaxWidth .contentInner .spendenbox .spendenboxInner {
  position: relative;
}
.content .contentInnerMaxWidth .contentInner .spendenbox .spendenboxInner .spendenboxTextButon {
  width: 53.7128712871%;
  margin-right: 6.0643564356%;
  float: left;
}
@media all and (max-width: 600px) {
  .content .contentInnerMaxWidth .contentInner .spendenbox .spendenboxInner .spendenboxTextButon {
    width: 100%;
    margin-right: 0;
  }
}
.content .contentInnerMaxWidth .contentInner .spendenbox .spendenboxInner .spendenboxTextButon .spendenboxText {
  float: left;
}
.content .contentInnerMaxWidth .contentInner .spendenbox .spendenboxInner .spendenboxTextButon .spendenboxText h2 {
  margin-bottom: 5px;
}
.content .contentInnerMaxWidth .contentInner .spendenbox .spendenboxInner .spendenboxTextButon .spendenButtonMehrInformationen .spendenMehrInformationen {
  position: absolute;
  bottom: 6px;
  left: 220px;
}
@media all and (max-width: 930px) {
  .content .contentInnerMaxWidth .contentInner .spendenbox .spendenboxInner .spendenboxTextButon .spendenButtonMehrInformationen .spendenMehrInformationen {
    position: relative;
    bottom: auto;
    left: auto;
    clear: both;
    float: left;
    margin-top: 20px;
  }
}
.content .contentInnerMaxWidth .contentInner .spendenbox .spendenboxInner .spendenboxTextButon .spendenButtonMehrInformationen .spendenMehrInformationen a {
  text-decoration: none;
  font-size: 17px;
  font-size: 0.8947368421rem;
}
.content .contentInnerMaxWidth .contentInner .spendenbox .spendenboxInner .spendenboxBild {
  width: 40.2227722772%;
  float: right;
}
@media all and (max-width: 600px) {
  .content .contentInnerMaxWidth .contentInner .spendenbox .spendenboxInner .spendenboxBild {
    width: 100%;
    margin-right: 0;
    float: left;
    margin-top: 30px;
  }
}
.content .contentInnerMaxWidth .contentInner .accordion-headline.icon-close {
  margin-bottom: 0;
}
.content .contentInnerMaxWidth .contentInner .accordion-headline.icon-close:after {
  position: absolute;
  right: 20px;
  content: "";
  width: 0;
  height: 0;
  border-top: 14px solid #ffffff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  top: 14px;
}
.content .contentInnerMaxWidth .contentInner .accordion-headline.icon-open:after {
  position: absolute;
  right: 20px;
  content: "";
  width: 0;
  height: 0;
  border-bottom: 14px solid #ffffff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  top: 14px;
}
.content .contentInnerMaxWidth .contentInner .accordion-headline {
  position: relative;
}
.content .contentInnerMaxWidth .contentInner .accordion-headline .frame-default, .content .contentInnerMaxWidth .contentInner .accordion-headline .frame {
  margin: 0;
  padding: 0;
}
.content .contentInnerMaxWidth .contentInner .accordion-headline:hover {
  cursor: pointer;
}
.content .contentInnerMaxWidth .contentInner .accordion-headline h2 {
  color: #ffffff;
  background: #9d1839;
  padding: 6px 20px 6px 20px;
  margin: 0;
  font-size: 18px;
  font-size: 0.9473684211rem;
}
.content .contentInnerMaxWidth .contentInner .accordion-headline-grau h2 {
  color: #9d1839;
  background: #dddbd2;
}
.content .contentInnerMaxWidth .contentInner .accordion-headline-grau.icon-close:after {
  border-top: 14px solid #9d1839;
}
.content .contentInnerMaxWidth .contentInner .accordion-headline-grau.icon-open:after {
  border-bottom: 14px solid #9d1839;
}
.content .contentInnerMaxWidth .contentInner .accordion-content {
  background: #f0efe8;
  margin-bottom: 10px;
  overflow: hidden;
  /* Set our transitions up. */
  -webkit-transition: max-height 0.8s ease;
  -moz-transition: max-height 0.8s ease;
  transition: max-height 0.8s ease;
  /*max-height: 1800px;*/
}
.content .contentInnerMaxWidth .contentInner .accordion-content .frame-default, .content .contentInnerMaxWidth .contentInner .accordion-content .frame {
  margin-left: 0;
  margin-right: 0;
  padding: 35px 20px 30px 36px;
}
.content .contentInnerMaxWidth .contentInner .accordion-content .frame-default .frame-20, .content .contentInnerMaxWidth .contentInner .accordion-content .frame-default .frame-90, .content .contentInnerMaxWidth .contentInner .accordion-content .frame .frame-20, .content .contentInnerMaxWidth .contentInner .accordion-content .frame .frame-90 {
  padding: 0;
}
.content .contentInnerMaxWidth .contentInner .accordion-content .frame-default .cols2 .cols2_1 .frame-default, .content .contentInnerMaxWidth .contentInner .accordion-content .frame-default .cols2 .cols2_1 .frame, .content .contentInnerMaxWidth .contentInner .accordion-content .frame .cols2 .cols2_1 .frame-default, .content .contentInnerMaxWidth .contentInner .accordion-content .frame .cols2 .cols2_1 .frame {
  padding: 0;
}
.content .contentInnerMaxWidth .contentInner .accordion-content .frame-default .cols2 .cols2_1 .frame-default .contactBox, .content .contentInnerMaxWidth .contentInner .accordion-content .frame-default .cols2 .cols2_1 .frame .contactBox, .content .contentInnerMaxWidth .contentInner .accordion-content .frame .cols2 .cols2_1 .frame-default .contactBox, .content .contentInnerMaxWidth .contentInner .accordion-content .frame .cols2 .cols2_1 .frame .contactBox {
  background: #f0efe8;
  background: #ffffff;
}
.content .contentInnerMaxWidth .contentInner .accordion-content .frame-default .cols2 .cols2_1 .frame-default .downloadBox, .content .contentInnerMaxWidth .contentInner .accordion-content .frame-default .cols2 .cols2_1 .frame .downloadBox, .content .contentInnerMaxWidth .contentInner .accordion-content .frame .cols2 .cols2_1 .frame-default .downloadBox, .content .contentInnerMaxWidth .contentInner .accordion-content .frame .cols2 .cols2_1 .frame .downloadBox {
  background: #f0efe8;
}
.content .contentInnerMaxWidth .contentInner .accordion-content .frame-default .cols2 .cols2_2 .frame-default, .content .contentInnerMaxWidth .contentInner .accordion-content .frame-default .cols2 .cols2_2 .frame, .content .contentInnerMaxWidth .contentInner .accordion-content .frame .cols2 .cols2_2 .frame-default, .content .contentInnerMaxWidth .contentInner .accordion-content .frame .cols2 .cols2_2 .frame {
  padding: 0;
}
.content .contentInnerMaxWidth .contentInner .accordion-content .frame-default .cols2 .cols2_2 .frame-default .contactBox, .content .contentInnerMaxWidth .contentInner .accordion-content .frame-default .cols2 .cols2_2 .frame .contactBox, .content .contentInnerMaxWidth .contentInner .accordion-content .frame .cols2 .cols2_2 .frame-default .contactBox, .content .contentInnerMaxWidth .contentInner .accordion-content .frame .cols2 .cols2_2 .frame .contactBox {
  background: #f0efe8;
  background: #ffffff;
}
.content .contentInnerMaxWidth .contentInner .accordion-content .frame-default .cols2 .cols2_2 .frame-default .downloadBox, .content .contentInnerMaxWidth .contentInner .accordion-content .frame-default .cols2 .cols2_2 .frame .downloadBox, .content .contentInnerMaxWidth .contentInner .accordion-content .frame .cols2 .cols2_2 .frame-default .downloadBox, .content .contentInnerMaxWidth .contentInner .accordion-content .frame .cols2 .cols2_2 .frame .downloadBox {
  background: #f0efe8;
}
.content .contentInnerMaxWidth .contentInner .accordion-content-grau {
  background: #f0efe8;
}
.content .contentInnerMaxWidth .contentInner .accordion-content-grau .frame-default .cols2 .cols2_1 .frame-default .contactBox, .content .contentInnerMaxWidth .contentInner .accordion-content-grau .frame-default .cols2 .cols2_1 .frame .contactBox, .content .contentInnerMaxWidth .contentInner .accordion-content-grau .frame .cols2 .cols2_1 .frame-default .contactBox, .content .contentInnerMaxWidth .contentInner .accordion-content-grau .frame .cols2 .cols2_1 .frame .contactBox {
  background: #ffffff;
}
.content .contentInnerMaxWidth .contentInner .accordion-content-grau .frame-default .cols2 .cols2_2 .frame-default .contactBox, .content .contentInnerMaxWidth .contentInner .accordion-content-grau .frame-default .cols2 .cols2_2 .frame .contactBox, .content .contentInnerMaxWidth .contentInner .accordion-content-grau .frame .cols2 .cols2_2 .frame-default .contactBox, .content .contentInnerMaxWidth .contentInner .accordion-content-grau .frame .cols2 .cols2_2 .frame .contactBox {
  background: #ffffff;
}
.content .contentInnerMaxWidth .contentInner .accordion-content.hidden {
  max-height: 0;
  -webkit-transition: max-height 0.8s ease;
  -moz-transition: max-height 0.8s ease;
  transition: max-height 0.8s ease;
  display: block !important;
  overflow: hidden;
  padding: 0;
}
.content .contentInnerMaxWidth .contentInner .csc-frame-after {
  padding-bottom: 60px;
}
@media all and (min-width: 1660px) {
  .content .contentInnerMaxWidth .contentInner {
    padding-left: 252.6617647059px;
    padding-right: 252.6617647059px;
  }
  .content .contentInnerMaxWidth .contentInner .frame-default, .content .contentInnerMaxWidth .contentInner .frame {
    margin-left: 121.0782241015px;
    margin-right: 121.0782241015px;
  }
}
@media all and (max-width: 1100px) {
  .content .contentInnerMaxWidth .contentInner {
    padding-left: 5.2205882353%;
    padding-right: 5.2205882353%;
  }
}
@media all and (max-width: 600px) {
  .content .contentInnerMaxWidth .contentInner {
    padding-left: 0;
    padding-right: 0;
  }
}
.content .contentInnerMaxWidth .contentInner .contactBox {
  float: left;
  background: #ffffff;
  width: 100%;
  min-height: 140px;
  position: relative;
}
.content .contentInnerMaxWidth .contentInner .contactBox p {
  font-size: 15px;
  font-size: 0.7894736842rem;
  line-height: 17px;
}
.content .contentInnerMaxWidth .contentInner .contactBox .contactBoxImage {
  width: 47.4489795918%;
  float: left;
}
@media all and (max-width: 780px) {
  .content .contentInnerMaxWidth .contentInner .contactBox .contactBoxImage {
    width: 37.4489795918%;
  }
}
@media all and (max-width: 480px) {
  .content .contentInnerMaxWidth .contentInner .contactBox .contactBoxImage {
    width: 100%;
  }
}
.content .contentInnerMaxWidth .contentInner .contactBox .contactBoxText {
  width: 52.5510204082%;
  float: left;
  padding: 13px 20px 10px 19px;
  word-wrap: break-word;
}
@media all and (max-width: 780px) {
  .content .contentInnerMaxWidth .contentInner .contactBox .contactBoxText {
    width: 62.5510204082%;
  }
}
@media all and (max-width: 480px) {
  .content .contentInnerMaxWidth .contentInner .contactBox .contactBoxText {
    width: 100%;
  }
}
.content .contentInnerMaxWidth .contentInner .contactBox .contactBoxText h5 {
  margin-bottom: 16px;
}
.content .contentInnerMaxWidth .contentInner .contactBox .contactBoxText.contactBoxTextWithoutImage {
  width: 100%;
  /*.contactBoxTextBottom {
      position: absolute;
      bottom: 15px;
  }
  */
}
.content .contentInnerMaxWidth .contentInner .linkbox {
  width: 100%;
  border: 1px solid #9d1839;
}
.content .contentInnerMaxWidth .contentInner .linkbox a {
  text-decoration: none;
}
.content .contentInnerMaxWidth .contentInner .linkbox .linkboxLink {
  min-height: 50px;
  padding-left: 12px;
  padding-top: 12px;
}
.content .contentInnerMaxWidth .contentInner .linkbox .linkboxLink div {
  width: 94%;
  color: #000000;
  padding-right: 20px;
  line-height: 18px;
  position: relative;
}
.content .contentInnerMaxWidth .contentInner .linkbox .linkboxLink div:after {
  position: absolute;
  right: 0;
  top: 2px;
  content: "";
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 15px solid #9d1839;
}
.content .contentInnerMaxWidth .contentInner .linkbox .linkboxHeadline {
  /*min-height: 70px;*/
  padding-top: 14px;
  padding-bottom: 14px;
}
.content .contentInnerMaxWidth .contentInner .linkbox .linkboxHeadline p {
  color: #9d1839;
  font-weight: bold;
  margin: 0;
  padding-left: 12px;
  font-size: 19px;
  font-size: 1rem;
  line-height: 21px;
}
.content .contentInnerMaxWidth .contentInner .downloadBox {
  float: left;
  background: #ffffff;
  width: 100%;
  padding: 20px;
  margin-bottom: 16px;
  position: relative;
}
@media all and (max-width: 375px) {
  .content .contentInnerMaxWidth .contentInner .downloadBox {
    padding: 10px;
  }
}
.content .contentInnerMaxWidth .contentInner .downloadBox p {
  font-size: 15px;
  font-size: 0.7894736842rem;
  line-height: 18px;
}
.content .contentInnerMaxWidth .contentInner .downloadBox .downloadBoxImage {
  width: 28%;
  margin-right: 8%;
  float: left;
}
@media all and (max-width: 375px) {
  .content .contentInnerMaxWidth .contentInner .downloadBox .downloadBoxImage {
    width: 30%;
    margin-right: 6%;
  }
}
.content .contentInnerMaxWidth .contentInner .downloadBox .downloadBoxText {
  width: 64%;
  float: left;
  padding: 0;
  margin-top: -2px;
}
.content .contentInnerMaxWidth .contentInner .downloadBox .downloadBoxText p {
  margin-bottom: 20px;
  font-size: 18px;
  font-size: 0.9473684211rem;
  font-family: "Open Sans regular", Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  line-height: 21px;
  padding: 0;
  font-weight: normal;
  color: #9d1839;
}
@media all and (max-width: 480px) {
  .content .contentInnerMaxWidth .contentInner .downloadBox .downloadBoxText p {
    font-size: 16px;
    font-size: 0.8421052632rem;
    line-height: 18px;
  }
}
.content .contentInnerMaxWidth .contentInner .downloadBox .downloadBoxZusatz {
  position: absolute;
  bottom: 20px;
  width: calc(100% - 40px);
}
@media all and (max-width: 375px) {
  .content .contentInnerMaxWidth .contentInner .downloadBox .downloadBoxZusatz {
    bottom: 0;
    width: calc(100% - 20px);
  }
}
.content .contentInnerMaxWidth .contentInner .downloadBox .downloadBoxZusatz .part1 {
  float: left;
  padding-left: 36%;
  color: #000000;
  text-transform: uppercase;
}
.content .contentInnerMaxWidth .contentInner .downloadBox .downloadBoxZusatz .part2 {
  float: right;
  color: #000000;
}
.content .contentInnerMaxWidth .contentInner .downloadBox .downloadBoxZusatz .part2 a i {
  font-size: 26px;
  font-size: 1.3684210526rem;
}
.content .contentInnerMaxWidth .contentInner .downloadBox .downloadBoxEbook {
  position: absolute;
  bottom: 55px;
  width: calc(100% - 40px);
}
@media all and (max-width: 375px) {
  .content .contentInnerMaxWidth .contentInner .downloadBox .downloadBoxEbook {
    bottom: 30px;
    width: calc(100% - 20px);
  }
}
.content .contentInnerMaxWidth .contentInner .downloadBox .downloadBoxEbook .part1 {
  float: left;
  padding-left: 36%;
  color: #000000;
  text-transform: uppercase;
}
.content .contentInnerMaxWidth .contentInner .downloadBox .downloadBoxEbook .part2 {
  float: right;
  color: #000000;
}
.content .contentInnerMaxWidth .contentInner .downloadBox .downloadBoxEbook .part2 a i {
  font-size: 22px;
  font-size: 1.1578947368rem;
}
.content .contentInnerMaxWidth .contentInner .downloadBox {
  min-height: 160px;
  background: #f0efe8;
}
.content .contentInnerMaxWidth .contentInner .contactBox {
  background: #f0efe8;
}
.content .contentInnerMaxWidth .contentInner a.angebotsfinderlink {
  display: block;
  width: 207px;
  height: 54px;
  background: #9D1839;
  color: #ffffff;
  text-align: left;
  padding-top: 0px;
  position: relative;
  margin-top: 40px;
  font-size: 21px;
  text-decoration: none;
  line-height: 46px;
  padding-left: 20px;
}
.content .contentInnerMaxWidth .contentInner a.angebotsfinderlink:before {
  content: "";
  width: 0;
  height: 0;
  line-height: 0;
  border-left: 210px solid transparent;
  border-bottom: 13px solid #9D1839;
  top: -12px;
  right: 0;
  position: absolute;
  z-index: 10000;
}
.content .contentInnerMaxWidth .contentInner a.angebotsfinderlink:after {
  position: absolute;
  right: 10px;
  top: 14px;
  content: "";
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 15px solid #ffffff;
}
.content .contentInnerMaxWidth .contentInner .inhalteRoterRahmen {
  border: 1px solid #9d1839;
  padding: 35px;
}
@media all and (max-width: 600px) {
  .content .contentInnerMaxWidth .contentInner .inhalteRoterRahmen {
    padding: 20px;
  }
}
.content .contentInnerMaxWidth .contentInner .inhalteRoterRahmen .csc-frame {
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
}
.content .contentInnerMaxWidth .contentInner .inhalteRoterRahmen .frame-default, .content .contentInnerMaxWidth .contentInner .inhalteRoterRahmen .frame {
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
}
.content .contentInnerMaxWidth .contentInner .accordion-content .frame-default .cols2 .cols2_1 .frame-default .downloadBox, .content .contentInnerMaxWidth .contentInner .accordion-content .frame-default .cols2 .cols2_1 .frame .downloadBox, .content .contentInnerMaxWidth .contentInner .accordion-content .frame .cols2 .cols2_1 .frame-default .downloadBox, .content .contentInnerMaxWidth .contentInner .accordion-content .frame .cols2 .cols2_1 .frame .downloadBox {
  background: #FFFFFF;
}
.content .contentInnerMaxWidth .contentInner .accordion-content .frame-default .cols2 .cols2_2 .frame-default .downloadBox, .content .contentInnerMaxWidth .contentInner .accordion-content .frame-default .cols2 .cols2_2 .frame .downloadBox, .content .contentInnerMaxWidth .contentInner .accordion-content .frame .cols2 .cols2_2 .frame-default .downloadBox, .content .contentInnerMaxWidth .contentInner .accordion-content .frame .cols2 .cols2_2 .frame .downloadBox {
  background: #FFFFFF;
}
.content .contentInnerFullWidth {
  width: 100%;
  background: #f0efe8;
  padding-top: 60px;
  margin-bottom: 60px;
}
.content .contentInnerFullWidth .contentInner {
  max-width: 1660px;
  margin: 0 auto;
  width: 100%;
  padding-left: 15.2205882353%;
  padding-right: 15.2205882353%;
  /* Optimierung für IE11 Darstellung */
}
.content .contentInnerFullWidth .contentInner a.backlink, .content .contentInnerFullWidth .contentInner a.link-button, .content .contentInnerFullWidth .contentInner .link-button {
  display: inline-block;
  width: 180px;
  height: 44px;
  background: #9d1839;
  color: #ffffff;
  text-align: center;
  padding-top: 0;
  position: relative;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 21px;
  font-size: 1.1052631579rem;
  text-decoration: none;
  line-height: 38px;
  border: none;
}
.content .contentInnerFullWidth .contentInner a.backlink.small-font, .content .contentInnerFullWidth .contentInner a.link-button.small-font, .content .contentInnerFullWidth .contentInner .link-button.small-font {
  font-size: 15px;
  font-size: 0.7894736842rem;
}
.content .contentInnerFullWidth .contentInner a.backlink:before, .content .contentInnerFullWidth .contentInner a.link-button:before, .content .contentInnerFullWidth .contentInner .link-button:before {
  content: "";
  width: 0;
  height: 0;
  line-height: 0;
  border-left: 180px solid transparent;
  border-bottom: 13px solid #9d1839;
  top: -13px;
  right: 0;
  position: absolute;
  z-index: 10000;
}
.content .contentInnerFullWidth .contentInner .frame-default, .content .contentInnerFullWidth .contentInner .frame {
  margin-left: 7.2938689218%;
  margin-right: 7.2938689218%;
  padding-bottom: 60px;
}
.content .contentInnerFullWidth .contentInner .frame-default .frame-default, .content .contentInnerFullWidth .contentInner .frame-default .frame, .content .contentInnerFullWidth .contentInner .frame .frame-default, .content .contentInnerFullWidth .contentInner .frame .frame {
  margin-left: 0;
  margin-right: 0;
}
.content .contentInnerFullWidth .contentInner .frame-default .contentInnerMaxWidth .contentInner, .content .contentInnerFullWidth .contentInner .frame .contentInnerMaxWidth .contentInner {
  padding-left: 0;
  padding-right: 0;
}
.content .contentInnerFullWidth .contentInner .frame-default .contentInnerMaxWidth .contentInner .frame-default, .content .contentInnerFullWidth .contentInner .frame-default .contentInnerMaxWidth .contentInner .frame, .content .contentInnerFullWidth .contentInner .frame .contentInnerMaxWidth .contentInner .frame-default, .content .contentInnerFullWidth .contentInner .frame .contentInnerMaxWidth .contentInner .frame {
  margin-left: 0;
  margin-right: 0;
}
.content .contentInnerFullWidth .contentInner .frame.frame-20, .content .contentInnerFullWidth .contentInner .frame.frame-90 {
  padding-bottom: 0;
}
.content .contentInnerFullWidth .contentInner .frame-default.csc-logos img, .content .contentInnerFullWidth .contentInner .frame.csc-logos img {
  width: 100%;
}
.content .contentInnerFullWidth .contentInner .frame-default.frame-80, .content .contentInnerFullWidth .contentInner .frame.frame-80 {
  padding-bottom: 30px;
}
.content .contentInnerFullWidth .contentInner .ce-textpic .ce-gallery .ce-column.type-jpg table tr td picture img {
  width: 100%;
}
.content .contentInnerFullWidth .contentInner .contenttable th, .content .contentInnerFullWidth .contentInner .contenttable td {
  font-size: 21px;
  font-size: 1.1052631579rem;
  padding: 15px 0 15px 10px;
}
.content .contentInnerFullWidth .contentInner .contenttable .tr-odd th, .content .contentInnerFullWidth .contentInner .contenttable .tr-odd td {
  background: #dddbd2;
}
.content .contentInnerFullWidth .contentInner .contenttable .tr-even.tr-0 th {
  background: none;
}
.content .contentInnerFullWidth .contentInner .contenttable.zahlenkasten {
  width: auto;
}
.content .contentInnerFullWidth .contentInner .contenttable.zahlenkasten th, .content .contentInnerFullWidth .contentInner .contenttable.zahlenkasten td {
  font-size: 21px;
  font-size: 1.1052631579rem;
  padding: 0;
  font-family: "Open Sans regular", Arial, sans-serif;
}
.content .contentInnerFullWidth .contentInner .contenttable.zahlenkasten td.td-0 {
  color: #9d1839;
  padding-right: 20px;
}
.content .contentInnerFullWidth .contentInner .contenttable.zahlenkasten .tr-odd th, .content .contentInnerFullWidth .contentInner .contenttable.zahlenkasten .tr-odd td {
  background: none;
}
.content .contentInnerFullWidth .contentInner .contenttable.zahlenkasten .tr-even.tr-0 th {
  background: none;
}
.content .contentInnerFullWidth .contentInner .contenttable.standard {
  width: auto;
}
.content .contentInnerFullWidth .contentInner .contenttable.standard th, .content .contentInnerFullWidth .contentInner .contenttable.standard td {
  font-size: 21px;
  font-size: 1.1052631579rem;
  padding: 0;
  font-family: "Open Sans regular", Arial, sans-serif;
}
.content .contentInnerFullWidth .contentInner .contenttable.standard td.td-0 {
  padding-right: 20px;
}
.content .contentInnerFullWidth .contentInner .contenttable.standard .tr-odd th, .content .contentInnerFullWidth .contentInner .contenttable.standard .tr-odd td {
  background: none;
}
.content .contentInnerFullWidth .contentInner .contenttable.standard .tr-even.tr-0 th {
  background: none;
}
.content .contentInnerFullWidth .contentInner ul {
  list-style-type: square;
}
.content .contentInnerFullWidth .contentInner ul li {
  padding: 0;
  font-size: 21px;
  font-size: 1.1052631579rem;
  line-height: 25px;
  font-family: "Open Sans regular", Arial, sans-serif;
  margin: 0 0 10px 20px;
  color: #9d1839;
}
.content .contentInnerFullWidth .contentInner ul li span {
  color: #000000;
}
.content .contentInnerFullWidth .contentInner ul li a span {
  color: #9d1839;
}
.content .contentInnerFullWidth .contentInner ol {
  list-style: lower-latin outside;
}
.content .contentInnerFullWidth .contentInner ol li {
  padding: 0;
  font-size: 21px;
  font-size: 1.1052631579rem;
  line-height: 25px;
  font-family: "Open Sans regular", Arial, sans-serif;
  margin: 0 0 10px 47px;
}
.content .contentInnerFullWidth .contentInner .ce-textpic.ce-left.ce-intext ol, .content .contentInnerFullWidth .contentInner .ce-textpic.ce-left.ce-intext ul {
  padding-left: 0;
}
.content .contentInnerFullWidth .contentInner .cols2 {
  /*margin-left: $content-innen-abstand;
  margin-right: $content-innen-abstand;*/
  /*padding-bottom: $zentralerAbstandInhaltselemente;*/
}
.content .contentInnerFullWidth .contentInner .cols2 .csc-frame-after {
  padding-bottom: 0;
}
.content .contentInnerFullWidth .contentInner .cols2 .frame-default, .content .contentInnerFullWidth .contentInner .cols2 .frame {
  padding-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
}
.content .contentInnerFullWidth .contentInner .cols2 .frame-default.frame-80, .content .contentInnerFullWidth .contentInner .cols2 .frame.frame-80 {
  padding-bottom: 30px;
  float: left;
  width: 100%;
}
.content .contentInnerFullWidth .contentInner .cols2 .cols2_1 {
  float: left;
  width: 48.7623762376%;
  margin-right: 2.4752475248%;
}
@media all and (max-width: 780px) {
  .content .contentInnerFullWidth .contentInner .cols2 .cols2_1 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.content .contentInnerFullWidth .contentInner .cols2 .cols2_1 .contentInner {
  padding-right: 0;
  padding-left: 0;
}
.content .contentInnerFullWidth .contentInner .cols2 .cols2_1 iframe {
  width: 100%;
}
@media all and (max-width: 780px) {
  .content .contentInnerFullWidth .contentInner .cols2 .cols2_1 iframe {
    height: 300px;
  }
}
.content .contentInnerFullWidth .contentInner .cols2 .cols2_2 {
  float: left;
  width: 48.7623762376%;
}
@media all and (max-width: 780px) {
  .content .contentInnerFullWidth .contentInner .cols2 .cols2_2 {
    width: 100%;
    margin-right: 0;
  }
}
.content .contentInnerFullWidth .contentInner .cols2 .cols2_2 .contentInner {
  padding-right: 0;
  padding-left: 0;
}
.content .contentInnerFullWidth .contentInner .cols2 .cols2_2 iframe {
  width: 100%;
}
@media all and (max-width: 780px) {
  .content .contentInnerFullWidth .contentInner .cols2 .cols2_2 iframe {
    height: 300px;
  }
}
@media all and (min-width: 1660px) {
  .content .contentInnerFullWidth .contentInner .cols2 {
    /*margin-left: $content-innen-abstand-fix;
    margin-right: $content-innen-abstand-fix;*/
  }
}
.content .contentInnerFullWidth .contentInner .cols4 {
  /*margin-left: $content-innen-abstand;
  margin-right: $content-innen-abstand;
  padding-bottom: $zentralerAbstandInhaltselemente;*/
}
.content .contentInnerFullWidth .contentInner .cols4 .frame-default, .content .contentInnerFullWidth .contentInner .cols4 .frame {
  padding-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
}
.content .contentInnerFullWidth .contentInner .cols4 .csc-frame-after {
  padding-bottom: 0;
}
.content .contentInnerFullWidth .contentInner .cols4 .cols4_1 {
  float: left;
  width: 23.1435643564%;
  margin-right: 2.4752475248%;
}
@media all and (max-width: 780px) {
  .content .contentInnerFullWidth .contentInner .cols4 .cols4_1 {
    width: 48.7623762376%;
    margin-right: 2.4752475248%;
    margin-bottom: 2.4752475248%;
  }
}
@media all and (max-width: 480px) {
  .content .contentInnerFullWidth .contentInner .cols4 .cols4_1 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.content .contentInnerFullWidth .contentInner .cols4 .cols4_1 .contentInner {
  padding-right: 0;
  padding-left: 0;
}
.content .contentInnerFullWidth .contentInner .cols4 .cols4_2 {
  float: left;
  width: 23.1435643564%;
  margin-right: 2.4752475248%;
}
@media all and (max-width: 780px) {
  .content .contentInnerFullWidth .contentInner .cols4 .cols4_2 {
    width: 48.7623762376%;
    margin-right: 0;
    margin-bottom: 2.4752475248%;
  }
}
@media all and (max-width: 480px) {
  .content .contentInnerFullWidth .contentInner .cols4 .cols4_2 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.content .contentInnerFullWidth .contentInner .cols4 .cols4_2 .contentInner {
  padding-right: 0;
  padding-left: 0;
}
.content .contentInnerFullWidth .contentInner .cols4 .cols4_3 {
  float: left;
  width: 23.1435643564%;
  margin-right: 2.4752475248%;
}
@media all and (max-width: 780px) {
  .content .contentInnerFullWidth .contentInner .cols4 .cols4_3 {
    width: 48.7623762376%;
    margin-right: 2.4752475248%;
    margin-bottom: 0;
  }
}
@media all and (max-width: 480px) {
  .content .contentInnerFullWidth .contentInner .cols4 .cols4_3 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.content .contentInnerFullWidth .contentInner .cols4 .cols4_3 .contentInner {
  padding-right: 0;
  padding-left: 0;
}
.content .contentInnerFullWidth .contentInner .cols4 .cols4_4 {
  float: left;
  width: 23.1435643564%;
}
@media all and (max-width: 780px) {
  .content .contentInnerFullWidth .contentInner .cols4 .cols4_4 {
    width: 48.7623762376%;
    margin-right: 0;
    margin-bottom: 0;
  }
}
@media all and (max-width: 480px) {
  .content .contentInnerFullWidth .contentInner .cols4 .cols4_4 {
    width: 100%;
    margin-right: 0;
  }
}
.content .contentInnerFullWidth .contentInner .cols4 .cols4_4 .contentInner {
  padding-right: 0;
  padding-left: 0;
}
@media all and (min-width: 1660px) {
  .content .contentInnerFullWidth .contentInner .cols4 {
    /*margin-left: $content-innen-abstand-fix;
    margin-right: $content-innen-abstand-fix;*/
  }
}
.content .contentInnerFullWidth .contentInner .cols34_14, .content .contentInnerFullWidth .contentInner .frame-type-container-2-cols.frame-layout-110 {
  /*margin-left: $content-innen-abstand;
  margin-right: $content-innen-abstand;
  padding-bottom: $zentralerAbstandInhaltselemente;*/
}
.content .contentInnerFullWidth .contentInner .cols34_14 .csc-frame-after, .content .contentInnerFullWidth .contentInner .frame-type-container-2-cols.frame-layout-110 .csc-frame-after {
  padding-bottom: 0;
}
.content .contentInnerFullWidth .contentInner .cols34_14 .frame-default, .content .contentInnerFullWidth .contentInner .cols34_14 .frame, .content .contentInnerFullWidth .contentInner .frame-type-container-2-cols.frame-layout-110 .frame-default, .content .contentInnerFullWidth .contentInner .frame-type-container-2-cols.frame-layout-110 .frame {
  padding-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
}
.content .contentInnerFullWidth .contentInner .cols34_14 .cols34_14_3, .content .contentInnerFullWidth .contentInner .cols34_14 .cols2_1, .content .contentInnerFullWidth .contentInner .frame-type-container-2-cols.frame-layout-110 .cols34_14_3, .content .contentInnerFullWidth .contentInner .frame-type-container-2-cols.frame-layout-110 .cols2_1 {
  float: left;
  width: 74.3811881188%;
  margin-right: 2.4752475248%;
}
@media all and (max-width: 780px) {
  .content .contentInnerFullWidth .contentInner .cols34_14 .cols34_14_3, .content .contentInnerFullWidth .contentInner .cols34_14 .cols2_1, .content .contentInnerFullWidth .contentInner .frame-type-container-2-cols.frame-layout-110 .cols34_14_3, .content .contentInnerFullWidth .contentInner .frame-type-container-2-cols.frame-layout-110 .cols2_1 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.content .contentInnerFullWidth .contentInner .cols34_14 .cols34_14_3 .contentInner, .content .contentInnerFullWidth .contentInner .cols34_14 .cols2_1 .contentInner, .content .contentInnerFullWidth .contentInner .frame-type-container-2-cols.frame-layout-110 .cols34_14_3 .contentInner, .content .contentInnerFullWidth .contentInner .frame-type-container-2-cols.frame-layout-110 .cols2_1 .contentInner {
  padding-right: 0;
  padding-left: 0;
}
.content .contentInnerFullWidth .contentInner .cols34_14 .cols34_14_1, .content .contentInnerFullWidth .contentInner .cols34_14 .cols2_2, .content .contentInnerFullWidth .contentInner .frame-type-container-2-cols.frame-layout-110 .cols34_14_1, .content .contentInnerFullWidth .contentInner .frame-type-container-2-cols.frame-layout-110 .cols2_2 {
  float: left;
  width: 23.1435643564%;
}
@media all and (max-width: 780px) {
  .content .contentInnerFullWidth .contentInner .cols34_14 .cols34_14_1, .content .contentInnerFullWidth .contentInner .cols34_14 .cols2_2, .content .contentInnerFullWidth .contentInner .frame-type-container-2-cols.frame-layout-110 .cols34_14_1, .content .contentInnerFullWidth .contentInner .frame-type-container-2-cols.frame-layout-110 .cols2_2 {
    width: 100%;
  }
}
.content .contentInnerFullWidth .contentInner .cols34_14 .cols34_14_1 .contentInner, .content .contentInnerFullWidth .contentInner .cols34_14 .cols2_2 .contentInner, .content .contentInnerFullWidth .contentInner .frame-type-container-2-cols.frame-layout-110 .cols34_14_1 .contentInner, .content .contentInnerFullWidth .contentInner .frame-type-container-2-cols.frame-layout-110 .cols2_2 .contentInner {
  padding-right: 0;
  padding-left: 0;
}
@media all and (min-width: 1660px) {
  .content .contentInnerFullWidth .contentInner .cols34_14, .content .contentInnerFullWidth .contentInner .frame-type-container-2-cols.frame-layout-110 {
    /*margin-left: $content-innen-abstand-fix;
    margin-right: $content-innen-abstand-fix;*/
  }
}
.content .contentInnerFullWidth .contentInner .frame-11 {
  margin-left: 7.2938689218%;
  margin-right: 7.2938689218%;
  padding-bottom: 60px;
}
.content .contentInnerFullWidth .contentInner .frame-11 .ce-textpic.ce-left.ce-intext .ce-gallery {
  width: 23.1435643564%;
  margin-right: 2.4752475248%;
  float: left;
  margin-top: 4px;
}
@media all and (max-width: 480px) {
  .content .contentInnerFullWidth .contentInner .frame-11 .ce-textpic.ce-left.ce-intext .ce-gallery {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.content .contentInnerFullWidth .contentInner .frame-11 .ce-textpic.ce-right.ce-intext .ce-gallery {
  width: 23.1435643564%;
  margin-left: 2.4752475248%;
  float: right;
  margin-top: 4px;
}
@media all and (max-width: 480px) {
  .content .contentInnerFullWidth .contentInner .frame-11 .ce-textpic.ce-right.ce-intext .ce-gallery {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
@media all and (min-width: 1660px) {
  .content .contentInnerFullWidth .contentInner .frame-11 {
    margin-left: 121.0782241015px;
    margin-right: 121.0782241015px;
  }
}
.content .contentInnerFullWidth .contentInner .frame-21 {
  padding-bottom: 0;
}
.content .contentInnerFullWidth .contentInner .frame-10, .content .contentInnerFullWidth .contentInner .frame-120 {
  margin-left: 7.2938689218%;
  margin-right: 7.2938689218%;
  padding-bottom: 60px;
}
.content .contentInnerFullWidth .contentInner .frame-10 .ce-textpic.ce-left.ce-intext .ce-gallery, .content .contentInnerFullWidth .contentInner .frame-120 .ce-textpic.ce-left.ce-intext .ce-gallery {
  width: 48.7623762376%;
  margin-right: 2.4752475248%;
  float: left;
  margin-top: 4px;
}
@media all and (max-width: 480px) {
  .content .contentInnerFullWidth .contentInner .frame-10 .ce-textpic.ce-left.ce-intext .ce-gallery, .content .contentInnerFullWidth .contentInner .frame-120 .ce-textpic.ce-left.ce-intext .ce-gallery {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.content .contentInnerFullWidth .contentInner .frame-10 .ce-textpic.ce-right.ce-intext .ce-gallery, .content .contentInnerFullWidth .contentInner .frame-120 .ce-textpic.ce-right.ce-intext .ce-gallery {
  width: 48.7623762376%;
  margin-left: 2.4752475248%;
  float: right;
  margin-top: 4px;
}
@media all and (max-width: 480px) {
  .content .contentInnerFullWidth .contentInner .frame-10 .ce-textpic.ce-right.ce-intext .ce-gallery, .content .contentInnerFullWidth .contentInner .frame-120 .ce-textpic.ce-right.ce-intext .ce-gallery {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
@media all and (min-width: 1660px) {
  .content .contentInnerFullWidth .contentInner .frame-10, .content .contentInnerFullWidth .contentInner .frame-120 {
    margin-left: 121.0782241015px;
    margin-right: 121.0782241015px;
  }
}
.content .contentInnerFullWidth .contentInner .frame-12 {
  margin-left: 7.2938689218%;
  margin-right: 7.2938689218%;
  padding-bottom: 60px;
}
.content .contentInnerFullWidth .contentInner .frame-12 .ce-textpic.ce-left.ce-intext .ce-gallery {
  width: 14.603960396%;
  margin-right: 2.4752475248%;
  float: left;
  margin-top: 4px;
}
@media all and (max-width: 480px) {
  .content .contentInnerFullWidth .contentInner .frame-12 .ce-textpic.ce-left.ce-intext .ce-gallery {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.content .contentInnerFullWidth .contentInner .frame-12 .ce-textpic.ce-right.ce-intext .ce-gallery {
  width: 14.603960396%;
  margin-left: 2.4752475248%;
  float: right;
  margin-top: 4px;
}
@media all and (max-width: 480px) {
  .content .contentInnerFullWidth .contentInner .frame-12 .ce-textpic.ce-right.ce-intext .ce-gallery {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
@media all and (min-width: 1660px) {
  .content .contentInnerFullWidth .contentInner .frame-12 {
    margin-left: 121.0782241015px;
    margin-right: 121.0782241015px;
  }
}
.content .contentInnerFullWidth .contentInner .spendenbox {
  border: 1px solid #9d1839;
  padding: 6.0643564356%;
}
.content .contentInnerFullWidth .contentInner .spendenbox .spendenboxInner {
  position: relative;
}
.content .contentInnerFullWidth .contentInner .spendenbox .spendenboxInner .spendenboxTextButon {
  width: 53.7128712871%;
  margin-right: 6.0643564356%;
  float: left;
}
@media all and (max-width: 600px) {
  .content .contentInnerFullWidth .contentInner .spendenbox .spendenboxInner .spendenboxTextButon {
    width: 100%;
    margin-right: 0;
  }
}
.content .contentInnerFullWidth .contentInner .spendenbox .spendenboxInner .spendenboxTextButon .spendenboxText {
  float: left;
}
.content .contentInnerFullWidth .contentInner .spendenbox .spendenboxInner .spendenboxTextButon .spendenboxText h2 {
  margin-bottom: 5px;
}
.content .contentInnerFullWidth .contentInner .spendenbox .spendenboxInner .spendenboxTextButon .spendenButtonMehrInformationen .spendenMehrInformationen {
  position: absolute;
  bottom: 6px;
  left: 220px;
}
@media all and (max-width: 930px) {
  .content .contentInnerFullWidth .contentInner .spendenbox .spendenboxInner .spendenboxTextButon .spendenButtonMehrInformationen .spendenMehrInformationen {
    position: relative;
    bottom: auto;
    left: auto;
    clear: both;
    float: left;
    margin-top: 20px;
  }
}
.content .contentInnerFullWidth .contentInner .spendenbox .spendenboxInner .spendenboxTextButon .spendenButtonMehrInformationen .spendenMehrInformationen a {
  text-decoration: none;
  font-size: 17px;
  font-size: 0.8947368421rem;
}
.content .contentInnerFullWidth .contentInner .spendenbox .spendenboxInner .spendenboxBild {
  width: 40.2227722772%;
  float: right;
}
@media all and (max-width: 600px) {
  .content .contentInnerFullWidth .contentInner .spendenbox .spendenboxInner .spendenboxBild {
    width: 100%;
    margin-right: 0;
    float: left;
    margin-top: 30px;
  }
}
.content .contentInnerFullWidth .contentInner .accordion-headline.icon-close {
  margin-bottom: 0;
}
.content .contentInnerFullWidth .contentInner .accordion-headline.icon-close:after {
  position: absolute;
  right: 20px;
  content: "";
  width: 0;
  height: 0;
  border-top: 14px solid #ffffff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  top: 14px;
}
.content .contentInnerFullWidth .contentInner .accordion-headline.icon-open:after {
  position: absolute;
  right: 20px;
  content: "";
  width: 0;
  height: 0;
  border-bottom: 14px solid #ffffff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  top: 14px;
}
.content .contentInnerFullWidth .contentInner .accordion-headline {
  position: relative;
}
.content .contentInnerFullWidth .contentInner .accordion-headline .frame-default, .content .contentInnerFullWidth .contentInner .accordion-headline .frame {
  margin: 0;
  padding: 0;
}
.content .contentInnerFullWidth .contentInner .accordion-headline:hover {
  cursor: pointer;
}
.content .contentInnerFullWidth .contentInner .accordion-headline h2 {
  color: #ffffff;
  background: #9d1839;
  padding: 6px 20px 6px 20px;
  margin: 0;
  font-size: 18px;
  font-size: 0.9473684211rem;
}
.content .contentInnerFullWidth .contentInner .accordion-headline-grau h2 {
  color: #9d1839;
  background: #dddbd2;
}
.content .contentInnerFullWidth .contentInner .accordion-headline-grau.icon-close:after {
  border-top: 14px solid #9d1839;
}
.content .contentInnerFullWidth .contentInner .accordion-headline-grau.icon-open:after {
  border-bottom: 14px solid #9d1839;
}
.content .contentInnerFullWidth .contentInner .accordion-content {
  background: #f0efe8;
  margin-bottom: 10px;
  overflow: hidden;
  /* Set our transitions up. */
  -webkit-transition: max-height 0.8s ease;
  -moz-transition: max-height 0.8s ease;
  transition: max-height 0.8s ease;
  /*max-height: 1800px;*/
}
.content .contentInnerFullWidth .contentInner .accordion-content .frame-default, .content .contentInnerFullWidth .contentInner .accordion-content .frame {
  margin-left: 0;
  margin-right: 0;
  padding: 35px 20px 30px 36px;
}
.content .contentInnerFullWidth .contentInner .accordion-content .frame-default .frame-20, .content .contentInnerFullWidth .contentInner .accordion-content .frame-default .frame-90, .content .contentInnerFullWidth .contentInner .accordion-content .frame .frame-20, .content .contentInnerFullWidth .contentInner .accordion-content .frame .frame-90 {
  padding: 0;
}
.content .contentInnerFullWidth .contentInner .accordion-content .frame-default .cols2 .cols2_1 .frame-default, .content .contentInnerFullWidth .contentInner .accordion-content .frame-default .cols2 .cols2_1 .frame, .content .contentInnerFullWidth .contentInner .accordion-content .frame .cols2 .cols2_1 .frame-default, .content .contentInnerFullWidth .contentInner .accordion-content .frame .cols2 .cols2_1 .frame {
  padding: 0;
}
.content .contentInnerFullWidth .contentInner .accordion-content .frame-default .cols2 .cols2_1 .frame-default .contactBox, .content .contentInnerFullWidth .contentInner .accordion-content .frame-default .cols2 .cols2_1 .frame .contactBox, .content .contentInnerFullWidth .contentInner .accordion-content .frame .cols2 .cols2_1 .frame-default .contactBox, .content .contentInnerFullWidth .contentInner .accordion-content .frame .cols2 .cols2_1 .frame .contactBox {
  background: #f0efe8;
  background: #ffffff;
}
.content .contentInnerFullWidth .contentInner .accordion-content .frame-default .cols2 .cols2_1 .frame-default .downloadBox, .content .contentInnerFullWidth .contentInner .accordion-content .frame-default .cols2 .cols2_1 .frame .downloadBox, .content .contentInnerFullWidth .contentInner .accordion-content .frame .cols2 .cols2_1 .frame-default .downloadBox, .content .contentInnerFullWidth .contentInner .accordion-content .frame .cols2 .cols2_1 .frame .downloadBox {
  background: #f0efe8;
}
.content .contentInnerFullWidth .contentInner .accordion-content .frame-default .cols2 .cols2_2 .frame-default, .content .contentInnerFullWidth .contentInner .accordion-content .frame-default .cols2 .cols2_2 .frame, .content .contentInnerFullWidth .contentInner .accordion-content .frame .cols2 .cols2_2 .frame-default, .content .contentInnerFullWidth .contentInner .accordion-content .frame .cols2 .cols2_2 .frame {
  padding: 0;
}
.content .contentInnerFullWidth .contentInner .accordion-content .frame-default .cols2 .cols2_2 .frame-default .contactBox, .content .contentInnerFullWidth .contentInner .accordion-content .frame-default .cols2 .cols2_2 .frame .contactBox, .content .contentInnerFullWidth .contentInner .accordion-content .frame .cols2 .cols2_2 .frame-default .contactBox, .content .contentInnerFullWidth .contentInner .accordion-content .frame .cols2 .cols2_2 .frame .contactBox {
  background: #f0efe8;
  background: #ffffff;
}
.content .contentInnerFullWidth .contentInner .accordion-content .frame-default .cols2 .cols2_2 .frame-default .downloadBox, .content .contentInnerFullWidth .contentInner .accordion-content .frame-default .cols2 .cols2_2 .frame .downloadBox, .content .contentInnerFullWidth .contentInner .accordion-content .frame .cols2 .cols2_2 .frame-default .downloadBox, .content .contentInnerFullWidth .contentInner .accordion-content .frame .cols2 .cols2_2 .frame .downloadBox {
  background: #f0efe8;
}
.content .contentInnerFullWidth .contentInner .accordion-content-grau {
  background: #f0efe8;
}
.content .contentInnerFullWidth .contentInner .accordion-content-grau .frame-default .cols2 .cols2_1 .frame-default .contactBox, .content .contentInnerFullWidth .contentInner .accordion-content-grau .frame-default .cols2 .cols2_1 .frame .contactBox, .content .contentInnerFullWidth .contentInner .accordion-content-grau .frame .cols2 .cols2_1 .frame-default .contactBox, .content .contentInnerFullWidth .contentInner .accordion-content-grau .frame .cols2 .cols2_1 .frame .contactBox {
  background: #ffffff;
}
.content .contentInnerFullWidth .contentInner .accordion-content-grau .frame-default .cols2 .cols2_2 .frame-default .contactBox, .content .contentInnerFullWidth .contentInner .accordion-content-grau .frame-default .cols2 .cols2_2 .frame .contactBox, .content .contentInnerFullWidth .contentInner .accordion-content-grau .frame .cols2 .cols2_2 .frame-default .contactBox, .content .contentInnerFullWidth .contentInner .accordion-content-grau .frame .cols2 .cols2_2 .frame .contactBox {
  background: #ffffff;
}
.content .contentInnerFullWidth .contentInner .accordion-content.hidden {
  max-height: 0;
  -webkit-transition: max-height 0.8s ease;
  -moz-transition: max-height 0.8s ease;
  transition: max-height 0.8s ease;
  display: block !important;
  overflow: hidden;
  padding: 0;
}
.content .contentInnerFullWidth .contentInner .csc-frame-after {
  padding-bottom: 60px;
}
@media all and (min-width: 1660px) {
  .content .contentInnerFullWidth .contentInner {
    padding-left: 252.6617647059px;
    padding-right: 252.6617647059px;
  }
  .content .contentInnerFullWidth .contentInner .frame-default, .content .contentInnerFullWidth .contentInner .frame {
    margin-left: 121.0782241015px;
    margin-right: 121.0782241015px;
  }
}
@media all and (max-width: 1100px) {
  .content .contentInnerFullWidth .contentInner {
    padding-left: 5.2205882353%;
    padding-right: 5.2205882353%;
  }
}
@media all and (max-width: 600px) {
  .content .contentInnerFullWidth .contentInner {
    padding-left: 0;
    padding-right: 0;
  }
}
.content .contentInnerFullWidth .contentInner .contactBox {
  float: left;
  background: #ffffff;
  width: 100%;
  min-height: 140px;
  position: relative;
}
.content .contentInnerFullWidth .contentInner .contactBox p {
  font-size: 15px;
  font-size: 0.7894736842rem;
  line-height: 17px;
}
.content .contentInnerFullWidth .contentInner .contactBox .contactBoxImage {
  width: 47.4489795918%;
  float: left;
}
@media all and (max-width: 780px) {
  .content .contentInnerFullWidth .contentInner .contactBox .contactBoxImage {
    width: 37.4489795918%;
  }
}
@media all and (max-width: 480px) {
  .content .contentInnerFullWidth .contentInner .contactBox .contactBoxImage {
    width: 100%;
  }
}
.content .contentInnerFullWidth .contentInner .contactBox .contactBoxText {
  width: 52.5510204082%;
  float: left;
  padding: 13px 20px 10px 19px;
  word-wrap: break-word;
}
@media all and (max-width: 780px) {
  .content .contentInnerFullWidth .contentInner .contactBox .contactBoxText {
    width: 62.5510204082%;
  }
}
@media all and (max-width: 480px) {
  .content .contentInnerFullWidth .contentInner .contactBox .contactBoxText {
    width: 100%;
  }
}
.content .contentInnerFullWidth .contentInner .contactBox .contactBoxText h5 {
  margin-bottom: 16px;
}
.content .contentInnerFullWidth .contentInner .contactBox .contactBoxText.contactBoxTextWithoutImage {
  width: 100%;
  /*.contactBoxTextBottom {
      position: absolute;
      bottom: 15px;
  }
  */
}
.content .contentInnerFullWidth .contentInner .linkbox {
  width: 100%;
  border: 1px solid #9d1839;
}
.content .contentInnerFullWidth .contentInner .linkbox a {
  text-decoration: none;
}
.content .contentInnerFullWidth .contentInner .linkbox .linkboxLink {
  min-height: 50px;
  padding-left: 12px;
  padding-top: 12px;
}
.content .contentInnerFullWidth .contentInner .linkbox .linkboxLink div {
  width: 94%;
  color: #000000;
  padding-right: 20px;
  line-height: 18px;
  position: relative;
}
.content .contentInnerFullWidth .contentInner .linkbox .linkboxLink div:after {
  position: absolute;
  right: 0;
  top: 2px;
  content: "";
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 15px solid #9d1839;
}
.content .contentInnerFullWidth .contentInner .linkbox .linkboxHeadline {
  /*min-height: 70px;*/
  padding-top: 14px;
  padding-bottom: 14px;
}
.content .contentInnerFullWidth .contentInner .linkbox .linkboxHeadline p {
  color: #9d1839;
  font-weight: bold;
  margin: 0;
  padding-left: 12px;
  font-size: 19px;
  font-size: 1rem;
  line-height: 21px;
}
.content .contentInnerFullWidth .contentInner .downloadBox {
  float: left;
  background: #ffffff;
  width: 100%;
  padding: 20px;
  margin-bottom: 16px;
  position: relative;
}
@media all and (max-width: 375px) {
  .content .contentInnerFullWidth .contentInner .downloadBox {
    padding: 10px;
  }
}
.content .contentInnerFullWidth .contentInner .downloadBox p {
  font-size: 15px;
  font-size: 0.7894736842rem;
  line-height: 18px;
}
.content .contentInnerFullWidth .contentInner .downloadBox .downloadBoxImage {
  width: 28%;
  margin-right: 8%;
  float: left;
}
@media all and (max-width: 375px) {
  .content .contentInnerFullWidth .contentInner .downloadBox .downloadBoxImage {
    width: 30%;
    margin-right: 6%;
  }
}
.content .contentInnerFullWidth .contentInner .downloadBox .downloadBoxText {
  width: 64%;
  float: left;
  padding: 0;
  margin-top: -2px;
}
.content .contentInnerFullWidth .contentInner .downloadBox .downloadBoxText p {
  margin-bottom: 20px;
  font-size: 18px;
  font-size: 0.9473684211rem;
  font-family: "Open Sans regular", Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  line-height: 21px;
  padding: 0;
  font-weight: normal;
  color: #9d1839;
}
@media all and (max-width: 480px) {
  .content .contentInnerFullWidth .contentInner .downloadBox .downloadBoxText p {
    font-size: 16px;
    font-size: 0.8421052632rem;
    line-height: 18px;
  }
}
.content .contentInnerFullWidth .contentInner .downloadBox .downloadBoxZusatz {
  position: absolute;
  bottom: 20px;
  width: calc(100% - 40px);
}
@media all and (max-width: 375px) {
  .content .contentInnerFullWidth .contentInner .downloadBox .downloadBoxZusatz {
    bottom: 0;
    width: calc(100% - 20px);
  }
}
.content .contentInnerFullWidth .contentInner .downloadBox .downloadBoxZusatz .part1 {
  float: left;
  padding-left: 36%;
  color: #000000;
  text-transform: uppercase;
}
.content .contentInnerFullWidth .contentInner .downloadBox .downloadBoxZusatz .part2 {
  float: right;
  color: #000000;
}
.content .contentInnerFullWidth .contentInner .downloadBox .downloadBoxZusatz .part2 a i {
  font-size: 26px;
  font-size: 1.3684210526rem;
}
.content .contentInnerFullWidth .contentInner .downloadBox .downloadBoxEbook {
  position: absolute;
  bottom: 55px;
  width: calc(100% - 40px);
}
@media all and (max-width: 375px) {
  .content .contentInnerFullWidth .contentInner .downloadBox .downloadBoxEbook {
    bottom: 30px;
    width: calc(100% - 20px);
  }
}
.content .contentInnerFullWidth .contentInner .downloadBox .downloadBoxEbook .part1 {
  float: left;
  padding-left: 36%;
  color: #000000;
  text-transform: uppercase;
}
.content .contentInnerFullWidth .contentInner .downloadBox .downloadBoxEbook .part2 {
  float: right;
  color: #000000;
}
.content .contentInnerFullWidth .contentInner .downloadBox .downloadBoxEbook .part2 a i {
  font-size: 22px;
  font-size: 1.1578947368rem;
}
.content .contentInnerFullWidth .contentInner .inhalteRoterRahmen {
  border: 1px solid #9d1839;
  padding: 35px;
}
@media all and (max-width: 600px) {
  .content .contentInnerFullWidth .contentInner .inhalteRoterRahmen {
    padding: 20px;
  }
}
.content .contentInnerFullWidth .contentInner .inhalteRoterRahmen .csc-frame {
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
}
.content .contentInnerFullWidth .contentInner .inhalteRoterRahmen .frame-default, .content .contentInnerFullWidth .contentInner .inhalteRoterRahmen .frame {
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
}
.content .contentInnerFullWidth .contentInner .accordion-content {
  background: #ffffff;
}
.content .contentInnerFullWidth .contentInner .accordion-content-grau {
  background: #ffffff;
}
.content .contentInnerFullWidth .contentInner .accordion-headline-grau h2 {
  color: #9d1839;
  background: #dddbd2;
}
.content .contentInnerFullWidth .contentInner .accordion-content .frame-default .cols2 .cols2_1 .frame-default .contactBox, .content .contentInnerFullWidth .contentInner .accordion-content .frame-default .cols2 .cols2_1 .frame .contactBox, .content .contentInnerFullWidth .contentInner .accordion-content .frame .cols2 .cols2_1 .frame-default .contactBox, .content .contentInnerFullWidth .contentInner .accordion-content .frame .cols2 .cols2_1 .frame .contactBox {
  background: #f0efe8;
}
.content .contentInnerFullWidth .contentInner .accordion-content .frame-default .cols2 .cols2_2 .frame-default .contactBox, .content .contentInnerFullWidth .contentInner .accordion-content .frame-default .cols2 .cols2_2 .frame .contactBox, .content .contentInnerFullWidth .contentInner .accordion-content .frame .cols2 .cols2_2 .frame-default .contactBox, .content .contentInnerFullWidth .contentInner .accordion-content .frame .cols2 .cols2_2 .frame .contactBox {
  background: #f0efe8;
}
.content .contentInnerFullWidth.contentInnerFullWidthNoBottomPadding {
  margin-bottom: 0;
}
.content .contentInnerFullWidth.contentInnerFullWidthNoBottomTopPadding {
  margin-bottom: 0;
  padding-top: 0;
}
.content .contentInnerFullWidth.contentInnerFullWidthNoTopPadding {
  padding-top: 0;
}

.jobfinder .content {
  /* remove standard-styles */
  /* graceful degradation for ie8 */
}
.jobfinder .content input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  font-size: 1em;
  width: 100%;
}
.jobfinder .content input[type=checkbox],
.jobfinder .content input[type=radio] {
  width: auto;
  float: left;
  margin-right: 0.75em;
  background: transparent;
  border: none;
}
.jobfinder .content input[type=checkbox]:checked,
.jobfinder .content input[type=checkbox]:not(:checked),
.jobfinder .content input[type=radio]:checked,
.jobfinder .content input[type=radio]:not(:checked) {
  background: transparent;
  position: relative;
  visibility: hidden;
  margin: 0;
  padding: 0;
}
.jobfinder .content input[type=checkbox] + label,
.jobfinder .content input[type=radio] + label {
  cursor: pointer;
}
.jobfinder .content input[type=checkbox]:checked + label.sichtbar::before,
.jobfinder .content input[type=checkbox]:not(:checked) + label.sichtbar::before,
.jobfinder .content input[type=radio]:checked + label.sichtbar::before,
.jobfinder .content input[type=radio]:not(:checked) + label.sichtbar::before {
  content: " ";
  display: inline-block;
  width: 17px;
  height: 17px;
  position: relative;
  top: 4px;
  border: 1px solid #404040;
  background: white;
  margin-right: 1em;
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  float: left;
}
.jobfinder .content input[type=radio]:checked + label.sichtbar::before,
.jobfinder .content input[type=radio]:not(:checked) + label.sichtbar::before {
  border-radius: 30px;
}
.jobfinder .content input[type=checkbox]:hover + label.sichtbar::before,
.jobfinder .content input[type=radio]:hover + label.sichtbar::before {
  background: #ddd;
  /*box-shadow: inset 0 0 0 1px white;*/
}
.jobfinder .content input[type=checkbox]:checked + label.sichtbar::before,
.jobfinder .content input[type=radio]:checked + label.sichtbar::before {
  background: #9d1839;
  /*box-shadow: inset 0 0 0 1px white;*/
}
.jobfinder .content .contentInnerMaxWidth {
  background: #ffffff !important;
}
.jobfinder .content .contentInnerMaxWidth .contentInner .frame-default.vorlesen-leichtesprache, .jobfinder .content .contentInnerMaxWidth .contentInner .frame.vorlesen-leichtesprache {
  padding-bottom: 0;
}
.jobfinder .content .contentInnerFullWidth {
  background: #ffffff;
  padding-top: 0;
}
.jobfinder .content .contentInnerFullWidth .contentInner {
  padding-left: 0;
  padding-right: 0;
  max-width: none;
}
.jobfinder .content .contentInnerFullWidth .contentInner .frame-default, .jobfinder .content .contentInnerFullWidth .contentInner .frame {
  margin-left: 0;
  margin-right: 0;
}
@media all and (max-width: 480px) {
  .jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder {
    margin-bottom: 70px;
  }
}
.jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder .contentInnerJobfinder, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder .contentInnerJobfinder {
  max-width: 1660px;
  margin: 0 auto;
  width: 100%;
  padding-left: 15.2205882353%;
  padding-right: 15.2205882353%;
}
@media all and (max-width: 1100px) {
  .jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder .contentInnerJobfinder, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder .contentInnerJobfinder {
    padding-left: 5.2205882353%;
    padding-right: 5.2205882353%;
  }
}
@media all and (max-width: 600px) {
  .jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder .contentInnerJobfinder, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder .contentInnerJobfinder {
    padding-left: 0;
    padding-right: 0;
  }
}
.jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder .contentInnerJobfinder .contentInnerMarginJobfinder, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder .contentInnerJobfinder .contentInnerMarginJobfinder {
  margin-left: 7.2938689218%;
  margin-right: 7.2938689218%;
  padding-bottom: 60px;
  padding-top: 60px;
}
.jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder .contentInnerJobfinder .contentInnerMarginJobfinder .einleitung p, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder .contentInnerJobfinder .contentInnerMarginJobfinder .einleitung p {
  display: inline;
}
.jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder .contentInnerJobfinder .contentInnerMarginJobfinder .einleitungExtra, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder .contentInnerJobfinder .contentInnerMarginJobfinder .einleitungExtra {
  padding-top: 20px;
}
.jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder .contentInnerJobfinder .contentInnerMarginJobfinder h1.jobfinderDetail, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder .contentInnerJobfinder .contentInnerMarginJobfinder h1.jobfinderDetail {
  margin-top: 30px;
  margin-bottom: 0;
}
.jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder .contentInnerJobfinder .contentInnerMarginJobfinder h2.unternehmenAufgabenfeld, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder .contentInnerJobfinder .contentInnerMarginJobfinder h2.unternehmenAufgabenfeld {
  margin-bottom: 0;
  margin-top: 30px;
}
.jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder .contentInnerJobfinder .contentInnerMarginJobfinder a.jobLink, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder .contentInnerJobfinder .contentInnerMarginJobfinder a.jobLink {
  display: block;
  width: 180px;
  height: 44px;
  background: #9d1839;
  color: #ffffff;
  text-align: center;
  padding-top: 0px;
  position: relative;
  margin-top: 50px;
  font-size: 21px;
  font-size: 1.1052631579rem;
  text-decoration: none;
  line-height: 38px;
  float: left;
}
.jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder .contentInnerJobfinder .contentInnerMarginJobfinder a.jobLink:before, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder .contentInnerJobfinder .contentInnerMarginJobfinder a.jobLink:before {
  content: "";
  width: 0;
  height: 0;
  line-height: 0;
  border-left: 180px solid transparent;
  border-bottom: 13px solid #9d1839;
  top: -13px;
  right: 0;
  position: absolute;
  z-index: 10000;
}
.jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder .contentInnerJobfinder .contentInnerMarginJobfinder a.jobLink.jobLinkRight, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder .contentInnerJobfinder .contentInnerMarginJobfinder a.jobLink.jobLinkRight {
  float: right;
}
@media all and (max-width: 480px) {
  .jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder .contentInnerJobfinder .contentInnerMarginJobfinder a.jobLink.jobLinkRight, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder .contentInnerJobfinder .contentInnerMarginJobfinder a.jobLink.jobLinkRight {
    float: left;
    margin-bottom: 120px;
  }
}
.jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder .hilfefinderSuchfelderAbstand, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder .hilfefinderSuchfelderAbstand {
  width: 100%;
  float: left;
  height: 36px;
}
.jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder .hilfefinderSuchfelder, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder .hilfefinderSuchfelder {
  position: relative;
  max-width: 1660px;
  margin: 0 auto;
  width: 100%;
  padding-left: 5.2205882353%;
  padding-right: 5.2205882353%;
  margin-bottom: 36px;
}
.jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder .hilfefinderSuchfelder input, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder .hilfefinderSuchfelder input {
  background-color: #f0efe8;
  height: 44px;
  color: #000000;
  font-size: 23px;
  font-size: 1.2105263158rem;
}
.jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder .hilfefinderSuchfelder .hilfefinderStelle, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder .hilfefinderSuchfelder .hilfefinderStelle {
  float: left;
  width: 26.7054908486%;
  margin-right: 1.1647254576%;
  position: relative;
}
@media all and (max-width: 1100px) {
  .jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder .hilfefinderSuchfelder .hilfefinderStelle, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder .hilfefinderSuchfelder .hilfefinderStelle {
    width: 49%;
    margin-right: 1%;
    margin-bottom: 10px;
  }
}
@media all and (max-width: 600px) {
  .jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder .hilfefinderSuchfelder .hilfefinderStelle, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder .hilfefinderSuchfelder .hilfefinderStelle {
    width: 100%;
    margin-right: 0;
  }
}
.jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder .hilfefinderSuchfelder .hilfefinderStelle input, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder .hilfefinderSuchfelder .hilfefinderStelle input {
  padding-left: 54px;
}
.jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder .hilfefinderSuchfelder .hilfefinderStelle .textfieldStellenbezeichnungIcon, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder .hilfefinderSuchfelder .hilfefinderStelle .textfieldStellenbezeichnungIcon {
  color: #9d1839;
  position: absolute;
  top: 8px;
  left: 17px;
  font-size: 22px;
  font-size: 1.1578947368rem;
}
.jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder .hilfefinderSuchfelder .hilfefinderPlzOrt, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder .hilfefinderSuchfelder .hilfefinderPlzOrt {
  float: left;
  width: 26.7054908486%;
  margin-right: 1.1647254576%;
  position: relative;
}
@media all and (max-width: 1100px) {
  .jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder .hilfefinderSuchfelder .hilfefinderPlzOrt, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder .hilfefinderSuchfelder .hilfefinderPlzOrt {
    width: 49%;
    margin-right: 1%;
    margin-bottom: 10px;
  }
}
@media all and (max-width: 600px) {
  .jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder .hilfefinderSuchfelder .hilfefinderPlzOrt, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder .hilfefinderSuchfelder .hilfefinderPlzOrt {
    width: 100%;
    margin-right: 0;
  }
}
.jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder .hilfefinderSuchfelder .hilfefinderPlzOrt input, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder .hilfefinderSuchfelder .hilfefinderPlzOrt input {
  padding-left: 54px;
}
.jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder .hilfefinderSuchfelder .hilfefinderPlzOrt .textfieldPlzOrtIcon, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder .hilfefinderSuchfelder .hilfefinderPlzOrt .textfieldPlzOrtIcon {
  color: #9d1839;
  position: absolute;
  top: 8px;
  left: 20px;
  font-size: 23px;
  font-size: 1.2105263158rem;
}
.jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder .hilfefinderSuchfelder .hilfefinderUmkreis, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder .hilfefinderSuchfelder .hilfefinderUmkreis {
  float: left;
  width: 11.0648918469%;
  margin-right: 1.081530782%;
}
@media all and (max-width: 1100px) {
  .jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder .hilfefinderSuchfelder .hilfefinderUmkreis, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder .hilfefinderSuchfelder .hilfefinderUmkreis {
    clear: left;
    width: 133px;
  }
}
@media all and (max-width: 600px) {
  .jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder .hilfefinderSuchfelder .hilfefinderUmkreis, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder .hilfefinderSuchfelder .hilfefinderUmkreis {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder .hilfefinderSuchfelder .hilfefinderUmkreis select.selectUmkreis, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder .hilfefinderSuchfelder .hilfefinderUmkreis select.selectUmkreis {
  width: 100%;
  height: 44px;
  line-height: 44px;
  font-size: 23px;
  font-size: 1.2105263158rem;
  border: 0;
  background-color: #f0efe8;
  color: #8e8e8e;
  padding-left: 9px;
}
.jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder .hilfefinderSuchfelder .hilfefinderUmkreis select.selectUmkreis option, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder .hilfefinderSuchfelder .hilfefinderUmkreis select.selectUmkreis option {
  height: 44px;
  line-height: 44px;
  border-bottom: 1px solid #9d1839;
  color: #000000;
}
.jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder .hilfefinderSuchfelder .hilfefinderUmkreis .fakeSelectUmkreis, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder .hilfefinderSuchfelder .hilfefinderUmkreis .fakeSelectUmkreis {
  background: #f0efe8;
  width: 100%;
  position: relative;
}
.jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder .hilfefinderSuchfelder .hilfefinderUmkreis .fakeSelectUmkreis .label, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder .hilfefinderSuchfelder .hilfefinderUmkreis .fakeSelectUmkreis .label {
  height: 44px;
  font-size: 23px;
  font-size: 1.2105263158rem;
  line-height: 44px;
  padding-left: 18px;
  color: #8e8e8e;
}
.jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder .hilfefinderSuchfelder .hilfefinderUmkreis .fakeSelectUmkreis .options, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder .hilfefinderSuchfelder .hilfefinderUmkreis .fakeSelectUmkreis .options {
  font-size: 23px;
  font-size: 1.2105263158rem;
  background: #FFFFFF;
  position: absolute;
  z-index: 2000;
  width: 100%;
}
.jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder .hilfefinderSuchfelder .hilfefinderUmkreis .fakeSelectUmkreis .options .option, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder .hilfefinderSuchfelder .hilfefinderUmkreis .fakeSelectUmkreis .options .option {
  height: 44px;
  line-height: 44px;
  border-bottom: 1px solid #9d1839;
  text-align: right;
  padding-right: 37px;
}
.jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder .hilfefinderSuchfelder .hilfefinderWebId, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder .hilfefinderSuchfelder .hilfefinderWebId {
  float: left;
  width: 15.7237936772%;
  margin-right: 0.9983361065%;
}
@media all and (max-width: 1100px) {
  .jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder .hilfefinderSuchfelder .hilfefinderWebId, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder .hilfefinderSuchfelder .hilfefinderWebId {
    width: 189px;
  }
}
@media all and (max-width: 600px) {
  .jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder .hilfefinderSuchfelder .hilfefinderWebId, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder .hilfefinderSuchfelder .hilfefinderWebId {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder .hilfefinderSuchfelder .hilfefinderWebId input, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder .hilfefinderSuchfelder .hilfefinderWebId input {
  padding-left: 19px;
}
.jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder .hilfefinderSuchfelder .hilfefinderJobFinden, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder .hilfefinderSuchfelder .hilfefinderJobFinden {
  float: left;
  width: 15.391014975%;
}
@media all and (max-width: 1100px) {
  .jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder .hilfefinderSuchfelder .hilfefinderJobFinden, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder .hilfefinderSuchfelder .hilfefinderJobFinden {
    width: 185px;
  }
}
@media all and (max-width: 600px) {
  .jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder .hilfefinderSuchfelder .hilfefinderJobFinden, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder .hilfefinderSuchfelder .hilfefinderJobFinden {
    width: 100%;
    margin-right: 0;
  }
}
.jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder .hilfefinderSuchfelder .hilfefinderJobFinden input, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder .hilfefinderSuchfelder .hilfefinderJobFinden input {
  background-color: #9d1839;
  color: #FFFFFF;
}
.jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder .jobfinderErgebnisBlock, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder .jobfinderErgebnisBlock {
  position: relative;
  max-width: 1660px;
  margin: 0 auto;
  width: 100%;
  padding-left: 5.2205882353%;
  padding-right: 5.2205882353%;
  padding-top: 36px;
}
.jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder .jobfinderErgebnisBlock .jobfinderErgebnisErweiterteSuche, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder .jobfinderErgebnisBlock .jobfinderErgebnisErweiterteSuche {
  float: left;
  width: 27%;
  overflow: hidden;
}
@media all and (max-width: 930px) {
  .jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder .jobfinderErgebnisBlock .jobfinderErgebnisErweiterteSuche, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder .jobfinderErgebnisBlock .jobfinderErgebnisErweiterteSuche {
    width: 100%;
  }
}
.jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder .jobfinderErgebnisBlock .jobfinderErgebnisErweiterteSuche.jobfinderAT, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder .jobfinderErgebnisBlock .jobfinderErgebnisErweiterteSuche.jobfinderAT {
  display: none;
}
.jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder .jobfinderErgebnisBlock .jobfinderErgebnisErweiterteSuche #filterabfrage2, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder .jobfinderErgebnisBlock .jobfinderErgebnisErweiterteSuche #filterabfrage2 {
  float: left;
  margin-top: 20px;
  width: 100%;
}
.jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder .jobfinderErgebnisBlock .jobfinderErgebnisErweiterteSuche .jobfinderErgebnisErweiterteSucheText, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder .jobfinderErgebnisBlock .jobfinderErgebnisErweiterteSuche .jobfinderErgebnisErweiterteSucheText {
  font-size: 24px;
  font-size: 1.2631578947rem;
  color: #9d1839;
  margin-bottom: 38px;
}
.jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder .jobfinderErgebnisBlock .jobfinderErgebnisErweiterteSuche .jobfinderInhalt .jobfinderLabel, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder .jobfinderErgebnisBlock .jobfinderErgebnisErweiterteSuche .jobfinderInhalt .jobfinderLabel {
  float: left;
  position: relative;
  width: calc(100% - 16px);
  height: 44px;
  line-height: 44px;
  color: #FFFFFF;
  padding-left: 18px;
  background: #9d1839;
  font-size: 20px;
  font-size: 1.0526315789rem;
}
@media all and (max-width: 930px) {
  .jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder .jobfinderErgebnisBlock .jobfinderErgebnisErweiterteSuche .jobfinderInhalt .jobfinderLabel, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder .jobfinderErgebnisBlock .jobfinderErgebnisErweiterteSuche .jobfinderInhalt .jobfinderLabel {
    width: 100%;
  }
}
.jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder .jobfinderErgebnisBlock .jobfinderErgebnisErweiterteSuche .jobfinderInhalt .jobfinderLabel:hover, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder .jobfinderErgebnisBlock .jobfinderErgebnisErweiterteSuche .jobfinderInhalt .jobfinderLabel:hover {
  cursor: pointer;
}
.jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder .jobfinderErgebnisBlock .jobfinderErgebnisErweiterteSuche .jobfinderInhalt .jobfinderLabel.close:after, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder .jobfinderErgebnisBlock .jobfinderErgebnisErweiterteSuche .jobfinderInhalt .jobfinderLabel.close:after {
  position: absolute;
  right: 20px;
  content: "";
  width: 0;
  height: 0;
  border-top: 9px solid #ffffff;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  top: 19px;
}
.jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder .jobfinderErgebnisBlock .jobfinderErgebnisErweiterteSuche .jobfinderInhalt .jobfinderLabel.open:after, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder .jobfinderErgebnisBlock .jobfinderErgebnisErweiterteSuche .jobfinderInhalt .jobfinderLabel.open:after {
  position: absolute;
  right: 20px;
  content: "";
  width: 0;
  height: 0;
  border-bottom: 9px solid #ffffff;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  top: 19px;
}
.jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder .jobfinderErgebnisBlock .jobfinderErgebnisErweiterteSuche .jobfinderInhalt .jobfinderOptions, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder .jobfinderErgebnisBlock .jobfinderErgebnisErweiterteSuche .jobfinderInhalt .jobfinderOptions {
  display: none;
  float: left;
  width: calc(100% - 16px);
  background: #FFFFFF;
  padding-left: 18px;
  font-size: 20px;
  font-size: 1.0526315789rem;
  padding-top: 20px;
  padding-bottom: 10px;
}
@media all and (max-width: 600px) {
  .jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder .jobfinderErgebnisBlock .jobfinderErgebnisErweiterteSuche .jobfinderInhalt .jobfinderOptions, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder .jobfinderErgebnisBlock .jobfinderErgebnisErweiterteSuche .jobfinderInhalt .jobfinderOptions {
    width: 100%;
  }
}
.jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder .jobfinderErgebnisBlock .jobfinderErgebnisErweiterteSuche .jobfinderInhalt .jobfinderOptions .jobfinderLabelCheckbox, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder .jobfinderErgebnisBlock .jobfinderErgebnisErweiterteSuche .jobfinderInhalt .jobfinderOptions .jobfinderLabelCheckbox {
  float: left;
  width: 100%;
}
.jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder .jobfinderErgebnisBlock .jobfinderErgebnisErweiterteSuche .jobfinderInhalt .jobfinderOptions .jobfinderLabelCheckbox label, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder .jobfinderErgebnisBlock .jobfinderErgebnisErweiterteSuche .jobfinderInhalt .jobfinderOptions .jobfinderLabelCheckbox label {
  padding-right: 20px;
}
.jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder .jobfinderErgebnisBlock .jobfinderErgebnisErweiterteSuche .jobfinderInhalt .jobfinderOptions .jobfinderLabelCheckbox.jobfinderLabelCheckboxSelected, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder .jobfinderErgebnisBlock .jobfinderErgebnisErweiterteSuche .jobfinderInhalt .jobfinderOptions .jobfinderLabelCheckbox.jobfinderLabelCheckboxSelected {
  width: auto;
  padding-right: 20px;
}
.jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder .jobfinderErgebnisBlock .jobfinderErgebnisErweiterteSuche .jobfinderInhalt .jobfinderOptions .jobfinderLabelCheckboxAufgabenfeld, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder .jobfinderErgebnisBlock .jobfinderErgebnisErweiterteSuche .jobfinderInhalt .jobfinderOptions .jobfinderLabelCheckboxAufgabenfeld {
  float: left;
  width: 100%;
  padding-right: 20px;
}
@media all and (max-width: 1150px) {
  .jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder .jobfinderErgebnisBlock .jobfinderErgebnisErweiterteSuche .jobfinderInhalt .jobfinderOptions .jobfinderLabelCheckboxAufgabenfeld, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder .jobfinderErgebnisBlock .jobfinderErgebnisErweiterteSuche .jobfinderInhalt .jobfinderOptions .jobfinderLabelCheckboxAufgabenfeld {
    width: 100%;
    padding-right: 0;
  }
}
.jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder .jobfinderErgebnisBlock .jobfinderErgebnisErweiterteSuche #beschaeftigungsumfang, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder .jobfinderErgebnisBlock .jobfinderErgebnisErweiterteSuche #beschaeftigungsumfang {
  float: left;
  margin-top: 20px;
  width: 100%;
}
.jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder .jobfinderErgebnisBlock .jobfinderErgebnisErweiterteSuche .jobfinderSucheZuruecksetzen, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder .jobfinderErgebnisBlock .jobfinderErgebnisErweiterteSuche .jobfinderSucheZuruecksetzen {
  float: left;
  margin-top: 30px;
  margin-bottom: 30px;
}
.jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder .jobfinderErgebnisBlock .jobfinderErgebnisTabs, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder .jobfinderErgebnisBlock .jobfinderErgebnisTabs {
  float: left;
  width: 73%;
  overflow: hidden;
}
@media all and (max-width: 1100px) {
  .jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder .jobfinderErgebnisBlock .jobfinderErgebnisTabs, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder .jobfinderErgebnisBlock .jobfinderErgebnisTabs {
    margin-bottom: 90px;
  }
}
@media all and (max-width: 930px) {
  .jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder .jobfinderErgebnisBlock .jobfinderErgebnisTabs, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder .jobfinderErgebnisBlock .jobfinderErgebnisTabs {
    width: 100%;
  }
}
.jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder .jobfinderErgebnisBlock .jobfinderErgebnisTabs.jobfinderAT, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder .jobfinderErgebnisBlock .jobfinderErgebnisTabs.jobfinderAT {
  width: 100%;
}
.jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder .jobfinderErgebnisBlock .jobfinderErgebnisTabs .clearer, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder .jobfinderErgebnisBlock .jobfinderErgebnisTabs .clearer {
  clear: left;
  width: 100%;
}
.jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder .jobfinderErgebnisBlock .jobfinderErgebnisTabs .jobfinderErgebnisTabSteuerung .tab, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder .jobfinderErgebnisBlock .jobfinderErgebnisTabs .jobfinderErgebnisTabSteuerung .tab {
  float: left;
  width: 184px;
  height: 44px;
  background-color: #9d1839;
  margin-right: 15px;
  color: #FFFFFF;
  font-size: 24px;
  font-size: 1.2631578947rem;
  text-align: center;
  line-height: 44px;
}
@media all and (max-width: 930px) {
  .jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder .jobfinderErgebnisBlock .jobfinderErgebnisTabs .jobfinderErgebnisTabSteuerung .tab, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder .jobfinderErgebnisBlock .jobfinderErgebnisTabs .jobfinderErgebnisTabSteuerung .tab {
    width: 50%;
    margin-right: 0;
  }
}
.jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder .jobfinderErgebnisBlock .jobfinderErgebnisTabs .jobfinderErgebnisTabSteuerung .tab:hover, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder .jobfinderErgebnisBlock .jobfinderErgebnisTabs .jobfinderErgebnisTabSteuerung .tab:hover {
  cursor: pointer;
}
.jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder .jobfinderErgebnisBlock .jobfinderErgebnisTabs .jobfinderErgebnisTabSteuerung .tab.active, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder .jobfinderErgebnisBlock .jobfinderErgebnisTabs .jobfinderErgebnisTabSteuerung .tab.active {
  background-color: #FFFFFF;
  color: #9d1839;
}
.jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder .jobfinderErgebnisBlock .jobfinderErgebnisTabs .jobfinderErgebnisListe, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder .jobfinderErgebnisBlock .jobfinderErgebnisTabs .jobfinderErgebnisListe {
  margin-bottom: 40px;
}
.jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder .jobfinderErgebnisBlock .jobfinderErgebnisTabs .jobfinderErgebnisListe .jobfinderErgebnisListeErgebnisinfo, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder .jobfinderErgebnisBlock .jobfinderErgebnisTabs .jobfinderErgebnisListe .jobfinderErgebnisListeErgebnisinfo {
  background-color: #FFFFFF;
  padding: 20px 15px 30px 15px;
  font-size: 18px;
  font-size: 0.9473684211rem;
}
.jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder .jobfinderErgebnisBlock .jobfinderErgebnisTabs .jobfinderErgebnisListe .jobfinderergebnisseTable, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder .jobfinderErgebnisBlock .jobfinderErgebnisTabs .jobfinderErgebnisListe .jobfinderergebnisseTable {
  background-color: #FFFFFF;
  padding: 0 15px 30px 15px;
}
.jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder .jobfinderErgebnisBlock .jobfinderErgebnisTabs .jobfinderErgebnisKarte, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder .jobfinderErgebnisBlock .jobfinderErgebnisTabs .jobfinderErgebnisKarte {
  background-color: #FFFFFF;
  margin-bottom: 40px;
}
.jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder .jobfinderErgebnisBlock .jobfinderErgebnisTabs .jobfinderErgebnisKarte .jobfinderErgebnisListeErgebnisinfo, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder .jobfinderErgebnisBlock .jobfinderErgebnisTabs .jobfinderErgebnisKarte .jobfinderErgebnisListeErgebnisinfo {
  background-color: #FFFFFF;
  padding: 20px 15px 30px 15px;
}
.jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder .jobfinderErgebnisBlock .jobfinderErgebnisTabs .jobfinderErgebnisKarte #jobfinderErgebnisseKarte, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder .jobfinderErgebnisBlock .jobfinderErgebnisTabs .jobfinderErgebnisKarte #jobfinderErgebnisseKarte {
  position: relative;
  max-width: 1660px;
  margin: 0 auto;
  width: 100%;
  padding: 0 15px 20px 15px;
  clear: left;
}
.jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder .jobfinderErgebnisBlock .jobfinderErgebnisTabs .jobfinderErgebnisKarte #jobfinderErgebnisseKarte #map, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder .jobfinderErgebnisBlock .jobfinderErgebnisTabs .jobfinderErgebnisKarte #jobfinderErgebnisseKarte #map {
  width: 100%;
  height: 650px;
}
.jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder .jobfinderErgebnisBlock .jobfinderErgebnisTabs .jobfinderErgebnisKarte #jobfinderErgebnisseKarte .jobfinderErgebnisseKarteUeberlagern, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder .jobfinderErgebnisBlock .jobfinderErgebnisTabs .jobfinderErgebnisKarte #jobfinderErgebnisseKarte .jobfinderErgebnisseKarteUeberlagern {
  background: transparent; /* unsichtbar machen */
  position: absolute; /* Position relativ machen um z-index zu verändern */
  z-index: 100; /* sicher ist sicher */
  width: 100%; /* iFrame Breite */
  height: 650px; /* iFrame Höhe */
}
.jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder table.jobfinderergebnisse, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder table.jobfinderergebnisse {
  font-size: 14px;
  font-size: 0.7368421053rem;
  /*tr.sichtbar:nth-child(2n+2)  {
                    td {
                        background-color: $color-grauHell;
                    }
                }*/
}
.jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder table.jobfinderergebnisse th.header, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder table.jobfinderergebnisse th.header {
  cursor: pointer;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: -5px 8px;
  padding-left: 15px;
  margin-left: -1px;
  padding-bottom: 15px;
}
@media all and (max-width: 700px) {
  .jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder table.jobfinderergebnisse th.header, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder table.jobfinderergebnisse th.header {
    display: none;
  }
}
@media all and (max-width: 700px) {
  .jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder table.jobfinderergebnisse tr, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder table.jobfinderergebnisse tr {
    display: block;
  }
}
.jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder table.jobfinderergebnisse tr td.jobangebotSpalte1, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder table.jobfinderergebnisse tr td.jobangebotSpalte1 {
  width: 45%;
  padding-left: 13px;
}
@media all and (max-width: 700px) {
  .jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder table.jobfinderergebnisse tr td.jobangebotSpalte1, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder table.jobfinderergebnisse tr td.jobangebotSpalte1 {
    width: 100%;
    display: block;
    padding-top: 15px;
    padding-bottom: 0;
    padding-right: 10px;
  }
}
.jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder table.jobfinderergebnisse tr td.jobangebotSpalte2, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder table.jobfinderergebnisse tr td.jobangebotSpalte2 {
  width: 15%;
  padding-left: 13px;
}
@media all and (max-width: 700px) {
  .jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder table.jobfinderergebnisse tr td.jobangebotSpalte2, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder table.jobfinderergebnisse tr td.jobangebotSpalte2 {
    width: 100%;
    display: block;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder table.jobfinderergebnisse tr td.jobangebotSpalte3, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder table.jobfinderergebnisse tr td.jobangebotSpalte3 {
  width: 25%;
  padding-left: 13px;
}
@media all and (max-width: 700px) {
  .jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder table.jobfinderergebnisse tr td.jobangebotSpalte3, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder table.jobfinderergebnisse tr td.jobangebotSpalte3 {
    width: 100%;
    display: block;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder table.jobfinderergebnisse tr td.jobangebotSpalte4, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder table.jobfinderergebnisse tr td.jobangebotSpalte4 {
  width: 15%;
  padding-left: 13px;
}
@media all and (max-width: 700px) {
  .jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder table.jobfinderergebnisse tr td.jobangebotSpalte4, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder table.jobfinderergebnisse tr td.jobangebotSpalte4 {
    width: 100%;
    display: block;
    padding-top: 0;
    padding-bottom: 15px;
  }
}
.jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder table.jobfinderergebnisse tr td, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder table.jobfinderergebnisse tr td {
  padding-top: 8px;
  padding-bottom: 8px;
}
.jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder table.jobfinderergebnisse tr td a, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder table.jobfinderergebnisse tr td a {
  text-decoration: none;
}
.jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder .jobfinderTrenner, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder .jobfinderTrenner {
  width: 100%;
  clear: left;
  height: 4px;
  background: #ffffff;
  float: left;
}
.jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder .mapMarkerWrapper_right, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder .mapMarkerWrapper_right {
  font-size: 19px;
  font-size: 1rem;
}
.jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder .mapMarkerWrapper_right b, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder .mapMarkerWrapper_right b {
  color: #9d1839;
  font-weight: normal;
}
.jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder .mapMarkerWrapper_right a, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder .mapMarkerWrapper_right a {
  text-decoration: none;
}
.jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder .jobfinderErgebnisliste, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder .jobfinderErgebnisliste {
  clear: left;
  max-width: 1660px;
  margin: 0 auto;
  padding-left: 5.2205882353%;
  padding-right: 5.2205882353%;
}
.jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder .jobfinderErgebnislisteTrenner, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder .jobfinderErgebnislisteTrenner {
  float: left;
  clear: left;
  width: 100%;
  margin-bottom: 40px;
}
@media all and (max-width: 700px) {
  .jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder .jobfinderErgebnislisteTrenner, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder .jobfinderErgebnislisteTrenner {
    margin-bottom: 40px;
  }
}
.jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder .jobfinderErgebnislisteTrenner .jobfinderErgebnislisteTrennerHinweis, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder .jobfinderErgebnislisteTrenner .jobfinderErgebnislisteTrennerHinweis {
  clear: left;
  max-width: 1660px;
  margin: 0 auto;
  padding-left: 5.2205882353%;
  padding-right: 5.2205882353%;
  margin-top: 50px;
}
@media all and (max-width: 700px) {
  .jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder .jobfinderErgebnislisteTrenner .jobfinderErgebnislisteTrennerHinweis, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder .jobfinderErgebnislisteTrenner .jobfinderErgebnislisteTrennerHinweis {
    display: none;
  }
}
.jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder #jobfinderUids, .jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder #jobfinderStep2Uids, .jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder #jobfinderStep3Uids, .jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder #jobfinderStep4Uids, .jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder #jobfinderStep5Uids, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder #jobfinderUids, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder #jobfinderStep2Uids, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder #jobfinderStep3Uids, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder #jobfinderStep4Uids, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder #jobfinderStep5Uids {
  display: none;
}
.jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder #filterabfrage2a, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder #filterabfrage2a {
  display: none;
}
.jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder #filterabfrage2b, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder #filterabfrage2b {
  display: none;
}
.jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder #beschaeftigungsarten .hilfefinderBgGrau .beschaeftigungsartenContent, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder #beschaeftigungsarten .hilfefinderBgGrau .beschaeftigungsartenContent {
  margin-top: 0;
}
.jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder .hilfefinderBgGrau, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder .hilfefinderBgGrau {
  float: left;
  width: 100%;
  background: #f0efe8;
}
.jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder .hilfefinderBgGrau .beschaeftigungsartenContent, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder .hilfefinderBgGrau .beschaeftigungsartenContent {
  margin-top: 28px;
  position: relative;
}
.jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder .hilfefinderBgGrau .beschaeftigungsartenContent .webidSuche, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder .hilfefinderBgGrau .beschaeftigungsartenContent .webidSuche {
  position: relative;
  max-width: 1660px;
  margin: 0 auto;
  width: 100%;
  padding-left: 5.2205882353%;
  padding-right: 5.2205882353%;
  margin-bottom: 40px;
  margin-top: 40px;
  clear: left;
}
.jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder .hilfefinderBgGrau .beschaeftigungsartenContent .webidSuche p, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder .hilfefinderBgGrau .beschaeftigungsartenContent .webidSuche p {
  float: left;
  margin-right: 20px;
}
.jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder .hilfefinderBgGrau .beschaeftigungsartenContent .webidSuche form.webidAbfragen input#webid, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder .hilfefinderBgGrau .beschaeftigungsartenContent .webidSuche form.webidAbfragen input#webid {
  width: 100px;
}
.jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder .hilfefinderBgGrau .beschaeftigungsartenContent .webidSuche form.webidAbfragen input.webidAbfragenSuchen, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder .hilfefinderBgGrau .beschaeftigungsartenContent .webidSuche form.webidAbfragen input.webidAbfragenSuchen {
  width: auto;
  background-color: #9d1839;
  color: #ffffff;
  padding-left: 10px;
  padding-right: 10px;
}
.jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder .hilfefinderBgGrau .beschaeftigungsartenContent .webidSucheFehler, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder .hilfefinderBgGrau .beschaeftigungsartenContent .webidSucheFehler {
  position: relative;
  max-width: 1660px;
  margin: 0 auto;
  width: 100%;
  padding-left: 5.2205882353%;
  padding-right: 5.2205882353%;
  margin-bottom: 20px;
  margin-top: 50px;
  clear: left;
}
.jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder .hilfefinderBgGrau .beschaeftigungsartenContent .jobfinderInhalt, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder .hilfefinderBgGrau .beschaeftigungsartenContent .jobfinderInhalt {
  position: relative;
  max-width: 1660px;
  margin: 0 auto;
  width: 100%;
  padding-left: 5.2205882353%;
  padding-right: 5.2205882353%;
}
.jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder .hilfefinderBgGrau .beschaeftigungsartenContent .jobfinderInhalt .hilfefinderAendern, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder .hilfefinderBgGrau .beschaeftigungsartenContent .jobfinderInhalt .hilfefinderAendern {
  position: absolute;
  right: 5.2205882353%;
  top: 0px;
  display: none;
}
.jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder .hilfefinderBgGrau .beschaeftigungsartenContent .jobfinderInhalt .hilfefinderAendern a, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder .hilfefinderBgGrau .beschaeftigungsartenContent .jobfinderInhalt .hilfefinderAendern a {
  text-decoration: none;
  padding-right: 30px;
  color: #9d1839;
  font-size: 20px;
  font-size: 1.0526315789rem;
}
.jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder .hilfefinderBgGrau .beschaeftigungsartenContent .jobfinderInhalt .hilfefinderAendern a:after, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder .hilfefinderBgGrau .beschaeftigungsartenContent .jobfinderInhalt .hilfefinderAendern a:after {
  position: absolute;
  right: 0;
  top: 9px;
  content: "";
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 10px solid #9d1839;
}
.jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder .hilfefinderBgGrau .beschaeftigungsartenContent .jobfinderInhalt .jobfinderLabel, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder .hilfefinderBgGrau .beschaeftigungsartenContent .jobfinderInhalt .jobfinderLabel {
  float: left;
  width: 200px;
  height: 44px;
  color: #9d1839;
  font-size: 20px;
  font-size: 1.0526315789rem;
}
@media all and (max-width: 600px) {
  .jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder .hilfefinderBgGrau .beschaeftigungsartenContent .jobfinderInhalt .jobfinderLabel, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder .hilfefinderBgGrau .beschaeftigungsartenContent .jobfinderInhalt .jobfinderLabel {
    width: 100%;
  }
}
.jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder .hilfefinderBgGrau .beschaeftigungsartenContent .jobfinderInhalt .jobfinderOptions, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder .hilfefinderBgGrau .beschaeftigungsartenContent .jobfinderInhalt .jobfinderOptions {
  float: left;
  width: calc(100% - 200px);
  font-size: 20px;
  font-size: 1.0526315789rem;
}
@media all and (max-width: 600px) {
  .jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder .hilfefinderBgGrau .beschaeftigungsartenContent .jobfinderInhalt .jobfinderOptions, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder .hilfefinderBgGrau .beschaeftigungsartenContent .jobfinderInhalt .jobfinderOptions {
    width: 100%;
  }
}
.jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder .hilfefinderBgGrau .beschaeftigungsartenContent .jobfinderInhalt .jobfinderOptions .jobfinderLabelCheckbox, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder .hilfefinderBgGrau .beschaeftigungsartenContent .jobfinderInhalt .jobfinderOptions .jobfinderLabelCheckbox {
  float: left;
  width: 25%;
}
@media all and (max-width: 1510px) {
  .jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder .hilfefinderBgGrau .beschaeftigungsartenContent .jobfinderInhalt .jobfinderOptions .jobfinderLabelCheckbox, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder .hilfefinderBgGrau .beschaeftigungsartenContent .jobfinderInhalt .jobfinderOptions .jobfinderLabelCheckbox {
    width: 33.3333333333%;
  }
}
@media all and (max-width: 1150px) {
  .jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder .hilfefinderBgGrau .beschaeftigungsartenContent .jobfinderInhalt .jobfinderOptions .jobfinderLabelCheckbox, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder .hilfefinderBgGrau .beschaeftigungsartenContent .jobfinderInhalt .jobfinderOptions .jobfinderLabelCheckbox {
    width: 50%;
  }
}
@media all and (max-width: 840px) {
  .jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder .hilfefinderBgGrau .beschaeftigungsartenContent .jobfinderInhalt .jobfinderOptions .jobfinderLabelCheckbox, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder .hilfefinderBgGrau .beschaeftigungsartenContent .jobfinderInhalt .jobfinderOptions .jobfinderLabelCheckbox {
    width: 100%;
  }
}
.jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder .hilfefinderBgGrau .beschaeftigungsartenContent .jobfinderInhalt .jobfinderOptions .jobfinderLabelCheckbox label, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder .hilfefinderBgGrau .beschaeftigungsartenContent .jobfinderInhalt .jobfinderOptions .jobfinderLabelCheckbox label {
  padding-right: 20px;
}
.jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder .hilfefinderBgGrau .beschaeftigungsartenContent .jobfinderInhalt .jobfinderOptions .jobfinderLabelCheckbox.jobfinderLabelCheckboxSelected, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder .hilfefinderBgGrau .beschaeftigungsartenContent .jobfinderInhalt .jobfinderOptions .jobfinderLabelCheckbox.jobfinderLabelCheckboxSelected {
  width: auto;
  padding-right: 20px;
}
.jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder .hilfefinderBgGrau .beschaeftigungsartenContent .jobfinderInhalt .jobfinderOptions .jobfinderLabelCheckboxAufgabenfeld, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder .hilfefinderBgGrau .beschaeftigungsartenContent .jobfinderInhalt .jobfinderOptions .jobfinderLabelCheckboxAufgabenfeld {
  float: left;
  padding-right: 20px;
}
@media all and (max-width: 1150px) {
  .jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder .hilfefinderBgGrau .beschaeftigungsartenContent .jobfinderInhalt .jobfinderOptions .jobfinderLabelCheckboxAufgabenfeld, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder .hilfefinderBgGrau .beschaeftigungsartenContent .jobfinderInhalt .jobfinderOptions .jobfinderLabelCheckboxAufgabenfeld {
    width: 100%;
    padding-right: 0;
  }
}
.jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder .hilfefinderBgGrau .beschaeftigungsartenContent input.weiter, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder .hilfefinderBgGrau .beschaeftigungsartenContent input.weiter {
  background: #9d1839;
  color: #ffffff;
  border: 0;
  font-size: 20px;
  font-size: 1.0526315789rem;
  width: 100%;
  text-align: center;
  padding-top: 6px;
  padding-bottom: 8px;
}
.jobfinder .content .contentInnerFullWidth .contentInner .frame-default .tx-jobfinder .hilfefinderBgGrau .beschaeftigungsartenContent .jobfinderTrenner, .jobfinder .content .contentInnerFullWidth .contentInner .frame .tx-jobfinder .hilfefinderBgGrau .beschaeftigungsartenContent .jobfinderTrenner {
  width: 100%;
  clear: left;
  height: 4px;
  background: #ffffff;
  margin-top: 23px;
  float: left;
}

/* Hilfefinder List on Single Page */
.tx-hilfefinder .listOnPage {
  margin-bottom: 0;
  float: left;
  width: 100%;
}
.tx-hilfefinder .listOnPage .hilfefinderErgebnisliste {
  clear: left;
  max-width: 1660px;
  margin: 0 auto;
}
@media all and (max-width: 600px) {
  .tx-hilfefinder .listOnPage .hilfefinderErgebnisliste {
    padding-left: 5.2205882353%;
    padding-right: 5.2205882353%;
  }
}
.tx-hilfefinder .listOnPage .hilfefinderErgebnisliste .hilfefinderErgebnisseTitel {
  color: #9d1839;
  font-size: 20px;
  font-size: 1.0526315789rem;
  margin-bottom: 30px;
  font-weight: bold;
}
.tx-hilfefinder .listOnPage .hilfefinderErgebnisliste .ergebnisliste_hilfeangebot {
  float: left;
  clear: left;
  width: 100%;
  margin-bottom: 30px;
  background: #f0efe8;
  padding: 25px;
}
.tx-hilfefinder .listOnPage .hilfefinderErgebnisliste .ergebnisliste_hilfeangebot .bild {
  float: left;
  width: 28.6432160804%;
}
.tx-hilfefinder .listOnPage .hilfefinderErgebnisliste .ergebnisliste_hilfeangebot .text {
  float: left;
  width: 71.3567839196%;
  width: 100%;
}
.tx-hilfefinder .listOnPage .hilfefinderErgebnisliste .ergebnisliste_hilfeangebot .text a.mehr {
  text-decoration: none;
}
.tx-hilfefinder .listOnPage .hilfefinderErgebnisliste .backToList {
  float: left;
  width: 100%;
  margin-top: 70px;
  clear: left;
}
@media all and (max-width: 1100px) {
  .tx-hilfefinder .listOnPage .hilfefinderErgebnisliste .backToList {
    margin-top: 30px;
    margin-bottom: 170px;
  }
}
.tx-hilfefinder .listOnPage .hilfefinderErgebnisliste .backToList a {
  display: block;
  width: 180px;
  height: 44px;
  background: #9d1839;
  color: #ffffff;
  text-align: center;
  padding-top: 0;
  position: relative;
  margin-top: 80px;
  font-size: 21px;
  font-size: 1.1052631579rem;
  text-decoration: none;
  line-height: 38px;
}
.tx-hilfefinder .listOnPage .hilfefinderErgebnisliste .backToList a:before {
  content: "";
  width: 0;
  height: 0;
  line-height: 0;
  border-left: 180px solid transparent;
  border-bottom: 13px solid #9d1839;
  top: -13px;
  right: 0;
  position: absolute;
  z-index: 10000;
}

.hilfefinder.hilfefinderSingle .vorlesen-leichtesprache {
  display: none;
}
.hilfefinder .content {
  /* remove standard-styles */
  /* graceful degradation for ie8 */
}
.hilfefinder .content input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  font-size: 1em;
  width: 100%;
}
.hilfefinder .content input[type=checkbox],
.hilfefinder .content input[type=radio] {
  width: auto;
  float: left;
  margin-right: 0.75em;
  background: transparent;
  border: none;
}
.hilfefinder .content input[type=checkbox]:checked,
.hilfefinder .content input[type=checkbox]:not(:checked),
.hilfefinder .content input[type=radio]:checked,
.hilfefinder .content input[type=radio]:not(:checked) {
  background: transparent;
  position: relative;
  visibility: hidden;
  margin: 0;
  padding: 0;
}
.hilfefinder .content input[type=checkbox] + label,
.hilfefinder .content input[type=radio] + label {
  cursor: pointer;
}
.hilfefinder .content input[type=checkbox]:checked + label.sichtbar::before,
.hilfefinder .content input[type=checkbox]:not(:checked) + label.sichtbar::before,
.hilfefinder .content input[type=radio]:checked + label.sichtbar::before,
.hilfefinder .content input[type=radio]:not(:checked) + label.sichtbar::before {
  content: " ";
  display: inline-block;
  width: 17px;
  height: 17px;
  position: relative;
  top: 4px;
  border: 1px solid #404040;
  background: white;
  margin-right: 1em;
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  float: left;
}
.hilfefinder .content input[type=radio]:checked + label.sichtbar::before,
.hilfefinder .content input[type=radio]:not(:checked) + label.sichtbar::before {
  border-radius: 30px;
}
.hilfefinder .content input[type=checkbox]:hover + label.sichtbar::before,
.hilfefinder .content input[type=radio]:hover + label.sichtbar::before {
  background: #ddd;
  /*box-shadow: inset 0 0 0 1px white;*/
}
.hilfefinder .content input[type=checkbox]:checked + label.sichtbar::before,
.hilfefinder .content input[type=radio]:checked + label.sichtbar::before {
  background: #9d1839;
  /*box-shadow: inset 0 0 0 1px white;*/
}
.hilfefinder .content .contentInnerMaxWidth {
  background: #f0efe8;
}
.hilfefinder .content .contentInnerMaxWidth .contentInner {
  padding-left: 5.2205882353%;
  padding-right: 5.2205882353%;
}
.hilfefinder .content .contentInnerMaxWidth .contentInner .frame-default, .hilfefinder .content .contentInnerMaxWidth .contentInner .frame {
  margin-left: 0;
}
.hilfefinder .content .contentInnerFullWidth {
  background: #ffffff;
  padding-top: 0;
}
.hilfefinder .content .contentInnerFullWidth .contentInner {
  padding-left: 0;
  padding-right: 0;
  max-width: none;
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default, .hilfefinder .content .contentInnerFullWidth .contentInner .frame {
  margin-left: 0;
  margin-right: 0;
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .headerbild .hilfefinder, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .headerbild .hilfefinder {
  position: absolute;
  z-index: 600;
  right: 0px;
  width: 187px;
  height: 74px;
  background: #9d1839;
  margin-top: -34px;
  color: #ffffff;
  font-size: 27px;
  font-size: 1.4210526316rem;
  padding-top: 18px;
  -webkit-box-shadow: -3px 0px 20px 2px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: -3px 0px 20px 2px rgba(0, 0, 0, 0.35);
  box-shadow: -3px 0px 20px 2px rgba(0, 0, 0, 0.35);
}
@media all and (max-width: 780px) {
  .hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .headerbild .hilfefinder, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .headerbild .hilfefinder {
    display: none;
  }
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .headerbild .hilfefinder:before, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .headerbild .hilfefinder:before {
  content: "";
  width: 0;
  height: 0;
  line-height: 0;
  border-left: 187px solid transparent;
  border-bottom: 13px solid #9d1839;
  top: -12px;
  right: 0;
  position: absolute;
  z-index: 10000;
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .headerbild .hilfefinder.hilfefinderBig, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .headerbild .hilfefinder.hilfefinderBig {
  width: 227px;
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .headerbild .hilfefinder.hilfefinderBig:before, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .headerbild .hilfefinder.hilfefinderBig:before {
  border-left: 227px solid transparent;
  top: -12px;
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .headerbild .hilfefinder a, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .headerbild .hilfefinder a {
  color: #ffffff;
  text-decoration: none;
  padding-left: 20px;
  padding-right: 20px;
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .headerbild .hilfefinder a:after, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .headerbild .hilfefinder a:after {
  position: absolute;
  right: 10px;
  top: 29px;
  content: "";
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 15px solid #ffffff;
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderTrenner, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderTrenner {
  width: 100%;
  clear: left;
  height: 4px;
  background: #ffffff;
  float: left;
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder #hilfefinderErgebnisseKarte, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder #hilfefinderErgebnisseKarte {
  position: relative;
  max-width: 1660px;
  margin: 0 auto;
  width: 100%;
  padding-left: 5.2205882353%;
  padding-right: 5.2205882353%;
  clear: left;
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder #hilfefinderErgebnisseKarte #map, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder #hilfefinderErgebnisseKarte #map {
  width: 100%;
  height: 400px;
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder #hilfefinderErgebnisseKarte .hilfefinderErgebnisseKarteUeberlagern, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder #hilfefinderErgebnisseKarte .hilfefinderErgebnisseKarteUeberlagern {
  background: transparent; /* unsichtbar machen */
  position: absolute; /* Position relativ machen um z-index zu verändern */
  z-index: 100; /* sicher ist sicher */
  width: 100%; /* iFrame Breite */
  height: 400px; /* iFrame Höhe */
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .mapMarkerWrapper_right, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .mapMarkerWrapper_right {
  font-size: 19px;
  font-size: 1rem;
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .mapMarkerWrapper_right b, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .mapMarkerWrapper_right b {
  color: #9d1839;
  font-weight: normal;
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .mapMarkerWrapper_right a, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .mapMarkerWrapper_right a {
  text-decoration: none;
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder #hilfeangebotUids, .hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder #hilfeangebotStep2Uids, .hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder #hilfeangebotStep3Uids, .hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder #hilfeangebotStep4Uids, .hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder #hilfeangebotStep5Uids, .hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder #aendernstep, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder #hilfeangebotUids, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder #hilfeangebotStep2Uids, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder #hilfeangebotStep3Uids, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder #hilfeangebotStep4Uids, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder #hilfeangebotStep5Uids, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder #aendernstep {
  display: none;
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder #aufgabenfelder .hilfefinderBgGrau .aufgabenfelderContent, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder #aufgabenfelder .hilfefinderBgGrau .aufgabenfelderContent {
  margin-top: 0;
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder #bundeslandContent .hilfefinderBgGrau .aufgabenfelderContent, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder #bundeslandContent .hilfefinderBgGrau .aufgabenfelderContent {
  margin-top: 0;
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder #bundeslandContent .hilfefinderBgGrau .aufgabenfelderContent .hilfefinderInhalt .hilfefinderLabel, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder #bundeslandContent .hilfefinderBgGrau .aufgabenfelderContent .hilfefinderInhalt .hilfefinderLabel {
  padding-top: 28px;
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder #bundeslandContent .hilfefinderBgGrau .aufgabenfelderContent .hilfefinderInhalt .hilfefinderOptions, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder #bundeslandContent .hilfefinderBgGrau .aufgabenfelderContent .hilfefinderInhalt .hilfefinderOptions {
  padding-top: 28px;
  padding-bottom: 28px;
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder #bundeslandContent .hilfefinderBgGrau .aufgabenfelderContent .hilfefinderTrenner, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder #bundeslandContent .hilfefinderBgGrau .aufgabenfelderContent .hilfefinderTrenner {
  margin-top: 0;
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderBgGrau, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderBgGrau {
  float: left;
  width: 100%;
  background: #f0efe8;
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderBgGrau .aufgabenfelderContent, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderBgGrau .aufgabenfelderContent {
  margin-top: 28px;
  position: relative;
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderBgGrau .aufgabenfelderContent .hilfefinderInhalt, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderBgGrau .aufgabenfelderContent .hilfefinderInhalt {
  position: relative;
  max-width: 1660px;
  margin: 0 auto;
  width: 100%;
  padding-left: 5.2205882353%;
  padding-right: 5.2205882353%;
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderBgGrau .aufgabenfelderContent .hilfefinderInhalt .hilfefinderAendern, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderBgGrau .aufgabenfelderContent .hilfefinderInhalt .hilfefinderAendern {
  position: absolute;
  right: 5.2205882353%;
  top: 0px;
  display: none;
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderBgGrau .aufgabenfelderContent .hilfefinderInhalt .hilfefinderAendern a, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderBgGrau .aufgabenfelderContent .hilfefinderInhalt .hilfefinderAendern a {
  text-decoration: none;
  padding-right: 30px;
  color: #9d1839;
  font-size: 20px;
  font-size: 1.0526315789rem;
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderBgGrau .aufgabenfelderContent .hilfefinderInhalt .hilfefinderAendern a:after, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderBgGrau .aufgabenfelderContent .hilfefinderInhalt .hilfefinderAendern a:after {
  position: absolute;
  right: 0;
  top: 9px;
  content: "";
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 10px solid #9d1839;
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderBgGrau .aufgabenfelderContent .hilfefinderInhalt .hilfefinderLabel, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderBgGrau .aufgabenfelderContent .hilfefinderInhalt .hilfefinderLabel {
  float: left;
  width: 150px;
  color: #9d1839;
  font-size: 20px;
  font-size: 1.0526315789rem;
}
@media all and (max-width: 480px) {
  .hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderBgGrau .aufgabenfelderContent .hilfefinderInhalt .hilfefinderLabel, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderBgGrau .aufgabenfelderContent .hilfefinderInhalt .hilfefinderLabel {
    width: 100%;
  }
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderBgGrau .aufgabenfelderContent .hilfefinderInhalt .hilfefinderUmkreis, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderBgGrau .aufgabenfelderContent .hilfefinderInhalt .hilfefinderUmkreis {
  display: none;
  float: left;
  width: 55%;
  padding-left: 5%;
  font-size: 20px;
  font-size: 1.0526315789rem;
  border-left: 8px solid #ffffff;
  padding-top: 28px;
  padding-bottom: 28px;
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderBgGrau .aufgabenfelderContent .hilfefinderInhalt .hilfefinderUmkreis .block1, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderBgGrau .aufgabenfelderContent .hilfefinderInhalt .hilfefinderUmkreis .block1 {
  float: left;
  width: 35%;
  color: #9d1839;
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderBgGrau .aufgabenfelderContent .hilfefinderInhalt .hilfefinderUmkreis .block2, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderBgGrau .aufgabenfelderContent .hilfefinderInhalt .hilfefinderUmkreis .block2 {
  float: left;
  width: 65%;
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderBgGrau .aufgabenfelderContent .hilfefinderInhalt .hilfefinderUmkreis .block2 .feld1, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderBgGrau .aufgabenfelderContent .hilfefinderInhalt .hilfefinderUmkreis .block2 .feld1 {
  float: left;
  width: 100%;
  margin-bottom: 12px;
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderBgGrau .aufgabenfelderContent .hilfefinderInhalt .hilfefinderUmkreis .block2 .feld1 input.plzort, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderBgGrau .aufgabenfelderContent .hilfefinderInhalt .hilfefinderUmkreis .block2 .feld1 input.plzort {
  border: 1px solid #bfbfbf;
  width: 50%;
  margin-right: 10px;
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderBgGrau .aufgabenfelderContent .hilfefinderInhalt .hilfefinderUmkreis .block2 .feld2, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderBgGrau .aufgabenfelderContent .hilfefinderInhalt .hilfefinderUmkreis .block2 .feld2 {
  float: left;
  width: 100%;
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderBgGrau .aufgabenfelderContent .hilfefinderInhalt .hilfefinderOptions.hilfefinderOptionsSelected, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderBgGrau .aufgabenfelderContent .hilfefinderInhalt .hilfefinderOptions.hilfefinderOptionsSelected {
  width: calc(100% - 250px);
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderBgGrau .aufgabenfelderContent .hilfefinderInhalt .hilfefinderOptions.hilfefinderOptionsBundesland, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderBgGrau .aufgabenfelderContent .hilfefinderInhalt .hilfefinderOptions.hilfefinderOptionsBundesland {
  width: calc(45% - 150px);
  width: calc(100% - 150px);
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderBgGrau .aufgabenfelderContent .hilfefinderInhalt .hilfefinderOptions, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderBgGrau .aufgabenfelderContent .hilfefinderInhalt .hilfefinderOptions {
  float: left;
  width: calc(100% - 150px);
  font-size: 20px;
  font-size: 1.0526315789rem;
}
@media all and (max-width: 480px) {
  .hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderBgGrau .aufgabenfelderContent .hilfefinderInhalt .hilfefinderOptions, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderBgGrau .aufgabenfelderContent .hilfefinderInhalt .hilfefinderOptions {
    width: 100%;
  }
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderBgGrau .aufgabenfelderContent .hilfefinderInhalt .hilfefinderOptions .hilfefinderLabelCheckbox, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderBgGrau .aufgabenfelderContent .hilfefinderInhalt .hilfefinderOptions .hilfefinderLabelCheckbox {
  float: left;
  width: 25%;
}
@media all and (max-width: 1510px) {
  .hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderBgGrau .aufgabenfelderContent .hilfefinderInhalt .hilfefinderOptions .hilfefinderLabelCheckbox, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderBgGrau .aufgabenfelderContent .hilfefinderInhalt .hilfefinderOptions .hilfefinderLabelCheckbox {
    width: 33.3333333333%;
  }
}
@media all and (max-width: 1150px) {
  .hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderBgGrau .aufgabenfelderContent .hilfefinderInhalt .hilfefinderOptions .hilfefinderLabelCheckbox, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderBgGrau .aufgabenfelderContent .hilfefinderInhalt .hilfefinderOptions .hilfefinderLabelCheckbox {
    width: 50%;
  }
}
@media all and (max-width: 840px) {
  .hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderBgGrau .aufgabenfelderContent .hilfefinderInhalt .hilfefinderOptions .hilfefinderLabelCheckbox, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderBgGrau .aufgabenfelderContent .hilfefinderInhalt .hilfefinderOptions .hilfefinderLabelCheckbox {
    width: 100%;
  }
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderBgGrau .aufgabenfelderContent .hilfefinderInhalt .hilfefinderOptions .hilfefinderLabelCheckbox label, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderBgGrau .aufgabenfelderContent .hilfefinderInhalt .hilfefinderOptions .hilfefinderLabelCheckbox label {
  padding-right: 20px;
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderBgGrau .aufgabenfelderContent .hilfefinderInhalt .hilfefinderOptions .hilfefinderLabelCheckbox label span, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderBgGrau .aufgabenfelderContent .hilfefinderInhalt .hilfefinderOptions .hilfefinderLabelCheckbox label span {
  display: inline-block;
  width: calc(100% - 80px);
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderBgGrau .aufgabenfelderContent .hilfefinderInhalt .hilfefinderOptions .hilfefinderLabelCheckbox.hilfefinderLabelCheckboxSelected, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderBgGrau .aufgabenfelderContent .hilfefinderInhalt .hilfefinderOptions .hilfefinderLabelCheckbox.hilfefinderLabelCheckboxSelected {
  width: auto;
  padding-right: 20px;
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderBgGrau .aufgabenfelderContent .hilfefinderInhalt .hilfefinderOptions .hilfefinderLabelCheckboxAufgabenfeld, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderBgGrau .aufgabenfelderContent .hilfefinderInhalt .hilfefinderOptions .hilfefinderLabelCheckboxAufgabenfeld {
  float: left;
  padding-right: 20px;
}
@media all and (max-width: 1150px) {
  .hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderBgGrau .aufgabenfelderContent .hilfefinderInhalt .hilfefinderOptions .hilfefinderLabelCheckboxAufgabenfeld, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderBgGrau .aufgabenfelderContent .hilfefinderInhalt .hilfefinderOptions .hilfefinderLabelCheckboxAufgabenfeld {
    width: 25%;
    padding-right: 0;
  }
}
@media all and (max-width: 840px) {
  .hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderBgGrau .aufgabenfelderContent .hilfefinderInhalt .hilfefinderOptions .hilfefinderLabelCheckboxAufgabenfeld, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderBgGrau .aufgabenfelderContent .hilfefinderInhalt .hilfefinderOptions .hilfefinderLabelCheckboxAufgabenfeld {
    width: 33.3333333333%;
    padding-right: 0;
  }
}
@media all and (max-width: 720px) {
  .hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderBgGrau .aufgabenfelderContent .hilfefinderInhalt .hilfefinderOptions .hilfefinderLabelCheckboxAufgabenfeld, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderBgGrau .aufgabenfelderContent .hilfefinderInhalt .hilfefinderOptions .hilfefinderLabelCheckboxAufgabenfeld {
    width: 50%;
    padding-right: 0;
  }
}
@media all and (max-width: 525px) {
  .hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderBgGrau .aufgabenfelderContent .hilfefinderInhalt .hilfefinderOptions .hilfefinderLabelCheckboxAufgabenfeld, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderBgGrau .aufgabenfelderContent .hilfefinderInhalt .hilfefinderOptions .hilfefinderLabelCheckboxAufgabenfeld {
    width: 100%;
    padding-right: 0;
  }
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderBgGrau .aufgabenfelderContent input.weiter, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderBgGrau .aufgabenfelderContent input.weiter {
  background: #9d1839;
  color: #ffffff;
  border: 0;
  font-size: 20px;
  font-size: 1.0526315789rem;
  width: 100%;
  text-align: center;
  padding-top: 6px;
  padding-bottom: 8px;
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderBgGrau .aufgabenfelderContent .hilfefinderTrenner, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderBgGrau .aufgabenfelderContent .hilfefinderTrenner {
  width: 100%;
  clear: left;
  height: 4px;
  background: #ffffff;
  margin-top: 23px;
  float: left;
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderHeadline, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderHeadline {
  width: 100%;
  background: #f0efe8;
  padding-top: 60px;
  max-width: 1660px;
  margin: 0 auto;
  width: 100%;
  padding-left: 5.2205882353%;
  padding-right: 5.2205882353%;
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnislisteTrenner, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnislisteTrenner {
  float: left;
  clear: left;
  width: 100%;
  margin-bottom: 100px;
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnislisteAbstand, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnislisteAbstand {
  display: none;
}
@media all and (max-width: 1100px) {
  .hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnislisteAbstand, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnislisteAbstand {
    width: 100%;
    float: left;
    height: 130px;
    display: block;
  }
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste {
  clear: left;
  max-width: 1660px;
  margin: 0 auto;
  padding-left: 15.2205882353%;
  padding-right: 15.2205882353%;
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle {
  margin-top: 90px;
  /*@media all and (min-width: $mainBreakpoint) {
                      margin-left: $content-innen-abstand-fix;
                      margin-right: $content-innen-abstand-fix;
                  }*/
}
@media all and (max-width: 600px) {
  .hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle {
    margin-top: 30px;
  }
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleDatenUndAnfahrt, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleDatenUndAnfahrt {
  float: left;
  width: 100%;
  margin-bottom: 70px;
  clear: left;
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleDatenUndAnfahrt .hilfefinderSingleDaten, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleDatenUndAnfahrt .hilfefinderSingleDaten {
  float: left;
  width: 48.7623762376%;
  margin-right: 2.4752475248%;
}
@media all and (max-width: 780px) {
  .hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleDatenUndAnfahrt .hilfefinderSingleDaten, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleDatenUndAnfahrt .hilfefinderSingleDaten {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleDatenUndAnfahrt .hilfefinderSingleDaten .hilfefinderSingleDatenBox, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleDatenUndAnfahrt .hilfefinderSingleDaten .hilfefinderSingleDatenBox {
  width: 100%;
  border: 1px solid #9d1839;
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleDatenUndAnfahrt .hilfefinderSingleDaten .hilfefinderSingleDatenBox .datenfaktenrte, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleDatenUndAnfahrt .hilfefinderSingleDaten .hilfefinderSingleDatenBox .datenfaktenrte {
  font-size: 21px;
  font-size: 1.1052631579rem;
  padding: 20px 10px 5px 15px;
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleDatenUndAnfahrt .hilfefinderSingleDaten .hilfefinderSingleDatenBox .contenttable th, .hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleDatenUndAnfahrt .hilfefinderSingleDaten .hilfefinderSingleDatenBox .contenttable td, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleDatenUndAnfahrt .hilfefinderSingleDaten .hilfefinderSingleDatenBox .contenttable th, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleDatenUndAnfahrt .hilfefinderSingleDaten .hilfefinderSingleDatenBox .contenttable td {
  font-size: 21px;
  font-size: 1.1052631579rem;
  padding: 5px 0 5px 15px;
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleDatenUndAnfahrt .hilfefinderSingleDaten .hilfefinderSingleDatenBox .contenttable .tr-odd th, .hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleDatenUndAnfahrt .hilfefinderSingleDaten .hilfefinderSingleDatenBox .contenttable .tr-odd td, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleDatenUndAnfahrt .hilfefinderSingleDaten .hilfefinderSingleDatenBox .contenttable .tr-odd th, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleDatenUndAnfahrt .hilfefinderSingleDaten .hilfefinderSingleDatenBox .contenttable .tr-odd td {
  background: none;
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleDatenUndAnfahrt .hilfefinderSingleDaten .hilfefinderSingleDatenBox .contenttable .tr-even.tr-0 th, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleDatenUndAnfahrt .hilfefinderSingleDaten .hilfefinderSingleDatenBox .contenttable .tr-even.tr-0 th {
  background: none;
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleDatenUndAnfahrt .hilfefinderSingleDaten .hilfefinderSingleDatenBox .contenttable tr.tr-0 td, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleDatenUndAnfahrt .hilfefinderSingleDaten .hilfefinderSingleDatenBox .contenttable tr.tr-0 td {
  padding-top: 20px;
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleDatenUndAnfahrt .hilfefinderSingleDaten .hilfefinderSingleDatenBox .contenttable tr td.td-0, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleDatenUndAnfahrt .hilfefinderSingleDaten .hilfefinderSingleDatenBox .contenttable tr td.td-0 {
  width: 18%;
  color: #9d1839;
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleDatenUndAnfahrt .hilfefinderSingleDaten .hilfefinderSingleDatenBox .contenttable tr td.td-1, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleDatenUndAnfahrt .hilfefinderSingleDaten .hilfefinderSingleDatenBox .contenttable tr td.td-1 {
  width: 82%;
  padding-right: 20px;
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleDatenUndAnfahrt .hilfefinderSingleAnfahrt, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleDatenUndAnfahrt .hilfefinderSingleAnfahrt {
  float: left;
  width: 48.7623762376%;
}
@media all and (max-width: 780px) {
  .hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleDatenUndAnfahrt .hilfefinderSingleAnfahrt, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleDatenUndAnfahrt .hilfefinderSingleAnfahrt {
    width: 100%;
    margin-right: 0;
  }
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleDatenUndAnfahrt .hilfefinderSingleAnfahrt .hilfefinderSingleAnfahrtBox, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleDatenUndAnfahrt .hilfefinderSingleAnfahrt .hilfefinderSingleAnfahrtBox {
  width: 100%;
  border: 1px solid #9d1839;
  padding: 5px;
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleDatenUndAnfahrt .hilfefinderSingleAnfahrt .hilfefinderSingleAnfahrtBox .mapMarkerWrapper_right, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleDatenUndAnfahrt .hilfefinderSingleAnfahrt .hilfefinderSingleAnfahrtBox .mapMarkerWrapper_right {
  font-size: 15px;
  font-size: 0.7894736842rem;
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleDatenUndAnfahrt .hilfefinderSingleAnfahrt .hilfefinderSingleAnfahrtBox #map, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleDatenUndAnfahrt .hilfefinderSingleAnfahrt .hilfefinderSingleAnfahrtBox #map {
  width: 100%;
  min-height: 312px;
  height: 100%;
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleDatenUndAnfahrt .hilfefinderSingleAnfahrt > .mapMarkerWrapper_right, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleDatenUndAnfahrt .hilfefinderSingleAnfahrt > .mapMarkerWrapper_right {
  display: none;
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleBildtrenner, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleBildtrenner {
  float: left;
  width: 100%;
  margin-top: 70px;
  clear: left;
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleFliesstext2, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleFliesstext2 {
  float: left;
  width: 100%;
  margin-top: 70px;
  clear: left;
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleAkkordioninhalte, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleAkkordioninhalte {
  float: left;
  width: 100%;
  clear: left;
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleAkkordioninhalte h3, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleAkkordioninhalte h3 {
  margin-top: 70px;
  margin-bottom: 10px;
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleAkkordioninhalte .frame-default, .hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleAkkordioninhalte .frame, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleAkkordioninhalte .frame-default, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleAkkordioninhalte .frame {
  padding-bottom: 0;
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleAkkordioninhalte .frame-default:first-child, .hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleAkkordioninhalte .frame:first-child, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleAkkordioninhalte .frame-default:first-child, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleAkkordioninhalte .frame:first-child {
  margin-top: 70px;
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleAkkordioninhalte .frame-default .accordion-content, .hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleAkkordioninhalte .frame .accordion-content, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleAkkordioninhalte .frame-default .accordion-content, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleAkkordioninhalte .frame .accordion-content {
  padding: 20px 20px 10px 20px;
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleAkkordioninhalte .frame-default .accordion-content.hidden, .hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleAkkordioninhalte .frame .accordion-content.hidden, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleAkkordioninhalte .frame-default .accordion-content.hidden, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleAkkordioninhalte .frame .accordion-content.hidden {
  padding: 0 20px 0 20px;
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleAkkordioninhalte .frame-default .accordion-content h3, .hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleAkkordioninhalte .frame .accordion-content h3, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleAkkordioninhalte .frame-default .accordion-content h3, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleAkkordioninhalte .frame .accordion-content h3 {
  margin: 0 0 6px 0;
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleAkkordioninhalte .frame-default .accordion-content .bildungKontakt1, .hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleAkkordioninhalte .frame .accordion-content .bildungKontakt1, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleAkkordioninhalte .frame-default .accordion-content .bildungKontakt1, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleAkkordioninhalte .frame .accordion-content .bildungKontakt1 {
  float: left;
  margin-top: 30px;
  width: 48.7623762376%;
  margin-right: 2.4752475248%;
}
@media all and (max-width: 780px) {
  .hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleAkkordioninhalte .frame-default .accordion-content .bildungKontakt1, .hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleAkkordioninhalte .frame .accordion-content .bildungKontakt1, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleAkkordioninhalte .frame-default .accordion-content .bildungKontakt1, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleAkkordioninhalte .frame .accordion-content .bildungKontakt1 {
    width: 100%;
    margin-right: 0;
  }
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleAkkordioninhalte .frame-default .accordion-content .bildungKontakt1 .contentInnerMaxWidth .contentInner .frame-default, .hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleAkkordioninhalte .frame-default .accordion-content .bildungKontakt1 .contentInnerMaxWidth .contentInner .frame, .hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleAkkordioninhalte .frame .accordion-content .bildungKontakt1 .contentInnerMaxWidth .contentInner .frame-default, .hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleAkkordioninhalte .frame .accordion-content .bildungKontakt1 .contentInnerMaxWidth .contentInner .frame, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleAkkordioninhalte .frame-default .accordion-content .bildungKontakt1 .contentInnerMaxWidth .contentInner .frame-default, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleAkkordioninhalte .frame-default .accordion-content .bildungKontakt1 .contentInnerMaxWidth .contentInner .frame, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleAkkordioninhalte .frame .accordion-content .bildungKontakt1 .contentInnerMaxWidth .contentInner .frame-default, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleAkkordioninhalte .frame .accordion-content .bildungKontakt1 .contentInnerMaxWidth .contentInner .frame {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleAkkordioninhalte .frame-default .accordion-content .bildungKontakt1 .contentInnerMaxWidth .contentInner .frame-default .contactBox, .hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleAkkordioninhalte .frame-default .accordion-content .bildungKontakt1 .contentInnerMaxWidth .contentInner .frame .contactBox, .hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleAkkordioninhalte .frame .accordion-content .bildungKontakt1 .contentInnerMaxWidth .contentInner .frame-default .contactBox, .hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleAkkordioninhalte .frame .accordion-content .bildungKontakt1 .contentInnerMaxWidth .contentInner .frame .contactBox, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleAkkordioninhalte .frame-default .accordion-content .bildungKontakt1 .contentInnerMaxWidth .contentInner .frame-default .contactBox, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleAkkordioninhalte .frame-default .accordion-content .bildungKontakt1 .contentInnerMaxWidth .contentInner .frame .contactBox, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleAkkordioninhalte .frame .accordion-content .bildungKontakt1 .contentInnerMaxWidth .contentInner .frame-default .contactBox, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleAkkordioninhalte .frame .accordion-content .bildungKontakt1 .contentInnerMaxWidth .contentInner .frame .contactBox {
  background: #f0efe8;
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleAkkordioninhalte .frame-default .accordion-content .bildungKontakt2, .hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleAkkordioninhalte .frame .accordion-content .bildungKontakt2, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleAkkordioninhalte .frame-default .accordion-content .bildungKontakt2, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleAkkordioninhalte .frame .accordion-content .bildungKontakt2 {
  float: left;
  width: 48.7623762376%;
  margin-top: 30px;
}
@media all and (max-width: 780px) {
  .hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleAkkordioninhalte .frame-default .accordion-content .bildungKontakt2, .hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleAkkordioninhalte .frame .accordion-content .bildungKontakt2, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleAkkordioninhalte .frame-default .accordion-content .bildungKontakt2, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleAkkordioninhalte .frame .accordion-content .bildungKontakt2 {
    width: 100%;
    margin-right: 0;
  }
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleAkkordioninhalte .frame-default .accordion-content .bildungKontakt2 .contentInnerMaxWidth .contentInner .frame-default, .hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleAkkordioninhalte .frame-default .accordion-content .bildungKontakt2 .contentInnerMaxWidth .contentInner .frame, .hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleAkkordioninhalte .frame .accordion-content .bildungKontakt2 .contentInnerMaxWidth .contentInner .frame-default, .hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleAkkordioninhalte .frame .accordion-content .bildungKontakt2 .contentInnerMaxWidth .contentInner .frame, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleAkkordioninhalte .frame-default .accordion-content .bildungKontakt2 .contentInnerMaxWidth .contentInner .frame-default, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleAkkordioninhalte .frame-default .accordion-content .bildungKontakt2 .contentInnerMaxWidth .contentInner .frame, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleAkkordioninhalte .frame .accordion-content .bildungKontakt2 .contentInnerMaxWidth .contentInner .frame-default, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleAkkordioninhalte .frame .accordion-content .bildungKontakt2 .contentInnerMaxWidth .contentInner .frame {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleAkkordioninhalte .frame-default .accordion-content .bildungKontakt2 .contentInnerMaxWidth .contentInner .frame-default .contactBox, .hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleAkkordioninhalte .frame-default .accordion-content .bildungKontakt2 .contentInnerMaxWidth .contentInner .frame .contactBox, .hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleAkkordioninhalte .frame .accordion-content .bildungKontakt2 .contentInnerMaxWidth .contentInner .frame-default .contactBox, .hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleAkkordioninhalte .frame .accordion-content .bildungKontakt2 .contentInnerMaxWidth .contentInner .frame .contactBox, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleAkkordioninhalte .frame-default .accordion-content .bildungKontakt2 .contentInnerMaxWidth .contentInner .frame-default .contactBox, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleAkkordioninhalte .frame-default .accordion-content .bildungKontakt2 .contentInnerMaxWidth .contentInner .frame .contactBox, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleAkkordioninhalte .frame .accordion-content .bildungKontakt2 .contentInnerMaxWidth .contentInner .frame-default .contactBox, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleAkkordioninhalte .frame .accordion-content .bildungKontakt2 .contentInnerMaxWidth .contentInner .frame .contactBox {
  background: #f0efe8;
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleAkkordioninhalte .contentInnerMaxWidth, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleAkkordioninhalte .contentInnerMaxWidth {
  background: none;
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleStatement, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleStatement {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleStatement .hilfefinderSingleStatementBild, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleStatement .hilfefinderSingleStatementBild {
  float: left;
  width: 30%;
  margin-right: 5%;
  padding-top: 18px;
}
@media all and (max-width: 600px) {
  .hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleStatement .hilfefinderSingleStatementBild, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleStatement .hilfefinderSingleStatementBild {
    width: 100%;
    margin-right: 0;
  }
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleStatement .hilfefinderSingleStatementText, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleStatement .hilfefinderSingleStatementText {
  float: left;
  width: 65%;
}
@media all and (max-width: 1100px) {
  .hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleStatement .hilfefinderSingleStatementText, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleStatement .hilfefinderSingleStatementText {
    width: 100%;
  }
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleStatement .hilfefinderSingleStatementText blockquote p, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleStatement .hilfefinderSingleStatementText blockquote p {
  font-size: 15px;
  font-size: 0.7894736842rem;
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleStatement .hilfefinderSingleStatementText blockquote p:first-child, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleStatement .hilfefinderSingleStatementText blockquote p:first-child {
  quotes: "»" "«";
  position: relative;
  font-size: 21px;
  font-size: 1.1052631579rem;
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleStatement .hilfefinderSingleStatementText blockquote p:first-child:before, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleStatement .hilfefinderSingleStatementText blockquote p:first-child:before {
  content: open-quote;
  color: #9d1839;
  font-size: 2.5em;
  position: absolute;
  left: -29px;
  top: -4px;
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleStatement .hilfefinderSingleStatementText blockquote p:first-child:after, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleStatement .hilfefinderSingleStatementText blockquote p:first-child:after {
  content: close-quote;
  color: #9d1839;
  font-size: 2.5em;
  position: absolute;
  bottom: 3px;
  margin-left: 4px;
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleStatement .hilfefinderSingleStatementText.hilfefinderSingleStatementTextOhneBild, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleStatement .hilfefinderSingleStatementText.hilfefinderSingleStatementTextOhneBild {
  float: none;
  width: 65%;
  margin: 0 auto;
  margin-top: 0;
}
@media all and (max-width: 1100px) {
  .hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleStatement .hilfefinderSingleStatementText.hilfefinderSingleStatementTextOhneBild, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleStatement .hilfefinderSingleStatementText.hilfefinderSingleStatementTextOhneBild {
    width: 100%;
  }
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleAnsprechpartner, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleAnsprechpartner {
  float: left;
  width: 100%;
  margin-top: 70px;
  clear: left;
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleAnsprechpartner .contentInnerMaxWidth, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleAnsprechpartner .contentInnerMaxWidth {
  background: none;
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleAnsprechpartner .contentInnerMaxWidth .contentInner .contactBox, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleAnsprechpartner .contentInnerMaxWidth .contentInner .contactBox {
  background: #f0efe8;
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleAnsprechpartner .hilfefinderSingleAnsprechpartner1, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleAnsprechpartner .hilfefinderSingleAnsprechpartner1 {
  float: left;
  width: 48.7623762376%;
  margin-right: 2.4752475248%;
}
@media all and (max-width: 780px) {
  .hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleAnsprechpartner .hilfefinderSingleAnsprechpartner1, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleAnsprechpartner .hilfefinderSingleAnsprechpartner1 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleAnsprechpartner .hilfefinderSingleAnsprechpartner2, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleAnsprechpartner .hilfefinderSingleAnsprechpartner2 {
  float: left;
  width: 48.7623762376%;
}
@media all and (max-width: 780px) {
  .hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleAnsprechpartner .hilfefinderSingleAnsprechpartner2, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleAnsprechpartner .hilfefinderSingleAnsprechpartner2 {
    width: 100%;
    margin-right: 0;
  }
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleAnsprechpartner .hilfefinderSingleAnsprechpartner2 .downloadBox, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleAnsprechpartner .hilfefinderSingleAnsprechpartner2 .downloadBox {
  background: #f0efe8;
  margin-bottom: 0;
  width: 100%;
  margin-right: 0;
  float: left;
}
@media all and (max-width: 930px) {
  .hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleAnsprechpartner .hilfefinderSingleAnsprechpartner2 .downloadBox, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleAnsprechpartner .hilfefinderSingleAnsprechpartner2 .downloadBox {
    width: 100%;
    margin-right: 0;
  }
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleKontakt, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleKontakt {
  float: left;
  width: 100%;
  margin-top: 70px;
  clear: left;
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleKontakt span, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleKontakt span {
  font-size: 16px;
  font-size: 0.8421052632rem;
  color: #000000;
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleZusatztext, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleZusatztext {
  float: left;
  width: 100%;
  margin-top: 70px;
  clear: left;
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleBildergalerie, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleBildergalerie {
  float: left;
  width: 100%;
  margin-top: 70px;
  clear: left;
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleBildergalerie .bx-wrapper, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleBildergalerie .bx-wrapper {
  width: 85%;
}
@media all and (max-width: 1100px) {
  .hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleBildergalerie .bx-wrapper, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleBildergalerie .bx-wrapper {
    width: 100%;
  }
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleBildergalerie h2, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleBildergalerie h2 {
  margin-bottom: 40px;
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleBildergalerie p.caption, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleBildergalerie p.caption {
  margin-top: 10px;
  font-size: 18px;
  font-size: 0.9473684211rem;
  line-height: 22px;
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderAngeboteimdetail, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderAngeboteimdetail {
  float: left;
  width: 100%;
  margin-top: 70px;
  clear: left;
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderAngeboteimdetail ul, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderAngeboteimdetail ul {
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  column-count: 2;
  column-gap: 20px;
}
@media all and (max-width: 600px) {
  .hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderAngeboteimdetail ul, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderAngeboteimdetail ul {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleDownloads, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleDownloads {
  float: left;
  width: 100%;
  margin-top: 70px;
  clear: left;
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleDownloads .downloadBox, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleDownloads .downloadBox {
  background: #f0efe8;
  margin-bottom: 20px;
  width: calc(50% - 10px);
  margin-right: 20px;
  float: left;
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleDownloads .downloadBox:nth-child(odd), .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleDownloads .downloadBox:nth-child(odd) {
  margin-right: 0;
}
@media all and (max-width: 930px) {
  .hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleDownloads .downloadBox, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleDownloads .downloadBox {
    width: 100%;
    margin-right: 0;
  }
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislistePflege .hilfefinderSingleStatement, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislistePflege .hilfefinderSingleStatement {
  margin-bottom: 70px;
}
@media all and (max-width: 600px) {
  .hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste {
    padding-left: 5.2205882353%;
    padding-right: 5.2205882353%;
  }
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste .hilfefinderErgebnisseTitel, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste .hilfefinderErgebnisseTitel {
  color: #9d1839;
  font-size: 20px;
  font-size: 1.0526315789rem;
  margin-bottom: 30px;
  font-weight: bold;
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste .ergebnisliste_hilfeangebot, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste .ergebnisliste_hilfeangebot {
  float: left;
  clear: left;
  width: 100%;
  margin-bottom: 30px;
  background: #f0efe8;
  padding: 25px;
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste .ergebnisliste_hilfeangebot .bild, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste .ergebnisliste_hilfeangebot .bild {
  float: left;
  width: 28.6432160804%;
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste .ergebnisliste_hilfeangebot .text, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste .ergebnisliste_hilfeangebot .text {
  float: left;
  width: 71.3567839196%;
  width: 100%;
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste .ergebnisliste_hilfeangebot .text a.mehr, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste .ergebnisliste_hilfeangebot .text a.mehr {
  text-decoration: none;
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste .backToList, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste .backToList {
  float: left;
  width: 100%;
  margin-top: 70px;
  clear: left;
}
@media all and (max-width: 1100px) {
  .hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste .backToList, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste .backToList {
    margin-top: 30px;
    margin-bottom: 170px;
  }
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste .backToList a, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste .backToList a {
  display: block;
  width: 180px;
  height: 44px;
  background: #9d1839;
  color: #ffffff;
  text-align: center;
  padding-top: 0;
  position: relative;
  margin-top: 80px;
  font-size: 21px;
  font-size: 1.1052631579rem;
  text-decoration: none;
  line-height: 38px;
}
.hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste .backToList a:before, .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste .backToList a:before {
  content: "";
  width: 0;
  height: 0;
  line-height: 0;
  border-left: 180px solid transparent;
  border-bottom: 13px solid #9d1839;
  top: -13px;
  right: 0;
  position: absolute;
  z-index: 10000;
}

.aufgabenfelder {
  background: #f0efe8;
  /*height: 330px;*/
  width: 100%;
  position: relative;
  float: none;
}
@media all and (max-width: 600px) {
  .aufgabenfelder {
    display: none;
  }
}
.aufgabenfelder .aufgabenfelderInner {
  max-width: 1660px;
  margin: 0 auto;
  /*background: #de3455;*/
  width: 100%;
  padding-left: 15.2205882353%;
  padding-right: 15.2205882353%;
}
@media all and (max-width: 1100px) {
  .aufgabenfelder .aufgabenfelderInner {
    padding-left: 5.2205882353%;
    padding-right: 5.2205882353%;
  }
}
@media all and (max-width: 600px) {
  .aufgabenfelder .aufgabenfelderInner {
    padding-left: 0;
    padding-right: 0;
  }
}
@media all and (min-width: 1660px) {
  .aufgabenfelder .aufgabenfelderInner {
    padding-left: 252.6617647059px;
    padding-right: 252.6617647059px;
  }
}
.aufgabenfelder .aufgabenfelderInner .aufgabenfelderKarusel {
  /*background: #663311;*/
  /*height: 330px;*/
  padding-top: 60px;
}
@media all and (max-width: 480px) {
  .aufgabenfelder .aufgabenfelderInner .aufgabenfelderKarusel {
    padding-top: 0;
  }
}
.aufgabenfelder .aufgabenfelderInner .aufgabenfelderKarusel h2 {
  padding-left: 7.2938689218%;
}
@media all and (min-width: 1660px) {
  .aufgabenfelder .aufgabenfelderInner .aufgabenfelderKarusel h2 {
    padding-left: 121.0782241015px;
  }
}
@media all and (max-width: 480px) {
  .aufgabenfelder .aufgabenfelderInner .aufgabenfelderKarusel h2 {
    display: none;
  }
}
.aufgabenfelder .aufgabenfelderInner .aufgabenfelderKarusel .aufgabenfelderBox {
  /*border: 1px solid #ffff00;*/
  /*height: 328px;*/
  padding-bottom: 10px;
  margin-left: 7.2938689218%;
  margin-right: 7.2938689218%;
}
@media all and (min-width: 902px) {
  .aufgabenfelder .aufgabenfelderInner .aufgabenfelderKarusel .aufgabenfelderBox {
    max-height: 265px;
    overflow: hidden;
  }
}
@media all and (min-width: 1660px) {
  .aufgabenfelder .aufgabenfelderInner .aufgabenfelderKarusel .aufgabenfelderBox {
    margin-left: 121.0782241015px;
    margin-right: 121.0782241015px;
  }
}
@media all and (max-width: 480px) {
  .aufgabenfelder .aufgabenfelderInner .aufgabenfelderKarusel .aufgabenfelderBox {
    padding-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
.aufgabenfelder .aufgabenfelderInner .aufgabenfelderKarusel .aufgabenfelderBox .slide {
  overflow: hidden;
  text-decoration: none;
}
.aufgabenfelder .aufgabenfelderInner .aufgabenfelderKarusel .aufgabenfelderBox .slideHeader {
  position: absolute;
  left: 0;
  top: 0;
  background: #ffffff;
  width: 100%;
  height: auto;
  color: #9d1839;
  padding: 6px 10px 5px 10px;
  font-size: 18px;
  font-size: 0.9473684211rem;
  line-height: 23px;
  /*&:before {
                content: '';
                width: 0;
                height: 0;
                line-height: 0;
                border-right: 200px solid transparent;
                border-top: 10px solid #FFFFFF;
                bottom: -9px;

                left: 0;
                position: absolute;
                z-index: 10000;

                @media all and (max-width: $miniBreakpoint) {
                    border-right: 0;
                    border-top: 0;
                    bottom: 0;
                }
            }*/
}
@media all and (max-width: 480px) {
  .aufgabenfelder .aufgabenfelderInner .aufgabenfelderKarusel .aufgabenfelderBox .slideHeader {
    background-color: #9d1839;
    /*background-color: transparent;*/
    top: 20%;
    left: 4%;
    color: #ffffff;
    width: auto;
  }
}
.aufgabenfelder .aufgabenfelderInner .aufgabenfelderHinweis {
  display: none;
}
@media all and (max-width: 480px) {
  .aufgabenfelder .aufgabenfelderInner .aufgabenfelderHinweis {
    display: block;
    padding: 5px 10px 5px 7.2938689218%;
    text-align: left;
    font-size: 13px;
    font-size: 0.6842105263rem;
  }
}

.cat-boxes .cat-box-el {
  float: left;
  display: block;
  text-decoration: none;
  position: relative;
}
.cat-boxes .cat-box-el .cat-box-header {
  position: relative;
  min-height: 55px;
  left: 0;
  top: 0;
  background: #ffffff;
  height: auto;
  color: #9d1839;
  padding: 6px 10px 5px 10px;
}
.cat-boxes .cat-box-el img {
  max-width: 100%;
  display: block;
  height: auto;
  vertical-align: middle;
}
.cat-boxes.cols-4 .cat-box-el {
  width: 23%;
  margin: 0 2.65% 2.65% 0;
  font-size: 16px;
  font-size: 0.8421052632rem;
}
.cat-boxes.cols-4 .cat-box-el:nth-child(4n) {
  margin-right: 0;
}
@media all and (max-width: 960px) {
  .cat-boxes.cols-4 .cat-box-el {
    font-size: 14px;
    font-size: 0.7368421053rem;
  }
}
@media all and (max-width: 830px) {
  .cat-boxes.cols-4 .cat-box-el {
    width: 32%;
    margin: 0 2% 2% 0;
  }
  .cat-boxes.cols-4 .cat-box-el:nth-child(4n) {
    margin-right: 2%;
  }
  .cat-boxes.cols-4 .cat-box-el:nth-child(3n) {
    margin-right: 0;
  }
}
@media all and (max-width: 610px) {
  .cat-boxes.cols-4 .cat-box-el {
    width: 48%;
    margin: 0 4% 4% 0;
  }
  .cat-boxes.cols-4 .cat-box-el:nth-child(4n) {
    margin-right: 2%;
  }
  .cat-boxes.cols-4 .cat-box-el:nth-child(3n) {
    margin-right: 2%;
  }
  .cat-boxes.cols-4 .cat-box-el:nth-child(2n) {
    margin-right: 0;
  }
}
@media all and (max-width: 370px) {
  .cat-boxes.cols-4 .cat-box-el {
    width: 100%;
    font-size: 16px;
    font-size: 0.8421052632rem;
    margin: 0 0 15px 0;
  }
  .cat-boxes.cols-4 .cat-box-el:nth-child(4n) {
    margin-right: 0;
  }
  .cat-boxes.cols-4 .cat-box-el:nth-child(3n) {
    margin-right: 0;
  }
  .cat-boxes.cols-4 .cat-box-el:nth-child(2n) {
    margin-right: 0;
  }
  .cat-boxes.cols-4 .cat-box-el .cat-box-header {
    min-height: auto;
  }
}

.contentInnerMaxWidth .cat-boxes .cat-box-el .cat-box-header {
  background: #f0efe8;
}

.startseite .aufgabenfelder .aufgabenfelderInner .aufgabenfelderKarusel .aufgabenfelderBox {
  max-height: 1000px;
  overflow: visible;
}

.aufgabenfelder .aufgabenfelderInner .aufgabenfelderKarusel .aufgabenfelderBox {
  max-height: 1000px;
  overflow: visible;
}

.footerMobile .footerLeft {
  position: absolute;
  bottom: 0;
  padding: 0;
  background-color: #9d1839;
  text-align: center;
  height: 45px;
  z-index: 200;
  width: 100%;
  margin-left: 0;
  -webkit-transition: 0.1s all linear;
  -moz-transition: 0.1s all linear;
  -o-transition: 0.1s all linear;
  -ms-transition: 0.1s all linear;
  transition: 0.1s all linear;
  padding-top: 12px;
}
.footerMobile .footerLeft a {
  color: #ffffff;
  text-decoration: none;
}
.footerMobile .footerLeft a.hilfefinder {
  float: left;
  margin-left: 7%;
}
.footerMobile .footerLeft a.menu-button {
  float: right;
  margin-right: 16px;
}
.footerMobile .footerLeft:before {
  content: "";
  width: 0;
  height: 0;
  line-height: 0;
  border-left: 100vw solid transparent;
  border-bottom: 19px solid #9d1839;
  bottom: 45px;
  left: 0;
  position: absolute;
  z-index: 10000;
  /*@media all and (max-width: $miniBreakpoint) {
            border-right: 480px solid transparent;
        }*/
}

.active-nav .footerLeft {
  margin-left: -85%;
  -webkit-transition: 0.1s all linear;
  -moz-transition: 0.1s all linear;
  -o-transition: 0.1s all linear;
  -ms-transition: 0.1s all linear;
  transition: 0.1s all linear;
}

/*.active-nav .footerRight {
    right: 0;
    -webkit-transition: .1s all linear;
       -moz-transition: .1s all linear;
       -o-transition: .1s all linear;
       -ms-transition: .1s all linear;
       transition: .1s all linear;
    width: calc(85% + 1px);
    border-left: 1px solid #ffffff;
}*/
.footerDesktop {
  min-height: 766px;
  background: url("../Img/footerVerlauf.png") right top;
  display: none;
  width: 100%;
  float: left;
  position: relative;
}
.footerDesktop .footerDesktopInner {
  max-width: 1660px;
  margin: 0 auto;
  width: 100%;
  padding-left: 15.2205882353%;
  padding-right: 15.2205882353%;
}
.footerDesktop .footerDesktopInner .footerDesktopContent {
  margin-left: 7.2938689218%;
  margin-right: 7.2938689218%;
  padding-top: 240px;
  color: #ffffff;
}
.footerDesktop .footerDesktopInner .footerDesktopContent .footerTop .footerTopLeft {
  float: left;
  width: 50%;
  padding-top: 24px;
}
.footerDesktop .footerDesktopInner .footerDesktopContent .footerTop .footerTopLeft a {
  position: relative;
  color: #ffffff;
  font-size: 30px;
  font-size: 1.5789473684rem;
  text-decoration: none;
}
.footerDesktop .footerDesktopInner .footerDesktopContent .footerTop .footerTopLeft a:after {
  position: absolute;
  right: -25px;
  top: 14px;
  content: "";
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 15px solid #ffffff;
}
.footerDesktop .footerDesktopInner .footerDesktopContent .footerTop .footerTopRight {
  float: right;
  width: 50%;
  text-align: right;
  padding-right: 10px;
}
.footerDesktop .footerDesktopInner .footerDesktopContent .footerTop .footerSocialIcons {
  padding-top: 24px;
  width: 100%;
  float: left;
}
.footerDesktop .footerDesktopInner .footerDesktopContent .footerTop .footerSocialIcons a {
  width: auto;
  float: left;
  margin-right: 56px;
}
.footerDesktop .footerDesktopInner .footerDesktopContent .footerTop .footerSocialIcons a.socialIconFacebook {
  margin-right: 45px;
}
.footerDesktop .footerDesktopInner .footerDesktopContent .footerTop .footerSocialIcons a.socialIconYoutube {
  margin-right: 50px;
}
.footerDesktop .footerDesktopInner .footerDesktopContent .footerTop .footerSocialIcons a.socialIconTiktok {
  margin-right: 50px;
}
.footerDesktop .footerDesktopInner .footerDesktopContent .footerTop .footerSocialIcons a.socialIconXing {
  margin-right: 50px;
}
.footerDesktop .footerDesktopInner .footerDesktopContent .footerTop .footerSocialIcons a.socialIconLinkedin {
  margin-right: 50px;
}
.footerDesktop .footerDesktopInner .footerDesktopContent .footerTop .footerSocialIcons a.socialIconKununu {
  margin-right: 0;
}
.footerDesktop .footerDesktopInner .footerDesktopContent .footerTop .footerSocialIcons a img {
  height: 32px;
  max-width: 2000px;
}
.footerDesktop .footerDesktopInner .footerDesktopContent .footerTrennlinie {
  width: 100%;
  height: 1px;
  background: #ba5a6e;
  margin-top: 40px;
  position: relative;
}
.footerDesktop .footerDesktopInner .footerDesktopContent .footerBottom {
  color: rgba(255, 255, 255, 0.8);
  margin-top: 16px;
  font-family: "Open Sans regular", Arial, sans-serif;
  font-size: 15px;
  font-size: 0.7894736842rem;
}
.footerDesktop .footerDesktopInner .footerDesktopContent .footerBottom .footerBottomLeft {
  float: left;
  width: 70%;
}
.footerDesktop .footerDesktopInner .footerDesktopContent .footerBottom .footerBottomRight {
  float: right;
  width: 30%;
  text-align: right;
}
.footerDesktop .footerDesktopInner .footerDesktopContent .footerBottom .footerBottomRight a {
  margin: 0;
}
.footerDesktop .footerDesktopInner .footerDesktopContent .footerBottom a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-family: "Open Sans regular", Arial, sans-serif;
  font-size: 15px;
  font-size: 0.7894736842rem;
  margin: 0 10px 0 10px;
}
.footerDesktop .footerDesktopInner .footerDesktopContent .footerBottom a:first-child {
  margin-left: 0;
}
.footerDesktop .footerDesktopInner .footerDesktopContent .footerBottom a:hover {
  color: #e1b9c3;
}
.footerDesktop .footerDesktopInner .footerDesktopContent .footerContent {
  padding-top: 30px;
}
.footerDesktop .footerDesktopInner .footerDesktopContent .footerContent .footerContentOne {
  float: left;
  width: 22.297029703%;
}
.footerDesktop .footerDesktopInner .footerDesktopContent .footerContent .footerContentTwo {
  float: left;
  width: 29.8267326733%;
}
.footerDesktop .footerDesktopInner .footerDesktopContent .footerContent .footerContentThree {
  float: left;
  width: 47.8762376238%;
}
.footerDesktop .footerDesktopInner .footerDesktopContent .footerContent .footerContentHeader {
  font-size: 17px;
  font-size: 0.8947368421rem;
  margin-bottom: 15px;
}
.footerDesktop .footerDesktopInner .footerDesktopContent .footerContent .footerContentHeader .left {
  float: left;
  width: 62%;
  width: calc(100% - 148px);
  margin-bottom: 15px;
}
.footerDesktop .footerDesktopInner .footerDesktopContent .footerContent .footerContentHeader .right {
  float: left;
  width: 148px;
  margin-bottom: 15px;
}
.footerDesktop .footerDesktopInner .footerDesktopContent .footerContent .footerContentLinks .left {
  float: left;
  width: 62%;
  width: calc(100% - 149px);
}
.footerDesktop .footerDesktopInner .footerDesktopContent .footerContent .footerContentLinks .right {
  float: left;
  width: 149px;
}
.footerDesktop .footerDesktopInner .footerDesktopContent .footerContent .footerContentLinks ul li {
  line-height: 19px;
  padding-right: 10px;
}
.footerDesktop .footerDesktopInner .footerDesktopContent .footerContent .footerContentLinks a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-size: 0.7368421053rem;
  color: rgba(255, 255, 255, 0.8);
  font-family: "Open Sans regular", Arial, sans-serif;
}
.footerDesktop .footerDesktopInner .footerDesktopContent .footerContent .footerContentLinks a:hover {
  color: #e1b9c3;
}
.footerDesktop .footerDesktopInner .footerDesktopContent .footerContent .footerContentLinks p {
  margin-top: 1px;
  font-size: 14px;
  font-size: 0.7368421053rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 20px;
}

.newsletter .btn_submit {
  width: 180px;
  height: 44px;
  background: #9d1839;
  color: #ffffff;
  text-align: center;
  padding-top: 0px;
  position: relative;
  /*&:before {
          @include schraege(180px, 13px, -13px);
      }*/
}
.newsletter .btn_submit input {
  background: none;
  border: 0;
  line-height: 42px;
}
.newsletter table td {
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 21px;
  font-size: 1.1052631579rem;
  line-height: 25px;
  font-family: "Open Sans regular", Arial, sans-serif;
}

/* to top Button */
.cd-top {
  display: inline-block;
  position: fixed;
  bottom: 80px;
  right: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  z-index: 2000;
  text-decoration: none;
  text-transform: uppercase;
  width: 50px;
  height: 50px;
  background-color: #9d1839;
  border-radius: 50px;
  text-align: center;
}
.cd-top img {
  width: 24px;
  padding-top: 16px;
}

.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

.no-touch .cd-top:hover {
  opacity: 1;
}

.tx-indexedsearch-search-results-box .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup {
  color: #9d1839;
}

.tx-indexedsearch-search-results-box .tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox {
  margin-top: 10px;
}
.tx-indexedsearch-search-results-box .tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li {
  margin-left: 0;
  margin-right: 20px;
  display: inline-block;
}
.tx-indexedsearch-search-results-box .tx-indexedsearch-res {
  margin-top: 30px;
}
.tx-indexedsearch-search-results-box .tx-indexedsearch-res .tx-indexedsearch-res {
  margin-top: 0;
}

.tx-indexedsearch-search-results-box {
  margin-top: 20px;
}

.tx-indexedsearch-sw {
  font-weight: bold;
  font-style: italic;
}

.tx-indexedsearch-res {
  font-size: 21px;
  font-size: 1.1052631579rem;
  margin-top: 28px;
}
.tx-indexedsearch-res h4 {
  margin: 0;
  font-weight: normal;
  clear: both;
}

.tx-indexedsearch-percent {
  float: right;
}

.tx-indexedsearch-description {
  font-style: italic;
}

.tx-indexedsearch-redMarkup {
  color: #9d1839;
}

@media all and (min-width: 1100px) {
  .container {
    margin: 0 auto;
  }
  .off-canvas-navigation {
    display: none;
  }
  #menu {
    display: none;
  }
  .js [role=navigation] {
    display: none;
  }
  .js .main {
    width: 100%;
    padding: 0;
    height: auto;
  }
  .main div.header .headerInner .headerInnerRight {
    display: block;
  }
  .content {
    padding-bottom: 0;
  }
  .footerMobile {
    display: none;
  }
  .footerDesktop {
    display: block;
  }
  /*.contactBox p{
        @include font-size(21px);
        line-height: 23px;
    }*/
}
@media all and (max-width: 600px) {
  .main .emotion {
    display: block;
    background: #ffffff;
  }
  .main .emotion .emotionImage div.caption {
    position: relative !important;
    top: 22px !important;
  }
  .main .emotion .emotionImage div.caption a.lightboxiframe {
    color: #9d1839 !important;
  }
  .emotionSlider .bx-controls {
    position: absolute;
    top: 0px !important;
  }
  .emotionSlider .bx-wrapper .bx-pager.bx-default-pager a {
    background: #dddbd2;
  }
  .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #9d1839;
  }
  .emotionSlider .bx-wrapper ul li div.caption {
    position: relative !important;
    top: 0px !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    width: 100%;
  }
  .main .emotion .emotionSlider div.caption a.lightboxiframe {
    color: #9d1839 !important;
  }
  .emotionSlider .bx-wrapper ul li div.caption p {
    font-size: 24px !important;
    font-size: 1.5rem !important;
    line-height: 40px !important;
    width: 90%;
  }
  .startseite .content .contentInnerMaxWidth .contentInner .frame-default.vorlesen-leichtesprache,
  .startseite .content .contentInnerMaxWidth .contentInner .frame.vorlesen-leichtesprache {
    padding-bottom: 40px !important;
  }
}
/* ------------- audio.js HTML5 audio player ---------------- */
.audiojs {
  width: 360px;
  background: #f9f9f9;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  margin: 6px 0 4px 0;
}
@media all and (max-width: 600px) {
  .audiojs {
    width: 100%;
  }
}
.audiojs .scrubber {
  width: 180px;
  background: #b9b9b9;
}
@media all and (max-width: 600px) {
  .audiojs .scrubber {
    width: 40%;
  }
}
.audiojs .play-pause {
  border-right-color: #ddd;
  width: 40px;
}
@media all and (max-width: 600px) {
  .audiojs .play-pause {
    width: 15%;
  }
}
.audiojs .time {
  color: #4c4c4c;
  text-shadow: none;
  border-left-color: #ddd;
}
.audiojs .time em {
  color: #4c4c4c;
}
@media all and (max-width: 600px) {
  .audiojs .time {
    width: 30%;
  }
}
.audiojs .loaded {
  background: #b9b9b9;
  background-image: none;
  cursor: pointer;
}
.audiojs .progress {
  background: #eee;
  background-image: none;
}
.audiojs .play {
  background: url("/typo3conf/ext/revier_master/Resources/Public/JS/vendor/audiojs/player-graphics.png") -2px -1px no-repeat;
}
.audiojs .loading {
  background: url("/typo3conf/ext/revier_master/Resources/Public/JS/vendor/audiojs/player-graphics.png") -2px -31px no-repeat;
}
.audiojs .error {
  background: url("/typo3conf/ext/revier_master/Resources/Public/JS/vendor/audiojs/player-graphics.png") -2px -61px no-repeat;
}
.audiojs .pause {
  background: url("/typo3conf/ext/revier_master/Resources/Public/JS/vendor/audiojs/player-graphics.png") -2px -91px no-repeat;
}

.cols2 .cols2_1 .audiojs {
  width: 100%;
  margin-bottom: 20px;
}

.bounce {
  -moz-animation: bounce 3s infinite;
  -webkit-animation: bounce 3s infinite;
  animation: bounce 3s infinite;
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
/* readspeaker */
.rspopup .rsbtn_text span {
  color: #000000 !important;
}
.rspopup .rsbtn_text span:hover {
  color: #000000;
}

.rsbtn_play:hover {
  color: #000000;
}

/* kuferweb */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (<none>)
 * Config saved to config.json and <none>
 */ /*!
* Bootstrap v3.3.7 (http://getbootstrap.com)
* Copyright 2011-2016 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)*/ /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@font-face {
  font-family: "Glyphicons Halflings";
  src: url(../FontsKufer/glyphicons-halflings-regular.eot);
  src: url(../FontsKufer/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(../FontsKufer/glyphicons-halflings-regular.woff2) format("woff2"), url(../FontsKufer/glyphicons-halflings-regular.woff) format("woff"), url(../FontsKufer/glyphicons-halflings-regular.ttf) format("truetype"), url(../FontsKufer/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg");
}
.tx-kuferweb .label, .tx-kuferweb sub, .tx-kuferweb sup {
  vertical-align: baseline;
}
.tx-kuferweb hr, .tx-kuferweb img {
  border: 0;
}
.tx-kuferweb body, .tx-kuferweb figure {
  margin: 0;
}
.tx-kuferweb .btn-group > .btn-group, .tx-kuferweb .btn-toolbar .btn, .tx-kuferweb .btn-toolbar .btn-group, .tx-kuferweb .btn-toolbar .input-group, .tx-kuferweb .col-xs-1, .tx-kuferweb .col-xs-10, .tx-kuferweb .col-xs-11, .tx-kuferweb .col-xs-12, .tx-kuferweb .col-xs-2, .tx-kuferweb .col-xs-3, .tx-kuferweb .col-xs-4, .tx-kuferweb .col-xs-5, .tx-kuferweb .col-xs-6, .tx-kuferweb .col-xs-7, .tx-kuferweb .col-xs-8, .tx-kuferweb .col-xs-9 {
  float: left;
}
.tx-kuferweb html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
.tx-kuferweb article, .tx-kuferweb aside, .tx-kuferweb details, .tx-kuferweb figcaption, .tx-kuferweb figure, .tx-kuferweb footer, .tx-kuferweb header, .tx-kuferweb hgroup, .tx-kuferweb main, .tx-kuferweb menu, .tx-kuferweb nav, .tx-kuferweb section, .tx-kuferweb summary {
  display: block;
}
.tx-kuferweb audio, .tx-kuferweb canvas, .tx-kuferweb progress, .tx-kuferweb video {
  display: inline-block;
  vertical-align: baseline;
}
.tx-kuferweb audio:not([controls]) {
  display: none;
  height: 0;
}
.tx-kuferweb [hidden], .tx-kuferweb template {
  display: none;
}
.tx-kuferweb a {
  background-color: transparent;
}
.tx-kuferweb a:active, .tx-kuferweb a:hover {
  outline: 0;
}
.tx-kuferweb b, .tx-kuferweb optgroup, .tx-kuferweb strong {
  font-weight: 700;
}
.tx-kuferweb dfn {
  font-style: italic;
}
.tx-kuferweb h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.tx-kuferweb mark {
  background: #ff0;
  color: #000;
}
.tx-kuferweb .btn, .tx-kuferweb .btn-danger.active, .tx-kuferweb .btn-danger:active, .tx-kuferweb .btn-default.active, .tx-kuferweb .btn-default:active, .tx-kuferweb .btn-info.active, .tx-kuferweb .btn-info:active, .tx-kuferweb .btn-primary.active, .tx-kuferweb .btn-primary:active, .tx-kuferweb .btn-success.active, .tx-kuferweb .btn-success:active, .tx-kuferweb .btn-warning.active, .tx-kuferweb .btn-warning:active, .tx-kuferweb .form-control, .tx-kuferweb .open > .dropdown-toggle.btn-danger, .tx-kuferweb .open > .dropdown-toggle.btn-default, .tx-kuferweb .open > .dropdown-toggle.btn-info, .tx-kuferweb .open > .dropdown-toggle.btn-primary, .tx-kuferweb .open > .dropdown-toggle.btn-success, .tx-kuferweb .open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.tx-kuferweb sub, .tx-kuferweb sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
.tx-kuferweb sup {
  top: -0.5em;
}
.tx-kuferweb sub {
  bottom: -0.25em;
}
.tx-kuferweb img {
  vertical-align: middle;
}
.tx-kuferweb svg:not(:root) {
  overflow: hidden;
}
.tx-kuferweb hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
.tx-kuferweb pre, .tx-kuferweb textarea {
  overflow: auto;
}
.tx-kuferweb code, .tx-kuferweb kbd, .tx-kuferweb pre, .tx-kuferweb samp {
  font-size: 1em;
}
.tx-kuferweb button, .tx-kuferweb input, .tx-kuferweb optgroup, .tx-kuferweb select, .tx-kuferweb textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
.tx-kuferweb .glyphicon, .tx-kuferweb address {
  font-style: normal;
}
.tx-kuferweb button {
  overflow: visible;
}
.tx-kuferweb button, .tx-kuferweb select {
  text-transform: none;
}
.tx-kuferweb button, .tx-kuferweb html input[type=button], .tx-kuferweb input[type=reset], .tx-kuferweb input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
.tx-kuferweb button[disabled], .tx-kuferweb html input[disabled] {
  cursor: default;
}
.tx-kuferweb button::-moz-focus-inner, .tx-kuferweb input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.tx-kuferweb input[type=checkbox], .tx-kuferweb input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
.tx-kuferweb input[type=number]::-webkit-inner-spin-button, .tx-kuferweb input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
.tx-kuferweb input[type=search]::-webkit-search-cancel-button, .tx-kuferweb input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.tx-kuferweb td, .tx-kuferweb th {
  padding: 0;
}
.tx-kuferweb .glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tx-kuferweb dt, .tx-kuferweb kbd kbd, .tx-kuferweb label {
  font-weight: 700;
}
.tx-kuferweb .anmeldung label {
  font-size: 15px;
  font-size: 0.7894736842rem;
  font-weight: normal;
}
.tx-kuferweb .glyphicon-asterisk:before {
  content: "*";
}
.tx-kuferweb .glyphicon-plus:before {
  content: "+";
}
.tx-kuferweb .glyphicon-eur:before, .tx-kuferweb .glyphicon-euro:before {
  content: "€";
}
.tx-kuferweb .glyphicon-minus:before {
  content: "−";
}
.tx-kuferweb .glyphicon-cloud:before {
  content: "☁";
}
.tx-kuferweb .glyphicon-envelope:before {
  content: "✉";
}
.tx-kuferweb .glyphicon-pencil:before {
  content: "✏";
}
.tx-kuferweb .glyphicon-glass:before {
  content: "\e001";
}
.tx-kuferweb .glyphicon-music:before {
  content: "\e002";
}
.tx-kuferweb .glyphicon-search:before {
  content: "\e003";
}
.tx-kuferweb .glyphicon-heart:before {
  content: "\e005";
}
.tx-kuferweb .glyphicon-star:before {
  content: "\e006";
}
.tx-kuferweb .glyphicon-star-empty:before {
  content: "\e007";
}
.tx-kuferweb .glyphicon-user:before {
  content: "\e008";
}
.tx-kuferweb .glyphicon-film:before {
  content: "\e009";
}
.tx-kuferweb .glyphicon-th-large:before {
  content: "\e010";
}
.tx-kuferweb .glyphicon-th:before {
  content: "\e011";
}
.tx-kuferweb .glyphicon-th-list:before {
  content: "\e012";
}
.tx-kuferweb .glyphicon-ok:before {
  content: "\e013";
}
.tx-kuferweb .glyphicon-remove:before {
  content: "\e014";
}
.tx-kuferweb .glyphicon-zoom-in:before {
  content: "\e015";
}
.tx-kuferweb .glyphicon-zoom-out:before {
  content: "\e016";
}
.tx-kuferweb .glyphicon-off:before {
  content: "\e017";
}
.tx-kuferweb .glyphicon-signal:before {
  content: "\e018";
}
.tx-kuferweb .glyphicon-cog:before {
  content: "\e019";
}
.tx-kuferweb .glyphicon-trash:before {
  content: "\e020";
}
.tx-kuferweb .glyphicon-home:before {
  content: "\e021";
}
.tx-kuferweb .glyphicon-file:before {
  content: "\e022";
}
.tx-kuferweb .glyphicon-time:before {
  content: "\e023";
}
.tx-kuferweb .glyphicon-road:before {
  content: "\e024";
}
.tx-kuferweb .glyphicon-download-alt:before {
  content: "\e025";
}
.tx-kuferweb .glyphicon-download:before {
  content: "\e026";
}
.tx-kuferweb .glyphicon-upload:before {
  content: "\e027";
}
.tx-kuferweb .glyphicon-inbox:before {
  content: "\e028";
}
.tx-kuferweb .glyphicon-play-circle:before {
  content: "\e029";
}
.tx-kuferweb .glyphicon-repeat:before {
  content: "\e030";
}
.tx-kuferweb .glyphicon-refresh:before {
  content: "\e031";
}
.tx-kuferweb .glyphicon-list-alt:before {
  content: "\e032";
}
.tx-kuferweb .glyphicon-lock:before {
  content: "\e033";
}
.tx-kuferweb .glyphicon-flag:before {
  content: "\e034";
}
.tx-kuferweb .glyphicon-headphones:before {
  content: "\e035";
}
.tx-kuferweb .glyphicon-volume-off:before {
  content: "\e036";
}
.tx-kuferweb .glyphicon-volume-down:before {
  content: "\e037";
}
.tx-kuferweb .glyphicon-volume-up:before {
  content: "\e038";
}
.tx-kuferweb .glyphicon-qrcode:before {
  content: "\e039";
}
.tx-kuferweb .glyphicon-barcode:before {
  content: "\e040";
}
.tx-kuferweb .glyphicon-tag:before {
  content: "\e041";
}
.tx-kuferweb .glyphicon-tags:before {
  content: "\e042";
}
.tx-kuferweb .glyphicon-book:before {
  content: "\e043";
}
.tx-kuferweb .glyphicon-bookmark:before {
  content: "\e044";
}
.tx-kuferweb .glyphicon-print:before {
  content: "\e045";
}
.tx-kuferweb .glyphicon-camera:before {
  content: "\e046";
}
.tx-kuferweb .glyphicon-font:before {
  content: "\e047";
}
.tx-kuferweb .glyphicon-bold:before {
  content: "\e048";
}
.tx-kuferweb .glyphicon-italic:before {
  content: "\e049";
}
.tx-kuferweb .glyphicon-text-height:before {
  content: "\e050";
}
.tx-kuferweb .glyphicon-text-width:before {
  content: "\e051";
}
.tx-kuferweb .glyphicon-align-left:before {
  content: "\e052";
}
.tx-kuferweb .glyphicon-align-center:before {
  content: "\e053";
}
.tx-kuferweb .glyphicon-align-right:before {
  content: "\e054";
}
.tx-kuferweb .glyphicon-align-justify:before {
  content: "\e055";
}
.tx-kuferweb .glyphicon-list:before {
  content: "\e056";
}
.tx-kuferweb .glyphicon-indent-left:before {
  content: "\e057";
}
.tx-kuferweb .glyphicon-indent-right:before {
  content: "\e058";
}
.tx-kuferweb .glyphicon-facetime-video:before {
  content: "\e059";
}
.tx-kuferweb .glyphicon-picture:before {
  content: "\e060";
}
.tx-kuferweb .glyphicon-map-marker:before {
  content: "\e062";
}
.tx-kuferweb .glyphicon-adjust:before {
  content: "\e063";
}
.tx-kuferweb .glyphicon-tint:before {
  content: "\e064";
}
.tx-kuferweb .glyphicon-edit:before {
  content: "\e065";
}
.tx-kuferweb .glyphicon-share:before {
  content: "\e066";
}
.tx-kuferweb .glyphicon-check:before {
  content: "\e067";
}
.tx-kuferweb .glyphicon-move:before {
  content: "\e068";
}
.tx-kuferweb .glyphicon-step-backward:before {
  content: "\e069";
}
.tx-kuferweb .glyphicon-fast-backward:before {
  content: "\e070";
}
.tx-kuferweb .glyphicon-backward:before {
  content: "\e071";
}
.tx-kuferweb .glyphicon-play:before {
  content: "\e072";
}
.tx-kuferweb .glyphicon-pause:before {
  content: "\e073";
}
.tx-kuferweb .glyphicon-stop:before {
  content: "\e074";
}
.tx-kuferweb .glyphicon-forward:before {
  content: "\e075";
}
.tx-kuferweb .glyphicon-fast-forward:before {
  content: "\e076";
}
.tx-kuferweb .glyphicon-step-forward:before {
  content: "\e077";
}
.tx-kuferweb .glyphicon-eject:before {
  content: "\e078";
}
.tx-kuferweb .glyphicon-chevron-left:before {
  content: "\e079";
}
.tx-kuferweb .glyphicon-chevron-right:before {
  content: "\e080";
}
.tx-kuferweb .glyphicon-plus-sign:before {
  content: "\e081";
}
.tx-kuferweb .glyphicon-minus-sign:before {
  content: "\e082";
}
.tx-kuferweb .glyphicon-remove-sign:before {
  content: "\e083";
}
.tx-kuferweb .glyphicon-ok-sign:before {
  content: "\e084";
}
.tx-kuferweb .glyphicon-question-sign:before {
  content: "\e085";
}
.tx-kuferweb .glyphicon-info-sign:before {
  content: "\e086";
}
.tx-kuferweb .glyphicon-screenshot:before {
  content: "\e087";
}
.tx-kuferweb .glyphicon-remove-circle:before {
  content: "\e088";
}
.tx-kuferweb .glyphicon-ok-circle:before {
  content: "\e089";
}
.tx-kuferweb .glyphicon-ban-circle:before {
  content: "\e090";
}
.tx-kuferweb .glyphicon-arrow-left:before {
  content: "\e091";
}
.tx-kuferweb .glyphicon-arrow-right:before {
  content: "\e092";
}
.tx-kuferweb .glyphicon-arrow-up:before {
  content: "\e093";
}
.tx-kuferweb .glyphicon-arrow-down:before {
  content: "\e094";
}
.tx-kuferweb .glyphicon-share-alt:before {
  content: "\e095";
}
.tx-kuferweb .glyphicon-resize-full:before {
  content: "\e096";
}
.tx-kuferweb .glyphicon-resize-small:before {
  content: "\e097";
}
.tx-kuferweb .glyphicon-exclamation-sign:before {
  content: "\e101";
}
.tx-kuferweb .glyphicon-gift:before {
  content: "\e102";
}
.tx-kuferweb .glyphicon-leaf:before {
  content: "\e103";
}
.tx-kuferweb .glyphicon-fire:before {
  content: "\e104";
}
.tx-kuferweb .glyphicon-eye-open:before {
  content: "\e105";
}
.tx-kuferweb .glyphicon-eye-close:before {
  content: "\e106";
}
.tx-kuferweb .glyphicon-warning-sign:before {
  content: "\e107";
}
.tx-kuferweb .glyphicon-plane:before {
  content: "\e108";
}
.tx-kuferweb .glyphicon-calendar:before {
  content: "\e109";
}
.tx-kuferweb .glyphicon-random:before {
  content: "\e110";
}
.tx-kuferweb .glyphicon-comment:before {
  content: "\e111";
}
.tx-kuferweb .glyphicon-magnet:before {
  content: "\e112";
}
.tx-kuferweb .glyphicon-chevron-up:before {
  content: "\e113";
}
.tx-kuferweb .glyphicon-chevron-down:before {
  content: "\e114";
}
.tx-kuferweb .glyphicon-retweet:before {
  content: "\e115";
}
.tx-kuferweb .glyphicon-shopping-cart:before {
  content: "\e116";
}
.tx-kuferweb .glyphicon-folder-close:before {
  content: "\e117";
}
.tx-kuferweb .glyphicon-folder-open:before {
  content: "\e118";
}
.tx-kuferweb .glyphicon-resize-vertical:before {
  content: "\e119";
}
.tx-kuferweb .glyphicon-resize-horizontal:before {
  content: "\e120";
}
.tx-kuferweb .glyphicon-hdd:before {
  content: "\e121";
}
.tx-kuferweb .glyphicon-bullhorn:before {
  content: "\e122";
}
.tx-kuferweb .glyphicon-bell:before {
  content: "\e123";
}
.tx-kuferweb .glyphicon-certificate:before {
  content: "\e124";
}
.tx-kuferweb .glyphicon-thumbs-up:before {
  content: "\e125";
}
.tx-kuferweb .glyphicon-thumbs-down:before {
  content: "\e126";
}
.tx-kuferweb .glyphicon-hand-right:before {
  content: "\e127";
}
.tx-kuferweb .glyphicon-hand-left:before {
  content: "\e128";
}
.tx-kuferweb .glyphicon-hand-up:before {
  content: "\e129";
}
.tx-kuferweb .glyphicon-hand-down:before {
  content: "\e130";
}
.tx-kuferweb .glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.tx-kuferweb .glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.tx-kuferweb .glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.tx-kuferweb .glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.tx-kuferweb .glyphicon-globe:before {
  content: "\e135";
}
.tx-kuferweb .glyphicon-wrench:before {
  content: "\e136";
}
.tx-kuferweb .glyphicon-tasks:before {
  content: "\e137";
}
.tx-kuferweb .glyphicon-filter:before {
  content: "\e138";
}
.tx-kuferweb .glyphicon-briefcase:before {
  content: "\e139";
}
.tx-kuferweb .glyphicon-fullscreen:before {
  content: "\e140";
}
.tx-kuferweb .glyphicon-dashboard:before {
  content: "\e141";
}
.tx-kuferweb .glyphicon-paperclip:before {
  content: "\e142";
}
.tx-kuferweb .glyphicon-heart-empty:before {
  content: "\e143";
}
.tx-kuferweb .glyphicon-link:before {
  content: "\e144";
}
.tx-kuferweb .glyphicon-phone:before {
  content: "\e145";
}
.tx-kuferweb .glyphicon-pushpin:before {
  content: "\e146";
}
.tx-kuferweb .glyphicon-usd:before {
  content: "\e148";
}
.tx-kuferweb .glyphicon-gbp:before {
  content: "\e149";
}
.tx-kuferweb .glyphicon-sort:before {
  content: "\e150";
}
.tx-kuferweb .glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.tx-kuferweb .glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.tx-kuferweb .glyphicon-sort-by-order:before {
  content: "\e153";
}
.tx-kuferweb .glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.tx-kuferweb .glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.tx-kuferweb .glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.tx-kuferweb .glyphicon-unchecked:before {
  content: "\e157";
}
.tx-kuferweb .glyphicon-expand:before {
  content: "\e158";
}
.tx-kuferweb .glyphicon-collapse-down:before {
  content: "\e159";
}
.tx-kuferweb .glyphicon-collapse-up:before {
  content: "\e160";
}
.tx-kuferweb .glyphicon-log-in:before {
  content: "\e161";
}
.tx-kuferweb .glyphicon-flash:before {
  content: "\e162";
}
.tx-kuferweb .glyphicon-log-out:before {
  content: "\e163";
}
.tx-kuferweb .glyphicon-new-window:before {
  content: "\e164";
}
.tx-kuferweb .glyphicon-record:before {
  content: "\e165";
}
.tx-kuferweb .glyphicon-save:before {
  content: "\e166";
}
.tx-kuferweb .glyphicon-open:before {
  content: "\e167";
}
.tx-kuferweb .glyphicon-saved:before {
  content: "\e168";
}
.tx-kuferweb .glyphicon-import:before {
  content: "\e169";
}
.tx-kuferweb .glyphicon-export:before {
  content: "\e170";
}
.tx-kuferweb .glyphicon-send:before {
  content: "\e171";
}
.tx-kuferweb .glyphicon-floppy-disk:before {
  content: "\e172";
}
.tx-kuferweb .glyphicon-floppy-saved:before {
  content: "\e173";
}
.tx-kuferweb .glyphicon-floppy-remove:before {
  content: "\e174";
}
.tx-kuferweb .glyphicon-floppy-save:before {
  content: "\e175";
}
.tx-kuferweb .glyphicon-floppy-open:before {
  content: "\e176";
}
.tx-kuferweb .glyphicon-credit-card:before {
  content: "\e177";
}
.tx-kuferweb .glyphicon-transfer:before {
  content: "\e178";
}
.tx-kuferweb .glyphicon-cutlery:before {
  content: "\e179";
}
.tx-kuferweb .glyphicon-header:before {
  content: "\e180";
}
.tx-kuferweb .glyphicon-compressed:before {
  content: "\e181";
}
.tx-kuferweb .glyphicon-earphone:before {
  content: "\e182";
}
.tx-kuferweb .glyphicon-phone-alt:before {
  content: "\e183";
}
.tx-kuferweb .glyphicon-tower:before {
  content: "\e184";
}
.tx-kuferweb .glyphicon-stats:before {
  content: "\e185";
}
.tx-kuferweb .glyphicon-sd-video:before {
  content: "\e186";
}
.tx-kuferweb .glyphicon-hd-video:before {
  content: "\e187";
}
.tx-kuferweb .glyphicon-subtitles:before {
  content: "\e188";
}
.tx-kuferweb .glyphicon-sound-stereo:before {
  content: "\e189";
}
.tx-kuferweb .glyphicon-sound-dolby:before {
  content: "\e190";
}
.tx-kuferweb .glyphicon-sound-5-1:before {
  content: "\e191";
}
.tx-kuferweb .glyphicon-sound-6-1:before {
  content: "\e192";
}
.tx-kuferweb .glyphicon-sound-7-1:before {
  content: "\e193";
}
.tx-kuferweb .glyphicon-copyright-mark:before {
  content: "\e194";
}
.tx-kuferweb .glyphicon-registration-mark:before {
  content: "\e195";
}
.tx-kuferweb .glyphicon-cloud-download:before {
  content: "\e197";
}
.tx-kuferweb .glyphicon-cloud-upload:before {
  content: "\e198";
}
.tx-kuferweb .glyphicon-tree-conifer:before {
  content: "\e199";
}
.tx-kuferweb .glyphicon-tree-deciduous:before {
  content: "\e200";
}
.tx-kuferweb .glyphicon-cd:before {
  content: "\e201";
}
.tx-kuferweb .glyphicon-save-file:before {
  content: "\e202";
}
.tx-kuferweb .glyphicon-open-file:before {
  content: "\e203";
}
.tx-kuferweb .glyphicon-level-up:before {
  content: "\e204";
}
.tx-kuferweb .glyphicon-copy:before {
  content: "\e205";
}
.tx-kuferweb .glyphicon-paste:before {
  content: "\e206";
}
.tx-kuferweb .glyphicon-alert:before {
  content: "\e209";
}
.tx-kuferweb .glyphicon-equalizer:before {
  content: "\e210";
}
.tx-kuferweb .glyphicon-king:before {
  content: "\e211";
}
.tx-kuferweb .glyphicon-queen:before {
  content: "\e212";
}
.tx-kuferweb .glyphicon-pawn:before {
  content: "\e213";
}
.tx-kuferweb .glyphicon-bishop:before {
  content: "\e214";
}
.tx-kuferweb .glyphicon-knight:before {
  content: "\e215";
}
.tx-kuferweb .glyphicon-baby-formula:before {
  content: "\e216";
}
.tx-kuferweb .glyphicon-tent:before {
  content: "⛺";
}
.tx-kuferweb .glyphicon-blackboard:before {
  content: "\e218";
}
.tx-kuferweb .glyphicon-bed:before {
  content: "\e219";
}
.tx-kuferweb .glyphicon-apple:before {
  content: "\f8ff";
}
.tx-kuferweb .glyphicon-erase:before {
  content: "\e221";
}
.tx-kuferweb .glyphicon-hourglass:before {
  content: "⌛";
}
.tx-kuferweb .glyphicon-lamp:before {
  content: "\e223";
}
.tx-kuferweb .glyphicon-duplicate:before {
  content: "\e224";
}
.tx-kuferweb .glyphicon-piggy-bank:before {
  content: "\e225";
}
.tx-kuferweb .glyphicon-scissors:before {
  content: "\e226";
}
.tx-kuferweb .glyphicon-bitcoin:before, .tx-kuferweb .glyphicon-btc:before, .tx-kuferweb .glyphicon-xbt:before {
  content: "\e227";
}
.tx-kuferweb .glyphicon-jpy:before, .tx-kuferweb .glyphicon-yen:before {
  content: "¥";
}
.tx-kuferweb .glyphicon-rub:before, .tx-kuferweb .glyphicon-ruble:before {
  content: "₽";
}
.tx-kuferweb .glyphicon-scale:before {
  content: "\e230";
}
.tx-kuferweb .glyphicon-ice-lolly:before {
  content: "\e231";
}
.tx-kuferweb .glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.tx-kuferweb .glyphicon-education:before {
  content: "\e233";
}
.tx-kuferweb .glyphicon-option-horizontal:before {
  content: "\e234";
}
.tx-kuferweb .glyphicon-option-vertical:before {
  content: "\e235";
}
.tx-kuferweb .glyphicon-menu-hamburger:before {
  content: "\e236";
}
.tx-kuferweb .glyphicon-modal-window:before {
  content: "\e237";
}
.tx-kuferweb .glyphicon-oil:before {
  content: "\e238";
}
.tx-kuferweb .glyphicon-grain:before {
  content: "\e239";
}
.tx-kuferweb .glyphicon-sunglasses:before {
  content: "\e240";
}
.tx-kuferweb .glyphicon-text-size:before {
  content: "\e241";
}
.tx-kuferweb .glyphicon-text-color:before {
  content: "\e242";
}
.tx-kuferweb .glyphicon-text-background:before {
  content: "\e243";
}
.tx-kuferweb .glyphicon-object-align-top:before {
  content: "\e244";
}
.tx-kuferweb .glyphicon-object-align-bottom:before {
  content: "\e245";
}
.tx-kuferweb .glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.tx-kuferweb .glyphicon-object-align-left:before {
  content: "\e247";
}
.tx-kuferweb .glyphicon-object-align-vertical:before {
  content: "\e248";
}
.tx-kuferweb .glyphicon-object-align-right:before {
  content: "\e249";
}
.tx-kuferweb .glyphicon-triangle-right:before {
  content: "\e250";
}
.tx-kuferweb .glyphicon-triangle-left:before {
  content: "\e251";
}
.tx-kuferweb .glyphicon-triangle-bottom:before {
  content: "\e252";
}
.tx-kuferweb .glyphicon-triangle-top:before {
  content: "\e253";
}
.tx-kuferweb .glyphicon-console:before {
  content: "\e254";
}
.tx-kuferweb .glyphicon-superscript:before {
  content: "\e255";
}
.tx-kuferweb .glyphicon-subscript:before {
  content: "\e256";
}
.tx-kuferweb .glyphicon-menu-left:before {
  content: "\e257";
}
.tx-kuferweb .glyphicon-menu-right:before {
  content: "\e258";
}
.tx-kuferweb .glyphicon-menu-down:before {
  content: "\e259";
}
.tx-kuferweb .glyphicon-menu-up:before {
  content: "\e260";
}
.tx-kuferweb *, .tx-kuferweb :after, .tx-kuferweb :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tx-kuferweb button, .tx-kuferweb input, .tx-kuferweb select, .tx-kuferweb textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.tx-kuferweb .img-thumbnail, .tx-kuferweb address, .tx-kuferweb blockquote .small, .tx-kuferweb blockquote footer, .tx-kuferweb blockquote small, .tx-kuferweb dd, .tx-kuferweb dt, .tx-kuferweb pre {
  line-height: 1.42857143;
}
.tx-kuferweb a:focus {
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}
.tx-kuferweb .img-responsive, .tx-kuferweb .thumbnail a > img, .tx-kuferweb .thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.tx-kuferweb .img-rounded {
  border-radius: 6px;
}
.tx-kuferweb .img-thumbnail {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.tx-kuferweb .img-circle {
  border-radius: 50%;
}
.tx-kuferweb hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #eee;
}
.tx-kuferweb .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.tx-kuferweb .sr-only-focusable:active, .tx-kuferweb .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.tx-kuferweb [role=button] {
  cursor: pointer;
}
.tx-kuferweb .small, .tx-kuferweb small {
  font-size: 85%;
}
.tx-kuferweb .mark, .tx-kuferweb mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.tx-kuferweb .list-inline, .tx-kuferweb .list-unstyled {
  padding-left: 0;
  list-style: none;
}
.tx-kuferweb .text-left {
  text-align: left;
}
.tx-kuferweb .text-right {
  text-align: right;
}
.tx-kuferweb .text-center {
  text-align: center;
}
.tx-kuferweb .text-justify {
  text-align: justify;
}
.tx-kuferweb .text-nowrap {
  white-space: nowrap;
}
.tx-kuferweb .text-lowercase {
  text-transform: lowercase;
}
.tx-kuferweb .text-uppercase {
  text-transform: uppercase;
}
.tx-kuferweb .text-capitalize {
  text-transform: capitalize;
}
.tx-kuferweb .text-muted {
  color: #777;
}
.tx-kuferweb .text-primary {
  color: #337ab7;
}
.tx-kuferweb a.text-primary:focus, .tx-kuferweb a.text-primary:hover {
  color: #286090;
}
.tx-kuferweb .text-success {
  color: #3c763d;
}
.tx-kuferweb a.text-success:focus, .tx-kuferweb a.text-success:hover {
  color: #2b542c;
}
.tx-kuferweb .text-info {
  color: #31708f;
}
.tx-kuferweb a.text-info:focus, .tx-kuferweb a.text-info:hover {
  color: #245269;
}
.tx-kuferweb .text-warning {
  color: #8a6d3b;
}
.tx-kuferweb a.text-warning:focus, .tx-kuferweb a.text-warning:hover {
  color: #66512c;
}
.tx-kuferweb .text-danger {
  color: #a94442;
}
.tx-kuferweb a.text-danger:focus, .tx-kuferweb a.text-danger:hover {
  color: #843534;
}
.tx-kuferweb .bg-primary {
  color: #fff;
  background-color: #337ab7;
}
.tx-kuferweb a.bg-primary:focus, .tx-kuferweb a.bg-primary:hover {
  background-color: #286090;
}
.tx-kuferweb .bg-success {
  background-color: #dff0d8;
}
.tx-kuferweb a.bg-success:focus, .tx-kuferweb a.bg-success:hover {
  background-color: #c1e2b3;
}
.tx-kuferweb .bg-info {
  background-color: #d9edf7;
}
.tx-kuferweb a.bg-info:focus, .tx-kuferweb a.bg-info:hover {
  background-color: #afd9ee;
}
.tx-kuferweb .bg-warning {
  background-color: #fcf8e3;
}
.tx-kuferweb a.bg-warning:focus, .tx-kuferweb a.bg-warning:hover {
  background-color: #f7ecb5;
}
.tx-kuferweb .bg-danger {
  background-color: #f2dede;
}
.tx-kuferweb a.bg-danger:focus, .tx-kuferweb a.bg-danger:hover {
  background-color: #e4b9b9;
}
.tx-kuferweb pre code, .tx-kuferweb table {
  background-color: transparent;
}
.tx-kuferweb .page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
.tx-kuferweb dl, .tx-kuferweb ol, .tx-kuferweb ul {
  margin-top: 0;
}
.tx-kuferweb blockquote ol:last-child, .tx-kuferweb blockquote p:last-child, .tx-kuferweb blockquote ul:last-child, .tx-kuferweb ol ol, .tx-kuferweb ol ul, .tx-kuferweb ul ol, .tx-kuferweb ul ul {
  margin-bottom: 0;
}
.tx-kuferweb address, .tx-kuferweb dl {
  margin-bottom: 20px;
}
.tx-kuferweb ol, .tx-kuferweb ul {
  margin-bottom: 10px;
}
.tx-kuferweb .list-inline {
  margin-left: -5px;
}
.tx-kuferweb .list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.tx-kuferweb dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .tx-kuferweb .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .tx-kuferweb .dl-horizontal dd {
    margin-left: 180px;
  }
}
.tx-kuferweb abbr[data-original-title], .tx-kuferweb abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.tx-kuferweb .initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.tx-kuferweb blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
.tx-kuferweb blockquote .small, .tx-kuferweb blockquote footer, .tx-kuferweb blockquote small {
  display: block;
  font-size: 80%;
  color: #777;
}
.tx-kuferweb legend, .tx-kuferweb pre {
  display: block;
  color: #333;
}
.tx-kuferweb blockquote .small:before, .tx-kuferweb blockquote footer:before, .tx-kuferweb blockquote small:before {
  content: "— ";
}
.tx-kuferweb .blockquote-reverse, .tx-kuferweb blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
  text-align: right;
}
.tx-kuferweb code, .tx-kuferweb kbd {
  padding: 2px 4px;
  font-size: 90%;
}
.tx-kuferweb caption, .tx-kuferweb th {
  text-align: left;
}
.tx-kuferweb .blockquote-reverse .small:before, .tx-kuferweb .blockquote-reverse footer:before, .tx-kuferweb .blockquote-reverse small:before, .tx-kuferweb blockquote.pull-right .small:before, .tx-kuferweb blockquote.pull-right footer:before, .tx-kuferweb blockquote.pull-right small:before {
  content: "";
}
.tx-kuferweb .blockquote-reverse .small:after, .tx-kuferweb .blockquote-reverse footer:after, .tx-kuferweb .blockquote-reverse small:after, .tx-kuferweb blockquote.pull-right .small:after, .tx-kuferweb blockquote.pull-right footer:after, .tx-kuferweb blockquote.pull-right small:after {
  content: " —";
}
.tx-kuferweb code, .tx-kuferweb kbd, .tx-kuferweb pre, .tx-kuferweb samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.tx-kuferweb code {
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
.tx-kuferweb kbd {
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.tx-kuferweb kbd kbd {
  padding: 0;
  font-size: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tx-kuferweb pre {
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.tx-kuferweb pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  border-radius: 0;
}
.tx-kuferweb .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.tx-kuferweb .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.tx-kuferweb .row {
  margin-left: -15px;
  margin-right: -15px;
}
.tx-kuferweb .col-lg-1, .tx-kuferweb .col-lg-10, .tx-kuferweb .col-lg-11, .tx-kuferweb .col-lg-12, .tx-kuferweb .col-lg-2, .tx-kuferweb .col-lg-3, .tx-kuferweb .col-lg-4, .tx-kuferweb .col-lg-5, .tx-kuferweb .col-lg-6, .tx-kuferweb .col-lg-7, .tx-kuferweb .col-lg-8, .tx-kuferweb .col-lg-9, .tx-kuferweb .col-md-1, .tx-kuferweb .col-md-10, .tx-kuferweb .col-md-11, .tx-kuferweb .col-md-12, .tx-kuferweb .col-md-2, .tx-kuferweb .col-md-3, .tx-kuferweb .col-md-4, .tx-kuferweb .col-md-5, .tx-kuferweb .col-md-6, .tx-kuferweb .col-md-7, .tx-kuferweb .col-md-8, .tx-kuferweb .col-md-9, .tx-kuferweb .col-sm-1, .tx-kuferweb .col-sm-10, .tx-kuferweb .col-sm-11, .tx-kuferweb .col-sm-12, .tx-kuferweb .col-sm-2, .tx-kuferweb .col-sm-3, .tx-kuferweb .col-sm-4, .tx-kuferweb .col-sm-5, .tx-kuferweb .col-sm-6, .tx-kuferweb .col-sm-7, .tx-kuferweb .col-sm-8, .tx-kuferweb .col-sm-9, .tx-kuferweb .col-xs-1, .tx-kuferweb .col-xs-10, .tx-kuferweb .col-xs-11, .tx-kuferweb .col-xs-12, .tx-kuferweb .col-xs-2, .tx-kuferweb .col-xs-3, .tx-kuferweb .col-xs-4, .tx-kuferweb .col-xs-5, .tx-kuferweb .col-xs-6, .tx-kuferweb .col-xs-7, .tx-kuferweb .col-xs-8, .tx-kuferweb .col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.tx-kuferweb .col-xs-12 {
  width: 100%;
}
.tx-kuferweb .col-xs-11 {
  width: 91.66666667%;
}
.tx-kuferweb .col-xs-10 {
  width: 83.33333333%;
}
.tx-kuferweb .col-xs-9 {
  width: 75%;
}
.tx-kuferweb .col-xs-8 {
  width: 66.66666667%;
}
.tx-kuferweb .col-xs-7 {
  width: 58.33333333%;
}
.tx-kuferweb .col-xs-6 {
  width: 50%;
}
.tx-kuferweb .col-xs-5 {
  width: 41.66666667%;
}
.tx-kuferweb .col-xs-4 {
  width: 33.33333333%;
}
.tx-kuferweb .col-xs-3 {
  width: 25%;
}
.tx-kuferweb .col-xs-2 {
  width: 16.66666667%;
}
.tx-kuferweb .col-xs-1 {
  width: 8.33333333%;
}
.tx-kuferweb .col-xs-pull-12 {
  right: 100%;
}
.tx-kuferweb .col-xs-pull-11 {
  right: 91.66666667%;
}
.tx-kuferweb .col-xs-pull-10 {
  right: 83.33333333%;
}
.tx-kuferweb .col-xs-pull-9 {
  right: 75%;
}
.tx-kuferweb .col-xs-pull-8 {
  right: 66.66666667%;
}
.tx-kuferweb .col-xs-pull-7 {
  right: 58.33333333%;
}
.tx-kuferweb .col-xs-pull-6 {
  right: 50%;
}
.tx-kuferweb .col-xs-pull-5 {
  right: 41.66666667%;
}
.tx-kuferweb .col-xs-pull-4 {
  right: 33.33333333%;
}
.tx-kuferweb .col-xs-pull-3 {
  right: 25%;
}
.tx-kuferweb .col-xs-pull-2 {
  right: 16.66666667%;
}
.tx-kuferweb .col-xs-pull-1 {
  right: 8.33333333%;
}
.tx-kuferweb .col-xs-pull-0 {
  right: auto;
}
.tx-kuferweb .col-xs-push-12 {
  left: 100%;
}
.tx-kuferweb .col-xs-push-11 {
  left: 91.66666667%;
}
.tx-kuferweb .col-xs-push-10 {
  left: 83.33333333%;
}
.tx-kuferweb .col-xs-push-9 {
  left: 75%;
}
.tx-kuferweb .col-xs-push-8 {
  left: 66.66666667%;
}
.tx-kuferweb .col-xs-push-7 {
  left: 58.33333333%;
}
.tx-kuferweb .col-xs-push-6 {
  left: 50%;
}
.tx-kuferweb .col-xs-push-5 {
  left: 41.66666667%;
}
.tx-kuferweb .col-xs-push-4 {
  left: 33.33333333%;
}
.tx-kuferweb .col-xs-push-3 {
  left: 25%;
}
.tx-kuferweb .col-xs-push-2 {
  left: 16.66666667%;
}
.tx-kuferweb .col-xs-push-1 {
  left: 8.33333333%;
}
.tx-kuferweb .col-xs-push-0 {
  left: auto;
}
.tx-kuferweb .col-xs-offset-12 {
  margin-left: 100%;
}
.tx-kuferweb .col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.tx-kuferweb .col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.tx-kuferweb .col-xs-offset-9 {
  margin-left: 75%;
}
.tx-kuferweb .col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.tx-kuferweb .col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.tx-kuferweb .col-xs-offset-6 {
  margin-left: 50%;
}
.tx-kuferweb .col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.tx-kuferweb .col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.tx-kuferweb .col-xs-offset-3 {
  margin-left: 25%;
}
.tx-kuferweb .col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.tx-kuferweb .col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.tx-kuferweb .col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  .tx-kuferweb .col-sm-1, .tx-kuferweb .col-sm-10, .tx-kuferweb .col-sm-11, .tx-kuferweb .col-sm-12, .tx-kuferweb .col-sm-2, .tx-kuferweb .col-sm-3, .tx-kuferweb .col-sm-4, .tx-kuferweb .col-sm-5, .tx-kuferweb .col-sm-6, .tx-kuferweb .col-sm-7, .tx-kuferweb .col-sm-8, .tx-kuferweb .col-sm-9 {
    float: left;
  }
  .tx-kuferweb .col-sm-12 {
    width: 100%;
  }
  .tx-kuferweb .col-sm-11 {
    width: 91.66666667%;
  }
  .tx-kuferweb .col-sm-10 {
    width: 83.33333333%;
  }
  .tx-kuferweb .col-sm-9 {
    width: 75%;
  }
  .tx-kuferweb .col-sm-8 {
    width: 66.66666667%;
  }
  .tx-kuferweb .col-sm-7 {
    width: 58.33333333%;
  }
  .tx-kuferweb .col-sm-6 {
    width: 50%;
  }
  .tx-kuferweb .col-sm-5 {
    width: 41.66666667%;
  }
  .tx-kuferweb .col-sm-4 {
    width: 33.33333333%;
  }
  .tx-kuferweb .col-sm-3 {
    width: 25%;
  }
  .tx-kuferweb .col-sm-2 {
    width: 16.66666667%;
  }
  .tx-kuferweb .col-sm-1 {
    width: 8.33333333%;
  }
  .tx-kuferweb .col-sm-pull-12 {
    right: 100%;
  }
  .tx-kuferweb .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .tx-kuferweb .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .tx-kuferweb .col-sm-pull-9 {
    right: 75%;
  }
  .tx-kuferweb .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .tx-kuferweb .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .tx-kuferweb .col-sm-pull-6 {
    right: 50%;
  }
  .tx-kuferweb .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .tx-kuferweb .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .tx-kuferweb .col-sm-pull-3 {
    right: 25%;
  }
  .tx-kuferweb .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .tx-kuferweb .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .tx-kuferweb .col-sm-pull-0 {
    right: auto;
  }
  .tx-kuferweb .col-sm-push-12 {
    left: 100%;
  }
  .tx-kuferweb .col-sm-push-11 {
    left: 91.66666667%;
  }
  .tx-kuferweb .col-sm-push-10 {
    left: 83.33333333%;
  }
  .tx-kuferweb .col-sm-push-9 {
    left: 75%;
  }
  .tx-kuferweb .col-sm-push-8 {
    left: 66.66666667%;
  }
  .tx-kuferweb .col-sm-push-7 {
    left: 58.33333333%;
  }
  .tx-kuferweb .col-sm-push-6 {
    left: 50%;
  }
  .tx-kuferweb .col-sm-push-5 {
    left: 41.66666667%;
  }
  .tx-kuferweb .col-sm-push-4 {
    left: 33.33333333%;
  }
  .tx-kuferweb .col-sm-push-3 {
    left: 25%;
  }
  .tx-kuferweb .col-sm-push-2 {
    left: 16.66666667%;
  }
  .tx-kuferweb .col-sm-push-1 {
    left: 8.33333333%;
  }
  .tx-kuferweb .col-sm-push-0 {
    left: auto;
  }
  .tx-kuferweb .col-sm-offset-12 {
    margin-left: 100%;
  }
  .tx-kuferweb .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .tx-kuferweb .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .tx-kuferweb .col-sm-offset-9 {
    margin-left: 75%;
  }
  .tx-kuferweb .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .tx-kuferweb .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .tx-kuferweb .col-sm-offset-6 {
    margin-left: 50%;
  }
  .tx-kuferweb .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .tx-kuferweb .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .tx-kuferweb .col-sm-offset-3 {
    margin-left: 25%;
  }
  .tx-kuferweb .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .tx-kuferweb .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .tx-kuferweb .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .tx-kuferweb .col-md-1, .tx-kuferweb .col-md-10, .tx-kuferweb .col-md-11, .tx-kuferweb .col-md-12, .tx-kuferweb .col-md-2, .tx-kuferweb .col-md-3, .tx-kuferweb .col-md-4, .tx-kuferweb .col-md-5, .tx-kuferweb .col-md-6, .tx-kuferweb .col-md-7, .tx-kuferweb .col-md-8, .tx-kuferweb .col-md-9 {
    float: left;
  }
  .tx-kuferweb .col-md-12 {
    width: 100%;
  }
  .tx-kuferweb .col-md-11 {
    width: 91.66666667%;
  }
  .tx-kuferweb .col-md-10 {
    width: 83.33333333%;
  }
  .tx-kuferweb .col-md-9 {
    width: 75%;
  }
  .tx-kuferweb .col-md-8 {
    width: 66.66666667%;
  }
  .tx-kuferweb .col-md-7 {
    width: 58.33333333%;
  }
  .tx-kuferweb .col-md-6 {
    width: 50%;
  }
  .tx-kuferweb .col-md-5 {
    width: 41.66666667%;
  }
  .tx-kuferweb .col-md-4 {
    width: 33.33333333%;
  }
  .tx-kuferweb .col-md-3 {
    width: 25%;
  }
  .tx-kuferweb .col-md-2 {
    width: 16.66666667%;
  }
  .tx-kuferweb .col-md-1 {
    width: 8.33333333%;
  }
  .tx-kuferweb .col-md-pull-12 {
    right: 100%;
  }
  .tx-kuferweb .col-md-pull-11 {
    right: 91.66666667%;
  }
  .tx-kuferweb .col-md-pull-10 {
    right: 83.33333333%;
  }
  .tx-kuferweb .col-md-pull-9 {
    right: 75%;
  }
  .tx-kuferweb .col-md-pull-8 {
    right: 66.66666667%;
  }
  .tx-kuferweb .col-md-pull-7 {
    right: 58.33333333%;
  }
  .tx-kuferweb .col-md-pull-6 {
    right: 50%;
  }
  .tx-kuferweb .col-md-pull-5 {
    right: 41.66666667%;
  }
  .tx-kuferweb .col-md-pull-4 {
    right: 33.33333333%;
  }
  .tx-kuferweb .col-md-pull-3 {
    right: 25%;
  }
  .tx-kuferweb .col-md-pull-2 {
    right: 16.66666667%;
  }
  .tx-kuferweb .col-md-pull-1 {
    right: 8.33333333%;
  }
  .tx-kuferweb .col-md-pull-0 {
    right: auto;
  }
  .tx-kuferweb .col-md-push-12 {
    left: 100%;
  }
  .tx-kuferweb .col-md-push-11 {
    left: 91.66666667%;
  }
  .tx-kuferweb .col-md-push-10 {
    left: 83.33333333%;
  }
  .tx-kuferweb .col-md-push-9 {
    left: 75%;
  }
  .tx-kuferweb .col-md-push-8 {
    left: 66.66666667%;
  }
  .tx-kuferweb .col-md-push-7 {
    left: 58.33333333%;
  }
  .tx-kuferweb .col-md-push-6 {
    left: 50%;
  }
  .tx-kuferweb .col-md-push-5 {
    left: 41.66666667%;
  }
  .tx-kuferweb .col-md-push-4 {
    left: 33.33333333%;
  }
  .tx-kuferweb .col-md-push-3 {
    left: 25%;
  }
  .tx-kuferweb .col-md-push-2 {
    left: 16.66666667%;
  }
  .tx-kuferweb .col-md-push-1 {
    left: 8.33333333%;
  }
  .tx-kuferweb .col-md-push-0 {
    left: auto;
  }
  .tx-kuferweb .col-md-offset-12 {
    margin-left: 100%;
  }
  .tx-kuferweb .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .tx-kuferweb .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .tx-kuferweb .col-md-offset-9 {
    margin-left: 75%;
  }
  .tx-kuferweb .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .tx-kuferweb .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .tx-kuferweb .col-md-offset-6 {
    margin-left: 50%;
  }
  .tx-kuferweb .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .tx-kuferweb .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .tx-kuferweb .col-md-offset-3 {
    margin-left: 25%;
  }
  .tx-kuferweb .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .tx-kuferweb .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .tx-kuferweb .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .tx-kuferweb .col-lg-1, .tx-kuferweb .col-lg-10, .tx-kuferweb .col-lg-11, .tx-kuferweb .col-lg-12, .tx-kuferweb .col-lg-2, .tx-kuferweb .col-lg-3, .tx-kuferweb .col-lg-4, .tx-kuferweb .col-lg-5, .tx-kuferweb .col-lg-6, .tx-kuferweb .col-lg-7, .tx-kuferweb .col-lg-8, .tx-kuferweb .col-lg-9 {
    float: left;
  }
  .tx-kuferweb .col-lg-12 {
    width: 100%;
  }
  .tx-kuferweb .col-lg-11 {
    width: 91.66666667%;
  }
  .tx-kuferweb .col-lg-10 {
    width: 83.33333333%;
  }
  .tx-kuferweb .col-lg-9 {
    width: 75%;
  }
  .tx-kuferweb .col-lg-8 {
    width: 66.66666667%;
  }
  .tx-kuferweb .col-lg-7 {
    width: 58.33333333%;
  }
  .tx-kuferweb .col-lg-6 {
    width: 50%;
  }
  .tx-kuferweb .col-lg-5 {
    width: 41.66666667%;
  }
  .tx-kuferweb .col-lg-4 {
    width: 33.33333333%;
  }
  .tx-kuferweb .col-lg-3 {
    width: 25%;
  }
  .tx-kuferweb .col-lg-2 {
    width: 16.66666667%;
  }
  .tx-kuferweb .col-lg-1 {
    width: 8.33333333%;
  }
  .tx-kuferweb .col-lg-pull-12 {
    right: 100%;
  }
  .tx-kuferweb .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .tx-kuferweb .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .tx-kuferweb .col-lg-pull-9 {
    right: 75%;
  }
  .tx-kuferweb .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .tx-kuferweb .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .tx-kuferweb .col-lg-pull-6 {
    right: 50%;
  }
  .tx-kuferweb .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .tx-kuferweb .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .tx-kuferweb .col-lg-pull-3 {
    right: 25%;
  }
  .tx-kuferweb .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .tx-kuferweb .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .tx-kuferweb .col-lg-pull-0 {
    right: auto;
  }
  .tx-kuferweb .col-lg-push-12 {
    left: 100%;
  }
  .tx-kuferweb .col-lg-push-11 {
    left: 91.66666667%;
  }
  .tx-kuferweb .col-lg-push-10 {
    left: 83.33333333%;
  }
  .tx-kuferweb .col-lg-push-9 {
    left: 75%;
  }
  .tx-kuferweb .col-lg-push-8 {
    left: 66.66666667%;
  }
  .tx-kuferweb .col-lg-push-7 {
    left: 58.33333333%;
  }
  .tx-kuferweb .col-lg-push-6 {
    left: 50%;
  }
  .tx-kuferweb .col-lg-push-5 {
    left: 41.66666667%;
  }
  .tx-kuferweb .col-lg-push-4 {
    left: 33.33333333%;
  }
  .tx-kuferweb .col-lg-push-3 {
    left: 25%;
  }
  .tx-kuferweb .col-lg-push-2 {
    left: 16.66666667%;
  }
  .tx-kuferweb .col-lg-push-1 {
    left: 8.33333333%;
  }
  .tx-kuferweb .col-lg-push-0 {
    left: auto;
  }
  .tx-kuferweb .col-lg-offset-12 {
    margin-left: 100%;
  }
  .tx-kuferweb .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .tx-kuferweb .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .tx-kuferweb .col-lg-offset-9 {
    margin-left: 75%;
  }
  .tx-kuferweb .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .tx-kuferweb .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .tx-kuferweb .col-lg-offset-6 {
    margin-left: 50%;
  }
  .tx-kuferweb .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .tx-kuferweb .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .tx-kuferweb .col-lg-offset-3 {
    margin-left: 25%;
  }
  .tx-kuferweb .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .tx-kuferweb .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .tx-kuferweb .col-lg-offset-0 {
    margin-left: 0;
  }
}
.tx-kuferweb table {
  border-collapse: collapse;
  border-spacing: 0;
}
.tx-kuferweb caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
}
.tx-kuferweb .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.tx-kuferweb .table > tbody > tr > td, .tx-kuferweb .table > tbody > tr > th, .tx-kuferweb .table > tfoot > tr > td, .tx-kuferweb .table > tfoot > tr > th, .tx-kuferweb .table > thead > tr > td, .tx-kuferweb .table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.tx-kuferweb .table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.tx-kuferweb .table > caption + thead > tr:first-child > td, .tx-kuferweb .table > caption + thead > tr:first-child > th, .tx-kuferweb .table > colgroup + thead > tr:first-child > td, .tx-kuferweb .table > colgroup + thead > tr:first-child > th, .tx-kuferweb .table > thead:first-child > tr:first-child > td, .tx-kuferweb .table > thead:first-child > tr:first-child > th {
  border-top: 0;
}
.tx-kuferweb .table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.tx-kuferweb .table .table {
  background-color: #fff;
}
.tx-kuferweb .table-condensed > tbody > tr > td, .tx-kuferweb .table-condensed > tbody > tr > th, .tx-kuferweb .table-condensed > tfoot > tr > td, .tx-kuferweb .table-condensed > tfoot > tr > th, .tx-kuferweb .table-condensed > thead > tr > td, .tx-kuferweb .table-condensed > thead > tr > th {
  padding: 5px;
}
.tx-kuferweb .table-bordered, .tx-kuferweb .table-bordered > tbody > tr > td, .tx-kuferweb .table-bordered > tbody > tr > th, .tx-kuferweb .table-bordered > tfoot > tr > td, .tx-kuferweb .table-bordered > tfoot > tr > th, .tx-kuferweb .table-bordered > thead > tr > td, .tx-kuferweb .table-bordered > thead > tr > th {
  border: 1px solid #ddd;
}
.tx-kuferweb .table-bordered > thead > tr > td, .tx-kuferweb .table-bordered > thead > tr > th {
  border-bottom-width: 2px;
}
.tx-kuferweb .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.tx-kuferweb .table-hover > tbody > tr:hover, .tx-kuferweb .table > tbody > tr.active > td, .tx-kuferweb .table > tbody > tr.active > th, .tx-kuferweb .table > tbody > tr > td.active, .tx-kuferweb .table > tbody > tr > th.active, .tx-kuferweb .table > tfoot > tr.active > td, .tx-kuferweb .table > tfoot > tr.active > th, .tx-kuferweb .table > tfoot > tr > td.active, .tx-kuferweb .table > tfoot > tr > th.active, .tx-kuferweb .table > thead > tr.active > td, .tx-kuferweb .table > thead > tr.active > th, .tx-kuferweb .table > thead > tr > td.active, .tx-kuferweb .table > thead > tr > th.active {
  background-color: #f5f5f5;
}
.tx-kuferweb table col[class*=col-] {
  position: static;
  float: none;
  display: table-column;
}
.tx-kuferweb table td[class*=col-], .tx-kuferweb table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell;
}
.tx-kuferweb .table-hover > tbody > tr.active:hover > td, .tx-kuferweb .table-hover > tbody > tr.active:hover > th, .tx-kuferweb .table-hover > tbody > tr:hover > .active, .tx-kuferweb .table-hover > tbody > tr > td.active:hover, .tx-kuferweb .table-hover > tbody > tr > th.active:hover {
  background-color: #e8e8e8;
}
.tx-kuferweb .table > tbody > tr.success > td, .tx-kuferweb .table > tbody > tr.success > th, .tx-kuferweb .table > tbody > tr > td.success, .tx-kuferweb .table > tbody > tr > th.success, .tx-kuferweb .table > tfoot > tr.success > td, .tx-kuferweb .table > tfoot > tr.success > th, .tx-kuferweb .table > tfoot > tr > td.success, .tx-kuferweb .table > tfoot > tr > th.success, .tx-kuferweb .table > thead > tr.success > td, .tx-kuferweb .table > thead > tr.success > th, .tx-kuferweb .table > thead > tr > td.success, .tx-kuferweb .table > thead > tr > th.success {
  background-color: #dff0d8;
}
.tx-kuferweb .table-hover > tbody > tr.success:hover > td, .tx-kuferweb .table-hover > tbody > tr.success:hover > th, .tx-kuferweb .table-hover > tbody > tr:hover > .success, .tx-kuferweb .table-hover > tbody > tr > td.success:hover, .tx-kuferweb .table-hover > tbody > tr > th.success:hover {
  background-color: #d0e9c6;
}
.tx-kuferweb .table > tbody > tr.info > td, .tx-kuferweb .table > tbody > tr.info > th, .tx-kuferweb .table > tbody > tr > td.info, .tx-kuferweb .table > tbody > tr > th.info, .tx-kuferweb .table > tfoot > tr.info > td, .tx-kuferweb .table > tfoot > tr.info > th, .tx-kuferweb .table > tfoot > tr > td.info, .tx-kuferweb .table > tfoot > tr > th.info, .tx-kuferweb .table > thead > tr.info > td, .tx-kuferweb .table > thead > tr.info > th, .tx-kuferweb .table > thead > tr > td.info, .tx-kuferweb .table > thead > tr > th.info {
  background-color: #d9edf7;
}
.tx-kuferweb .table-hover > tbody > tr.info:hover > td, .tx-kuferweb .table-hover > tbody > tr.info:hover > th, .tx-kuferweb .table-hover > tbody > tr:hover > .info, .tx-kuferweb .table-hover > tbody > tr > td.info:hover, .tx-kuferweb .table-hover > tbody > tr > th.info:hover {
  background-color: #c4e3f3;
}
.tx-kuferweb .table > tbody > tr.warning > td, .tx-kuferweb .table > tbody > tr.warning > th, .tx-kuferweb .table > tbody > tr > td.warning, .tx-kuferweb .table > tbody > tr > th.warning, .tx-kuferweb .table > tfoot > tr.warning > td, .tx-kuferweb .table > tfoot > tr.warning > th, .tx-kuferweb .table > tfoot > tr > td.warning, .tx-kuferweb .table > tfoot > tr > th.warning, .tx-kuferweb .table > thead > tr.warning > td, .tx-kuferweb .table > thead > tr.warning > th, .tx-kuferweb .table > thead > tr > td.warning, .tx-kuferweb .table > thead > tr > th.warning {
  background-color: #fcf8e3;
}
.tx-kuferweb .table-hover > tbody > tr.warning:hover > td, .tx-kuferweb .table-hover > tbody > tr.warning:hover > th, .tx-kuferweb .table-hover > tbody > tr:hover > .warning, .tx-kuferweb .table-hover > tbody > tr > td.warning:hover, .tx-kuferweb .table-hover > tbody > tr > th.warning:hover {
  background-color: #faf2cc;
}
.tx-kuferweb .table > tbody > tr.danger > td, .tx-kuferweb .table > tbody > tr.danger > th, .tx-kuferweb .table > tbody > tr > td.danger, .tx-kuferweb .table > tbody > tr > th.danger, .tx-kuferweb .table > tfoot > tr.danger > td, .tx-kuferweb .table > tfoot > tr.danger > th, .tx-kuferweb .table > tfoot > tr > td.danger, .tx-kuferweb .table > tfoot > tr > th.danger, .tx-kuferweb .table > thead > tr.danger > td, .tx-kuferweb .table > thead > tr.danger > th, .tx-kuferweb .table > thead > tr > td.danger, .tx-kuferweb .table > thead > tr > th.danger {
  background-color: #f2dede;
}
.tx-kuferweb .table-hover > tbody > tr.danger:hover > td, .tx-kuferweb .table-hover > tbody > tr.danger:hover > th, .tx-kuferweb .table-hover > tbody > tr:hover > .danger, .tx-kuferweb .table-hover > tbody > tr > td.danger:hover, .tx-kuferweb .table-hover > tbody > tr > th.danger:hover {
  background-color: #ebcccc;
}
.tx-kuferweb .table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .tx-kuferweb .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .tx-kuferweb .table-responsive > .table {
    margin-bottom: 0;
  }
  .tx-kuferweb .table-responsive > .table > tbody > tr > td, .tx-kuferweb .table-responsive > .table > tbody > tr > th, .tx-kuferweb .table-responsive > .table > tfoot > tr > td, .tx-kuferweb .table-responsive > .table > tfoot > tr > th, .tx-kuferweb .table-responsive > .table > thead > tr > td, .tx-kuferweb .table-responsive > .table > thead > tr > th {
    white-space: nowrap;
  }
  .tx-kuferweb .table-responsive > .table-bordered {
    border: 0;
  }
  .tx-kuferweb .table-responsive > .table-bordered > tbody > tr > td:first-child, .tx-kuferweb .table-responsive > .table-bordered > tbody > tr > th:first-child, .tx-kuferweb .table-responsive > .table-bordered > tfoot > tr > td:first-child, .tx-kuferweb .table-responsive > .table-bordered > tfoot > tr > th:first-child, .tx-kuferweb .table-responsive > .table-bordered > thead > tr > td:first-child, .tx-kuferweb .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0;
  }
  .tx-kuferweb .table-responsive > .table-bordered > tbody > tr > td:last-child, .tx-kuferweb .table-responsive > .table-bordered > tbody > tr > th:last-child, .tx-kuferweb .table-responsive > .table-bordered > tfoot > tr > td:last-child, .tx-kuferweb .table-responsive > .table-bordered > tfoot > tr > th:last-child, .tx-kuferweb .table-responsive > .table-bordered > thead > tr > td:last-child, .tx-kuferweb .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0;
  }
  .tx-kuferweb .table-responsive > .table-bordered > tbody > tr:last-child > td, .tx-kuferweb .table-responsive > .table-bordered > tbody > tr:last-child > th, .tx-kuferweb .table-responsive > .table-bordered > tfoot > tr:last-child > td, .tx-kuferweb .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
  }
}
.tx-kuferweb fieldset, .tx-kuferweb legend {
  padding: 0;
  border: 0;
}
.tx-kuferweb fieldset {
  margin: 0;
  min-width: 0;
}
.tx-kuferweb legend {
  width: 100%;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  border-bottom: 1px solid #e5e5e5;
}
.tx-kuferweb label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
}
.tx-kuferweb input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
}
.tx-kuferweb input[type=checkbox], .tx-kuferweb input[type=radio] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}
.tx-kuferweb .form-control, .tx-kuferweb output {
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  display: block;
}
.tx-kuferweb input[type=file] {
  display: block;
}
.tx-kuferweb input[type=range] {
  display: block;
  width: 100%;
}
.tx-kuferweb select[multiple], .tx-kuferweb select[size] {
  height: auto;
}
.tx-kuferweb input[type=file]:focus, .tx-kuferweb input[type=checkbox]:focus, .tx-kuferweb input[type=radio]:focus {
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}
.tx-kuferweb output {
  padding-top: 7px;
}
.tx-kuferweb .form-control {
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.tx-kuferweb .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.tx-kuferweb .form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.tx-kuferweb .form-control:-ms-input-placeholder {
  color: #999;
}
.tx-kuferweb .form-control::-webkit-input-placeholder {
  color: #999;
}
.tx-kuferweb .has-success .checkbox, .tx-kuferweb .has-success .checkbox-inline, .tx-kuferweb .has-success .control-label, .tx-kuferweb .has-success .form-control-feedback, .tx-kuferweb .has-success .help-block, .tx-kuferweb .has-success .radio, .tx-kuferweb .has-success .radio-inline, .tx-kuferweb .has-success.checkbox label, .tx-kuferweb .has-success.checkbox-inline label, .tx-kuferweb .has-success.radio label, .tx-kuferweb .has-success.radio-inline label {
  color: #3c763d;
}
.tx-kuferweb .form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.tx-kuferweb .form-control[disabled], .tx-kuferweb .form-control[readonly], .tx-kuferweb fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.tx-kuferweb .form-control[disabled], .tx-kuferweb fieldset[disabled] .form-control {
  cursor: not-allowed;
}
.tx-kuferweb textarea.form-control {
  height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .tx-kuferweb input[type=date].form-control, .tx-kuferweb input[type=time].form-control, .tx-kuferweb input[type=datetime-local].form-control, .tx-kuferweb input[type=month].form-control {
    line-height: 34px;
  }
  .tx-kuferweb .input-group-sm input[type=date], .tx-kuferweb .input-group-sm input[type=time], .tx-kuferweb .input-group-sm input[type=datetime-local], .tx-kuferweb .input-group-sm input[type=month], .tx-kuferweb input[type=date].input-sm, .tx-kuferweb input[type=time].input-sm, .tx-kuferweb input[type=datetime-local].input-sm, .tx-kuferweb input[type=month].input-sm {
    line-height: 30px;
  }
  .tx-kuferweb .input-group-lg input[type=date], .tx-kuferweb .input-group-lg input[type=time], .tx-kuferweb .input-group-lg input[type=datetime-local], .tx-kuferweb .input-group-lg input[type=month], .tx-kuferweb input[type=date].input-lg, .tx-kuferweb input[type=time].input-lg, .tx-kuferweb input[type=datetime-local].input-lg, .tx-kuferweb input[type=month].input-lg {
    line-height: 46px;
  }
}
.tx-kuferweb .form-group {
  margin-bottom: 15px;
}
.tx-kuferweb .checkbox, .tx-kuferweb .radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.tx-kuferweb .checkbox label, .tx-kuferweb .radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.tx-kuferweb .checkbox input[type=checkbox], .tx-kuferweb .checkbox-inline input[type=checkbox], .tx-kuferweb .radio input[type=radio], .tx-kuferweb .radio-inline input[type=radio] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9 ;
}
.tx-kuferweb .checkbox + .checkbox, .tx-kuferweb .radio + .radio {
  margin-top: -5px;
}
.tx-kuferweb .checkbox-inline, .tx-kuferweb .radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: 400;
  cursor: pointer;
}
.tx-kuferweb .checkbox-inline + .checkbox-inline, .tx-kuferweb .radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 10px;
}
.tx-kuferweb .checkbox-inline.disabled, .tx-kuferweb .checkbox.disabled label, .tx-kuferweb .radio-inline.disabled, .tx-kuferweb .radio.disabled label, .tx-kuferweb fieldset[disabled] .checkbox label, .tx-kuferweb fieldset[disabled] .checkbox-inline, .tx-kuferweb fieldset[disabled] .radio label, .tx-kuferweb fieldset[disabled] .radio-inline, .tx-kuferweb fieldset[disabled] input[type=checkbox], .tx-kuferweb fieldset[disabled] input[type=radio], .tx-kuferweb input[type=checkbox].disabled, .tx-kuferweb input[type=checkbox][disabled], .tx-kuferweb input[type=radio].disabled, .tx-kuferweb input[type=radio][disabled] {
  cursor: not-allowed;
}
.tx-kuferweb .form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.tx-kuferweb .form-control-static.input-lg, .tx-kuferweb .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.tx-kuferweb .form-group-sm .form-control, .tx-kuferweb .input-sm {
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 12px;
}
.tx-kuferweb .input-sm {
  height: 30px;
  line-height: 1.5;
}
.tx-kuferweb select.input-sm {
  height: 30px;
  line-height: 30px;
}
.tx-kuferweb select[multiple].input-sm, .tx-kuferweb textarea.input-sm {
  height: auto;
}
.tx-kuferweb .form-group-sm .form-control {
  height: 30px;
  line-height: 1.5;
}
.tx-kuferweb .form-group-lg .form-control, .tx-kuferweb .input-lg {
  border-radius: 6px;
  padding: 10px 16px;
  font-size: 18px;
}
.tx-kuferweb .form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.tx-kuferweb .form-group-sm select[multiple].form-control, .tx-kuferweb .form-group-sm textarea.form-control {
  height: auto;
}
.tx-kuferweb .form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.tx-kuferweb .input-lg {
  height: 46px;
  line-height: 1.3333333;
}
.tx-kuferweb select.input-lg {
  height: 46px;
  line-height: 46px;
}
.tx-kuferweb select[multiple].input-lg, .tx-kuferweb textarea.input-lg {
  height: auto;
}
.tx-kuferweb .form-group-lg .form-control {
  height: 46px;
  line-height: 1.3333333;
}
.tx-kuferweb .form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.tx-kuferweb .form-group-lg select[multiple].form-control, .tx-kuferweb .form-group-lg textarea.form-control {
  height: auto;
}
.tx-kuferweb .form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.tx-kuferweb .has-feedback {
  position: relative;
}
.tx-kuferweb .has-feedback .form-control {
  padding-right: 42.5px;
}
.tx-kuferweb .form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.tx-kuferweb .form-group-lg .form-control + .form-control-feedback, .tx-kuferweb .input-group-lg + .form-control-feedback, .tx-kuferweb .input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.tx-kuferweb .form-group-sm .form-control + .form-control-feedback, .tx-kuferweb .input-group-sm + .form-control-feedback, .tx-kuferweb .input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.tx-kuferweb .has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.tx-kuferweb .has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.tx-kuferweb .has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.tx-kuferweb .has-warning .checkbox, .tx-kuferweb .has-warning .checkbox-inline, .tx-kuferweb .has-warning .control-label, .tx-kuferweb .has-warning .form-control-feedback, .tx-kuferweb .has-warning .help-block, .tx-kuferweb .has-warning .radio, .tx-kuferweb .has-warning .radio-inline, .tx-kuferweb .has-warning.checkbox label, .tx-kuferweb .has-warning.checkbox-inline label, .tx-kuferweb .has-warning.radio label, .tx-kuferweb .has-warning.radio-inline label {
  color: #8a6d3b;
}
.tx-kuferweb .has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.tx-kuferweb .has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.tx-kuferweb .has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.tx-kuferweb .has-error .checkbox, .tx-kuferweb .has-error .checkbox-inline, .tx-kuferweb .has-error .control-label, .tx-kuferweb .has-error .form-control-feedback, .tx-kuferweb .has-error .help-block, .tx-kuferweb .has-error .radio, .tx-kuferweb .has-error .radio-inline, .tx-kuferweb .has-error.checkbox label, .tx-kuferweb .has-error.checkbox-inline label, .tx-kuferweb .has-error.radio label, .tx-kuferweb .has-error.radio-inline label {
  color: #a94442;
}
.tx-kuferweb .has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.tx-kuferweb .has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.tx-kuferweb .has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.tx-kuferweb .has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.tx-kuferweb .has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.tx-kuferweb .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .tx-kuferweb .form-inline .form-control-static, .tx-kuferweb .form-inline .form-group {
    display: inline-block;
  }
  .tx-kuferweb .form-inline .control-label, .tx-kuferweb .form-inline .form-group {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .tx-kuferweb .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .tx-kuferweb .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .tx-kuferweb .form-inline .input-group .form-control, .tx-kuferweb .form-inline .input-group .input-group-addon, .tx-kuferweb .form-inline .input-group .input-group-btn {
    width: auto;
  }
  .tx-kuferweb .form-inline .input-group > .form-control {
    width: 100%;
  }
  .tx-kuferweb .form-inline .checkbox, .tx-kuferweb .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .tx-kuferweb .form-inline .checkbox label, .tx-kuferweb .form-inline .radio label {
    padding-left: 0;
  }
  .tx-kuferweb .form-inline .checkbox input[type=checkbox], .tx-kuferweb .form-inline .radio input[type=radio] {
    position: relative;
    margin-left: 0;
  }
  .tx-kuferweb .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
  .tx-kuferweb .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.tx-kuferweb .nav-justified > .dropdown .dropdown-menu, .tx-kuferweb .nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
.tx-kuferweb .form-horizontal .checkbox, .tx-kuferweb .form-horizontal .checkbox-inline, .tx-kuferweb .form-horizontal .radio, .tx-kuferweb .form-horizontal .radio-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.tx-kuferweb .form-horizontal .checkbox, .tx-kuferweb .form-horizontal .radio {
  min-height: 27px;
}
.tx-kuferweb .form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.tx-kuferweb .form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .tx-kuferweb .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
  .tx-kuferweb .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.tx-kuferweb .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tx-kuferweb .btn.active.focus, .tx-kuferweb .btn.active:focus, .tx-kuferweb .btn.focus, .tx-kuferweb .btn:active.focus, .tx-kuferweb .btn:active:focus, .tx-kuferweb .btn:focus {
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}
.tx-kuferweb .btn.focus, .tx-kuferweb .btn:focus, .tx-kuferweb .btn:hover {
  color: #333;
  text-decoration: none;
}
.tx-kuferweb .btn.active, .tx-kuferweb .btn:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.tx-kuferweb .btn.disabled, .tx-kuferweb .btn[disabled], .tx-kuferweb fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tx-kuferweb a.btn.disabled, .tx-kuferweb fieldset[disabled] a.btn {
  pointer-events: none;
}
.tx-kuferweb .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.tx-kuferweb .btn-default.focus, .tx-kuferweb .btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.tx-kuferweb .btn-default.active, .tx-kuferweb .btn-default:active, .tx-kuferweb .btn-default:hover, .tx-kuferweb .open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.tx-kuferweb .btn-default.active.focus, .tx-kuferweb .btn-default.active:focus, .tx-kuferweb .btn-default.active:hover, .tx-kuferweb .btn-default:active.focus, .tx-kuferweb .btn-default:active:focus, .tx-kuferweb .btn-default:active:hover, .tx-kuferweb .open > .dropdown-toggle.btn-default.focus, .tx-kuferweb .open > .dropdown-toggle.btn-default:focus, .tx-kuferweb .open > .dropdown-toggle.btn-default:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.tx-kuferweb .btn-default.disabled.focus, .tx-kuferweb .btn-default.disabled:focus, .tx-kuferweb .btn-default.disabled:hover, .tx-kuferweb .btn-default[disabled].focus, .tx-kuferweb .btn-default[disabled]:focus, .tx-kuferweb .btn-default[disabled]:hover, .tx-kuferweb fieldset[disabled] .btn-default.focus, .tx-kuferweb fieldset[disabled] .btn-default:focus, .tx-kuferweb fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc;
}
.tx-kuferweb .btn-default .badge {
  color: #fff;
  background-color: #333;
}
.tx-kuferweb .btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.tx-kuferweb .btn-primary.focus, .tx-kuferweb .btn-primary:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.tx-kuferweb .btn-primary.active, .tx-kuferweb .btn-primary:active, .tx-kuferweb .btn-primary:hover, .tx-kuferweb .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.tx-kuferweb .btn-primary.active.focus, .tx-kuferweb .btn-primary.active:focus, .tx-kuferweb .btn-primary.active:hover, .tx-kuferweb .btn-primary:active.focus, .tx-kuferweb .btn-primary:active:focus, .tx-kuferweb .btn-primary:active:hover, .tx-kuferweb .open > .dropdown-toggle.btn-primary.focus, .tx-kuferweb .open > .dropdown-toggle.btn-primary:focus, .tx-kuferweb .open > .dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.tx-kuferweb .btn-primary.disabled.focus, .tx-kuferweb .btn-primary.disabled:focus, .tx-kuferweb .btn-primary.disabled:hover, .tx-kuferweb .btn-primary[disabled].focus, .tx-kuferweb .btn-primary[disabled]:focus, .tx-kuferweb .btn-primary[disabled]:hover, .tx-kuferweb fieldset[disabled] .btn-primary.focus, .tx-kuferweb fieldset[disabled] .btn-primary:focus, .tx-kuferweb fieldset[disabled] .btn-primary:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.tx-kuferweb .btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.tx-kuferweb .btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.tx-kuferweb .btn-success.focus, .tx-kuferweb .btn-success:focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.tx-kuferweb .btn-success.active, .tx-kuferweb .btn-success:active, .tx-kuferweb .btn-success:hover, .tx-kuferweb .open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.tx-kuferweb .btn-success.active.focus, .tx-kuferweb .btn-success.active:focus, .tx-kuferweb .btn-success.active:hover, .tx-kuferweb .btn-success:active.focus, .tx-kuferweb .btn-success:active:focus, .tx-kuferweb .btn-success:active:hover, .tx-kuferweb .open > .dropdown-toggle.btn-success.focus, .tx-kuferweb .open > .dropdown-toggle.btn-success:focus, .tx-kuferweb .open > .dropdown-toggle.btn-success:hover {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.tx-kuferweb .btn-success.disabled.focus, .tx-kuferweb .btn-success.disabled:focus, .tx-kuferweb .btn-success.disabled:hover, .tx-kuferweb .btn-success[disabled].focus, .tx-kuferweb .btn-success[disabled]:focus, .tx-kuferweb .btn-success[disabled]:hover, .tx-kuferweb fieldset[disabled] .btn-success.focus, .tx-kuferweb fieldset[disabled] .btn-success:focus, .tx-kuferweb fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.tx-kuferweb .btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.tx-kuferweb .btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.tx-kuferweb .btn-info.focus, .tx-kuferweb .btn-info:focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.tx-kuferweb .btn-info.active, .tx-kuferweb .btn-info:active, .tx-kuferweb .btn-info:hover, .tx-kuferweb .open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.tx-kuferweb .btn-info.active.focus, .tx-kuferweb .btn-info.active:focus, .tx-kuferweb .btn-info.active:hover, .tx-kuferweb .btn-info:active.focus, .tx-kuferweb .btn-info:active:focus, .tx-kuferweb .btn-info:active:hover, .tx-kuferweb .open > .dropdown-toggle.btn-info.focus, .tx-kuferweb .open > .dropdown-toggle.btn-info:focus, .tx-kuferweb .open > .dropdown-toggle.btn-info:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.tx-kuferweb .btn-info.disabled.focus, .tx-kuferweb .btn-info.disabled:focus, .tx-kuferweb .btn-info.disabled:hover, .tx-kuferweb .btn-info[disabled].focus, .tx-kuferweb .btn-info[disabled]:focus, .tx-kuferweb .btn-info[disabled]:hover, .tx-kuferweb fieldset[disabled] .btn-info.focus, .tx-kuferweb fieldset[disabled] .btn-info:focus, .tx-kuferweb fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.tx-kuferweb .btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.tx-kuferweb .btn-warning {
  color: #fff;
  background-color: #9d1839;
  border-color: #9d1839;
}
.tx-kuferweb .btn-warning.focus, .tx-kuferweb .btn-warning:focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.tx-kuferweb .btn-warning.active, .tx-kuferweb .btn-warning:active, .tx-kuferweb .btn-warning:hover, .tx-kuferweb .open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.tx-kuferweb .btn-warning.active.focus, .tx-kuferweb .btn-warning.active:focus, .tx-kuferweb .btn-warning.active:hover, .tx-kuferweb .btn-warning:active.focus, .tx-kuferweb .btn-warning:active:focus, .tx-kuferweb .btn-warning:active:hover, .tx-kuferweb .open > .dropdown-toggle.btn-warning.focus, .tx-kuferweb .open > .dropdown-toggle.btn-warning:focus, .tx-kuferweb .open > .dropdown-toggle.btn-warning:hover {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.tx-kuferweb .btn-warning.disabled.focus, .tx-kuferweb .btn-warning.disabled:focus, .tx-kuferweb .btn-warning.disabled:hover, .tx-kuferweb .btn-warning[disabled].focus, .tx-kuferweb .btn-warning[disabled]:focus, .tx-kuferweb .btn-warning[disabled]:hover, .tx-kuferweb fieldset[disabled] .btn-warning.focus, .tx-kuferweb fieldset[disabled] .btn-warning:focus, .tx-kuferweb fieldset[disabled] .btn-warning:hover {
  background-color: #9d1839;
  border-color: #9d1839;
}
.tx-kuferweb .btn-warning .badge {
  color: #9d1839;
  background-color: #fff;
}
.tx-kuferweb .btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.tx-kuferweb .btn-danger.focus, .tx-kuferweb .btn-danger:focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.tx-kuferweb .btn-danger.active, .tx-kuferweb .btn-danger:active, .tx-kuferweb .btn-danger:hover, .tx-kuferweb .open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.tx-kuferweb .btn-danger.active.focus, .tx-kuferweb .btn-danger.active:focus, .tx-kuferweb .btn-danger.active:hover, .tx-kuferweb .btn-danger:active.focus, .tx-kuferweb .btn-danger:active:focus, .tx-kuferweb .btn-danger:active:hover, .tx-kuferweb .open > .dropdown-toggle.btn-danger.focus, .tx-kuferweb .open > .dropdown-toggle.btn-danger:focus, .tx-kuferweb .open > .dropdown-toggle.btn-danger:hover {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.tx-kuferweb .btn-danger.disabled.focus, .tx-kuferweb .btn-danger.disabled:focus, .tx-kuferweb .btn-danger.disabled:hover, .tx-kuferweb .btn-danger[disabled].focus, .tx-kuferweb .btn-danger[disabled]:focus, .tx-kuferweb .btn-danger[disabled]:hover, .tx-kuferweb fieldset[disabled] .btn-danger.focus, .tx-kuferweb fieldset[disabled] .btn-danger:focus, .tx-kuferweb fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.tx-kuferweb .btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.tx-kuferweb .btn-link {
  color: #337ab7;
  font-weight: 400;
  border-radius: 0;
}
.tx-kuferweb .btn-link, .tx-kuferweb .btn-link.active, .tx-kuferweb .btn-link:active, .tx-kuferweb .btn-link[disabled], .tx-kuferweb fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tx-kuferweb .btn-link, .tx-kuferweb .btn-link:active, .tx-kuferweb .btn-link:focus, .tx-kuferweb .btn-link:hover {
  border-color: transparent;
}
.tx-kuferweb .btn-link:focus, .tx-kuferweb .btn-link:hover {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.tx-kuferweb .btn-link[disabled]:focus, .tx-kuferweb .btn-link[disabled]:hover, .tx-kuferweb fieldset[disabled] .btn-link:focus, .tx-kuferweb fieldset[disabled] .btn-link:hover {
  color: #777;
  text-decoration: none;
}
.tx-kuferweb .btn-group-lg > .btn, .tx-kuferweb .btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.tx-kuferweb .btn-group-sm > .btn, .tx-kuferweb .btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.tx-kuferweb .btn-group-xs > .btn, .tx-kuferweb .btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.tx-kuferweb .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .tx-kuferweb .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle, .tx-kuferweb .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.tx-kuferweb .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child, .tx-kuferweb .btn-group > .btn:last-child:not(:first-child), .tx-kuferweb .btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.tx-kuferweb .btn-group-vertical > .btn:not(:first-child):not(:last-child), .tx-kuferweb .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .tx-kuferweb .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.tx-kuferweb .btn-block {
  display: block;
  width: 100%;
}
.tx-kuferweb .btn-block + .btn-block {
  margin-top: 5px;
}
.tx-kuferweb input[type=button].btn-block, .tx-kuferweb input[type=reset].btn-block, .tx-kuferweb input[type=submit].btn-block {
  width: 100%;
}
.tx-kuferweb .fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.tx-kuferweb .fade.in {
  opacity: 1;
}
.tx-kuferweb .collapse {
  display: none;
}
.tx-kuferweb .collapse.in {
  display: block;
}
.tx-kuferweb tr.collapse.in {
  display: table-row;
}
.tx-kuferweb tbody.collapse.in {
  display: table-row-group;
}
.tx-kuferweb .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.tx-kuferweb .btn-group, .tx-kuferweb .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.tx-kuferweb .btn-group-vertical > .btn, .tx-kuferweb .btn-group > .btn {
  position: relative;
  float: left;
}
.tx-kuferweb .btn-group-vertical > .btn.active, .tx-kuferweb .btn-group-vertical > .btn:active, .tx-kuferweb .btn-group-vertical > .btn:focus, .tx-kuferweb .btn-group-vertical > .btn:hover, .tx-kuferweb .btn-group > .btn.active, .tx-kuferweb .btn-group > .btn:active, .tx-kuferweb .btn-group > .btn:focus, .tx-kuferweb .btn-group > .btn:hover {
  z-index: 2;
}
.tx-kuferweb .btn-group .btn + .btn, .tx-kuferweb .btn-group .btn + .btn-group, .tx-kuferweb .btn-group .btn-group + .btn, .tx-kuferweb .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.tx-kuferweb .btn-toolbar {
  margin-left: -5px;
}
.tx-kuferweb .btn-toolbar > .btn, .tx-kuferweb .btn-toolbar > .btn-group, .tx-kuferweb .btn-toolbar > .input-group {
  margin-left: 5px;
}
.tx-kuferweb .btn .caret, .tx-kuferweb .btn-group > .btn:first-child {
  margin-left: 0;
}
.tx-kuferweb .btn-group .dropdown-toggle:active, .tx-kuferweb .btn-group.open .dropdown-toggle {
  outline: 0;
}
.tx-kuferweb .btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.tx-kuferweb .btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.tx-kuferweb .btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.tx-kuferweb .btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tx-kuferweb .btn-lg .caret {
  border-width: 5px 5px 0;
}
.tx-kuferweb .dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.tx-kuferweb .btn-group-vertical > .btn, .tx-kuferweb .btn-group-vertical > .btn-group, .tx-kuferweb .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.tx-kuferweb .media-object.img-thumbnail, .tx-kuferweb .nav > li > a > img {
  max-width: none;
}
.tx-kuferweb .btn-group-vertical > .btn-group > .btn {
  float: none;
}
.tx-kuferweb .btn-group-vertical > .btn + .btn, .tx-kuferweb .btn-group-vertical > .btn + .btn-group, .tx-kuferweb .btn-group-vertical > .btn-group + .btn, .tx-kuferweb .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.tx-kuferweb .btn-group-vertical > .btn:first-child:not(:last-child) {
  border-radius: 4px 4px 0 0;
}
.tx-kuferweb .btn-group-vertical > .btn:last-child:not(:first-child) {
  border-radius: 0 0 4px 4px;
}
.tx-kuferweb .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.tx-kuferweb .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .tx-kuferweb .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.tx-kuferweb .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.tx-kuferweb .btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.tx-kuferweb .btn-group-justified > .btn, .tx-kuferweb .btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.tx-kuferweb .btn-group-justified > .btn-group .btn {
  width: 100%;
}
.tx-kuferweb .btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
.tx-kuferweb [data-toggle=buttons] > .btn input[type=checkbox], .tx-kuferweb [data-toggle=buttons] > .btn input[type=radio], .tx-kuferweb [data-toggle=buttons] > .btn-group > .btn input[type=checkbox], .tx-kuferweb [data-toggle=buttons] > .btn-group > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.tx-kuferweb .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.tx-kuferweb .input-group[class*=col-] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.tx-kuferweb .input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.tx-kuferweb .input-group .form-control:focus {
  z-index: 3;
}
.tx-kuferweb .input-group-lg > .form-control, .tx-kuferweb .input-group-lg > .input-group-addon, .tx-kuferweb .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.tx-kuferweb select.input-group-lg > .form-control, .tx-kuferweb select.input-group-lg > .input-group-addon, .tx-kuferweb select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
.tx-kuferweb select[multiple].input-group-lg > .form-control, .tx-kuferweb select[multiple].input-group-lg > .input-group-addon, .tx-kuferweb select[multiple].input-group-lg > .input-group-btn > .btn, .tx-kuferweb textarea.input-group-lg > .form-control, .tx-kuferweb textarea.input-group-lg > .input-group-addon, .tx-kuferweb textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.tx-kuferweb .input-group-sm > .form-control, .tx-kuferweb .input-group-sm > .input-group-addon, .tx-kuferweb .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.tx-kuferweb select.input-group-sm > .form-control, .tx-kuferweb select.input-group-sm > .input-group-addon, .tx-kuferweb select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
.tx-kuferweb select[multiple].input-group-sm > .form-control, .tx-kuferweb select[multiple].input-group-sm > .input-group-addon, .tx-kuferweb select[multiple].input-group-sm > .input-group-btn > .btn, .tx-kuferweb textarea.input-group-sm > .form-control, .tx-kuferweb textarea.input-group-sm > .input-group-addon, .tx-kuferweb textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.tx-kuferweb .input-group .form-control, .tx-kuferweb .input-group-addon, .tx-kuferweb .input-group-btn {
  display: table-cell;
}
.tx-kuferweb .nav > li, .tx-kuferweb .nav > li > a {
  position: relative;
  display: block;
}
.tx-kuferweb .input-group .form-control:not(:first-child):not(:last-child), .tx-kuferweb .input-group-addon:not(:first-child):not(:last-child), .tx-kuferweb .input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.tx-kuferweb .input-group-addon, .tx-kuferweb .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.tx-kuferweb .input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.tx-kuferweb .input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.tx-kuferweb .input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.tx-kuferweb .input-group-addon input[type=checkbox], .tx-kuferweb .input-group-addon input[type=radio] {
  margin-top: 0;
}
.tx-kuferweb .input-group .form-control:first-child, .tx-kuferweb .input-group-addon:first-child, .tx-kuferweb .input-group-btn:first-child > .btn, .tx-kuferweb .input-group-btn:first-child > .btn-group > .btn, .tx-kuferweb .input-group-btn:first-child > .dropdown-toggle, .tx-kuferweb .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .tx-kuferweb .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.tx-kuferweb .input-group-addon:first-child {
  border-right: 0;
}
.tx-kuferweb .input-group .form-control:last-child, .tx-kuferweb .input-group-addon:last-child, .tx-kuferweb .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .tx-kuferweb .input-group-btn:first-child > .btn:not(:first-child), .tx-kuferweb .input-group-btn:last-child > .btn, .tx-kuferweb .input-group-btn:last-child > .btn-group > .btn, .tx-kuferweb .input-group-btn:last-child > .dropdown-toggle {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.tx-kuferweb .input-group-addon:last-child {
  border-left: 0;
}
.tx-kuferweb .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.tx-kuferweb .input-group-btn > .btn {
  position: relative;
}
.tx-kuferweb .input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.tx-kuferweb .input-group-btn > .btn:active, .tx-kuferweb .input-group-btn > .btn:focus, .tx-kuferweb .input-group-btn > .btn:hover {
  z-index: 2;
}
.tx-kuferweb .input-group-btn:first-child > .btn, .tx-kuferweb .input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.tx-kuferweb .input-group-btn:last-child > .btn, .tx-kuferweb .input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.tx-kuferweb .nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.tx-kuferweb .nav > li > a {
  padding: 10px 15px;
}
.tx-kuferweb .nav > li > a:focus, .tx-kuferweb .nav > li > a:hover {
  text-decoration: none;
  background-color: #eee;
}
.tx-kuferweb .nav > li.disabled > a {
  color: #777;
}
.tx-kuferweb .nav > li.disabled > a:focus, .tx-kuferweb .nav > li.disabled > a:hover {
  color: #777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.tx-kuferweb .nav .open > a, .tx-kuferweb .nav .open > a:focus, .tx-kuferweb .nav .open > a:hover {
  background-color: #eee;
  border-color: #337ab7;
}
.tx-kuferweb .nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.tx-kuferweb .nav-tabs {
  border-bottom: 1px solid #ddd;
}
.tx-kuferweb .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.tx-kuferweb .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.tx-kuferweb .nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.tx-kuferweb .nav-tabs > li.active > a, .tx-kuferweb .nav-tabs > li.active > a:focus, .tx-kuferweb .nav-tabs > li.active > a:hover {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.tx-kuferweb .nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.tx-kuferweb .nav-tabs.nav-justified > li {
  float: none;
}
.tx-kuferweb .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
  margin-right: 0;
  border-radius: 4px;
}
.tx-kuferweb .nav-tabs.nav-justified > .active > a, .tx-kuferweb .nav-tabs.nav-justified > .active > a:focus, .tx-kuferweb .nav-tabs.nav-justified > .active > a:hover {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .tx-kuferweb .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .tx-kuferweb .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .tx-kuferweb .nav-tabs.nav-justified > .active > a, .tx-kuferweb .nav-tabs.nav-justified > .active > a:focus, .tx-kuferweb .nav-tabs.nav-justified > .active > a:hover {
    border-bottom-color: #fff;
  }
}
.tx-kuferweb .nav-pills > li {
  float: left;
}
.tx-kuferweb .nav-justified > li, .tx-kuferweb .nav-stacked > li {
  float: none;
  margin-left: 0 !important;
}
.tx-kuferweb .nav-pills > li > a {
  border-radius: 4px;
}
.tx-kuferweb .nav-pills > li + li {
  margin-left: 2px;
}
.tx-kuferweb .nav-pills > li.active > a, .tx-kuferweb .nav-pills > li.active > a:focus, .tx-kuferweb .nav-pills > li.active > a:hover {
  color: #fff;
  background-color: #337ab7;
}
.tx-kuferweb .nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.tx-kuferweb .nav-justified {
  width: 100%;
}
.tx-kuferweb .nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.tx-kuferweb .btn .badge, .tx-kuferweb .btn .label {
  top: -1px;
  position: relative;
}
.tx-kuferweb .nav-tabs-justified {
  border-bottom: 0;
}
.tx-kuferweb .nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.tx-kuferweb .nav-tabs-justified > .active > a, .tx-kuferweb .nav-tabs-justified > .active > a:focus, .tx-kuferweb .nav-tabs-justified > .active > a:hover {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .tx-kuferweb .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .tx-kuferweb .nav-justified > li > a {
    margin-bottom: 0;
  }
  .tx-kuferweb .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .tx-kuferweb .nav-tabs-justified > .active > a, .tx-kuferweb .nav-tabs-justified > .active > a:focus, .tx-kuferweb .nav-tabs-justified > .active > a:hover {
    border-bottom-color: #fff;
  }
}
.tx-kuferweb .tab-content > .tab-pane {
  display: none;
}
.tx-kuferweb .tab-content > .active {
  display: block;
}
.tx-kuferweb .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.tx-kuferweb .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.tx-kuferweb .pager li, .tx-kuferweb .pagination > li {
  display: inline;
}
.tx-kuferweb .pagination > li > a, .tx-kuferweb .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.tx-kuferweb .pagination > li:first-child > a, .tx-kuferweb .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.tx-kuferweb .pagination > li:last-child > a, .tx-kuferweb .pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.tx-kuferweb .pagination > li > a:focus, .tx-kuferweb .pagination > li > a:hover, .tx-kuferweb .pagination > li > span:focus, .tx-kuferweb .pagination > li > span:hover {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.tx-kuferweb .pagination > .active > a, .tx-kuferweb .pagination > .active > a:focus, .tx-kuferweb .pagination > .active > a:hover, .tx-kuferweb .pagination > .active > span, .tx-kuferweb .pagination > .active > span:focus, .tx-kuferweb .pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.tx-kuferweb .pagination > .disabled > a, .tx-kuferweb .pagination > .disabled > a:focus, .tx-kuferweb .pagination > .disabled > a:hover, .tx-kuferweb .pagination > .disabled > span, .tx-kuferweb .pagination > .disabled > span:focus, .tx-kuferweb .pagination > .disabled > span:hover {
  color: #777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.tx-kuferweb .pagination-lg > li > a, .tx-kuferweb .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.tx-kuferweb .pagination-lg > li:first-child > a, .tx-kuferweb .pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.tx-kuferweb .pagination-lg > li:last-child > a, .tx-kuferweb .pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.tx-kuferweb .pagination-sm > li > a, .tx-kuferweb .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.tx-kuferweb .badge, .tx-kuferweb .label {
  line-height: 1;
  white-space: nowrap;
  text-align: center;
  font-weight: 700;
}
.tx-kuferweb .pagination-sm > li:first-child > a, .tx-kuferweb .pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.tx-kuferweb .pagination-sm > li:last-child > a, .tx-kuferweb .pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.tx-kuferweb .pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.tx-kuferweb .alert, .tx-kuferweb .thumbnail {
  margin-bottom: 20px;
}
.tx-kuferweb .pager li > a, .tx-kuferweb .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.tx-kuferweb .pager li > a:focus, .tx-kuferweb .pager li > a:hover {
  text-decoration: none;
  background-color: #eee;
}
.tx-kuferweb .pager .next > a, .tx-kuferweb .pager .next > span {
  float: right;
}
.tx-kuferweb .pager .previous > a, .tx-kuferweb .pager .previous > span {
  float: left;
}
.tx-kuferweb .close, .tx-kuferweb .list-group-item > .badge {
  float: right;
}
.tx-kuferweb .pager .disabled > a, .tx-kuferweb .pager .disabled > a:focus, .tx-kuferweb .pager .disabled > a:hover, .tx-kuferweb .pager .disabled > span {
  color: #777;
  background-color: #fff;
  cursor: not-allowed;
}
.tx-kuferweb a.badge:focus, .tx-kuferweb a.badge:hover, .tx-kuferweb a.label:focus, .tx-kuferweb a.label:hover {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}
.tx-kuferweb .label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  color: #fff;
  border-radius: 0.25em;
}
.tx-kuferweb .label:empty {
  display: none;
}
.tx-kuferweb .label-default {
  background-color: #777;
}
.tx-kuferweb .label-default[href]:focus, .tx-kuferweb .label-default[href]:hover {
  background-color: #5e5e5e;
}
.tx-kuferweb .label-primary {
  background-color: #337ab7;
}
.tx-kuferweb .label-primary[href]:focus, .tx-kuferweb .label-primary[href]:hover {
  background-color: #286090;
}
.tx-kuferweb .label-success {
  background-color: #5cb85c;
}
.tx-kuferweb .label-success[href]:focus, .tx-kuferweb .label-success[href]:hover {
  background-color: #449d44;
}
.tx-kuferweb .label-info {
  background-color: #5bc0de;
}
.tx-kuferweb .label-info[href]:focus, .tx-kuferweb .label-info[href]:hover {
  background-color: #31b0d5;
}
.tx-kuferweb .label-warning {
  background-color: #9d1839;
}
.tx-kuferweb .label-warning[href]:focus, .tx-kuferweb .label-warning[href]:hover {
  background-color: #ec971f;
}
.tx-kuferweb .label-danger {
  background-color: #d9534f;
}
.tx-kuferweb .label-danger[href]:focus, .tx-kuferweb .label-danger[href]:hover {
  background-color: #c9302c;
}
.tx-kuferweb .badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  color: #fff;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}
.tx-kuferweb .badge:empty {
  display: none;
}
.tx-kuferweb .media-object, .tx-kuferweb .thumbnail {
  display: block;
}
.tx-kuferweb .btn-group-xs > .btn .badge, .tx-kuferweb .btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
.tx-kuferweb .list-group-item.active > .badge, .tx-kuferweb .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.tx-kuferweb .list-group-item > .badge + .badge {
  margin-right: 5px;
}
.tx-kuferweb .nav-pills > li > a > .badge {
  margin-left: 3px;
}
.tx-kuferweb .center-block, .tx-kuferweb .thumbnail a > img, .tx-kuferweb .thumbnail > img {
  margin-left: auto;
  margin-right: auto;
}
.tx-kuferweb .thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.tx-kuferweb a.thumbnail.active, .tx-kuferweb a.thumbnail:focus, .tx-kuferweb a.thumbnail:hover {
  border-color: #337ab7;
}
.tx-kuferweb .thumbnail .caption {
  padding: 9px;
  color: #333;
}
.tx-kuferweb .alert {
  padding: 15px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.tx-kuferweb .alert h4 {
  margin-top: 0;
  color: inherit;
}
.tx-kuferweb .alert .alert-link {
  font-weight: 700;
}
.tx-kuferweb .alert > p, .tx-kuferweb .alert > ul {
  margin-bottom: 0;
}
.tx-kuferweb .alert > p + p {
  margin-top: 5px;
}
.tx-kuferweb .alert-dismissable, .tx-kuferweb .alert-dismissible {
  padding-right: 35px;
}
.tx-kuferweb .alert-dismissable .close, .tx-kuferweb .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.tx-kuferweb .alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.tx-kuferweb .alert-success hr {
  border-top-color: #c9e2b3;
}
.tx-kuferweb .alert-success .alert-link {
  color: #2b542c;
}
.tx-kuferweb .alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.tx-kuferweb .alert-info hr {
  border-top-color: #a6e1ec;
}
.tx-kuferweb .alert-info .alert-link {
  color: #245269;
}
.tx-kuferweb .alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.tx-kuferweb .alert-warning hr {
  border-top-color: #f7e1b5;
}
.tx-kuferweb .alert-warning .alert-link {
  color: #66512c;
}
.tx-kuferweb .alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.tx-kuferweb .alert-danger hr {
  border-top-color: #e4b9c0;
}
.tx-kuferweb .alert-danger .alert-link {
  color: #843534;
}
.tx-kuferweb .media {
  margin-top: 15px;
}
.tx-kuferweb .media:first-child {
  margin-top: 0;
}
.tx-kuferweb .media, .tx-kuferweb .media-body {
  zoom: 1;
  overflow: hidden;
}
.tx-kuferweb .media-body {
  width: 10000px;
}
.tx-kuferweb .media-right, .tx-kuferweb .media > .pull-right {
  padding-left: 10px;
}
.tx-kuferweb .media-left, .tx-kuferweb .media > .pull-left {
  padding-right: 10px;
}
.tx-kuferweb .media-body, .tx-kuferweb .media-left, .tx-kuferweb .media-right {
  display: table-cell;
  vertical-align: top;
}
.tx-kuferweb .media-middle {
  vertical-align: middle;
}
.tx-kuferweb .media-bottom {
  vertical-align: bottom;
}
.tx-kuferweb .media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.tx-kuferweb .media-list {
  padding-left: 0;
  list-style: none;
}
.tx-kuferweb .list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.tx-kuferweb .list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.tx-kuferweb .list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.tx-kuferweb .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.tx-kuferweb a.list-group-item, .tx-kuferweb button.list-group-item {
  color: #555;
}
.tx-kuferweb a.list-group-item .list-group-item-heading, .tx-kuferweb button.list-group-item .list-group-item-heading {
  color: #333;
}
.tx-kuferweb a.list-group-item:focus, .tx-kuferweb a.list-group-item:hover, .tx-kuferweb button.list-group-item:focus, .tx-kuferweb button.list-group-item:hover {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
.tx-kuferweb button.list-group-item {
  width: 100%;
  text-align: left;
}
.tx-kuferweb .list-group-item.disabled, .tx-kuferweb .list-group-item.disabled:focus, .tx-kuferweb .list-group-item.disabled:hover {
  background-color: #eee;
  color: #777;
  cursor: not-allowed;
}
.tx-kuferweb .list-group-item.disabled .list-group-item-heading, .tx-kuferweb .list-group-item.disabled:focus .list-group-item-heading, .tx-kuferweb .list-group-item.disabled:hover .list-group-item-heading {
  color: inherit;
}
.tx-kuferweb .list-group-item.disabled .list-group-item-text, .tx-kuferweb .list-group-item.disabled:focus .list-group-item-text, .tx-kuferweb .list-group-item.disabled:hover .list-group-item-text {
  color: #777;
}
.tx-kuferweb .list-group-item.active, .tx-kuferweb .list-group-item.active:focus, .tx-kuferweb .list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.tx-kuferweb .list-group-item.active .list-group-item-heading, .tx-kuferweb .list-group-item.active .list-group-item-heading > .small, .tx-kuferweb .list-group-item.active .list-group-item-heading > small, .tx-kuferweb .list-group-item.active:focus .list-group-item-heading, .tx-kuferweb .list-group-item.active:focus .list-group-item-heading > .small, .tx-kuferweb .list-group-item.active:focus .list-group-item-heading > small, .tx-kuferweb .list-group-item.active:hover .list-group-item-heading, .tx-kuferweb .list-group-item.active:hover .list-group-item-heading > .small, .tx-kuferweb .list-group-item.active:hover .list-group-item-heading > small {
  color: inherit;
}
.tx-kuferweb .list-group-item.active .list-group-item-text, .tx-kuferweb .list-group-item.active:focus .list-group-item-text, .tx-kuferweb .list-group-item.active:hover .list-group-item-text {
  color: #c7ddef;
}
.tx-kuferweb .list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
.tx-kuferweb a.list-group-item-success, .tx-kuferweb button.list-group-item-success {
  color: #3c763d;
}
.tx-kuferweb a.list-group-item-success .list-group-item-heading, .tx-kuferweb button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
.tx-kuferweb a.list-group-item-success:focus, .tx-kuferweb a.list-group-item-success:hover, .tx-kuferweb button.list-group-item-success:focus, .tx-kuferweb button.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6;
}
.tx-kuferweb a.list-group-item-success.active, .tx-kuferweb a.list-group-item-success.active:focus, .tx-kuferweb a.list-group-item-success.active:hover, .tx-kuferweb button.list-group-item-success.active, .tx-kuferweb button.list-group-item-success.active:focus, .tx-kuferweb button.list-group-item-success.active:hover {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.tx-kuferweb .list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
.tx-kuferweb a.list-group-item-info, .tx-kuferweb button.list-group-item-info {
  color: #31708f;
}
.tx-kuferweb a.list-group-item-info .list-group-item-heading, .tx-kuferweb button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
.tx-kuferweb a.list-group-item-info:focus, .tx-kuferweb a.list-group-item-info:hover, .tx-kuferweb button.list-group-item-info:focus, .tx-kuferweb button.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3;
}
.tx-kuferweb a.list-group-item-info.active, .tx-kuferweb a.list-group-item-info.active:focus, .tx-kuferweb a.list-group-item-info.active:hover, .tx-kuferweb button.list-group-item-info.active, .tx-kuferweb button.list-group-item-info.active:focus, .tx-kuferweb button.list-group-item-info.active:hover {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.tx-kuferweb .list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
.tx-kuferweb a.list-group-item-warning, .tx-kuferweb button.list-group-item-warning {
  color: #8a6d3b;
}
.tx-kuferweb a.list-group-item-warning .list-group-item-heading, .tx-kuferweb button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
.tx-kuferweb a.list-group-item-warning:focus, .tx-kuferweb a.list-group-item-warning:hover, .tx-kuferweb button.list-group-item-warning:focus, .tx-kuferweb button.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc;
}
.tx-kuferweb a.list-group-item-warning.active, .tx-kuferweb a.list-group-item-warning.active:focus, .tx-kuferweb a.list-group-item-warning.active:hover, .tx-kuferweb button.list-group-item-warning.active, .tx-kuferweb button.list-group-item-warning.active:focus, .tx-kuferweb button.list-group-item-warning.active:hover {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.tx-kuferweb .list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
.tx-kuferweb a.list-group-item-danger, .tx-kuferweb button.list-group-item-danger {
  color: #a94442;
}
.tx-kuferweb a.list-group-item-danger .list-group-item-heading, .tx-kuferweb button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
.tx-kuferweb a.list-group-item-danger:focus, .tx-kuferweb a.list-group-item-danger:hover, .tx-kuferweb button.list-group-item-danger:focus, .tx-kuferweb button.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc;
}
.tx-kuferweb a.list-group-item-danger.active, .tx-kuferweb a.list-group-item-danger.active:focus, .tx-kuferweb a.list-group-item-danger.active:hover, .tx-kuferweb button.list-group-item-danger.active, .tx-kuferweb button.list-group-item-danger.active:focus, .tx-kuferweb button.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.tx-kuferweb .panel-heading > .dropdown .dropdown-toggle, .tx-kuferweb .panel-title, .tx-kuferweb .panel-title > .small, .tx-kuferweb .panel-title > .small > a, .tx-kuferweb .panel-title > a, .tx-kuferweb .panel-title > small, .tx-kuferweb .panel-title > small > a {
  color: inherit;
}
.tx-kuferweb .list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.tx-kuferweb .list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.tx-kuferweb .panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.tx-kuferweb .panel-title, .tx-kuferweb .panel > .list-group, .tx-kuferweb .panel > .panel-collapse > .list-group, .tx-kuferweb .panel > .panel-collapse > .table, .tx-kuferweb .panel > .table, .tx-kuferweb .panel > .table-responsive > .table {
  margin-bottom: 0;
}
.tx-kuferweb .panel-body {
  padding: 15px;
}
.tx-kuferweb .panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.tx-kuferweb .panel-title {
  margin-top: 0;
  font-size: 16px;
}
.tx-kuferweb .panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.tx-kuferweb .panel > .list-group .list-group-item, .tx-kuferweb .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.tx-kuferweb .panel-group .panel-heading, .tx-kuferweb .panel > .table-bordered > tbody > tr:first-child > td, .tx-kuferweb .panel > .table-bordered > tbody > tr:first-child > th, .tx-kuferweb .panel > .table-bordered > tbody > tr:last-child > td, .tx-kuferweb .panel > .table-bordered > tbody > tr:last-child > th, .tx-kuferweb .panel > .table-bordered > tfoot > tr:last-child > td, .tx-kuferweb .panel > .table-bordered > tfoot > tr:last-child > th, .tx-kuferweb .panel > .table-bordered > thead > tr:first-child > td, .tx-kuferweb .panel > .table-bordered > thead > tr:first-child > th, .tx-kuferweb .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .tx-kuferweb .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .tx-kuferweb .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .tx-kuferweb .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .tx-kuferweb .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .tx-kuferweb .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th, .tx-kuferweb .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .tx-kuferweb .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
  border-bottom: 0;
}
.tx-kuferweb .panel > .table-responsive:last-child > .table:last-child, .tx-kuferweb .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .tx-kuferweb .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child, .tx-kuferweb .panel > .table:last-child, .tx-kuferweb .panel > .table:last-child > tbody:last-child > tr:last-child, .tx-kuferweb .panel > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.tx-kuferweb .panel > .list-group:first-child .list-group-item:first-child, .tx-kuferweb .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.tx-kuferweb .panel > .list-group:last-child .list-group-item:last-child, .tx-kuferweb .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.tx-kuferweb .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.tx-kuferweb .panel > .table-responsive:first-child > .table:first-child, .tx-kuferweb .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child, .tx-kuferweb .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .tx-kuferweb .panel > .table:first-child, .tx-kuferweb .panel > .table:first-child > tbody:first-child > tr:first-child, .tx-kuferweb .panel > .table:first-child > thead:first-child > tr:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.tx-kuferweb .list-group + .panel-footer, .tx-kuferweb .panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.tx-kuferweb .panel > .panel-collapse > .table caption, .tx-kuferweb .panel > .table caption, .tx-kuferweb .panel > .table-responsive > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.tx-kuferweb .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .tx-kuferweb .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, .tx-kuferweb .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .tx-kuferweb .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .tx-kuferweb .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .tx-kuferweb .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .tx-kuferweb .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .tx-kuferweb .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.tx-kuferweb .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .tx-kuferweb .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, .tx-kuferweb .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .tx-kuferweb .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .tx-kuferweb .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .tx-kuferweb .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .tx-kuferweb .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .tx-kuferweb .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.tx-kuferweb .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .tx-kuferweb .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .tx-kuferweb .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .tx-kuferweb .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .tx-kuferweb .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .tx-kuferweb .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .tx-kuferweb .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .tx-kuferweb .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.tx-kuferweb .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .tx-kuferweb .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .tx-kuferweb .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .tx-kuferweb .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .tx-kuferweb .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .tx-kuferweb .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .tx-kuferweb .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .tx-kuferweb .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.tx-kuferweb .panel > .panel-body + .table, .tx-kuferweb .panel > .panel-body + .table-responsive, .tx-kuferweb .panel > .table + .panel-body, .tx-kuferweb .panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.tx-kuferweb .panel > .table > tbody:first-child > tr:first-child td, .tx-kuferweb .panel > .table > tbody:first-child > tr:first-child th {
  border-top: 0;
}
.tx-kuferweb .panel > .table-bordered, .tx-kuferweb .panel > .table-responsive > .table-bordered {
  border: 0;
}
.tx-kuferweb .panel > .table-bordered > tbody > tr > td:first-child, .tx-kuferweb .panel > .table-bordered > tbody > tr > th:first-child, .tx-kuferweb .panel > .table-bordered > tfoot > tr > td:first-child, .tx-kuferweb .panel > .table-bordered > tfoot > tr > th:first-child, .tx-kuferweb .panel > .table-bordered > thead > tr > td:first-child, .tx-kuferweb .panel > .table-bordered > thead > tr > th:first-child, .tx-kuferweb .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .tx-kuferweb .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .tx-kuferweb .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .tx-kuferweb .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .tx-kuferweb .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .tx-kuferweb .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
  border-left: 0;
}
.tx-kuferweb .panel > .table-bordered > tbody > tr > td:last-child, .tx-kuferweb .panel > .table-bordered > tbody > tr > th:last-child, .tx-kuferweb .panel > .table-bordered > tfoot > tr > td:last-child, .tx-kuferweb .panel > .table-bordered > tfoot > tr > th:last-child, .tx-kuferweb .panel > .table-bordered > thead > tr > td:last-child, .tx-kuferweb .panel > .table-bordered > thead > tr > th:last-child, .tx-kuferweb .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .tx-kuferweb .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .tx-kuferweb .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .tx-kuferweb .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .tx-kuferweb .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .tx-kuferweb .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
  border-right: 0;
}
.tx-kuferweb .panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.tx-kuferweb .panel-group {
  margin-bottom: 20px;
}
.tx-kuferweb .panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.tx-kuferweb .panel-group .panel + .panel {
  margin-top: 5px;
}
.tx-kuferweb .panel-group .panel-heading + .panel-collapse > .list-group, .tx-kuferweb .panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd;
}
.tx-kuferweb .panel-group .panel-footer {
  border-top: 0;
}
.tx-kuferweb .panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.tx-kuferweb .panel-default {
  border-color: #ddd;
}
.tx-kuferweb .panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.tx-kuferweb .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.tx-kuferweb .panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.tx-kuferweb .panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.tx-kuferweb .panel-primary {
  border-color: #337ab7;
}
.tx-kuferweb .panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.tx-kuferweb .panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.tx-kuferweb .panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.tx-kuferweb .panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.tx-kuferweb .panel-success {
  border-color: #d6e9c6;
}
.tx-kuferweb .panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.tx-kuferweb .panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.tx-kuferweb .panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.tx-kuferweb .panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.tx-kuferweb .panel-info {
  border-color: #bce8f1;
}
.tx-kuferweb .panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.tx-kuferweb .panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.tx-kuferweb .panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.tx-kuferweb .panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.tx-kuferweb .panel-warning {
  border-color: #faebcc;
}
.tx-kuferweb .panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.tx-kuferweb .panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.tx-kuferweb .panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.tx-kuferweb .panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.tx-kuferweb .panel-danger {
  border-color: #ebccd1;
}
.tx-kuferweb .panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.tx-kuferweb .panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.tx-kuferweb .panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.tx-kuferweb .panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.tx-kuferweb .embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.tx-kuferweb .embed-responsive .embed-responsive-item, .tx-kuferweb .embed-responsive embed, .tx-kuferweb .embed-responsive iframe, .tx-kuferweb .embed-responsive object, .tx-kuferweb .embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.tx-kuferweb .embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.tx-kuferweb .embed-responsive-4by3 {
  padding-bottom: 75%;
}
.tx-kuferweb .close {
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.tx-kuferweb .close:focus, .tx-kuferweb .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.tx-kuferweb button.close {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}
.tx-kuferweb .btn-group-vertical > .btn-group:after, .tx-kuferweb .btn-group-vertical > .btn-group:before, .tx-kuferweb .btn-toolbar:after, .tx-kuferweb .btn-toolbar:before, .tx-kuferweb .clearfix:after, .tx-kuferweb .clearfix:before, .tx-kuferweb .container-fluid:after, .tx-kuferweb .container-fluid:before, .tx-kuferweb .dl-horizontal dd:after, .tx-kuferweb .dl-horizontal dd:before, .tx-kuferweb .form-horizontal .form-group:after, .tx-kuferweb .form-horizontal .form-group:before, .tx-kuferweb .nav:after, .tx-kuferweb .nav:before, .tx-kuferweb .pager:after, .tx-kuferweb .pager:before, .tx-kuferweb .panel-body:after, .tx-kuferweb .panel-body:before, .tx-kuferweb .row:after, .tx-kuferweb .row:before {
  content: " ";
  display: table;
}
.tx-kuferweb .btn-group-vertical > .btn-group:after, .tx-kuferweb .btn-toolbar:after, .tx-kuferweb .clearfix:after, .tx-kuferweb .container-fluid:after, .tx-kuferweb .dl-horizontal dd:after, .tx-kuferweb .form-horizontal .form-group:after, .tx-kuferweb .nav:after, .tx-kuferweb .pager:after, .tx-kuferweb .panel-body:after, .tx-kuferweb .row:after {
  clear: both;
}
.tx-kuferweb .center-block {
  display: block;
}
.tx-kuferweb .pull-right {
  float: right !important;
}
.tx-kuferweb .pull-left {
  float: left !important;
}
.tx-kuferweb .hide {
  display: none !important;
}
.tx-kuferweb .show {
  display: block !important;
}
.tx-kuferweb .hidden, .tx-kuferweb .visible-lg, .tx-kuferweb .visible-lg-block, .tx-kuferweb .visible-lg-inline, .tx-kuferweb .visible-lg-inline-block, .tx-kuferweb .visible-md, .tx-kuferweb .visible-md-block, .tx-kuferweb .visible-md-inline, .tx-kuferweb .visible-md-inline-block, .tx-kuferweb .visible-sm, .tx-kuferweb .visible-sm-block, .tx-kuferweb .visible-sm-inline, .tx-kuferweb .visible-sm-inline-block, .tx-kuferweb .visible-xs, .tx-kuferweb .visible-xs-block, .tx-kuferweb .visible-xs-inline, .tx-kuferweb .visible-xs-inline-block {
  display: none !important;
}
.tx-kuferweb .invisible {
  visibility: hidden;
}
.tx-kuferweb .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.tx-kuferweb .affix {
  position: fixed;
}
@-ms-viewport {
  .tx-kuferweb {
    width: device-width;
  }
}

@media (max-width: 767px) {
  .tx-kuferweb .visible-xs {
    display: block !important;
  }
  .tx-kuferweb table.visible-xs {
    display: table !important;
  }
  .tx-kuferweb tr.visible-xs {
    display: table-row !important;
  }
  .tx-kuferweb td.visible-xs, .tx-kuferweb th.visible-xs {
    display: table-cell !important;
  }
  .tx-kuferweb .visible-xs-block {
    display: block !important;
  }
  .tx-kuferweb .visible-xs-inline {
    display: inline !important;
  }
  .tx-kuferweb .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .tx-kuferweb .visible-sm {
    display: block !important;
  }
  .tx-kuferweb table.visible-sm {
    display: table !important;
  }
  .tx-kuferweb tr.visible-sm {
    display: table-row !important;
  }
  .tx-kuferweb td.visible-sm, .tx-kuferweb th.visible-sm {
    display: table-cell !important;
  }
  .tx-kuferweb .visible-sm-block {
    display: block !important;
  }
  .tx-kuferweb .visible-sm-inline {
    display: inline !important;
  }
  .tx-kuferweb .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .tx-kuferweb .visible-md {
    display: block !important;
  }
  .tx-kuferweb table.visible-md {
    display: table !important;
  }
  .tx-kuferweb tr.visible-md {
    display: table-row !important;
  }
  .tx-kuferweb td.visible-md, .tx-kuferweb th.visible-md {
    display: table-cell !important;
  }
  .tx-kuferweb .visible-md-block {
    display: block !important;
  }
  .tx-kuferweb .visible-md-inline {
    display: inline !important;
  }
  .tx-kuferweb .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .tx-kuferweb .visible-lg {
    display: block !important;
  }
  .tx-kuferweb table.visible-lg {
    display: table !important;
  }
  .tx-kuferweb tr.visible-lg {
    display: table-row !important;
  }
  .tx-kuferweb td.visible-lg, .tx-kuferweb th.visible-lg {
    display: table-cell !important;
  }
  .tx-kuferweb .visible-lg-block {
    display: block !important;
  }
  .tx-kuferweb .visible-lg-inline {
    display: inline !important;
  }
  .tx-kuferweb .visible-lg-inline-block {
    display: inline-block !important;
  }
  .tx-kuferweb .hidden-lg {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .tx-kuferweb .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .tx-kuferweb .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .tx-kuferweb .hidden-md {
    display: none !important;
  }
}
.tx-kuferweb .visible-print {
  display: none !important;
}

@media print {
  .tx-kuferweb .visible-print {
    display: block !important;
  }
  .tx-kuferweb table.visible-print {
    display: table !important;
  }
  .tx-kuferweb tr.visible-print {
    display: table-row !important;
  }
  .tx-kuferweb td.visible-print, .tx-kuferweb th.visible-print {
    display: table-cell !important;
  }
}
.tx-kuferweb .visible-print-block {
  display: none !important;
}

@media print {
  .tx-kuferweb .visible-print-block {
    display: block !important;
  }
}
.tx-kuferweb .visible-print-inline {
  display: none !important;
}

@media print {
  .tx-kuferweb .visible-print-inline {
    display: inline !important;
  }
}
.tx-kuferweb .visible-print-inline-block {
  display: none !important;
}

@media print {
  .tx-kuferweb .visible-print-inline-block {
    display: inline-block !important;
  }
  .tx-kuferweb .hidden-print {
    display: none !important;
  }
}
.tx-kuferweb .btn-theme {
  background-color: #9d1839;
  border-color: #9d1839;
  color: #fff !important;
}
.tx-kuferweb .btn-theme:hover,
.tx-kuferweb .btn-theme:focus,
.tx-kuferweb .btn-theme:active,
.tx-kuferweb .btn-theme.active {
  background-color: #9d1839;
  color: #fff;
}
.tx-kuferweb .btn-theme.disabled:hover,
.tx-kuferweb .btn-theme.disabled:focus,
.tx-kuferweb .btn-theme.disabled:active,
.tx-kuferweb .btn-theme.disabled.active,
.tx-kuferweb .btn-theme[disabled]:hover,
.tx-kuferweb .btn-theme[disabled]:focus,
.tx-kuferweb .btn-theme[disabled]:active,
.tx-kuferweb .btn-theme[disabled].active,
.tx-kuferweb fieldset[disabled] .btn-theme:hover,
.tx-kuferweb fieldset[disabled] .btn-theme:focus,
.tx-kuferweb fieldset[disabled] .btn-theme:active,
.tx-kuferweb fieldset[disabled] .btn-theme.active {
  background-color: #9d1839;
  border-color: #9d1839;
  color: #fff;
}
.tx-kuferweb .seiteblaettern {
  margin: 0;
}
.tx-kuferweb .hauptseite_clickpfad {
  display: none;
}
.tx-kuferweb span.statusmeldung {
  color: #9d1839;
  font-weight: bold;
  text-align: center;
  display: block;
  margin-bottom: 25px;
}

@media (max-width: 480px) {
  .tx-kuferweb .kw-buttonleiste .btn {
    display: block;
    margin-bottom: 15px;
    float: none;
    white-space: normal;
    width: 100%;
  }
  .tx-kuferweb .kw-buttonleiste .pull-right,
  .tx-kuferweb .kw-buttonleiste .pull-left {
    float: none !important;
  }
}
.tx-kuferweb .kw-paginationleiste {
  margin-bottom: 20px;
}
.tx-kuferweb .kw-paginationleiste .forward {
  text-align: right;
  min-width: 40px;
  min-height: 1px;
}
.tx-kuferweb .kw-paginationleiste .backward {
  min-width: 40px;
  min-height: 1px;
}

@media (max-width: 400px) {
  .tx-kuferweb .kw-paginationleiste .kw-pages {
    clear: both;
    padding-top: 20px;
  }
}
.tx-kuferweb .kw-anmart-box {
  position: relative;
  z-index: 10;
}
.tx-kuferweb .kw-anmart-description {
  position: absolute;
  bottom: 0;
  z-index: 99;
  width: 100%;
  text-align: center;
  background: rgba(230, 230, 230, 0.9);
  padding: 5px;
  font-weight: 700;
  color: #505050;
}

@media (max-width: 992px) and (min-width: 768px) {
  .tx-kuferweb .anmeldung .form-control {
    margin-bottom: 10px;
  }
}
.tx-kuferweb .warnungpflichtfelder,
.tx-kuferweb .wbl_status.wbl_error {
  color: #dc5563;
}
.tx-kuferweb .anmeldung .warnungpflichtfelder,
.tx-kuferweb .kw-anmeldung .warnungpflichtfelder {
  display: none;
}
.tx-kuferweb .kw-pw-warning + .warnungpflichtfelder.wbl_register {
  display: none;
}
.tx-kuferweb .validierung,
.tx-kuferweb .pflicht {
  color: #dc5563;
}
.tx-kuferweb .kw-best-nn {
  color: #c0c0c0;
}
.tx-kuferweb .kw-anmeldung-label {
  height: 36px;
}
.tx-kuferweb .kw-anmeldung-label label {
  padding-top: 7px;
}
.tx-kuferweb .kw-best-label,
.tx-kuferweb .kw-best-data {
  padding-bottom: 15px;
}
.tx-kuferweb .kw-best-data {
  font-weight: 700;
}
.tx-kuferweb .kw-anm-kurse .row .no-margin {
  margin-bottom: 0px;
}
.tx-kuferweb .kw-anm-kurse .haupttnnichtimkurs span {
  text-decoration: line-through;
  color: #8c8c8c;
}
.tx-kuferweb .kw-anm-kurse .btn.btn-theme i {
  width: 18px;
}
.tx-kuferweb .kw-anm-kurse .box {
  border: 1px solid #e6e6e6;
  padding: 15px;
  margin-bottom: 20px;
  background-color: #fafafa;
}
.tx-kuferweb .kw-anm-kurse .tn-list-item {
  margin-bottom: 5px;
}
.tx-kuferweb h3.kw-anm-best {
  margin-top: 30px;
  color: #9d1839;
}
.tx-kuferweb span.unhighlight {
  color: #8c8c8c;
}
.tx-kuferweb #kw-anm-art {
  color: #ffffff;
}
.tx-kuferweb .kw-kurs-fotos a {
  height: 160px;
  overflow: hidden;
  display: block;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .tx-kuferweb .kw-kurs-fotos a {
    height: initial;
  }
  .tx-kuferweb .kw-kurs-fotos img {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
.tx-kuferweb .kw-kursdetails .nav-tabs,
.tx-kuferweb .kw-kursdetails .tab-content {
  margin-bottom: 25px;
}
.tx-kuferweb .kw-kursdetails .nav-tabs > .active > a,
.tx-kuferweb .kw-kursdetails .nav-tabs > .active > a:focus,
.tx-kuferweb .kw-kursdetails .nav-tabs > .active > a:hover,
.tx-kuferweb .kw-kursdetails .nav-tabs > li > a:focus,
.tx-kuferweb .kw-kursdetails .nav-tabs > li > a:hover {
  background-color: #9d1839;
  color: #fff;
}
.tx-kuferweb .kw-kursdetails .nav-tabs > li > a {
  background-color: #e6e6e6;
  border-radius: 0;
  border: none;
  color: #000;
}
.tx-kuferweb .kw-table-header {
  background-color: #9d1839;
  color: #fff;
}
.tx-kuferweb .kw-table-header a,
.tx-kuferweb .kw-table-header a:hover,
.tx-kuferweb .kw-table-header a:focus {
  color: #fff;
}
.tx-kuferweb .kw-table-sort .fa {
  margin-right: 8px;
}
.tx-kuferweb .kw-table-row,
.tx-kuferweb .kw-table-header {
  padding: 10px 0;
}
.tx-kuferweb .kw-table-label {
  clear: left;
}
.tx-kuferweb .kw-table-row.alt2 {
  background-color: #f2f2f2;
}

@media (max-width: 480px) {
  .tx-kuferweb .kw-table-label {
    width: auto;
    min-width: 85px;
  }
}
@media (max-width: 350px) {
  .tx-kuferweb .kw-table-label {
    width: 100%;
    padding-top: 6px;
    padding-bottom: 2px;
  }
  .tx-kuferweb .kw-table-data {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .tx-kuferweb .kw-table a.kw-kurstitel {
    font-weight: bold;
    margin-bottom: 15px;
    display: block;
  }
  .tx-kuferweb .kw-table-label {
    font-weight: bold;
    padding-bottom: 4px;
  }
}
@media (min-width: 768px) {
  .tx-kuferweb .kw-table {
    padding: 0 15px;
  }
}
.tx-kuferweb .kw-nurbuchbare {
  text-align: center;
  margin-bottom: 15px;
}
.tx-kuferweb .kw-nurbuchbare .filter-alle,
.tx-kuferweb .kw-nurbuchbare .selected .filter-buchbare {
  display: none;
}
.tx-kuferweb .kw-nurbuchbare .selected .filter-alle {
  display: inline;
}
.tx-kuferweb .kw-kursuebersicht .ampelbutton {
  font-size: 1.5em;
}
.tx-kuferweb .kw-kursuebersicht .ampelbutton.voll {
  color: #fa9d4d;
}
.tx-kuferweb .kw-kursuebersicht .ampelbutton.nicht_buchbar,
.tx-kuferweb .kw-kursuebersicht .ampelbutton.wkgebucht {
  color: #d7d7d7;
}
.tx-kuferweb .kw-mitarbeiter img {
  max-width: 45px;
}

@media (min-width: 768px) {
  .tx-kuferweb .kw-kursuebersicht .ampelbutton {
    text-align: center;
    margin-top: -7px;
  }
}
@media (min-width: 767px) {
  .tx-kuferweb .kw-unterkategorien {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .tx-kuferweb .kw-kursuebersicht .ampelbutton {
    font-size: 2em;
  }
  .tx-kuferweb .kw-kursuebersicht .ampelbutton.nicht_buchbar {
    display: none;
  }
  .tx-kuferweb .kw-kursuebersicht .ampelbutton.wkgebucht {
    display: inline;
  }
  .tx-kuferweb .kw-unterkategorien .list-group-item {
    padding: 0;
  }
  .tx-kuferweb .kw-unterkategorien .list-group-item a {
    padding: 8px 0;
    display: block;
  }
}
.tx-kuferweb .kw-highlight .tag,
.tx-kuferweb .kw-highlight .monat {
  width: 50px;
  font-weight: bold;
  color: #9d1839;
  text-align: center;
  line-height: 20px;
}
.tx-kuferweb .kw-highlight .kw-kurstitel {
  font-weight: bold;
}
.tx-kuferweb .kw-highlight .media-left-inner {
  border: 1px solid #9d1839;
  padding: 4px 0;
}
.tx-kuferweb #kw-schnellsuche .form-control {
  background: #e6e6e6;
  border-radius: 0;
  border-color: #e6e6e6;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (max-width: 767px) {
  .tx-kuferweb #kw-schnellsuche {
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .tx-kuferweb #kw-schnellsuche {
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
  }
}
@media (max-width: 350px) {
  .tx-kuferweb #kw-schnellsuche {
    margin-right: 3px;
  }
}
.tx-kuferweb .kw-wk-menu-list {
  border-radius: 0;
  margin-top: 10px;
}
.tx-kuferweb .kw-wk-menu-list .list-group-item {
  padding: 10px 0px;
}
.tx-kuferweb .kw-wk-menu-list .kw-del-kurs {
  margin-left: 25px;
}
.tx-kuferweb .wk-menu {
  position: relative;
}
.tx-kuferweb .wk-menu a {
  display: block;
}
.tx-kuferweb .wk-menu .badge {
  position: absolute;
  top: -5px;
  right: -5px;
  background-color: #9d1839;
}
.tx-kuferweb .tn-login-menu {
  position: relative;
}
.tx-kuferweb .tn-login-menu .badge {
  position: absolute;
  top: -5px;
  right: -5px;
  background-color: #9d1839;
  min-width: 21px;
  padding: 3px 0px;
}
.tx-kuferweb #wbloginform .input-group {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .tx-kuferweb .panel-merkliste {
    margin-top: 15px;
    margin-bottom: 5px;
  }
}
.tx-kuferweb .panel-heading-merkliste.notavailable {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
}
.tx-kuferweb .kw-dozdetails .kw-foto {
  max-width: 350px;
}
.tx-kuferweb .kw-kalender {
  text-align: center;
}
.tx-kuferweb .kw-kalender table {
  table-layout: fixed;
}
.tx-kuferweb .kw-kalender th,
.tx-kuferweb .kw-kalender td {
  border: 0px !important;
}
.tx-kuferweb .kw-kalender td,
.tx-kuferweb .kw-kalender th {
  text-align: center;
}
.tx-kuferweb .eine a,
.tx-kuferweb .mehrere a {
  display: block;
  text-align: center;
  background-color: #9d1839;
  color: #fff;
  width: 25px;
  margin: 0 auto;
  padding: 1px;
}
.tx-kuferweb .table > tbody > tr > td {
  vertical-align: middle;
}

@media (min-width: 992px) {
  .tx-kuferweb .kw-kalender {
    table-layout: fixed;
    max-width: 260px;
  }
}
@media (max-width: 767px) {
  .tx-kuferweb .feedback_eingabe_code .btn {
    width: 100%;
    display: block;
    margin-top: 15px;
  }
}
.tx-kuferweb .hauptseite_clickpfad {
  float: left;
}
.tx-kuferweb .clickpfad a,
.tx-kuferweb span.trennzeichen,
.tx-kuferweb .clickadrbold,
.tx-kuferweb .clickpfad {
  color: #fff;
}
.tx-kuferweb span.trennzeichen {
  padding: 0 5px;
}
.tx-kuferweb .hauptseite_clickpfad span.clickpfad:before {
  content: "/";
  color: #fff;
  padding: 0 5px;
}
.tx-kuferweb .hauptseite_clickpfad span.trennzeichen:first-child {
  display: none;
}
.tx-kuferweb .hauptseite_clickpfad a.clickadresse[title=" öffnen"] + .trennzeichen {
  display: none;
}
.tx-kuferweb .kw-kfotos {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.tx-kuferweb .kw-kfotos li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.tx-kuferweb .kw-kfotos li:first-child {
  position: relative;
  display: block;
  float: left;
}
.tx-kuferweb .kw-kfotos img {
  display: block;
  height: auto;
  float: left;
  border: 0;
}
.tx-kuferweb .kw-filter-box,
.tx-kuferweb .kw-filtercontainer {
  margin-bottom: 15px;
  position: relative;
  border: none;
}
.tx-kuferweb .kw-filter-box.unavailable,
.tx-kuferweb .kw-filtercontainer.unavailable {
  text-decoration: line-through;
}
.tx-kuferweb .kw-filter-box ul,
.tx-kuferweb .kw-filtercontainer ul {
  list-style: none;
  padding-left: 0;
}
.tx-kuferweb .kw-filter-label {
  color: #505050;
  display: block;
  padding: 6px 15px;
  border: 1px solid #ddd;
  background-color: #fff;
}
.tx-kuferweb .kw-filter-label.collapsed {
  background-color: #f8f8f8;
}
.tx-kuferweb .kw-filter-box.active .kw-filter-label,
.tx-kuferweb .kw-filtercontainer.active .kw-filter-label {
  color: #9d1839;
  border-color: #9d1839;
}
.tx-kuferweb .kw-filter-body {
  padding: 6px 15px;
  border: 1px solid #ddd;
  border-top: 0;
  max-height: 250px;
  overflow-y: auto;
}
.tx-kuferweb ul.kw-katkeinebegonnenenlist,
.tx-kuferweb ul.kw-katkennzorlist {
  list-style: none;
  padding-left: 0;
}
.tx-kuferweb input#katbeginndatvonfilter {
  margin-bottom: 8px;
}

@media (min-width: 992px) {
  .tx-kuferweb .kw-filter-c {
    position: absolute;
    width: 100%;
    z-index: 10;
    background: #fff;
  }
}
.tx-kuferweb .line-height {
  line-height: 1.375;
}
.tx-kuferweb p {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.tx-kuferweb a {
  color: #9d1839;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tx-kuferweb #header a,
.tx-kuferweb #sub-content a {
  color: #505050;
}
.tx-kuferweb a:hover,
.tx-kuferweb a:focus {
  color: #9d1839;
}
.tx-kuferweb .inactive {
  color: #e6e6e6;
}
.tx-kuferweb span.underline {
  font-size: 24px;
  font-size: 1.2631578947rem;
  border-bottom: 1px solid #e6e6e6;
  padding: 5px 10px 5px 0px;
  display: block;
  margin-bottom: 10px;
}
.tx-kuferweb .block {
  display: block;
}
.tx-kuferweb .margin-top {
  margin-top: 25px;
}
.tx-kuferweb .x2 {
  font-size: 2em;
}
.tx-kuferweb .kufer-to-top {
  margin-bottom: 40px;
}
.tx-kuferweb .alert-danger ul {
  padding: 10px 0 0 25px;
}
.tx-kuferweb .alert-danger ul li span {
  color: #a94442 !important;
}
.tx-kuferweb .hauptseite .text-info {
  padding-bottom: 10px;
  color: #000;
  font-size: 16px;
  font-size: 0.8421052632rem;
}
.tx-kuferweb .legend.row {
  margin: 0;
}
.tx-kuferweb .legend.list-group-item {
  border: none;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
  position: relative;
}
.tx-kuferweb .legend .legend-icon-box {
  width: 17px;
  position: absolute;
  left: 0;
  top: 13px;
}
.tx-kuferweb .legend .legend-text {
  padding-left: 25px;
}
.tx-kuferweb .legend-header {
  font-weight: bold;
  margin-bottom: 10px;
}
.tx-kuferweb .legend-icon {
  background: url("/fileadmin/kuferweb/webbasys/layout/kursampeln/kbs_set12_dvv_style_2/kbs_set12_sprite.png") 0px 0px;
  height: 17px;
  width: 17px;
}
.tx-kuferweb .legend-icon.icon-reg-possible {
  background-position: 0px -20px;
}
.tx-kuferweb .legend-icon.icon-almost-full {
  background-position: 0px -40px;
}
.tx-kuferweb .legend-icon.icon-reg-wait {
  background-position: 0px -60px;
}
.tx-kuferweb .legend-icon.icon-course-finish {
  background-position: 0px -80px;
}
.tx-kuferweb .legend-icon.icon-course-cancel {
  background-position: 0px -100px;
}
.tx-kuferweb .legend-icon.icon-reg-impossible {
  background-position: 0px -120px;
}
.tx-kuferweb .hauptseite_status .statusmeldung {
  display: block;
  border: 1px solid #9d1839;
  padding: 15px;
}

@media (min-width: 768px) {
  .tx-kuferweb .pull-right-sm {
    float: right;
  }
  .tx-kuferweb .no-padding-sm {
    padding-left: 0;
    padding-right: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 0.7368421053rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto;
}

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tx-kuferweb .course-data-gender label:nth-child(3) {
  display: none;
}
.tx-kuferweb .anmeldung-section {
  margin-bottom: 35px;
}
.tx-kuferweb .anmeldung textarea {
  height: 112px;
}
.tx-kuferweb .anmeldung .eingabeWeiterer {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}
.tx-kuferweb .icon-billing-address {
  display: flex;
}
.tx-kuferweb .icon-billing-address .legend-icon {
  margin: 0.5em 0 6px 0.3em;
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
}
.tx-kuferweb .icon-billing-address-info {
  position: absolute;
  width: 300px;
  bottom: 30px;
  right: 0;
  color: #000;
}
.tx-kuferweb .icon-billing-address-info .arrow {
  display: block;
}

.popover {
  max-width: 300px;
  border-radius: 0;
  z-index: 999;
  position: absolute;
  padding: 1px;
  font-size: 14px;
  font-size: 0.7368421053rem;
  font-style: normal;
  text-align: start;
  text-decoration: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  line-break: auto;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.popover.fade.in {
  opacity: 1;
}
.popover.bottom > .arrow::after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover > .arrow::after {
  content: "";
  border-width: 10px;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow, .popover > .arrow::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .popover-content {
  padding: 9px 14px;
  display: block;
}
.popover .text-center {
  text-align: center;
}
.popover p {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  margin: 0 0 10px;
}
.popover .kw-wk-menu-list {
  border-radius: 0;
  margin-top: 10px;
}
.popover .list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.popover .kw-wk-menu-list .list-group-item {
  padding: 10px 0px;
}
.popover .list-group-item:last-child {
  margin-bottom: 0;
}
.popover .list-group-item {
  position: relative;
  display: block;
  background-color: #fff;
  border: 1px solid #ddd;
}
.popover .list-group-item {
  border-left: 0;
  border-right: 0;
}
.popover a {
  text-decoration: none;
}
.popover .kw-wk-menu-list .kw-del-kurs {
  margin-left: 25px;
}
.popover .pull-right {
  float: right !important;
}
.popover .btn-theme {
  background-color: #9d1839;
  border-color: #9d1839;
  color: #fff !important;
}
.popover .btn {
  border-radius: 0;
  font-size: 16px;
  font-size: 0.8421052632rem;
  line-height: 1.375;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.popover .btn-block {
  display: block;
  width: 100%;
}
.popover .btn-group-xs > .btn, .popover .btn-xs {
  padding: 1px 5px;
}

.tx-kuferweb .form-control {
  font-size: 16px;
  font-size: 0.8421052632rem;
  border-radius: 0;
  height: 36px;
  line-height: 1.375;
}
.tx-kuferweb .btn {
  border-radius: 0;
  font-size: 16px;
  font-size: 0.8421052632rem;
  line-height: 1.375;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tx-kuferweb a.btn {
  text-decoration: none;
}
.tx-kuferweb .small,
.tx-kuferweb small {
  font-size: 50%;
}
.tx-kuferweb .text-primary {
  color: #9d1839;
}
.tx-kuferweb a.text-primary:focus,
.tx-kuferweb a.text-primary:hover {
  color: #ad4643;
}
.tx-kuferweb .panel {
  border-radius: 0;
}
.tx-kuferweb .panel-default > .panel-heading {
  background-color: #e6e6e6;
}
.tx-kuferweb .list-group {
  border-radius: 0;
}
.tx-kuferweb .list-group-item {
  border-left: 0;
  border-right: 0;
}
.tx-kuferweb .list-group-item:first-child,
.tx-kuferweb .list-group-item:last-child {
  border-radius: 0;
}
.tx-kuferweb .pagination,
.tx-kuferweb .pagination > li:first-child > a,
.tx-kuferweb .pagination > li:first-child > span,
.tx-kuferweb .pagination > li:last-child > a,
.tx-kuferweb .pagination > li:last-child > span {
  border-radius: 0;
}
.tx-kuferweb .pagination > li > a,
.tx-kuferweb .pagination > li > span,
.tx-kuferweb .pagination > li > a:focus,
.tx-kuferweb .pagination > li > a:hover,
.tx-kuferweb .pagination > li > span:focus,
.tx-kuferweb .pagination > li > span:hover {
  color: #9d1839;
}
.tx-kuferweb .pagination > li > a,
.tx-kuferweb .pagination > li > span {
  line-height: 1.375;
}
.tx-kuferweb abbr[data-original-title],
.tx-kuferweb abbr[title] {
  border: none;
  text-decoration: none;
}
.tx-kuferweb .col-xs-15,
.tx-kuferweb .col-sm-15,
.tx-kuferweb .col-md-15,
.tx-kuferweb .col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.tx-kuferweb .col-xs-15 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .tx-kuferweb .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .tx-kuferweb .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .tx-kuferweb .col-lg-15 {
    width: 20%;
    float: left;
  }
}
.navbar-toggle .icon-bar {
  width: 35px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  background-color: #9d1839;
  height: 4px;
}

.navbar-toggle.collapsed .icon-bar {
  background-color: #505050;
}

.navbar-toggle.collapsed .top-bar {
  transform: rotate(0);
}

.navbar-toggle .top-bar {
  transform: rotate(45deg);
  transform-origin: 7% 90%;
  margin-top: 4px;
}

.navbar-toggle.collapsed .middle-bar {
  opacity: 1;
  margin-top: 7px;
  margin-bottom: 7px;
}

.navbar-toggle .middle-bar {
  opacity: 0;
}

.navbar-toggle.collapsed .bottom-bar {
  transform: rotate(0);
}

.navbar-toggle .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 26% 100%;
}

.dropdown-menu {
  font-size: 16px;
  font-size: 0.8421052632rem;
  padding: 0;
  position: absolute;
  z-index: 1000;
  float: left;
  min-width: 160px;
  margin: 2px 0 0;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-menu > li > a {
  color: #505050;
}

.dropdown-menu > li > a {
  padding: 10px 20px;
  border-bottom: 1px solid #ddd;
}

.dropdown-menu > li:last-child > a {
  border-bottom: none;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  background-color: #9d1839;
  color: #fff !important;
}

@media (max-width: 991px) {
  .tx-kuferweb .anmeldung .kw-anm-kurse .text-right {
    text-align: left;
  }
}
@media (min-width: 767px) {
  .dropdown-menu {
    top: 113%;
  }
  .dropdown-menu:before {
    border-width: 11px;
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    top: -11px;
    right: 15px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
  }
  .dropdown-menu:after {
    content: "";
    border-width: 10px;
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    top: -10px;
    right: 16px;
    border-top-width: 0;
    border-bottom-color: #fff;
  }
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 10px 15px;
  }
}
.tx-kuferweb #header {
  top: 0;
  left: 0;
  z-index: 900;
  position: fixed;
  height: 150px;
  width: 100%;
  background-color: #fff;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
  border-bottom: 1px solid #fff;
}
.tx-kuferweb #logo {
  margin-top: 40px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  image-rendering: -webkit-optimize-contrast;
}
.tx-kuferweb #header-functions {
  color: #505050;
  float: right;
}
.tx-kuferweb #navigation {
  clear: right;
}
.tx-kuferweb #header.smaller {
  background-color: #f8f8f8;
  border-bottom: 1px solid #e7e7e7;
}

@media (min-width: 768px) {
  .tx-kuferweb #header.smaller {
    height: 90px;
  }
  .tx-kuferweb #header.smaller #logo {
    margin-top: 9px;
  }
  .tx-kuferweb #header.smaller #logo img {
    max-width: 250px;
  }
  .tx-kuferweb #header.smaller #header-functions {
    visibility: hidden;
    opacity: 0;
    height: 0;
    margin: 0;
  }
  .tx-kuferweb #header.smaller .header-right {
    margin-top: 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .tx-kuferweb div[id^=c]:target:before {
    content: "";
    display: block;
    height: 100px;
    margin: -100px 0 0;
  }
  .tx-kuferweb .header-right {
    float: right;
    margin-top: 45px;
  }
  .tx-kuferweb #header-functions {
    margin-bottom: 10px;
  }
  .tx-kuferweb #navigation .nav > li > a {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
  }
  .tx-kuferweb #navigation .nav > li > a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 3px;
    margin-left: 15px;
    margin-right: 15px;
    background: #9d1839;
    height: 2px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .tx-kuferweb #navigation .nav > li > a:focus,
  .tx-kuferweb #navigation .nav > li > a:hover,
  .tx-kuferweb #navigation .nav > .open > a {
    background-color: transparent;
  }
  .tx-kuferweb #navigation .nav > li > a:focus:before,
  .tx-kuferweb #navigation .nav > li > a:hover:before,
  .tx-kuferweb #navigation .nav > li.active > a:before {
    left: 0;
    right: 0;
  }
  .tx-kuferweb #navigation.navbar-collapse {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .tx-kuferweb #logo {
    margin-top: 10px;
    margin-right: 0;
    margin-left: 0;
    height: 100px;
  }
  .tx-kuferweb #header-functions {
    text-align: center;
    float: right;
  }
  .tx-kuferweb body {
    padding-top: 181px;
  }
  .tx-kuferweb #header.smaller,
  .tx-kuferweb #header {
    height: 181px;
  }
  .tx-kuferweb div[id^=c]:target:before {
    content: "";
    display: block;
    height: 190px;
    margin: -190px 0 0;
  }
  .tx-kuferweb #header .navbar-collapse {
    max-height: 340px;
    background-color: #fff;
    margin-right: -15px;
    margin-left: -15px;
  }
  .tx-kuferweb #header-wk .badge {
    top: 0px;
    right: 0px;
  }
  .tx-kuferweb #navigation .navbar-nav > li > a {
    background: #e6e6e6;
    margin: 5px 0px;
  }
  .tx-kuferweb #header .navbar-nav {
    margin: 0;
    padding: 15px 0px;
  }
  .kufer-basket-mobile .tx-kuferweb #header-wk .badge {
    top: -5px;
    right: -5px;
  }
}
.tx-kuferweb .header-icon {
  margin: 0px 30px 0px 0px;
  display: inline-block;
}
.tx-kuferweb #header-search .navbar-form {
  margin: 0;
}
.tx-kuferweb #header-search .navbar-form {
  padding: 0;
}

@media (max-width: 767px) {
  .tx-kuferweb .header-icon {
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
  }
}
@media (max-width: 460px) {
  .tx-kuferweb .hauptseite .anmeldeformular_but.pull-right {
    float: none !important;
  }
}
@media (max-width: 350px) {
  .tx-kuferweb .header-icon,
  .tx-kuferweb .navbar-toggle {
    margin-right: 0px;
  }
  .tx-kuferweb #header-functions {
    float: none;
  }
}
.tx-kuferweb #hero {
  background: #ffffff;
  background: -moz-linear-gradient(top, #fff 0%, #fff 10%, #9d1839 10%, #9d1839 90%, #9d1839 90%, #fff 90%, #fff 90%, #fff 100%);
  background: -webkit-linear-gradient(top, #fff 0%, #fff 10%, #9d1839 10%, #9d1839 90%, #9d1839 90%, #fff 90%, #fff 90%, #fff 100%);
  background: linear-gradient(to bottom, #fff 0%, #fff 10%, #9d1839 10%, #9d1839 90%, #9d1839 90%, #fff 90%, #fff 90%, #fff 100%);
}
.tx-kuferweb #sub-bar {
  background: #9d1839;
  padding: 20px 0px;
}
.tx-kuferweb #sub-bar .page-title {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-size: 1.2631578947rem;
}
.tx-kuferweb .breadcrumb {
  padding: 0;
  margin: 0;
  color: #fff;
  background: none;
}
.tx-kuferweb ol.breadcrumb {
  float: left;
}
.tx-kuferweb .breadcrumb a,
.tx-kuferweb .breadcrumb > .active,
.tx-kuferweb .breadcrumb > li + li:before {
  color: #fff;
}
.tx-kuferweb #content .hauptseite_clickpfad {
  display: none;
}
.tx-kuferweb #content {
  min-height: 500px;
  margin-top: 25px;
}
.tx-kuferweb .katimages {
  margin: 70px 0px 30px 0px;
}
.tx-kuferweb .katimages a {
  color: #505050;
  display: block;
}
.tx-kuferweb .katimages img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}
.tx-kuferweb .katimages figure {
  position: relative;
  display: block !important;
}
.tx-kuferweb .katimages figcaption {
  position: absolute;
  bottom: 0;
  background: rgba(230, 230, 230, 0.9);
  width: 100%;
  text-align: center;
  padding: 5px;
  display: block;
  font-weight: 700;
}
.tx-kuferweb .katimages .ce-center .ce-outer,
.tx-kuferweb .katimages .ce-left .ce-gallery,
.tx-kuferweb .katimages .ce-center .ce-inner {
  float: none;
}

@media (max-width: 760px) {
  .tx-kuferweb .katimages {
    margin: 0;
  }
}
.tx-kuferweb #sub-content {
  margin-top: 50px;
  min-height: 218px;
  background: #ffffff;
  background: -moz-linear-gradient(top, #fff 0%, #fff 20%, #9d1839 20%, #9d1839 100%);
  background: -webkit-linear-gradient(top, #fff 0%, #fff 20%, #9d1839 20%, #9d1839 100%);
  background: linear-gradient(to bottom, #fff 0%, #fff 20%, #9d1839 20%, #9d1839 100%);
}
.tx-kuferweb #sub-content .container {
  background: #e6e6e6;
  position: relative;
  min-height: 218px;
}
.tx-kuferweb #foot-content {
  padding: 15px 0px;
}
.tx-kuferweb #foot-content h4 {
  margin: 0px 0px 10px 0px;
}
.tx-kuferweb footer {
  height: 72px;
  background: #505050;
  color: #e6e6e6;
}
.tx-kuferweb footer a {
  color: #e6e6e6;
}
.tx-kuferweb footer a:hover {
  color: #e6e6e6;
  text-decoration: none;
}
.tx-kuferweb .footer-content {
  background: #505050;
}
.tx-kuferweb .footer-text-left {
  text-align: left;
}
.tx-kuferweb .footer-text-right {
  text-align: right;
}
.tx-kuferweb .footer-content .copyright {
  margin: 26px 0px 0px 0px;
  display: block;
}
.tx-kuferweb .footer-content .logo {
  margin-top: 10px;
}
.tx-kuferweb .footer-navigation {
  margin: 0;
  list-style: none;
  text-align: right;
}
.tx-kuferweb .footer-navigation li {
  display: inline-block;
}
.tx-kuferweb .footer-navigation li a {
  display: block;
  padding: 0px 10px;
  margin: 0px 0px 10px 0px;
  border-right: 1px solid #505050;
}
.tx-kuferweb .footer-navigation li.last a {
  border-right: 0px;
  padding-right: 0;
}

@media (max-width: 767px) {
  .tx-kuferweb #foot-content {
    text-align: center;
  }
  .tx-kuferweb .footer-navigation {
    text-align: center;
    padding: 0;
  }
}
@media (max-width: 480px) {
  .tx-kuferweb .footer-navigation {
    float: none;
    list-style: none;
    text-align: center;
    margin: 30px 0px 0px 0px;
    padding: 0;
  }
  .tx-kuferweb .footer-navigation li {
    display: block;
  }
  .tx-kuferweb .footer-navigation li a {
    display: block;
    padding: 10px 10px;
    margin: 0px 0px 10px 0px;
    border: 1px solid #ddd;
    background: #9d1839;
    color: #fff !important;
  }
  .tx-kuferweb .footer-navigation li a:hover {
    background: #ad4643;
  }
}
@media (max-width: 550px) {
  .tx-kuferweb #content .ce-gallery img {
    max-width: 100%;
    height: auto !important;
    width: auto;
  }
  .tx-kuferweb div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
    float: none;
  }
  .tx-kuferweb .csc-textpic-intext-left-nowrap .csc-textpic-text {
    margin-left: 0px;
  }
  .tx-kuferweb div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap {
    float: none;
  }
  .tx-kuferweb .csc-textpic-intext-right-nowrap .csc-textpic-text {
    margin-right: 0px;
  }
  .tx-kuferweb div.csc-textpic-intext-right .csc-textpic-imagewrap {
    float: none;
  }
  .tx-kuferweb div.csc-textpic-intext-left .csc-textpic-imagewrap {
    float: none;
  }
}
.tx-kuferweb .checkbox-datenschutz span.required {
  display: none;
}
.tx-kuferweb .checkbox-datenschutz .input.checkbox {
  margin: 0;
}

@media (min-width: 768px) {
  .tx-kuferweb .checkbox-datenschutz .col-xs-11.col-sm-11.col-md-11.col-lg-11 {
    margin-left: -4%;
  }
}
.tx-kuferweb #cookie-bar {
  padding: 4px !important;
}
.tx-kuferweb #cookie-bar .cb-enable,
.tx-kuferweb #cookie-bar .cb-disable,
.tx-kuferweb #cookie-bar .cb-policy {
  padding: 2px 12px !important;
}
.tx-kuferweb .btn-theme {
  background-color: #9d1839;
  border-color: #9d1839;
  color: #fff !important;
}
.tx-kuferweb .btn-theme:hover,
.tx-kuferweb .btn-theme:focus,
.tx-kuferweb .btn-theme:active,
.tx-kuferweb .btn-theme.active {
  background-color: #9d1839;
  color: #fff;
}
.tx-kuferweb .btn-theme.disabled:hover,
.tx-kuferweb .btn-theme.disabled:focus,
.tx-kuferweb .btn-theme.disabled:active,
.tx-kuferweb .btn-theme.disabled.active,
.tx-kuferweb .btn-theme[disabled]:hover,
.tx-kuferweb .btn-theme[disabled]:focus,
.tx-kuferweb .btn-theme[disabled]:active,
.tx-kuferweb .btn-theme[disabled].active,
.tx-kuferweb fieldset[disabled] .btn-theme:hover,
.tx-kuferweb fieldset[disabled] .btn-theme:focus,
.tx-kuferweb fieldset[disabled] .btn-theme:active,
.tx-kuferweb fieldset[disabled] .btn-theme.active {
  background-color: #9d1839;
  border-color: #9d1839;
  color: #fff;
}
.tx-kuferweb .news-list-item h4 {
  font-weight: bold;
}
.tx-kuferweb .news-list-item .btn-read-more {
  font-weight: bold;
  text-transform: lowercase;
}
.tx-kuferweb .news-list-item .btn-read-more:after {
  content: "...";
  color: #9d1839;
  margin-left: -2px;
}
.tx-kuferweb .news-list-item .extra {
  display: none;
}
.tx-kuferweb .news-single .thumbnail {
  border: none;
}
.tx-kuferweb .topnews p {
  margin-bottom: 0;
}
.tx-kuferweb .rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.tx-kuferweb .rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  height: 350px;
}
.tx-kuferweb .rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}
.tx-kuferweb .rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}
.tx-kuferweb .rslides_container {
  position: relative;
}
.tx-kuferweb .rslides1_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 45%;
  left: 0;
  z-index: 99;
  opacity: 0.8;
}
.tx-kuferweb .rslides1_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
}
.tx-kuferweb .rslides1_nav.next:focus {
  color: #9d1839;
}
.tx-kuferweb .rslides2_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  left: 0;
  display: block;
  background: #fff;
  opacity: 0;
  filter: alpha(opacity=1);
  width: 48%;
  text-indent: -9999px;
  overflow: hidden;
  height: 91%;
}
.tx-kuferweb .rslides2_nav.next {
  left: auto;
  right: 0;
}
.tx-kuferweb .rslides3_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  opacity: 0.6;
  text-indent: -9999px;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  width: 38px;
}
.tx-kuferweb .rslides_tabs {
  margin-top: 10px;
  position: absolute;
  width: 100%;
  padding-left: 0;
  list-style-type: none;
}
.tx-kuferweb .rslides_tabs li {
  float: none;
  padding-right: 5px;
}
.tx-kuferweb .rslides_tabs li:last-child {
  padding-right: 0px;
}

@media (min-width: 768px) {
  .tx-kuferweb .rslides_tabs li {
    display: table-cell;
    width: 1%;
  }
}
.tx-kuferweb .rslides_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  background: #e6e6e6;
  background: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 9px;
  position: relative;
  display: block;
  padding: 0 10px;
}
.tx-kuferweb .rslides_tabs .rslides_here a {
  background: #222;
  background: rgba(0, 0, 0, 0.8);
}
.tx-kuferweb .rslides .caption {
  position: absolute;
  display: block;
  bottom: 30px;
  left: 30px;
  padding: 11px;
  text-align: center;
  color: #fff;
  background: #9d1839;
  font-size: 40px;
  font-size: 2.1052631579rem;
  text-transform: uppercase;
}
.tx-kuferweb .tx-yag-thumb-innerframe img,
.tx-kuferweb .tx-yag-image img {
  max-width: 100% !important;
  height: auto;
}
.tx-kuferweb .tx-yag-item-thumb-outerframe {
  height: auto;
}
.tx-kuferweb .scrollToTop {
  padding: 10px 16px;
  color: #fff;
  text-decoration: none;
  position: fixed;
  bottom: 45px;
  right: 45px;
  display: none;
  background: #9d1839;
  text-align: center;
  border: 1px solid #9b3f3c;
}
.tx-kuferweb .scrollToTop:hover,
.tx-kuferweb .scrollToTop:focus {
  background: #ad4643;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 730px) {
  .tx-kuferweb .kw-buttonleiste .pull-right {
    float: none !important;
  }
}
@media (max-width: 480px) {
  .tx-kuferweb .scrollToTop {
    bottom: 10px;
    right: 10px;
    padding: 0px 5px;
  }
}
/*!
 * Datepicker for Bootstrap v1.7.0-dev (https://github.com/eternicode/bootstrap-datepicker)
 * * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
  padding: 4px;
  direction: ltr;
}

.datepicker-inline {
  width: 220px;
}

.datepicker.datepicker-rtl {
  direction: rtl;
}

.datepicker.datepicker-rtl table tr td span {
  float: right;
}

.datepicker-dropdown {
  top: 0;
  left: 0;
}

.datepicker-dropdown:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #999;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}

.datepicker-dropdown:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}

.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}

.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}

.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}

.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}

.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}

.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}

.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}

.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}

.datepicker > div {
  display: none;
}

.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border: none;
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eee;
  cursor: pointer;
}

.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999;
  cursor: default;
}

.datepicker table tr td.highlighted {
  background: #d9edf7;
  border-radius: 0;
}

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fa9d4d;
  color: #fff;
}

.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fa953e;
}

.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #9d1839;
}

.datepicker table tr td.today:hover:hover {
  color: #fff;
}

.datepicker table tr td.today.active:hover {
  color: #fff;
}

.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #fa9d4d;
  color: #fff;
}

.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #fa9d4d;
}

.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #fa953e;
}

.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #e6e6e6;
  color: #fff;
}

.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #dedede;
}

.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #e6e6e6;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #9d1839;
  color: #fff;
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #b54946;
}

.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #9d1839;
}

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
}

.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #eee;
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999;
  cursor: default;
}

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #9d1839;
  color: #fff;
}

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #b54946;
}

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #b54946;
}

.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999;
}

.datepicker .datepicker-switch {
  width: 145px;
}

.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}

.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eee;
}

.datepicker .prev .disabled,
.datepicker .next .disabled {
  visibility: hidden;
}

.datepicker .cw {
  font-size: 10px;
  font-size: 0.5263157895rem;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}

.input-append.date .add-on,
.input-prepend.date .add-on {
  cursor: pointer;
}

.input-append.date .add-on i,
.input-prepend.date .add-on i {
  margin-top: 3px;
}

.input-daterange input {
  text-align: center;
}

.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}

.tx-kuferweb .powermail_legend {
  display: none;
}
.tx-kuferweb .seiteblaettern {
  margin: 0;
}
.tx-kuferweb .hauptseite_clickpfad {
  display: none;
}
.tx-kuferweb span.statusmeldung {
  color: #9d1839;
  font-weight: bold;
  text-align: center;
  display: block;
  margin-bottom: 25px;
}

@media (max-width: 480px) {
  .tx-kuferweb .kw-buttonleiste .btn {
    display: block;
    margin-bottom: 15px;
    float: none;
    white-space: normal;
    width: 100%;
  }
  .tx-kuferweb .kw-buttonleiste .pull-right,
  .tx-kuferweb .kw-buttonleiste .pull-left {
    float: none !important;
  }
}
.tx-kuferweb .kw-paginationleiste {
  margin-bottom: 20px;
}
.tx-kuferweb .kw-paginationleiste .forward {
  text-align: right;
  min-width: 40px;
  min-height: 1px;
}
.tx-kuferweb .kw-paginationleiste .backward {
  min-width: 40px;
  min-height: 1px;
}

@media (max-width: 400px) {
  .tx-kuferweb .kw-paginationleiste .kw-pages {
    clear: both;
    padding-top: 20px;
  }
}
.tx-kuferweb .kw-anmart-box {
  position: relative;
  z-index: 10;
}
.tx-kuferweb .kw-anmart-description {
  position: absolute;
  bottom: 0;
  z-index: 99;
  width: 100%;
  text-align: center;
  background: rgba(230, 230, 230, 0.9);
  padding: 5px;
  font-weight: 700;
  color: #505050;
}

@media (max-width: 992px) and (min-width: 768px) {
  .tx-kuferweb .anmeldung .form-control {
    margin-bottom: 10px;
  }
}
.tx-kuferweb .warnungpflichtfelder,
.tx-kuferweb .wbl_status.wbl_error {
  color: #dc5563;
}
.tx-kuferweb .anmeldung .warnungpflichtfelder,
.tx-kuferweb .kw-anmeldung .warnungpflichtfelder {
  display: none;
}
.tx-kuferweb .kw-pw-warning + .warnungpflichtfelder.wbl_register {
  display: none;
}
.tx-kuferweb .validierung,
.tx-kuferweb .pflicht {
  color: #dc5563;
}
.tx-kuferweb .kw-best-nn {
  color: #c0c0c0;
}
.tx-kuferweb .kw-anmeldung-label {
  height: 36px;
}
.tx-kuferweb .kw-anmeldung-label label {
  padding-top: 7px;
}
.tx-kuferweb .kw-best-label,
.tx-kuferweb .kw-best-data {
  padding-bottom: 15px;
}
.tx-kuferweb .kw-best-data {
  font-weight: 700;
}
.tx-kuferweb .kw-anm-kurse .row .no-margin {
  margin-bottom: 0px;
}
.tx-kuferweb .kw-anm-kurse .haupttnnichtimkurs span {
  text-decoration: line-through;
  color: #8c8c8c;
}
.tx-kuferweb .kw-anm-kurse .btn.btn-theme i {
  width: 18px;
}
.tx-kuferweb .kw-anm-kurse .box {
  border: 1px solid #e6e6e6;
  padding: 15px;
  margin-bottom: 20px;
  background-color: #fafafa;
}
.tx-kuferweb .kw-anm-kurse .tn-list-item {
  margin-bottom: 5px;
}
.tx-kuferweb h3.kw-anm-best {
  margin-top: 30px;
  color: #9d1839;
}
.tx-kuferweb span.unhighlight {
  color: #8c8c8c;
}
.tx-kuferweb #kw-anm-art {
  color: #ffffff;
}
.tx-kuferweb .kw-kurs-fotos a {
  height: 160px;
  overflow: hidden;
  display: block;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .tx-kuferweb .kw-kurs-fotos a {
    height: initial;
  }
  .tx-kuferweb .kw-kurs-fotos img {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
.tx-kuferweb .kw-kursdetails {
  margin: 30px 0 0;
}
.tx-kuferweb .kw-kursdetails .kw-kurs-container {
  margin-top: 0;
}
.tx-kuferweb .kw-kursdetails h2 {
  margin-bottom: 25px;
}
.tx-kuferweb .kw-kursdetails .nav-tabs li a {
  display: block;
  background: #f0efe8;
  padding: 0.4em 0.5em;
  text-decoration: none;
}
.tx-kuferweb .kw-kursdetails .nav-tabs li.active a {
  background: #9d1839;
  color: #fff;
}
.tx-kuferweb .kw-kursdetails .back-to-courseview {
  margin-top: 16px;
}
@media all and (max-width: 480px) {
  .tx-kuferweb .kw-kursdetails .back-to-courseview .floatl {
    float: none;
  }
  .tx-kuferweb .kw-kursdetails .back-to-courseview .floatr {
    float: none;
  }
  .tx-kuferweb .kw-kursdetails .back-to-courseview .floatr .text-right {
    text-align: left;
  }
}
.tx-kuferweb .kw-kursdetails .course-contentlist-header {
  margin-bottom: 5px;
  font-weight: bold;
}
.tx-kuferweb .kw-kursdetails .course-content-part {
  margin-bottom: 30px;
}
.tx-kuferweb .kw-kursdetails .course-content-part ul {
  margin-top: 15px;
}
.tx-kuferweb .kw-kursdetails .course-detail-target {
  border-top: 1px solid #ddd;
  padding-top: 15px;
  margin-top: 15px;
}
.tx-kuferweb .kw-kursdetails .course-detail-target-status {
  position: relative;
}
.tx-kuferweb .kw-kursdetails .course-detail-status-legend {
  width: 174px;
  position: absolute;
  left: calc(100% + 20px);
  top: 15px;
}
@media all and (max-width: 780px) {
  .tx-kuferweb .kw-kursdetails .course-detail-status-legend {
    position: static;
    width: 100%;
    margin-top: 30px;
  }
  .tx-kuferweb .kw-kursdetails .course-detail-status-legend .legend.list-group-item:last-child {
    border: none;
  }
}
.tx-kuferweb .kw-kursdetails .course-detail-status {
  padding: 15px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 15px 0;
}
.tx-kuferweb .kw-kursdetails .course-detail-basket {
  max-width: 200px;
}
.tx-kuferweb .kw-kursdetails .nav-tabs {
  margin-bottom: 40px;
}
@media all and (max-width: 767px) {
  .tx-kuferweb .kw-kursdetails .nav-tabs {
    margin-bottom: 10px;
  }
}
.tx-kuferweb .kw-kursdetails .print-course {
  font-size: 14px;
  font-size: 0.7368421053rem;
}
.tx-kuferweb .kw-kursdetails .nav-tabs > .active > a,
.tx-kuferweb .kw-kursdetails .nav-tabs > .active > a:focus,
.tx-kuferweb .kw-kursdetails .nav-tabs > .active > a:hover,
.tx-kuferweb .kw-kursdetails .nav-tabs > li > a:focus,
.tx-kuferweb .kw-kursdetails .nav-tabs > li > a:hover {
  background-color: #9d1839;
  color: #fff;
}
.tx-kuferweb .kw-kursdetails .nav-tabs > li > a {
  background-color: #e6e6e6;
  border-radius: 0;
  border: none;
  color: #000;
}
.tx-kuferweb .kw-table-header {
  background-color: #9d1839;
  color: #fff;
}
.tx-kuferweb .kw-table-header a,
.tx-kuferweb .kw-table-header a:hover,
.tx-kuferweb .kw-table-header a:focus {
  color: #fff;
}
.tx-kuferweb .kw-table-sort .fa {
  margin-right: 8px;
}
.tx-kuferweb .kw-table-row,
.tx-kuferweb .kw-table-header {
  padding: 10px 0;
}
.tx-kuferweb .kw-table-row a,
.tx-kuferweb .kw-table-header a {
  text-decoration: none;
}
.tx-kuferweb .kw-table-label {
  clear: left;
}
.tx-kuferweb .kw-table-row.alt2 {
  background-color: #f2f2f2;
}

@media (max-width: 480px) {
  .tx-kuferweb .kw-table-label {
    width: auto;
    min-width: 85px;
  }
}
@media (max-width: 350px) {
  .tx-kuferweb .kw-table-label {
    width: 100%;
    padding-top: 6px;
    padding-bottom: 2px;
  }
  .tx-kuferweb .kw-table-data {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .tx-kuferweb .kw-table a.kw-kurstitel {
    font-weight: bold;
    margin-bottom: 15px;
    display: block;
  }
  .tx-kuferweb .kw-table-label {
    font-weight: bold;
    padding-bottom: 4px;
  }
}
@media (min-width: 768px) {
  .tx-kuferweb .kw-table {
    padding: 0 15px;
  }
}
.tx-kuferweb .kw-nurbuchbare {
  text-align: center;
  margin-bottom: 15px;
}
.tx-kuferweb .kw-nurbuchbare .filter-alle,
.tx-kuferweb .kw-nurbuchbare .selected .filter-buchbare {
  display: none;
}
.tx-kuferweb .kw-nurbuchbare .selected .filter-alle {
  display: inline;
}
.tx-kuferweb .kw-kursuebersicht .ampelbutton {
  font-size: 1.5em;
}
.tx-kuferweb .kw-kursuebersicht .ampelbutton a.text-danger, .tx-kuferweb .kw-kursuebersicht .ampelbutton a:hover.text-danger {
  color: #e1c3c2;
}
.tx-kuferweb .kw-kursuebersicht .ampelbutton.voll {
  color: #fa9d4d;
}
.tx-kuferweb .kw-kursuebersicht .ampelbutton.nicht_buchbar,
.tx-kuferweb .kw-kursuebersicht .ampelbutton.wkgebucht {
  color: #d7d7d7;
}
.tx-kuferweb .kw-kursuebersicht a .kw-kursdatum-col, .tx-kuferweb .kw-kursuebersicht a .kw-kursort-col, .tx-kuferweb .kw-kursuebersicht a .kw-kursid-col {
  color: #000;
}
.tx-kuferweb .kw-mitarbeiter img {
  max-width: 45px;
}

@media (min-width: 768px) {
  .tx-kuferweb .kw-kursuebersicht .ampelbutton {
    text-align: center;
    margin-top: -7px;
  }
}
@media (min-width: 767px) {
  .tx-kuferweb .kw-unterkategorien {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .tx-kuferweb .kw-kursuebersicht .ampelbutton {
    font-size: 2em;
  }
  .tx-kuferweb .kw-kursuebersicht .ampelbutton.nicht_buchbar {
    display: none;
  }
  .tx-kuferweb .kw-kursuebersicht .ampelbutton.wkgebucht {
    display: inline;
  }
  .tx-kuferweb .kw-unterkategorien .list-group-item {
    padding: 0;
  }
  .tx-kuferweb .kw-unterkategorien .list-group-item a {
    padding: 8px 0;
    display: block;
  }
}
.tx-kuferweb .kw-highlight, .tx-kuferweb .hauptseite_kurse {
  margin-bottom: 50px;
}
.tx-kuferweb .kw-highlight a {
  text-decoration: none;
}
.tx-kuferweb .kw-highlight .tag,
.tx-kuferweb .kw-highlight .monat {
  width: 50px;
  font-weight: bold;
  color: #9d1839;
  text-align: center;
  line-height: 20px;
}
.tx-kuferweb .kw-highlight .kw-kurstitel {
  font-weight: bold;
}
.tx-kuferweb .kw-highlight .media-left-inner {
  border: 1px solid #9d1839;
  padding: 4px 0;
}
.tx-kuferweb #kw-schnellsuche .form-control {
  background: #e6e6e6;
  border-radius: 0;
  border-color: #e6e6e6;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (max-width: 767px) {
  .tx-kuferweb #kw-schnellsuche {
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .tx-kuferweb #kw-schnellsuche {
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
  }
}
@media (max-width: 350px) {
  .tx-kuferweb #kw-schnellsuche {
    margin-right: 3px;
  }
}
.tx-kuferweb .kw-wk-menu-list {
  border-radius: 0;
  margin-top: 10px;
}
.tx-kuferweb .kw-wk-menu-list .list-group-item {
  padding: 10px 0px;
}
.tx-kuferweb .kw-wk-menu-list .kw-del-kurs {
  margin-left: 25px;
}
.tx-kuferweb .wk-menu {
  position: relative;
}
.tx-kuferweb .wk-menu a {
  display: block;
}
.tx-kuferweb .wk-menu .badge {
  position: absolute;
  top: -5px;
  right: -5px;
  background-color: #9d1839;
}
.tx-kuferweb .tn-login-menu {
  position: relative;
}
.tx-kuferweb .tn-login-menu .badge {
  position: absolute;
  top: -5px;
  right: -5px;
  background-color: #9d1839;
  min-width: 21px;
  padding: 3px 0px;
}
.tx-kuferweb #wbloginform .input-group {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .tx-kuferweb .panel-merkliste {
    margin-top: 15px;
    margin-bottom: 5px;
  }
}
.tx-kuferweb .panel-heading-merkliste.notavailable {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
}
.tx-kuferweb .kw-dozdetails .kw-foto {
  max-width: 350px;
}
.tx-kuferweb .kw-kalender {
  text-align: center;
}
.tx-kuferweb .calendar-month-browser {
  font-size: 16px;
}
.tx-kuferweb .calendar-month-browser a {
  text-decoration: none;
}
.tx-kuferweb .kw-kalender table {
  table-layout: fixed;
}
.tx-kuferweb .kw-kalender th,
.tx-kuferweb .kw-kalender td {
  border: 0px !important;
}
.tx-kuferweb .kw-kalender td,
.tx-kuferweb .kw-kalender th {
  text-align: center;
}
.tx-kuferweb .eine a,
.tx-kuferweb .mehrere a {
  display: block;
  text-align: center;
  background-color: #9d1839;
  color: #fff;
  width: 25px;
  margin: 0 auto;
  padding: 1px;
}
.tx-kuferweb .table > tbody > tr > td {
  vertical-align: middle;
}

@media (min-width: 992px) {
  .tx-kuferweb .kw-kalender {
    table-layout: fixed;
    max-width: 260px;
  }
}
@media (max-width: 767px) {
  .tx-kuferweb .feedback_eingabe_code .btn {
    width: 100%;
    display: block;
    margin-top: 15px;
  }
}
.tx-kuferweb .hauptseite_clickpfad {
  float: left;
}
.tx-kuferweb .clickpfad a,
.tx-kuferweb span.trennzeichen,
.tx-kuferweb .clickadrbold,
.tx-kuferweb .clickpfad {
  color: #fff;
}
.tx-kuferweb span.trennzeichen {
  padding: 0 5px;
}
.tx-kuferweb .hauptseite_clickpfad span.clickpfad:before {
  content: "/";
  color: #fff;
  padding: 0 5px;
}
.tx-kuferweb .hauptseite_clickpfad span.trennzeichen:first-child {
  display: none;
}
.tx-kuferweb .hauptseite_clickpfad a.clickadresse[title=öffnen] + .trennzeichen {
  display: none;
}
.tx-kuferweb .kw-kfotos {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.tx-kuferweb .kw-kfotos li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.tx-kuferweb .kw-kfotos li:first-child {
  position: relative;
  display: block;
  float: left;
}
.tx-kuferweb .kw-kfotos img {
  display: block;
  height: auto;
  float: left;
  border: 0;
}
.tx-kuferweb .kw-filter-box,
.tx-kuferweb .kw-filtercontainer {
  margin-bottom: 15px;
  position: relative;
  border: none;
}
.tx-kuferweb .kw-filter-box.unavailable,
.tx-kuferweb .kw-filtercontainer.unavailable {
  text-decoration: line-through;
}
.tx-kuferweb .kw-filter-box ul,
.tx-kuferweb .kw-filtercontainer ul {
  list-style: none;
  padding-left: 0;
}
.tx-kuferweb .kw-filter-label {
  color: #505050;
  display: block;
  padding: 6px 15px;
  border: 1px solid #ddd;
  background-color: #fff;
}
.tx-kuferweb .kw-filter-label.collapsed {
  background-color: #f8f8f8;
}
.tx-kuferweb .kw-filter-box.active .kw-filter-label,
.tx-kuferweb .kw-filtercontainer.active .kw-filter-label {
  color: #9d1839;
  border-color: #9d1839;
}
.tx-kuferweb .kw-filter-body {
  padding: 6px 15px;
  border: 1px solid #ddd;
  border-top: 0;
  max-height: 250px;
  overflow-y: auto;
}
.tx-kuferweb ul.kw-katkeinebegonnenenlist,
.tx-kuferweb ul.kw-katkennzorlist {
  list-style: none;
  padding-left: 0;
}
.tx-kuferweb input#katbeginndatvonfilter {
  margin-bottom: 8px;
}

@media (min-width: 992px) {
  .tx-kuferweb .kw-filter-c {
    position: absolute;
    width: 100%;
    z-index: 10;
    background: #fff;
  }
}
@media print {
  .tx-kuferweb #header-functions,
  .tx-kuferweb #navigation,
  .tx-kuferweb #top-pages,
  .tx-kuferweb #top-slider,
  .tx-kuferweb #sub-bar,
  .tx-kuferweb .header-right,
  .tx-kuferweb .btn,
  .tx-kuferweb footer,
  .tx-kuferweb .footer-navigation,
  .tx-kuferweb .ampelbutton {
    display: none;
  }
  .tx-kuferweb #logo,
  .tx-kuferweb #content {
    margin: 0;
  }
  .tx-kuferweb #header {
    height: auto !important;
    position: static;
  }
  .tx-kuferweb body {
    padding: 0 !important;
    font-size: 12px;
  }
  .tx-kuferweb .tab-content {
    display: block;
  }
  .tx-kuferweb .kw-table a.kw-kurstitel {
    font-weight: normal;
  }
  .tx-kuferweb .collapse {
    display: block;
    height: auto;
  }
  .tx-kuferweb a[href]:after {
    content: "";
  }
  .tx-kuferweb .scrollToTop {
    display: none !important;
  }
  .tx-kuferweb .print-course {
    display: none;
  }
  .tx-kuferweb .kw-kursdetails .tab-content > .tab-pane {
    display: block;
    margin-bottom: 20px;
  }
  .tx-kuferweb .kw-kursdetails .tab-content > .tab-pane iframe {
    display: none;
  }
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  a,
  a:visited {
    text-decoration: underline;
  }
  /*
    don't show href in print
        a[href]:after {
            content: " (" attr(href) ")";
        }
    */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  /* ==========================================================================
       Author's custom print styles
       ========================================================================== */
  .printfooter {
    display: block;
  }
  .header, .emotion, .off-canvas-navigation, #menu, .footerMobile, .footerLeft {
    display: none;
  }
  .emotionImage .caption {
    display: none;
  }
  .footerDesktop {
    display: block;
    min-height: 1px;
  }
  .footerDesktop .footerDesktopInner {
    padding: 0;
  }
  .footerDesktop .footerDesktopInner .footerDesktopContent {
    margin: 0;
    padding: 0;
  }
  .footerDesktop .footerDesktopInner .footerDesktopContent .footerTop {
    display: none;
  }
  .footerDesktop .footerDesktopInner .footerDesktopContent .footerTrennlinie {
    display: none !important;
  }
  .footerDesktop .footerDesktopInner .footerDesktopContent .footerBottom {
    display: none;
  }
  .footerDesktop .footerDesktopInner .footerDesktopContent .footerContent .footerContentOne {
    display: none;
  }
  .footerDesktop .footerDesktopInner .footerDesktopContent .footerContent .footerContentTwo {
    display: none;
  }
  .footerDesktop .footerDesktopInner .footerDesktopContent .footerContent .footerContentThree .footerContentHeader .left {
    color: #000000;
  }
  .footerDesktop .footerDesktopInner .footerDesktopContent .footerContent .footerContentThree .footerContentHeader .right {
    display: none;
  }
  .footerDesktop .footerDesktopInner .footerDesktopContent .footerContent .footerContentThree .footerContentLinks .left p {
    color: #000000;
  }
  .footerDesktop .footerDesktopInner .footerDesktopContent .footerContent .footerContentThree .footerContentLinks .left p a {
    color: #000000;
  }
  .footerDesktop .footerDesktopInner .footerDesktopContent .footerContent .footerContentThree .footerContentLinks .right {
    display: none;
  }
  .content .contentInnerMaxWidth .contentInner .inhalteRoterRahmen {
    position: relative;
    margin-top: 60px;
  }
  .aufgabenfelder {
    display: none;
  }
  .container {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 1px;
    overflow-x: visible;
  }
  html {
    height: auto !important;
    overflow-x: visible;
  }
  body {
    overflow-x: visible;
    height: auto;
  }
  .content {
    min-height: 1px;
    padding-bottom: 50px;
    width: 100%;
    position: relative;
    clear: left;
  }
  .content .footerExtra {
    display: none !important;
  }
  .content .contentInnerMaxWidth .contentInner {
    padding: 0;
    margin: 0;
  }
  .content .contentInnerMaxWidth .contentInner .frame-default,
  .content .contentInnerMaxWidth .contentInner .frame {
    margin-left: 0;
    margin-right: 0;
  }
  .content .contentInnerMaxWidth:last-child .contentInner:last-child .frame-default,
  .content .contentInnerMaxWidth:last-child .contentInner:last-child .frame {
    padding-bottom: 0;
  }
  a.cd-top {
    display: none;
  }
  .content .contentInnerMaxWidth .contentInner .accordion-content .frame-default,
  .content .contentInnerMaxWidth .contentInner .accordion-content .frame {
    padding-left: 0;
  }
  .content .contentInnerMaxWidth .contentInner .accordion-headline h2 {
    padding-left: 0;
  }
  h2.direktAmAccordion {
    padding-left: 0;
  }
  .content .contentInnerMaxWidth .contentInner .accordion-content.hidden {
    max-height: none;
  }
  .content .contentInnerFullWidth .contentInner {
    padding-left: 0;
    padding-right: 0;
  }
  .content .contentInnerFullWidth .contentInner .frame-10 {
    margin-left: 0;
    margin-right: 0;
  }
  .content .contentInnerFullWidth .contentInner .frame-default,
  .content .contentInnerFullWidth .contentInner .frame {
    margin-left: 0;
    margin-right: 0;
  }
  .hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .headerbild .hilfefinder,
  .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .headerbild .hilfefinder {
    display: none;
  }
  .content .contentInnerFullWidth, .content .contentInnerMaxWidth {
    position: relative;
  }
  .content .contentInnerFullWidth .contentInner .accordion-content.hidden {
    max-height: 200000px;
  }
  .contactBox {
    height: auto !important;
  }
  .downloadBox {
    min-height: 140px;
    height: auto !important;
    float: none;
  }
  .hilfefinder .content .contentInnerFullWidth .contentInner .tx-hilfefinder .headerbild img {
    position: relative;
  }
  .hilfefinder .content .contentInnerFullWidth .contentInner .tx-hilfefinder .headerbild .caption {
    top: auto !important;
    position: relative;
    margin-top: 20px !important;
    left: auto !important;
  }
  .hilfefinder .content .contentInnerFullWidth .contentInner .tx-hilfefinder .headerbild .caption p {
    border: 0 !important;
    color: #9d1839 !important;
    background-color: transparent !important;
    font-size: 36px !important;
    line-height: 40px !important;
  }
  .hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle,
  .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle {
    position: relative;
    padding-top: 30px;
  }
  .hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste,
  .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste {
    max-width: 200660px;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleDatenUndAnfahrt .hilfefinderSingleDaten,
  hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleDatenUndAnfahrt .hilfefinderSingleDaten {
    float: none;
    position: relative;
    width: 98%;
    padding-bottom: 30px;
  }
  .hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleDatenUndAnfahrt .hilfefinderSingleAnfahrt,
  .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleDatenUndAnfahrt .hilfefinderSingleAnfahrt {
    float: none;
    position: relative;
    width: 98%;
  }
  .hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleDatenUndAnfahrt .hilfefinderSingleDaten .hilfefinderSingleDatenBox,
  .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleDatenUndAnfahrt .hilfefinderSingleDaten .hilfefinderSingleDatenBox {
    height: auto !important;
  }
  .hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste .backToList,
  .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste .backToList {
    display: none;
  }
  .content .contentInnerFullWidth .contentInner .contactBox .contactBoxText {
    padding: 0 0 30px 0 !important;
  }
  .hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleAnsprechpartner .hilfefinderSingleAnsprechpartner1,
  .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleAnsprechpartner .hilfefinderSingleAnsprechpartner1 {
    width: 50%;
    float: left;
    margin: 0;
  }
  .hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleAnsprechpartner .hilfefinderSingleAnsprechpartner2,
  .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleAnsprechpartner .hilfefinderSingleAnsprechpartner2 {
    width: 50%;
    float: left;
    margin: 0;
  }
  .content .contentInnerFullWidth .contentInner .downloadBox {
    padding: 0;
  }
  .content .contentInnerFullWidth .contentInner .contactBox .contactBoxText h5 {
    font-size: 24px !important;
  }
  .content .contentInnerFullWidth .contentInner .contactBox p {
    font-size: 21px !important;
    line-height: 25px;
  }
  .hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleKontakt,
  .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleKontakt {
    display: none;
  }
  .hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleStatement .hilfefinderSingleStatementText.hilfefinderSingleStatementTextOhneBild blockquote,
  .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleStatement .hilfefinderSingleStatementText.hilfefinderSingleStatementTextOhneBild blockquote {
    border: 0 !important;
  }
  .hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleBildergalerie,
  .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleBildergalerie {
    page-break-inside: avoid;
  }
  .hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleAnsprechpartner,
  .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleAnsprechpartner {
    page-break-inside: avoid;
  }
  .hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleDatenUndAnfahrt .hilfefinderSingleAnfahrt .hilfefinderSingleAnfahrtBox #map,
  .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleDatenUndAnfahrt .hilfefinderSingleAnfahrt .hilfefinderSingleAnfahrtBox #map {
    height: 100%;
  }
  .hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleDatenUndAnfahrt .hilfefinderSingleAnfahrt .hilfefinderSingleAnfahrtBox,
  .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleDatenUndAnfahrt .hilfefinderSingleAnfahrt .hilfefinderSingleAnfahrtBox {
    display: none;
  }
  .hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleDatenUndAnfahrt .hilfefinderSingleAnfahrt > .mapMarkerWrapper_right,
  .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleDatenUndAnfahrt .hilfefinderSingleAnfahrt > .mapMarkerWrapper_right {
    display: block;
  }
  .content .contentInnerFullWidth .contentInner .downloadBox .downloadBoxZusatz {
    position: static;
  }
  .content .contentInnerFullWidth .contentInner .downloadBox .downloadBoxZusatz .part1 {
    padding-left: 0;
  }
  .hilfefinder .content .contentInnerFullWidth .contentInner .frame-default .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleDownloads .downloadBox,
  .hilfefinder .content .contentInnerFullWidth .contentInner .frame .tx-hilfefinder .hilfefinderErgebnisliste.hilfefinderErgebnislisteSingle .hilfefinderSingleDownloads .downloadBox {
    max-width: 430px;
  }
}
/* zurückgesetzt wegen Darstellung im IE11 Geschichte www.stiftung-liebenau.de/ueber-uns/geschichte/ */
.content .contentInnerMaxWidth .contentInner .ce-textpic .ce-gallery .ce-column.type-jpg table tr td picture img {
  /*width: auto;*/
}

/* sticky */
.main header.stickyHeader div.header div.hauptnav {
  position: fixed;
  top: 0;
  z-index: 30000;
  width: 100%;
  background: white;
  height: 45px;
  padding-top: 9px;
  -webkit-box-shadow: 0px 5px 11px 1px rgba(43, 43, 43, 0.37);
  box-shadow: 0px 5px 11px 1px rgba(43, 43, 43, 0.37);
  margin-top: 0;
}
.main header.stickyHeader div.header div.hauptnav ul li a {
  line-height: 23px;
}
.main header.stickyHeader div.header div.hauptnav ul li a:hover, .main header.stickyHeader div.header div.hauptnav ul li a.aktiv {
  padding: 10px 18px 7px 18px;
}
.main header.stickyHeader div.header div.hauptnav .suche {
  top: 6px;
}
@media all and (max-width: 1330px) {
  .main header.stickyHeader div.header div.hauptnav .suche {
    display: none;
  }
}
.main header.stickyHeader div.header div.hauptnav .kufer-basket {
  position: absolute;
  top: 7px;
  right: 0;
}
.main header.stickyHeader div.header div.hauptnav .stickyLogo {
  display: block;
  position: absolute;
  left: 5%;
  top: 6px;
}
.main header.stickyHeader div.header div.hauptnav .stickyLogo a img {
  width: 75px;
}

#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-cookie-list .sg-cookie-optin-box-cookie-list-item .sg-cookie-optin-checkbox:not(:checked) + .sg-cookie-optin-checkbox-label::before {
  background-color: #FFF !important;
}

/* This CSS resource incorporates links to font software which is the valuable copyrighted property of Monotype and/or its suppliers. You may not attempt to copy, install, redistribute, convert, modify or reverse engineer this font software. Please contact Monotype with any questions regarding Web Fonts: https://www.linotype.com */

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