/* IMAGE HOVER ZOOM */
.img-hover-zoom {
    display: block;
    height: auto;
    overflow: hidden;
}

    .img-hover-zoom img {
        transition: transform .8s ease;
    }

    .img-hover-zoom:hover img {
        transform: scale(1.2);
    }

/* BASE */
body.newlayout {
    background: #f7f7f7;
    font-family: Lato, Arial, sans-serif !important;
}

    body.newlayout select {
        display: block;
        width: 100%;
        height: calc(1.5em + .75rem + 2px);
        padding: .375rem .75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: .25rem;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }

    body.newlayout #main {
        background: none !important;
    }

    body.newlayout #content,
    body.newlayout #sidebar {
        /*margin-top: 30px;*/
    }

    body.newlayout .koniittip {
        display: none;
        position: absolute;
        border: 1px solid #333;
        background-color: #161616;
        border-radius: 5px;
        padding: 4px 10px;
        color: #fff;
        font-size: 13px;
        z-index: 2000;
    }

    body.newlayout .admin-panel {
        float: none;
    }

        body.newlayout .admin-panel h3 {
            font-size: 14px;
            line-height: 18px;
        }

    body.newlayout .input-holder {
        margin-bottom: 8px;
    }

    body.newlayout .regular-input-field {
        padding: 10px 15px;
        border-radius: .25rem;
        float: none;
    }

    body.newlayout .sharing-bar {
        float: none;
        margin: 20px 0;
        clear: both;
    }

    body.newlayout .tag-holder .tag {
        border-radius: 0;
        background: #c2c2c2;
        font-size: 14px;
        line-height: 14px;
        color: #fff;
        padding: 5px 10px;
        margin: 0 0 6px 0;
        height: auto;
        font-family: Lato, Arial, sans-serif !important;
    }

        body.newlayout .tag-holder .tag:before,
        body.newlayout .tag-holder .tag:after {
            display: none !important;
        }

        body.newlayout .tag-holder .tag:hover {
            background: #656569;
        }

    body.newlayout h1 {
        font-family: Lato, Arial, sans-serif !important;
        color: #292929;
        font-size: 22px;
        font-weight: bold;
    }

    body.newlayout h3 {
        font-family: Lato, Arial, sans-serif !important;
        color: #292929;
        font-size: 18px;
        font-weight: bold;
        border-bottom: 0;
        line-height: 30px;
    }

    body.newlayout .list-container h4 {
        margin-bottom: 15px;
    }

    body.newlayout p {
        line-height: 24px;
    }

    body.newlayout .pagination li a {
        padding: 8px 6px;
    }

    body.newlayout .multi-step-form-holder .heading h3 {
        font-size: 14px;
        line-height: 14px;
    }

    body.newlayout ol.normal,
    body.newlayout ul.normal {
        margin-top: 10px;
    }

        body.newlayout ol.normal {
            list-style-type: decimal;
            margin-left: 30px;
        }

        body.newlayout ol.normal li,
        body.newlayout ul.normal li {
            padding-left: 12px;
            position: relative;
            font-size: 16px;
            padding-bottom: 8px;
        }

            body.newlayout ul.normal li:before {
                position: absolute;
                top: 0;
                left: 0;
                content: "• ";
                color: #399bec;
                font-size: 12px;
            }

    body.newlayout .loading {
        margin-top: 20px;
    }

    body.newlayout .comments-block .title {
        font-family: Lato, Arial, sans-serif !important;
    }

    body.newlayout .text-light-gray {
        color: #adadb3;
    }

    body.newlayout .text-gray {
        color: #656569;
    }

    body.newlayout .text-white {
        color: #fff;
    }

    body.newlayout .text-blue {
        color: #399bec;
    }

    body.newlayout .file-holder li {
        font-size: 14px;
    }

    body.newlayout .st-btn.st-last.st-remove-label {
        display: inline-block !important;
    }

    body.newlayout .no-data {
        min-height: auto !important;
        background: none !important;
    }

    body.newlayout .content-item.small .info-wrapper h3 {
        line-height: 20px;
    }

    body.newlayout .content-item.small .logo-section .text-holder p {
        line-height: 18px;
        font-size: 14px;
    }

/* SEARCH OVERLAY */
body.newlayout .lightbox {
    background: #fff;
    border-radius: 0;
}

body.newlayout .lightbox.lb-search .lightbox-content .search-result-list li p {
    line-height: 15px;
}

body.newlayout .lightbox.lb-search .lightbox-content .button.small.light-grey a {
    background: #fff;
}

body.newlayout .lightbox.lb-search .button.small.light-grey span.counter-badge,
body.newlayout .lightbox.lb-search .button.small.light-grey:hover span.counter-badge {
    background: #399bec;
}

body.newlayout .lightbox.lb-search .lightbox-content .button.small.light-grey a {
    padding-right: 66px;
}

body.newlayout .lightbox.lb-search .button.small.light-grey span.counter-badge,
body.newlayout .lightbox.lb-search .button.small.light-grey:hover span.counter-badge,
body.newlayout .lightbox.lb-search .button.small.light-grey span.counter-badge.big-number,
body.newlayout .lightbox.lb-search .button.small.light-grey:hover span.counter-badge.big-number {
    top: 5px;
    line-height: 18px;
    height: 18px;
    width: auto;
    padding: 0 8px;
}

body.newlayout .lightbox.lb-search .lightbox-content .search-result-list li img {
    padding: 4px;
    border: 1px solid #eee;
}

/* WIDGET */
body.newlayout .widget {
    background: none;
    border: 3px solid #e6e6e6;
}

    body.newlayout .widget.konii-mapbox {
        background: #f7f7f7 url(../images/bg-widget-mapbox.jpg) top left no-repeat;
    }

    body.newlayout .widget:after {
        display: none;
    }

    body.newlayout .icon.list-toggler {
        display: none;
    }

    body.newlayout .widget .heading {
        background: none;
        padding-top: 15px;
        border: none;
    }

        body.newlayout .widget .heading h2,
        body.newlayout .widget .heading h3 {
            color: #292929;
            font-size: 18px;
            line-height: 24px;
            font-weight: 800;
            font-family: Lato, Arial, sans-serif;
        }

            body.newlayout .widget .heading h2 .fa,
            body.newlayout .widget .heading h3 .fa{
                color: #399bec;
            }

    body.newlayout .widget .text h3 {
        line-height: 24px;
        margin-bottom: 0;
    }

    body.newlayout .widget.white {
        background: #fff;
    }

    body.newlayout .widget.blue {
        background: #399bec;
        color: #fff;
    }

    body.newlayout .widget.blue ul,
    body.newlayout .widget.blue ul li,
    body.newlayout .widget.blue a,
    body.newlayout .widget.blue .heading h2 .fa,
    body.newlayout .widget.blue .heading h3 .fa,
    body.newlayout .widget.blue h3,
    body.newlayout .widget.blue ul.normal li::before {
        color: #fff;
    }

    body.newlayout .widget h3,
    body.newlayout .widget h3 a {
        font-size: 16px;
        color: #292929;
        font-weight: normal;
        margin-bottom: 6px;
    }

        body.newlayout .widget p,
        body.newlayout .widget em {
            font-size: 16px;
            color: #adadb2;
        }

    body.newlayout .widget .list-image {
        margin-right: 20px;
        margin-bottom: 15px;
        background: #fff;
    }

    body.newlayout .widget .widget-content {
        padding-bottom: 10px;
    }

    body.newlayout .widget .open-close {
        margin-top: 20px;
    }

        body.newlayout .widget .open-close .opener {
            background: #656569;
            padding: 6px 20px;
            border-radius:  .25rem;
            color: #fff;
            height: auto;
        }

body.newlayout .widget.konii-premium-partners img {
    width: 80%;
}

/* WHITEBOX */
body.newlayout .whitebox {
    background: #fff;
    padding: 25px 15px 10px 15px;
}

/* GREYBOX */
body.newlayout .greybox {
    background: none;
    border: 3px solid #e6e6e6;
    padding: 15px 15px 10px 15px;
}

body.newlayout .darkgreybox {
    background: #656569;
    padding: 25px 15px 10px 15px;
    color: #fff !important;
}

    body.newlayout .darkgreybox h3,
    body.newlayout .darkgreybox a,
    body.newlayout .darkgreybox p {
        color: #fff !important;
    }

/* HEADLINES */
body.newlayout h1.abnormal,
body.newlayout h2.abnormal,
body.newlayout h3.abnormal,
body.newlayout h1.title,
body.newlayout h2.title,
body.newlayout h3.title {
    border: none;
    font-weight: 800;
    font-family: Lato, Arial, sans-serif;
    line-height: 30px;
}

    body.newlayout h2.abnormal {
        font-size: 18px;
    }

    body.newlayout .tabs-heading h2 {
        font: inherit;
    }

body.newlayout p {
    font-size: 16px;
}

body.newlayout .button {
    border-radius: .25rem;
}

    body.newlayout .list-item-edit .button.deleteinform {
        padding: 0;
        margin-top: 10px;
    }

        body.newlayout .list-item-edit .button.deleteinform a {
            padding: 2px 10px;
        }

    body.newlayout .button-large {
        height: 42px;
    }

        body.newlayout .button-large a {
            line-height: 32px;
            font-size: 18px !important;
        }

body.newlayout .btn {
    font-weight: 300;
}

body.newlayout .button.max-border-radius {
    border-radius: .50rem;
}

body.newlayout .upper-right-button {
    margin: 10px 0 0 20px;
}

body.newlayout #sidebar .widget .button {
    height: auto;
    /*width: auto;
    margin: 0 auto;
    display: inline-block;*/
}

    body.newlayout #sidebar .widget .button a {
        font-family: Lato, Arial, sans-serif;
        font-size: 16px;
        padding: 6px 20px;
    }

