@media only screen and (min-width: 64em) {
  html {
    font-family: large;
  }
#header .wrapperBranding,
#navPrimary #primary,
#service-section .service-section-wrapper,
#main,
#navBreadcrumbs ol,
#wrapperFooter {
    max-width: 97em;
    margin: 0 auto;
  }
#stage .stage-wrapper,
#service-border ul,
#navBreadCrumbsVertical li a {
    max-width: 96em;
    margin: 0 auto;
  }
#wrapperDivisions {
    background: #fff repeat-y 0 0;
    padding-top: 13px;
    border-top: 10px solid #0c6a86;
  }
#main {
    padding: 0;
  }
#header {
    padding-top: 13px;
  }
#header img {
    margin-top: 0;
  }
#search.large-3 {
    margin-top: 2em;
  }
#search {
    display: block;
    margin-left: 2em;
    background-color: #fff;
    float: right;
    border-radius: 0;
    border: none;
  }
#search p {
    margin-top: 0;
  }
#search form {
    margin-bottom: 0;
  }
#search fieldset {
    width: 100%;
  }
#search input {
    padding: 1px;
    border: 0;
  }
#search input[type="text"] {
    font-size: 100%;
    width: 100%;
    background-color: #fff;
    margin-right: .14em;
    float: left;
    padding: 5px;
  }
#search input[type="image"] {
    float: right;
    padding: 0;
    margin: 5px 1px 1px 1px;
    width: 22px;
    height: 22px;
  }
#search fieldset {
    border: 1px solid #7F7F7F;
    padding: 0;
  }
#search .formField {
    float: left;
    width: 81%;
  }
#search h2, #search p {
    margin-bottom: 0;
  }
#navBreadcrumbs ol {
    padding: 0;
  }
#navServiceMeta {
    display: block;
  }
#navServiceMeta ul {
    float: right;
  }
#navServiceMeta li {
    float: left;
    margin-left: 10px;
    font-size: 130%;
  }
#navServiceMeta li a, #navServiceMeta li strong {
    color: #000;
    text-transform: uppercase;
    padding: 2px 0;
  }
#navServiceMeta li strong,
#navServiceMeta li a:hover, #navServiceMeta li a:focus, #navServiceMeta li a:active {
    text-decoration: underline;
  }
#navServiceMeta #navServiceGS a,
#navServiceMeta #navServiceGS strong {
    background: url(/SiteGlobals/Frontend/Webs/eg-gb-check/Images/icons/sprite.png?__blob=normal&v=1) no-repeat 0 -5926px;
    padding-left: 26px;
  }
#navServiceMeta #navServiceLS a,
#navServiceMeta #navServiceLS strong {
    background: url(/SiteGlobals/Frontend/Webs/eg-gb-check/Images/icons/sprite.png?__blob=normal&v=1) no-repeat 0 -7047px;
    padding-left: 26px;
  }
#navServiceMeta #navFacebook a,
#navServiceMeta #navFacebook strong {
    background: url(/SiteGlobals/Frontend/Webs/eg-gb-check/Images/icons/sprite.png?__blob=normal&v=1) no-repeat 0px -6597px;
    text-indent: -9999em;
    width: 25px;
    display: block;
    height: 26px;
    margin-top: -3px;
  }
#navServiceMeta #navFacebook a:focus,
#navServiceMeta #navFacebook strong:focus {
    outline: thin dotted;
  }
#navServiceMeta #navTwitter a,
#navServiceMeta #navTwitter strong {
    background: url(/SiteGlobals/Frontend/Webs/eg-gb-check/Images/icons/sprite.png?__blob=normal&v=1) no-repeat 0px -6823px;
    text-indent: -9999em;
    width: 25px;
    display: block;
    height: 26px;
    margin-top: -3px;
  }
#navServiceMeta #navTwitter a:focus,
#navServiceMeta #navTwitter strong:focus {
    outline: thin dotted;
  }
#navServiceMeta #navTwitter,
#navServiceMeta #navFacebook {
    margin-right: 0.5em;
  }
#content {
    background: #fff;
  }
  .video-image .video-icon {
    top: 24%;
    left: 38%;
  }
  .publication.background {
    margin-top: 2rem;
    min-height: 20rem;
  }
  .publicationTable {
    margin-bottom: 2rem;
  }
#supplement {
    text-align: left;
  }
#supplement .banner, #supplement .boxWrapper, #supplement .box {
    width: 100%;
    max-width: 100%;
  }
