/* roboto-condensed-regular - latin */

@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: url('roboto-fonts/roboto-condensed-v25-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local(''), url('roboto-fonts/roboto-condensed-v25-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('roboto-fonts/roboto-condensed-v25-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('roboto-fonts/roboto-condensed-v25-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('roboto-fonts/roboto-condensed-v25-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('roboto-fonts/roboto-condensed-v25-latin-regular.svg#RobotoCondensed') format('svg');
    /* Legacy iOS */
}


/* roboto-condensed-italic - latin */

@font-face {
    font-family: 'Roboto Condensed';
    font-style: italic;
    font-weight: 400;
    src: url('roboto-fonts/roboto-condensed-v25-latin-italic.eot');
    /* IE9 Compat Modes */
    src: local(''), url('roboto-fonts/roboto-condensed-v25-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('roboto-fonts/roboto-condensed-v25-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('roboto-fonts/roboto-condensed-v25-latin-italic.woff') format('woff'), /* Modern Browsers */
    url('roboto-fonts/roboto-condensed-v25-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('roboto-fonts/roboto-condensed-v25-latin-italic.svg#RobotoCondensed') format('svg');
    /* Legacy iOS */
}


/* roboto-condensed-700 - latin */

@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    src: url('roboto-fonts/roboto-condensed-v25-latin-700.eot');
    /* IE9 Compat Modes */
    src: local(''), url('roboto-fonts/roboto-condensed-v25-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('roboto-fonts/roboto-condensed-v25-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('roboto-fonts/roboto-condensed-v25-latin-700.woff') format('woff'), /* Modern Browsers */
    url('roboto-fonts/roboto-condensed-v25-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('roboto-fonts/roboto-condensed-v25-latin-700.svg#RobotoCondensed') format('svg');
    /* Legacy iOS */
}

html {
    padding: env(safe-area-inset);
}

body {
    font-size: 18px;
    overflow-x: hidden;
    overflow-y: hidden
}

#header.full-header:not(.transparent-header) {
    border-top: 7px solid #9fd6ed;
}


/*#gotoTop {display:none!important;}*/

#wrapper {
    opacity: 0;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
}

#wrapper.show {
    opacity: 1;
}

#loading-dots {
    position: fixed;
    z-index: 99999999;
    background-color: #eeeeee;
    opacity: 1;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    text-align: center;
    vertical-align: middle;
}

#loading-dots img {
    margin-top: calc(50vh - 30px);
}


/*COOKIE */

body.cookie-wall {
    background-color: #ffffff;
    -webkit-transition: all .2s;
    transition: all .2s;
}

body.cookie-wall #wrapper {
    filter: blur(10px);
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    pointer-events: none;
    -webkit-transition: all .2s;
    transition: all .2s;
}

#cookiebar {
    color: #535353;
    font-size: 14px;
    text-align: center;
    background-color: #ffffff;
    position: fixed;
    top: calc(50% - 80px);
    left: calc(50% - 300px);
    padding: 0 20px;
    min-height: 160px;
    width: 600px;
    max-width: 100%;
    -webkit-transition: all .2s;
    transition: all .2s;
    border-radius: 5px;
    box-shadow: 0 0 30px rgb(255 255 255 / 30%);
    z-index: 9999;
    line-height: 160%
}

@media (max-width: 648px) {
    #cookiebar {
        left: 15px;
        width: calc(100% - 30px);
    }
}

#cookiebar .button {
    width: auto;
    background-color: #ff8c00;
    margin: 15px 0;
    padding: 7px 10px;
    height: 40px;
    font-size: 18px;
    color: #fff!important;
}


/* LANGUAGE */

.sub-menu-language {
    opacity: 0;
    visibility: hidden;
    margin-top: 0;
    z-index: 399;
    pointer-events: auto;
    border: 1px solid #c9c9c9;
    border-top: 2px solid #ff8c00;
    box-shadow: none;
    list-style-type: none;
}

#top-language:hover .sub-menu-language {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    z-index: 399;
    pointer-events: auto;
}

.language-div div {
    background-color: #fff !important;
    border-left: 0px !important;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    li:not(.menu-item):not(.ui-menu-item)::before {
        content: '';
        /*margin-left:10px;*/
    }
}

@supports (-webkit-hyphens:none) {
    ul:not(#footer ul):not(.reason-list):not(.reason-sub-list):not(.section-name-ul):not(.fordropdown ul) li:not(.menu-item)::before {
        content: '';
        margin-left: 10px;
    }
}

@-moz-document url-prefix() {
    ul:not(#footer ul):not(.reason-list):not(.reason-sub-list):not(.section-name-ul):not(.fordropdown ul):not(.ui-autocomplete ul) li:not(.menu-item):not(.ui-menu-item)::before {
        content: '';
        margin-left: 10px;
    }
}

.menu-link {
    color: #1f1f1f;
    font-size: 18px!important;
    font-weight: normal;
    font-family: 'Roboto Condensed', sans-serif;
}

.sub-menu-container .menu-item>.menu-link {
    color: #1f1f1f;
    font-size: 18px!important;
    font-weight: normal;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: none;
}

.menu-item:hover>.menu-link {
    font-family: 'Roboto Condensed', sans-serif;
}

.sub-menu-container .menu-item:hover>.menu-link {
    font-weight: normal;
    color: #ffffff;
    background-color: #7cbee0;
    padding-left: 15px;
    color: #ffffff;
}

.full-header .primary-menu .menu-container {
    padding-right: 0px;
    margin-right: 0px;
    z-index: 99999999999999
}

.header-misc {
    margin-left: 12px;
    font-size: 18px;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
}

.menu-item-div {
    border-left: 1px solid #1f1f1f;
    margin-left: -7px;
    margin-right: -7px;
    padding-left: 7px;
    padding-right: 7px;
}

.menu-item.menu-item-newsletter img {
    margin-top: -2px;
    margin-bottom: -2px;
}

.sub-menu-container.sub-menu-container-sm {
    width: 56px;
}

#toplogo, #toplogoinodent {
    display: inline-block;
    width: 270px;
    height: 53px!important;
    margin: 5px 0;
}


.full-header #logo, .full-header #logo-inodent {
    border-right: none!important
}

@media (max-width:991px) {
    /* #gotoTop {display:block!important;}*/
    #toplogo, #toplogoinodent {
        width: 155px;
        height: 36px!important;
    }
    #primary-menu-trigger {
        margin-right: -15px;
    }
    #primary-menu-trigger,
    #page-menu-trigger {
        margin-top: 4px;
    }
    .sub-menu-container,
    .mega-menu-content {
        padding-left: 0px;
    }
    .menu-link {
        padding-left: 0px;
    }
    .sub-menu-container .menu-item>.menu-link {
        padding-left: 15px;
    }
    .menu-item.menu-item-newsletter {
        display: none;
    }
    .menu-item.menu-item-language {
        display: none;
    }
    .menu-item.menu-item-language-mobile,
    .menu-item.menu-item-job-offer-mobile {
        display: block;
    }
    .menu-item.menu-item-job-offer-mobile .menu-link {
        text-transform: none!important;
    }
    .menu-item.menu-item-language-mobile:hover>.menu-link,
    .menu-item.menu-item-job-offer-mobile:hover>.menu-link {
        color: #1f1f1f;
    }
    .menu-item.menu-item-language-mobile:hover>.menu-link {
        color: #1f1f1f;
    }
    .menu-item.menu-item-language-mobile a {
        display: inline-block;
        width: 65px;
    }
    .menu-item.menu-item-job-offer-mobile a {
        display: inline-block;
        width: auto;
        position: relative;
    }
    .menu-item.menu-item-language-mobile a.menu-link:hover,
    .menu-item.menu-item-language-mobile a.menu-link.active,
    .menu-item.menu-item-language-mobile a.menu-link.active .sub-menu-trigger,
    .menu-item.menu-item-language-mobile a.menu-link:hover .sub-menu-trigger {
        color: #7cbee0;
    }
    .menu-item.menu-item-job-offer-mobile a.menu-link:hover,
    .menu-item.menu-item-job-offer-mobile a.menu-link.active,
    .menu-item.menu-item-job-offer-mobile a.menu-link.active .sub-menu-trigger,
    .menu-item.menu-item-job-offer-mobile a.menu-link:hover .sub-menu-trigger {
        color: #7cbee0;
    }
    .menu-item-div {
        border-left: none;
    }
    .menu-item.menu-item-language-mobile .sub-menu-trigger {
        display: inline-block;
        position: absolute;
        top: 9px;
        right: auto;
        margin-left: 18px;
    }
    .menu-item.menu-item-job-offer-mobile .sub-menu-trigger {
        display: inline-block;
        position: absolute;
        top: 9px;
        right: -10px;
    }
    .menu-container {
        border-top: solid 1px #eee;
    }
}


/*
@media (min-width:498px){
    #toplogo, .svg { width: 270px; height: 53px!important; }
}

@media (min-width:1200px){
    #toplogo, .svg { width: 270px; height: 53px!important; }
}
*/

@media (min-width: 992px) {
    .menu-container>.menu-item:not(.mega-menu) .sub-menu-container {
        padding: 0px;
    }
    .sub-menu-container,
    .mega-menu-content {
        border: 1px solid #c9c9c9;
        border-top: none;
        /*border-top: 2px solid #ff8c00;*/
        box-shadow: none;
    }
    .menu-item.menu-item-language-mobile {
        display: none;
    }
    .menu-item.menu-item-job-offer-mobile {
        display: none;
    }
}

.sub-menu-container::before {
    content: "";
    position: absolute;
    z-index: 999999;
    left: 0;
    right: 100%;
    top: 0;
    background: #7cbee0;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.sub-menu-container {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
}

.produkte-page .feature-div:hover .fbox-content::before,
.fbox-icon:hover .fbox-content::before,
.fbox-content::before {
    content: "";
    position: absolute;
    z-index: -999999999;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #76bde2;
    height: 8px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.produkte-page .feature-div:hover .fbox-content,
.fbox-icon:hover .fbox-content,
.fbox-content {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.produkte-page .feature-div:active .fbox-content::before,
.produkte-page .feature-div:focus .fbox-content::before,
.produkte-page .feature-div:hover .fbox-content::before,
.fbox-icon:active .fbox-content::before,
.fbox-icon:focus .fbox-content::before,
.fbox-icon:hover .fbox-content::before,
.fbox-content:active:before,
.fbox-content:focus:before,
.fbox-content:hover:before {
    right: 0;
}

.sub-menu:active .sub-menu-container::before,
.sub-menu:focus .sub-menu-container::before,
.sub-menu:hover .sub-menu-container::before,
.menu-item-hover .sub-menu-container::before {
    right: 0;
}

.header-misc-text>a {
    width: 77px;
    color: #1f1f1f;
}

.header-misc-text>a:hover {
    color: #ff8c00;
}

.full-header .primary-menu .menu-container {
    border-right: none;
}

.header-misc div {
    height: 30px;
    vertical-align: middle;
    padding-left: 12px;
    padding-right: 12px;
    border-left: 1px solid #1f1f1f;
    background-color: #fff;
    margin-left: 0px;
    margin-top: 2px;
}

.header-misc div a {
    margin: auto;
}

::selection {
    color: #ffffff;
    background: #a0d6ed;
}


/* FOOTER */

.dark #copyrights {
    width: 100%
}

.dark #footer,
#footer.dark {
    background-color: #8a8b8a;
    border-top: none;
}

.dark #copyrights,
#copyrights.dark {
    background-color: #76bde2;
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Roboto Condensed', sans-serif;
}

#copyrights a {
    color: #ffffff;
}

#copyrights {
    padding: 20px 0;
}

#footer .footer-widgets-wrap {
    padding-bottom: 0px;
}

.social-btn-div {
    padding-left: 15px;
}

.footer-widgets-wrap h4 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 30px;
    font-weight: 600
}

.footer-widgets-wrap ul {
    font-family: 'Roboto Condensed', sans-serif;
}

.footer-widgets-wrap ul>li a {
    padding-left: 0px;
    font-size: 18px!important;
}

.footer-widgets-wrap ul>li::before {
    content: ""!important;
}

#footer_menu {
    width: 100%;
    padding-left: 40px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
}


/* FOOTER ICON */

.si-colored {
    background-color: #ffffff!important;
    margin-right: 5px;
    border-radius: 8px;
}

.si-facebook:hover,
.si-colored.si-facebook {
    background-color: #ffffff!important;
    /*8a8b8a*/
}

.si-colored i {
    color: #8a8b8a!important;
}

.social-icon i:last-child {
    color: #8a8b8a!important;
}

#footer .container {
    max-width: 100%;
    width: 100%;
}

#footer .container:not(#copyrights .container) {
    padding-left: 40px;
    padding-right: 40px;
}


/** NEWSLETTER */

.newsletter_top {
    width: 100%
}

.newsletter_top>div {
    display: inline-block
}

.newsletter_top div:first-child {
    width: calc(100% - 50px);
}

.newsletter_top div:last-child {
    position: absolute;
}

.newsletter-form {
    font-size: 18px;
    font-weight: normal;
    font-family: 'Roboto Condensed', sans-serif;
}

.newsletter_bottom table,
.newsletter_bottom form {
    margin-bottom: 0px!important;
}

.newsletter-form form img {
    border: 3px solid transparent !important;
    border-radius: 5px;
    width: 45px!important;
    height: 45px!important;
    filter: invert(100%);
    /*border: 3px solid #ff8c00;*/
}

.newsletter-form input::-moz-placeholder {
    color: #9e9e9e !important;
}

.newsletter-form input:-ms-input-placeholder {
    color: #9e9e9e !important;
}

.newsletter-form input::-webkit-input-placeholder {
    color: #9e9e9e !important;
}

.newsletter-form h5 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 22px;
    font-weight: 600
}

.newsletter-form tr td:first-child {
    display: none;
}

.newsletter-form button {
    margin-bottom: 15px
}

.newsletter-form h2 {
    color: #ff8c00 !important;
    text-align: left!important
}

.newsletter-form input[type=text],
.newsletter-form input[type=email] {
    border: #808080 1px solid!important;
    background-color: #c9c9c9;
    border-radius: 4px !important;
    width: 100%;
    height: 45px;
    color: #9e9e9e;
    margin-bottom: .3em !important;
    text-align: left;
}

.newsletter-form input[type=text].form-control.invalid {
    border: solid 1px #ff8c00 !important;
}

.newsletter-form button[type=submit] {
    background-color: #ff8c00 !important;
}

.newsletter-form,
.newsletter-form a,
.newsletter-form ul li,
.newsletter-form div,
.newsletter-form h2 {
    font-size: 20px;
    line-height: 1.30em
}

.newsletter-form label {
    padding-left: 0px;
    text-transform: none;
    color: #ffffff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px !important;
    font-weight: 400;
}

.newsletter-form a {
    font-weight: 500!important
}


/*FANCYBOX NEWSLETTER */

.fancybox-skin {
    background: #fff !important;
}

#newoverlay {
    font-family: 'Roboto Condensed', sans-serif;
}

#newoverlay input[type=text],
#newoverlay input[type=email] {
    border: #808080 1px solid!important;
    border-radius: 8px !important;
    font-size: 20px;
    width: 280px;
    height: 45px;
    color: #000;
    margin-bottom: .3em !important;
    text-align: center;
    box-shadow: none;
}


/*#newoverlay input[type=text]:focus, #newoverlay input[type=email]:focus { border: 1px solid #ff8c00!important  ; }*/

#newoverlay input[type=text]::-webkit-input-placeholder,
#newoverlay input[type=email]::-webkit-input-placeholder {
    color: #000
}

#newoverlay input[type=text].form-control.invalid {
    border: solid 1px #ff8c00 !important;
}

#newoverlay button[type=submit] {
    background-color: #ff8c00 !important;
}

#newoverlay,
#newoverlay a,
#newoverlay ul li,
#newoverlay div,
#newoverlay h2 {
    font-size: 20px;
    line-height: 1.30em
}

#newoverlay a,
#newoverlay a:hover,
#newoverlay a:active {
    color: #323232;
    text-decoration: none;
}

#newoverlay ul li {
    margin-bottom: 20px
}

.newoverlay-h2 {
    margin-bottom: 15px;
    margin-top: 15px;
    font-weight: 700
}

#newoverlay {
    width: 900px;
    padding-top: 20px;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 0px;
}

#newsletter-tools-img {
    display: block;
}

#newoverlay tr td:first-child {
    display: none;
}

#newoverlay button {
    margin-bottom: 15px
}

#newoverlay button:hover,
#newoverlay button:focus {
    outline: none!important
}

#newoverlay h2 {
    color: #ff8c00 !important;
    font-weight: bold !important
}

