hr {
    box-shadow: 0px 20px 20px 0px rgba(63, 56, 54, 0.04);
}

.is-icon {
    width: 100%;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

.is-icon img {
    height: 64px;
    width: 64px;
    float: left;
    margin-right: 15px;
}

.main-menu {
    font-weight: 700;
}

.content .column.left {
    width: calc(100% - 380px);
    padding: 50px 8% 40px 0;
}

.content .column {
    float: left;
}

.content .column.right {
    width: 380px;
    padding: 50px 0;
}

.headline-area img {
    width: 64px;
    height: 64px;
    float: left;
    margin-right: 25px;
}

.ls-slide h3 {
    text-align: left;
    font-weight: bold;
    font-size: 20px !important;
    line-height: 1 !important;
    margin: 0 0 30px !important;
    color: #ffffff !important;
    padding-left: 19px !important;
    padding-right: 0 !important;

}

.column .col-md-12 h2 {
  font-size: 16px;
}

.ls-slide h3.ls-l {
    z-index: 201 !important;
    vertical-align: bottom !important;
    background: rgba(15, 0, 0, 0.8) !important;
}

.ls-slide h3.ls-l::before {
    position: absolute;
    top: 29px;
    right: auto;
    bottom: auto;
    left: 0px;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-width: 18px;
    border-style: solid;
    border-color: transparent;
    border-right-color: rgba(15, 0, 0, 0.8) !important;
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
}

.ls-slide p.ls-l {
    left: 71% !important;
    top: 69% !important;
    font-size: 15px !important;
    color: #FFFFFF !important;
    z-index: 201;
    font-weight: lighter !important;
    max-width: 450px;
    line-height: 25px;
}

.ls-slide a.ls-l{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 85% !important;
    top: 81% !important;
    width: 190px !important;
    height: 31px !important;
    z-index: 201;
    padding-top: 12px !important;
    padding-left: 19px !important;
    background-color: rgb(218, 37, 28) !important;
    color: #FFFFFF;
}
.ls-slide > a.ls-l:hover {
    background-color: #333894 !important;
}

#quotation input[type=radio] {
    margin : 10px;
}

.view-display {
    display: block !important;
}

.right_covid {
    position: fixed;
    height: 90px;
    width: 350px;
    top: 240px;
    right: 0px;
    z-index: 9999;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background: linear-gradient(180deg, rgba(147,147,147,1) 0%, rgba(196,196,196,1) 50%, rgba(147,147,147,1) 100%);
    transition: width 0.3s;
    font-family: "franklin-gothic-urw", "Helvetica Neue", Helvetica, Arial, sans-serif;
    -moz-box-shadow: 3px 3px 4px #000;
    -webkit-box-shadow: 3px 3px 4px #000;
    box-shadow: 3px 3px 4px #000;
}

.right_covid:hover {
    width: 380px;

}

.covid_info {
    margin-top: 27px;
}

.covid_info_block {
    margin-left: 15px;
}

.covid_text {
    color: #ec130d;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-top: -6px;
}


footer {
    position: inherit !important;
}

main {
    margin-bottom: 0 !important;
}


.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

article, aside, figure, footer, header, hgroup, nav, section {
    display: block;
}


header, header:before, header .logo, nav.desktop, .nav1, .nav1on, .nav2, .nav2on, ul.dropdown_second, .nav3, .nav3on, .btn {
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}

ul.dropdown_first {
    -webkit-transition: .2s all;
    -moz-transition: .2s all;
    -ms-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
}


.cw {
    margin: 0 auto;
    max-width: 1380px;
}

hr {
    display: block;
    height: 1px;
    background: #ddd;
    margin: 20px 0;
}

.resp-space {
    padding-left: 30px;
    padding-right: 30px;
}

.large-12 {
    width: 100%;
}

.large-9 {
    width: 75%;
}

.large-8 {
    width: 66.66667%;
}

.large-6 {
    width: 50%;
}

.large-4 {
    width: 33.33333%;
}

.large-3 {
    width: 25%;
}

.large-2 {
    width: 12.5%;
}

.pos-left {
    padding: 0 30px 0 40px;
}

.pos-center {
    padding: 0 40px 0 40px;
    margin: 0 auto;
    text-align: center;
}

.pos-right {
    padding: 0 40px 0 30px;
}

.pad-top-bottom {
    padding-top: 50px;
    padding-bottom: 50px;
}

.max-large {
    max-width: 1000px;
}

.max-medium {
    max-width: 710px;
}

.max-small {
    max-width: 500px;
}

.max-xsmall {
    max-width: 320px;
}

.is-hidden {
    overflow: hidden;
}

.is-hide {
    display: none;
}

.is-flex {
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    flex-flow: row wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.flex-space-between {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
}

.tr-bg-fast {
    -webkit-transition: .3s background;
    transition: .3s background
}

.tr-bg-medium {
    -webkit-transition: .5s background;
    transition: .5s background
}

.tr-bg-slow {
    -webkit-transition: .75s background;
    transition: .75s background
}

.tr-transform-fast {
    -webkit-transition: .3s transform;
    transition: .3s transform
}

.tr-transform-medium {
    -webkit-transition: .5s transform;
    transition: .5s transform
}

.tr-transform-slow {
    -webkit-transition: .75s transform;
    transition: .75s transform
}

.tr-all-fast {
    -webkit-transition: .3s all;
    transition: .3s all
}

.tr-all-medium {
    -webkit-transition: .5s all;
    transition: .5s all
}

.tr-all-slow {
    -webkit-transition: .75s all;
    transition: .75s all
}

ul li {
    list-style-position: inside;
}

.btn {
    background: #005399;
    border: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    padding: 12px 35px;
    margin-bottom: 15px;
    border-radius: 5px;
}

.btn:hover {
    background: #bd1a15;
}

.b-gray {
    background: #eeeeee;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.c-cleaning {
    color: #009846 !important;
    border-color: #009846 !important;
}

.c-catering {
    color: #779b4f !important;
    border-color: #779b4f !important;
}

.c-technical {
    color: #fced02 !important;
    border-color: #fced02 !important;
}

.c-security {
    color: #ed1c24 !important;
    border-color: #ed1c24 !important;
}

.c-security, .c-technical, .c-catering, .c-facility, .c-airport, h1, h2, h3, h4, h5, h6 {
    line-height: 0;
    text-align: left;
}

ul#cat_nav li {
    list-style-type: none;
}

p h1, h2, h3, h4, h5, h6 {
    line-height: 1.5em;
    color: #333894 !important;
}

.b-facility {
    background-color: #ef7f1a !important;
}

.c-airport {
    color: #393185 !important;
    border-color: #393185 !important;
}

.c-facility {
    color: #ef7f1a !important;
    border-color: #ef7f1a !important;
}

.content h1, .content h2, .content h3, .content .column:not(.pos-center) a {
    color: #333894;
    text-decoration: none;
}

.content h1, .content h2, .content h3, .content .column:not(.pos-center) a:not([class]) {
    text-decoration: none;
}

.body-cleaning .content h1, .body-cleaning .content h2, .body-cleaning .content h3, .body-cleaning .content .column:not(.pos-center) a {
    color: #009846 !important;
}

.body-catering .content h1, .body-catering .content h2, .body-catering .content h3, .body-catering .content .column:not(.pos-center) a {
    color: #779b4f !important;
}

.body-technical .content h1, .body-technical .content h2, .body-technical .content h3, .body-technical .content .column:not(.pos-center) a {
    color: #fced02 !important;
}

.body-security .content h1, .body-security .content h2, .body-security .content h3, .body-security .content .column:not(.pos-center) a {
    color: #ed1c24 !important;
}

.body-facility .content h1, .body-facility .content h2, .body-facility .content h3, .body-facility .content .column:not(.pos-center) a {
    color: #ef7f1a !important;
}

.body-airport .content h1, .body-airport .content h2, .body-airport .content h3, .body-airport .content .column:not(.pos-center) a {
    color: #393185 !important;
}

.body-facility .content h1, .body-facility .content h2, .body-facility .content h3, .body-facility .content .column:not(.pos-center) a {
    color: #fced02 !important;
}

.b-cleaning {
    background: #009846;
}

.b-catering {
    background: #779b4f;
}

.b-technical {
    background: #05a49e;
}

.b-security {
    background: #ed1c24;
}

.b-facility {
    background: #ef7f1a;
}

.b-airport {
    background: #393185;
}

.b-technical {
    background: #fced02;
}

.b-cleaning:hover {
    background: #5da0c7;
}

.b-catering:hover {
    background: #5a753c;
}

.b-technical:hover {
    background: #fced02;
}

.b-security:hover {
    background: #2c456e;
    color: #fff;
}

.b-facility:hover {
    background: #57284d;
}

.b-airport:hover {
    background: #d6a800;
}

.b-facility:hover {
    background: #444b4f;
}

@-moz-document url-prefix() {
    header {
        position: fixed;
        left: 0;
        top: 2.625em;
        width: 100%;
        height: 100px;
        padding: 0 20px;
        z-index: 1100;
    }
}

header {
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 40px;
    width: 100%;
    height: 150px;
    padding: 0 20px;
    z-index: 1100;
}

header:before {
    content: "";
    position: absolute;
    left: 0;
    top: -150px;
    width: 100%;
    height: 150px;
    box-shadow: 0 0 70px 60px rgba(255, 255, 255, 0.98);
}

header.fixed {
    background-color: rgba(236, 236, 236, 0.83);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.6);
    /*margin-top: 0px;*/
}

header.fixed:before {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.98);
}

header > div {
    height: 100%;
    position: relative;
    z-index: 10;
}

header .logo img {
    float: left;
    width: 120px;
    display: block;
    text-indent: -9999px;
    margin-top: 0px;
}

.meta {
    position: absolute;
    right: 0;
    top: 22px;
}

.lang-change {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    right: 98px;
}

.lang-change img, .lang-change svg {
    width: auto;
    height: 24px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}

.meta-fb, .meta-search {
    width: 34px;
    height: 34px;
    position: absolute;
    text-align: center;
    line-height: 34px;
    border-radius: 50%;
    color: #72797f;
    right: 0;
    top: -5px;
    display: inline-block;
}

.meta-fb:before, .meta-search:before {
    font-family: 'mws_iconset';
    content: '\e81c';
    font-size: 20px;
}

.meta-search {
    right: 44px;
}

.meta-search:before {
    content: '\e808';
}

.meta-fb:hover, .meta-search:hover {
    background: #ddd;
}

.menu-trigger, .nav_headline {
    display: none;
}

nav.desktop {
    z-index: 900;
    font-size: 0;
    float: right;
    padding-right: 140px;
}

header.fixed nav.desktop {
    padding-top: 10px;
}

nav.desktop li {
    list-style-type: none;
}

nav.desktop > ul {
    text-align: right;
}

nav.desktop ul.main-menu > li {
    display: inline-block;
}

.nav1, .nav1on {
    font-family: "franklin-gothic-urw", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 48px;
    height: 70px;
    color: #72797f !important;
    padding: 2px 18px 0;
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.05em;
}

ul.main-menu li:hover .nav1, .nav1on {
    background: #005399;
    color: #fff !important;
}