#supplement #pub-search {
    margin-top: 6rem;
  }
#footer #navFunctions li {
    float: left;
    margin-right: 10px;
  }
#footer #navFunctions #navFunctionsPrint a {
    background: url(/SiteGlobals/Frontend/Webs/eg-gb-check/Images/icons/sprite.png?__blob=normal&v=1) no-repeat 11px -3328px;
    padding-left: 30px;
  }
#footer #siteInfo {
    padding: 0;
  }
#footer #siteInfo h3, #footer #siteInfo li {
    border: none;
  }
#footer #siteInfo a, #footer #siteInfo strong {
    background: none;
    padding: 5px 0;
  }
#footer #siteInfo ul ul li:last-child,
#footer #siteInfo ul ul li {
    border: none;
  }
#supplement .solrSortLinks ul {
    margin-bottom: 0;
  }
  .startseite #supplement #addContent {
    padding-top: 20px;
  }
  .beratungsstellensuche.searchresult .teaser {
    padding-right: 30px;
    padding-left: 1em;
  }
  .js-on .c-beratungsbox {
    margin: 4em 0 4em 0;
    position: fixed;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .js-on .c-beratungsbox .c-beratungsbox__ul {
    border: 0;
    background: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 400px;
  }
  .js-on .c-beratungsbox .c-beratungsbox__ul li {
    background-color: #0c6a86;
    color: white;
    text-align: right;
  }
  .js-on .c-beratungsbox .c-beratungsbox__ul li span {
    font-size: 1.5rem;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 10px;
  }
  .js-on .c-beratungsbox .c-beratungsbox__ul li span:not([class]) {
    display: none;
  }
  .js-on .c-beratungsbox .c-beratungsbox__ul li.kontakt a,
  .js-on .c-beratungsbox .c-beratungsbox__ul li.email a,
  .js-on .c-beratungsbox .c-beratungsbox__ul li.gebaerdensprache a {
    padding: 10px 50px 10px 0;
  }
  .js-on .c-beratungsbox .c-beratungsbox__ul li.telefon,
  .js-on .c-beratungsbox .c-beratungsbox__ul li.kontakt a,
  .js-on .c-beratungsbox .c-beratungsbox__ul li.email a,
  .js-on .c-beratungsbox .c-beratungsbox__ul li.gebaerdensprache a {
    font-size: 1.5rem;
    min-height: 45px;
  }
  .js-on .c-beratungsbox .c-beratungsbox__ul li.telefon:hover span:not([class]), .js-on .c-beratungsbox .c-beratungsbox__ul li.telefon:focus span:not([class]),
  .js-on .c-beratungsbox .c-beratungsbox__ul li.kontakt a:hover span:not([class]),
  .js-on .c-beratungsbox .c-beratungsbox__ul li.kontakt a:focus span:not([class]),
  .js-on .c-beratungsbox .c-beratungsbox__ul li.email a:hover span:not([class]),
  .js-on .c-beratungsbox .c-beratungsbox__ul li.email a:focus span:not([class]),
  .js-on .c-beratungsbox .c-beratungsbox__ul li.gebaerdensprache a:hover span:not([class]),
  .js-on .c-beratungsbox .c-beratungsbox__ul li.gebaerdensprache a:focus span:not([class]) {
    display: block;
    width: 100%;
  }
  .js-on .c-beratungsbox .c-beratungsbox__ul li.telefon:before,
  .js-on .c-beratungsbox .c-beratungsbox__ul li.kontakt a:before,
  .js-on .c-beratungsbox .c-beratungsbox__ul li.email a:before,
  .js-on .c-beratungsbox .c-beratungsbox__ul li.gebaerdensprache a:before {
    left: auto;
    right: 0;
    -webkit-transform: scale(0.85);
        -ms-transform: scale(0.85);
            transform: scale(0.85);
    top: -10px;
  }
  .js-on .c-beratungsbox .c-beratungsbox__ul li.telefon {
    padding: 0;
  }
  .js-on .c-beratungsbox .c-beratungsbox__ul li.telefon:before {
    content: none;
  }
  .js-on .c-beratungsbox .c-beratungsbox__ul li.telefon > span {
    padding: 0;
    height: 45px;
  }
  .js-on .c-beratungsbox .c-beratungsbox__ul li.telefon .c-beratungsbox__button button {
    min-width: 50px;
    min-height: 45px;
  }
  .js-on .c-beratungsbox .c-beratungsbox__ul li.telefon .c-beratungsbox__button button span {
    padding: 10px 50px 10px 10px;
    color: white;
    text-decoration: underline;
  }
  .js-on .c-beratungsbox .c-beratungsbox__ul li.telefon .c-beratungsbox__button button:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 55px;
    left: auto;
    right: 0;
    background: url(/SiteGlobals/Frontend/Webs/eg-gb-check/Images/icons/sprite.png?__blob=normal&v=1) no-repeat 11px -8411px;
    -webkit-transform: scale(0.85);
        -ms-transform: scale(0.85);
            transform: scale(0.85);
    top: -10px;
  }
  .js-on .c-beratungsbox .c-beratungsbox__ul li.telefon .c-beratungsbox__button button:hover, .js-on .c-beratungsbox .c-beratungsbox__ul li.telefon .c-beratungsbox__button button:focus, .js-on .c-beratungsbox .c-beratungsbox__ul li.telefon .c-beratungsbox__button button:active {
    text-decoration: underline;
  }
  .js-on .c-beratungsbox .c-beratungsbox__ul li.kontakt span:not([class]) {
    display: block;
    color: white;
  }
  .js-on .c-beratungsbox .c-beratungsbox__wrapper {
    background-color: white;
    padding: 50px 20px;
    margin: -50px 0;
    border: 5px solid #0c6a86;
    max-width: 300px;
  }
  .js-on .c-beratungsbox.opened {
    right: 0 !important;
  }
  .js-on .c-beratungsbox.opened .c-beratungsbox__ul li.telefon {
    padding: 0 50px 0 0;
  }
  .js-on .c-beratungsbox.opened .c-beratungsbox__ul li.telefon:before {
    content: "";
  }
  .js-on .c-beratungsbox.opened .c-beratungsbox__ul li.telefon .c-beratungsbox__button button:before {
    content: none;
  }
  .js-on .c-beratungsbox.opened .c-beratungsbox__wrapper .c-beratungsbox__button button {
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0;
    right: 20px;
    background: url(/SiteGlobals/Frontend/Webs/eg-gb-check/Images/icons/close-b.png?__blob=normal&v=1) no-repeat 100% 4px;
  }

  .js-on .c-beratungsbox.opened .c-beratungsbox__ul li.telefon {
    background-color: white;
    width: 0;
  }
  .js-on .c-beratungsbox.opened .c-beratungsbox__ul li.telefon:before {
    background: url(/SiteGlobals/Frontend/Webs/eg-gb-check/Images/icons/sprite.png?__blob=normal&v=1) no-repeat 11px -7485px;
    -webkit-transform: scale(0.85);
        -ms-transform: scale(0.85);
            transform: scale(0.85);
  }
  .js-on .c-beratungsbox.opened .c-beratungsbox__ul li.telefon .c-beratungsbox__button span {
    display: none;
  }