#un-news {
    display: none;
    width: 100%;
    height: auto;
    border-radius: 30px;
    background-color: #fff;
    padding-top: 20px;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 10px;
}

#un-news ul li {
    margin-bottom: 10px;
    font-size: 20px;
    list-style-type: none;
}

#newoverlay label {
    color: #ff8c00;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px !important;
    font-weight: 400;
}

#newoverlay form img {
    width: 45px !important;
    height: 45px !important;
}

#newoverlay form button {
    font-size: 20px !important
}

.overlay-content {
    font-size: 15px;
    margin-bottom: 20px;
}

.fancybox-iframe html {
    width: 900px;
}


/*@media (min-width: 768px) and (max-width: 991px) {
    #newoverlay,#corona-overlay { height: 700px !important; }
}
@media (max-width: 991px) {
    #newoverlay,#corona-overlay { width:100%; }
    #newsletter-tools-img { display: none !important; }
    #newoverlay{ text-align: center !important; padding-left: 0px !important; margin-left:0px !important; padding-right: 0px !important; }
    #newoverlay h4 { text-align: center !important; padding-right: 0px !important; }
    #newoverlay ul{list-style-type: None; padding-left: 0px; padding-right: 0px;}
    #newoverlay ul li{}
    #newoverlay .row{ padding: 0px !important; margin:0px !important;}
    #newoverlay input[type=text], #newoverlay input[type=email] { width: 100%}
}*/

.col-unternehmen {
    margin-right: 40px;
    width:600px;
}


.footer-widget-first-ul {
    display: inline-block;
}

.footer-widget-second-ul {
    display: inline-block;
    vertical-align: top;
    margin-left: 15px!important;
}
@media (min-width: 1247px) and (max-width: 1439px) {
    .col-unternehmen {
        margin-right: 0px;
    }
}


/* CUSTOM HEADER */

.header-size-custom #logo img, .header-size-custom #logo-inodent img {
    height: 44px;
}

@media (min-width: 992px) {
    .header-size-custom .header-wrap-clone {
        height: calc( 81px + 1px);
    }
    #header.header-size-custom+.include-header {
        margin-top: calc( -81px - 2px);
    }
    .header-size-custom.sticky-header-shrink #header-wrap #logo img {
        height: 44px;
    }
    .header-size-custom .menu-container>.menu-item>.menu-link {
        padding-top: 43px;
        /* (70px - 22px)/2 */
        padding-bottom: 16px;
        /* (70px - 22px)/2 */
    }
    .header-size-custom.sticky-header-shrink .menu-container>.menu-item>.menu-link {
        padding-top: 22px;
        /* (70px - 22px)/2 */
        padding-bottom: 22px;
        /* (70px - 22px)/2 */
    }
}

@media (min-width: 992px) {
    header:not(.transparent-header) {
        border-top: 7px solid #9fd6ed !important;
    }
    /*
    .header-size-custom #logo img {
        -webkit-transition: none;
        transition: none;
    }
    */
    /*
    .header-size-custom #header-wrap {
        transition: none;
    }
    */
    .header-size-custom #toplogo, .header-size-custom #toplogoinodent {
        margin: 17px 0 0;
    }
    .header-size-custom.sticky-header-shrink #toplogo, .header-size-custom.sticky-header-shrink #toplogoinodent {
        margin: 10px 0 10px;
    }
    .swiper_wrapper {
        margin-top: -25px!important;
    }
}

@media (max-width: 991px) {
    .header-size-custom #header-wrap {
        min-height: 55px;
    }
}


/* CMS */

.content-wrap-cms {
    padding-top: 20px;
}

.bg-gray {
    background-color: #eeeeee!important;
}

.bg-blue {
    background-color: #eef7fc!important;
}

.bg-white {
    background-color: #ffffff!important;
}

.col-pl-50 {
    padding-left: 100px;
}

.cms_header {
    font-size: 46px;
    font-weight: 700;
}

.cms_login_header {
    font-size: 18px
}

.cms_login_header a {
    color: #535353
}

.cms_login_header span {
    color: #ff8c00;
}

.cms_form input::-moz-placeholder {
    font-size: 18px!important;
    color: #9e9e9e !important;
}

.cms_form input:-ms-input-placeholder {
    font-size: 18px!important;
    color: #9e9e9e !important;
}

.cms_form input::-webkit-input-placeholder {
    font-size: 18px!important;
    color: #9e9e9e !important;
}

.field {
    height: 50px;
    border: solid 1px #ccc;
    /*background: #f4f4f4;*/
    background: #fff;
    padding: 4px 10px;
    border-radius: 4px;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    color: #555;
    outline-color: #ff8c00;
    line-height: normal;
}

.button {
    width: 150px;
    height: 46px;
    cursor: pointer;
    background-color: #ff8c00;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: normal;
    font-size: 20px;
    line-height: 1.45;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 2px 12px;
    color: #ffffff!important;
    margin-left: 0px!important;
    margin-right: 0px!important;
    margin-top: 44px;
    text-transform: none!important;
    text-shadow: none;
}

.button:hover {
    background-color: #ff8c00;
    color: #ffffff!important;
    text-shadow: none;
}

.password-reset a {
    text-decoration: none !important;
    color: #555;
    font-size: 18px;
}

.alert-success,
.alert-danger {
    background-color: #a0d6ed;
    color: #ffffff;
    border-color: #a0d6ed;
}

.close {
    color: #ffffff;
    opacity: 1;
}

.cms_login_header i:not(:first-child),
.cms_login_header span {
    padding-left: 15px;
}

.page-name-span {
    font-size: 18px;
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    color: #1f1f1f;
}

.section-name-ul {
    font-size: 18px;
    font-weight: normal;
    font-family: 'Roboto Condensed', sans-serif;
    list-style-type: none;
}

.section-name-ul li {
    margin: 0 0 0 -15px!important;
    text-indent: 0px!important;
}

.section-name-ul li a {
    color: #1f1f1f;
}

.section-name-ul label {
    font-weight: normal;
    text-transform: none;
    font-size: 18px;
    margin-bottom: 4px;
}


/* .section-name-ul li label>input[type=checkbox] {
    margin-right:8px;
    width: 20px; height: 20px; display: inline-block; border-radius: 4px; cursor: pointer; vertical-align:middle;
}*/

.section-name-ul li label>span {
    vertical-align: middle;
}

input[type=checkbox] {
    -moz-appearance: initial;
}

.admin-select {
    height: 35px;
    width: 300px;
    border: solid 1px #ccc;
    background: #fff;
    padding: 4px 10px;
    border-radius: 4px;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    color: #555;
    outline-color: #ff8c00;
    margin-bottom: 30px;
}

.not-clickable:hover {
    background-color: #ffffff!important;
    color: #1f1f1f!important;
}

.product-page section:not(#product-top),
.home-page section:not(#slider) {
    padding: 0 15px;
}

#siimage {
    margin-top: 0px!important;
    border: solid 1px #ccc;
    border-radius: 4px;
}

.gotoTop {
    display: block;
    width: 40px;
    height: 40px;
    background-color: rgba(150, 150, 150, 0.9);
    font-size: 1.25rem;
    line-height: 36px;
    text-align: center;
    color: #FFF;
    top: auto;
    left: auto;
    right: 30px;
    bottom: 50px;
    cursor: pointer;
    border-radius: 2px;
    float: right;
    margin-right: 10px;
}

.slider-icons {
    position: absolute;
    left: calc(50% - 75px);
    width: 150px;
    top: auto;
    bottom: 20px;
    text-align: center;
    z-index: 9999;
}

.slider-icons i {
    padding: 10px 7px 9px;
}

.slider-icons a {
    display: inline-block;
}

#volumediv {
    /* width: 100%;
    text-align: right;
    padding-right: 25px;
    margin-top: -80px; 
    z-index:999999889898;*/
}

#volume-container:hover,
.text-container:hover,
.volume-container:hover,
.setting-container:hover {
    cursor: pointer;
}

.setting-container,
.text-container,
.volume-container {
    display: inline-block;
    margin: 0 5px;
    opacity: 1;
    z-index: 20;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
    font-size: 20px;
    font-weight: 300;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    border-radius: 2px;
    text-align: center;
    vertical-align: middle;
}

.volume-container i,
.setting-container i,
.text-container i {
    color: #ffffff;
}

.setting-container a {
    width: 100%;
}

.handler-img {
    width: 50px;
    height: 50px;
}

.slider_media {
    width: 170px!important;
    max-width: 170px!important;
    height: auto;
    object-fit: fill
}

#edit-slider-menu label {
    font-weight: 700;
    text-transform: none;
    font-size: 14px;
    margin-bottom: 4px;
    letter-spacing: normal;
}

#edit-slider-menu input[type=file] {
    display: none;
}

#edit-slider-menu .file_div {
    width: 140px;
    height: 140px;
    position: relative;
    border: solid 1px #ced4da;
    color: #ced4da;
    font-size: 14px;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

#edit-slider-menu .file_div:hover {
    cursor: pointer;
}

.slider_media_form label {
    cursor: default
}

.slider_cms {
    height: 30px;
    width: 100%;
    font-size: 14px;
}

table.media_table {
    width: 100%;
    margin-bottom: 0px;
}


/*table.media_table tbody {border-bottom: solid 1px #ced4da;}*/

table.media_table tr td {
    /*width:240px; */
    padding: 30px 10px;
    vertical-align: top;
    overflow: hidden;
}

table.alignment tr td {
    padding: 0px
}

table.media_table tr:first-child {
    padding-left: 0px
}

table.alignment {
    border-collapse: collapse;
    font-family: Calibri, sans-serif;
    margin-bottom: 0px
}

table.alignment tbody {
    border: none
}

table.alignment td {
    height: 1.4em;
    width: 1.4em;
    text-align: center;
    padding: 0;
}

.square_div {
    width: 40px;
    height: 40px;
    margin: 3px;
    border: solid 1px #ced4da;
}

.square_backgorund {
    background-color: #ced4da;
}

.square_div:hover {
    cursor: pointer;
}

.square_media_div {
    width: 40px;
    height: 40px;
    margin: 3px;
    border: solid 1px #ced4da;
}

.square_media_div_video {
    width: 40px;
    height: 40px;
    margin: 3px;
    border: solid 1px #ced4da;
}

.square_media_backgorund {
    background-color: #ced4da;
}

.square_media_div:hover {
    cursor: pointer;
}

.square_media_div_video:hover {
    cursor: not-allowed;
}

.media_table:not(.alignment) tr {
    border-bottom: solid 1px #ced4da;
}

.alignment tr {
    border-bottom: none!important;
}

.delete_upload_photo {
    position: absolute;
    top: 5px;
    right: 5px;
}

.slider_language_part {
    height: 50px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: solid 1px #ced4da;
}

.slider_language_part a {
    color: #1f1f1f
}

.feature-div-content-product {
    /*width:100%; */
    display: -ms-inline-grid;
    display: inline-grid;
    -ms-grid-columns: 280px 280px 280px 280px;
    grid-template-columns: repeat(4, 280px);
    grid-gap: 30px;
    align-items: center;
    justify-content: center;
    margin-left: 0px;
    margin-bottom: 30px
}

.product-page .feature-div-content-product {
    display: -ms-inline-grid;
    display: inline-grid;
}

.category-container:not(.heading-block),
.catalog-container:not(.heading-block),
.widia-container:not(.heading-block),
.tool-konfigurator-container:not(.heading-block) .video-container:not(.heading-block) {
    text-align: center;
}

.heading-block h2 {
    text-align: left;
}

.container-tool-finder {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
    align-items: start;
    justify-content: center;
    margin-left: 0px;
    margin-bottom: 30px
}

.produkte-content .feature-div-content-product {
    width: auto;
    align-items: baseline;
}

#produkt-videos .feature-div-content-product {
    width: auto;
}

.feature-div-content-product .fbox-icon {
    width: 100%;
    height: 100%;
}

.feature-div-catalogue {
    /*width:100%; */
    display: -ms-inline-grid;
    display: inline-grid;
    -ms-grid-columns: 605px 605px;
    grid-template-columns: repeat(2, 605px);
    grid-gap: 0px;
    align-items: start;
    justify-content: center;
    margin-left: 0px;
}

.catalogue-header-main {
    display: block;
    font-size: 46px;
    line-height: 46px;
}

.catalogue-header-sub {
    display: block;
    font-size: 46px;
    font-weight: bold;
    line-height: 46px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.content-catalogue p {
    /*margin-bottom:0px;*/
}

.content-catalogue ul {
    margin-top: 5px;
}

.widia-div span.record,
.tool-konfigurator-div span.record {
    display: -ms-inline-grid;
    display: inline-grid;
    -ms-grid-columns: 385px 795px;
    grid-template-columns: 385px 795px;
    grid-gap: 30px;
    justify-content: center;
    margin-left: 0px;
    text-align: left;
}

.feature-div-content-tool {
    /*width:100%; */
    display: -ms-inline-grid;
    display: inline-grid;
    -ms-grid-columns: 280px 280px 280px 280px;
    grid-template-columns: repeat(4, 280px);
    grid-gap: 30px;
    align-items: center;
    justify-content: center;
    margin-left: 0px;
    margin-bottom: 30px
}

.feature-div-content-tool-tracking {
    width: 280px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
}

.feature-div-content {
    /*width:100%; */
    display: -ms-inline-grid;
    display: inline-grid;
    -ms-grid-columns: 590px 590px;
    grid-template-columns: repeat(2, 590px);
    grid-gap: 30px;
    align-items: center;
    justify-content: center;
    margin-left: 0px;
    margin-bottom: 30px
}

span.product_widia,
span.product_tool_konfigurator {
    text-align: left;
}

.product_widia .cms-text a,
.product_widia .cms-text a:hover,
.product_widia .cms-text a:active {
    color: #1f1f1f;
    display: inline-block;
    margin-top: 10px;
}

.product_tool_konfigurator .cms-text a,
.product_tool_konfigurator .cms-text a:hover,
.product_tool_konfigurator .cms-text a:active {
    color: #1f1f1f;
    display: inline-block;
    margin-top: 10px;
}

.feature-div-sub-content {
    /*width:100%; */
    display: -ms-inline-grid;
    display: inline-grid;
    -ms-grid-columns: 1210px;
    grid-template-columns: repeat(1, 1210px);
    grid-gap: 15px;
    align-items: center;
    justify-content: center;
    margin-left: 0px;
    height: 282px;
    margin-bottom: 30px;
}

.heading-grid {
    /*width:100%;*/
    display: -ms-inline-grid;
    display: inline-grid;
    -ms-grid-columns: 1210px;
    grid-template-columns: repeat(1, 1210px);
    grid-gap: 15px;
    align-items: center;
    justify-content: center;
    /*margin-left:5px;*/
}

.tool-finder .heading-grid {
    display: -ms-grid;
    display: grid;
}

.product-page .heading-grid {
    display: -ms-inline-grid;
    display: inline-grid;
}

.tool-finder .heading-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
}

.feature-div-catalog-name {
    display: none;
}

#service-content .content-wrap {
    padding-top: 30px;
}

.service-content-icon-sub {
    height: 282px;
    width: 100%
}

@media (max-width:767px) {
    .service-content-icon-sub {
        height: auto;
        max-height: 244px
    }
    .feature-div-sub-content {
        height: auto;
        max-height: 244px
    }
}

.feature-box {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
}

.gotoTop {
    display: block;
}

@media (max-width:1246px) {
    .feature-div-content {
        -ms-grid-columns: 490px 490px;
        grid-template-columns: repeat(2, 490px);
        grid-gap: 30px;
    }
    .feature-div-catalogue {
        -ms-grid-columns: 505px 505px;
        grid-template-columns: repeat(2, 505px);
    }
    .feature-div-sub-content {
        -ms-grid-columns: 1010px;
        grid-template-columns: repeat(1, 1010px);
    }
    .feature-div-content-product {
        -ms-grid-columns: 490px 490px;
        grid-template-columns: repeat(2, 490px);
    }
    .feature-div-content-tool {
        -ms-grid-columns: 490px 490px;
        grid-template-columns: repeat(2, 490px);
    }
    .feature-div-content-tool-tracking {
        width: 490px;
    }
}