ul.dropdown_first {
    position: absolute;
    right: 0;
    padding: 20px;
    background: #fafafa;
    border-top: 5px solid #005399;
    z-index: 2000;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    text-align: left;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

nav.desktop ul.main-menu li:hover > ul.dropdown_first, nav.desktop ul.dropdown_first li:hover > ul.dropdown_second {
    opacity: 1;
    visibility: visible;
}

.dropdown_first > li, .dropdown_first > span > li, .dropdown_second > li {
    float: none;
    display: block;
    position: relative;
}

.dropdown_first > li:not(.not_li) {
    width: 22%;
    padding-bottom: 20px;
    margin: 0 1%;
}

.nav2, .nav2on {
    border-bottom: 1px solid #c0c0c1;
    color: #72797f;
    padding: 10px 0;
    display: block;
    font-size: 14px;
    font-weight: 400;
}

.nav2on, ul.dropdown_first li:hover .nav2 {
    border-bottom: 1px solid #005399;
}

.nav2on, .nav2:hover {
    color: #005399;
}

ul.dropdown_second {
    padding: 0;
    z-index: 1000;
    text-align: left;
}

.nav3, .nav3on {
    border-bottom: 1px solid #c0c0c1;
    color: #72797f;
    padding: 4px 0;
    display: block;
    font-size: 14px;
    font-weight: 400;
}

.nav3on, ul.dropdown_second li:hover .nav3 {
    border-bottom: 1px solid #005399;
    color: #005399;
}

nav.desktop ul.main-menu > li:last-child ul {
    right: inherit;
    right: 0;
}

.nav3.cleaning:hover, .nav3on.cleaning {
    border-bottom: 1px solid #009846 !important;
    color: #009846 !important;
}

.nav3.catering:hover, .nav3on.catering {
    border-bottom: 1px solid #779b4f !important;
    color: #779b4f !important;
}

.nav3.technical:hover, .nav3on.technical {
    border-bottom: 1px solid #fced02 !important;
    color: #fced02 !important;
}

.nav3.security:hover, .nav3on.security {
    border-bottom: 1px solid #ed1c24 !important;
    color: #ed1c24 !important;
}

.nav3.facility:hover, .nav3on.facility {
    border-bottom: 1px solid #ef7f1a !important;
    color: #ef7f1a !important;
}

.nav3.airport:hover, .nav3on.airport {
    border-bottom: 1px solid #393185 !important;
    color: #393185 !important;
}

.nav3.facility:hover, .nav3on.facility {
    border-bottom: 1px solid #fced02 !important;
    color: #fced02 !important;
}

header > div > form {
    background: rgba(30, 30, 30, 0.75) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    margin-top: 0;
    max-width: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9998;
    padding-top: 20%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
}

header > div > form.active {
    max-height: none;
    opacity: 1;
    visibility: visible;
}

header > div > form > .container input {
    background: #fff none repeat scroll 0 0;
    border: 0;
    border-radius: 0;
    font-size: 18px;
    height: 54px;
    left: 20px;
    line-height: 54px;
    padding: 5px 52px 5px 30px;
    position: absolute;
    top: 0;
    width: calc(100% - 40px);
}

header > div > form > .container button {
    height: 50px;
    position: absolute;
    right: 22px;
    top: 2px;
    width: 50px;
    background: none;
    border: 0;
    cursor: pointer;
}

header > div > form > .container button::before {
    font-size: 26px;
    vertical-align: 5px;
    color: #e2001a;
    font-family: "mws_iconset";
    content: "\e808";
}

header .container {
    margin: 0 auto;
    max-width: 1550px;
    position: relative;
    border-top: 0 !important;
    /*padding: 20px;*/
}

.search_wrapper {
    position: relative;
    padding-top: 20px;
    background: rgba(255, 255, 255, 0.9)
}

.inline_search_form2 {
    margin-bottom: 30px;
    position: relative
}

.inline_search_form2 input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-bottom: 1px solid #005399;
    border-radius: 0;
    color: #005399;
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
    overflow: inherit;
    padding: 0 150px 0 0;
    width: 100%
}

.inline_search_form2 button {
    background: #005399;
    cursor: pointer;
    padding: 3px 46px 3px 25px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    transition: all .3s ease 0;
    vertical-align: 4px;
    font-size: 16px;
    z-index: 900;
    color: #fff
}

.inline_search_form2 button:after {
    font-family: 'mws_iconset';
    content: '\e808';
    font-size: 20px;
    position: absolute;
    right: 14px;
    top: 9px
}

.search_result {
    background-color: #f5f5f5;
    border-bottom: 1px solid #c5d2d9;
    display: block;
    margin-top: 12px;
    min-height: 100px;
    padding: 15px 0 0 130px;
    position: relative;
    color: #555;
}

.search_result a {
    color: #555;
}

.search_result h2 {
    padding-bottom: 10px
}

.search_result .sitemap {
    color: #005399;
    text-decoration: underline
}

.image_container {
    background-position: center top;
    background-size: cover;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100px;
    border: 4px solid #c5d2d9
}

.image_container img {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    margin: 0;
    border-radius: 0;
}

.tab_selection {
    list-style: none;
    display: inline-block;
    margin-right: 10px
}

.tab_selection a {
    display: block;
    background: #005399;
    padding: 10px 25px;
    color: #fff
}

.slider {
    background: #fff;
    height: 720px;
    height: 90vh;
    position: relative;
    padding-top: 0;
    border-bottom: 7px solid #e2001a;
}

.slide_overlay {
    position: absolute;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 713px;
    height: calc(90vh - 7px);
    background: #fff url(../img/loader.svg) no-repeat center;
    background-size: 50px;
    -webkit-animation: slide_overlay 1s forwards;
    animation: slide_overlay 1s forwards
}

@-webkit-keyframes slide_overlay {
    0%, 80% {
        opacity: 1;
        visibility: visible
    }
    100% {
        opacity: 0;
        visibility: hidden
    }
}

@keyframes slide_overlay {
    0%, 80% {
        opacity: 1;
        visibility: visible
    }
    100% {
        opacity: 0;
        visibility: hidden
    }
}

.royalSlider > * {
    float: left;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    user-select: none;
}

.rsOverflow, .rsContainer, .rsSlide, .rsContent {
    width: 100%;
    height: 100% !important;
}

.rsOverflow {
    position: relative;
    overflow: hidden;
    float: left;
}

.rsContainer {
    position: relative;
}

.rsSlide {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    overflow: hidden;
    height: 100%;
}

.slide {
    width: 100%;
    height: 100%;
    position: relative
}