/* NEWS TOP ITEM */
body.newlayout .top-news-item {

}

    body.newlayout .top-news-item .news-element.visual {
        height: auto;
        background: #e6e6e6;
    }

    body.newlayout .news-element.visual .rate-holder:before {
        display: none;
    }

    body.newlayout .top-news-item li.news-element:last-child {
        margin-bottom: 0;
    }

    body.newlayout .top-news-item .imageholder {
        padding: 20px 0 20px 20px;
        position: relative;
    }

        body.newlayout .top-news-item .imageholder .go-to-company-profile {
            position: absolute;
            right: 20px;
            top: 17px;
        }

        body.newlayout .top-news-item .news-element.small .contentholder .go-to-company-profile {
            position: absolute;
            right: 0;
            top: 17px;
        }


        body.newlayout .top-news-item .top {
            top: 40px;
            left: 20px;
            right: auto;
            padding: 5px;
            width: auto;
            height: auto;
            max-width: none;
            background: #399bec;
            color: #fff;
            white-space: nowrap;
            font-weight: normal;
            font-family: Lato, Arial, sans-serif;
            font-size: 14px;
        }

    body.newlayout .top-news-item .contentholder {
        padding-right: 30px;
    }

        body.newlayout .top-news-item .contentholder .text-block {
            position: relative;
            left: auto;
            bottom: auto;
            right: auto;
            top: auto;
            height: auto;
            background: none;
            padding: 0;
        }

        body.newlayout .top-news-item .contentholder .text-block .title,
        body.newlayout .top-news-item .contentholder .text-block .title a {
            font-weight: 800;
            font-family: Lato, Arial, sans-serif;
            font-size: 22px;
            line-height: 30px;
            color: #292929;
            margin: 0 0 30px 0;
        }

            body.newlayout .top-news-item .small .contentholder .text-block .title {
                margin-bottom: 20px;
            }

        body.newlayout .top-news-item .contentholder .tags,
        body.newlayout .top-news-item .contentholder .tags a {
            font-family: Lato, Arial, sans-serif;
            font-size: 14px;
            color: #399bec;
            text-decoration: none;
            margin: 30px 0 15px 0;
        }

            body.newlayout .top-news-item .small .contentholder .tags {
                margin-top: 20px;
            }

        body.newlayout .top-news-item .contentholder .text-teaser,
        body.newlayout .top-news-item .contentholder .text-teaser a {
            color: #292929;
            font-size: 16px;
            line-height: 24px;
        }

        body.newlayout .top-news-item .contentholder em.date {
            color: #999999;
            font-size: 14px;
            display: block;
            margin-top: 10px;
            background: none;
        }

/* NEWS TAGS */
body.newlayout #news-tags {
    margin: 0;
}

/* NEW NEWS LIST ELEMENTS */
body.newlayout .news-element-newlayout {
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 480px;
    margin-bottom: 0; /*20px;*/
}

    body.newlayout .news-element-newlayout.col-md-4 {
        /*padding: 38px;*/
    }

    body.newlayout .news-element-newlayout.small {
        min-height: 250px;
    }

    /* TOP */
    body.newlayout .news-element-newlayout.top {
        background: #e6e6e6;
    }

    body.newlayout .news-element-newlayout .img-holder {
        position: relative;
    }

        body.newlayout .news-element-newlayout .img-holder .go-to-company-profile {
            position: absolute;
            top: 0;
            right: 15px;
        }

        body.newlayout .news-element-newlayout .img-holder .top {
            top: 20px;
            left: 0;
            right: auto;
            padding: 5px;
            width: auto;
            height: auto;
            max-width: none;
            background: #399bec;
            color: #fff;
            white-space: nowrap;
            font-weight: normal;
            font-family: Lato, Arial, sans-serif;
            font-size: 14px;
            text-transform: none;
        }

        body.newlayout .news-element-newlayout .info p a,
        body.newlayout .news-element-newlayout .info p {
            color: #399bec;
            font-size: 14px;
        }

        body.newlayout .news-element-newlayout h3 {
            margin-bottom: 24px;
        }

            body.newlayout .news-element-newlayout h3,
            body.newlayout .news-element-newlayout h3 a {
                font-size: 22px;
                color: #292929;
                line-height: 30px;
            }

        body.newlayout .news-element-newlayout .text-holder-info {
            font-size: 16px;
        }

        body.newlayout .news-element-newlayout .date {
            font-size: 14px;
            color: #999999;
            background: none;
            line-height: 24px;
        }

    body.newlayout .news-element-newlayout.mostread {
        position: relative;
        min-height: auto;
        padding-bottom: 10px;
    }

        body.newlayout .news-element-newlayout.mostread .date {
            position: absolute;
            bottom: 10px;
            left: 15px;
        }

/* NEWS DETAIL PAGE */
body.newlayout .category-list {
    color: #399bec;
    margin-bottom: 20px;
}

body.newlayout .list.checkbox li label {
    white-space: nowrap;
}

body.newlayout .widget.topics .list.checkbox li label {
    white-space: normal;
}

body.newlayout #connectionbox-news {

}

    body.newlayout #connectionbox-news p {
        font-size: 14px;
        line-height: 20px;
    }

body.newlayout .gallery-holder {
    float: none;
}

    body.newlayout .gallery-holder .gallery-mask {
        width: auto;
        height: auto;
    }

    body.newlayout .gallery-holder .gallery-mask .slide {
        width: auto;
        height: auto;
        position: relative;
        left: auto;
        top: auto;
    }

body.newlayout .article,
body.newlayout .comments-block {
    float: none;
}

    body.newlayout .article .text {
        font-size: 16px;
        line-height: 24px;
    }

        body.newlayout .article .text h3 {
            margin: 30px 0 10px 0;
        }

body.newlayout .news-image-holder {
    position: relative;
}

    body.newlayout .news-image-holder .top {
        top: 20px;
        left: 0;
        right: auto;
        padding: 5px;
        width: auto;
        height: auto;
        max-width: none;
        background: #399bec;
        color: #fff;
        white-space: nowrap;
        font-weight: normal;
        font-family: Lato, Arial, sans-serif;
        font-size: 14px;
        text-transform: none;
        z-index: 10;
    }

body.newlayout .gallery-holder .gallery-mask .slide .zoom {
    bottom: 15px;
    right: 15px;
    border-radius: 100%;
}

    body.newlayout .date {
        background: none;
        color: #999999;
    }

body.newlayout .info-block,
body.newlayout .section {
    margin-bottom: 0;
}

body.newlayout .comments-block {
    border-top: none;
    padding-top: 0;
}

    body.newlayout .comment-form label {
        font-family: Lato, Arial, sans-serif;
    }

body.newlayout .konii-lightbox-gallery {
    text-align: center;
    display: block;
    background: #000;
}

body.newlayout .widget.company {

}

    body.newlayout .widget.company img {
        margin: 0 auto;
    }

    body.newlayout .widget.company .dark-blue {
        background: none;
        color: #999999;
        padding: 0;
        box-shadow: none;
    }

        body.newlayout #sidebar .widget.company .dark-blue a {
            padding: 0;
            font-size: 14px;
            color: #399bec;
        }

        body.newlayout .widget.company .dark-blue i { display: none; }

        body.newlayout .news-area {
            float: none;
        }

/* BLOG ITEM STREAM */
body.newlayout .blog-element-newlayout {
    padding-top: 34px;
    padding-bottom: 20px;
}

    body.newlayout .blog-element-newlayout > div {
        /*background: #FDF035;*/
        background: #f7aa35;
        border: 4px solid #399bec;
        min-height: 270px;
    }

        body.newlayout .blog-element-newlayout h3 {
            line-height: 20px;
        }

        body.newlayout .blog-element-newlayout .img-holder {
            background: #399bec;
            padding: 0;
            margin: 0;
        }

            body.newlayout .blog-element-newlayout .img-holder .blogimage {
                position: absolute;
                right: -4px;
                top: -40px;
            }

                body.newlayout .blog-element-newlayout .img-holder .blogimage img {
                    border-radius: 100%;
                    /*border: 4px solid #FDF035;*/
                    border: 4px solid #f7aa35;
                    width: 80px;
                    height: 80px;
                    background: #fff;
                }

                body.newlayout .blog-element-newlayout .img-holder .blogimage img.profile-picture {
                    float: none;
                    margin: 0;
                }

        body.newlayout .blog-element-newlayout .text-holder {
            padding: 10px;
        }

/* COMPANY WIDGET */
body.newlayout .widget.company .logo-holder {
    position: relative;
    padding-bottom: 30px;
    padding-top: 3px;
}

body.newlayout .widget.company .company-data {
    display: none;
    background: url("../images/bg-map-nav.png");
    width: 100%;
    height: 100%;
    padding: 10%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}
    body.newlayout .widget.company .logo-holder .company-data .data-item {
        width: 50%;
        float: left;
        margin: 0 0 50px 0;
    }
    body.newlayout .widget.company .logo-holder .company-data .data-item p {
        color: #FFF;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        margin: 0;
    }
    body.newlayout .widget.company .logo-holder .company-data .data-item p:first-child {
        color: #0560a5;
        font-size: 30px;
        font-weight: 400;
        margin: 0 0 4px 0;
    }
    body.newlayout .widget.company .logo-holder:hover .company-data {
        display: block;
    }

/* STARTPAGE */
body.newlayout .widget .event-bubble p {
    font-size: 13px;
    line-height: 16px;
}

/* WIDGET CONTACTPERSON */
body.newlayout .widget.contact-person img {
    margin: 0 20px 0 0;
}

body.newlayout .widget.contact-person .button {
    margin-top: 15px;
}

body.newlayout .widget.contact-person .title,
body.newlayout .widget.contact-person .title a {
    color: #292929;
    font-size: 16px;
}

body.newlayout .widget.contact-person .text-style {
    color: #292929;
    font-size: 16px;
}

body.newlayout .widget.contact-person .companyname .text-style,
body.newlayout .widget.contact-person .companyname .text-style a {
    color: #adadb2;
    font-size: 16px;
    font-weight: normal !important;
}

/* COMPANY DETAIL */
body.newlayout .connections-wrapper {
    width: 100%;
}