@media (max-width:1440px) {
    /* .produkte-content .container, #kataloge .container, #widia .container, #produkt-videos .container  {
        padding-right:0px;
        padding-left:0px;
    }*/


    .produkte-content .feature-div-content-product,
    #produkt-videos .feature-div-content-product {
        -ms-grid-columns: 270px 270px;
        grid-template-columns: repeat(4, 270px);
        grid-gap: 20px;
    }
    .category-container .ul-container-1,
    .category-container .ul-container-2,
    .category-container .ul-container-3,
    .category-container .ul-container-4 {
        /* height:calc(100% - 270px);*/
    }
    .feature-div-catalogue {
        -ms-grid-columns: 570px 570px;
        grid-template-columns: repeat(2, 570px);
    }
    .widia-div span.record,
    .tool-konfigurator-div span.record {
        -ms-grid-columns: 353px 757px;
        grid-template-columns: 353px 757px;
    }
    .product-page .heading-grid {
        -ms-grid-columns: 1140px;
        grid-template-columns: repeat(1, 1140px);
    }
    .app-page .heading-grid {
        -ms-grid-columns: 1140px;
        grid-template-columns: repeat(1, 1140px);
    }
}

.d-none-device-m {
    display: block;
}

@media (max-width:1247px) {
    .d-none-device-m {
        display: none;
    }
    .produkte-content .feature-div-content-product,
    #produkt-videos .feature-div-content-product {
        -ms-grid-columns: 465px 465px;
        grid-template-columns: repeat(2, 465px);
        grid-gap: 30px;
    }
    .feature-div-catalogue {
        -ms-grid-columns: 465px 465px;
        grid-template-columns: repeat(2, 465px);
    }
    .category-container .ul-container-1,
    .category-container .ul-container-2,
    .category-container .ul-container-3,
    .category-container .ul-container-4 {
        /*  height:calc(100% - 465px);*/
    }
    .heading-grid {
        -ms-grid-columns: 1010px;
        grid-template-columns: repeat(1, 1010px);
    }
    .product-page .heading-grid {
        -ms-grid-columns: 960px;
        grid-template-columns: repeat(1, 960px);
    }
    /*  .product-page .heading-grid, .catalog-container .heading-grid,  .widia-container  .heading-grid, .video-container  .heading-grid {
        -ms-grid-columns: 960px;  
        grid-template-columns: repeat(1,960px);
    }
*/
    .feature-div-catalogue {
        -ms-grid-columns: 480px 480px;
        grid-template-columns: repeat(2, 480px);
    }
    .app-page .heading-grid {
        -ms-grid-columns: 960px;
        grid-template-columns: repeat(1, 960px);
    }
    .widia-div span.record,
    .tool-konfigurator-div span.record {
        -ms-grid-columns: 350px 580px;
        grid-template-columns: 350px 580px;
    }
}

@media (max-width:1076px) {
    .feature-div-content {
        -ms-grid-columns: 420px 420px;
        grid-template-columns: repeat(2, 420px);
        grid-gap: 30px;
    }
    /*.feature-div-catalogue {
        -ms-grid-columns: 435px 435px;  
        grid-template-columns: repeat(2,435px);
    }*/
    .feature-div-sub-content {
        -ms-grid-columns: 870px;
        grid-template-columns: repeat(1, 870px);
    }
    /*.heading-grid {
        -ms-grid-columns: 870px;  
        grid-template-columns: repeat(1,870px);
     }*/
    .heading-grid {
        -ms-grid-columns: 870px;
        grid-template-columns: repeat(1, 870px);
    }
    .feature-div-content-product {
        -ms-grid-columns: 420px 420px;
        grid-template-columns: repeat(2, 420px);
    }
    .feature-div-content-tool {
        -ms-grid-columns: 420px 420px;
        grid-template-columns: repeat(2, 420px);
    }
    .feature-div-content-tool-tracking {
        width: 420px;
    }
    .product-page .heading-grid {
        -ms-grid-columns: 870px;
        grid-template-columns: repeat(1, 870px);
    }
    .produkte-content .feature-div-content-product,
    #produkt-videos .feature-div-content-product {
        -ms-grid-columns: 420px 420px;
        grid-template-columns: repeat(2, 420px);
        grid-gap: 30px;
    }
    .feature-div-catalogue {
        -ms-grid-columns: 435px 435px;
        grid-template-columns: repeat(2, 435px);
    }
    .app-page .heading-grid {
        -ms-grid-columns: 870px;
        grid-template-columns: repeat(1, 870px);
    }
}

.feature-mobil-bottom{
    display: none;
}


@media (max-width:991px) {

    .footer-widget-second-ul {
        display: block;
        margin-left: 0px!important;
    }

    .feature-div-content {
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 30px;
    }
    .catalogue-header-main {
        display: block;
        font-size: 30px;
        line-height: 35px;
        text-align: left;
        letter-spacing: -1.3px;
    }
    .catalogue-header-sub {
        font-size: 40px;
        line-height: 45px;
        text-align: left;
        text-transform: none;
        margin-bottom: 0px;
    }
    .feature-div-sub-content {
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1, 1fr);
    }
    #tool-content .heading-grid {
        display: -ms-grid;
        display: grid;
    }
    .heading-grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1, 1fr);
    }
    .feature-div-content-product {
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1, 1fr);
    }
    .produkte-content .feature-div-content-product,
    #produkt-videos .feature-div-content-product {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1, 1fr);
    }
    .product-page .heading-grid {
        display: grid;
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1, 1fr);
    }
    .app-page .heading-grid {
        display: grid;
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1, 1fr);
    }
    .feature-div-content-tool {
        display: grid;
        display: -ms-grid;
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1, 1fr);
    }
    .feature-div-content-tool-tracking {
        width: 100%;
    }
    #tool-content {
        text-align: center;
    }
    .feature-div-catalogue {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1, 1fr);
        margin-bottom: 20px;
    }
    .widia-div span.record,
    .tool-konfigurator-div span.record {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 0px;
    }
    .product_widia img,
    .product_tool_konfigurator img {
        display: none
    }
    .product_mechanical_engineering img {
        display: none
    }
    .cms-icon {
        display: none;
    }
    .under-div,
    .feature-desktop-left {
        display: none;
    }

    .feature-mobil-bottom{
        display: block;
    }

    .feature-div-catalog-name {
        display: block;
        margin-top: -100px;
        height: 100px;
        width: 100%;
        padding: 10px 0px 10px 30px;
        backface-visibility: hidden;
        z-index: 9;
        position: absolute;
    }
    .gotoTop {
        display: none;
    }
}

@media (max-width:576px) {
    .catalogue-header-main {
        font-size: 30px;
        line-height: 35px;
    }
    .catalogue-header-sub {
        font-size: 40px;
        line-height: 45px;
    }
    .feature-div-catalog-name {
        margin-top: -100px;
        height: 100px;
    }
}