.rsContent {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.inner {
    position: relative;
    z-index: 100;
    top: 46%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 auto;
    max-width: 1380px;
}

.inner > div {
    max-width: 770px;
    background: rgba(255, 255, 255, 0.66);
    padding: 35px 40px 25px 50px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    transition-delay: .6s;
}

.rsActiveSlide .inner > div {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
}

.k-iconset {
    display: inline-block;
    position: relative;
    top: -4px;
    margin-left: 20px;
    margin-bottom: -20px;
}

.k-iconset .icon {
    display: inline-block;
    width: 41px;
    height: 40px;
    background-image: url(../../../UserFiles/img/r-2017/start/Klueh_Icons.png);
    background-size: 326px;
    font-size: 0;
}

.k-iconset .icon.catering {
    background-position: -47px;
}

.k-iconset .icon.technical {
    background-position: -94px;
}

.k-iconset .icon.security {
    background-position: -142px;
}

.k-iconset .icon.facility {
    background-position: -190px;
}

.k-iconset .icon.airport {
    background-position: -238px;
}

.k-iconset .icon.facility {
    background-position: -285px;
}

.inner .slider-headline {
    font-family: "franklin-gothic-urw", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 34px;
    line-height: 58px;
    font-weight: 700;
    color: #72797f;
    text-transform: uppercase;
    letter-spacing: 0;
}

.slider_btn {
    font-family: "franklin-gothic-urw", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: 700;
    font-style: italic;
    background: #fff;
    color: #005399;
    display: inline-block;
    padding: 15px 35px 12px;
    border-radius: 5px;
    position: relative;
}

.slider_btn:after {
    position: absolute;
    left: -4px;
    top: -4px;
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    border: 2px solid #fff;
    content: "";
    border-radius: 8px;
}

.hero {
    height: 430px;
    background-color: #ccc;
    background-repeat: no-repeat;
    background-position: center;
    margin: 140px auto 0;
    position: relative;
    overflow: hidden;
    top: 50px;
}

.jb-body .hero {
    height: 320px;
}

.hero > div {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 100;
}

.hero > div.is-medium-down {
    -webkit-transform: translate(-50%, -15%);
    -ms-transform: translate(-50%, -15%);
    transform: translate(-50%, -15%);
}

.hero > div.is-down {
    top: 95%;
    -webkit-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
}

.hero > div.is-medium-high {
    -webkit-transform: translate(-50%, -90%);
    -ms-transform: translate(-50%, -90%);
    transform: translate(-50%, -90%);
}

.hero > div.is-high {
    top: 5%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.hero > picture {
    position: relative;
    height: 100%;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.hero > picture img {
    min-width: 100%;
    min-height: 100%;
    max-height: 116%;
    width: auto;
    height: auto;
    display: block;
    position: relative;
    top: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(0);
    -moz-transform: translateX(-50%) translateY(0);
    -ms-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
    -o-object-fit: cover;
    object-fit: cover;
}

.hero > picture img.right {
    left: 100%;
    -webkit-transform: translateX(-100%) translateY(0);
    -moz-transform: translateX(-100%) translateY(0);
    -ms-transform: translateX(-100%) translateY(0);
    transform: translateX(-100%) translateY(0);
}

.hero > picture img.left {
    left: 0;
    -webkit-transform: translateX(0) translateY(0);
    -moz-transform: translateX(0) translateY(0);
    -ms-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
}

.not-hero-box > div {
    position: relative;
    padding-bottom: 15px;
}

.not-hero-box > div.is-icon {
    padding-left: 0px;
}

.hero > div .main-icon, .not-hero-box > div .main-icon {
    margin-top: 2px;
    margin-right: 20px;
    position: absolute;
    left: 40px;
    top: 30px;
}

.not-hero-box > div .main-icon {
    left: 0;
    top: 0;
    margin-top: 0;
}

.hero > div > div {
    display: inline-block;
    background: rgba(255, 255, 255, 0.75);
    padding: 30px 40px 20px 40px;
    box-shadow: 2px 2px 4px 0 rgba(30, 30, 30, 0.3);
    position: relative;
    min-height: 132px;
}

.hero > div > div.is-icon {
    padding: 30px 40px 16px 140px;
}

.body-airport .hero > div > div {
    background: rgba(255, 255, 255, 0.88);
}

.hero > div > div.no-h2 {
    min-height: inherit;
}

.hero > div h1, .not-hero-box > div h1 {
    font-family: "franklin-gothic-urw", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.025em;
    font-size: 38px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 40px;
}

.hero > div h2, .not-hero-box > div h2 {
    font-size: 28px;
    text-transform: none;
    font-family: "franklin-gothic-urw", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    padding-top: 30px;
    padding-bottom: 30px;
}

body .content .not-hero-box > div h2 {
    font-size: 26px;
    font-family: "franklin-gothic-urw", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #72797f;
    font-weight: 700;
}

.wrapper {
    margin-top: 70px;
}

.sub_nav ul {
    padding: 0;
    margin: 0;
}

.sub_nav ul li {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    transition: 0.3s all;
}

.sub_nav ul li:hover a, .sub_nav ul li a.v_nav3on {
    border-bottom: 1px solid #005399;
}

.sub_nav ul li a {
    display: block;
    padding: 8px 0;
    transition: 0.3s all;
    border-bottom: 1px solid #ddd;
}

.content .column:not(.pos-center) .sub_nav ul li:hover a {
    color: #005399 !important;
}

.sli {
    background: #eee;
    border-bottom: 1px solid #ccc;
    border-top: 10px solid #005399;
    position: relative;
    z-index: 1;
    height: 62px;
}

.sli_inner {
    line-height: 50px;
    float: right;
}

.sli_inner span {
    display: inline-block;
    padding: 0 13px 0 13px;
}

.sli_info {
    border-right: 1px solid #ddd;
    display: inline-block;
    padding: 10px 10px 10px 0;
}

.sli_inner a {
    color: #72797f;
}

.sli_inner a:last-child {
    font-weight: 700;
}

.content .sli .print, .content .sli .share {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 44px;
    text-align: center;
    background: none;
    line-height: 40px;
    color: #005399;
    border-left: 1px solid #ccc;
    cursor: pointer;
}

.content .sli .print:hover, .content .sli .share:hover {
    text-decoration: none !important;
    background: #fafafa;
}

.content .sli .print:before, .content .sli .share:before {
    font-family: 'mws_iconset';
}

.content .sli .print:before {
    content: '\e807';
}

.content .sli .share {
    right: 44px;
}

.content .sli .share:before {
    content: '\e811';
}

.boxes {
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.boxes .teasbox {
    margin: 14px 0;
    float: left;
    width: 31.8%;
    background: #fff;
    border: 1px solid #ccc;
    position: relative;
    padding: 40px 45px;
    font-size: 16px;
    -webkit-transition: 0.3s background, 0.5s transform, 0.5s opacity;
    -moz-transition: 0.3s background, 0.5s transform, 0.5s opacity;
    transition: 0.3s background, 0.5s transform, 0.5s opacity;
}

.boxes .teasbox.is-image {
    padding: 40px 45px 40px 245px;
    min-height: 310px;
}

.boxes .teasbox:hover {
    background: #e2001a;
    border: 1px solid #e2001a;
    color: #fff;
}

.boxes .teasbox:hover a {
    color: #fff;
}

.boxes.one_boxes .teasbox {
    width: 100%;
}

.boxes.two_boxes .teasbox, .boxes.four_boxes .teasbox, .boxes.five_boxes .teasbox {
    width: 48.5%;
}

.box-headline {
    font-size: 24px;
    font-weight: 600;
    display: block;
    padding-bottom: 15px;
}

.box-headline.h-xs {
    padding-bottom: 5px;
}

.image_holder {
    width: 170px;
    position: absolute;
    left: 45px;
    top: 44px;
}

.image_holder img {
    max-width: 100%;
    height: auto;
}

.image_holder.xs_holder {
    width: 80px;
}

.image_holder.xs_holder:nth-child(even) {
    top: 165px;
}

.add_box .textLink {
    float: right;
    color: #72797f;
    position: absolute;
    right: 45px;
    bottom: 40px;
}

.textLink.first_textLink {
    position: static;
    margin: 4px 0 13px;
}

.add_box .textLink {
    position: static;
    margin: 4px 0 13px;
    float: none;
}

.content {
    position: relative;
}

.content h1 {
    padding-bottom: 2px;
}

.content .column {
    float: left;
}

body.inhalt .content {
    font-size: 16px;
}

.content .column.full {
    float: none;
    padding: 80px 0 70px;
}

.content .column.full h1 {
    padding-bottom: 20px;
}

.content .column.full .btn {
    margin-top: 20px;
}

.content .column p {
    line-height: 1.5;
    padding-bottom: 20px;
}

.content .column a:not([class]) {
    text-decoration: underline;
    color: #000;
}

.content .column a:not([class]), .content .column a.mailcrypt {
    text-decoration: underline;
    color: #000;
}

.content .column.left:not(.pos-center) > p > a, .content .column.left:not(.pos-center) > ul > li > a {
    text-decoration: underline;
}

.content .column ul:not([class]) li:not([class]), .content .column ol:not([class]) li:not([class]) {
    margin-left: 0px;
    padding-left: 5px;
    margin-bottom: 20px;
    list-style-position: inherit;
    list-style-type: square;
}

#layerslider {
    border-bottom: 10px solid #005399;
    box-shadow: 0px 3px 6px #000;
}

.box_style_1 h5 {
    padding-left: 15px;
}

.box_style_1 a {
    padding-left: 15px;
}

.quote_banner a {
    color: #fff !important;
    font-weight: 700;
}

.content .column ul:not([class]), .content .column ol:not([class]) {
    padding-bottom: 10px;
}

.content .column img {
    max-width: 100%;
    height: auto;
}

.content .column.left {
    width: calc(100% - 380px);
    padding: 50px 8% 40px 0;
}

.content .column.right {
    width: 380px;
    padding: 50px 0;
}

.content .column.right .contactperson {
    position: relative;
    background: #fafafa;
    border: 1px solid #e2e2e2;
    padding: 17px 20px 22px 150px;
    margin-bottom: 20px;
    min-height: 170px;
    max-width: 380px;
}

.content .column.right .contactperson.klueh_zahlen {
    padding: 17px 20px 22px 20px;
}

.content .column.right .contactperson.dl-person {
    padding: 24px 20px 22px 150px;
}

.content .column .contactperson.no-image {
    padding: 17px 20px 22px 40px;
}

.content .column.left .contact_cat {
    padding-bottom: 40px;
}

.content .column.left .contactperson {
    position: relative;
    background: #fafafa;
    border: 1px solid #e2e2e2;
    padding: 17px 20px 22px 150px;
    margin-bottom: 20px;
    min-height: 170px;
    width: 48.5%;
    float: left;
}

.content .column .contactperson.no-image {
    padding: 17px 20px 22px 40px;
}

.content .column.left .contactperson:nth-child(even) {
    margin-left: 3%;
}

.content .column.left .contactperson img, .content .column.right .contactperson img {
    position: absolute;
    left: 22px;
    top: 20px;
    border-radius: 3px;
    width: 100px;
    height: auto;
}

.content .column.right .contactperson a[href^="tel:"] {
    color: #72797f !important;
}

.content .column.right .contactperson h3 {
    font-size: 20px;
    padding-bottom: 2px;
}

.content .column.right .contactperson h4 {
    font-size: 16px;
}

.content .column.right .contactperson p, .content .column.left .contactperson p {
    padding-bottom: 0;
}

.content .column.right .contactperson p:first-of-type {
    padding-bottom: 10px;
}

.info.Umsatzentwicklung_info {
    min-height: 95px;
    width: 100%;
}

.teaser_boxes .teaser_box {
    position: relative;
    padding: 25px 20px 20px 55%;
    overflow: hidden;
    background: #fafafa;
    border: 1px solid #e2e2e2;
    min-height: 200px;
    margin: 10px 0;
    width: 100%;
}

.teaser_boxes .teaser_box .image-holder {
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

.teaser_boxes .teaser_box .image-holder img {
    width: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: inherit;
    height: auto;
    display: block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.content .column .teaser_boxes .teaser_box > a:not([class]), .content .column .teaser_boxes .teaser_box > p > a:not([class]) {
    background: #005399;
    border: 0;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 35px;
    margin-bottom: 15px;
    border-radius: 5px;
    text-decoration: none !important;
    position: absolute;
    left: 55%;
    bottom: 25px;
}

.content .column .teaser_boxes .teaser_box:nth-child(even) > a:not([class]), .content .column .teaser_boxes .teaser_box:nth-child(even) > p > a:not([class]) {
    left: 40px;
    bottom: 25px;
}

.teaser_boxes .teaser_box > a:hover {
    background: #bd1a15;
}

.body-cleaning .content .column .teaser_boxes .teaser_box > a, .teaser_boxes .teaser_box.cleaningBox a {
    background: #009846 !important;
    color: #fff !important;
}

.body-catering .content .column .teaser_boxes .teaser_box > a, .teaser_boxes .teaser_box.cateringBox a {
    background: #779b4f !important;
    color: #fff !important;
}

.body-technical .content .column .teaser_boxes .teaser_box > a, .teaser_boxes .teaser_box.technicalBox a {
    background: #fced02 !important;
    color: #fff !important;
}

.body-security .content .column .teaser_boxes .teaser_box > a, .teaser_boxes .teaser_box.securityBox a {
    background: #ed1c24 !important;
    color: #fff !important;
}

.body-facility .content .column .teaser_boxes .teaser_box > a, .teaser_boxes .teaser_box.personalBox a {
    background: #ef7f1a !important;
    color: #fff !important;
}

.body-airport .content .column .teaser_boxes .teaser_box > a, .teaser_boxes .teaser_box.airportBox a {
    background: #393185 !important;
    color: #fff !important;
}

.body-facility .content .column .teaser_boxes .teaser_box > a, .teaser_boxes .teaser_box.facilityBox a {
    background: #fced02 !important;
    color: #fff !important;
}

.body-cleaning .content .column .teaser_boxes .teaser_box > a:hover, .teaser_boxes .teaser_box.cleaningBox a:hover {
    background: #5da0c7 !important;
}

.body-catering .content .column .teaser_boxes .teaser_box > a:hover, .teaser_boxes .teaser_box.cateringBox a:hover {
    background: #5a753c !important;
}

.body-technical .content .column .teaser_boxes .teaser_box > a:hover, .teaser_boxes .teaser_box.technicalBox a:hover {
    background: #fced02 !important;
}

.body-security .content .column .teaser_boxes .teaser_box > a:hover, .teaser_boxes .teaser_box.securityBox a:hover {
    background: #2c456e !important;
}

.body-facility .content .column .teaser_boxes .teaser_box > a:hover, .teaser_boxes .teaser_box.personalBox a:hover {
    background: #57284d !important;
}

.body-airport .content .column .teaser_boxes .teaser_box > a:hover, .teaser_boxes .teaser_box.airportBox a:hover {
    background: #d6a800 !important;
}

.body-facility .content .column .teaser_boxes .teaser_box > a:hover, .teaser_boxes .teaser_box.facilityBox a:hover {
    background: #444b4f !important;
}

.teaser_boxes .teaser_box:nth-child(even) {
    padding: 25px 55% 20px 40px;
}

.teaser_boxes .teaser_box:nth-child(even) .image-holder {
    left: inherit;
    right: 0;
}

.teaser_boxes .teaser_box h2 {
    font-size: 22px;
    text-transform: inherit;
    font-weight: 600;
    font-family: "franklin-gothic-urw", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #72797f !important;
}

.teaser_boxes .teaser_box h2 br {
    display: none;
}

ul.tabs {
    border-bottom: 1px solid #005399;
    font-size: 0;
    margin-bottom: 20px;
}

ul.tabs li {
    color: #005399;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    padding: 8px 20px;
    text-align: center;
}

ul.tabs li.current {
    background: #005399 none repeat scroll 0 0;
    color: #fff;
}

.tab-content {
    background: #fff none repeat scroll 0 0;
    display: none;
}

.tab-content.current {
    display: block;
}

.acc_head {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #005399;
    cursor: pointer;
    position: relative;
}

.acc_head:after {
    position: absolute;
    right: 0;
    top: 10px;
    font-family: 'mws_iconset';
    content: "\e803";
    font-size: 20px;
}

.acc_head.active:after {
    content: "\e802";
}

.acc_head + div {
    padding: 10px 0;
    display: none;
}

section.news article {
    border: 1px solid #ddd;
    margin-bottom: 22px;
    padding-bottom: 10px;
    background: #f7f7f7;
}

section.news article.is-preview {
    position: relative;
    padding: 20px 30px 0 210px;
    min-height: 200px;
}

section.news article:nth-child(even) {
    background: #fff;
}

section.news article .img_preview {
    width: 150px;
    height: 150px;
    position: absolute;
    left: 30px;
    top: 26px;
    overflow: hidden;
}

section.news article .img_preview img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
}

section.news article h3 {
    border-bottom: 1px solid #005399;
    margin-bottom: 8px;
    position: relative;
    padding-right: 100px;
}

section.news article h3 aside, section.news article h3 .aside {
    position: absolute;
    right: 0;
    bottom: 8px;
    font-size: 16px;
    font-weight: 400;
}

section.news article h3 aside:before, section.news article h3 .aside:before {
    font-family: 'mws_iconset';
    content: "\e81e";
    margin-right: 8px;
    font-size: 14px;
}

section.news.topmeldung {
    margin-top: 15px;
}

section.news.topmeldung article {
    border-bottom: 1px solid #ccc;
    padding-bottom: 0;
    margin-bottom: 12px;
}

section.news.topmeldung article h4 {
    padding: 0;
}

section.news.topmeldung article span.date {
    display: block;
    padding-bottom: 5px;
}

.aktinfo {
    border: 1px dashed #ccc;
    padding: 20px 30px;
    color: #777;
}

#shareplus {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    color: #4e4e4e;
    display: none;
    max-width: 320px;
    position: fixed;
    width: 100%;
    z-index: 10000
}

#shareplus_icons {
    background: #fff;
    overflow: auto;
    padding: 20px
}

#shareplus_icons .shareplus_icon {
    display: block;
    height: 42px;
    line-height: 42px;
    margin: 5px 10px;
    opacity: .9;
    color: #fff;
    padding-left: 60px;
    text-decoration: none;
    position: relative
}

#shareplus_icons .shareplus_icon:hover {
    opacity: 1
}

#shareplus_icons .email {
    background: #004899
}

#shareplus_icons .linkedin {
    background: #1987bc
}

#shareplus_icons .google {
    background: #ca4e40
}

#shareplus_icons .facebook {
    background: #4e69a2
}

#shareplus_icons .twitter {
    background: #30baea
}

#shareplus_icons .shareplus_icon:before {
    font-family: 'mws_iconset';
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 22px
}

#shareplus_icons .email:before {
    content: '\e80f'
}

#shareplus_icons .linkedin:before {
    content: '\f0e1'
}

#shareplus_icons .google:before {
    content: '\f0d5';
    font-size: 20px
}

#shareplus_icons .facebook:before {
    content: '\e81c'
}

#shareplus_icons .twitter:before {
    content: '\e81b'
}