body.newlayout .content-item.small .links-bar {
    bottom: -24px;
    padding: 9px 6px;
}

    body.newlayout .content-item.small .links-bar a.empfehlen-link {
        margin-right: 2px;
    }

    body.newlayout .content-item.small .links-bar .share-link {
        margin-left: 2px;
    }

    body.newlayout .content-item.small .links-bar .empfehlen-link:before,
    body.newlayout .content-item.small .links-bar .merken-link:before,
    body.newlayout .content-item.small .links-bar .share-link:before,
    body.newlayout .content-item.small .links-bar .comment-link:before {
        margin-right: 2px;
    }

body.newlayout .news-element.visual .rate-holder {
    background: #399bec;
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
    padding-left: 8px;
    padding-right: 20px;
    padding-top: 8px;
    height: 32px;
}

body.newlayout .tabs-section .number-info li {
    background: none;
    margin: inherit;
    padding: inherit;
}

body.newlayout .tabs-section .number-info li a:after,
body.newlayout .tabs-section .number-info li.active {
    background: none;
}

    body.newlayout #tab-navigation.nav-section .otherway .active .btn,
    body.newlayout #tab-navigation.nav-section .btn {
        background: #f5f5f5;
        border: 1px solid #e5e5e5;
        color: #666669;
    }

    body.newlayout #tab-navigation.nav-section.nav-large .otherway .active .btn,
    body.newlayout #tab-navigation.nav-section.nav-large .btn {
        color: #292929;
    }

        body.newlayout #tab-navigation.nav-section .otherway .btn,
        body.newlayout #tab-navigation.nav-section .active .btn,
        body.newlayout #tab-navigation.nav-section .active .btn:hover {
            background: #fff;
            color: #399bec;
            border: 1px solid #e5e5e5;

            border-bottom: 1px solid #fff;
            position: relative;
            z-index: 5;

            vertical-align: top;
            -webkit-box-shadow: none;
            box-shadow: none;
            margin: 0 10px;
            padding: 10px 20px;
            display: inline-block;
            height: auto;
            font-size: 14px;
            -webkit-border-radius: 0 0 0 0;
            border-radius: 0 0 0 0;
        }

        body.newlayout #tab-navigation.nav-section.padding-small .otherway .btn,
        body.newlayout #tab-navigation.nav-section.padding-small .btn,
        body.newlayout #tab-navigation.nav-section.padding-small .btn:hover {
            padding: 10px 14px;
        }

        body.newlayout #tab-navigation.nav-section.nav-large .otherway .btn,
        body.newlayout #tab-navigation.nav-section.nav-large .active .btn,
        body.newlayout #tab-navigation.nav-section.nav-large .active .btn:hover {
            font-size: 16px;
            font-weight: bold;
        }


    body.newlayout address,
    body.newlayout .info-column {
        font-size: 16px;
        line-height: 24px;
    }

body.newlayout #profilestats {
    margin-top: 20px;
}

    body.newlayout #profilestats .statblock {
        background: #e6e6e6;
        padding: 15px;
        margin: 0 0 20px 0;
        font-size: 16px;
        min-height: 150px;
    }

        body.newlayout #profilestats .statblock a {
            color: #399bec;
        }

        body.newlayout #profilestats .statblock p {
            margin-bottom: 0px;
        }

        body.newlayout #profilestats ul {

        }

            body.newlayout #profilestats ul li {
                padding-left: 12px;
                position: relative;
            }

            body.newlayout #profilestats ul li::before {
                position: absolute;
                top: 0;
                left: 0;
                content: "• ";
                color: #399bec;
                font-size: 12px;
            }

        body.newlayout .web-profiles ul li {
            display: inline;
            margin-left: 6px;
            padding-top: 5px;
        }

            body.newlayout .web-profiles ul li a {
                color: #adadb3;
                font-size: 20px;
            }

                body.newlayout .web-profiles ul li a:hover {
                    color: #399bec;
                }

            body.newlayout .web-profiles ul li:before {
                display: none;
            }

        body.newlayout .tabs-content .text-column,
        body.newlayout .tabs-content .contact-column {
            width: auto;
            float: none;
        }

        body.newlayout .widget.company-location {
            padding-bottom: 0;
        }

            body.newlayout .widget.company-location h2.line {
                border: none;
                padding: 15px;
                font-size: 18px;
            }

            body.newlayout .widget.company-location #company_estate_map_canvas {
                height: 200px;
            }

        body.newlayout .tabs-content .text-column {
            height: 180px;
            padding: 0 0 50px 0;
            overflow: hidden;
            position: relative;
        }

            body.newlayout .tabs-content .text-column .showalltext {
                position: absolute;
                z-index: 2;
                bottom: 0;
                left: 0;
                right: 0;
                width: 100%;
                text-align: left;
                color: #399bec;
                cursor: pointer;
            }

            body.newlayout .tabs-content .text-column:after {
                z-index: 1;
                position: absolute;
                bottom: 0;
                left: 0;
                height: 45%;
                width: 100%;
                content: "";
                background: linear-gradient(to top,
                   rgba(255,255,255, 1) 25%,
                   rgba(255,255,255, 0) 75%
                );
                pointer-events: none; /* so the text is still selectable */
            }

        body.newlayout .tabs-content .text-column.show {
            height: auto;
            overflow: visible;
            box-shadow: none !important;
            padding-bottom: 0;
        }

        body.newlayout .tabs-content .text-column.show:after { display: none; }

        body.newlayout .block.downloads-media .title {
            border: none;
            font-size: 22px;
            margin-bottom: 15px;
        }

        body.newlayout .companycontent #tabcontent-filter {
            margin-bottom: 20px;
        }

            body.newlayout .companycontent .filter-results {
                margin: 0;
            }

            body.newlayout .companycontent #tabcontent-filter .counter-badge {
                background: none;
                color: inherit;
                position: relative;
                top: auto;
                right: auto;
                width: auto;
                height: auto;
            }

            body.newlayout .companycontent #tabcontent-filter .button {
                margin-bottom: 6px;
            }

            body.newlayout .companycontent #tabcontent-filter .button,
            body.newlayout .companycontent #tabcontent-filter .button a {
                background: #e6e6e6;
                border: none;
                box-shadow: none;
            }

            body.newlayout .companycontent #tabcontent-filter .button.active,
            body.newlayout .companycontent #tabcontent-filter .button.active a {
                background: #399bec;
                color: #fff;
            }

            body.newlayout .button.follow-company {}

                body.newlayout .button.follow-company .notfollowing { display: inline; }
                body.newlayout .button.follow-company .following { display: none; }

            body.newlayout .button.follow-company-active a,
            body.newlayout .button.follow-company-active:hover a {
                color: #fff;
            }

                body.newlayout .button.follow-company-active .notfollowing { display: none; }
                body.newlayout .button.follow-company-active .following { display: inline; }

/* USER PROFILE */
body.newlayout .tabs-content.profile.user-detail .text-column:after {
    display: none;
}

body.newlayout .tabs-content .contact-column .block.sector ul {
    margin-top: 10px;
}

    body.newlayout .tabs-content .contact-column .block.sector ul li {
        background: none;
        margin: inherit;
        padding-bottom: 3px;
        font-size: 16px;
    }

body.newlayout .list-item-edit {
    border-bottom: 1px solid #e6e6e6;
    padding: 12px 0;
}

    body.newlayout .list-item-edit img {
        margin-right: 20px;
    }

    body.newlayout .list-item-edit .button {
        height: auto;
        font-size: 14px;
        line-height: 14px;
        padding: 6px 12px;
    }

    body.newlayout .list-item-edit em.date {
        margin: 0;
    }

    body.newlayout .proffer.home-stream > li .posting .text-holder p {
        margin: 0;
    }

    body.newlayout .proffer.home-stream > li .top {
        position: absolute;
        top: -100px;
        left: 10px;
        margin: 0;
        padding: 0;
    }

    body.newlayout #newitemsbadge {
        position: absolute;
        top: -10px;
        right: -4px;
        width: 32px;
        height: 32px;
        line-height: 30px;
        border-radius: 100%;
        border: 1px solid #fff;
        background: #399bec;
        color: #fff;
        text-align: center;
        font-weight: bold;
        z-index: 10;
    }

body.newlayout .profilebloggerastronaut:hover {
    color: #399bec;
}

/* MARKETING CONTENT */
body.newlayout .marketing-content {

}

    body.newlayout .marketing-content h2 {
        margin-top: 20px;
    }

    body.newlayout .marketing-content .hidden-anchor {
        display: block;
        position: relative;
        top: -80px;
    }

/* HOME STREAM */
body.newlayout .posting-description {
    font-size: 12px !important;
    line-height: 18px;
}

body.newlayout .posted {
    font-size: 12px;
    line-height: 16px;
}

body.newlayout #konii-stream-interest-list {
  display: flex;
  flex-wrap: wrap;
}

body.newlayout #konii-stream-interest-list p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 8px;
}

body.newlayout #konii-stream-interest-list ul.detail {

}

    body.newlayout #konii-stream-interest-list ul.detail li {
        width: auto;
        float: none;
        margin: 0 0 6px 0;
    }

    body.newlayout .proffer.home-stream > li .stream-header {
        padding-top: 20px;
        font-size: 12px !important;
    }

    body.newlayout .proffer.home-stream > li .posting .text-block {
        font-size: 12px !important;
    }

    body.newlayout .proffer.home-stream > li .daysago-single {
        position: relative;
    }

        body.newlayout .proffer.home-stream > li .daysago-single .posted {
            bottom: 15px;
            right: 25px;
        }

    body.newlayout .proffer.home-stream > li .number-info {
        float: none;
        margin: 0;
        padding: 0;
    }

    body.newlayout .proffer.home-stream > li .stream-header .stream-header-image {
        top: -46px;
    }