.spacediv {
    display: inline-block;
    width: 50px;
    height: 50px;
    padding-left: 9px;
    float: left;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

@media (max-width:440px) {
    .feature-div-catalog-name {
        margin-top: -76px;
        height: 76px;
    }
    .catalogue-header-main {
        font-size: 20px;
        line-height: 24px;
    }
    .catalogue-header-sub {
        font-size: 30px;
        line-height: 34px;
    }
}


/*PRODUCT PAGE*/

.page-header-name {
    width: 100%;
    display: flex;
    align-items: center;
}

.page-header-name a {
    color: #535353;
}

.page-header-name i:not(:first-child) {
    padding: 0 10px;
}

.page-header-name:first-child {
    padding-left: 0px;
}

.page-header-name span, .page-header-name i {
    color: #9fd6ed;
    font-weight: bold
}

.product-content  {
    font-size: 32px;
    color: #8a8b8a;
}

/*PRODUCT */

.ul-container {
    /*border-left:1px solid #c9c9c9;
    border-right:1px solid #c9c9c9;
    border-bottom:1px solid #c9c9c9;*/
    /*height: calc(100vh - 335px);*/
    padding: 10px;
    text-align: center;
    background-color: #ffffff;
}

.category-container .feature-div,
.video-container .feature-div,
.home-page .feature-div {
    height: 100%
}

.category-container .ul-container-1,
.category-container .ul-container-2,
.category-container .ul-container-3,
.category-container .ul-container-4 {
    /*height:calc(100% - 280px);*/
}

.category-container .fbox-icon img {
    margin-bottom: 0px;
}

@media (max-width:1247px) {
    .category-container .ul-container-1,
    .category-container .ul-container-2,
    .category-container .ul-container-3,
    .category-container .ul-container-4 {
        /*  height:calc(100% - 465px);*/
    }
}

.video-container .video-container-1,
.video-container .video-container-2,
.video-container .video-container-3,
.video-container .video-container-4 {
    /*min-height: 250px;*/
    padding-bottom: 50px;
    /*height: calc(100vh - 480px);*/
}

.video-container ul li {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ul-container ul {
    text-align: left;
    margin-bottom: 0px;
    line-height: 32px;
}

.video-container .ul-container ul {
    margin-bottom: 7px;
}

.feature-div-text {
    width: 100%;
    height: 100%;
    background-color: #ff8c00;
}

.cat-orange {
    width: 100%;
    height: 100%;
    background-color: #ff8c00;
    text-align: left;
    color: #ffffff;
}

.cat-gray {
    width: 100%;
    height: 100%;
    background-color: #b4b5b4;
    text-align: left;
    color: #ffffff;
}

.cat-blue {
    width: 100%;
    height: 100%;
    background-color: #9fd6ed;
    text-align: left;
    color: #ffffff;
}

.cat-white {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    text-align: left;
}

.cat-gray ul,
.cat-orange ul,
.cat-white ul {
    list-style-position: inside;
}

.product_overview_1 {
    background-image: url("/assets/images/product/product_overview/1.jpg");
    background-size: cover;
    width: calc(100% + 2px);
    height: 100%;
    margin: -1px -1px 0 -1px;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.product_overview_2 {
    background-image: url("/assets/images/product/product_overview/2.jpg");
    background-size: cover;
    width: calc(100% + 2px);
    height: 100%;
    margin: -1px -1px 0 -1px;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.product_overview_3 {
    background-image: url("/assets/images/product/product_overview/3.jpg");
    background-size: cover;
    width: calc(100% + 2px);
    height: 100%;
    margin: -1px -1px 0 -1px;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.product_overview_4 {
    background-image: url("/assets/images/product/product_overview/4.jpg");
    background-size: cover;
    width: calc(100% + 2px);
    height: 100%;
    margin: -1px -1px 0 -1px;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.video-div-for-product {
    width: calc(100% + 2px);
    height: 100%;
    margin: -1px -1px 0 -1px;
}

.produkte-page .feature-div:hover .product_overview_1 {
    background-image: url("/assets/images/product/product_overview/1_hover.jpg");
}

.produkte-page .feature-div:hover .product_overview_2 {
    background-image: url("/assets/images/product/product_overview/2_hover.jpg");
}

.produkte-page .feature-div:hover .product_overview_3 {
    background-image: url("/assets/images/product/product_overview/3_hover.jpg");
}

.produkte-page .feature-div:hover .product_overview_4 {
    background-image: url("/assets/images/product/product_overview/4_hover.jpg");
}

@media (max-width:1247px) {
    .category-container .ul-container-3,
    .category-container .ul-container-4 {
        height: 150px;
    }
}

@media (max-width:991px) {
    .video-container ul li {
        overflow: auto;
        white-space: initial;
        text-overflow: initial;
    }
    .category-container .ul-container-1,
    .category-container .ul-container-2,
    .category-container .ul-container-3,
    .category-container .ul-container-4 {
        height: auto;
    }
    .video-container .video-container-1,
    .video-container .video-container-2,
    .video-container .video-container-3,
    .video-container .video-container-4 {
        min-height: auto;
        height: auto;
    }
}

.content-catalogue {
    padding: 15px;
    overflow: hidden;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    height: 100%;
}

.hvr-underline-from-left-b4b5b4,
.hvr-underline-from-left-ff8c00,
.hvr-underline-from-left-ffffff,
.hvr-underline-from-left-9fd6ed {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
}

.hvr-underline-from-left-b4b5b4:before,
.hvr-underline-from-left-ff8c00:before,
.hvr-underline-from-left-ffffff:before,
.hvr-underline-from-left-9fd6ed:before {
    content: "";
    position: absolute;
    z-index: 999999;
    left: 0;
    right: 100%;
    bottom: 0;
    height: 30px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-underline-from-left-b4b5b4:before {
    background: #b4b5b4;
}

.hvr-underline-from-left-ffffff:before {
    background: #b4b5b4;
}

.hvr-underline-from-left-9fd6ed:before {
    background: #9fd6ed;
}

.hvr-underline-from-left-ff8c00:before {
    background: #ff8c00;
}

.hvr-underline-from-left-b4b5b4:hover:before,
.hvr-underline-from-left-b4b5b4:focus:before,
.hvr-underline-from-left-b4b5b4:active:before,
.hvr-underline-from-left-ff8c00:hover:before,
.hvr-underline-from-left-ff8c00:focus:before,
.hvr-underline-from-left-ff8c00:active:before,
.hvr-underline-from-left-ffffff:hover:before,
.hvr-underline-from-left-ffffff:focus:before,
.hvr-underline-from-left-ffffff:active:before,
.hvr-underline-from-left-9fd6ed:hover:before,
.hvr-underline-from-left-9fd6ed:focus:before,
.hvr-underline-from-left-9fd6ed:active:before {
    right: 0;
}

.hvr-underline-from-right-b4b5b4,
.hvr-underline-from-right-ff8c00,
.hvr-underline-from-right-ffffff,
.hvr-underline-from-right-9fd6ed {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
}

.hvr-underline-from-right-b4b5b4::before,
.hvr-underline-from-right-ff8c00::before,
.hvr-underline-from-right-ffffff:before,
.hvr-underline-from-right-9fd6ed:before {
    content: "";
    position: absolute;
    z-index: 999999;
    left: 100%;
    right: 0;
    bottom: 0;
    height: 30px;
    -webkit-transition-property: left;
    transition-property: left;
    -webkit-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-underline-from-right-b4b5b4:before {
    background: #b4b5b4;
}

.hvr-underline-from-right-9fd6ed:before {
    background: #9fd6ed;
}

.hvr-underline-from-right-ffffff:before {
    background: #ffffff;
}

.hvr-underline-from-right-ff8c00:before {
    background: #ff8c00;
}

.hvr-underline-from-right-b4b5b4:hover:before,
.hvr-underline-from-right-b4b5b4:focus:before,
.hvr-underline-from-right-b4b5b4:active:before,
.hvr-underline-from-right-ff8c00:hover:before,
.hvr-underline-from-right-ff8c00:focus:before,
.hvr-underline-from-right-ff8c00:active:before,
.hvr-underline-from-right-ffffff:hover:before,
.hvr-underline-from-right-ffffff:focus:before,
.hvr-underline-from-right-ffffff:active:before,
.hvr-underline-from-right-9fd6ed:hover:before,
.hvr-underline-from-right-9fd6ed:focus:before,
.hvr-underline-from-right-9fd6ed:active:before {
    left: 0;
}

.header-text {
    font-size: 18px;
    color: #ffffff;
    text-align: left;
    width: 750px;
    height: 100%;
    margin-left: auto;
    padding: 40px 20px;
    /*display: flex;
    justify-content: center;
    align-items: center;*/
    /*-webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    transform: skew(-15deg);*/
    position: relative;
}

.header-text-title {
    font-size:32px;
    font-weight: bold;
}

.header-text p span {
    display: inline-block;
    -webkit-transform: skew(15deg);
    -moz-transform: skew(15deg);
    -o-transform: skew(15deg);
    transform: skew(15deg);
}

.header-text ul li {
    -webkit-transform: skew(15deg);
    -moz-transform: skew(15deg);
    -o-transform: skew(15deg);
    transform: skew(15deg);
}

.header-text .cms-icon {
    -webkit-transform: skew(15deg);
    -moz-transform: skew(15deg);
    -o-transform: skew(15deg);
    transform: skew(15deg);
    position: absolute;
    top: 10px;
    right: 50px;
}

@media (max-width:991px) {
    .hvr-underline-from-left-b4b5b4:hover:before,
    .hvr-underline-from-left-b4b5b4:focus:before,
    .hvr-underline-from-left-b4b5b4:active:before,
    .hvr-underline-from-left-ff8c00:hover:before,
    .hvr-underline-from-left-ff8c00:focus:before,
    .hvr-underline-from-left-ff8c00:active:before,
    .hvr-underline-from-left-ffffff:hover:before,
    .hvr-underline-from-left-ffffff:focus:before,
    .hvr-underline-from-left-ffffff:active:before,
    .hvr-underline-from-left-9fd6ed:hover:before,
    .hvr-underline-from-left-9fd6ed:focus:before,
    .hvr-underline-from-left-9fd6ed:active:before {
        right: 100%;
    }
    .hvr-underline-from-right-b4b5b4:hover:before,
    .hvr-underline-from-right-b4b5b4:focus:before,
    .hvr-underline-from-right-b4b5b4:active:before,
    .hvr-underline-from-right-ff8c00:hover:before,
    .hvr-underline-from-right-ff8c00:focus:before,
    .hvr-underline-from-right-ff8c00:active:before,
    .hvr-underline-from-right-ffffff:hover:before,
    .hvr-underline-from-right-ffffff:focus:before,
    .hvr-underline-from-right-ffffff:active:before,
    .hvr-underline-from-right-9fd6ed:hover:before,
    .hvr-underline-from-right-9fd6ed:focus:before,
    .hvr-underline-from-right-9fd6ed:active:before {
        left: 100%;
    }
    #product-top {
        display: none;
    }
    #contact-top,
    #company-top {
        display: none;
    }
}

.widia-bg {
    width: 100%;
    background-image: url('/assets/images/product/widia/bg.jpg');
    background-position: center center;
    background-size: cover;
}

.tool-konfigurator-bg {}

.video-div {
    width: 100%;
    height: 100%;
    transition: all 0.8s ease;
}

.menu-item-hover>.sub-menu-container,
.menu-item-hover>.mega-menu-content {
    opacity: 1!important;
    visibility: visible!important;
    ;
    margin-top: 0!important;
    ;
    z-index: 399!important;
    ;
    pointer-events: auto!important;
    ;
}

.close-sub-menu-container .sub-menu-container {
    opacity: 0!important;
    visibility: hidden!important;
    ;
}

.primary-menu:not(.on-click) .menu-item-hover>.sub-menu-container>* {
    display: block!important;
}

.sub-menu-container .menu-item-2-active>.menu-link {
    font-weight: normal;
    color: #ffffff;
    background-color: #ff8c00;
    padding-left: 15px;
    color: #ffffff;
}

.sub-menu-container .menu-item-3-active>.menu-link {
    font-weight: normal;
    color: #ffffff;
    background-color: #7cbee0;
    padding-left: 15px;
    color: #ffffff;
}

.sub-menu-container .menu-item-4-active>.menu-link,
.sub-menu-container .menu-item-5-active>.menu-link,
.sub-menu-container .menu-item-6-active>.menu-link {
    font-weight: normal;
    color: #ffffff;
    background-color: #7cbee0;
    padding-left: 15px;
    color: #ffffff;
}

.read-more-div {
    width: 100%;
    display: none;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
    border-top: 1px solid #8a8b8a;
    font-weight: bold;
    color: #555;
}

.read-more-catalog-list {
    display: block
}

@media (max-width:991px) {
    .read-more-div {
        display: flex;
    }
    .read-more-catalog-list {
        display: none
    }
}

.feature-div-photo {
    width: 100%;
    height: 100%;
}

.catalog_bg_1 {
    background-image: url('/assets/images/product/catalogue/1.jpg');
    background-position: center center;
    background-size: cover;
}

.catalog_bg_2 {
    background-image: url('/assets/images/product/catalogue/2.jpg');
    background-position: center center;
    background-size: cover;
}

.catalog_bg_3 {
    background-image: url('/assets/images/product/catalogue/3.jpg');
    background-position: center center;
    background-size: cover;
}

.feature-div-photo img {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.read-more-btn-video .read-more-div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
    border-top: 1px solid #8a8b8a;
    font-weight: bold;
    color: #555;
}

.category-container li.read-more-btn {
    margin-top: 10px;
}

li.read-more-btn span {
    line-height: 28px;
}

li.read-more-btn i {
    margin-right: 10px;
}

li.read-more-btn-video {
    position: absolute;
    bottom: 10px;
    right: 10px;
    left: 25px;
    margin-top: 10px;
}

.read-more-video-list {
    display: none;
}


/* QUESTIONMARK */

.questionmark-icon {
    float: right;
    background-color: #ff8c00;
    padding: 0px 8px;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer
}

.tooltip.fade.top {
    white-space: nowrap;
}

.blockOverlay {
    cursor: default!important;
}

.search-result .blockOverlay {
    background-color: rgb(204, 204, 204)!important;
}

.tool-finder label,
.tool_conf_fc label {
    text-transform: None;
    letter-spacing: normal;
    font-size: 18px;
}

.close-block-ui-btn {
    z-index: 8000;
    margin: 5px 5px 0 0;
    position: relative;
    color: #000;
}

.sub-title {
    font-weight: bold;
    color: #8a8b8a;
    font-size: 29px;
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0;
}

.ui-menu .ui-menu {
    position: absolute;
}

.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    /* support: IE10, see #8844 */
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
    text-indent: 0px!important;
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px .4em;
}

.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
    /*margin: -1px;*/
    font-size: 15px;
    font-weight: bold;
}


/* icon support */

.ui-menu-icons {
    position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
    padding-left: 2em;
}


/* left-aligned */

.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0;
}


/* right-aligned */

.ui-menu .ui-menu-icon {
    left: auto;
    right: 0;
}

.ui-menu .ui-menu-item-wrapper {
    background: none;
}

.ui-menu .ui-menu-item-wrapper:hover {
    background: #f5f5f5;
    /*url('data:image/svg+xml;utf8,<svg aria-hidden="true" data-prefix="fas" data-icon="plus" class="svg-inline--fa fa-plus fa-w-14" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>');*/
    background-position: 153px 4px;
    background-repeat: no-repeat;
    background-size: 14px;
    border: none;
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999999;
    float: left;
    display: none;
    min-width: 100px;
    padding: 4px 0;
    margin: 0 0 10px 25px;
    list-style: none;
    background-color: #ffffff;
    border-width: 1px;
    border-color: #ced4da;
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-clip: padding-box;
    border-right-width: 2px;
    border-bottom-width: 2px;
    max-height: 300px;
    overflow-y: scroll;
    overflow-x: none;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    line-height: 140%;
}

.ui-helper-hidden-accessible {
    display: none;
}

.tool-pictogram {
    width: 42px;
    margin-bottom: 5px;
    display: inline-block;
    text-align: center;
    margin-right: 5px;
}

.cat-sm-gray {
    background: #e6e6e6;
    padding: 1px 5px;
    text-align: center;
    display: inline-block;
    border-radius: 6px;
    font-size: 14px;
}

.cat-title-gray {
    background: #e6e6e6;
    display: block;
    border-radius: 6px;
    color: #323232;
    font-size: 18px;
    font-weight: bold;
    padding: 8px;
    text-align: center;
    margin-bottom: 20px;
}

.sub-cat {
    padding: 20px 10px;
    border-bottom: solid 4px #ccc;
    display: block;
    text-align: left;
}

.top-info {
    border-top: solid 4px #ccc;
}

li.sub-cat:not(.top-info):hover {
    background: #f0f0f0;
}

.result-count {
    padding-bottom: 20px;
}

.flex-div-2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.flex-div-3 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.overview-new ul.section-name-ul:first-child {
    border-top: solid 4px #ccc;
}

.tool-group-hidden {
    display: none;
}

.read-more-btn-tool .read-more-div {
    width: 250px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #8a8b8a;
    font-weight: bold;
    color: #555;
}

.tool-finder .blockElement {
    background-color: transparent!important;
    /*position: relative!important;*/
    width: 140px!important;
    height: 60px!important;
    top: calc( 50% - 30px)!important;
    ;
    left: calc( 50% - 70px)!important;
}

.first_choice_div {
    width: 23%;
    text-align: right;
    display: inline-block;
    margin-top: 15px;
}

.technology_div {
    width: 75%;
    text-align: left;
    display: inline-block
}

@media (max-width:1440px) {
    .first_choice_div {
        width: 100%;
        display: block;
        text-align: left;
    }
    .technology_div {
        width: 100%;
    }
}

.header-back-link {
    color: #8a8b8a;
}

.header-back-link:hover {
    color: #8a8b8a;
    text-decoration: none;
}

.no-decoration:hover {
    text-decoration: none!important;
    color: #ff8c00
}

.reset-filter {
    display: inline-flex;
    align-items: center;
    font-weight: bold;
    position: absolute;
    margin-top: -50px;
}

.show-mobile-on-filter {
    display: none;
    align-items: center;
    justify-content: space-between;
}

.show-open-mobile-filter {
    display: none;
}

.search-btn {
    border: none;
    border-radius: 4px;
    padding: 10px 20px;
    color: rgb(255, 255, 255);
    margin-top: 20px;
    cursor: pointer;
    background-color: #ff8c00 !important
}

.search-btn-tr {
    display: none;
}

.search-filter-closed-fancy {
    display: block!important;
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    background-color: #1f1f1f;
    color: #ffffff;
}

@media (max-width:991px) {
    .container-tool-finder {
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1, 1fr);
    }
    .search-filter {
        display: none;
    }
    .show-open-mobile-filter {
        display: block;
    }
    .search-filter-closed-fancy {
        display: none!important;
    }
    /* .show-mobile-on-filter {
        display:flex;
    } */
    .search-btn-tr {
        display: table-row;
    }
    tr.search-btn-tr td {
        text-align: center;
    }
    .reset-filter {
        position: relative;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

.search-btn {
    border: none;
    border-radius: 4px;
    padding: 10px 20px;
    color: rgb(255, 255, 255);
    margin-top: 20px;
    cursor: pointer;
    background-color: #ff8c00 !important;
    font-weight: bold;
    min-width: 150px;
}

.product-overview:not(.tool-list) .fancybox-wrap,
.product-overview:not(.tool-list) .fancybox-skin,
.product-overview:not(.tool-list) .fancybox-outer,
.product-overview:not(.tool-list) .fancybox-outer .fancybox-inner {
    width: 100%!important;
    height: 100%!important;
    top: 0px!important;
    left: 0px!important;
    line-height: 140% !important;
    right: 0px!important;
    bottom: 0px!important;
    overflow-x: hidden!important;
    overflow-y: visible!important;
}

.product-overview:not(.tool-list).fancybox-wrap label {
    text-transform: None;
    letter-spacing: normal;
    font-size: 18px;
}

.product-overview:not(.tool-list) .fancybox-outer {
    overflow-y: hidden!important;
}

.product-overview:not(.tool-list) .fancybox-outer .fancybox-inner {
    padding: 20px!important;
    z-index: 99;
}

#products-table thead td {
    vertical-align: bottom;
    padding-bottom: 0px;
    font-size: 18px;
    font-weight: bold;
    color: #1f1f1f;
    border: solid 5px #fff;
}

#products-table tr,
#products-table td {
    border: none;
    text-align: center;
    font-size: 18px;
}

#products-table tbody td {
    background: #e6e6e6;
    padding: 3px 6px 0px;
    border: solid 5px #fff;
    font-size: 18px;
    color: #1f1f1f;
}

#products-table tbody tr:first-child td {
    border-top: 0px;
}

.sub-title-back {
    font-size: 18px;
    color: #ff8c00
}

.flex-pictograms-div {
    display: flex;
    margin-top: 20px;
}

.flex-pictograms-div-3 {
    display: flex;
    margin-top: 20px;
}

.pictogram-info {
    font-size: 15px;
    padding-left: 10px
}

.pictogram-1-info {
    /* display:flex;*/
}

.pictogram-svg-info {
    /*padding-left:30px;*/
}

.pic-info-style {
    display: inline-flex;
    padding-left: 0px
}

.pic-info-style div {
    padding-right: 5px;
}

.detail-btn {
    width: 44px;
    height: 20px;
    padding: 5px 4px;
    background-color: #535353;
    color: #fff;
    font-size: 9px;
    line-height: 9px;
    border-radius: 4px;
}

.products-artnr a:hover {
    text-decoration: none;
    color: #fff;
}

.detail-btn:hover,
.detail-btn:active,
.detail-btn:focus {
    text-decoration: none;
    color: #fff;
    box-shadow: none;
}


/* Magnific popup */

.white-popup {
    background: #FFF;
    padding: 20px;
    margin: 20px auto;
    border: solid 4px #ff8c00;
    text-align: center;
    position: relative;
    width: 300px;
    height: auto;
    /*max-width: 500px;*/
    max-height: 100%;
    /*
    position: absolute;
    margin-left: 40%;
    */
}

.mfp-bg {
    background-color: #fff!important;
    z-index: 9999999999!important;
}

.mfp-close {
    display: none !important;
}

.mfp-wrap {
    z-index: 9999999999!important;
}

.white-popup a:hover,
.white-popup a:active,
.white-popup a:focus {
    color: #000000;
}

.bar {
    border: 1px solid #8b8787;
    height: 12px;
    width: 160px;
    border-radius: 15px;
    background-color: #e6e6e6;
    margin-top: 15px;
}

.in_progress {
    animation: fill 14s linear 1;
    height: 100%;
    border: 1px solid #8b8787;
    border-radius: 15px;
    background-color: #8b8787;
}

@keyframes fill {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

@media (max-width:991px) {
    .footer-text {
        margin-bottom: 40px
    }
    #footer {
        line-height: 140%;
    }
    .flex-pictograms-div {
        display: block;
    }
    .pictogram-svg-info {
        padding-left: 0px;
        /*padding-top:20px;*/
    }
    .inocam-btn {
        display: none;
    }
}

.container,
.container-sm,
.container-md,
.container-lg {
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 635px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg {
        max-width: 605px;
        padding-right: 0px;
        padding-left: 0px;
    }
}

@media (min-width: 992px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg {
        max-width: 870px;
        padding-right: 0px;
        padding-left: 0px;
    }
}

@media (min-width: 1077px) {
    /* 992 */
    .container,
    .container-sm,
    .container-md,
    .container-lg {
        max-width: 1010px;
        padding-right: 0px;
        padding-left: 0px;
    }
}

@media (min-width: 1247px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1210px;
        padding-right: 0px;
        padding-left: 0px;
    }
    .product-page section:not(#product-top),
    .home-page section:not(#slider) {
        padding: 0px;
    }
}


/*SERVICE PAGE*/

.privat-labeling-content,
.nachschleifen-content,
.nachschleifen-track-content,
.technical-support-content,
.company-about-us-content,
.company-quality-content,
.content-three-col {
    width: 100%;
    display: grid;
    -ms-grid-columns: 590px 590px;
    grid-template-columns: 16% 35% 45%;
    grid-template-rows: auto;
    grid-gap: 40px;
    align-items: end;
    justify-content: center;
    margin-bottom: 30px;
}

.nachschleifen-track-content {
    align-items: start;
}

.location-content {
    width: 100%;
    display: grid;
    grid-template-columns: 16% 64% 16%;
    grid-template-rows: auto;
    grid-gap: 40px;
    align-items: end;
    justify-content: center;
    margin-bottom: 30px;
}

.rundschleifen-content,
.express-service-content,
.tool-configurator-content,
.content-flipped-three-col {
    width: 100%;
    display: grid;
    -ms-grid-columns: 590px 590px;
    grid-template-columns: 45% 35% 16%;
    grid-template-rows: auto;
    grid-gap: 40px;
    align-items: end;
    justify-content: center;
    margin-bottom: 30px;
}

.heading-service-grid {
    width: 100%;
    display: grid;
    -ms-grid-columns: 590px 590px;
    grid-template-columns: 16% 35% 45%;
    grid-template-rows: auto;
    grid-gap: 40px;
    align-items: end;
    justify-content: end;
}

.heading-company-grid {
    width: 100%;
    display: grid;
    -ms-grid-columns: 590px 590px;
    grid-template-columns: 16% 64% 16%;
    grid-template-rows: auto;
    grid-gap: 40px;
    align-items: end;
    justify-content: center;
}

.technical-support-content-img-1 {
    width: 100%;
    height: calc(100% - 100px);
    background-image: url('/assets/images/service/technical-support_1.jpg');
    background-position: center center;
    background-size: cover;
}

.technical-support-content-img-2 {
    width: 100%;
    height: calc(100% - 100px);
    background-image: url('/assets/images/service/technical-support_2.jpg');
    background-position: center center;
    background-size: cover;
}

.company-about-us-content-img-1 {
    width: 100%;
    height: calc(100% - 100px);
    background-image: url('/assets/images/company/about-us_1.jpg');
    background-position: center center;
    background-size: cover;
}

.company-about-us-content-img-2 {
    width: 100%;
    height: calc(100% - 100px);
    background-image: url('/assets/images/company/about-us_3.jpg');
    background-position: center center;
    background-size: cover;
}

.company-quality-content-img-1 {
    width: 100%;
    height: calc(100% - 100px);
    background-image: url('/assets/images/company/quality_1.jpg');
    background-position: center center;
    background-size: cover;
}

.company-quality-content-img-2 {
    width: 100%;
    height: calc(100% - 100px);
    background-image: url('/assets/images/company/quality_2.jpg');
    background-position: center center;
    background-size: cover;
}

.content-three-col .company-quality-content-text,
.content-flipped-three-col .company-quality-content-text {
    margin-top: 20px;
    color: #8a8b8a
}

.line-height-normal {
    line-height: 20px;
}

