@font-face {
    font-family: 'Roboto-Regular';
    src: url('/Content/font/Roboto-Regular.eot');
    src: url('/Content/font/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('/Content/font/Roboto-Regular.svg#Roboto-Regular') format('svg'), url('/Content/font/Roboto-Regular.ttf') format('truetype'), url('/Content/font/Roboto-Regular.woff') format('woff'), url('/Content/font/Roboto-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Light';
    src: url('/Content/font/Roboto-Light.eot');
    src: url('/Content/font/Roboto-Light.eot?#iefix') format('embedded-opentype'), url('/Content/font/Roboto-Light.svg#Roboto-Light') format('svg'), url('/Content/font/Roboto-Light.ttf') format('truetype'), url('/Content/font/Roboto-Light.woff') format('woff'), url('/Content/font/Roboto-Light.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Bold';
    src: url('/Content/font/Roboto-Bold.eot');
    src: url('/Content/font/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('/Content/font/Roboto-Bold.svg#Roboto-Bold') format('svg'), url('/Content/font/Roboto-Bold.ttf') format('truetype'), url('/Content/font/Roboto-Bold.woff') format('woff'), url('/Content/font/Roboto-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

/*
@font-face {
    font-family: 'Roboto-Medium';
    src: url('/Content/font/Roboto-Medium.eot');
    src: url('/Content/font/Roboto-Medium.eot?#iefix') format('embedded-opentype'), url('/Content/font/Roboto-Medium.svg#Roboto-Medium') format('svg'), url('/Content/font/Roboto-Medium.ttf') format('truetype'), url('/Content/font/Roboto-Medium.woff') format('woff'), url('/Content/font/Roboto-Medium.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
*/

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


body {
    font-size: 16px !important;
}

html {
    font-size: 14px;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.cc-theme-edgeless.cc-window {
    width: 100% !important;
}

a, a:focus, a:active, a:visited {
    outline: none !important;
    color: #f7941e;
}
.arbeitsweise-text a {
    color: #f7941e;
}
.top-navbar {
    padding-top: 46px;
}

.navbar-right {
    float: right;
    margin-top: 0px;
}

.cc-banner.cc-top {
    text-align: center;
    color: #4d4d4d !important;
    font-family: 'Roboto-Light', Helvetica;
    padding: 10px 0 !important;
    z-index: 99999;
}

.cc-banner.cc-theme-edgeless .cc-btn {
    color: #fff !important;
}

.cc-banner .cc-btn:last-child {
    min-width: inherit !important;
    padding: 3px 12px !important;
}

.cc-window.cc-banner {
    justify-content: center !important;
}

.cc-banner.cc-theme-edgeless .cc-message {
    flex: inherit !important;
}

.cc-banner.cc-top a {
    text-decoration: none;
    border: 1px solid #f7931d;
    color: #f7931d !important;
    padding: 3px 10px;
    margin: 0 20px;
}

span.navbar-toggler-icon {
    background-image: url(../images/navbar-img.png);
    width: 38px;
    height: 24px;
}

.menu-mobile {
    padding-top: 60px !important;
}

.icon-section a {
    text-decoration: none;
}

.desktop-customer-logos .slick-slide img:hover {
    transform: scale(1.1);
}

.desktop-customer-logos .slick-slide img {
    transition: 0.2s linear;
    padding: 10px 30px;
}

.wirberaten-section img.secondary-image {
    opacity: 0;
    position: absolute;
    left: 0;
    margin: 0 auto;
    right: 0;
}

.wirberaten-section img.primary-image {
    opacity: 1;
}

.pop-up-secion .row .col-md-6:nth-of-type(1) .wirberaten-section .wirberaten-content strong {
    max-width: 377px;
}

.wirberaten-section:hover img.secondary-image {
    opacity: 1;
    transition: 0.2s linear;
}

.icon-content.hover_img img.second-image {
    position: absolute;
    left: 0;
    right: 0;
    display: table;
    margin: 0 auto;
    top: 0;
    opacity: 0;
}

.icon-content.hover_img:hover img.first-image {
    opacity: 0;
    transition: 0.2s linear;
}

.icon-content.hover_img:hover img.second-image {
    opacity: 1;
    transition: 0.2s linear;
}

.navbar-nav {
    display: block;
}

ul.navbar-nav.mr-auto li {
    float: left;
    padding: 0px 20px 0px 20px;
}

.navbar {
    padding: 0;
    line-height: 0;
    margin-top: 4px;
}

.Top-navbar {
    /*padding-top: 47px;*/
    line-height: 4px;
}




ul.navbar-nav.mr-auto li a, .mobile-language ul li a {
    font-size: 1.7rem;
    font-family: 'Roboto-Light', Helvetica;
    color: #4d4d4d !important;
}



ul.navbar-nav.mr-auto .dropdown-menu a {
    font-size: 1.4rem;
    padding: 17px 20px;
}

.navbar-right button:focus {
    outline: none;
}

.language {
    float: right;
    margin-top: -3px;
    margin-left: -1.6rem;
    margin-right: 1.6rem;
}

    .language ul li {
        float: left;
        list-style-type: none;
        padding: 0 17px;
        border-right: 2px solid #4d4d4d;
        margin: 0px 0;
        line-height: 20px;
    }

        .language ul li a {
            float: left;
            padding: 0;
            color: #4d4d4d;
            font-family: 'Roboto-Light', Helvetica;
            text-decoration: none;
            font-size: 1.7rem;
        }

li.nav-item.lng-text a.active {
    font-family: 'Roboto-Bold', Helvetica !important;
    color: #4d4d4d;
    margin: 0px;
    display: block;
}

.language ul {
    margin: 0;
    padding: 0 0px 0 12px;
}

span.custome-humberg {
    margin-top: 0;
    width: 100%;
    margin-bottom: 8px;
    height: 3px;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: #808080;
    position: relative;
    display: block;
}

button.navbar-toggler {
    width: 38px;
    padding: 0;
    position: relative;
    min-height: 33px;
}

    button.navbar-toggler.collapsed span.custome-humberg.second {
        display: block;
    }

    button.navbar-toggler.collapsed span.custome-humberg.first {
        transform: rotate(0deg);
        margin-bottom: 8px;
        top: 0;
    }

    button.navbar-toggler.collapsed span.custome-humberg.third {
        transform: rotate(0deg);
        margin-bottom: 8px;
        top: 20px;
    }

    button.navbar-toggler span.custome-humberg.second {
        display: none;
    }

    button.navbar-toggler span.custome-humberg.first {
        transform: rotate(45deg);
        margin: 0;
        position: absolute;
        top: 8px;
    }

    button.navbar-toggler span.custome-humberg.third {
        transform: rotate(-45deg);
        margin: 0;
        position: absolute;
        top: 8px;
    }

.language ul li:last-child {
    border: none;
    padding-right: 0px;
}

/**********--------------  banner-section  --------------**********/
.no-padding {
    padding: 0;
}

.carousel-item img {
    width: 100%;
    /*    max-height: 672px;*/
}

.main {
    padding: 40px 0 0 0;
}

button.w3-bar-item.w3-button.active {
    color: #f7941e;
}

.dialog-logo {
    padding: 30px 0px 70px 0px;
}

.carousel-caption {
    top: 50%;
}

.dialog-banner-text h3 {
    font-size: 4rem;
    font-family: 'Roboto-Light', Helvetica;
    letter-spacing: 0.125rem;
    margin-bottom: 0;
    line-height: 5.55rem;
    text-shadow: -1px 1px 100px #3b3b3b;
}

.dialog-banner-text p {
    font-size: 2.6rem;
    font-family: 'Roboto-Light', Helvetica;
    margin-bottom: 0;
    text-shadow: -1px 1px 50px #000;
    line-height: 1.6;
}

.carousel-caption {
    top: 0;
    line-height: 50pt;
    border: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
    height: 100%;
    left: 0;
    right: 0;
    max-width: 900px;
    margin: 0 auto;
    z-index: 0;
}

ul.carousel-indicators li {
    width: 11px;
    height: 12px;
    border-radius: 50%;
    opacity: 1;
}

    ul.carousel-indicators li.active {
        background-color: #f7931e;
    }

.carousel-indicators {
    margin: 0;
    bottom: 30px;
}

.modal-backdrop {
    background-color: transparent !important;
}
/**********--------------  icon-section  --------------**********/
.icon-section {
    margin: 124px 0 0 0;
    width: 100%;
}

.icon-content {
    text-align: center;
}

    .icon-content h2 {
        font-size: 1.7rem;
        font-family: 'Roboto-Light', Helvetica;
        color: #808080;
        margin: 26px 0 0 0;
    }
/**********-------------- over-icon-section  --------------**********/

/**********--------------Arbeitsweise-section  --------------**********/

.discription-img {
    text-align: left;
    display: inline-flex;
    align-items: center;
    -webkit-box-flex: 1 0 50%;
    -moz-box-flex: 1 0 50%;
    -webkit-flex: 1 0 50%;
    -ms-flex: 1 0 50;
    flex: 1 0 50%;
    background-color: #f2f2f2;
}

.arbeitsweise-text {
    width: 100%;
    padding: 0 60px 0 60px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .arbeitsweise-text p:empty {
        display: none;
    }

.main-title {
    font-size: 4rem;
    font-family: 'Roboto-Light', Helvetica;
    text-align: center;
    color: #f7941e;
    padding: 85px 0 58px;
}

.arbeitsweise-section {
    clear: both;
}

.arbeitsweise-img {
    width: 100%;
    height: 100%;
}

    .arbeitsweise-img img {
        width: 100%;
        object-fit: cover;
        object-position: center center;
    }

.arbeitsweise-text h2 {
    color: #f7941e;
    font-size: 2.4rem;
    font-family: 'Roboto-Light', Helvetica;
    margin-bottom: 25px;
}

.arbeitsweise-text p {
    font-size: 1.6rem;
    color: #808080;
    font-family: 'Roboto-Light', Helvetica;
}

.Arbeitsweise-content {
    clear: both;
    display: flex;
    background-color: #f2f3f2;
    border-bottom: 5px solid #fff;
}

.discription-img.order-section-2:nth-child(odd) {
    border-right: 5px solid #fff;
}

.arbeitsweise-img:nth-child(odd) {
    border-right: 5px solid #fff !important;
}

.discription-img.order-section-1:nth-child(even) .arbeitsweise-img {
    border-right: none !important;
}
/**********--------------over-Arbeitsweise-section  --------------**********/

/**********--------------logo-section  --------------**********/
.logo-section {
    clear: both;
    padding: 10px 0 0 0;
}

.logo-img {
    text-align: center;
}

.zufriedene-logo {
    padding: 28px 0 60px;
    display: block;
    margin: 0 auto;
    width: 100%;
}

.geschäftsführung-title .main-title {
    margin-bottom: 0;
}

.contact-section {
    padding: 21px 0 0 0;
}
/**********--------------over-logo-section  --------------**********/

/**********-------------geschäftsführung-section  --------------**********/
.contact-section {
    clear: both;
    padding-bottom: 117px;
    display: inline-block;
    width: 100%;
}

.col-md-6 a {
    text-decoration: none;
}

.wirberaten-section {
    text-align: center;
    padding-top: 11px;
    position: relative;
    display: table;
    margin: 0 auto;
}

.wirberaten-content {
    padding-top: 20px;
}

    .wirberaten-content strong {
        font-family: 'Roboto-Light', Helvetica;
        font-size: 1.6rem;
        color: #808080;
        text-align: center;
        display: block;
        letter-spacing: 0.04rem;
        padding: 0 96px;
    }

.carousel-item:nth-of-type(3) .dialog-banner-text p {
    text-shadow: 0px 0px 5px #000;
}

.wirberaten-content p {
    line-height: 26pt;
    font-size: 1.6rem;
    color: #808080;
    font-family: 'Roboto-Light', Helvetica;
}

    .wirberaten-content p a {
        text-decoration: none;
        color: #808080;
    }
/**********-------------over-geschäftsführung-section  --------------**********/


.coashing-left-section button {
    display: inherit;
    background-color: transparent;
    border: none;
    font-size: 1.5rem;
    font-family: 'Roboto-Light', Helvetica;
    margin-bottom: 1.29rem;
    text-align: left;
    letter-spacing: 0.04rem;
}

.Coashing-right-section h1 {
    font-size: 2.4rem;
    font-family: 'Roboto-Light', Helvetica;
    color: #f7941e;
}

.Coashing-right-section h2 {
    font-size: 2.4rem;
    font-family: 'Roboto-Light', Helvetica;
    color: #f7941e;
}

.Coashing-right-section h3 {
    font-size: 1.8rem;
    font-family: 'Roboto-Light', Helvetica;
    color: #f7941e;
    margin: 70px 0 30px;
}

.Coashing-right-section p {
    color: #4c4c4c;
    font-family: 'Roboto-Light', Helvetica;
    line-height: 2rem;
    margin: 0;
    font-size: 1.6rem;
}

.btn-text p {
    padding-left: 30px;
}

.Coashing-right-section img {
    padding-right: 10px;
    margin-top: -5px;
}

.btn-text p:before {
    content: '\f111 ';
    font-family: 'FontAwesome';
}

.btn-text p:before {
    content: '';
    /* font-family: 'FontAwesome'; */
    width: 5px;
    height: 5px;
    background-color: #f7941e;
    position: absolute;
    border-radius: 50%;
    left: 8px;
    top: 12px;
}

.btn-text p {
    position: relative;
}

.coashing-left-section button:focus {
    color: #f7941e !important;
    outline: none;
}

.coashing-left-section button:active {
    color: #f7941e !important;
}

.coashing-left-section button {
    transition: 0.2s linear;
}

    .coashing-left-section button:hover {
        color: #f7941e !important;
    }

.coas-section {
    border-bottom: 1px solid #f7941e;
    display: table;
    margin: 100px auto;
    padding-top: 0;
}

.right-border hr {
    width: 175px;
    float: left;
    border-bottom: 1px solid #f7941e;
}

.right-border {
    padding: 80px 0 0 0;
}

.contact-detail strong {
    color: #4d4d4d;
    font-size: 1.8rem;
    font-family: 'Roboto-Light', Helvetica;
    font-weight: normal;
}

.contact-detail p {
    margin: 0;
    font-size: 1.5rem;
    font-family: 'Roboto-Light', Helvetica;
    color: #5b5b5b;
}

.Impressum-section .coas-section {
    margin: inherit;
    margin: 100px auto;
    padding-top: 0;
}

h2.Impressum-title {
    border-bottom: 1px solid #f7941e;
    display: table;
    /* margin: 100px auto; */
    padding-top: 0;
    font-size: 4rem;
    font-family: 'Roboto-Light', Helvetica;
    text-align: center;
    color: #f7941e;
    padding: 85px 0 58px;
    margin-bottom: 100px;
}

.ust-code p {
    padding: 20px 0;
}

.jens-text {
    padding: 30px 0 100px;
}

.Impressum-section .jens-text {
    padding: 0px 0 30px;
}

.Impressum-section .copy-right strong {
    /*padding-bottom: 30px;*/
    display: inline-block;
}

.copy-right p {
    padding-bottom: 0px;
}

.bottom-text, .copy-right {
    padding-bottom: 30px;
}

.Impressum-section {
    padding-bottom: 100px;
    width: 61%;
    float: right;
}

.mail-section a {
    display: table;
    margin: 0 auto;
}

    .mail-section a:hover {
        text-decoration: none;
    }



/****slider**/
/* Slider */
button.slick-prev.slick-arrow {
    font-size: 0;
}

    button.slick-prev.slick-arrow:before {
        content: '';
        background-image: url("../images/pre.png");
        width: 20px;
        height: 30px;
        background-repeat: no-repeat;
    }

button.slick-next.slick-arrow {
    font-size: 0;
}

    button.slick-next.slick-arrow:before {
        content: '';
        background-image: url("../images/next.png");
        width: 20px;
        height: 30px;
        background-repeat: no-repeat;
    }

.slick-slide {
    margin: 0px 0px;
    outline: none !important;
}

    .slick-slide img {
        width: 100%;
    }

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

    .slick-track:before,
    .slick-track:after {
        display: table;
        content: '';
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.mobile-show {
    display: none;
}

.mobile-hide {
    display: block;
}
/**over-slider**/



/**********-------------footer-section  --------------**********/
.footer-section .row {
    justify-content: center;
}

.first-column {
    flex: 0 0 21% !important;
    max-width: 21% !important;
}

.last-column {
    flex: 0 0 12% !important;
    max-width: 12% !important;
}

.footer-text.first p:nth-of-type(5) {
    display: none;
}

.footer-section .no-padding:nth-of-type(4) .footer-text {
    padding-left: 13%;
}

.three-column {
    flex: 0 0 23%;
    max-width: 23%;
}

.footer-back-color {
    background-color: #808080;
    display: inline-block;
}

.footer-section {
    padding: 73px 0 140px 0;
    display: inline-block;
    width: 100%;
}

.footer-text h3 {
    font-size: 12pt;
    color: #fff;
    font-family: 'Roboto-Bold', Helvetica;
    margin: 0;
}

.footer-text.first p:nth-of-type(1), a.footer-links-title {
    font-size: 1rem;
    font-family: 'Roboto-Bold', Helvetica !important;
    letter-spacing: 0.03rem;
}

.footer-text p, .footer-text a {
    margin: 0;
    color: #fff;
    font-family: 'Roboto-Light', Helvetica;
    font-size: 1rem;
    text-decoration: none;
    transition: 0.2s linear;
}

    .footer-text a:hover {
        color: #f7941e;
    }

.footer-text img {
    margin-bottom: 25px;
}

.footer-text li {
    list-style-type: none;
}

    .footer-text li a {
        text-decoration: none;
        color: #fff;
        font-size: 1rem;
        font-family: 'Roboto-Light', Helvetica;
        transition: 0.2s linear;
    }

        .footer-text li a:hover {
            color: #f7941e;
        }

.footer-text.first {
    float: left;
}

.footer-text.first {
    padding-left: 0;
}

.footer-text {
    /*float: right;*/
    padding-left: 0%;
}
/*.footer-section .no-padding:nth-of-type(4) .footer-text {
    padding-left: 3%;
    }*/
.footer-bottom-color {
    background-color: #f7941e;
}

.footer-bottom-color {
    background-color: #f7941e;
    display: inline-block;
}

.bottom-link {
    float: right;
}

.bottom-content p {
    margin: 8px 0 0 -15%;
    font-size: 1rem;
    font-family: 'Roboto-Light', Helvetica;
    color: #fff;
}

.bottom-content {
    width: 100%;
    padding: 40px 0;
    display: inline-block;
}

.bottom-link ul li {
    float: left;
    list-style: none;
    padding: 5px 15px 0px 0px;
}

    .bottom-link ul li a {
        font-size: 1rem;
        font-family: 'Roboto-Light', Helvetica;
        text-decoration: none;
        color: #fff;
    }



.tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
    opacity: 1 !important;
}

    .tooltip .tooltiptext {
        visibility: visible;
        background-color: #f7941e;
        color: #fff;
        text-align: center;
        border-radius: 0px;
        padding: 0.8rem 2rem;
        position: relative;
        z-index: 1;
        top: 11px;
        left: 26px;
        font-size: 1.2rem;
        font-family: 'Roboto-Light', Helvetica;
        font-weight: normal;
        letter-spacing: 0.04rem;
    }

        .tooltip .tooltiptext::after {
            content: "";
            position: absolute;
            top: 50%;
            right: 99%;
            margin-top: -10px;
            border-width: 10px;
            border-style: solid;
            border-color: transparent #f7941e transparent transparent;
        }

    .tooltip:hover .tooltiptext {
        visibility: visible;
    }

.tooltip {
    position: absolute;
    top: -66px;
    left: 130px;
}

.tooltip-section {
    position: relative;
    z-index: 9;
}

.pop-section-header {
    text-align: center;
}

.modal-content {
    padding: 30px;
}

.pop-up-secion h2 {
    margin: 25px 0 40px;
    font-size: 2.6rem;
    color: #f7941e;
    font-family: 'Roboto-Light', Helvetica;
}

.modal-content {
    width: 100%;
    height: 505px;
    border-radius: 0;
    border: 1px solid #f7941e;
    background-color: rgba(255,255,255,0.9);
    box-shadow: 0 0 40px -4px #999;
    min-width: 857px;
}

.modal-open .modal {
    overflow-y: hidden;
}

.modal-dialog {
    max-width: 50%;
    margin: 13.75rem auto;
}

.pop-section-header button {
    font-size: 43pt;
    font-weight: normal;
    margin-top: 0px;
    color: #f7941e;
    opacity: 1;
    box-shadow: none;
}

.pop-section-header .wirberaten-content {
    padding-left: 10px;
    padding-top: 0;
}

.pop-section-header .wirberaten-section img {
    margin-bottom: 30px;
}

.pop-section-header button:focus {
    outline: none;
}

.mobile-language {
    display: none;
}

.call-icon {
    display: none;
}

.navbar-nav .dropdown-menu {
    position: absolute !important;
}

.dropdown-menu {
    border: none;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: transparent;
}

section.customer-logos.slider {
    display: none;
}

ul.navbar-nav.mr-auto li a:hover {
    color: #f7941e !important;
}

.dropdown-toggle::after {
    display: none;
}

.mobile-only {
    display: none;
}

/**********-------------over-footer-section  --------------**********/
/*    @media (max-width:1862px){
        .wirberaten-content strong{
            padding: 0 88px;
        }
    }
    @media (max-width:1808px){
        .wirberaten-content strong{
            padding: 0 84px;
        }
    }
    @media (max-width:1780px) {
         .wirberaten-content strong{
            padding: 0 79px;
         }
    } 
    @media (max-width: 1728px){
        .wirberaten-content strong {
            padding: 0 75px;
        }
    }
    @media (max-width: 1695px){
        .wirberaten-content strong {
            padding: 0 70px;
        }
    }*/
@media (max-width:1580px) {
    .bottom-content p {
        margin: 8px 0 0 0%;
    }

    .modal-dialog {
        max-width: 850px;
        margin: 7.75rem auto;
    }

    .coashing-left-section button {
        text-align: left;
    }

    .top-navbar {
        padding-top: 42px;
    }

    ul.navbar-nav.mr-auto li {
        float: left;
        /*        padding: 0px 22px 0 10px;*/
    }

    .arbeitsweise-text p {
        line-height: 26px;
    }

    .arbeitsweise-text {
        width: 100%;
        padding: 0 70px 0 80px;
    }
}

@media (max-width:1380px) {
    .modal-dialog {
        margin: 3.75rem auto;
    }

    .dialog-banner-text p {
        /*width: 75%;*/
    }
}


@media (max-width:1200px) {

    html {
        font-size: 14px;
    }

    .cc-banner.cc-theme-edgeless .cc-message {
        font-size: 1rem;
        flex: 0 0 80%;
    }

    .pop-up-secion .row .col-md-6:nth-of-type(1) .wirberaten-section .wirberaten-content strong {
        max-width: 345px;
    }

    ul.navbar-nav.mr-auto .dropdown-menu a {
        padding: 13px 10px;
    }

    .Coashing-right-section img {
        width: 38px;
        margin-top: -5px;
    }

    .footer-text.first {
        float: left;
        word-break: break-word;
        padding-right: 0px;
        margin-left: -15px;
    }

    ul.navbar-nav.mr-auto li {
        padding: 0px 15px 0px 10px;
    }

    .top-navbar {
        padding-top: 45px;
    }

    .modal-dialog {
        margin: 0.75rem auto;
    }
}

@media (max-width:1199px) {
    html {
        font-size: 12px;
    }
}







@media (max-width:1024px) {

    html {
        font-size: 13px;
    }


    .footer-text p, .footer-text a {
        line-height: 2rem;
    }
    .language{
        margin-top: -2px;
    }
    .footer-text li {
        line-height: 16px;
    }

    .cc-top {
        top: 0 !important;
    }

    .language ul li {
        /*line-height: 18px;*/
        /*  margin: 5px 0;*/
    }

    .cc-window.cc-floating .cc-compliance {
        flex: inherit !important;
    }

    button.navbar-toggler span.custome-humberg.first, button.navbar-toggler span.custome-humberg.third {
        top: 9px;
    }

    .cc-message a {
        text-decoration: none;
        border: 1px solid #f7931d;
        color: #f7931d !important;
        padding: 3px 10px;
        margin: 0 20px;
    }

    .cc-compliance {
        justify-content: center !important;
    }

        .cc-compliance > .cc-btn {
            -ms-flex: initial !important;
            flex: initial !important;
            color: #fff !important;
            margin-bottom: 0px;
        }

    .cc-floating.cc-theme-edgeless .cc-message {
        margin: 0 !important;
    }

    .cc-window.cc-floating.cc-top {
        max-width: 100% !important;
        text-align: center !important;
        z-index: 99999;
        font-size: 14px;
        width: 100%;
        display: inline-flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        padding: 25px;
    }

    .coas-section {
        margin: 50px auto;
    }

    .contact-section {
        padding-bottom: 70px;
    }

    .main-title {
        padding: 40px 0 28px;
    }

    .Coashing-right-section p {
        line-height: 2rem;
    }

    .Coashing-right-section h3 {
        margin: 45px 0 20px;
    }

    ul.navbar-nav.mr-auto .dropdown-menu a {
        padding: 12px 8px;
    }

    ul.navbar-nav.mr-auto li {
        float: left;
        padding: 0px 10px 0px 10px;
    }
    .navbar-right{
        margin-top: -4px;
    }
    .btn-text p:before {
        top: 12px;
    }

    .arbeitsweise-text {
        width: 100%;
        padding: 0 20px 0 20px;
    }

    .tooltip {
        position: absolute;
        left: 40px;
    }

    .dialog-banner-text p {
        font-family: 'Roboto-Light', Helvetica;
        margin-bottom: 25px;
        line-height: normal;
    }

    .dialog-banner-text br {
        font-size: 22pt;
        line-height: 37px;
    }

    .logo-img img {
        max-width: 100%;
    }
}


@media (max-width:991px) {
    html {
        font-size: 9px;
    }

    .footer-back-color .container {
        padding: 0;
    }

    .btn-text p:before {
        top: 9px;
    }

    ul.navbar-nav.mr-auto li {
        padding: 0px 7px 0px 7px;
    }

    .wirberaten-content strong {
        padding: 0 50px !important;
    }

    .arbeitsweise-text p {
        line-height: 24px;
    }

    .arbeitsweise-text h2 {
        margin-bottom: 15px;
    }

    .language {
        padding: 0px 0 0 0;
        margin-top: -6px;
    }

    .menu-mobile {
        padding-top: 70px !important;
    }

    button.navbar-toggler span.custome-humberg.first, button.navbar-toggler span.custome-humberg.third {
        top: 11px;
    }

    ul.navbar-nav.mr-auto li a {
        padding-top: 0px;
    }

    .navbar-right {
        -moz-padding: 52px 0px 0 0px;
        -webkit-padding: 52px 0px 0 0px;
        -ms-padding: 52px 0px 0 0px;
        margin-top: -14px;
    }

    .footer-section .no-padding:nth-of-type(4) .footer-text {
        padding-left: 0%;
    }

    .footer-text.first {
        margin-left: -20px;
        padding-right: 0;
    }

    .language ul li a {
        line-height: 12px;
    }

    .cc-window.cc-floating.cc-top {
        font-size: 12px !important;
    }
}

@media (max-width: 820px) {
    .footer-text.first {
        margin-left: 10px;
    }
}

@media (max-width:798px) {

    .modal-dialog {
        max-width: 720px;
    }

    .dialog-logo {
        padding: 30px 0px 32px 0px;
    }

    ul.navbar-nav.mr-auto .dropdown-menu a {
        padding: 12px 10px;
    }

    ul.navbar-nav.mr-auto li {
        padding: 0px 5px 0 5px;
    }
}

@media (max-width:767px) {

    html {
        font-size: 9px;
    }

    button.navbar-toggler {
        width: 38px;
    }

    .footer-text p, .footer-text a {
        line-height: 3rem;
    }

    .footer-text.first {
        margin-left: 0px;
    }

    .footer-back-color .container {
        padding: 0 15px;
    }

    ul.navbar-nav.mr-auto li a {
        font-size: 2.5rem !important;
    }

    span.custome-humberg {
        margin-bottom: 8px;
    }

    .cc-banner.cc-theme-edgeless .cc-message {
        display: inline-grid !important;
        margin: 0 !important;
    }

    button.navbar-toggler.collapsed span.custome-humberg.first {
        top: 0;
    }

    .cc-banner.cc-top {
        padding: 15px !important;
    }

        .cc-banner.cc-top a {
            margin: 10px auto 10px;
        }

    .cc-window.cc-banner {
        flex-direction: column !important;
    }

    .cc-window.cc-floating.cc-top {
        display: block;
    }

    .cc-window.cc-floating .cc-compliance {
        margin-top: 10px;
    }

    .cc-window.cc-floating.cc-top {
        padding: 15px;
    }

    .footer-text p, .footer-text a {
        font-size: 12pt;
    }

    .footer-text li a {
        font-size: 12pt;
    }

    .footer-text.first p:nth-of-type(1), a.footer-links-title {
        font-size: 12pt;
    }

    .three-column {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .cc-banner.cc-theme-edgeless .cc-message {
        font-size: 13px;
        display: inline-grid;
        margin: 0 20px 10px;
    }

    .cc-message a {
        margin: 10px auto 0px;
        max-width: 180px !important;
    }

    .cc-floating .cc-message {
        display: inline-grid !important;
    }

    .dialog-banner-text p {
        width: 95%;
    }

    .last-column, .first-column {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .footer-section .no-padding:nth-of-type(4) .footer-text {
        padding-left: 0;
    }

    li.nav-item.lng-text a.active {
        display: inherit;
    }

    .coashing-left-section button {
        text-align: center;
    }

    .mobile-hide {
        display: none;
    }

    button.slick-prev.slick-arrow:before {
        content: '';
        background-image: url(../images/pre.png);
        width: 20px;
        height: 20px;
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        z-index: 99;
        top: 38px;
        left: 8px;
    }

    button.slick-next.slick-arrow:before {
        content: '';
        background-image: url(../images/next.png);
        width: 20px;
        height: 20px;
        background-repeat: no-repeat;
        position: absolute;
        z-index: 99;
        top: 38px;
        right: -1px;
        background-size: contain;
    }

    .mobile-show {
        display: block;
    }

    /*  .carousel-item img {
        height: 250px;
        object-fit: cover;
        }*/

    .discription-img.order-section-2:nth-child(odd) {
        border-right: none;
    }

    .arbeitsweise-img:nth-child(odd) {
        border-right: none !important;
    }

    .Arbeitsweise-content {
        display: inline-grid;
        border-bottom: none;
    }

    .arbeitsweise-text p br {
        display: none;
    }

    .order-section-2 {
        order: 2;
    }

    .order-section-1 {
        order: 1;
    }

    .dialog-logo img {
        width: 66px;
    }

    .geschäftsführung-title {
        padding-bottom: 12px;
        padding-top: 42px;
    }

    .bottom-name-title {
        padding: 15px 0 25px 12px !important;
    }

    .tooltip-section {
        display: none;
    }

    .dialog-logo {
        padding: 28px 0 0 20px;
        text-align: left;
    }

    .navbar {
        padding: 40px 0 0 0;
    }

    span.custome-humberg {
        height: 3px;
    }

    .navbar-left.Pull-right {
        width: 80%;
        padding: 12px 0 15px;
    }

    ul.navbar-nav.mr-auto li:last-child {
        border-bottom: none;
    }

    ul.navbar-nav.mr-auto li {
        width: 100%;
        padding: 0 0px;
        border-bottom: 1px solid #fbd5a4;
    }

        ul.navbar-nav.mr-auto li a {
            padding: 25px 0;
            color: #4d4d4d !important;
        }

    button.navbar-toggler.collapsed span.custome-humberg.third {
        top: 20px;
    }

    ul.navbar-nav.mr-auto .dropdown-menu a {
        padding: 15px 10px 18px;
    }

    .navbar-right {
        padding: 10px 30px 7px 0px;
    }

    .main {
        padding: 20px 0 0 0;
    }

    .icon-section {
        margin: 40px 0 93px 0;
    }

    .icon-content h2 {
        margin: 15px 0 30px 0;
        font-size: 14pt;
    }

    .dialog-banner-text h3 {
        margin-bottom: 10px;
    }

    .dialog-banner-text p {
        font-family: 'Roboto-Light', Helvetica;
        margin-bottom: 0px;
        line-height: normal;
        padding: 0 15px;
    }

        .dialog-banner-text p br {
            display: none;
        }

    .carousel-indicators {
        bottom: 0;
        display: none;
    }

    .main-title {
        padding: 10px 0 26px;
    }

    .discription-img {
        width: 100%;
        flex: 1 0 100%;
    }

    .arbeitsweise-text {
        width: 100%;
        padding: 36px 17px 44px 12px;
    }

        .arbeitsweise-text h2 {
            margin: 20px 0 6px 0;
        }

        .arbeitsweise-text p {
            font-size: 16px;
            line-height: 22px;
        }

    .zufriedene-logo {
        padding: 8px 0 10px;
    }

    .logo-img {
        margin-bottom: 30px;
    }

    .wirberaten-content strong {
        font-size: 16px;
    }

    .wirberaten-content p {
        font-size: 16px;
    }

    .wirberaten-content p {
        margin-bottom: 17px;
    }

    .footer-text {
        float: none;
        margin-bottom: 37px;
        padding-left: 0;
    }

    .footer-section {
        padding: 40px 0 70px 15px;
    }

    .bottom-content p {
        margin: 0;
        text-align: left;
    }

    .bottom-link ul li {
        padding: 0;
        float: none;
        line-height: 1.5;
    }

        .bottom-link ul li a {
            font-size: 16px;
        }

    .bottom-content p {
        font-size: 16px;
    }

    .bottom-link {
        float: left;
    }

    .tooltip-section img {
        width: 51px;
    }

    .tooltip {
        position: absolute;
        top: -26px;
        left: 20px;
    }

        .tooltip .tooltiptext {
            width: 131px;
            padding: 5px 8px;
            top: 24px;
            left: 122%;
            font-size: 16pt;
        }

    .top-navbar {
        padding-top: 0px;
        padding-bottom: 8px;
    }

    .language {
        padding: 20px 0 0 0;
    }

    .bottom-content {
        width: 100%;
        padding: 15px 0 15px;
        display: inline-block;
    }

    .bottom-link ul {
        justify-content: center;
        padding: 0;
        margin: 0;
    }

    .contact-section {
        padding: 52px 40px 75px;
    }

    .wirberaten-section img {
        width: 65px;
    }

    .footer-text img {
        margin-bottom: 16px;
    }

    .wirberaten-section {
        padding-top: 20px;
    }

    .coas-section {
        padding-bottom: 10px;
    }

    div#PersönlichesEinzelcoaching img, div#CoachingvonFührungskräften img, div#On-the-jobCoaching img, div#Telefoncoaching img {
        width: 25px;
        padding-right: 5px;
    }

    .contect-bottom {
        padding-bottom: 100px;
    }

    .btn-text {
        padding-top: 47px;
        padding-bottom: 18px;
    }

        .btn-text p {
            padding-left: 12px !important;
        }
    /*.coaching-contect .wirberaten-section img {width: 50px;}*/
    .second-img img {
        width: 50px !important;
    }

    .second-main-img img {
        width: 50px !important;
    }

    .right-border hr {
        display: none;
    }

    .btn-text p:before {
        left: 0;
    }

    .coashing-mbl-part {
        padding: 0 5px;
    }

    .coas-section {
        margin: 26px 0 3px 5px;
        display: inline-block;
        border: none;
        font-size: 20pt;
    }

    .coashing-left-section button {
        margin-bottom: 8px;
        font-size: 12pt;
    }

    .Coashing-right-section h2 {
        font-size: 16pt;
        margin-top: 17px;
        font-weight: bold;
        margin-bottom: 47px;
    }

    .Coashing-right-section h3 {
        font-size: 14pt;
        margin: 30px 0 28px;
    }

    .Coashing-right-section p {
        line-height: 2.3rem;
        padding-left: 0px;
        margin-bottom: 3px
    }

    .btn-text p:before {
        top: 9px;
    }

    .btn-text p:before {
        height: 3px;
        width: 3px;
    }

    .right-border {
        padding: 0px 0 0 0;
    }

    .Impressum-section {
        width: 100%;
    }

    .contact-detail p {
        font-size: 15pt;
    }

    h2.Impressum-title {
        font-size: 26pt;
        padding: 55px 0 8px;
        margin: 0 auto;
    }

    .contact-detail:nth-of-type(1) {
        padding-top: 50px;
    }

    .contact-detail strong {
        font-size: 16pt;
    }

    .modal-content {
        width: 100%;
    }

    .pop-up-secion h2 {
        font-size: 16pt;
    }

    .pop-section-header button {
        font-size: 26pt;
        margin-top: 0;
    }

    .pop-up-secion h2 {
        margin: 10px 0;
    }

    .pop-section-header .wirberaten-section img {
        margin-bottom: 0px;
    }

    .modal-content {
        height: 390px;
    }

    .Arbeitsweise-content .discription-img:nth-child(even), .discription-img {
        border: none;
    }

    .logo-mobile {
        float: left;
        width: 30%;
        padding-bottom: 30px;
        z-index: 9999;
        padding-top: 17px;
    }

    .nav-open .logo-mobile {
        opacity: 0.2;
    }

    .menu-mobile {
        float: right;
        width: 100%;
        padding: 5px 0 0 0;
        position: absolute;
        z-index: 999;
        transition: background-color 0.5s, height 0.5s;
        left: 0;
    }

    .language {
        display: none;
    }

    .mobile-language {
        display: block;
    }

    .Top-navbar {
        text-align: center;
        width: 100%;
    }

    .mobile-language ul {
        display: inline-flex;
        margin: 0 auto;
        padding: 15px 0 15px;
        align-items: center;
        width: 100%;
        justify-content: center;
    }

        .mobile-language ul li {
            list-style: none;
            float: left;
            border-right: 2px solid #999;
            line-height: 16px;
            padding: 2px 6px 0px;
        }

    ul.navbar-nav.mr-auto li a:hover {
        color: #4d4d4d !important;
        transition: 0.2s linear;
        /*  font-family: 'Roboto-Bold', Helvetica;*/
    }

    .dropdown-menu.show a.dropdown-item:active {
        color: #f7941e !important;
    }

    .mobile-language ul li a {
        font-size: 2.5rem;
        line-height: 17px;
        color: #4d4d4d;
    }

    .mobile-language ul li::last-child a {
        line-height: 13px;
    }

    li.nav-item.lng-text a:first-child.active {
        margin-top: 0px;
        line-height: 18px;
    }

    .mobile-language ul li:last-child {
        border: none;
    }

    .call-icon {
        display: block;
        float: right;
        position: absolute;
        right: 30px;
        top: 12px;
    }

        .call-icon img {
            width: 30px;
            transform: rotate(-13deg);
        }

    .navbar-nav .dropdown-menu {
        position: static !important;
        background-color: transparent;
        text-align: center;
        padding: 0 0 10px 0;
    }

    .dropdown-menu.show a.dropdown-item {
        font-size: 16pt !important;
        padding: 2px 0 15px 0;
        text-transform: capitalize;
    }

    .footer-text li a {
        font-family: 'Roboto-Light', Helvetica;
    }

    .footer-text h3 {
        margin-bottom: 5px;
    }

    .contact-section .col-md-6 {
        width: 50%;
    }

    .wirberaten-content {
        display: none;
    }

    .nav-open .menu-mobile {
        background-color: rgba(255,255,255,0.9);
        height: 100%;
        transition: background-color 0.5s, height 0.5s;
        overflow: auto;
    }

    .nav-open .call-icon {
        opacity: 0.2;
    }

    section.customer-logos.slider {
        display: block;
        padding-bottom: 50px;
    }

    .zufriedene-logo {
        display: none;
    }

    .logo-section {
        padding: 85px 0 0 0
    }

    .icon-content img {
        width: 90px;
    }

    .nav-open {
        overflow: hidden;
    }
    /*.mobile-show {
    display: flex;
}
.mobile-hide{display: none;}*/
    .slick-initialized .slick-slide {
        border-bottom: 1px solid #f7941e;
        border-top: 1px solid #f7941e;
        padding: 8px 0px 8px;
        margin-bottom: 9px;
        margin: 0 4px;
        color: #f7941e !important;
    }

    section.customer-logos.slick-initialized .slick-slide {
        border: none;
    }

    button.slick-next.slick-arrow {
        padding-left: 0;
    }

    button.slick-prev.slick-arrow {
        padding-right: 0;
        display: inline-block;
    }
}

@media (max-width: 530px) {
    .carousel-item img {
        height: 248px;
        object-fit: cover;
    }

    .Coashing-right-section img {
        padding-right: 5px;
        width: 23px;
        margin-top: -4px;
    }

    .desktop-only {
        display: none;
    }

    .mobile-only {
        display: block;
    }
}

@media screen and (min-width:600px) and (max-width:767px) {
    .menu-mobile {
        width: 100%;
        left: 0;
    }
}

@media (max-width: 576px) {
    .container {
        max-width: 100% !important;
    }
}