/* PARTIAL BOXES */
body.newlayout .contentpartialbox {
    margin-bottom: 20px;
}

    body.newlayout .contentpartialbox h2 {
        margin-top: 20px;
        font-size: 22px;
    }

    body.newlayout .contentpartialbox h4 {
        margin-bottom: 18px;
    }

    body.newlayout .contentpartialbox input {
        margin-bottom: 30px;
    }

    body.newlayout .contentpartialbox .button {
        height: auto;
    }

        body.newlayout .contentpartialbox .button a {
            height: auto;
            padding: 10px 20px;
            font-size: 16px;
            font-weight: 300;
        }

body.newlayout .rss-partial-holder {
    position: relative;
}

    body.newlayout .rss-partial-holder .button.max-border-radius.active {
        transition: all .3s ease-in;
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        background: #656569 !important;
    }

    body.newlayout .rss-partial-holder ul {
        position: absolute;
        width: 250px;
        top: 42px;
        left: 5px;
        background: #656569;
        z-index: 100;
        list-style-type: none;
        padding: 10px 30px;
        border-bottom-left-radius: .25em;
        border-bottom-right-radius: .25em;
        border-top-right-radius: .25em;
    }

        body.newlayout .rss-partial-holder ul li a,
        body.newlayout .rss-partial-holder ul li a strong {
            color: #fff;
        }

body.newlayout #content .widget.vacancies {
    margin-top: 22px;
}

/* NETWORK PERSONS LIST */
body.newlayout .employees-wrapper .widget.employee-box {
    background: #fff;
}

/* CANDIDATE LIST */
body.newlayout .content-item .job-details p {
    font-size: 13px;
}

    body.newlayout .mainholder-job .text {
        display: inline-block;
    }

/* JOB OVERVIEW */
.flickity-job-carousel {
    width: 100%;
}

    .flickity-job-carousel .slide {
        width: 350px;
        max-width: 100%;
        min-height: 125px;
        border: 3px solid #e6e6e6;
        padding: 20px;
        margin-right: 30px;
        background: #fff;
        position: relative;
    }

        .flickity-job-carousel .slide h4 {
            color: #399bec;
            font-size: 18px;
            font-weight: 700;
            font-family: Lato, Verdana, sans-serif;
        }

        .flickity-job-carousel .slide .employmenttype,
        .flickity-job-carousel .slide .location {
            color: #292929;
            position: absolute;
            bottom: 20px;
            left: 20px;
        }

            .flickity-job-carousel .slide .employmenttype {
                right: 20px;
                left: auto;
            }

            .flickity-job-carousel .slide .location i {
                color: #adadb3;
            }

/* COCKPIT */
body.newlayout .cockpit-box p {
    font-size: 14px;
    line-height: 130%;
}

/* NEWS NAVIGATION MOBILE DETAIL */
body.newlayout #newsnav-mobile {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: #399bec;
    z-index: 20;
    border-top: 1px solid #fff;
}

    body.newlayout #newsnav-mobile a {
        display: inline-block;
        height: 60px;
        text-align: center;
        font-size: 13px;
        color: #fff;
        line-height: 20px;
        float: left;
        padding-top: 6px;
    }

        body.newlayout #newsnav-mobile a:hover,
        body.newlayout #newsnav-mobile a:focus,
        body.newlayout #newsnav-mobile a:active {
            text-decoration: none;
        }

        body.newlayout #newsnav-mobile a i {
            font-size: 28px;
        }

    body.newlayout #newsnav-mobile #newsnav-mobile-prev {
        border-right: 1px solid #fff;
        width: 35%;
    }

    body.newlayout #newsnav-mobile #newsnav-mobile-twitter {
        width: 28%;
    }

    body.newlayout #newsnav-mobile #newsnav-mobile-next {
        border-left: 1px solid #fff;
        width: 35%;
    }

/* NEW START PAGE */
body.newlayout #outpage-content {

}

    body.newlayout #outpage-content .btn {
        color: #fff;
        background-color: #399bec;
        border-color: #399bec;
    }

    body.newlayout #outpage-content section {
        width: 100%;
        min-height: 170px;
        padding: 45px 0;
    }

        body.newlayout #outpage-content section h2 {
            margin-top: 20px;
            font-size: 54px;
            margin-top: 20px;
            margin-bottom: 25px;
            color: #292929;
            font-weight: 300;
        }

        body.newlayout #outpage-content section h3 {
            margin-bottom: 20px;
            color: #adadb2;
            font-size: 22px;
            font-weight: 700;
        }

        body.newlayout #outpage-content section h4 {
            font: 24px/120% Lato, Verdana, sans-serif;
            color: #292929;
            margin-bottom: 20px;
        }

        body.newlayout #outpage-content section.lightgrey { background: #f7f7f7; }

        body.newlayout #outpage-content section.darkgrey { background: #e6e6e6; }

        body.newlayout #outpage-content section.white { background: #fff; }

            /* VIDEO */
            body.newlayout #outpage-content section#start-keyvisual {
                padding: 0;
                max-height: 700px;
                overflow: hidden;
                position: relative;
            }

                body.newlayout #outpage-content section#start-keyvisual .textholder {
                    position: absolute;
                    left: 0;
                    right: 0;
                    top: 0;
                    height: 140px;
                    margin-top: 20px;
                    z-index: 98;
                }

                    body.newlayout #outpage-content section#start-keyvisual h1 {
                        /*font-size: 54px;*/
                        font-size: 36px;
                        font-weight: 300;
                        /*color: #fff;*/
                        margin-top: 30px;
                    }

                    body.newlayout #outpage-content section#start-keyvisual .videowrapper {
                        width: 100%;
                        height: 200px;
                    }

                    body.newlayout #outpage-content section#start-keyvisual video {
                        position: absolute;
                        top: 0;
                        left: 0;
                        width: 100%;
                    }

            /* COUNT UP */
            body.newlayout #outpage-content section#start-counts {

            }

                body.newlayout #outpage-content section#start-counts .countup {
                    display: block;
                    font-weight: 300;
                    color: #399bec;
                    font-size: 54px;
                    line-height: 54px;
                    margin-bottom: 8px;
                }

                body.newlayout #outpage-content section#start-counts strong {
                    display: block;
                    color: #656569;
                    font-weight: 300;
                    font-size: 18px;
                }

            /* SLIDER */
            body.newlayout #outpage-content section#start-facts {
                padding: 0;
            }

                body.newlayout #outpage-content section#start-facts .facts-carousel {
                    width: 100%;
                }

                body.newlayout #outpage-content section#start-facts .slide {
                    width: 80%;
                    height: 100%;
                    background: #292929;
                    padding: 120px 100px;
                    min-height: 440px;
                }

                    body.newlayout #outpage-content section#start-facts .slide:nth-child(2n) {
                        background: #399bec;
                    }

                    body.newlayout #outpage-content section#start-facts .slide h2 {
                        font-size: 54px;
                        font-weight: 300;
                        color: #fff;
                    }

                    body.newlayout #outpage-content section#start-facts .slide h3 {
                        font-size: 22px;
                        color: #fff;
                    }

                    body.newlayout #outpage-content section#start-facts .slide p {
                        font-size: 16px;
                        color: #fff;
                        font-weight: 300;
                    }

                    body.newlayout #outpage-content section#start-facts .flickity-prev-next-button {
                        background: rgba(0,0,0,.4);
                        border-radius: 0;
                        width: 28px;
                    }

                        body.newlayout #outpage-content section#start-facts .flickity-prev-next-button svg path {
                            fill: #fff;
                        }

                        body.newlayout #outpage-content section#start-facts .flickity-prev-next-button.previous {
                            left: 0;
                        }

                        body.newlayout #outpage-content section#start-facts .flickity-prev-next-button.next {
                            right: 0;
                        }

            /* NEWS AND JOBS */
            body.newlayout #outpage-content section#start-news-jobs {

            }

                body.newlayout #outpage-content section#start-news-jobs .ressortlist {
                    margin-top: 5px;
                    margin-bottom: 30px;
                    padding: 10px 0;
                }

                    body.newlayout #outpage-content section#start-news-jobs .ressortlink {
                        /*color: #656569;*/
                        font-size: 14px;
                        padding-right: 3px;
                    }

                        body.newlayout #outpage-content section#start-news-jobs .ressortlink:after {
                            content: '·';
                            margin-left: 3px;
                        }

                        body.newlayout #outpage-content section#start-news-jobs .ressortlink:last-child:after {
                            display: none;
                            content: '';
                        }

                body.newlayout #outpage-content section#start-news-jobs .news-element-newlayout.top {
                    background: #fff;
                }

                    body.newlayout #outpage-content section#start-news-jobs .news-element-newlayout.top span.top {
                        display: none;
                    }

                body.newlayout #outpage-content section#start-news-jobs .topjob-carousel {
                    width: 100%;
                }

                    body.newlayout #outpage-content section#start-news-jobs .topjob-carousel .slide {
                        width: 350px;
                        max-width: 100%;
                        min-height: 125px;
                        border: 3px solid #e6e6e6;
                        padding: 20px;
                        margin-right: 30px;
                        background: #fff;
                        position: relative;
                    }

                        body.newlayout #outpage-content section#start-news-jobs .topjob-carousel .slide h4 {
                            color: #399bec;
                            font-size: 18px;
                            font-weight: 700;
                            font-family: Lato, Verdana, sans-serif;
                        }

                        body.newlayout #outpage-content section#start-news-jobs .topjob-carousel .slide .employmenttype,
                        body.newlayout #outpage-content section#start-news-jobs .topjob-carousel .slide .location {
                            color: #292929;
                            position: absolute;
                            bottom: 20px;
                            left: 20px;
                        }

                            body.newlayout #outpage-content section#start-news-jobs .topjob-carousel .slide .employmenttype {
                                right: 20px;
                                left: auto;
                            }

                            body.newlayout #outpage-content section#start-news-jobs .topjob-carousel .slide .location i {
                                color: #adadb3;
                            }


            /* PARTNER TOP */
            body.newlayout #outpage-content section#start-partner-top {
                background: #fff;
                border-top: 3px solid #eee;
            }

                body.newlayout #outpage-content section#start-partner-top img.grayscale {
                    filter: none !important;
                    -webkit-filter: none !important;
                    opacity: 1;
                }

            /* COCKPIT */
            body.newlayout #outpage-content section#start-cockpit {

            }

                body.newlayout #outpage-content section#start-cockpit h2 {
                    /*margin-bottom: 50px;*/
                }

                body.newlayout #outpage-content section#start-cockpit .more-functions .cockpit-box:hover {
                    animation: wiggle 2s cubic-bezier(.36,.07,.19,.97) both;
                    animation-delay: 0;
                    animation-iteration-count: infinite;
                    transform: translate3d(0, 0, 0);
                    backface-visibility: hidden;
                    perspective: 1000px;
                }

                body.newlayout #outpage-content section#start-cockpit .cockpit-box h3 {
                    /*font-size: 18px;
                    color: #292929;
                    margin: 0;*/
                }

                body.newlayout #outpage-content section#start-cockpit .cockpit-box h3 {
                    font-size: 18px;
                    color: #292929;
                }

                body.newlayout #outpage-content section#start-cockpit .cockpit-box.social-shares h3,
                body.newlayout #outpage-content section#start-cockpit .cockpit-box.company-publications h3 {
                    color: #fff;
                }

                body.newlayout #outpage-content section#start-cockpit .cockpit-box h4 {
                    font-size: 14px;
                    color: #fff;
                    margin: 0;
                }


                body.newlayout #outpage-content section#start-cockpit .cockpit-box.company-views h4 {
                    color: #292929;
                }

                /* COCKPIT */
                body.newlayout #outpage-content section#start-benefits {
                    background: #fff;
                }

                    body.newlayout #outpage-content section#start-benefits .functions-box {
                        background: #fff;
                        transition: all .3s ease-in;
                        padding: 22px;
                        text-align: center;
                        -webkit-box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.15);
                        -moz-box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.15);
                        box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.15);
                        height: 300px;
                        margin-bottom: 20px;
                    }

                    body.newlayout #outpage-content section#start-benefits .functions-box:hover {
                        background: #efefef;
                    }

                    body.newlayout #outpage-content section#start-benefits .functions-box h3 {
                        margin: 20px 0;
                    }

                    body.newlayout #outpage-content section#start-benefits .functions-box h3,
                    body.newlayout #outpage-content section#start-benefits .functions-box a {
                        font-size: 22px;
                        color: #292929;
                    }

                    body.newlayout #outpage-content section#start-benefits .functions-box i {
                        font-size: 48px;
                    }

                    body.newlayout #outpage-content section#start-benefits .functions-box p {
                        font-size: 16px;
                        color: #5f5f5f;
                    }

            /* PARTNER BOTTOM */
            body.newlayout #outpage-content section#start-partner-bottom {
                padding-bottom: 60px;
                background: #fff;
            }