#service-border {
    margin-bottom: 0;
  }
#service-border button.close {
    right: 0;
  }
#service-border .events li {
    border-bottom: none;
  }
#service-border .video-image .video-icon {
    top: 30%;
    left: 42%;
  }
#service-border .socialmedia {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
#service-border .socialmedia .navTwitter .posting {
    position: relative;
    padding-bottom: 6px;
  }
#service-border .socialmedia .navTwitter .posting:last-child:after {
    content: none;
  }
#service-border .socialmedia .navTwitter .posting:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 62%;
    left: 19%;
    bottom: 0;
    background: #efefef;
  }
  .fixed #wrapperDivisions {
    padding-top: 0;
  }
#share {
    width: 100%;
  }
#share .wrapper-share {
    min-height: 13em;
    width: 97em;
    margin: 0 auto;
    padding: 3em 5px 3em;
  }
#share .social_share_privacy_area .email {
    width: auto;
    padding-right: 10px !important;
  }
#navPrimary {
    background-color: #fff;
  }
#navPrimary #primary {
    display: block;
    height: 51px;
    width: 100%;
  }
#navPrimary #primary > ul {
    float: right;
  }
#navPrimary #primary > ul > li {
    float: left;
    position: relative;
    width: auto;
    font-size: 100%;
    border-left: 1px solid #fff;
  }
#navPrimary #primary > ul > li h3 {
    font-size: 180%;
    margin-bottom: 0;
  }