#shareplus_overlay {
    background: rgba(36, 36, 38, 0.6);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000
}

.back-to-top {
    display: block;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 44px;
    height: 44px;
    border-radius: 3px;
    background: rgba(226, 0, 26, 0.85);
    z-index: 999999;
    color: #fff;
    text-indent: -9999px;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
}

.back-to-top:before {
    content: '\e802';
    font-family: 'mws_iconset';
    font-size: 26px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-indent: 0
}

.back-to-top:hover {
    background: rgba(226, 0, 26, 1)
}

.back-to-top.active {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.content .column .contact_details a {
    max-width: 13.2%;
}

.services-grid > article {
    min-height: 500px;
    position: relative;
}


.services-grid > article > figure {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.services-grid > article.is-turned > figure {
    left: 50%;
}

.services-grid > article > figure > picture {
    position: absolute;
    left: 50%;
    top: 65%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -moz-box-shadow: 3px 3px 4px #000;
    -webkit-box-shadow: 3px 3px 4px #000;
    box-shadow: 3px 3px 4px #000;
}

.services-grid > article > div {
    position: relative;
    left: 50%;
    padding: 50px 10px 50px 50px;
    max-width: 690px;
    font-size: 16px;
    line-height: 24px;
}

.services-grid > article > div h2 {
    line-height: 55px;
    padding-bottom: 0px;
}

.services-grid > article.is-turned > div {
    transform: translateX(-100%);
    padding: 50px 50px 50px 0;
}

.services-grid > article > div .headline-area, .services-grid > article > div p {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

.headline-area {
    padding-bottom: 30px;
}

.main-icon {
    display: block;
    float: left;
    width: 73px;
    height: 72px;
    margin-top: -1px;
    margin-right: 25px;
    margin-bottom: 5px;
    background-image: url(../../../UserFiles/img/r-2017/start/Klueh_Icons.png);
    background-size: 587px;
}

.main-icon.cleaning {
    background-position: 0;
}

.main-icon.catering {
    background-position: -85px;
}

.main-icon.technical {
    background-position: -170px;
}

.main-icon.security {
    background-position: -257px;
}

.main-icon.facility {
    background-position: -343px;
}

.main-icon.airport {
    background-position: -428px;
}

.main-icon.facility {
    background-position: -514px;
}

.active-map {
    position: relative;
}

.active-map img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.contact-grid .content h2, .contact-grid .content h3 {
    color: #72797f !important;
}

.contact-grid .btn {
    background: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #72797f;
    margin: 0 10px;
}

.contact-grid .content .column p {
    padding-bottom: 26px;
}

.contact-grid .btn:hover {
    background: #eee;
}

.active-map span {
    text-align: left;
}

.active-map span.marker {
    position: absolute;
    right: 0;
    width: 50%;
    text-align: right;
    display: block;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
}

.active-map span.marker a {
    position: relative;
    z-index: 10;
    background: #fff;
    padding: 0 10px;
    text-decoration: none !important;
    top: 10px;
    display: inline-block;
}

.active-map span.marker:before {
    content: "";
    width: 1px;
    position: absolute;
    right: 100%;
    top: 0;
    background: #ccc;
}

.active-map span.marker:after {
    content: attr(data-locations);
    position: absolute;
    width: 6px;
    height: 6px;
    right: calc(100% - 3px);
    top: 18px;
    background: #ccc;
    border-radius: 50%;
}

.active-map span.marker:after {
    content: attr(data-locations);
    position: absolute;
    width: 16px;
    height: 16px;
    right: calc(100% - 8px);
    top: 13px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #ccc;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #e2001a;
    font-weight: 700;
}

.active-map.int-map span.marker:after {
    width: 6px;
    height: 6px;
    right: calc(100% - 3px);
}

.active-map.int-map span.marker.marker-left::after {
    left: calc(100% - 3px);
}

.active-map span.marker.marker-left {
    right: inherit;
    left: 0;
    text-align: left;
}

.active-map span.marker.marker-left:before {
    right: inherit;
    left: 100%;
}

.active-map span.marker.marker-left:after {
    right: inherit;
    left: calc(100% - 8px);
}

.active-map span.marker:before {
    left: 0;
    right: inherit;
}

.active-map span.marker.marker-left.marker-Aachen {
    top: 258px;
    width: 27%;
}

.active-map span.marker.marker-left.marker-Aachen:before {
    height: 33px;
    top: -11px;
}

.active-map span.marker.marker-left.marker-Aachen:after {
    top: -12px;
}

.active-map span.marker.marker-Berlin {
    top: 129px;
    width: 35%;
}

.active-map span.marker.marker-left.marker-Bielefeld {
    top: 108px;
    width: 39.2%;
}

.active-map span.marker.marker-left.marker-Bielefeld:before {
    height: 50px;
    top: 21px;
}

.active-map span.marker.marker-left.marker-Bielefeld:after {
    top: 70px;
}

.active-map span.marker.marker-Cham {
    top: 309px;
    width: 42.3%;
}

.active-map span.marker.marker-left.marker-Dortmund {
    top: 133px;
    width: 34.0%;
}

.active-map span.marker.marker-left.marker-Dortmund:before {
    height: 45px;
    top: 21px;
}

.active-map span.marker.marker-left.marker-Dortmund:after {
    top: 65px;
}

.active-map span.marker.marker-Dresden {
    top: 216px;
    width: 34%;
}

.active-map span.marker.marker-left.marker-Duisburg {
    top: 158px;
    width: 31.0%;
}

.active-map span.marker.marker-left.marker-Duisburg:before {
    height: 28px;
    top: 21px;
}

.active-map span.marker.marker-left.marker-Duisburg:after {
    top: 48px;
}

.active-map span.marker.marker-left.marker-Duesseldorf {
    top: 183px;
    width: 28.0%;
}

.active-map span.marker.marker-left.marker-Duesseldorf:before {
    width: 2px;
    left: 99.5%;
    height: 21px;
    top: 22px;
    transform: rotate(-51deg);
    transform-origin: left top;
}

.active-map span.marker.marker-left.marker-Duesseldorf:after {
    top: 35px;
    left: 109.5%;
}

.active-map span.marker.marker-left.marker-Frankfurt {
    top: 308px;
    width: 39.6%;
}

.active-map span.marker.marker-left.marker-Frankfurt:before {
    height: 42px;
    top: -21px;
}

.active-map span.marker.marker-left.marker-Frankfurt:after {
    top: -22px;
}

.active-map span.marker.marker-Halle {
    top: 190px;
    width: 42.8%;
}

.active-map span.marker.marker-left.marker-Hamburg {
    top: 68px;
    width: 47.8%;
}

.active-map span.marker.marker-Hannover {
    top: 152px;
    width: 55%;
}

.active-map span.marker.marker-Hannover:before {
    height: 11px;
    top: 10px;
}

.active-map span.marker.marker-Hannover:after {
    top: 8px;
}

.active-map span.marker.marker-left.marker-Koeln {
    top: 283px;
    width: 31.0%;
}

.active-map span.marker.marker-left.marker-Koeln:before {
    height: 63px;
    top: -41px;
}

.active-map span.marker.marker-left.marker-Koeln:after {
    top: -47px;
}

.active-map span.marker.marker-left.marker-Moenchengladbach {
    top: 233px;
    width: 28.6%;
}

.active-map span.marker.marker-left.marker-Moenchengladbach:before {
    height: 26px;
    top: -4px;
}

.active-map span.marker.marker-left.marker-Moenchengladbach:after {
    top: -5px;
}

.active-map span.marker.marker-Muenchen {
    top: 383px;
    width: 43.8%;
}

.active-map span.marker.marker-left.marker-Nettetal {
    top: 208px;
    width: 28.0%;
}

.active-map span.marker.marker-left.marker-Nettetal:before {
    height: 11px;
    top: 11px;
}

.active-map span.marker.marker-left.marker-Nettetal:after {
    top: 10px;
}

.active-map span.marker.marker-Rostock {
    top: 31px;
    width: 41.1%;
}

.active-map span.marker.marker-Kassel {
    top: 216px;
    width: 41%;
}

.active-map span.marker.marker-Nuernberg {
    top: 320px;
    width: 30.6%;;
}

.active-map span.marker.marker-left.marker-Stuttgart {
    top: 358px;
    width: 42.6%;
}

.active-map span.marker.marker-left.marker-Russland {
    top: 0;
    width: 47%;
}

.active-map span.marker.marker-left.marker-Russland:before {
    height: 50px;
    top: 21px;
}

.active-map span.marker.marker-left.marker-Russland:after {
    top: 70px;
}

.active-map span.marker.marker-left.marker-Polen {
    top: 24px;
    width: 37%;
}

.active-map span.marker.marker-left.marker-Polen:before {
    height: 54px;
    top: 21px;
}

.active-map span.marker.marker-left.marker-Polen:after {
    top: 74px;
}

.active-map span.marker.marker-left.marker-Deutschland {
    top: 48px;
    width: 34%;
}

.active-map span.marker.marker-left.marker-Deutschland:before {
    height: 33px;
    top: 21px;
}

.active-map span.marker.marker-left.marker-Deutschland:after {
    top: 53px;
}

.active-map span.marker.marker-left.marker-Niederlande {
    top: 72px;
    width: 31.9%;
}

.active-map span.marker.marker-left.marker-Niederlande:before {
    height: 8px;
    top: 21px;
}

.active-map span.marker.marker-left.marker-Niederlande:after {
    top: 28px;
}

.active-map span.marker.marker-left.marker-Tuerkei {
    top: 180px;
    width: 42.5%;
}

.active-map span.marker.marker-left.marker-Tuerkei:before {
    height: 58px;
    top: -36px;
}

.active-map span.marker.marker-left.marker-Tuerkei:after {
    top: -38px;
}

.active-map span.marker.marker-left.marker-VAE {
    top: 204px;
    width: 52.2%;
}

.active-map span.marker.marker-left.marker-VAE:before {
    height: 49px;
    top: -6px;
}

.active-map span.marker.marker-left.marker-VAE:after {
    top: -8px;
}

.active-map span.marker.marker-left.marker-Indien {
    top: 248px;
    width: 62.2%;
}

.active-map span.marker.marker-left.marker-Indien:before {
    height: 67px;
    top: -45px;
}

.active-map span.marker.marker-left.marker-Indien:after {
    top: -47px;
}

.active-map span.marker.marker-left.marker-China {
    top: 272px;
    width: 72.2%;
}

.active-map span.marker.marker-left.marker-China:before {
    height: 132px;
    top: -110px;
}

.active-map span.marker.marker-left.marker-China:after {
    top: -112px;
}

footer {
    background: #fff;
    padding: 42px 20px 0;
    border-top: 7px solid #005399;
}

footer > div {
    height: 100%;
}

footer > div .column {
    float: right;
}

/* footer > div .column.left {
    width: calc(100% - 250px);
}

footer > div .column.right {
    width: 250px;
} */

.cw_footer {
    margin: 0 auto;
    max-width: 1800px;
}

footer > div .column.left {
    width: 92%;
}

footer > div .column.right {
    width: 8%;
}


footer > div .column.right img {
    max-width: 100%;
    height: auto;
}

.sitemap {
    position: relative;
}

.frow {
    padding-right: 50px;
    padding-bottom: 20px;
    float: left;
    list-style: none;
}

.frow:last-child {
    margin: 0;
}

.frow a {
    display: block;
    text-decoration: none;
}

.frow a:hover {
    text-decoration: underline;
}

.fnav1 {
    font-size: 14px;
    color: #72797f;
    font-weight: 700;
    display: block;
    padding: 0 0 5px 0;
    margin-bottom: 5px;
}

.fnav2 {
    color: #72797f;
    font-size: 12px;
    line-height: 24px;
}

footer .copyright {
    padding: 10px 0 15px;
    margin-top: 20px;
    text-align: right;
    color: #72797f;
}

footer .copyright a {
    color: #72797f;
    font-size: 12px;
    line-height: 12px;
}

footer .copyright a.servicenav, footer .copyright a.servicenavon {
    margin-right: 8px;
    padding-right: 10px;
    border-right: 1px solid #ccc;
}

#contactform input[type="text"], #contactform textarea, #contactform select {
    background: #fff;
    color: #4d5057;
    display: block;
    font-size: 16px;
    padding: 10px 20px;
    vertical-align: middle;
    width: 100%;
    margin-top: 16px;
    border-radius: 3px;
    border: 1px solid #ddd;
    outline: 0;
}

#contactform input[type="text"], #contactform textarea {
    -webkit-appearance: none;
}


#contactform .select-style select {
    width: calc(100% + 5px);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    margin: 0;
    padding-right: 25px;
}