body.newlayout #start-topnews h2.abnormal,
body.newlayout #outpage-content section#start-topnews h2 {
    font-size: 20px;
    font-weight: bold;
}

body.newlayout #start-topnews .whitebox {
    background: #f7f7f7;
}

@keyframes wiggle {
    0% { transform: rotate(0deg); }
   20% { transform: rotate(0deg); }
   25% { transform: rotate(5deg); }
   35% { transform: rotate(-5deg); }
   40% { transform: rotate(0deg); }
  100% { transform: rotate(0deg); }
}


/* NEW LAYOUT STREAM GRID MAGAZIN */

body.newlayout .magazinholder {
    border: 3px solid #399bec;
    margin-top: 0px;
    position: relative;
    padding: 20px;
    background: #fff;

}

    body.newlayout .magazinholder h3 {
        margin-bottom: 20px;
        color: #000;
        display: inline-block;
        margin-right: 30px;
        margin-bottom: 0;
    }

    body.newlayout .magazinholder h3 .switchery {
        margin-left: 10px;
    }

    body.newlayout .magazinholder a {
        line-height: 30px;
        display: inline-block;
    }

    body.newlayout .magazin-lo {
        position: absolute;
        top: 5px;
        left: 5px;
    }

    body.newlayout .magazin-ru {
        position: absolute;
        bottom: 5px;
        right: 5px;
    }

body.newlayout .konii-stream-holder {

}

    body.newlayout .konii-stream-holder .news-element-newlayout {
        min-height: 0;
        margin-bottom: 0;
        padding-top: 0;
    }

    body.newlayout .konii-stream-holder .news-element-newlayout > div {
        border: 1px solid #e6e6e6;
        background: #fafafa;

        padding: 20px;
        min-height: 220px;
    }

        body.newlayout .konii-stream-holder .news-element-newlayout > div .img-holder,
        body.newlayout .konii-stream-holder .news-element-newlayout > div .text-holder {
            float: left;
            width: 48%;

        }

        body.newlayout .konii-stream-holder .news-element-newlayout > div .text-holder {
            padding-top: 10px;
        }

        body.newlayout .konii-stream-holder .news-element-newlayout .img-holder .newsimagepublisher {
            position: absolute;
            left: 10px;
            top: 10px;
        }

            body.newlayout .konii-stream-holder .news-element-newlayout .img-holder .newsimagepublisher img {
                border-radius: 100%;
                /*border: 4px solid #FDF035;*/
                border: 3px solid #e90d67;
                width: 60px;
                height: 60px;
                background: #fff;
            }

            body.newlayout .konii-stream-holder .news-element-newlayout .img-holder .newsimagepublisher img.profile-picture {
                float: none;
                margin: 0;
            }

    body.newlayout .konii-stream-holder .news-element-newlayout.top {
        background: none;
    }

    body.newlayout .konii-stream-holder .news-element-newlayout.top > div {
        min-height: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

        body.newlayout .konii-stream-holder .news-element-newlayout.top > div {
            background: none;
            border: none;
        }

            body.newlayout .konii-stream-holder .news-element-newlayout.top .img-holder,
            body.newlayout .konii-stream-holder .news-element-newlayout.top .text-holder {
                border: 1px solid #e6e6e6;
                background: #fafafa;
                width: 50%;
                float: left;
                min-height: 185px;
            }

            body.newlayout .konii-stream-holder .news-element-newlayout.top .img-holder { border-right: none; }

            body.newlayout .konii-stream-holder .news-element-newlayout.top .text-holder { border-left: none; }

        body.newlayout .konii-stream-holder .news-element-newlayout .img-holder {
            margin-top: 0;
        }

        body.newlayout .konii-stream-holder .news-element-newlayout.top .img-holder {
            margin: 0;
            max-height: 182px;
            overflow: hidden;
        }

        body.newlayout .konii-stream-holder .news-element-newlayout .img-holder {
            min-height: 112px;
        }

        body.newlayout .konii-stream-holder .news-element-newlayout .text-holder {
            padding-left: 12px;
            padding-right: 12px;
            /*word-break: break-all;*/
        }

        body.newlayout .konii-stream-holder .news-element-newlayout.top .text-holder {
            padding-top: 20px;
        }

    body.newlayout #konii-stream-interest-list .news-element-newlayout p,
    body.newlayout .konii-stream-holder .news-element-newlayout .info p a,
    body.newlayout .konii-stream-holder .news-element-newlayout .info p {
        font-size: 12px;
    }

    body.newlayout .konii-stream-holder .news-element-newlayout h3 a,
    body.newlayout .konii-stream-holder .news-element-newlayout h3 {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    body.newlayout .konii-stream-holder .news-element-newlayout.istop h3 a,
    body.newlayout #konii-stream-interest-list .news-element-newlayout.istop p,
    body.newlayout .konii-stream-holder .news-element-newlayout.istop .info p a {
        color: #fff;
    }

    body.newlayout .konii-stream-holder .news-element-newlayout .streamtype {
        color: #656569;
        font-weight: bold;
        font-size: 15px;
    }

    body.newlayout .konii-stream-holder .news-element-newlayout .streamtype {
        margin-bottom: 10px;
        display: block;
    }

    body.newlayout .konii-stream-holder .news-element-newlayout .info p {
        color: inherit;
    }

    body.newlayout .konii-stream-holder .news-element-newlayout.blogitemstream > div .img-holder .blogimage {
        position: absolute;
        top: 10px;
        left: 10px;
        width: 65px;
        height: 65px;
    }

        body.newlayout .konii-stream-holder .news-element-newlayout.blogitemstream > div .img-holder .blogimage img {
            border-radius: 100%;
            border: 3px solid #f2a409;
            width: 65px;
            height: 65px;
        }

    body.newlayout .konii-stream-holder .news-element-newlayout.isotope-news > div .img-holder .go-to-company-profile {
        position: absolute;
        right: 10px;
        bottom: 10px;
        width: 70px;
        height: 70px;
        background: #fff;
    }

        body.newlayout .konii-stream-holder .news-element-newlayout.isotope-news > div .img-holder .go-to-company-profile img {
            width: 64px;
            height: 64px;
            padding: 3px;
            float: none;
        }

    body.newlayout .konii-stream-holder .news-element-newlayout.isotope-jobs > div {
        min-height: 150px;
    }

    body.newlayout .konii-stream-holder .news-element-newlayout .img-holder .go-to-company-profile {
        position: relative;
        top: auto;
        right: auto;
    }

        body.newlayout .konii-stream-holder .news-element-newlayout.isotope-jobs > div .text-holder { width: 79% }

        body.newlayout .konii-stream-holder .news-element-newlayout.isotope-jobs > div .img-holder {
            width: 20%;
            text-align: center;
        }

            body.newlayout .konii-stream-holder .news-element-newlayout.isotope-jobs > div .text-holder .heading {
                float: left;
                width: 40%;
                padding-right: 10px;
            }

            body.newlayout .konii-stream-holder .news-element-newlayout.isotope-jobs > div .text-holder .info {
                float: left;
                width: 60%;
            }

    body.newlayout .konii-stream-holder .news-element-newlayout.isotope-events > div {
        background: #399bec;
    }

    body.newlayout .konii-stream-holder .news-element-newlayout.isotope-events > div {
        min-height: 180px;
    }

        body.newlayout .konii-stream-holder .news-element-newlayout.isotope-events > div .img-holder {
            width: 20%;
            background: #fff;
            height: 135px;
            padding-top: 40px;
        }

        body.newlayout .konii-stream-holder .news-element-newlayout.isotope-events > div .text-holder {
            width: 75%;
        }

    body.newlayout .konii-stream-holder .news-element-newlayout.isotope-jobs > div {
        /*background: #399bec;*/
    }

        body.newlayout .konii-stream-holder .news-element-newlayout.isotope-jobs h3,
        body.newlayout .konii-stream-holder .news-element-newlayout.isotope-jobs h3 a,
        body.newlayout .konii-stream-holder .news-element-newlayout.isotope-jobs p,
        body.newlayout .konii-stream-holder .news-element-newlayout.isotope-jobs p a,
        body.newlayout .konii-stream-holder .news-element-newlayout.isotope-jobs .streamtype {
            /*color: #fff !important;*/
        }

        body.newlayout .konii-stream-holder .news-element-newlayout .top {
            background: #399bec;
            color: #fff;
            right: 17px;
            top: 2px;
            line-height: 28px;
            padding: 0 14px;
            height: auto;
            text-transform: none;
            z-index: 1000;
        }

        /*body.newlayout .konii-stream-holder .news-element-newlayout.isotope-jobs .top {
            background: #292929;
            color: #fff;
        }*/

    body.newlayout .konii-stream-pager {
        margin: 0 auto;
    }

/* BLOG */
body.newlayout .mainholder-blog .whitebox {
    margin-bottom: 30px;
}

body.newlayout .mainholder-news .blog-element-newlayout,
body.newlayout .mainholder-blog .news-element-newlayout {
    min-height: 140px;
    background: #fff;
}

body.newlayout .mainholder-news .blog-element-newlayout {

}

body.newlayout .mainholder-blog .news-element-newlayout .img-holder .go-to-company-profile {
    right: 40px;
}

body.newlayout .mainholder-blog .news-element-newlayout h3 {
    margin-bottom: 0;
}

body.newlayout .mainholder-news .blog-element-newlayout .blogimage,
body.newlayout .mainholder-blog .news-element-newlayout .blogimage {
    position: absolute;
    top: -25%;
    left: 15px;
    border-radius: 100%;
    z-index: 100;
}

body.newlayout .mainholder-news .blog-element-newlayout .blogimage img,
body.newlayout .mainholder-blog .news-element-newlayout .blogimage img {
    border-radius: 100%;
    border: 2px solid #399bec;
    background: #fff;
}

body.newlayout .mainholder-news .blog-element-newlayout .bloglist-textholder,
body.newlayout .mainholder-blog .news-element-newlayout .bloglist-textholder {
    margin-bottom: 20px;
}

body.newlayout .mainholder-news .blog-element-newlayout .tag-holder,
body.newlayout .mainholder-blog .news-element-newlayout .tag-holder a {
    margin: 0;
}

body.newlayout .mainholder-blog .blogbullet img {
    border-radius: 100%;
    border: 2px solid #399bec;
    background: #fff;
}

body.newlayout .mainholder-blog #blogdetail .bloglist-textholder {
    min-height: 110px;
}

body.newlayout .mainholder-blog .news-element-newlayout .tag-holder .tag,
body.newlayout .mainholder-blog #blogdetail .tag {
    margin-top: 4px;
}