#navPrimary #primary > ul > li a, #navPrimary #primary > ul > li strong {
    font-family: "bundesserifweb", Georgia, Times New Roman, serif, "Droid Serif";
    font-weight: normal;
    padding: 12px 13px 13px;
    display: block;
    font-size: 100%;
  }
#navPrimary #primary > ul > li a:hover, #navPrimary #primary > ul > li a:focus, #navPrimary #primary > ul > li a:active {
    text-decoration: none;
  }
#navPrimary #primary > ul > li strong {
    font-weight: bold;
  }
#navPrimary #primary > ul > li:last-child a, #navPrimary #primary > ul > li:last-child strong {
    border-right: 1px solid #fff;
  }
#navPrimary #primary > ul > li ul:last-child a, #navPrimary #primary > ul > li ul:last-child strong {
    border-right: 0;
  }
#navPrimary #primary > ul > li em a {
    color: #0c6a86;
    font-style: normal;
  }
#navPrimary #primary .menu-box {
    overflow: hidden;
    position: absolute;
    z-index: 1000;
    width: 205px;
    left: -5.3em;
    padding: 0;
  }
#navPrimary #primary .menu-box ul {
    /* Android-Fix
   * border-radius: $topLeft $topright $bottomRight $bottomLeft;*/
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -o-border-radius: 4px 4px 4px 4px;
    -khtml-border-radius: 4px 4px 4px 4px;
    padding: 0 10px;
    background-color: #fff;
    border: 1px solid #efefef;
    margin-top: 20px;
  }
#navPrimary #primary .menu-box li {
    border-bottom: 1px solid #efefef;
  }
#navPrimary #primary .menu-box li a, #navPrimary #primary .menu-box li strong {
    font-family: "bundessansweb", Arial, helvetica, sans-serif, "Droid Sans";
    font-size: 140%;
    display: block;
    margin: 4px 0 2px;
    padding: 3px 0 5px;
    font-weight: bold;
  }
#navPrimary #primary .menu-box li:last-child, #navPrimary #primary .menu-box li.last {
    border-bottom: none;
  }
#navPrimary #primary .menu-box li a:hover, #navPrimary #primary .menu-box li a:focus, #navPrimary #primary .menu-box li a:active {
    text-decoration: underline;
  }
#navPrimary #primary .fl-2 .menu-box {
    width: 410px;
    left: -15.9em;
    margin: 0 0 0 0;
    padding: 0;
  }
#navPrimary #primary .fl-2 .menu-box ul {
    border: none;
    padding: 0 5px;
  }
#navPrimary #primary .fl-2 .menu-box > ul {
    /* Android-Fix
   * border-radius: $topLeft $topright $bottomRight $bottomLeft;*/
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -o-border-radius: 4px 4px 4px 4px;
    -khtml-border-radius: 4px 4px 4px 4px;
    background-color: #fff;
    border: 1px solid #efefef;
    display: inline-block;
    width: 410px;
  }
#navPrimary #primary .fl-2 .menu-box > ul > li:first-child {
    float: left;
    width: 50%;
    border: none;
  }
#navPrimary #primary .fl-2 .menu-box > ul > li:first-child ul {
    /* Android-Fix
   * border-radius: $topLeft $topright $bottomRight $bottomLeft;*/
    border-top-left-radius: 4px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 0px;
    -moz-border-radius: 4px 0px 0px 4px;
    -webkit-border-radius: 4px 0px 0px 4px;
    -o-border-radius: 4px 0px 0px 4px;
    -khtml-border-radius: 4px 0px 0px 4px;
  }
#navPrimary #primary .fl-2 .menu-box > ul > li:last-child {
    float: right;
    width: 50%;
    border: none;
  }
#navPrimary #primary .fl-2 .menu-box > ul > li:last-child ul {
    /* Android-Fix
   * border-radius: $topLeft $topright $bottomRight $bottomLeft;*/
    border-top-left-radius: 0px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 4px;
    -moz-border-radius: 0px 4px 4px 0px;
    -webkit-border-radius: 0px 4px 4px 0px;
    -o-border-radius: 0px 4px 4px 0px;
    -khtml-border-radius: 0px 4px 4px 0px;
  }
#navPrimary .childnodes.hovered h3 a:after,
#navPrimary em a:after,
#navPrimary strong:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -18px;
    left: 40%;
    border: 9px solid;
    border-color: transparent;
    border-top-color: #fff;
    color: #fff;
    z-index: 1005;
  }