.line-height-normal-140 {
    line-height: 140%;
}

.reason-list {
    list-style-type: decimal;
    text-indent: 0px;
    margin-left: 0px;
    line-height: 140%!important;
}

.reason-sub-list {
    list-style-type: circle;
    text-indent: 0px;
    margin-left: 0px;
    line-height: 140%!important;
}

.reason-list li,
.reason-sub-list li {
    text-indent: 0px;
}

.img-text {
    margin-left: 10px;
}

.img-header {
    font-weight: bold;
    font-size: 40px;
    color: #8a8b8a;
}

.img-sub {
    color: #8a8b8a;
    line-height: 20px;
}

.content-img-1,
.content-img-2,
.flipped-content-img-1,
.flipped-content-img-2 {
    width: 100%;
    height: calc(100% - 80px);
}

.content-img-1-1 {
    background-image: url('/assets/images/company/ausbildung/img-1-1.png');
    background-position: center center;
    background-size: cover;
}

.content-img-2-1 {
    background-image: url('/assets/images/company/ausbildung/img-2-1.png');
    background-position: center center;
    background-size: cover;
}

.content-img-1-2 {
    background-image: url('/assets/images/company/ausbildung/img-1-2.png');
    background-position: center center;
    background-size: cover;
}

.content-img-2-2 {
    background-image: url('/assets/images/company/ausbildung/img-2-2.png');
    background-position: center center;
    background-size: cover;
}

.content-img-1-3 {
    background-image: url('/assets/images/company/ausbildung/img-1-3.png');
    background-position: center center;
    background-size: cover;
}

.content-img-2-3 {
    background-image: url('/assets/images/company/ausbildung/img-2-3.png');
    background-position: center center;
    background-size: cover;
}

.content-img-1-4 {
    background-image: url('/assets/images/company/ausbildung/img-1-4.png');
    background-position: center center;
    background-size: cover;
}

.content-img-2-4 {
    background-image: url('/assets/images/company/ausbildung/img-2-4.png');
    background-position: center center;
    background-size: cover;
}

.content-img-1-5 {
    background-image: url('/assets/images/company/ausbildung/img-1-5.png');
    background-position: center center;
    background-size: cover;
}

.content-img-2-5 {
    background-image: url('/assets/images/company/ausbildung/img-2-5.png');
    background-position: center center;
    background-size: cover;
}

.content-img-1-6 {
    background-image: url('/assets/images/company/ausbildung/img-1-6.png');
    background-position: center center;
    background-size: cover;
}

.content-img-2-6 {
    background-image: url('/assets/images/company/ausbildung/img-2-6.png');
    background-position: center center;
    background-size: cover;
}

.express-service-content-img-1 {
    width: 100%;
    height: calc(100% - 100px);
    background-image: url('/assets/images/service/express-service_1.jpg');
    background-position: center center;
    background-size: cover;
}

.express-service-content-img-2 {
    width: 100%;
    height: calc(100% - 100px);
    background-image: url('/assets/images/service/express-service_2.jpg');
    background-position: center center;
    background-size: cover;
}

.tool-configurator-content-img-1 {
    width: 100%;
    height: calc(100% - 100px);
    background-image: url('/assets/images/service/tool_configurator_1.png');
    background-position: center center;
    background-size: cover;
}

.tool-configurator-content-img-2 {
    width: 100%;
    height: calc(100% - 100px);
    background-image: url('/assets/images/service/tool_configurator_2.png');
    background-position: center center;
    background-size: cover;
}

.nachschleifen-content-img-1 {
    width: 100%;
    height: calc(100% - 100px);
    background-image: url('/assets/images/service/nachschleifen_1.jpg');
    background-position: center center;
    background-size: cover;
}

.nachschleifen-content-img-2 {
    width: 100%;
    height: calc(100% - 100px);
    background-image: url('/assets/images/service/nachschleifen_2.jpg');
    background-position: center center;
    background-size: cover;
}

.nachschleifen-track-content-img-1 {
    width: 100%;
    height: calc(100% - 100px);
    /*background-image: url('/assets/images/service/nachschleifen_track_1.png'); */
    background-image: url('/assets/images/service/nachschleifen_track_1_left.png');
    background-position: center center;
    /*background-size: cover;*/
    background-size: 100% 100%;
    align-self: end;
}

.nachschleifen-track-content-img-2 {
    width: 100%;
    height: calc(100% - 100px);
    /*background-image: url('/assets/images/service/nachschleifen_track_2.png'); */
    background-image: url('/assets/images/service/nachschleifen_track_2_right.png');
    background-position: center center;
    /*background-size: cover;*/
    background-size: 100% 100%;
    align-self: end;
}

.rundschleifen-content-img-1 {
    width: 100%;
    height: calc(100% - 100px);
    background-image: url('/assets/images/service/rundschleifen_2.jpg');
    background-position: center center;
    background-size: cover;
    align-self: end;
}

.rundschleifen-content-img-2 {
    width: 100%;
    height: calc(100% - 100px);
    background-image: url('/assets/images/service/rundschleifen_1.jpg');
    background-position: center center;
    background-size: cover;
    align-self: end;
}

.privat-labeling-content-img-1 {
    width: 100%;
    height: calc(100% - 100px);
    background-image: url('/assets/images/service/privat-labeling_1.jpg');
    background-position: center center;
    background-size: cover;
}

.privat-labeling-content-img-2 {
    width: 100%;
    height: calc(100% - 100px);
    background-image: url('/assets/images/service/privat-labeling_2.jpg');
    background-position: center center;
    background-size: cover;
}

span.service_technical_support-4-0,
span.service_express_service-5-0,
span.service_tool_configurator-7922-0,
span.service_nachschleifen-6-0,
span.service_nachschleifen_track-7913-0,
span.service_rundschleifen-7-0,
span.service_privat_labeling-8-0,
span.company_about_us-15-0,
span.company_quality-16-0,
.company_sustainability-7915-0,
.ausbildung-header {
    display: block;
    font-weight: bold;
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #8a8b8a;
}

.ausbildung-header {
    margin-bottom: 20px
}

span.service_technical_support-4-1,
span.service_express_service-5-1,
span.service_tool_configurator-7922-1,
span.service_nachschleifen-6-1,
span.service_nachschleifen_track-7913-1,
span.service_rundschleifen-7-1,
span.service_privat_labeling-8-1,
span.company_about_us-15-1,
span.company_quality-16-1 {
    display: block;
    font-size: 40px;
    color: #8a8b8a;
    margin-bottom: 15px;
}

.company-quality-content-text,
.company-about-us-content-text {
    align-self: start;
}

.apps_tool_configurator-7923-2 p:last-child {
    margin-bottom: 15px;
    line-height: 140%!important;
}

.technical-support-content-text p,
.express-service-content-text p,
.tool-configurator-content-text p,
.nachschleifen-content-text p,
.nachschleifen-track-content-text p,
.rundschleifen-content-text p,
.privat-labeling-content-text p,
.company-about-us-content-text p,
.company-quality-content-text p {
    margin-bottom: 15px;
    line-height: 140%;
}

.service-page ul,
.service-page ol {
    list-style-position: inside;
}

.service-page ul li,
.service-page ol li {
    line-height: 140%;
}

.technical-support-content-img-1 img,
.express-service-content-img-2 img,
.tool-configurator-content-img-2 img,
.nachschleifen-content-img-1 img,
.nachschleifen-track-content-img-1 img,
.rundschleifen-content-img-2 img,
.privat-labeling-content-img-1 img,
.technical-support-content-img-2 img,
.express-service-content-img-1 img,
.tool-configurator-content-img-1 img,
.nachschleifen-content-img-2 img,
.nachschleifen-track-content-img-2 img,
.rundschleifen-content-img-1 img,
.privat-labeling-content-img-2 img,
.company-about-us-content-img-1 img,
.company-quality-content-img-1 img,
.company-about-us-content-img-2 img,
.company-quality-content-img-2 img,
.content-img-1 img,
.flipped-content-img-2 img,
.content-img-2 img,
.flipped-content-img-1 img {
    width: 100%;
    height: 100%;
}

.express-service-content-text,
.tool-configurator-content-text {
    align-self: flex-start;
}

@media(max-width:991px) {
    .widget_nav_menu li,
    .widget_links li,
    .widget_meta li,
    .widget_archive li,
    .widget_recent_comments li,
    .widget_recent_entries li,
    .widget_categories li,
    .widget_pages li,
    .widget_rss li {
        margin-bottom: 10px;
    }
}

@media (max-width:1200px) {
    .privat-labeling-content,
    .nachschleifen-content,
    .nachschleifen-track-content,
    .technical-support-content,
    .company-about-us-content,
    .company-quality-content,
    .content-three-col {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
        padding-left: 30px;
    }
    .location-content {
        grid-template-columns: repeat(1, 1fr);
        padding-left: 30px;
        padding-right: 30px;
    }
    .content-empty {
        display: none;
    }
    .location-content .fbox-icon {
        width: 100%;
    }
    .rundschleifen-content,
    .express-service-content,
    .tool-configurator-content,
    .content-flipped-three-col {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
        padding-right: 30px;
    }
    .heading-service-grid {
        grid-template-columns: repeat(1, 1fr);
        padding-left: 30px;
    }
    .heading-company-grid {
        grid-template-columns: repeat(1, 1fr);
        padding-left: 30px;
    }
    .heading-service-grid-fc {
        display: none;
    }
    .technical-support-content-img-1,
    .express-service-content-img-2,
    .tool-configurator-content-img-2,
    .nachschleifen-content-img-1,
    .nachschleifen-track-content-img-1,
    .rundschleifen-content-img-2,
    .privat-labeling-content-img-1,
    .company-about-us-content-img-1,
    .company-quality-content-img-1,
    .content-img-1,
    .flipped-content-img-2 {
        display: none;
    }
}

@media (max-width:991px) {
    .privat-labeling-content,
    .nachschleifen-content,
    .nachschleifen-track-content,
    .technical-support-content,
    .rundschleifen-content,
    .express-service-content,
    .tool-configurator-content,
    .company-about-us-content,
    .company-quality-content,
    .content-three-col,
    .content-flipped-three-col {
        grid-template-columns: repeat(1, 1fr);
        padding-left: 30px;
        padding-right: 30px;
        word-break: break-word
    }
    .technical-support-content-img-1,
    .express-service-content-img-2,
    .tool-configurator-content-img-2,
    .nachschleifen-content-img-1,
    .nachschleifen-track-content-img-1,
    .rundschleifen-content-img-2,
    .privat-labeling-content-img-1,
    .company-about-us-content-img-1,
    .company-quality-content-img-1,
    .company-about-us-content-img-2,
    .company-quality-content-img-2,
    .content-img-1,
    .flipped-content-img-2,
    .content-img-2,
    .flipped-content-img-1 {
        display: none;
    }
    .technical-support-content-img-2,
    .express-service-content-img-1,
    .tool-configurator-content-img-1,
    .nachschleifen-content-img-2,
    .nachschleifen-track-content-img-2,
    .rundschleifen-content-img-1,
    .privat-labeling-content-img-2,
    .flipped-content-img-1 {
        display: none;
    }
    #service-top {
        display: none;
    }
}

.lh-140 {
    line-height: 140%;
}

.lh-120 {
    line-height: 120%;
}

.privat-labeling-content a,
.nachschleifen-content a,
.nachschleifen-track-content a,
.technical-support-content a,
.rundschleifen-content a,
.express-service-content a,
.tool-configurator-content-img-2,
a {
    color: #555
}


/*APPS PAGE*/

.inoshop_bg {
    background-image: url('/assets/images/app/inoshop.jpg');
    background-position: center center;
    background-size: cover;
}

.inocam_bg {
    background-image: url('/assets/images/app/inocam.jpg');
    background-position: center center;
    background-size: cover;
}

.tool_configurator_bg {
    background-image: url('/assets/images/app/tool_configurator.png');
    background-position: center center;
    background-size: cover;
}

.inocut_bg {
    background-image: url('/assets/images/app/inocut.jpg');
    background-position: center center;
    background-size: cover;
}

.inobot_bg {
    background-image: url('/assets/images/app/inobot.jpg');
    background-position: center center;
    background-size: cover;
}

.inoqr_bg {
    background-image: url('/assets/images/app/inoqr.jpg');
    background-position: center center;
    background-size: cover;
}

.inoserv_bg {
    background-image: url('/assets/images/app/inoserv.png');
    background-position: center center;
    background-size: cover;
}

.small-icon {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

span.apps_inoshop-10-1,
span.apps_inocut-11-1,
span.apps_inocam-12-1,
span.apps_inoqr-13-1,
span.apps_inoserv-7912-1,
span.apps_tool_configurator-7923-1,
span.apps_inobot-7925-1 {
    display: block;
    font-weight: bold;
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 25px;
    word-break: break-all;
}

span.apps_inoshop-10-0,
span.apps_inocut-11-0,
span.apps_inocam-12-0,
span.apps_inoqr-13-0,
span.apps_inoserv-7912-0,
span.apps_tool_configurator-7923-0,
span.apps_inobot-7925-0 {
    display: block;
    font-size: 40px;
    margin-bottom: 15px;
}

.app-page .cat-gray,
.app-page .cat-orange,
.app-page .cat-white {
    padding: 20px;
}

.app-page .cat-gray a,
.app-page .cat-orange a {
    color: #ffffff;
}

.app-page .cat-white a {
    color: #555;
}

.app-page .cat-white {
    /*border-left:1px solid #c9c9c9;
	border-bottom:1px solid #c9c9c9;*/
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;
}

.cat-orange .cms-icon .fas.fa-cogs {
    color: #ffffff!important;
}

@media (max-width:1440px) {
    #apps .app-container p {
        line-height: 180%;
    }
}

@media (max-width:1247px) {
    #apps .app-container p {
        line-height: 140%;
    }
    .small-icon {
        position: relative;
        margin-top: 25px;
        margin-bottom: -20px;
    }
}

@media (max-width:991px) {
    .app-page .feature-div-text {
        min-height: 605px;
        display: block;
    }
    .app-page .feature-div-catalogue {
        margin-bottom: 0px;
    }
    .app-page .feature-div-photo {
        display: none;
    }
    .app-container p {
        line-height: 140%;
    }
}

@media (max-width:634px) {
    .app-page .feature-div-text {
        min-height: calc(100vw - 30px);
    }
    .small-icon {
        position: relative;
        margin-top: 25px;
        margin-bottom: -20px;
    }
}

.go-div {
    /*display: inline;*/
    position: absolute;
    right: 0px;
    margin-top: -45px;
    z-index: 9;
}


/*LOCATIONS */

.map-div {
    background-image: url("/assets/images/company/map.png");
    background-position: left center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.anc {
    position: absolute;
    display: inline-block;
    opacity: .3;
    border-radius: 15px;
    width: 25px;
    height: 25px;
}

.place-card {
    display: none!important;
}

.location-ul-container {
    /*height:280px;*/
    height: 100%;
    border-left: 1px solid #c9c9c9;
    border-right: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    text-align: left;
    line-height: 140%;
}

.location-more {
    height: 100%;
    position: relative;
}

.sub-loc-inf {
    /*bottom: 0px;
    position: absolute;*/
    width: 100%;
    word-break: break-all;
    /* right: 10px;*/
    line-height: 160%;
    margin-top: 20px;
}

.sub-loc-i {
    width: 25px;
    color: #76bde2;
    text-align: center;
    margin-right: 5px;
}

.sub-loc-inf-data {
    display: inline-flex;
}

ul.reseller-ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    list-style-type: none;
}

.reseller-ul li {
    text-indent: 0px!important;
}

.reseller-ul li a {
    color: #555;
}

.reseller-div-box {
    display: none;
}

.reseller-open-div-box {
    display: block;
}

.res-active {
    font-weight: bold!important;
    color: #ff8c00!important;
}


/*.resellers-div-box {
    display: flex;
    flex: 1 1 auto;
     width: 33.3%; 
}*/

#resellers_result {
    /*width:460px;*/
    display: grid;
    grid-gap: 10px;
    /*grid-template-columns: repeat(auto-fill, minmax(280px,1fr));*/
    grid-template-columns: repeat(auto-fill, 280px);
    grid-auto-rows: 20px;
}

@media (min-width:1872px) {
    #resellers_result {
        /*width:681px;*/
    }
}

.reseller-div {
    /*width:280px;*/
    line-height: 140%;
    background-color: #ffffff;
    border: 1px solid #c9c9c9;
    word-break: break-all;
}


/*.reseller-div {
    display:inline-block;
    width: 220px;
    line-height:140%;
    background-color:#ffffff;
    border:1px solid #c9c9c9;
    word-break: break-all;
    margin-right: 15px;
}*/