body.newlayout .mainholder-blog #blogdetail h1 {
    margin-top: 20px;
}

body.newlayout .mainholder-blog #blogdetail .blogimage {
    position: absolute;
    bottom: -18%;
    left: 15px;
    z-index: 90;
}

    body.newlayout .mainholder-blog #blogdetail .blogimage.blogimage-single {
        bottom: -25%;
    }

body.newlayout .mainholder-blog #blogdetail .blogimage .profile-picture {
    float: none;
}

body.newlayout .mainholder-blog #blogdetail .blogimage img {
    border-radius: 100%;
    border: 2px solid #399bec;
    background: #fff;
}

body.newlayout .mainholder-blog .blogitem-gallery-thumb img {
    border-radius: 100%;
    border: 2px solid #399bec;
    background: #fff;
    margin-bottom: 30px;
    cursor: pointer;
}

body.newlayout .mainholder-news .blog-element-newlayout {
    padding-top: 20px;
}

body.newlayout .mainholder-news .blog-element-newlayout > div {
    border: none;
    background: #fff;
}

body.newlayout .widget.blogs .yellowborder img,
body.newlayout .mainholder-blog .yellowborder .blogitem-gallery-thumb img,
body.newlayout .mainholder-blog .blogbullet.yellowborder img,
body.newlayout .mainholder-blog .news-element-newlayout .blogimage.yellowborder img,
body.newlayout .mainholder-news .blog-element-newlayout .blogimage.yellowborder img,
body.newlayout .mainholder-blog #blogdetail .blogimage .yellowborder img,
body.newlayout .mainholder-blog #blogdetail .yellowborder img,
body.newlayout .mainholder-blog .blogpostsby .yellowborder img {
    /*border: 8px solid #FDF035;*/
    border: 8px solid #f7aa35;
    border-radius: 100%;
}

body.newlayout .widget.blogs .list-image {
    border-radius: 100%;
    border: 3px solid #f7aa35;
}

body.newlayout .mainholder-blog #blogdetail .blogimage .author {
    max-width: 144px;
    text-align: center;
    background: #e6e6e6;
    margin-top: -80px;
    padding: 80px 10px 10px 10px;
}

body.newlayout .mainholder-blog #blogdetail .blogimage .author strong {
    font-size: 16px;
    color: #292929;
}

body.newlayout .mainholder-blog .comments-block {
    margin-bottom: 0;
}

body.newlayout .mainholder-blog .blogintro {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;
    color: #000;
    position: relative;
}

    body.newlayout .mainholder-blog .blogintro.guest:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        height: 200px;
        width: 100%;
        background: #fff; /* For browsers that do not support gradients */
        background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
    }

body.newlayout .mainholder-blog .blogpostsby {
    margin: 10px 0 20px 0;
}

    body.newlayout .mainholder-blog .blogpostsby img {
        border-radius: 100%;
        border: 2px solid #399bec;
        float: none;
        background: #fff;
    }

    body.newlayout .mainholder-blog .blogpostsby .blogpostuser {
        position: relative;
        display: inline-block;
        margin-bottom: 10px;
    }

        body.newlayout .mainholder-blog .blogpostsby .blogpostuser span {
            position: absolute;
            top: 0;
            left: 0;
            color: #399bec;
            font-size: 36px;
        }

body.newlayout .button.follow-blog,
body.newlayout .button.follow-blog-active {
    height: 48px;
    /*background: #FDF035;*/
    background: #f7aa35;
}

body.newlayout .button.follow-blog-active {
    background: #bababa;
}

body.newlayout .button.follow-blog a,
body.newlayout .button.follow-blog-active a {
    font-size: 18px;
    line-height: 35px;
    color: #000;
}

    body.newlayout .button.follow-blog .notfollowing { display: inline; }
    body.newlayout .button.follow-blog .following { display: none; }

body.newlayout .button.follow-blog-active a,
body.newlayout .button.follow-blog-active:hover a {
    color: #000;
}

    body.newlayout .button.follow-blog-active .notfollowing { display: none; }
    body.newlayout .button.follow-blog-active .following { display: inline; }

 /* NEW COCKPIT */
 body.newlayout .start-sharing-form {
    background: #399bec;
    padding: 25px 20px;
    min-height: 86px;
    margin-bottom: 30px;
 }

    body.newlayout .start-sharing-form h3 {
        line-height: 36px;
        color: #fff;
        margin-right: 30px;
    }

    body.newlayout .start-sharing-form select {
        width: 200px;
        top: auto;
        visibility: visible;
        display: inline-block;
        margin-right: 30px;
    }

    body.newlayout .start-sharing-form button {
        padding-left: 20px;
        padding-right: 20px;
        border: none;
        color: #fff;
        height: 38px;
        line-height: 38px;
    }

body.newlayout .cockpit-box.profile .profileviews > span {
    font-size: 40px;
    line-height: 40px;
    display: block;
    margin-bottom: 10px;
    color: #343434;
}

    body.newlayout .cockpit-box.profile .profileviews span.fa {
        color: #399bec;
        font-size: 28px;
        line-height: 40px;
        font-weight: normal;
        float: right;
        margin-top: 2px;
        margin-left: 8px;
    }

body.newlayout .cockpit-box.company-presence {
    height: 630px;
    padding: 22px 15px;
    text-align: center;
}

    body.newlayout .cockpit-box.company-presence h3 {
        margin-bottom: 0;
    }

    body.newlayout .cockpit-box.company-presence .presence-info {
        text-align: left;
        max-width: 200px;
        margin-bottom: 10px;
        margin-left: 30px;
    }

        body.newlayout .cockpit-box.company-presence .presence-info strong {
            display: block;
        }

        body.newlayout .cockpit-box.company-presence .presence-info #presence-counts {
            font-size: 44px;
            margin: 14px 0;
            display: block;
        }

        body.newlayout .cockpit-box.company-presence .presence-info #presence-diff {
            font-size: 12px;
        }

            body.newlayout .cockpit-box.company-presence .presence-info #presence-diff.text-red { color: #b71c1c; }

            body.newlayout .cockpit-box.company-presence .presence-info #presence-diff.text-green { color: #4caf50; }

body.newlayout .cockpit-box.book-banner {
    height: 305px;
    padding: 50px 22px 15px 22px;
    text-align: center;
}

    body.newlayout .cockpit-box.book-banner i {
        position: relative;
        top: auto;
        left: auto;
        font-size: 50px;
        color: #399bec;
        margin-bottom: 30px;
    }