#contactform input[type="text"].long-start {
    width: calc(100% - 104px);
    float: left;
}

#contactform input[type="text"].long-start + input[type="text"] {
    width: 90px;
    float: left;
    margin-left: 14px;
}

#contactform input[type="text"].short-start {
    width: 90px;
    float: left;
    margin-right: 14px;
}

#contactform input[type="text"].short-start + input[type="text"] {
    width: calc(100% - 104px);
}

#contactform input[type="text"]:focus, #contactform textarea:focus {
    border-color: #005399;
    outline: 0 none;
}

#contactform input[type="text"]#url {
    display: none;
}

#contactform textarea {
    resize: vertical;
    min-height: 100px;
}

#contactform label.head_label {
    display: block;
    wicth: 100%;
    font-weight: 700;
    padding: 22px 0 2px;
}

.content .column:not(.pos-center) label a:not([class]) {
    text-decoration: underline;
}

#contactform input[type="radio"] {
    display: none;
}

#contactform input[type="radio"] + label {
    color: #292321;
    font-family: Arial, sans-serif;
    font-size: 14px;
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 8px;
}

#contactform input[type="radio"] + label span {
    display: inline-block;
    width: 19px;
    height: 19px;
    margin: -2px 7px 0 0;
    vertical-align: middle;
    cursor: pointer;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

#contactform input[type="radio"] + label span {
    background-color: #eee;
    border: 1px solid #555;
}

#contactform input[type="radio"]:checked + label span {
    background-color: #005399;
    border: 1px solid #005399;
}

#contactform input[type="radio"] + label span, #contactform input[type="radio"]:checked + label span {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

#contactform input[type="checkbox"]:not(:checked), #contactform input[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

#contactform input[type="checkbox"]:not(:checked) + label, #contactform input[type="checkbox"]:checked + label {
    position: relative;
    padding-left: 40px;
    cursor: pointer;
    width: 100%;
    display: inline-block;
    margin-top: 15px;
    font-size: 16px;
    line-height: 23px;
}

#contactform input[type="checkbox"]:not(:checked) + label span, #contactform input[type="checkbox"]:checked + label span {
    position: relative;
    top: 2px;
}

#contactform input[type="checkbox"]:not(:checked) + label:before, #contactform input[type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 26px;
    height: 26px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #ccc;
}

#contactform input[type="checkbox"]:not(:checked) + label:after, #contactform input[type="checkbox"]:checked + label:after {
    font-family: 'mws_iconset';
    content: '\e805';
    position: absolute;
    top: 6px;
    left: 4px;
    font-size: 18px;
    line-height: 1;
    color: #005399;
    transition: all .2s;
}

#contactform input[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}

#contactform input[type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}

#contactform input[type="checkbox"]:disabled:not(:checked) + label:before, #contactform input[type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}

#contactform button {
    font-family: "franklin-gothic-urw", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #005399;
    border: 0;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 18px;
    font-weight: normal;
    padding: 12px 25px 10px;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    margin: 15px 0 25px;
    border-radius: 3px;
    box-shadow: 0 2px 0 0 #005399;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

#contactform button:hover {
    background: #005399;
}

.contactinfo {
    border: 1px dashed #aaa;
    padding: 15px 24px 5px;
    font-size: 12px;
    color: #aaa;
}

.contactinfo p {
    padding-bottom: 10px;
}

.errormeldung {
    padding: 10px 15px;
    border: 1px dashed #cb3434;
    background: rgba(203, 52, 52, 0.12);
    font-size: 13px;
    color: #cb3434;
    margin-top: 15px;
}

.mail-success {
    border: 2px dashed #0A9200;
    padding: 20px 30px 20px 80px;
    color: #0A9200;
    font-size: 18px;
    font-weight: 400;
    position: relative;
}

.mail-success:before {
    position: absolute;
    left: 20px;
    top: 21px;
    font-size: 42px;
    font-family: 'mws_iconset';
    content: '\e805';
}

.post-ask {
    color: #005399;
    font-size: 14px;
    display: block;
    text-align: right;
}

.nl_selector {
    padding-bottom: 30px;
}

.nl_selector select {
    background: #fff;
    color: #4d5057;
    display: block;
    font-size: 16px;
    padding: 10px 20px;
    vertical-align: middle;
    width: 100%;
    margin-top: 6px;
    border-radius: 3px;
    border: 1px solid #ddd;
    outline: 0;
}

.info .marker {
    width: 26px;
    height: 42px;
    cursor: pointer;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    background-size: cover !important;
}

.info .marker:hover {
    opacity: 0.5;
}

.map_wrapper .info .info_content {
    background: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 14px 6px 10px 15px;
    -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.3);
    display: inline-block;
    position: absolute;
}

.map_wrapper .info .info_content:after {
    content: "";
    position: absolute;
    left: 0;
    margin-left: -9px;
    bottom: -16px;
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 16px solid #fff;
}

.map_wrapper .info.hamburg_info .marker {
    position: absolute;
    left: 118px;
    top: 30px;
}

.map_wrapper .info.hamburg_info .info_content {
    left: -4px;
    top: -119px;
    z-index: 10;
}

.map_wrapper .info.rostock_info .marker {
    position: absolute;
    left: 167px;
    top: 15px;
}

.map_wrapper .info.rostock_info .info_content {
    left: 65px;
    top: -165px;
    z-index: 10;
}

.map_wrapper.cleaning_map .info p {
    font-size: 13px;
    line-height: 19px;
}

.cleaningRight .map_wrapper .info h2 {
    margin-bottom: 0 !important;
    color: #71bfe7;
}

.cateringRight .map_wrapper .info h2 {
    margin-bottom: 0 !important;
    color: #799B49;
}

.technicalRight .map_wrapper .info h2 {
    margin-bottom: 0 !important;
    color: #11A39A;
}

.facilityRight .map_wrapper .info h2 {
    margin-bottom: 0 !important;
    color: #647077;
}

.personalRight .map_wrapper .info h2 {
    margin-bottom: 0 !important;
    color: #7A3869;
}

.securityRight .map_wrapper .info h2 {
    margin-bottom: 0 !important;
    color: #2F5E92;
}

.airportRight .map_wrapper .info h2 {
    margin-bottom: 0 !important;
    color: #FFC600;
}

.map_wrapper .info .info_content {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
}

.map_wrapper .info .info_content.active {
    opacity: 1;
    visibility: visible;
}

.map_wrapper .info .close_btn {
    position: absolute;
    right: 3px;
    top: 3px;
    width: 20px;
    height: 20px;
    background: #999;
    color: #fff;
    border-radius: 3px;
    line-height: 18px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}

.map_wrapper .info .close_btn:before {
    content: "x";
    position: relative;
    left: 2px;
}

.map_wrapper .info .close_btn:hover {
    background: #777;
}

.map_wrapper .info.bielefeld_info .marker {
    position: absolute;
    left: 72px;
    top: 102px;
}

.map_wrapper .info.bielefeld_info .info_content {
    left: -53px;
    top: -45px;
    z-index: 10;
}

.map_wrapper .info.hannover_info .marker {
    position: absolute;
    left: 110px;
    top: 95px;
}

.map_wrapper .info.hannover_info .info_content {
    left: -20px;
    top: -57px;
    z-index: 10;
}

.map_wrapper .info.dortmund_info .marker {
    position: absolute;
    left: 38px;
    top: 125px;
}

.map_wrapper .info.dortmund_info .info_content {
    left: -90px;
    top: -23px;
    z-index: 10;
}

.map_wrapper .info.duisburg_info .marker {
    position: absolute;
    left: 22px;
    top: 130px;
}

.map_wrapper .info.duisburg_info .info_content {
    left: -101px;
    top: -18px;
    z-index: 10;
}

.map_wrapper .info.duesseldorf_info .marker {
    position: absolute;
    left: 22px;
    top: 140px;
}

.map_wrapper .info.duesseldorf_info .info_content {
    left: -111px;
    top: -8px;
    z-index: 10;
}

.map_wrapper .info.nettetal_info .marker {
    position: absolute;
    left: 5px;
    top: 142px;
}

.map_wrapper .info.nettetal_info .info_content {
    left: -127px;
    top: -12px;
    z-index: 10;
}

.map_wrapper .info.moenchengladbach_info .marker {
    position: absolute;
    left: 11px;
    top: 148px;
}

.map_wrapper .info.moenchengladbach_info .info_content {
    left: -157px;
    top: 0px;
    z-index: 10;
}

.map_wrapper .info.aachen_info .marker {
    position: absolute;
    left: -6px;
    top: 165px;
}

.map_wrapper .info.aachen_info .info_content {
    left: -121px;
    top: 18px;
    z-index: 10;
}

.map_wrapper .info.koeln_info .marker {
    position: absolute;
    left: 22px;
    top: 158px;
}

.map_wrapper .info.koeln_info .info_content {
    left: -83px;
    top: 10px;
    z-index: 10;
}

.map_wrapper .info.euskirchen_info .marker {
    position: absolute;
    left: 14px;
    top: 170px;
}

.map_wrapper .info.euskirchen_info .info_content {
    left: -119px;
    top: 23px;
    z-index: 10;
}

.map_wrapper .info.frankfurt_info .marker {
    position: absolute;
    left: 72px;
    top: 200px;
}

.map_wrapper .info.frankfurt_info .info_content {
    left: -59px;
    top: 52px;
    z-index: 10;
}

.map_wrapper .info.stuttgart_info .marker {
    position: absolute;
    left: 87px;
    top: 277px;
}

.map_wrapper .info.stuttgart_info .info_content {
    left: -42px;
    top: 129px;
    z-index: 10;
}

.map_wrapper .info.berlin_info .marker {
    position: absolute;
    left: 222px;
    top: 79px;
}

.map_wrapper .info.berlin_info .info_content {
    left: 65px;
    top: -115px;
    z-index: 10;
}

.map_wrapper .info.berlin_info .info_content::after {
    left: 75%;
}

.map_wrapper .info.luebeck_info .marker {
    position: absolute;
    left: 140px;
    top: 19px;
}

.map_wrapper .info.luebeck_info .info_content {
    left: -55px;
    top: -130px;
    z-index: 11;
}

.map_wrapper .info.luebeck_info .info_content::after {
    left: 75%;
}

.map_wrapper .info.halle_info .marker {
    position: absolute;
    left: 175px;
    top: 137px;
}

.map_wrapper .info.halle_info .info_content {
    left: 33px;
    top: -35px;
    z-index: 10;
}

.map_wrapper .info.halle_info .info_content::after {
    left: 69%;
}

.map_wrapper .info.dresden_info .marker {
    position: absolute;
    left: 230px;
    top: 156px;
}

.map_wrapper .info.dresden_info .info_content {
    left: 50px;
    top: -15px;
    z-index: 10;
}

.map_wrapper .info.dresden_info .info_content::after {
    left: 83%;
}

.map_wrapper .info.cham_info .marker {
    position: absolute;
    left: 180px;
    top: 234px;
}

.map_wrapper .info.cham_info .info_content {
    left: 55px;
    top: 64px;
    z-index: 10;
}

.map_wrapper .info.cham_info .info_content::after {
    left: 59.4%;
}

.map_wrapper .info.muenchen_info .marker {
    position: absolute;
    left: 170px;
    top: 303px;
}

.map_wrapper .info.muenchen_info .info_content {
    left: 51px;
    top: 133px;
    z-index: 10;
}

.map_wrapper.cleaning_map .info.muenchen_info .info_content::after {
    left: 55%;
}

.map_wrapper .info.muenchen_info .marker {
    position: absolute;
    left: 170px;
    top: 303px;
}

.map_wrapper.diagramme .info.Umsatzentwicklung_info .info_content {
    left: 110px;
    top: 5px;
    z-index: 10;
}

.map_wrapper.diagramme .info.Mitarbeiteranzahl_info .info_content {
    left: 110px;
    top: 62px;
    z-index: 10;
}

.diagramme .info .marker {
    background-size: cover !important;
    cursor: pointer;
    height: 95px;
    transition: all 0.3s ease 0s;
    width: 95px;
    float: left;
    position: relative;
}