.reseller-div a,
.sub-loc-inf a {
    color: #555;
}

.reseller-top {
    width: 100%;
    /*height:48px;*/
    background-color: #9e9f9e;
    color: #ffffff;
    font-size: 26px;
    padding: 10px;
}

.res_radio {
    margin-right: 10px;
}

.res_radio:hover {
    cursor: pointer;
}

.top-res-inf,
.sub-res-inf {
    padding: 10px;
    line-height: 160%;
}

.resellers-country {
    display: flex;
    align-items: baseline;
}

.resellers-country a {
    color: #555;
}

.career_div {
    width: 100%;
    display: grid;
    -ms-grid-columns: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-gap: 40px;
    align-items: end;
    justify-content: center;
    /*margin-bottom: 30px;*/
}

.career-ul-container {
    height: 100%;
    /*height:290px; */
    border-left: 1px solid #c9c9c9;
    border-right: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    text-align: left;
    line-height: 140%;
}

.career-ul-container ul {
    list-style-type: none;
}

.career-ul-container ul li {
    margin: 0px!important;
    text-indent: 0px!important;
}

.career_div .record {
    display: block;
    margin-bottom: 5px;
    position: relative;
}

.career_div .cms-file {
    display: inline-block;
}

.career_div .cms-text {
    top: 0px;
    position: absolute;
    right: 0px;
    width: 120px;
    text-align: right;
    z-index: 1;
}

@media (max-width:520px) {
    .career_div .cms-text {
        position: relative;
        display: block;
        width: 100%;
        text-align: left;
    }
}

span.career_text a {
    color: #555;
}

#pcmap {
    padding-bottom: 20px;
}

.career_div .cms-file a {
    color: #555;
    padding-right: 120px;
    left: 0px;
    right: 0px;
    z-index: 2;
    float: left;
}

.resellers-select {
    width: 100%;
    border: solid 1px #ccc;
    background: #eeeeee;
    /*background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right #eeeeee;*/
    padding: 4px 10px;
    border-radius: 4px;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    box-shadow: inset 2px 2px 2px rgb(0 0 0 / 8%);
    color: #555;
    outline-color: #ff8c00;
    margin-bottom: 30px;
}

select.resellers-select {
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    appearance: none;
}

.reseller-i-div {
    position: absolute;
    margin-left: -25px;
    margin-top: 6px;
    display: inline-block;
}

.news-ul-container,
.fairs-ul-container,
.downloads-ul-container {
    text-align: left;
    line-height: 140%;
}

.news-content,
.downloads-content {
    width: 100%;
    display: grid;
    -ms-grid-columns: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-gap: 10px;
    /*align-items: end;*/
    justify-content: center;
    /* margin-bottom: 30px;*/
}

#news .ul-container,
#messen .ul-container,
#download .ul-container {
    padding: 10px 10px 0px 10px;
}

.news-ul-container span.record,
.downloads-ul-container span.record {
    display: block;
}

.career-ul-container .record.disabled {
    display: none;
}

.fairs-ul-container .record.disabled,
.fairs-ul-container .record.disabled a {
    color: #999!important;
}

.fairs-ul-container span.record {
    display: flex;
    justify-content: space-between;
}

.news-ul-container .record span.news,
.fairs-ul-container .record span {
    /*display:block;*/
}

.news-ul-container .record.read-more,
.downloads-ul-container .record.read-more {
    display: none;
}

.news-ul-container .record.read-more-btn-company_press,
.downloads-ul-container .record.read-more-btn-company_press {
    grid-column: span 2;
}

.fairs-ul-container .record:not(.read-more-btn) span {
    /* width:33%;*/
    margin-bottom: 20px;
}

.wh-45 {
    width: 45%
}

.wh-25 {
    width: 25%
}

.wh-30 {
    width: 30%
}

.show_file_img {
    width: 40px;
}

@media (max-width:833px) {
    .wh-45 {
        width: 40%
    }
    .wh-25 {
        width: 30%
    }
    .wh-30 {
        width: 30%
    }
    .show_file_img {
        width: 30px;
    }
}

.fair-date {
    /*width:150px;
    display: inline-block;*/
    width: 190px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width:640px) {
    .fair-date {
        width: 100%;
        display: block
    }
}

.fairs-ul-container .record span:last-of-type {
    text-align: right;
}

.news-ul-container a,
.company_fairs.active,
.company_fairs.active a,
.downloads-ul-container a {
    color: #555;
    font-weight: bold;
}

.fairs-ul-container a {
    color: #555;
    font-weight: normal;
}

#news .fbox-content,
#download .fbox-content {
    height: auto;
    min-height: 50px;
    margin-top: -50px;
}

.news-img {
    background-image: url("/assets/images/company/news_v2.jpg?v=1.0");
    background-position: left center;
    background-size: cover;
    width: 100%;
    height: 278px;
}

.downloads-img {
    /* background-image:url("/assets/images/company/download.png");
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 278px;*/
}

.fair-text span {
    display: block;
    text-align: justify;
    line-height: 140%;
    margin-bottom: 20px;
}

.record .read-more-div {
    width: 100%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
    border-top: 1px solid #8a8b8a;
    font-weight: bold;
    color: #555;
}

.record .read-more-div span {
    text-align: left!important;
}

.fairs-ul-container .record.read-more {
    display: none;
}

.record.read-more-btn a {
    width: 100%;
}

.top-loc-inf {
    /*height:120px;*/
}

.record.read-more-div span {
    width: auto!important;
    margin-bottom: 0px!important;
}

.ml-36 {
    margin-left: -36px;
}

.career_div .feature-div {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.career_div .feature-box {
    margin-bottom: -4px;
}

.career_div .fbox-content {
    margin-top: -50px;
}

@media (max-width:991px) {
    .reseller-div {
        width: calc(50% - 15px);
    }
    .resellers-select {
        width: calc(50% - 15px);
    }
    .company-map {
        display: none
    }
    .content-empty {
        display: none;
    }
    .career_div {
        -ms-grid-columns: repeat(1, 1fr);
        grid-template-columns: repeat(1, 1fr);
    }
    .news-content,
    .downloads-content {
        -ms-grid-columns: repeat(1, 1fr);
        grid-template-columns: repeat(1, 1fr);
    }
    .news-ul-container .record.read-more-btn-company_press,
    .downloads-ul-container .record.read-more-btn-company_press {
        grid-column: span 1;
    }
    .mb-20 {
        margin-bottom: 20px;
    }
    .ml-36 {
        margin-left: 0px;
    }
}

@media (max-width:445px) {
    .career_div .cms-text {
        width: 100%;
        top: auto;
        left: 0px;
        position: relative;
    }
    .career_div .cms-file a {
        width: 100%;
        top: auto;
        left: 0px;
        position: relative;
        padding-right: 0px;
    }
}

@media (max-width:767px) {
    .resellers-select {
        width: 100%;
    }
    .reseller-div {
        width: 100%;
    }
}

.company-map .cms-icon {
    position: absolute;
    margin-top: -35px;
    margin-left: 8px;
}

.standorte-col {
    /* flex: 1;*/
}

.standorte-col .location-more {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.standorte-col .feature-div .feature-box {
    margin-bottom: -4px;
}

.standorte-col .feature-div {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


/*CONTACT SECTION*/

.contact-us-section {
    width: 100%;
    display: grid;
    -ms-grid-columns: 24% 74%;
    grid-template-columns: 24% 74%;
    grid-template-rows: auto;
    grid-gap: 2%;
    justify-content: center;
    margin-bottom: 30px;
}

.contact-form .button {
    width: 100%;
    background-color: #a0d6ed;
    margin-top: 0px;
    height: 40px;
    font-size: 18px;
    color: #fff!important;
    float: right;
    font-weight: bold;
}

.mb-10 {
    margin-bottom: 10px;
    line-height: 140%;
}

.contact-form label {
    text-transform: none;
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 140%;
}

.contact-form input,
.contact-form textarea {
    background-color: #eeeeee;
}

.contact-form input[type=text]:focus,
.contact-form textarea:focus {
    background-color: #eeeeee;
    border-color: #ced4da;
    box-shadow: none;
}

.contact-form input[type=text]:active,
.contact-form textarea:active {
    border-color: #ced4da;
    box-shadow: none;
}

.contact-form .captcha-img {
    position: relative;
    height: 54px;
    width: 140px;
}

.contact-form #reloaddiv {
    position: absolute;
    /* margin-left: 112px; */
    margin-top: 2px;
    right: 5px;
}

.align-self-bt {
    align-self: flex-end;
}

.pd-0 {
    padding: 0px;
}

.contact-us-section .top-loc-inf {
    margin-bottom: 20px;
}

.contact-us-section button.close {
    padding: 6px;
    background-color: transparent;
    color: #fff;
    border: 0;
    position: absolute;
    right: 10px;
    top: 10px;
    border-radius: 3px;
    width: 32px;
    height: 32px;
    line-height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-us-section .close i {
    margin: auto;
    top: auto;
}

.contact-us-section button.close:hover {
    background-color: #000;
}

@media(max-width:991px) {
    .contact-us-section {
        -ms-grid-columns: repeat(1, 1fr);
        grid-template-columns: repeat(1, 1fr);
    }
    .contact-us-section .contact-form {
        grid-row: 1;
    }
    .contact-us-section .map-content {
        grid-row: 2;
    }
    .pd-0 {
        padding-left: 15px;
    }
    .contact-form .button {
        width: auto;
        float: none;
    }
    .mbl-center {
        text-align: center;
    }
}

.privacy-accept a {
    color: #555;
}

#ansprechpartner .fbox-content {
    font-size: 18px;
    line-height: 115%;
}


/*PRIVACY */

.privacy-policy-content h2 {
    font-size: 40px;
    color: #8a8b8a;
}

.fancybox-overlay {
    background: rgba(255, 255, 255, 0.6)!important;
}

.feature-div-text-1,
.feature-div-text-5,
.feature-div-text-6 {
    line-height: 140%;
}

.feature-div-text-3 {
    line-height: 180%;
}

#datenschutz a {
    color: #555;
}

.page-tool-video {
    display: none;
}

a[href^="mailto:"] {
    color: #555!important;
    text-decoration: underline!important;
}

.product_widia-2-1 a,
.product_tool_konfigurator-7921-1 a {
    color: #555!important;
    text-decoration: underline!important;
}

.product_widia-2-1 b,
.product_tool_konfigurator-7921-1 b,
.product_widia-2-1 strong,
.product_tool_konfigurator-7921-1 strong {
    color: #ff8c00!important;
    text-decoration: none !important;
    display: inline-block;
}

.product_mechanical_engineering-7914-1 b,
.product_mechanical_engineering-7914-1 strong {
    color: #ff8c00!important;
    text-decoration: none !important;
    display: inline-block;
}

.underline-a {
    color: #555!important;
    text-decoration: underline!important;
}

a.menu-link-language:hover {
    cursor: pointer;
}

.res-in-active {
    display: none!important;
}

#ansprechpartner .feature-box,
.company-loc .feature-box {
    display: block!important;
}

.record.inactive,
.record.inactive a,
.record.inactive:not(.feature-div-catalogue) li {
    color: #BBB !important;
}

.record .action-buttons {
    display: none;
    padding: 0px 5px 0 0;
    position: absolute;
    height: 30px;
    margin-left: 0px;
    margin-top: -5px;
}

.record .action-buttons a {
    font-size: 16px;
    padding: 0px;
    width: 34px;
    line-height: 30px;
    text-align: center;
    background-color: #e5e5e5;
    border: solid 1px #c9c9c9;
    margin-right: 5px;
    display: inline-block;
}

.record .action-buttons a:hover {
    background-color: #fff;
}


/*.record.sortable, .record.sortable a { cursor: move }*/


/*.record.sortable .action-buttons a { cursor: pointer }*/

#career-jobs:active {
    overflow: hidden;
}

#news-div:active {
    overflow: hidden;
}

#downloads-div:active {
    overflow: hidden;
}

#fairs-div:active {
    overflow: hidden;
}

.drag-handle {
    cursor: move
}

.record:hover .action-buttons {
    display: inline-block;
}

@media (max-width: 1200px) {
    .record .action-buttons {
        display: none !important
    }
}

.tooltip-pic {
    position: relative;
    display: inline-block;
}

.tooltip-pic .tooltiptext {
    visibility: hidden;
    width: 250px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px;
    text-align: left;
    border-radius: 6px;
    padding: 5px;
    line-height: normal;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -125px;
    opacity: 0;
    transition: opacity 0.3s;
}

.description-text-2 {
    margin-bottom: 4px;
    color: #ddd;
}

.tooltip-pic .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip-pic:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.regrinding-h2 {
    margin-bottom: 5px;
    letter-spacing: 1px;
    font-size: 46px;
    line-height: 0px;
}

.regrinding-logout {
    position: absolute;
    right: 15px;
    bottom: -10px;
}

.regrinding-section-header {
    font-weight: bold;
    font-size: 29px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.select-regrinding-fields label {
    display: block;
    text-transform: none;
    font-size: 18px;
    line-height: normal;
    margin-bottom: 2px;
}

.select-regrinding-fields .field {
    width: 100%;
    height: auto;
}

.regrinding-job-graphic {
    display: flex;
    align-items: center;
    width: 100%;
}

.regrinding-discount-part {
    font-weight: bold;
    /*position: absolute;*/
    /*top: -30px;*/
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
}

.passive-color {
    color: #cbcbcb;
}

.regrinding-text-part {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin-top: 5px;
    width: 200px;
    margin-left: calc(-100px + 50%);
}

.regrinding-discount-line {
    height: 7px;
    width: calc(100%-6px);
    transform: rotate(180deg);
}

.regrinding-begin {
    transform: rotate(0deg);
}

.regrinding-discount-line.active {
    background-color: #ff8c00;
    ;
}

.regrinding-discount-line.passive {
    background-color: #cbcbcb;
}

.regrinding-svg {
    width: 100%;
    height: 100%
}

.w-5 {
    width: 5%;
}

.w-8 {
    width: 8%;
    position: relative;
}

.wl-5 {
    width: 5%;
}

.w-10 {
    width: 10%;
}

.wl-10 {
    width: 100%;
}

.w-20 {
    width: 20%;
}

.w-16 {
    width: 16%;
}

.regrinding-shipping-address {
    display: block;
    line-height: 1.5;
}

.rotate--90 {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
}

.rotate-90 {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}

.rotate-180 {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.span1 {
    font-size: 24px;
    position: absolute;
    left: 10px;
}

.regrinding-line {
    margin: 0;
    margin-bottom: 20px;
    border-top: 1px solid #d6d6d6;
}

.selected-regrinding-header {
    line-height: 24px;
    font-weight: bold;
}

.regrinding-cat-title {
    border-radius: 0px;
    padding: 3px 8px;
}

table.regrinding-table {
    border: 1px solid #d9d9d9;
}

.regrinding-table th {
    padding: 0 0 0 4px;
    vertical-align: top;
    background-color: #eeeeee;
    border-bottom: 0px;
}

.regrinding-table td {
    padding: 0 0 0 4px;
    vertical-align: middle;
    border-top: 1px solid #d9d9d9;
    line-height: 140%;
    padding: 8px;
}

.regrinding-table tr td:first-child,
.regrinding-table tr th:first-child {
    border-right: 1px solid #d9d9d9;
}

.regrinding-login-cms-form {
    display: flex;
    align-items: center;
}

.regrinding-login-cms-form span {
    font-weight: bold;
    width: 140px;
}

.regrinding-login-cms-form form {
    margin-bottom: 0px;
    width: 350px;
}

.regrinding-check-label {
    display: inline-flex;
    align-items: center;
    width: auto;
    margin-top: 10px;
}

.regrinding-stay-logged {
    margin-left: 5px;
    font-size: 18px;
    letter-spacing: normal;
    text-transform: none;
    font-weight: normal;
}

.text-right-pass {
    text-align: right;
}

.copyarticle {
    color: #949494;
}

.regrinding-btn {
    margin-top: 10px;
    padding: 2px 10px;
    height: auto;
    width: auto;
    font-weight: bold;
}

.svg-container {
    width: 100%;
    height: 100px;
}

.mt-mobile-10 {
    margin-top: 0px;
}

@media (max-width:991px) {
    .regrinding-h2 {
        font-size: 30px;
    }
    .regrinding-job-graphic {
        display: block;
    }
    .wl-5,
    .wl-10,
    .w-16,
    .w-10,
    .w-8 {
        width: 100%;
        text-align: center;
    }
    .regrinding-svg {
        width: 100%;
        height: 100%;
    }
    .regrinding-login-cms-form {
        display: block;
    }
    .regrinding-login-cms-form span {
        font-weight: bold;
        width: auto;
        ;
    }
    .regrinding-login-cms-form form {
        margin-bottom: 0px;
        width: 100%;
    }
    .mt-mobile-10 {
        margin-top: 10px;
    }
    .regrinding-discount-line {
        transform: rotate(360deg);
        height: 70px;
        width: 7px;
        margin: auto;
    }
    .regrinding-begin {
        transform: rotate(90deg);
    }
}

@media (max-width:767px) {
    .text-right-pass {
        text-align: left;
    }
}

.regrinding-login-cms-form .ui-autocomplete-loading {
    background: url('/assets/images/autoload.gif') no-repeat right!important;
}

.flex {
    display: flex;
    align-items: center
}

.tool-configurator-check-label {
    display: inline-flex;
    align-items: center;
    width: auto;
    margin-right: 30px;
}

.tool-configurator-check-span {
    margin-left: 5px;
    font-size: 18px;
    letter-spacing: normal;
    text-transform: none;
    font-weight: normal;
}

.tool-configurator-check-label .cr {
    width: 20px!important;
    height: 20px!important;
    margin-left: 5px;
}

.tool-configurator-check-label .cr .cr-icon {
    font-size: 1em!important;
}

.tool-configurator select {
    height: auto;
    margin-bottom: 10px;
    width: 100%;
}

.tool-configurator input {
    height: auto;
    margin-bottom: 10px;
    width: 100%;
}

.tool-configurator label:not(.tool-configurator-check-label) {
    display: block;
    text-transform: none;
    font-size: 18px;
    margin-bottom: 5px;
    line-height: normal;
}

.bold-orange {
    font-weight: bold;
    color: #ff8c00;
    margin-right: 2px;
}


/*#dropzone {
    height: 70px;
    border: 1px solid #ccc;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    color: #8a8b8a;
    display:flex;
    align-items: center;
    padding-left:10px;
    border-radius:4px;
    cursor:pointer;
    
}*/

.dropzone {
    border: 1px solid #ccc!important;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    border-radius: 4px;
}


/*.dropzone {
    background: white;
    border: 1px solid #ccc;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    border-image: none;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    border-radius:4px;
}

.dz-file-preview {
    color: #8a8b8a;
    background: white;
    border: 1px solid #ccc;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    border-image: none;
    border-radius:4px;
}

.dropzone .dz-preview .dz-details, .dropzone-previews .dz-preview .dz-details {
    width: 50px;
    height:50px;
    position: relative;
    background: #fff;
    padding: 5px; 
    margin-bottom: 22px;
}*/

.dz-message {
    color: #8a8b8a;
}

.dropzone-btn {
    margin-top: auto;
    height: auto;
}

.h-34,
#customers_country,
#customers_gender {
    height: 34px!important;
    max-width: 360px!important;
}

.header-register {
    width: 100%;
    background-color: #ff8c00;
    color: #fff;
    line-height: normal;
}

.header-register a {
    width: 100%;
    display: flex;
    align-items: center;
    color: #fff!important;
}

.header-register .span1 {
    position: initial;
    ;
}

.notbold {
    font-weight: normal
}

.tc-reseller label {
    margin-right: 10px;
    margin-bottom: 0px;
}

.textarea-field {
    height: auto;
    min-height: 100px;
    width: 100%;
    line-height: normal;
}

#user-postal-code-content {
    /*display:none;*/
}