body.newlayout .cockpit-box.book-placement {
    height: 305px;
    padding: 50px 22px 15px 22px;
    text-align: center;
}

    body.newlayout .cockpit-box.book-placement i {
        position: relative;
        top: auto;
        left: auto;
        font-size: 50px;
        color: #399bec;
        margin-bottom: 30px;
    }

body.newlayout .cockpit-box.company-publications {
    height: 630px;
    background: #399bec;
    color: #fff;
    padding: 22px 15px;
    text-align: center;
}

    body.newlayout .cockpit-box.company-publications h3 {
        margin-bottom: 20px;
        color: #fff;
    }

    body.newlayout .cockpit-box.company-publications #publications-textfield {
        font-size: 40px;
        margin-bottom: 20px;
        font-weight: bold;
        color: #fff;
    }

    body.newlayout .cockpit-box.company-publications .mostread-entries {
        text-align: left;
        margin-top: 15px;
    }

        body.newlayout .cockpit-box.company-publications .mostread-entries h4,
        body.newlayout .cockpit-box.company-publications .mostread-entries h4 a {
            font-size: 14px;
            color: #fff;
        }

        body.newlayout .cockpit-box.company-publications .mostread-entries ul {
            margin-top: 10px;
            border-top: 2px solid #fff;
            margin: 10px -15px 0 -15px;
        }

            body.newlayout .cockpit-box.company-publications .mostread-entries ul li {
                border-bottom: 2px solid #fff;
                padding: 0;
            }

                body.newlayout .cockpit-box.company-publications .mostread-entries ul li.nodata {
                    padding: 10px 15px;
                }

            body.newlayout .cockpit-box.company-publications .mostread-entries ul li:hover {
                background: rgba(255,255,255,.3);
                cursor: pointer;
            }

                body.newlayout .cockpit-box.company-publications .mostread-entries ul li a {
                    color: #fff;
                    text-decoration: none;
                    display: block;
                    padding: 10px 15px;
                }

                body.newlayout .cockpit-box.company-publications .mostread-entries ul li span {
                    color: #b0cce7;
                }

body.newlayout .cockpit-box.company-views {
    height: 630px;
    padding: 22px 15px;
    text-align: center;
}

    body.newlayout .cockpit-box.company-views h3 {
        margin-bottom: 20px;
    }

        body.newlayout .cockpit-box.company-views h3 small {
            display: block;
            font-size: 12px;
            color: #bababa;
        }

    body.newlayout .cockpit-box.company-views #gauge-textfield {
        font-size: 40px;
        margin-bottom: 20px;
        font-weight: bold;
    }

    body.newlayout .cockpit-box.company-views .gauge-legend {
        text-align: left;
        margin-top: 30px;
    }

        body.newlayout .cockpit-box.company-views .gauge-legend li {
            position: relative;
            padding-left: 30px;
            margin-bottom: 10px;
        }

            body.newlayout .cockpit-box.company-views .gauge-legend li .color-badge {
                position: absolute;
                top: 0;
                left: 0;
                display: block;
                width: 18px;
                height: 18px;
                margin-right: 10px;
            }

            body.newlayout .cockpit-box.company-views .gauge-legend li a {
                font-weight: bold;
            }

    body.newlayout .cockpit-box.company-views .mostread-entries {
        text-align: left;
        margin-top: 50px;
    }

        body.newlayout .cockpit-box.company-views .mostread-entries h4 {
            font-size: 14px;

        }

        body.newlayout .cockpit-box.company-views .mostread-entries ul {
            margin-top: 10px;
            border-top: 2px solid #fff;
            margin: 10px -15px 0 -15px;
        }

            body.newlayout .cockpit-box.company-views .mostread-entries ul li {
                border-bottom: 2px solid #fff;
                position: relative;
                padding: 0;
            }

                body.newlayout .cockpit-box.company-views .mostread-entries ul li.nodata {
                    padding: 10px 15px;
                }

            body.newlayout .cockpit-box.company-views .mostread-entries ul li:hover {
                background: #d0d0d0;
                cursor: pointer;
            }

                body.newlayout .cockpit-box.company-views .mostread-entries ul li a {
                    padding: 10px 15px;
                    display: block;
                    color: #5f5f5f;
                }

                body.newlayout .cockpit-box.company-views .mostread-entries ul li span {
                    position: absolute;
                    right: 15px;
                    top: 10px;
                    font-weight: bold;
                }


body.newlayout .cockpit-box.social-shares {
    height: 305px;
    background: #399bec;
    color: #fff;
    text-align: center;
    padding: 50px 15px 22px 15px;
}

    body.newlayout .cockpit-box.social-shares h3 {
        color: #fff;
    }

    body.newlayout .cockpit-box.social-shares p {
        margin-top: 20px;
        color: #fff;
        line-height: 24px;
    }

        body.newlayout .cockpit-box.social-shares strong { color: #fff; }

body.newlayout .cockpit-box.immo-api {
    height: 305px;
    padding: 50px 22px 15px 22px;
    text-align: center;
}

    body.newlayout .cockpit-box.immo-api i {
        position: relative;
        top: auto;
        left: auto;
        font-size: 50px;
        color: #399bec;
        margin-bottom: 30px;
    }

body.newlayout #publishedyear {
    width: 200px;
    top: auto;
    visibility: visible;
    display: inline-block;
    margin-right: 30px;
}

/* NEW MAGAZINE */
body.newlayout #konii-stream-tipps-button,
body.newlayout #konii-stream-view-switch-map,
body.newlayout #konii-stream-view-switch-blog {
    position: absolute;
    right: -57px;
    top: 85px;
    cursor: pointer;
}

    body.newlayout #konii-stream-view-switch-blog {
        top: 253px;
    }

    body.newlayout #konii-stream-tipps-button {
        top: 20px;
        line-height: 57px;
        font-size: 26px;
        color: #ff0;
        height: 57px;
        width: 57px;
        text-align: center;
        background: #747474;
        -webkit-border-top-right-radius: 4px;
        -webkit-border-bottom-right-radius: 4px;
        -moz-border-radius-topright: 4px;
        -moz-border-radius-bottomright: 4px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        border: 1px solid #e6e6e6;
        border-left: none;
        -webkit-box-shadow: 1px 0px 2px 0px rgba(230,230,230,1);
        -moz-box-shadow: 1px 0px 2px 0px rgba(230,230,230,1);
        box-shadow: 1px 0px 2px 0px rgba(230,230,230,1);
    }

body.newlayout #map-view-beta-badge {
    position: absolute;
    top: 00px;
    right: -57px;
    display: block;
    width: 57px;
    color: red;
    text-align: center;
}

body.newlayout .konii-stream-holder .news-element-newlayout.top {

}

    body.newlayout .konii-stream-holder .news-element-newlayout.top .img-holder {
        max-height: 240px;
    }

      body.newlayout .konii-stream-holder .news-element-newlayout.top .img-holder img {
          width: 100%;
      }

      body.newlayout .konii-stream-holder .news-element-newlayout.top .img-holder,
      body.newlayout .konii-stream-holder .news-element-newlayout.top .text-holder {
          min-height: 287px;
      }

body.newlayout #konii-stream-navigation.wide-two li {
    width: 49%;
}

  body.newlayout #konii-stream-navigation li a {
      display: block;
      width: 100%;
  }

body.newlayout #newsletterbox {
  background: #f7f7f7;
  border-color: #ff6236;
  padding: 0;
}

  body.newlayout #newsletterboxp p,
  body.newlayout #newsletterboxp h2 {
    text-align: left;
  }

  body.newlayout #newsletterbox h2.text-purple {
      color: #ff6236;
  }

  body.newlayout #newsletterbox .button.purple {
      background: #ff6236;
  }

body.newlayout .konii-stream-list .greybox {
  /*margin: 0 15px 15px 15px;*/
}

  body.newlayout .konii-stream-list .greybox h3,
  body.newlayout .konii-stream-list .widget h3 {
      color: #399bec;
  }

    body.newlayout .konii-stream-list .greybox img.grayscale {
        filter: none !important;
        -webkit-filter: none !important;
        opacity: 1;
    }

body.newlayout .konii-stream-list .widget,
body.newlayout #content .konii-stream-list .widget.vacancies {
    margin: 0 0 15px 0;
    background: #f7f7f7;
}

body.newlayout #trendtagsmagazin {
    background: none;
}

    body.newlayout #trendtagsmagazin .trendtag {
        background: #e5e5e5;
        cursor: pointer;
        display: inline-block;
        padding: 8px 15px;
        margin-bottom: 6px;
    }

        body.newlayout #trendtagsmagazin .trendtag.selected {
            background: #399bec;
            color: #fff;
        }

body.newlayout #magazinewelcome {

}

    body.newlayout #magazinewelcome h2 {
        color: #292929;
        font-size: 22px;
        line-height: 30px;
        font-weight: bold;
        text-align: center;
    }

    body.newlayout #magazinewelcome h3 {
        font-size: 18px;
        font-weight: bold;
        color: #adadb2;
        text-align: center;
        margin-bottom: 10px;
        padding-top: 20px;
    }

    body.newlayout #magazinewelcome h4 {
        font-size: 18px;
        font-weight: bold;
        color: #399bec;
        margin-bottom: 16px;
        padding-left: 8px;
    }

    body.newlayout #magazinewelcome ul {
        list-style: none;
        margin-top: 15px;
    }

        body.newlayout #magazinewelcome ul li {
            color: #292929;
            font-size: 16px;
            line-height: 22px;
            margin-bottom: 8px;
            position: relative;
        }

            body.newlayout #magazinewelcome ul li strong {
                color: #292929;
            }

        body.newlayout #magazinewelcome ul li::before {
            content: "\2022";
            color: #399bec;
            font-weight: bold;
            font-size: 0.5em;
            line-height: 22px;
            display: inline-block;
            width: 1em;
            position: absolute;
            top: 0;
            left: -10px;
        }

    body.newlayout #magazinewelcome .welcomeitem {
        background: #fafafa;
        border: 1px solid #e6e6e6;
        padding: 20px;
        margin: 0 10px 30px 10px;
    }

    body.newlayout #magazinewelcomeModal .modal-footer p {
        width: 100%;
        font-size: 18px;
        padding-left: 28px;
    }