.content .column.right .contactperson .diagramme .info .marker img {
    left: 0;
    top: 0;
}

.content .column.right .contactperson .map_wrapper.diagramme {
    margin-top: 0;
    height: auto;
}

.map_wrapper.diagramme .info .info_content::after {
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    background: #fff;
    bottom: 90px;
    content: "";
    height: 0;
    left: -5px;
    margin-left: -3px;
    position: absolute;
    width: 0;
}

.map_wrapper.diagramme .info.Mitarbeiteranzahl_info .info_content::after {
    bottom: 55px;
}

.chart_item {
    display: block;
    clear: left;
    margin-bottom: 7px !important;
    min-width: 258px;
    font-size: 14px;
}

.content .column.right .contactperson .map_wrapper.diagramme .info h3 {
    font-size: 16px;
}

.diagramme .chart_menge {
    display: inline-block;
    float: left;
    color: #FFFFFF;
    background-color: #e4200e;
    padding: 2px 7px;
}

.diagramme .chart_text {
    display: inline-block;
    float: left;
    color: #FFFFFF;
    color: #e4200e;
    font-weight: 700;
    padding: 5px 7px;
}

body.content_new footer {
    max-width: 1118px;
    min-width: 940px;
    width: 100%;
}

.mobile_choice {
    display: none;
}

.hidden_portrait {
    display: none;
}

.gf_paragraph {
    min-height: 120px;
    position: relative;
    padding-left: 100px;
}

