@media only screen and (min-width: 601px) {
  .l-footer__help {
    margin-right: -29px;
  }
  .c-box-item {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .c-box-services {
    --border-color: #E8E8E8;
  }
  .c-box-services .row {
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
            align-content: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .c-box-services .column {
    margin-bottom: 40px;
  }
  .c-box-services .column.noBorder {
    margin-bottom: 0;
  }
  .c-box-services .column:not(.noBorder):nth-child(3n-2) {
    position: relative;
  }
  .c-box-services .column:not(.noBorder):nth-child(3n-2)::before {
    background: var(--border-color);
    content: "";
    display: block;
    width: calc(var(--cBoxServicesRowWidth) - 10px);
    height: 1px;
    position: absolute;
    left: 4px;
    bottom: -22px;
  }
  .c-box-services .column:not(.noBorder):nth-last-child(-n+3):before {
    display: none;
  }
  .c-box-services__subline {
    margin-bottom: 15px;
  }
  .c-footer-gzd-logo {
    padding-left: 0;
  }
  .c-footer-gzd-logo::before {
    max-width: 1280px;
  }
  .c-footer-help {
    padding: 32px 29px 32px 15px;
  }
  .c-footer-siteinfo {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 32px;
  }
  .c-footer-siteinfo__accordion-item {
    margin-bottom: 0;
    width: calc(50% - 16px);
  }
  .c-footer-siteinfo__heading {
    font-size: 1.9rem;
  }
  .c-footer-siteinfo__heading:hover {
    --border-color: #DDDDDD;
    cursor: default;
  }
  .c-footer-siteinfo__heading:focus {
    --border-color: transparent;
  }
  #navServiceMeta #languageSelection {
    padding: 0;
  }
  #navServiceMeta #languageSelection .toggle {
    margin: 0;
  }
  .c-news__data--image img {
    width: 124px;
  }
  .navIndex ul {
    width: auto;
    display: table;
    margin: 0 auto;
  }
  .navIndex li {
    width: auto;
    margin-right: 10px;
  }
  .navIndex a.page,
  .navIndex strong,
  .navIndex span.page {
    display: block;
  }
  .c-suche__input {
    height: 70px;
    padding-right: 100px;
    font-size: 1.8rem;
  }
  .c-suche__submit {
    top: 38px;
  }
  .c-suche__wrapper {
    margin: 0 30px;
  }
  .c-suche__li {
    display: inline-block;
    margin-left: 15px;
  }
  .c-suche__li:first-child {
    margin-left: 0;
  }
  .c-suche__item {
    margin-right: 25px;
  }
  .c-suche.c-suche--dienststellensuche {
    background-color: transparent;
  }
  .c-suche.c-suche--dienststellensuche fieldset .c-akkordeon__body .formField {
    width: 27%;
    float: left;
    margin-right: 20px;
  }
  .c-suche.c-suche--dienststellensuche fieldset .c-akkordeon__body input.submit {
    margin: 0;
    float: left;
    max-height: 45px;
    width: 225px;
  }
  .docData .label {
    clear: left;
    width: 6em;
    float: left;
    padding-right: 20px;
  }
  .docData .value {
    float: left;
  }
  .docData.interview .label, .docData.pressrelease .label {
    width: 8em;
  }
  .docData.callForBids .label, .docData.joboffer .label, .docData.event .label, .docData.guestbookEntry .label {
    width: 9em;
  }
  .docData.orgunit .label, .docData.services1 .label {
    width: 12em;
  }
  .docData.services .label {
    width: 9em;
  }
  .docData.services .value {
    width: 27em;
  }
  .docData.services2 .label {
    width: 13em;
  }
  .docData.services2 .value {
    width: 27em;
  }
  .docData.services3 .label {
    width: 15em;
  }
  .docData.services3 .value {
    width: 25em;
  }
  .footer .content-footer .content-footer-wrapper {
    max-width: 100%;
    margin: 0;
    line-height: 57px;
  }
  .footer .content-footer .headline {
    margin-bottom: 20px;
    padding-top: 0;
    padding-left: 100px;
    font-size: 2.2rem;
    line-height: 57px;
  }
  .footer .content-footer .headline::after {
    top: 50%;
    left: 0;
    right: auto;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .footer .content-footer .c-more-button {
    display: block;
  }
  .footer .navFunctionsWrapper a {
    padding-top: 0;
    font-size: 1.6rem;
  }
  .footer .navFunctionsWrapper a::after {
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .footer .navFunctionsWrapper .pictureSource {
    padding-right: 38px;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .footer .navFunctionsWrapper .pictureSource:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 26px;
    height: 22px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .footer .navFunctions .navFunctionsPrint a {
    padding-right: 38px;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .footer #siteInfo .heading {
    font-size: 2.7rem;
  }
  .footer #siteInfo a::after,
  .footer #siteInfo strong::after {
    right: 18px;
  }
  .footer .copyright {
    padding-left: 13px;
    padding-right: 13px;
  }
  .footer .meta {
    padding-left: 43px;
    padding-right: 43px;
  }
  .footer .meta a {
    margin-right: 0;
    font-size: 1.6rem;
  }
  .footer .meta .twitter,
  .footer .meta .facebook {
    margin-top: 20px;
  }
  .footer .meta .metanav ul {
    margin-top: 0;
  }
  .footer .meta .metanav ul li {
    margin-top: 0;
  }
  .footer .meta img {
    max-height: 90px;
  }
  .footer .meta .c-footer-meta__reference-img {
    max-height: 80px;
    margin-right: 16px;
  }
  .footer .navToTop .to-top {
    font-size: 1.6rem !important;
    margin-left: 7px;
    margin-top: -20px;
  }
  #footer .logo-wrapper img {
    vertical-align: top;
  }
  #footer .copyright .metanav li {
    float: left;
    margin-top: 0;
  }
  #footer .copyright .metanav li .bildnachweis-lightbox {
    display: none;
  }
  #footer .copyright .metanav li button,
  #footer .copyright .metanav li a,
  #footer .copyright .metanav li strong {
    padding-left: 2em;
  }
  #footer .copyright .metanav ul {
    margin-bottom: 0;
    float: right;
  }
  #header > .row,
  #main,
  .c-buehne__wrapper > .row,
  .l-footer,
  .c-breadcrumb,
  .c-search-overlay,
  .c-search-overlay .c-breadcrumb {
    padding-right: 24px;
  }
  .content-footer,
  #siteInfo,
  #navFunctionsWrapper,
  .meta,
  .copyright {
    padding-left: 43px;
    padding-right: 40px;
  }
  #content > :last-child {
    margin-bottom: 0;
  }
  #navServiceMeta {
    height: 39px;
    display: none;
  }
  #navServiceMeta,
  #navServiceMeta * {
    font-family: "bundessansweb", Calibri, "Droid Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  }
  #navServiceMeta ul {
    margin-top: 10px;
    display: inline-block;
    float: right;
    position: relative;
  }
  #navServiceMeta li {
    margin: 0 0 0 17px;
    display: inline-block;
    float: left;
    line-height: 1;
  }
  #navServiceMeta li a, #navServiceMeta li strong {
    color: #767676;
    font-size: 1.6rem;
    text-decoration: none;
  }
  #navServiceMeta li a:active, #navServiceMeta li a:focus, #navServiceMeta li a:hover {
    color: #2D6F9E;
    text-decoration: underline;
  }
  #navServiceMeta li strong:active, #navServiceMeta li strong:focus, #navServiceMeta li strong:hover {
    color: #2D6F9E;
    text-decoration: underline;
  }
  #navServiceMeta li strong {
    color: #1F3347;
    text-decoration: none !important;
  }
  #navServiceMeta .langswitch,
  #navServiceMeta .easy-language a,
  #navServiceMeta .easy-language strong,
  #navServiceMeta #easy-language a,
  #navServiceMeta #easy-language strong,
  #navServiceMeta .sign-language a,
  #navServiceMeta .sign-language strong,
  #navServiceMeta #sign-language a,
  #navServiceMeta #sign-language strong,
  #navServiceMeta .login a,
  #navServiceMeta .login strong {
    padding-left: 25px;
    position: relative;
  }
  #navServiceMeta .sign-language a a, #navServiceMeta .sign-language a strong,
  #navServiceMeta #sign-language a,
  #navServiceMeta #sign-language strong {
    padding-left: 26px;
  }
  #navServiceMeta .langswitch {
    padding-left: 0;
    padding-right: 20px;
  }
  #navServiceMeta .langswitch::after {
    top: 60%;
    left: auto;
    right: 0;
  }
  #navServiceMeta .login a,
  #navServiceMeta .login strong {
    color: #2D6F9E;
  }
  .js-on #navServiceMeta ul {
    padding-left: 10rem;
  }
  .l-header .mobileLogo img {
    width: 205px;
    margin-left: 0;
    margin-bottom: 15px;
  }
  .mm-menu__search--opened, .mm-menu__wrapper--opened {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .mm-menu__search > ul,
  .mm-menu__search > div, .mm-menu__wrapper > ul,
  .mm-menu__wrapper > div {
    width: 50%;
    margin-bottom: auto;
  }
  .gsb .picture.links {
    margin: 6px 20px 18px 0;
    float: left;
  }
  .gsb .picture.rechts {
    margin: 6px 0 18px 20px;
    float: right;
  }
  .gsb .responsiveTable {
    overflow-x: auto;
    margin-bottom: 0;
  }
  .gsb .responsiveTable table {
    width: 100%;
  }
  .supplement .banner,
  .supplement .boxWrapper,
  .supplement .box {
    width: 100%;
    max-width: 314px;
  }
  .supplement .solrSortLinks .box,
  .supplement .facets .box {
    max-width: 100%;
  }
  .teaser h2 {
    margin-bottom: 10px;
  }
  .teaser .picture-element {
    width: 36.4%;
  }
  .teaser p {
    display: block;
  }
  #togglenav {
    padding-bottom: 5px;
  }
  .l-border-element {
    padding-left: 28px/2;
    padding-right: 28px/2;
  }
  .l-border-element__headline {
    font-size: 1.3rem;
  }
  #content .l-border-element {
    width: 50%;
    float: left;
  }
  #supplement .l-border-element {
    width: 50%;
    float: left;
  }
  .navBreadcrumbsVertical {
    clear: both;
  }
  .navBreadcrumbsVertical .level2,
  .navBreadcrumbsVertical .level3 {
    display: block;
  }
  .navBreadcrumbsVertical .level2 a,
  .navBreadcrumbsVertical .level3 a {
    font-size: 1.6rem;
    font-weight: bold;
    color: #FFFFFF;
    display: block;
    width: 66.67%;
  }
  .navBreadcrumbsVertical > strong,
  .navBreadcrumbsVertical .level1 a {
    font-size: 3rem;
  }
  .navBreadcrumbsVertical li {
    font-size: 1rem;
    width: 100%;
  }
  .navBreadcrumbsVertical li span {
    display: block;
  }
  .navBreadcrumbsVertical .level2 {
    background: url(/SiteGlobals/Frontend/Images/icons/hatch-w.svg?__blob=normal&v=1) repeat 0 0;
  }
  .navBreadcrumbsVertical .level2 a {
    padding: 6px 5px 10px;
  }
  .navBreadcrumbsVertical .level3 {
    background: #EEEEEE;
  }
  .navBreadcrumbsVertical .level3 a {
    color: #333333;
    padding: 8px 5px;
  }
  .teaser-switcher .teaser {
    width: 33.33%;
  }
  .StndGallery {
    max-width: 637px;
    margin: 0 auto 20px;
  }
  .StndGallery .galleryBox {
    background: #EEEEEE;
  }
  .StndGallery .galleryBox .navigation {
    top: 175px;
  }
  .StndGallery .mejs__container .mejs__controls {
    background: #000000;
    bottom: 0;
  }
  .StndGallery .mejs__wrapper {
    margin-top: 0;
    padding-bottom: 30px;
  }
  .stage {
    clear: both;
    position: relative;
  }
  .stage .imageContainer {
    float: left;
    width: 50%;
    position: relative;
  }
  .stage .imageContainer .spacer {
    height: 30px;
    position: absolute;
    right: 0;
    top: 14%;
    width: 12px;
  }
  .stage .imageContainer .spacer:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 13px;
    height: 25px;
    background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=3) no-repeat -170px -1206px;
    left: 0;
    top: 2px;
  }
  .stage .textContainer {
    float: left;
    padding: 25px 25px 7em;
    width: 50%;
  }
  .stage .textContainer h3 {
    color: #FFFFFF;
    margin: 0 0 10px;
  }
  .stage .pagination {
    position: absolute;
    bottom: 10px;
    margin-bottom: 0;
    left: 50%;
    width: auto;
  }
  .stage .pagination ul {
    margin-left: 20px;
  }
  .js-on .stage .slick-dots {
    position: absolute;
    bottom: 20px;
    margin-bottom: 0;
    left: 50%;
    text-align: left;
    margin-left: 25px;
    width: auto;
    height: 34px;
  }
  .js-on .stage .slick-dots li {
    width: 34px;
    height: 34px;
  }
  .js-on .stage .slick-dots button {
    font-size: 2rem;
    font-weight: bold;
    color: #FFFFFF;
    height: auto;
    width: auto;
    text-indent: 0;
    border: none;
    border-radius: 5px;
    clear: left;
    display: block;
    padding: 7px 12px;
    line-height: 1;
  }
  .js-on .stage .slick-dots button:hover, .js-on .stage .slick-dots button:focus, .js-on .stage .slick-dots button:active {
    color: #2D6F9E;
    background: #FFFFFF;
    opacity: 1;
  }
  .js-on .stage .slick-dots button:before {
    content: "";
    color: #FFFFFF;
  }
  .js-on .stage .slick-dots .slick-active button {
    color: #2D6F9E;
    background-color: #FFFFFF;
    cursor: inherit;
  }
  .js-on .stage .slick-dots .slick-active button:hover, .js-on .stage .slick-dots .slick-active button:focus, .js-on .stage .slick-dots .slick-active button:active {
    background-color: #FFFFFF;
    color: #2D6F9E;
  }
  .js-on .stage .navigation {
    top: auto;
    left: auto;
    bottom: 20px;
    right: 25px;
    width: auto;
  }
  .js-on .stage .navigation button {
    color: #000000;
    text-align: center;
    position: static;
    width: 34px;
    height: 34px;
    border-radius: 5px;
    top: 0;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .js-on .stage .navigation button.prev, .js-on .stage .navigation button.next {
    display: none !important;
  }
  .js-on .stage .navigation button.pause, .js-on .stage .navigation button.play {
    display: inline;
  }
  .js-on .stage .navigation button strong {
    left: auto;
    line-height: 1.2;
    overflow: visible;
    position: static;
    width: auto;
  }
  .js-on .stage .navigation button img {
    width: 33px;
    height: 33px;
  }
  .js-on .stage .navigation button.playbutton-playing:focus, .js-on .stage .navigation button.playbutton-playing:active, .js-on .stage .navigation button.playbutton-paused:focus, .js-on .stage .navigation button.playbutton-paused:active {
    background: #FFFFFF none repeat scroll 0 0;
    outline: 1px solid #FFFFFF;
    border-radius: 0;
  }
  .searchresult h3 {
    padding-right: 60px;
  }
  .searchresult .teaser {
    position: relative;
  }
  .searchresult .teaser:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 32px;
    height: 28px;
    background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=3) no-repeat -1324px -446px;
    right: 2%;
    top: 5px;
  }
  .searchresult .IMGObject:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 30px;
    height: 23px;
    background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=3) no-repeat -1324px -574px;
  }
  .searchresult .Publication:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 28px;
    height: 27px;
    background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=3) no-repeat -1324px -818px;
  }
  .searchresult .Event:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 28px;
    height: 28px;
    background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=3) no-repeat -1324px -945px;
  }
  .searchresult .Video:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 35px;
    height: 29px;
    background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=3) no-repeat -1056px -184px;
  }
  .searchresult .Employee:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 35px;
    height: 34px;
    background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=3) no-repeat -1056px -50px;
  }
}