body.newlayout #div-globalsearchresults-main {
    margin-top: 0;
}

body.newlayout #newjobsearch {
    background: #399bec;
    color: #fff;
    border: none;
}

    body.newlayout #newjobsearch strong,
    body.newlayout #newjobsearch a,
    body.newlayout #newjobsearch h2 {
        color: #fff;
    }

    body.newlayout #newjobsearch input {
        margin: 0;

    }

    body.newlayout #newjobsearch .button.light-blue a {
        color: #5f5f5f;
        background: #fff;
        border-radius: 4px;
    }

    body.newlayout #newjobsearch .dropdown-toggle {
        background: #fff;
        color: #5f5f5f;
        border: none;
        border-left: 1px solid #5f5f5f;
    }

    body.newlayout #newjobsearch .dropdown-menu {
        left: auto;
        right: 0;
    }

    body.newlayout #newjobsearch .dropdown-item {
        color: #5f5f5f;
    }

body.newlayout .content-item.jobs {
    background: #fafafa;
    border: 1px solid #e6e6e6;
}

    body.newlayout .content-item.jobs h3 {
        height: 60px;
        overflow: hidden;
        white-space: word-break;
        text-overflow: ellipsis;
        margin: 0;
        line-height: 22px;
    }

        body.newlayout .content-item.jobs h3 a {
            color: #292929;
            font-size: 16px;
        }

    body.newlayout .content-item.jobs .top {
        background: #399bec;
        color: #fff;
        position: absolute;
        left: 0;
        top: 20px;
        width: 70px;
        height: auto;
        text-align: left;
        display: inline-block;
        padding: 3px 6px;
        font-size: 12px;
    }

    body.newlayout .content-item.jobs .job-details {
        min-height: 140px
    }

    body.newlayout .content-item.small.jobs .logo-block {
        text-align: center;
        background: #fff;
    }

    body.newlayout .content-item.small.jobs .info-column {
        text-align: center;
        padding-bottom: 15px;
    }

    body.newlayout .content-item.small.jobs .info-column .button a {
        padding: 2px 12px;
        line-height: 28px;
    }


body.newlayout .search-results-holder,
body.newlayout .job-result-list {

}

    body.newlayout .job-result-list li,
    body.newlayout .search-results-holder li {
        background: #fafafa;
        border: 1px solid #e6e6e6;
        margin-bottom: 15px;
    }

        body.newlayout .job-result-list li .logo-block,
        body.newlayout .search-results-holder .proffer li .logo-block {
            background: #fff;
            height: 100%;
            text-align: center;
            padding: 50px 0 0 0;
            float: none;
            margin: 0;
        }

        body.newlayout .job-result-list li .text-holder,
        body.newlayout .search-results-holder li .text-holder {
            padding: 15px 0;
        }

            body.newlayout .job-result-list li .text-holder h2 a,
            body.newlayout .search-results-holder li .text-holder h2 a {
                line-height: 24px;
            }

        body.newlayout .job-result-list li .top,
        body.newlayout .job-result-list li .bookmark-only,
        body.newlayout .search-results-holder li .top,
        body.newlayout .search-results-holder li .bookmark-only {
            background: #399bec;
            color: #fff;
            position: absolute;
            left: 15px;
            top: 10px;
            width: 70px;
            height: auto;
            text-align: left;
            display: inline-block;
            padding: 3px 6px;
            font-size: 12px;
        }

        body.newlayout .job-result-list li .bookmark-only,
        body.newlayout .search-results-holder li .bookmark-only {
            left: auto;
            right: 15px;
            width: 52px;
            height: 22px;
        }

            body.newlayout .job-result-list li .bookmark-only .star,
            body.newlayout .search-results-holder li .bookmark-only .star {
                color: #399bec;
            }

            body.newlayout .job-result-list li .bookmark-only .star:before,
            body.newlayout .search-results-holder li .bookmark-only .star:before {
                content: '\f005';
                color: #fff;
                font-family: FontAwesome;
            }

/* WERBEN AUF KONII */
body.newlayout #marketing-boxes-holder {

}

    body.newlayout #marketing-boxes-holder .marketing-item {

    }

    body.newlayout #marketing-boxes-holder .marketing-box {
        margin-bottom: 30px;
        border: 2px solid #e5e5e5;
        padding: 15px 15px 30px 15px;
        min-height: 360px;
        position: relative;
        text-align: center;
        cursor: pointer;

        -webkit-box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.15);
        -moz-box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.15);
        box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.15);
    }

    body.newlayout #marketing-boxes-holder .marketing-box:hover {
        background: #efefef;
    }

    body.newlayout #marketing-boxes-holder .marketing-box.disabled:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0,0,0,.4);
    }

        body.newlayout #marketing-boxes-holder .marketing-box i {
            font-size: 100px;
            line-height: 100px;
            padding: 40px 0;
            color: #666;
            transition: all .3s ease-in;
        }

        body.newlayout #marketing-boxes-holder .marketing-box:hover i,
        body.newlayout #marketing-boxes-holder .marketing-box i:hover {
            color: #399bec;
        }

        body.newlayout #marketing-boxes-holder .marketing-box .comingsoon {
            position: absolute;
            width: 220px;
            top: 30px;
            left: 50%;
            margin-left: -110px;
            border: 3px solid #399bec;
            background: #fff;
            padding: 10px 20px;
            font-size: 24px;
            color: #399bec;
            text-align: center;
        }

        body.newlayout #marketing-boxes-holder .marketing-box .actions {
            position: absolute;
            bottom: 0;
            left: 15px;
            right: 15px;
            height: 30px;
            text-align: left;
        }

            body.newlayout #marketing-boxes-holder .marketing-box .actions .price {
                /*color: #399bec;*/
                font-size: 20px;
                font-weight: bold;
                padding-bottom: 24px;
                display: inline-block;
            }

            body.newlayout #marketing-boxes-holder .marketing-box .actions a {
                line-height: 22px;
            }

        body.newlayout #marketing-boxes-holder .marketing-box h3 {
            margin-bottom: 3px;
        }

        body.newlayout #marketing-boxes-holder .marketing-box p {
            font-size: 14px;
            line-height: 20px;
        }

        body.newlayout h2.marketing-filter {
            margin-bottom: 40px;
        }

            body.newlayout h2.marketing-filter span {
                font-weight: bold;
                color: #399bec;
            }

            body.newlayout h2.marketing-filter span.active {
                text-decoration: underline;
            }

body.newlayout .marketing-detail {

}

    body.newlayout .marketing-detail i {
        font-size: 300px;
        color: #399bec;
        margin-top: 40px;
        display: inline-block;
    }

    body.newlayout .marketing-detail h1 {
        margin-bottom: 50px;
    }

    body.newlayout .marketing-detail ul li {
        line-height: 24px;
    }

    body.newlayout .marketing-detail .info-section {
        margin-top: 40px;
    }

        body.newlayout .marketing-detail .info-section .button {
            float: none;
        }

body.newlayout #div-globalsearchresults-user {

}

    body.newlayout #div-globalsearchresults-company h2 {
        margin-top: 0;
    }

    body.newlayout #div-globalsearchresults-company .proffer .user-info,
    body.newlayout #div-globalsearchresults-user .proffer .user-info {
        width: auto;
        margin: 0;
    }

    body.newlayout #div-globalsearchresults-company .follow,
    body.newlayout #div-globalsearchresults-user .contact-bar.small {
        position: absolute;
        top: 10px;
        right: 60px;
    }

        body.newlayout #div-globalsearchresults-company li .text-holder #form-company-follow {
            margin: 0;
        }

    body.newlayout .proffer .company-search-result .service-meta p {
        width: auto;
        float: none;
    }

    body.newlayout #div-globalsearchresults-company .proffer > li .star,
    body.newlayout #div-globalsearchresults-user .proffer > li .star {
        top: 12px;
    }

    body.newlayout #div-globalsearchresults-company .proffer .text-holder.add-style,
    body.newlayout #div-globalsearchresults-user .proffer .text-holder.add-style {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    body.newlayout .proffer .company-search-result .service-meta {
        margin: 0;
    }

    body.newlayout #div-globalsearchresults-company .proffer .number-info,
    body.newlayout #div-globalsearchresults-user .proffer .number-info {
        float: none;
        padding: 0;
        margin: 10px 0 0 0;
    }

        body.newlayout #div-globalsearchresults-company .proffer .number-info li,
        body.newlayout #div-globalsearchresults-user .proffer .number-info li {
            margin: 0;
            padding: 0 8px;
            font-size: 11px;
            width: auto;
            border: none;
            border-right: 1px solid #5f5f5f;
        }

            body.newlayout #div-globalsearchresults-company .proffer .number-info li.last-child,
            body.newlayout #div-globalsearchresults-user .proffer .number-info li.last-child {
                border: none;
            }
            
body.newlayout .widget.newsletter {
    background: #66656a;
    border: 6px solid #999;
    color: #fff;
}
body.newlayout .widget.newsletter h3 {
    color: white;
    text-align: center;
}
body.newlayout .widget.newsletter p {
    color: white;
}

body.newlayout .widget.newsletter .button.blue {
    background: #399bec;    
}
body.newlayout .widget.newsletter .check-flex {
    display: grid;
    gap: 5px;
    grid-template-columns: 24px 1fr;
}
body.newlayout .widget.newsletter .check-flex .custom-checkbox {
    margin: 4px 0 0;
}
body.newlayout .widget.newsletter .check-flex .input-holder {
    display: flex;
    justify-content: center;
}
body.newlayout .widget.newsletter .check-flex p {
    font-size: 12px;
}
body.newlayout .widget.newsletter .fa-envelope-open-text {
    color: #399bec; 
    font-size: 46px;
    text-align: center;
    display: block;
    margin-bottom: 16px;
}