#login-button {
    margin-top: 10px;
    max-width: 150px;
}

.static-field {
    line-height: normal;
    height: auto;
    min-height: 35px;
}

@media (max-width:442px) {
    .select-tool-configurator {
        display: block
    }
}

.dz-image img {
    height: 100%;
}

.dz-error-message ul {
    margin: 0px;
    list-style-type: none;
    text-indent: 0px;
}

.dz-error-message ul li {
    margin: 0px;
    text-indent: 0px;
    padding-bottom: 3px
}

.dz-remove {
    content: "";
}

#selected-by-mail {
    display: none;
    width: 300px;
}

.ql-align-center {
    text-align: center;
}

#sustainability-content-div {
    word-break: break-word;
}

#sustainability-content-div .link--external {
    color: #555;
}

.pdf-span {
    position: relative
}

.pdf-container {
    position: absolute;
    top: 10px;
}

.input_required {
    font-weight: bold;
    text-decoration: underline;
}

#message {
    position: relative;
}

.tk-error-close {
    position: absolute;
    top: 10px;
    right: 10px
}

.tk-send-overlay {
    padding: 30px 0;
}

.tk-content {
    padding: 0px 30px
}

.tk-send-overlay,
.tk-content {
    width: 100%;
    text-align: center;
    line-height: normal;
    max-width: 900px;
}

.bold {
    font-weight: bold;
}

.orange {
    color: #ff8c00;
}

.sub-content {
    margin-top: 10px;
}

.mt-10 {
    margin-top: 10px
}

.tk-content-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    width: 100%
}

.mr-40 {
    margin-right: 40px!important;
}

@media (max-width:400px) {
    .tk-content-flex {
        display: block;
        text-align: center;
    }
    .mr-40 {
        margin-right: auto!important;
    }
    .tc-reseller {
        display: block;
    }
    .tc-reseller .checkbox {
        line-height: normal;
    }
}

.tk-send-btn {
    height: auto;
    width: auto;
    margin-top: auto;
}

.no-border-input {
    border: none;
    box-shadow: none;
    height: auto!important;
}

.mb--4 {
    margin-bottom: -5px!important;
}

select.no-border-input {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    /* Firefox */
}

.dropzone .dz-preview.dz-error:hover .dz-error-message {
    opacity: 0 !important;
    pointer-events: auto;
}

.dropzone .dz-preview .dz-error-message {
    z-index: -9999991000!important;
}

.dropzone .dz-preview .dz-details:hover~.dz-error-message {
    opacity: 1 !important;
    pointer-events: auto;
    z-index: 1000!important;
}

.dz-remove a span {
    cursor: pointer;
}

.dz-error-mark svg g g {
    fill: #c00!important;
}

.res-req {
    display: block;
    margin-top: 3px;
}

.tool-configurator .dropdown-wrapper1 {
    width: 100%!important;
    margin-bottom: 10px;
}

.tool-configurator .ae-select1 {
    line-height: normal!important;
}

#select2-material_number-results li {
    padding: 5px;
}

#select2-material_number-results {
    line-height: normal!important;
}

#select2-material_number-results,
#select2-material_number-results li {
    cursor: pointer;
    margin: 0px!important;
    text-indent: 0px!important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #ff8c00!important;
}

.select2-search__field {
    height: auto!important;
    border: solid 1px #ccc;
    /* background: #f4f4f4; */
    background: #fff;
    padding: 4px 10px;
    border-radius: 4px;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    color: #555;
    outline-color: #ff8c00;
    line-height: normal;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none!important
}

#select2-material_number-container {
    border: solid 1px #ccc;
    /* background: #f4f4f4; */
    background: #fff;
    padding: 4px 10px;
    border-radius: 4px;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    color: #555;
    outline-color: #ff8c00;
    line-height: normal;
    height: 33px;
    width: 100%;
}

.select2-container .select2-selection--single {
    border: none!important;
    height: 33px!important;
    width: 100%!important;
}

.select2-container--default .select2-results__option--selected {
    background-color: #ff8c00!important;
    color: #fff!important;
}

.tool-configurator .ae-select1 {
    overflow: hidden;
}

#overlay-find-article {
    padding: 20px 10px;
    width: 100%;
}

#overlay-find-article .row {
    margin-right: 0px;
    margin-left: 0px;
}

.semi-tool-fancy {
    overflow: hidden!important;
}

.find-semi-tool {
    width: 100%;
    height: 300px;
    padding-bottom: 100px;
    overflow: auto;
    scrollbar-color: rgba(0, 0, 0, .5);
    scrollbar-width: 7px;
}

.find-semi-tool .checkbox label input[type="checkbox"]:disabled+.cr:hover {
    cursor: not-allowed;
}

.find-semi-tool .checkbox label input[type="checkbox"]:disabled+.cr,
.radio label input[type="radio"]:disabled+.cr {
    background: #a9a9a9;
}

.tool-finder-label {
    line-height: normal;
    text-transform: none;
    font-size: 18px;
    margin-right: 5px;
}

.find-semi-tool .tooltip-pic:hover .tooltiptext {
    display: block;
}

.find-semi-tool .tooltip-pic .tooltiptext {
    display: none;
}

[id^=option1namediv],
[id^=option2namediv],
[id^=option3namediv],
[id^=option4namediv],
[id^=option5namediv],
[id^=option6namediv] {
    line-height: normal;
    margin-top: 10px;
    font-weight: bold;
}

[id^=diameter_] {
    /*width: calc(100% - 40px);*/
}

[id^=option1valuediv] select,
[id^=option2valuediv] select,
[id^=option3valuediv] select,
[id^=option4valuediv] select,
[id^=option5valuediv] select,
[id^=option6valuediv] select {
    width: 100%;
}

.check-tool-part .checkbox {
    line-height: normal;
}

.check-tool-part .tool-configurator-check-label {
    margin: 30px 0px 0px;
}

.check-tool-part .checkbox .cr {
    margin-left: 0px!important;
}

.check-tool-part .flex {
    line-height: normal;
    margin-bottom: 10px;
}

.dimension-field-container .w-80 {
    width: 80px;
}

.dimension-field-container .w-90 {
    width: 90px;
}

.dimension-field-container select {
    margin-bottom: 0px;
}

.dimension-field-container input[type=number] {
    margin-bottom: 0px!important;
    background-image: url("/assets/images/number-arrow.png");
    background-position: center right;
    background-size: 18px 26px;
    background-repeat: no-repeat;
    background-position: right 8px top 2px;
}

@-moz-document url-prefix() {
    .dimension-field-container input[type=number] {
        margin-bottom: 0px!important;
        background: none;
    }
}

.unchangeable input[type=text] {
    margin-bottom: 0px!important;
    border: none;
    /* background: #f4f4f4; */
    background: #fff;
    padding: 4px 10px;
    border-radius: 0px;
    transition: none;
    box-shadow: none;
    outline-color: #fff;
}

.dimension-select {
    /* -webkit-appearance: none;
    -moz-appearance: none;*/
}

.dimension-field-container input[type=range] {
    color: #ff8c00;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    border: solid 1px #ccc;
    border-radius: 90px;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    height: 8px;
}

.dimension-field-container input[type='range']::-webkit-slider-runnable-track {
    height: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #ff8c00;
    margin-top: -1px;
    border-radius: 100%;
}

.dimension-field-container input[type='range']::-moz-range-track {
    height: 20px;
    -moz-appearance: none;
    color: #ff8c00;
    margin-top: -1px;
    border-radius: 100%;
}

.dimension-field-container input[type='range']::-webkit-slider-thumb {
    width: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 20px;
    background: #ff8c00;
    border-radius: 100%;
}

.dimension-field-container input[type='range']::-moz-range-thumb {
    width: 20px;
    -webkit-appearance: none;
    height: 20px;
    background: #ff8c00;
    border-radius: 100%;
}

.unchangeable input[type='range'] {
    display: none
}

.dimension-field-container input[type=number]::-webkit-outer-spin-button,
.dimension-field-container input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    opacity: 1 !important;
    background: transparent !important;
    border-width: 0px;
    margin: 0;
    height: 26px;
    width: 18px;
    cursor: pointer;
    color: transparent;
    background-color: transparent;
}

#selected-article {
    position: absolute;
    bottom: 18px;
    line-height: 18px;
}

@media (max-width:767px) {
    #selected-article {
        position: relative;
        margin-top: 20px;
    }
    .semi-tool-fancy {
        overflow: auto!important;
    }
    .find-semi-tool {
        width: 100%;
        height: auto;
        padding-bottom: 100px;
        overflow: hidden;
    }
}

.alert-dimension-error {
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
}

.not-found-tools-div {
    margin-top: 120px;
}

@media (max-width:767px) {
    .not-found-tools-div {
        margin-top: 20px;
    }
}

.find-semi-tool::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}

.find-semi-tool::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .5);
    box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}


/*.redfield{background:#ffd39b;}*/

.orange-field {
    background: #ffd39b;
}

.customize-vs-btn {
    width: auto;
    margin-top: 0px;
    height: 40px;
    margin-top: 0px;
    margin-bottom: 0px
}

.customize-vs-dropdown {
    width: 80%!important;
}

.customize-vs-dropdown .ae-dropdown1 .dropdown-menu1 {
    max-height: 300px!important;
    height: auto!important;
}

.customize-vs-dropdown .ae-select1 {
    height: 40px!important;
    padding: 8px 12px 6px 12px;
}

form.customer-register_form label {
    margin-bottom: 0px!important;
    text-transform: none;
}

.customer-register_form label {
    width: 150px;
    min-width: 120px;
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
}

.customer-register_form .field {
    height: 40px;
}

.orange-font {
    color: #ff8c00;
}

.border-top-line {
    padding: 20px 0px;
    border-top: 1px solid #ccc;
}

.visit_cart_content .button {
    margin-top: 0px;
    width: auto;
}