.gf_paragraph img {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.gf_paragraph::after {
    content: "";
    display: block;
    clear: both;
}

.contentpic_mini {
    -webkit-box-shadow: 0 2px 4px 0 #a1a1a1;
    -moz-box-shadow: 0 2px 4px 0 #a1a1a1;
    box-shadow: 0 2px 4px 0 #a1a1a1;
    margin-right: 16px;
    margin-top: 10px;
}

.klueh_beirat {
    float: left;
    margin-right: 20px;
}

.contact-grid {
    border-top: 1px solid #ddd;
}

.ansprechpic {
    float: left;
    margin: 3px 20px 28px 0;
    border-radius: 4px;
}

.ansprechdiv {
    float: left;
    margin-bottom: 30px;
}

.content .ContactBreaker + .ansprechdiv, .content .ContactBreaker + .ansprechdiv + .ansprechdiv, .content .ContactBreaker + .ansprechdiv + .ansprechdiv + .ansprechdiv, .content .ContactBreaker + .ansprechdiv + .ansprechdiv + .ansprechdiv + .ansprechdiv, .content .ContactBreaker + .ansprechdiv + .ansprechdiv + .ansprechdiv + .ansprechdiv + .ansprechdiv, .content .ContactBreaker + .ansprechdiv + .ansprechdiv + .ansprechdiv + .ansprechdiv + .ansprechdiv + .ansprechdiv {
    width: 50%;
}

.content .column .ansprechdiv p {
    padding-bottom: 0px;
    line-height: 1.35;
}

.ansprechdiv:after, .content .column .ansprechdiv + h3:before {
    content: "";
    display: block;
    clear: both;
}

.content .column .ansprechdiv + h3 {
    width: 100%;
}

.content .column .ansprechdiv .ansprechname {
    font-weight: 700;
}

.content .column p.text-border-bottom {
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.ContactBreaker {
    font-size: 20px;
    font-family: "franklin-gothic-urw", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: inherit;
    font-weight: 600;
}

.content .column .k-iconset {
    margin: 0;
}

.mediaService, .content-boxes {
    padding: 10px 0;
}

.mediaService .item, .content-boxes .item {
    width: 48.5%;
    margin-bottom: 20px;
    background: #fafafa;
    padding: 10px 10px 10px 100px;
    border: 1px solid #e2e2e2;
    position: relative;
    min-height: 92px;
}

.mediaService .item.large-12, .content-boxes .item.large-12 {
    width: 100%;
    padding: 10px 10px 10px 180px;
    min-height: 120px;
}

.mediaService .item img, .content-boxes .item > img {
    width: 70px;
    height: auto;
    float: left;
    position: absolute;
    left: 11px;
    top: 11px;
}

.content-boxes .item > img {
    max-width: 70px;
    width: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    max-height: 80%;
}

.mediaService .item.large-12 img, .content-boxes .item.large-12 img {
    width: 150px;
}

.mediaService .item .item-name, .content-boxes .item .item-name {
    display: block;
    font-size: 14px;
}

.mediaService .item .item-name:not(.has-next), .content-boxes .item .item-name:not(.has-next) {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.mediaService .item .item-name strong, .content-boxes .item .item-name strong {
    font-weight: 600;
    font-size: 16px;
}

.mediaService .item a, .content-boxes .item a {
    font-size: 14px;
    display: inline-block;
    margin: 7px 0 0;
}

@media (max-width: 1200px) {
    .nav1, .nav1on {
        padding: 2px 10px 0;
        font-size: 16px;
        letter-spacing: 0.02em;
    }

    .content .column.left .contactperson {
        padding: 12px 15px 22px 115px;
        min-height: 150px;
    }

    .content .column.right .contactperson {
        padding: 12px 15px 22px 115px;
        min-height: 150px;
    }

    .content .column.right .contactperson.dl-person {
        padding: 24px 20px 22px 115px;
    }

    .content .column.left .contactperson img, .content .column.right .contactperson img {
        width: 80px;
        left: 17px;
        top: 15px;
    }

    .content .column.left {
        width: calc(100% - 340px);
        padding: 50px 5% 40px 0;
    }

    .content .column.right {
        width: 340px;
        padding: 50px 0;
    }

    section.news article h3 {
        padding-right: 0;
    }

    section.news article h3 aside {
        position: static;
        display: block;
        padding: 4px 0;
    }

    .map_wrapper.diagramme .info.Umsatzentwicklung_info .info_content {
        left: 80px;
    }

    .map_wrapper.diagramme .info.Mitarbeiteranzahl_info .info_content {
        left: 80px;
    }
}

@media (max-width: 1100px) {
    .content .column.left .contactperson {
        width: 100%;
        max-width: 380px;
    }

    .content .column.left .contactperson:nth-child(even) {
        margin-left: 0;
    }

    .nav1, .nav1on {
        font-size: 14px;
    }

    .teaser_boxes .teaser_box .image-holder img {
        max-width: 125%;
        min-height: inherit;
        height: auto;
    }

    .teaser_boxes .teaser_box {
        min-height: 150px;
    }

    .content .column .teaser_boxes .teaser_box:nth-child(even) > a:not([class]), .content .column .teaser_boxes .teaser_box:nth-child(even) > p > a:not([class]) {
        bottom: 10px;
    }

    .box-headline {
        font-size: 20px;
    }
}

@media (max-width: 1024px) {

    .meta {
        right: 50px;
        top: 24px;
    }

    .menu-trigger {
        position: absolute;
        right: 0;
        width: 40px;
        height: 40px;
        background: #fff;
        border: 1px solid #005399;
        z-index: 2;
        top: 60%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .menu-trigger span {
        position: absolute;
        display: block;
        width: 20px;
        height: 2px;
        background: #005399;
        top: 44%;
        margin-top: -1px;
        left: 50%;
        margin-left: -10px;
        -webkit-transition: background 0.3s;
        -moz-transition: background 0.3s;
        -ms-transition: background 0.3s;
        transition: background 0.3s;
    }

    .menu-trigger span i {
        display: block;
        position: relative;
        top: -17px;
        color: #005399;
        font-size: 10px;
        font-style: normal;
        height: 13px;
        left: -2px;
        line-height: 12px;
        margin: 0;
        overflow: hidden;
        top: 10px;
        width: 30px;
    }

    .menu-trigger span::before, .menu-trigger span::after {
        content: '';
        position: absolute;
        left: 0;
        background: inherit;
        width: 100%;
        height: 100%;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: -webkit-transform 0.3s, background 0s;
        -moz-transition: -moz-transform 0.3s, background 0s;
        -ms-transition: -moz-transform 0.3s, background 0s;
        transition: transform 0.3s, background 0s;
    }

    .menu-trigger span::before {
        top: -6px;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }

    .menu-trigger span::after {
        bottom: -6px;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }

    html:not(.hidden) .menu-trigger {
        box-shadow: none;
    }

    html:not(.hidden) .menu-trigger span {
        background: none;
    }

    html:not(.hidden) .menu-trigger span::before, html:not(.hidden) .menu-trigger span::after {
        background: #005399;
    }

    html:not(.hidden) .menu-trigger span::before {
        top: 0;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    html:not(.hidden) .menu-trigger span::after {
        bottom: 0;
        -webkit-transform: rotate(225deg);
        -moz-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        transform: rotate(225deg);
    }

    .menu-trigger {
        display: block;
    }

    html:not(.hidden) .site_scroller {
        overflow-y: hidden;
        height: 95vh;
        max-height: 95vh;
        -webkit-overflow-scrolling: auto;
    }

    html:not(.hidden) .site_scroller:after {
        content: "";
        width: 100%;
        height: 110%;
        background: rgba(44, 44, 50, 0.7);
        position: absolute;
        left: 0;
        top: 0;
        z-index: 999;
    }

    html.hidden .site_scroller {
        overflow: visible;
    }

    html.hidden .site_scroller:after {
        display: none;
    }

    nav.desktop {
        z-index: 99999;
        position: fixed;
        left: 0;
        top: 45;
        width: 290px;
        max-width: 92%;
        height: 100%;
        overflow-y: scroll;
        font-size: 0;
        padding: 0;
        background: #f5f5f5;
        float: none;
        -webkit-transition: 0.3s left;
        -moz-transition: 0.3s left;
        transition: 0.3s left;
    }

    .dropdown_first > li:not(.not_li) {
        width: 100%;
        padding-bottom: 0;
        margin: 0;
    }

    nav.desktop.hidden {
        left: -290px;
    }

    nav.desktop:not(.hidden) {
        -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.4);
        -ms-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.4);
        box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.4);
    }

    nav.desktop li {
        list-style: none;
        position: static;
        width: 100%;
        padding: 0;
        margin: 0;
        display: block;
        height: auto;
    }

    nav.desktop > ul {
        text-align: left;
    }

    nav.desktop ul.main-menu > li {
        display: block;
        position: static;
    }

    .nav1, .nav1on, ul.main-menu li:hover .nav1 {
        color: #005399 !important;
        background: none;
        height: auto;
        line-height: inherit;
        padding: 12px 28px;
        display: block;
        font-size: 16px;
        font-weight: 300;
        border: 1px solid transparent;
        border-bottom: 1px solid #d5d5d5;
        text-decoration: none;
    }

    .nav_headline {
        display: block;
        padding: 0;
        font-size: 20px;
    }

    .nav_headline a {
        padding: 12px 28px;
        display: block;
        color: #005399;
        font-weight: 700;
    }

    ul.dropdown_first, ul.dropdown_second, ul.dropdown_third {
        position: absolute;
        left: -120% !important;
        top: 0;
        height: 100%;
        overflow-y: scroll;
        overflow-x: hidden;
        width: 290px;
        background: #f5f5f5;
        opacity: 1;
        visibility: visible;
        padding: 0;
        margin: 0;
        z-index: 0;
        -webkit-transition: 0.5s left;
        -moz-transition: 0.5s left;
        transition: 0.5s left;
    }

    ul.dropdown_first.is-flex, ul.dropdown_second.is-flex, ul.dropdown_third.is-flex {
        display: block;
    }

    ul.dropdown_first.active, ul.dropdown_second.active, ul.dropdown_third.active {
        left: 0 !important;
    }

    ul.dropdown_first.active {
        z-index: 1 !important;
    }

    ul.dropdown_second.active {
        z-index: 2 !important;
    }

    ul.dropdown_third.active {
        z-index: 3 !important;
    }

    ul.dropdown_first > li:last-child, ul.dropdown_second > li:last-child, ul.dropdown_third > li:last-child {
        margin-bottom: 300px;
    }

    nav.desktop ul.main-menu > li:last-child ul {
        margin-left: 0 !important;
        width: 290px !important;
    }

    .nav2, .nav2on, ul.first_dropdown li:hover .nav2 {
        color: #005399;
        padding: 8px 28px;
        display: block;
        width: 100%;
        background: none !important;
        font-size: 14px;
        font-weight: 300;
        border: 1px solid transparent;
        text-decoration: none;
        border-bottom: 1px solid #d5d5d5;
    }

    .nav2, .nav2on, ul.first_dropdown li:hover .nav2 {
        border: 1px solid transparent !important;
        border-bottom: 1px solid #d5d5d5 !important;
    }

    nav.desktop .menu-back {
        background: #e5e5e5;
        display: block;
        padding: 10px 30px;
        width: 100%;
        font-size: 14px;
        border-top: 1px solid #d5d5d5;
        border-bottom: 1px solid #d5d5d5;
    }

    nav.desktop .menu-back:before {
        content: '‹';
        line-height: 14px;
        font-size: 22px;
        vertical-align: -1px;
        margin-right: 10px;
    }

    .nav3, .nav3on, ul.second_dropdown li:hover .nav3 {
        color: #005399 !important;
        padding: 8px 28px;
        display: block;
        font-size: 14px;
        font-weight: 300;
        background: none !important;
        width: 100%;
        border: 1px solid transparent;
        text-decoration: none;
        border-bottom: 1px solid #d5d5d5;
    }

    .nav4, .nav4on, ul.third_dropdown li:hover .nav4 {
        color: #005399 !important;
        padding: 8px 28px;
        display: block;
        background: none !important;
        font-size: 14px;
        font-weight: 300;
        width: 100%;
        border: 1px solid transparent;
        text-decoration: none;
        border-bottom: 1px solid #d5d5d5;
    }

    .nav2on, .nav3on, .nav4on {
        color: #fff !important;
        background-color: #005399 !important;
    }

    nav.desktop ul.main-menu li.has-submenu > a {
        background: url(../img/nav_arrow.png) no-repeat center right !important;
        background-size: 18px !important;
    }

    nav.desktop ul.main-menu li.has-submenu > a.nav2on, nav.desktop ul.main-menu li.has-submenu > a.nav3on, nav.desktop ul.main-menu li.has-submenu > a.nav4on {
        background: #005399 url(../img/nav_arrow_white.png) no-repeat center right !important;
        background-size: 18px !important;
    }

    .boxes .teasbox, .boxes.two_boxes .teasbox, .boxes.four_boxes .teasbox, .boxes.five_boxes .teasbox {
        font-size: 14px;
    }

    .image_holder {
        width: 100px;
        left: 25px;
        top: 30px;
    }

    .textLink {
        right: 25px;
        bottom: 25px;
    }

    .image_holder.xs_holder {
        width: 70px;
    }

    .image_holder.xs_holder:nth-child(even) {
        top: 135px;
    }

    .textLink {
        float: right;
        font-weight: 700;
        color: #72797f;
        position: absolute;
        right: 45px;
        bottom: 40px;
    }

    .textLink.first_textLink {
        position: static;
        margin: 4px 0 13px;
    }

    .boxes .teasbox.is-image, .boxes.two_boxes .teasbox.is-image, .boxes.four_boxes .teasbox.is-image, .boxes.five_boxes .teasbox.is-image {
        padding: 30px 25px 30px 155px;
        min-height: 230px;
    }

    .portraet_01, map {
        display: none;
    }

    .hidden_portrait, .mobile_choice {
        display: block;
    }

    map {
        position: absolute;
        left: -10000px;
        top: -10000px;
    }

    .content .column:not(.pos-center) .mobile_choice a {
        display: block;
        text-align: center;
        background: #e32118;
        color: #fff !important;
        margin-top: 15px;
        text-decoration: none;
        padding: 7px;
    }

    .hero {
        height: 360px;
    }

    .jb-body .hero {
        height: 280px;
    }

    h1 {
        font-size: 38px;
    }

    h2 {
        font-size: 30px;
        letter-spacing: -0.03em;
    }

    .box-headline {
        font-size: 22px;
        line-height: 1.3;
    }

    .k-iconset {
        top: -6px;
    }

    h3 {
        font-size: 22px;
    }

    h4 {
        font-size: 18px;
    }

    footer > div .column.right {
        width: 100%;
        margin-bottom: 20px;
        max-width: 200px;
        float: none;
    }

    footer > div .column.left {
        width: 100%;
    }

    .frow {
        width: 25%;
    }

    .jb-body .content .column.left {
        padding: 45px 0 10px;
        width: 100%;
    }

    .jb-body .content .column.full {
        padding: 45px 0 50px;
    }

    .jb-body .content .column.right {
        padding: 10px 0 40px;
        width: 100%;
    }
}

@media (max-width: 950px) {
    .content {
        margin: 0 auto;
    }

    .content::before {
        display: none;
    }

    .content .column.left {
        padding: 45px 0 10px;
        width: 100%;
    }

    .content .column.full {
        padding: 45px 0 50px;
    }

    .content .column.right {
        padding: 10px 0 40px;
        width: 100%;
    }

    .services-grid > article > figure {
        height: 350px;
    }

    .services-grid > article {
        padding-top: 380px;
    }

    .services-grid > article > div, .services-grid > article.is-turned > figure {
        left: 0;
        max-width: inherit;
        padding: 20px 0 40px 0;
    }

    .services-grid > article > figure > picture {
        width: 100%;
        left: 50%;
        top: 50%;
    }

    .services-grid > article > figure > picture img {
        max-width: 100%;
        height: auto;
    }

    .services-grid > article.is-turned > div {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0);
        padding: 20px 0 40px 0;
    }

    .large-6 {
        width: 100%;
    }

    .slider {
        height: 520px;
        height: 70vh;
    }
}

@media (max-width: 768px) {
    .sli {
        display: none;
    }

    .pad-top-bottom {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .boxes .teasbox, .boxes.two_boxes .teasbox, .boxes.four_boxes .teasbox, .boxes.five_boxes .teasbox {
        width: 100%;
        padding: 30px 25px;
        margin: 10px 0;
    }

    .boxes .teasbox.is-image, .boxes.two_boxes .teasbox.is-image, .boxes.four_boxes .teasbox.is-image, .boxes.five_boxes .teasbox.is-image {
        padding: 30px 25px 30px 175px;
        min-height: 230px;
    }

    .resp-space {
        padding-left: 20px;
        padding-right: 20px;
    }

    .hero {
        height: 320px;
    }

    .jb-body .hero {
        height: 220px;
    }

    .frow {
        width: 33.33%;
    }

    .active-map img {
        display: none;
    }

    .active-map span.marker {
        position: static;
        border: 0;
        float: left;
        display: block;
        width: 48% !important;
        text-align: left;
    }

    .active-map span.marker:nth-child(even) {
        margin-left: 4%;
    }

    .active-map span.marker a, .content .column:not(.pos-center) .active-map span.marker a:not([class]) {
        display: block;
        text-align: center;
        background: #e32118;
        color: #fff !important;
        margin-bottom: 15px;
        text-decoration: none;
        padding: 7px;
        border-radius: 3px;
    }

    .active-map span.marker::before {
        display: none;
    }

    .active-map span.marker::after {
        display: none;
    }
}

@media (max-width: 740px) AND (orientation: landscape) {
    .hero {
        height: 240px;
    }

    .services-grid > article > figure > picture img {
        width: 100%;
    }
}

@media (max-width: 640px) {
    body, input[type="text"], textarea, select, button {
        font-size: 16px;
    }

    header.fixed {
        margin-top:0px;
    }

    header.fixed, header {
        height: 100px;
    }


    header .logo img {
        width: 130px;
    }

    .hero {
        height: 240px;
        margin: 10px 0 0;
    }

    .hero > div h1, .not-hero-box > div h1 {
        letter-spacing: 0;
        font-size: 24px;
    }

    .hero > div > div {
        padding: 20px 20px 12px 20px;
        min-height: 0;
    }

    .hero > div h1, .not-hero-box > div h1 {
        line-height: 30px;
    }

    h1, .h1 {
        font-size: 32px;
    }

    h2, .h2 {
        font-size: 20px;
        letter-spacing: -0.03em;
        padding-bottom: 8px;
    }

    body .content .not-hero-box > div h2 {
        font-size: 13px;
        padding-top: 33px;
    }

    h3, .h3 {
        font-size: 20px;
    }

    h4, .h4 {
        font-size: 16px;
    }

    header {
        background: #fff;
        box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.6);
    }

    header:before {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.98);
    }

    .boxes .teasbox.is-image p, .boxes.two_boxes .teasbox.is-image p, .boxes.four_boxes .teasbox.is-image p, .boxes.five_boxes .teasbox.is-image p {
        padding-bottom: 5px;
    }

    .box-headline.h-xs {
        padding-bottom: 0;
    }

    .boxes .teasbox.is-image p.clearfix {
        padding-bottom: 15px;
    }

    .boxes .teasbox .textLink {
        margin-top: 5px;
    }

    .slider {
        height: 520px;
        height: 70vh;
        padding-top: 50px;
    }

    .inner .slider-headline {
        font-size: 24px;
        line-height: 34px;
    }

    .inner > div {
        max-width: 640px;
        background: rgba(255, 255, 255, 0.6);
        padding: 25px 20px 25px 30px;
        text-align: left;
    }

    .k-iconset {
        top: 0;
        display: block;
        margin-bottom: 0;
        margin-left: 0;
    }

    footer .copyright {
        padding: 10px 0 35px;
        text-align: left;
        border-top: 1px solid #ddd;
    }

    footer .copyright a {
        line-height: 28px;
    }

    footer .copyright a.servicenav, footer .copyright a.servicenavon {
        margin-right: 0;
        padding-right: 0;
        border-right: 0;
        display: block;
    }

    .image_holder {
        position: static;
        display: block;
        margin-bottom: 15px;
    }

    .image_holder.xs_holder, .image_holder {
        width: 120px;
    }

    .boxes .teasbox.is-image, .boxes.two_boxes .teasbox.is-image, .boxes.four_boxes .teasbox.is-image, .boxes.five_boxes .teasbox.is-image {
        padding: 30px 25px 16px 25px;
        min-height: 230px;
    }

    .textLink {
        margin-top: 15px;
        float: none;
        display: inline-block;
        position: static;
    }

    .main-icon {
        display: block;
        float: left;
        width: 37px;
        height: 36px;
        margin-bottom: 30px;
        margin-top: 2px;
        margin-right: 15px;
        background-image: url(../../../UserFiles/img/r-2017/start/Klueh_Icons.png);
        background-size: 294px;
    }

    .services-grid > article > div h2 {
        line-height: 26px;
        padding-bottom: 4px;
    }

    .main-icon.cleaning {
        background-position: 0;
    }

    .main-icon.catering {
        background-position: -43px;
    }

    .main-icon.technical {
        background-position: -86px;
    }

    .main-icon.security {
        background-position: -128px;
    }

    .main-icon.facility {
        background-position: -171px;
    }

    .main-icon.airport {
        background-position: -214px;
    }

    .main-icon.facility {
        background-position: -257px;
    }

    .headline-area {
        padding-bottom: 16px;
    }

    .headline-area h2 {
        padding-bottom: 0px;
    }

    .services-grid > article > figure {
        height: 240px;
    }

    .services-grid > article {
        padding-top: 270px;
    }

    .meta {
        top: 16px;
    }

    .hero > div .main-icon {
        left: 20px;
        top: 20px;
    }

    .hero > div > div.is-icon {
        padding: 20px 20px 16px 75px;
    }

    .not-hero-box > div.is-icon {
        padding-left: 0px;
    }

    .teaser_boxes .teaser_box, .teaser_boxes .teaser_box:nth-child(2n) {
        padding: 220px 20px 20px 20px;
    }

    .content .column .teaser_boxes .teaser_box > a:not([class]), .content .column .teaser_boxes .teaser_box > p > a:not([class]), .content .column .teaser_boxes .teaser_box:nth-child(2n) > a:not([class]), .content .column .teaser_boxes .teaser_box:nth-child(2n) > p > a:not([class]) {
        position: static;
    }

    .teaser_boxes .teaser_box .image-holder {
        width: 100%;
        height: 200px;
    }

    .frow {
        width: 50%;
    }

    .mediaService .item, .content-boxes .item {
        width: 100%;
        margin-bottom: 20px;
    }

    .mediaService .item.large-12 {
        width: 100%;
        padding: 10px 10px 10px 10px;
        min-height: 120px;
    }

    .mediaService .item.large-12 img {
        position: static;
        display: block;
        float: none;
        margin-bottom: 10px;
    }

    section.news article.is-preview {
        padding: 10px 10px 0 110px;
    }

    section.news article .img_preview {
        width: 80px;
        height: 80px;
        left: 15px;
        top: 15px
    }

    #contactform input[type="checkbox"]:not(:checked) + label, #contactform input[type="checkbox"]:checked + label {
        font-size: 14px;
        line-height: 20px;
    }

    div.nl_boxes {
        flex-wrap: wrap;
        width: 100%;
    }

    div.internationalbox {
        width: 70%;
    }

    ul.tabs li {
        padding: 8px 10px;
    }

    .search_result {
        min-height: 70px;
        padding: 10px 10px 0 90px;
        color: #555;
    }

    .search_result > div:not([class]) {
        padding-bottom: 10px;
    }

    .image_container {
        width: 70px;
    }

    .search_result h3, .search_result .h3 {
        font-size: 16px;
    }

    .inline_search_form2 input {
        padding: 0 120px 0 0;
    }

    .klueh_beirat {
        float: none;
        margin-right: 0;
        margin-bottom: 20px;
    }
}