#navPrimary .childnodes.hovered h3 a:before,
#navPrimary em a:before,
#navPrimary strong:before {
    content: "";
    display: block;
    bottom: -18px;
    left: 40%;
    position: absolute;
    border: 9px solid;
    border-color: transparent;
    border-top-color: #fff;
    z-index: 1005;
  }
#navPrimary li li strong:before,
#navPrimary li li em a:after,
#navPrimary li li strong:after {
    content: none;
  }
#navPrimary #primary > ul > li #n-2 .menu-box {
    left: 0.5em;
  }
  /* readspeaker*/
#navPrimary #primary #navReadSpeakerWrapper a, #navPrimary #primary #navReadSpeakerWrapper strong {
    font-family: "bundesserifweb", Georgia, Times New Roman, serif, "Droid Serif";
    font-weight: normal;
    padding: 12px 13px 13px;
    padding-left: 20px;
    display: block;
    font-size: 180%;
    color: #000;
    border-top: 3px solid transparent;
    line-height: 1.2;
    background: url(/SiteGlobals/Frontend/Webs/eg-gb-check/Images/icons/readspeaker/readspeaker_icon.png?__blob=normal&v=1) no-repeat 0 16px;
  }
#navPrimary #primary #navReadSpeakerWrapper a *, #navPrimary #primary #navReadSpeakerWrapper strong * {
    color: #000;
  }
#navSecondary {
    display: block;
    margin-top: -4em;
    margin-bottom: 20px;
  }
#navSecondary h2 {
    color: #000;
    font-family: "bundessansweb", Arial, helvetica, sans-serif, "Droid Sans";
    background: #efefef;
    font-size: 1.6rem;
    line-height: 1;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid #CCCCCC;
    padding: 12px 10px 12px 10px;
    margin: 0;
  }
#navSecondary li {
    font-size: 100%;
  }
#navSecondary li a, #navSecondary li strong {
    font-size: 1.6rem;
    line-height: 1;
    font-style: normal;
    font-weight: normal;
    padding: 10px 10px 13px 10px;
    border-bottom: 1px solid #CCCCCC;
    display: block;
    background-color: #efefef;
    color: #000;
  }
#navSecondary li a *, #navSecondary li strong * {
    color: inherit;
  }
#navSecondary li strong {
    background-color: #a21148;
    color: #fff;
  }
#navSecondary li a:hover, #navSecondary li a:focus, #navSecondary li a:active {
    background-color: #a21148;
    text-decoration: underline;
    color: #fff;
  }
#navSecondary li a:hover *, #navSecondary li a:focus *, #navSecondary li a:active * {
    color: inherit;
  }
#navSecondary li em a {
    font-weight: bold;
  }
#navSecondary li li a {
    background-color: #FAFAFA;
    padding-left: 20px;
  }
#navSecondary li li strong {
    background-color: #a21148;
    padding-left: 20px;
  }
#navSecondary li li li a {
    background-color: #FAFAFA;
    padding-left: 30px;
  }
#navSecondary li li li strong {
    background-color: #a21148;
    padding-left: 30px;
  }
#navSecondary li li li li a {
    background-color: #FAFAFA;
    padding-left: 40px;
  }
#navSecondary li li li li strong {
    background-color: #a21148;
    padding-left: 40px;
  }
#navSecondary li li li li li a {
    background-color: #FAFAFA;
    padding-left: 50px;
  }
#navSecondary li li li li li strong {
    background-color: #a21148;
    padding-left: 50px;
  }
  .nbcv-3 #navSecondary {
    margin-top: -8em;
  }
#navBreadcrumbsVertical > strong {
    width: 32em;
    margin: 0 auto;
  }
#navBreadcrumbsVertical > strong, #navBreadcrumbsVertical .level1.last a {
    padding: 18px 0 62px 0;
  }
#navBreadcrumbsVertical .level1 a {
    padding: 18px 0 22px 0;
  }
#navBreadcrumbsVertical .level2 a {
    padding: 6px 0 10px;
  }
#navBreadcrumbsVertical .level3.last span {
    background-position: 39px 0;
  }
#navBreadcrumbsVertical .level3 a {
    padding: 8px 0 8px;
  }
#navBreadcrumbsVertical li span {
    width: auto;
    margin: 0 auto;
  }
#navBreadcrumbsVertical li > span {
    width: 96em;
  }
  .teaser-switcher .teaser {
    width: 20%;
    margin: 0;
  }
  .StndGallery .galleryBox .navigation {
    top: 195px;
  }