.visit_cart_content .button[disabled],
.visit_cart_content .button[disabled]:hover {
    background-color: #8a8b8a;
    border-color: #8a8b8a;
    cursor: not-allowed;
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.download-img a.disabled {
    pointer-events: none;
    cursor: default;
}

@media (min-width: 992px) and (max-width: 1077px) {
    .qr_png_container img {
        max-width: 120px;
    }
    .qr_generate_container input {
        padding: 2px 6px;
        font-size: 18px;
    }
}

.font-orange {
    color: #ff8c00;
}

.disable-filter-data {
    opacity: 0.4;
}

.disable-filter-data:hover {
    cursor: not-allowed
}

button.close i {
    font-size: 14px;
    position: absolute;
    top: 10px;
}

button.close:hover {
    color: #fff;
    opacity: 1!important;
}

.custom-btn {
    height: auto;
    width: auto;
    margin-top: 0px;
}

.tooltip-title,
.tooltiptext {
    width: 100%;
    font-size: 14px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #fff;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px;
    text-align: left;
    z-index: 99999999!important;
}

.tooltip {
    width: 260px;
    word-wrap: break-word;
    white-space: pre-line;
    transition: opacity 0.3s;
    z-index: 99999;
}

.job-offer-apply label:not(.tool-configurator-check-label) {
    display: block;
    text-transform: none;
    font-size: 18px;
    margin-bottom: 5px;
    line-height: normal;
}

.job-offer-apply select {
    height: auto;
    margin-bottom: 10px;
    width: 100%;
}

.show-mobile {
    display: none!important;
}

.hide-mobile {
    display: block!important;
}

@media (max-width: 991px) {
    .show-mobile {
        display: block!important;
    }
    .hide-mobile {
        display: none!important;
    }
}

.space-break {
    white-space: break-spaces;
}

.header-job-apply {
    width: 100%;
    background-color: #ededed;
    line-height: normal;
    padding: 10px 0;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
}

.apply-input {
    width: 100%;
    height: 34px!important
}

.align-items-start {
    align-items: start!important;
    ;
}

.fw-bold {
    font-weight: bold;
}

.job-offer-apply .dropzone .dz-message {
    margin: 10px 0;
}

.w-auto {
    width: auto!important;
}

.apply-btn {
    color: #555 !important;
    font-weight: bold;
    line-height: normal;
    height: auto;
}

.apply-btn:hover {
    color: #555 !important;
}


/**DATEPICKER*/

.input-append.date .add-on,
.input-prepend.date .add-on {
    cursor: pointer;
}

.input-group-addon:first-child {
    border-right: 0;
}

.input-group .field:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.input-group-addon {
    padding: 8px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #cccccc;
    border-radius: 4px;
    height: 34px
}

.input-group-addon,
.input-group-btn {
    width: 30px;
    white-space: nowrap;
    vertical-align: middle;
}

.border-left-bottom-0 {
    border-bottom-left-radius: 0;
}

.border-left-top-0 {
    border-top-left-radius: 0;
}

.input-group .field:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.input-group-addon {
    width: auto;
}

.border-right-bottom-0 {
    border-bottom-right-radius: 0;
}

.border-right-top-0 {
    border-top-right-radius: 0;
}

.datepicker-dropdown {
    width: 100%;
    max-width: 300px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #555!important;
    border: solid 1px #ccc;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    outline-color: #ccc;
    line-height: normal;
}

.datepicker-dropdown .table-condensed {
    width: 100%;
}

.datepicker td,
.datepicker th {}

.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover {
    background-color: #ff8c00;
    background-image: none!important;
    /**background-image: -moz-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: -ms-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
    background-image: -webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: -o-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
    border-color: #fdf59a #fdf59a #fbed50;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);*/
}

.datepicker table tr td.today:hover:hover {
    background-color: #ff8c00;
}

.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active[disabled] {
    background-color: #ff8c00;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active[disabled] {
    background-color: #ff8c00;
    background-image: none;
}

.full-header .primary-menu .top-menu-container,
.full-header .primary-menu .menu-container {
    border-right: none;
}

.full-header:not(.sticky-header) .primary-menu .top-menu-container {
    height: 42px;
    transition: height .2s ease 0s, background-color .3s ease 0s;
    opacity: 1;
    /**padding-bottom: 10px;*/
}

.menu-item-div-right {
    border-right: 1px solid #1f1f1f;
    margin-left: -7px;
    margin-right: -10px;
    padding-left: 7px;
    padding-right: 7px;
}

.full-header .primary-menu .top-menu-container,
.full-header .primary-menu .menu-container {
    padding-right: 0px;
    margin-right: 0px;
    z-index: 99999999999999;
}

.full-header .primary-menu .top-menu-container {
    padding-right: 73px;
}

.top-menu-container {
    display: none;
    list-style: none;
    margin: 0;
    width: 100%;
}

@media (min-width: 992px) {
    .top-menu-container:not(.mobile-primary-menu) {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        justify-content: end;
        -webkit-justify-content: flex-end;
    }
    .sticky-header-shrink .top-menu-container {
        height: 0px;
        opacity: 0;
    }
}

.top-menu .menu-link {
    /**padding: 4px 10px;*/
    padding: 15px 10px 4px 10px;
    font-size: 16px!important;
}

.primary-menu {
    display: block;
}

@media (min-width: 992px) {
    .header-size-custom:not(.header-padding-size) .menu-container:not(.top-menu)>.menu-item>.menu-link {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.line-top {
    /* border-top: solid 1px #c9c9c9 !important; */
    height: 1px;
    background-color: #c9c9c9;
    margin: 10px 10px;
    display: block;
}

@media (max-width: 991px) {
    .line-top {
        display: none;
    }
}


/**.menu-item-top-bold {
    border-top: none;
}*/

.menu-item-top-bold {
    border-top: 2px solid #c9c9c9;
}

.m-margin-left-10 {
    /**margin-left:10px;*/
}

.mobile-sub-menu-apply {
    padding-right: 20px;
    margin-left: 20px;
}

.mobile-sub-menu-offer {
    padding-right: 20px;
}

@media (max-width: 991px) {
    .menu-item-top-bold {
        border-top: 2px solid #c9c9c9;
    }
}

@media (max-width: 286px) {
    .mobile-sub-menu-apply {
        margin-left: 0px;
        padding-left: 0px;
    }
}


/*INOBOT IFRAME*/

.inobot-icon {
    border: 0px;
    background: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 0px;
}

.inobot-icon img {
    width: 60px;
}

.inobot-iframe {
    border: none;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    border: 1px solid #ff8c00!important;
}

.inobot-wrapper {
    position: fixed;
    bottom: 40px;
    right: 20px;
    z-index: 1000;
}

.popup-bubble {
    position: absolute;
    bottom: 100%;
    /* İkonun üstüne yerleştirmek için alt kenardan yukarı itiyoruz */
    right: 0px;
    /* Kapsayıcının soluna hizala */
    display: none;
    /* Başlangıçta görünmesin */
    height: 630px;
    width: 550px;
    /* Frame boyutunuza göre ayarlayın */
    background: #fff;
    border: none;
    border-radius: 6px;
    box-shadow: none;
    bottom: 70px;
}

@media (max-width: 540px) {
    .inobot-wrapper.inobot-open-wrapper {
        left: 20px;
        top: 100px;
    }
    .popup-bubble {
        height: 100%;
        width: 100%;
    }
}

#loading-iframe {
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-flow: column;
    font-size: 1.5rem;
    z-index: 9999;
    /* iframe'in üstünde durması için yüksek z-index */
    border: 1px solid #ff8c00;
    border-radius: 6px;
}

.main-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 20px 15px;
    width: 100%;
    align-items: center;
    justify-content: center;
    word-break: break-word;
}

.content-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /* align-items: center; */
    /* padding: 0px 15px; */
    /* margin: 0px auto; */
    align-items: stretch;
    margin: 0px auto;
}

.part-1,
.part-2,
.part-3 {
    max-width: 480px;
    width: 100%;
}

.part-1 ul,
.part-2 ul,
.part-3 ul {
    list-style-type: none;
}

.part-1-content {
    background-color: #a7a8a9;
    height: 100%;
    padding-bottom: 30px;
}

.part-1-header-img {
    /*display: inline-block;
    background-image: url('/assets/images/career/A-1.png');
    background-repeat: no-repeat;
    background-size: auto;          
    width: 480px;                      
    height: 480px;*/
    position: relative;
    /* Genişliği %100, maksimum 480px */
    width: 100%;
    max-width: 480px;
    /* Yüksekliği sıfırla, padding-top ile %100 dolgu yap => kare oranı */
    height: 0;
    padding-top: 100%;
    background-image: url('/assets/images/career/A-1-v2.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.part-1-sub-header-img {
    /*display: inline-block;
    background-image: url('/assets/images/career/part-1-sub-header-2.png');
    background-repeat: no-repeat;
    background-size: cover;  */
    padding: 10px 25px;
    width: 100%;
}

.part-1-sub-header-img-wp {
    padding: 20px 10px 10px 25px;
    width: 100%;
    display: flex;
    align-items: center;
    /*justify-content: center;*/
}

.part-1-sub-header-img-img-wp-text {
    padding-left: 10px;
}

.part-1-sub-header-img-img-wp-text-mobile {
    display: none;
}

.part-1-header-img-text {
    width: 100%;
    height: 100%;
    position: relative;
    padding-top: 0px;
}

.part-1-header-img-text .part-1-header-bottom-content {
    position: absolute;
    bottom: 30px;
    right: 0px;
}

@media (max-width: 1430px) {
    .part-1-header-img-text .part-1-header-bottom-content {
        bottom: 26px;
    }
}

@media (max-width: 1350px) {
    .part-1-header-img-text .part-1-header-bottom-content {
        bottom: 22px;
    }
}

.part-1-header-img-text .part-1-social-icon {
    display: flex;
}

.part-1-form-container {
    position: absolute;
    /*top: -220px;*/
    left: 25px;
    right: 50px;
    bottom: 70px;
}

@media (max-width: 1265px) {
    .part-1-form-container {
        /*top:-205px;*/
    }
}

.part-1-form-input {
    padding: 2px 6px !important;
    height: auto !important;
    background-color: #c9c9c9 !important;
}

.part-1-form-input:focus,
.part-1-form-input:active {
    background-color: #c9c9c9 !important;
    border-color: #ced4da !important;
}

.part1-form-mb {
    margin-bottom: 5px!important;
}

.part-1-send-button {
    margin: 0px!important;
    height: auto!important;
    padding: 3px 10px!important;
    font-size: 20px!important;
    font-weight: bold!important;
    border-top-right-radius: 0px!important;
    border-bottom-right-radius: 0px!important;
}

.part-1-header-img-text .social-icon {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #ff8c00 !important;
    color: #fff !important;
}

.part-1-header-img-text .si-colored i {
    color: #fff !important;
}

.part-1-header-img-text .si-colored {
    background-color: #ff8c00 !important;
    color: #fff !important;
}

.part-1-header-img-text .si-colored:hover {
    background-color: #ff8c00 !important;
    color: #fff !important;
}

.part-1-header-img-text .si-facebook:hover,
.part-1-header-img-text .si-colored.si-facebook {
    background-color: #ff8c00 !important;
    color: #fff !important;
}

.part-1-sub-header {
    font-size: 22px;
}

.part-1-sub-content-text {
    padding: 0px 10px 0px 25px;
    color: #fff;
    font-size: 20px;
    line-height: 200%;
}

a.part-1-sub-text-link {
    font-weight: bold;
    color: #fff!important;
    text-decoration: underline!important;
}

a.part-1-sub-text-link:hover {
    color: #fff!important;
    text-decoration: underline!important;
}

.part-sub-content-list-item {
    display: flex;
}

.part-sub-content-list-item .list-item-number {
    padding-right: 10px;
    word-break: keep-all;
}

.part-2-content {
    background-color: #878886;
    height: 100%;
    padding-bottom: 30px;
}

.part-2-header-img {
    /*display: inline-block;
    background-image: url('/assets/images/career/B-1.png');
    background-repeat: no-repeat;
    background-size: auto;          
    width: 480px;                      
    height: 480px;*/
    position: relative;
    /* Genişliği %100, maksimum 480px */
    width: 100%;
    max-width: 480px;
    /* Yüksekliği sıfırla, padding-top ile %100 dolgu yap => kare oranı */
    height: 0;
    padding-top: 100%;
    background-image: url('/assets/images/career/B-1.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.part-2-sub-header-img {
    /*display: inline-block;
    background-image: url('/assets/images/career/part-2-sub-header.png');
    background-repeat: no-repeat;
    background-size: auto;          
    width: 100%;                      
    height: 80px;*/
    padding: 10px 25px;
    text-align: center;
    width: 100%;
}

.part-2-sub-header {
    font-size: 22px;
}

.part-2-sub-content-text {
    padding: 0px 10px 0px 25px;
    color: #fff;
    font-size: 20px;
    line-height: 200%;
}

.part-2-footer-text {
    padding-top: 20px;
    font-size: 24px;
}

a.part-2-sub-text-link {
    font-weight: bold;
    font-size: 24px;
    color: #ff8c00;
    text-decoration: underline!important;
}

a.part-2-sub-text-link:hover {
    color: #ff8c00;
}

.part-3-content {
    background-color: #ffffff;
    height: 100%;
    padding-bottom: 30px;
}

.part-3-sub-header {
    color: #ff8c00;
    font-size: 22px;
}

.part-3-header-img {
    /*display: inline-block;
    background-image: url('/assets/images/career/C-1.png');
    background-repeat: no-repeat;
    background-size: auto;          
    width: 480px;                      
    height: 480px;*/
    position: relative;
    /* Genişliği %100, maksimum 480px */
    width: 100%;
    max-width: 480px;
    /* Yüksekliği sıfırla, padding-top ile %100 dolgu yap => kare oranı */
    /*height: 0;
    padding-top: 100%;*/
    background-image: url('/assets/images/career/C-1.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
}

.part-3-sub-content-text {
    padding: 0px 10px 0px 40px;
    color: #878886;
    font-size: 20px;
    line-height: 180%;
}

.part3-sub-content-text-top {
    font-size: 20px;
    line-height: 160%;
}

@media (max-width: 1444px) {
    .part3-sub-content-text-top {
        line-height: 150%;
        font-size: 18px;
    }
}

.part-3-main-header {
    display: none;
}

.part-3-header-img-text {
    padding-top: 120px;
    padding-right: 90px;
    line-height: 150%;
    /*position: absolute;
    top: 0;
    left: 0;*/
}

.header-row-right {
    height: 100%;
    background-image: url(/assets/images/career/header.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    font-size: 40px;
    font-weight: bold;
    font-style: italic;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 220px;
    display: flex;
    align-items: center;
    justify-content: start;
    padding-left: 30px;
}

.header-row-right-text {
    padding-top: 10px;
}

@media (max-width: 1200px) {
    .content-container {
        flex-direction: column;
    }
    .part3-sub-content-text-top {
        line-height: 160%;
        font-size: 20px;
    }
}

.career-page .container {
    width: 100%;
}

.part-1-header-img-img,
.part-2-header-img-img,
.part-3-header-img-img {
    display: none;
}

.part-2-sub-header-text,
.part-1-sub-header-text {
    display: none;
    font-size: 24px;
    font-weight: bold;
    padding: 10px 15px;
}

.part-2-sub-header-text {
    color: #ff8c00;
}

.part-1-sub-header-text {
    color: #fff;
}

.part-1-sub-header-text {
    padding-top: 10px;
}

@media (min-width: 635px) {
    .career-page .container {
        width: 100%;
        max-width: 100%!important;
    }
}

@media (max-width: 992px) {
    .header-row-right {
        left: 170px;
    }
}

@media (max-width: 787px) {
    .header-row-right {
        font-size: 30px;
    }
}

@media (max-width: 640px) {
    .header-row-right {
        font-size: 20px;
    }
}

@media (max-width: 500px) {
    .header-row-right {
        font-size: 16px;
    }
}

@media (max-width: 450px) {
    .header-row-right-text {
        display: none;
    }
    .part-3-main-header {
        display: block;
        font-size: 24px;
        color: #ff8c00;
        font-weight: bold;
        padding: 10px 0px 10px 25px;
    }
    .part-3-header-img {
        background-image: none;
    }
    .part-3-header-img-text {
        padding: 0px;
    }
    .part-3-sub-content-text {
        padding: 0px 10px 0px 25px;
    }
}

@media (max-width: 510px) {
    .part-1-header-img,
    .part-2-header-img,
    .part-3-header-img {
        /*background-image: none;
        background-size: none;
        position: relative;
        width: 100%;
        height: 480px;*/
    }
    .part-3-header-img-text {
        /* padding-top:10px;
        padding-right: 10px;*/
    }
    .part-1-sub-header-img,
    .part-2-sub-header-img,
    .part-1-sub-header-img-wp {
        background-image: none;
        width: 100%;
        height: auto;
    }
    .part-2-sub-header-text,
    .part-1-sub-header-text {
        display: block;
    }
    .part-1-header-img-img,
    .part-2-header-img-img,
    .part-3-header-img-img {
        /*position: absolute;*/
        display: block;
        width: 100%;
        height: auto;
    }
}

.part-1-content-text {
    margin-top: 0px;
}

.social-icon-part {
    display: none;
}

@media (max-width: 430px) {
    .part-1-sub-header-img-img-wp-text {
        display: none;
    }
    .part-1-sub-header-img-img-wp-text-mobile {
        padding-left: 10px;
        display: block;
    }
    .part-1-social-icon-item-xs-hide {
        display: none;
    }
    .part-1-header-img-text .part-1-social-icon {
        justify-content: end;
    }
    .part-1-header-img-text .part-1-header-bottom-content {
        bottom: -20px;
    }
    .part-1-send-button {
        border-top-right-radius: 4px !important;
        border-bottom-right-radius: 4px !important;
        margin-right: 5px !important;
    }
    .social-icon-part {
        display: flex;
        margin-top: 10px;
    }
    .part-1-header-img-text {
        padding-top: 60px;
    }
    .part-1-content-text {
        margin-top: 70px;
    }
}

.invalid {
    border: 1px solid red!important;
}

.animate__animated.animate__repeat-4 {
    -webkit-animation-iteration-count: 4;
    animation-iteration-count: 4;
    -webkit-animation-iteration-count: calc(var(--animate-repeat) * 4);
    animation-iteration-count: calc(var(--animate-repeat) * 4);
}

.widget_nav_menu li,
.widget_links li,
.widget_meta li,
.widget_archive li,
.widget_recent_comments li,
.widget_recent_entries li,
.widget_categories li,
.widget_pages li,
.widget_rss li {
	display: block!important; 
}

.inodent-catalogue-header-main {
    width: 100%;
    text-align: left;
    font-size: 32px;
    color: #878987;
    margin: 40px auto 20px 0px;
    position: absolute;
    top:-80px;
    left:0px;

}
.mt-80 {
    margin-top: 80px;
}


.inodent-catalogue-list {
    padding: 20px 10px 20px 40px;
    color:#000;
}

.inodent-catalogue-list a {
    display: inline-flex;
    align-items: end;
    color:#000;
    text-decoration: none;
}

.inodent-catalogue-list a:hover {
    color:#000!important;
}

.inodent-catalogue-link {
    padding: 20px 10px 20px 40px;
    color:#000;
}
.inodent-catalogue-link a {
    display: inline-flex;
    align-items: end;
    color:#000;
    text-decoration: none;
}

.inodent-catalogue-link a:hover {
    color:#000!important;
}

.inodent-catalogue-link-spacer {
    height: 2px;
    margin:0px 20px;
    background-color: #fff;
    /*width: 100%;*/    
}

#header-wrap {
    padding-right:30px;
}

@media (max-width: 991px) {
    #logo {
        padding-right:15px
    }
}

@media (max-width: 480px) {
    #toplogo, #toplogoinodent {
        width: 130px;
        height: auto !important;
    }

}

@media (max-width: 381px) {
    #toplogo, #toplogoinodent {
        width: 120px;
        height: auto !important;
    }

}

@media (max-width: 360px) {
    #logo {
        padding-left:10px;
    }
    #header-wrap {
        padding-right:10px;
    }

}

@media (max-width: 321px) {
   #logo  {
    display:none;
   }

   #logo-inodent  {
     padding-left:10px;
   }
}