@media (max-width: 414px) {
    .content .column.full h1 {
        padding-bottom: 10px;
    }

    h1, .h1 {
        font-size: 28px;
    }

    .gf_paragraph {
        padding-left: 80px;
    }

    .gf_paragraph img {
        width: 60px;
        height: auto;
        top: 6px;
    }

    .services-grid > article > figure {
        height: 180px;
    }

    .services-grid > article {
        padding-top: 210px;
    }

    .hero {
        height: 175px;
    }

    .inner > div {
        padding: 25px 20px 25px 20px;
    }

    .inner .slider-headline {
        font-size: 20px;
        line-height: 30px;
    }

    body, input[type="text"], textarea, select, button {
        font-size: 14px;
    }

    body.inhalt .content {
        font-size: 14px;
    }

    .teaser_boxes .teaser_box, .teaser_boxes .teaser_box:nth-child(2n) {
        padding: 160px 20px 20px 20px;
    }

    .teaser_boxes .teaser_box .image-holder {
        height: 140px;
    }

    .contact-grid .btn {
        margin: 0;
    }

    .chart_item {
        transform: scale(0.9);
        transform-origin: left;
    }

    .hero > div h1, .not-hero-box > div h1 {
        font-size: 22px;
    }
}

@media (max-width: 365px) {
    .services-grid > article > figure {
        height: 170px;
    }

    .services-grid > article {
        padding-top: 190px;
    }

    .meta {
        right: 55px;
    }

    .lang-change {
        right: 48px;
    }

    .meta-search {
        right: 0;
    }

    .meta-fb {
        display: none;
    }

    ul.tabs li {
        width: 100%;
    }
}

@media (max-width: 340px) {
    .hero > div h1, .not-hero-box > div h1 {
        font-size: 20px;
    }

    body .content .not-hero-box > div h2 {
        font-size: 18px;
    }

    .frow {
        width: 100%;
    }

    .active-map span.marker {
        width: 100% !important;
    }

    .active-map span.marker:nth-child(even) {
        margin-left: 0;
    }

    .mediaService .item {
        padding: 6px 4px 7px 80px;
    }

    .mediaService .item img {
        width: 60px;
        left: 7px;
        top: 9px;
    }

    .content .column.right .contactperson h3 {
        font-size: 18px;
        padding-bottom: 2px;
    }

    section.news article.is-preview {
        padding: 8px 8px 0 80px;
    }

    section.news article .img_preview {
        width: 50px;
        height: 50px;
    }

    .btn {
        font-size: 16px;
        padding: 12px 25px;
    }

    .content .column.right .contactperson {
        padding: 8px 10px 22px 85px;
        min-height: 120px;
    }

    .content .column.right .contactperson.dl-person {
        padding: 8px 10px 22px 85px;
    }

    .content .column.right .contactperson.klueh_zahlen {
        padding: 12px 10px 22px 10px;
    }

    .content .column.right .contactperson .map_wrapper.diagramme .info h3 {
        font-size: 14px;
    }

    .chart_item {
        transform: scale(0.7);
        transform-origin: left;
    }

    .content .column.left .contactperson img, .content .column.right .contactperson img {
        width: 46px;
    }

    .map_wrapper.diagramme .info.Umsatzentwicklung_info .info_content {
        left: 68px;
    }

    section.news article h3, section.news article .h3 {
        font-size: 16px;
    }

    .content .column.left .contactperson img, .content .column.right .contactperson img {
        width: 60px;
        left: 10px;
        top: 11px;
    }

    .content .column p {
        line-height: 1.38;
    }

}


img.responsive {
    display: block;
    width: 100%
}

.text-white {
    color: #ffffff
}

.text-center {
    text-align: center
}

.bg-cover {
    background-size: cover;
    background-repeat: no-repeat
}

.radius-10, .next-macthes {
    border-radius: 10px;
    overflow: hidden
}

.with-overlay {
    position: relative;
}

.with-overlay img {
    -webkit-transition-duration: 800ms;
    transition-duration: 800ms
}

.with-overlay:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.overlay {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0)
}

.with-overlay .overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 90px 20px 30px
}

@media screen and (max-width: 576px) {
    .with-overlay .overlay {
        padding: 45px 15px 15px
    }
}

.with-overlay .overlay > span {
    display: block
}

.with-overlay .overlay.small {
    padding: 40px 15px 15px
}

.overlay .overlay-meta i {
    color: rgba(255, 255, 255, 0.68);
    font-style: normal;
    font-size: 13px
}

.overlay .title {
    color: #ffffff;
    font-weight: bold;
    font-size: 34px;
    line-height: 42px
}

@media screen and (max-width: 567px) {
    .overlay .title {
        font-size: 24px;
        line-height: 31px
    }
}

.overlay .title.small {
    font-size: 21px;
    line-height: 25px
}

.cat-label {
    background-color: #3244CF;
    color: #ffffff;
    font-style: normal;
    font-size: 13px;
    font-weight: bold;
    padding: 3px 6px;
    border-radius: 3px
}

.next-macthes {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: solid 1px #EBEBEB;
    height: 92px
}

@media screen and (max-width: 576px) {
    .next-macthes .btn {
        display: none
    }
}

.next-macthes .btn:not(#matchPrev) {
    border-left: solid 1px #ebebeb;
    border-radius: 0
}

.matches-league {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 20px;
    border-right: solid 1px #EBEBEB
}

@media screen and (max-width: 576px) {
    .matches-league {
        display: none
    }
}

.matches-league > * > * {
    display: block;
    white-space: nowrap
}

.matches-league > * > *:first-child {
    font-weight: bold;
    font-size: 16px
}

.matches-league > * > *:last-child {
    font-size: 13px;
    color: #939393;
    font-style: normal
}

.matches-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
    padding-bottom: 15px;
    margin-bottom: -15px;
    scroll-behavior: smooth
}

.matches-slider > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 14px 20px
}

.matches-slider > * + * {
    border-left: solid 1px #EBEBEB
}

.matches-slider > *:hover {
    text-decoration: none
}

.matches-slider > * > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.matches-slider > * > * > * {
    display: block;
    text-align: center
}

.matches-slider > * > * > * em {
    color: #000000;
    font-weight: bold
}

.matches-slider > * > * > * > span {
    text-align: center;
    display: block;
    font-size: 14px;
    color: #A3A3A3;
    white-space: nowrap
}

.matches-slider > * > * > * > span:not(.date) {
    color: #7B818E;
    font-size: 13px
}

.matches-slider img {
    width: 35px;
    margin-bottom: 8px
}

.title {
    font-weight: bold;
    font-size: 21px;
    line-height: 1.4
}

.title.small {
    font-size: 19px
}

.title a {
    color: initial
}

.spot {
    font-size: 15px
}

.spot a {
    color: #666666;
    position: relative;
    max-height: 45px;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box
}

.date {
    font-size: 13px;
    color: #888888;
    white-space: nowrap
}

.newsbox a:hover {
    text-decoration: none
}

.newsbox p {
    margin-bottom: 5px
}

.sondakika {
    margin-bottom: 20px;
    padding: 15px;
    border: solid 1px #eaeaea
}

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

.sondakika li {
    padding: 15px 0
}

.sondakika li + li {
    border-top: solid 1px #eaeaea
}

.sondakika a {
    color: #666666
}

.authors .author a {
    display: block;
    border-radius: 10px;
    background: #ffffff;
    padding-bottom: 10px
}

.authors .author a:hover {
    text-decoration: none
}

.authors .author a span {
    padding: 4px;
    color: initial;
    display: block;
    font-weight: bold;
    text-align: center
}

.authors .author a span.author-last {
    font-weight: 500;
    font-size: 15px;
    padding: 0 15px 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 45px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    color: #777777
}

.bg-overlay {
    position: relative
}

.bg-overlay:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.bg-overlay-33:before {
    background-color: rgba(51, 51, 51, 0.87)
}

.bg-overlay > * {
    position: relative;
    z-index: 2
}

.daily-photo {
    background: #EDEDED
}

.daily-photo h2 {
    font-size: 32px
}

.daily-photo p {
    color: rgba(0, 0, 0, 0.74)
}

.daily-photo a {
    color: initial
}

.sozcu_pageskin_tepe-container.dfp-container.banner-size-w-1230.banner-size-h-40 {
    width: 100%
}

.skor-pageskin-top {
    position: relative;
    margin-top: -1.5rem
}

.teams {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 90px;
    overflow: hidden;
    white-space: nowrap;
    margin-left: -15px
}

@media screen and (max-width: 576px) {
    .teams {
        margin-right: -15px
    }
}

.teams a {
    display: inline-block;
    max-width: 80px;
    margin-right: 6px;
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms
}

@media screen and (max-width: 576px) {
    .teams a {
        margin-right: 10px
    }
}

.teams a:hover {
    text-decoration: none;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.teams a:hover span {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.teams a span, .teams a i {
    display: block;
    text-align: center
}

.teams a span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 6px;
    width: 55px;
    height: 55px;
    margin-bottom: 10px;
    background-color: #ffffff;
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    -webkit-box-shadow: 0 4px 18px rgba(6, 16, 36, 0.15);
    box-shadow: 0 4px 18px rgba(6, 16, 36, 0.15)
}

.teams a span img {
    width: 35px
}

.teams a i {
    font-size: 14px;
    font-style: normal;
    color: rgba(6, 16, 36, 0.5);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media screen and (max-width: 576px) {
    .teams .btn {
        display: none
    }
}

.teams-wrapper {
    position: relative;
    overflow: hidden;
    overflow-x: auto;
    margin-bottom: -20px;
    padding: 10px 55px 30px 15px;
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    scroll-behavior: smooth
}

@media screen and (max-width: 576px) {
    .teams-wrapper {
        padding: 10px 5px 30px 15px
    }
}

#next {
    position: relative
}

@media screen and (max-width: 1199px) {
    #next {
        display: block
    }
}

#next:after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 45px;
    right: 100%;
    z-index: 10;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#fff));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1)
}

#prev, #matchPrev {
    position: absolute;
    z-index: 1;
    left: 0;
    height: 100%;
    background: #fff
}

#prev:after, #matchPrev:after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 45px;
    left: 100%;
    z-index: 10;
    background: -webkit-gradient(linear, left top, right top, from(#fff), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1)
}

.js-cookie-consent {
    position: fixed;
    bottom: 25px;
    left: 1600px;
    z-index: 100;
    line-height: 24px;
    color: rgb(64, 64, 64);
    text-align: center;
    padding: 3px 0;
    height: 180px;
    width: 15%;
    border-radius: 5px;
    background-color: rgb(221, 221, 221);
    opacity: 0.8 !important;
}

.js-cookie-consent .row {
    padding-top: 20px;
}

.js-cookie-consent-agree {
    padding: 10px 5px;
    margin-top: 5px;
    width: 90%;
    background-color: #da251c;
    color: white;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 3px !important;
}

.cookie-consent__message {
    font-size: 16px;
    color: #1a202c;
    text-align: justify;
}

.cookie-consent__message a {
    color: #4a5568;
    text-decoration: underline;
}

p img {
    width: 100% !important;
    height: 100% !important;
}

.mRight20 {
margin-right:20px;
}