#stage-kachel,
#stage {
    background: #d9175e;
    background: -webkit-gradient(left top, right top, color-stop(0%, #a21148), color-stop(31%, #d9175e), color-stop(72%, #d9175e), color-stop(100%, #a21148));
    background: linear-gradient(to right, #a21148 0%, #d9175e 31%, #d9175e 72%, #a21148 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a21148', endColorstr='#a21148', GradientType=1);
  }
#stage-kachel .imageContainer,
#stage .imageContainer {
    width: 100%;
  }
#stage-kachel .stage-headline,
#stage .stage-headline {
    padding: 5px 10px 0;
    background: transparent;
    color: #fff;
  }
#stage-kachel .textContainer,
#stage .textContainer {
    width: 310px;
    padding-right: 0;
  }
#stage-kachel .textContainer p,
#stage .textContainer p {
    color: #0c6a86;
    display: block;
  }
#stage-kachel .textContainer p, #stage-kachel .textContainer h3,
#stage .textContainer p,
#stage .textContainer h3 {
    margin: 0 0 20px;
  }
#stage-kachel .pagination,
#stage .pagination {
    left: -15%;
    bottom: 70px;
    position: relative;
  }
  .borderBox .all {
    text-align: left;
  }
  .borderBox .all .button.right {
    margin: 0 10px 10px 0;
  }
  .js-on #stage-kachel .slick-dots,
  .js-on #stage .slick-dots {
    left: 649px;
  }
  .js-on #stage-kachel .navigation,
  .js-on #stage .navigation {
    top: 44%;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .js-on #stage-kachel .navigation button,
  .js-on #stage .navigation button {
    height: 43px;
    width: 30px;
    padding: 0;
    position: absolute;
  }
  .js-on #stage-kachel .navigation .next,
  .js-on #stage .navigation .next {
    right: 10px;
  }
  .js-on #stage-kachel .navigation .prev,
  .js-on #stage .navigation .prev {
    left: 10px;
  }
  .js-on #stage-kachel .navigation .play, .js-on #stage-kachel .navigation .pause,
  .js-on #stage .navigation .play,
  .js-on #stage .navigation .pause {
    display: none;
  }
  .js-on #stage-kachel .navigation2,
  .js-on #stage .navigation2 {
    right: 40px;
  }
  .stageServiceBox {
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(12, 106, 134, 0.8);
    margin: 1em;
    padding: 2em;
    height: 420px;
    width: 31%;
  }
  .stageServiceBox h2 {
    color: #fff;
    text-transform: uppercase;
    font-family: "bundessansweb", Arial, helvetica, sans-serif, "Droid Sans";
    font-size: 300%;
  }
  .stageServiceBox ul li {
    padding: 0.9em 0;
  }
  .stageServiceBox ul li a {
    display: block;
    background-color: #fff;
    padding: 1em;
    margin: 0;
  }
#stage-kachel .stage-wrapper {
    padding: 20px 0;
  }
#stage-kachel .stage-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
#stage-kachel .teaser {
    width: 31.33333% !important;
    margin: 10px 1%;
    padding-bottom: 70px;
  }
#stage-kachel .navigation,
#stage-kachel .navigation2 {
    display: none !important;
  }
#stage-kachel h3 {
    bottom: -70px !important;
    height: 70px;
    left: 0 !important;
    right: 0;
    padding: 0 18px !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
#stage-kachel h3 a {
    margin-bottom: auto;
    margin-top: auto;
  }
#stage-kachel .teaser-text {
    padding: 10px !important;
  }
#stage-kachel .teaser-text:hover, #stage-kachel .teaser-text:active, #stage-kachel .teaser-text:focus {
    text-decoration: none;
  }
#stage-kachel .teaser-text:hover h3, #stage-kachel .teaser-text:active h3, #stage-kachel .teaser-text:focus h3 {
    text-decoration: underline;
  }
#stage-kachel .teaser-text:hover p, #stage-kachel .teaser-text:active p, #stage-kachel .teaser-text:focus p {
    text-decoration: none;
  }
#stage-kachel .teaser-text h3 {
    padding: 0 !important;
    height: auto !important;
    text-transform: uppercase;
    font-size: 1.8rem;
    font-family: "bundessansweb", Arial, helvetica, sans-serif, "Droid Sans";
    font-weight: bold;
  }
#stage-kachel .teaser-text p {
    display: block;
  }
}
