/*
Theme Name:   anaglyph child
Theme URI: http://themes.fruitfulcode.com/anaglyph/
Author: fruitfulcode
Author URI: http://fruitfulcode.com
Template: anaglyph
Description: ANAGLYPH is creative One and Multi Page template with modern flat, minimalistic and clean look. 
Impress your clients with new three dimensional look of your page.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: anaglyph

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

body {
    word-wrap: break-word;
}

.header-solid {
    box-shadow: 0 0 6px 0 rgba(0,0,0,.3);
}

.child-category {
    display: none !important;
}

.portfolio-filter ul li, .products-filter ul li {
    margin-top: 10px;
}

.vc_responsive .child-li .btn {
    padding: 3px 20px !important;
}

.blog-post-content.without-date {
    padding-left: 0;
}

.navbar-nav .teamviewer {
    margin-top: 10px;
    background-color: #fff;
    padding: 3px 10px 4px;
}

.navbar-nav .phone-number a:before,
.navbar-nav .phone-number a:after,
.navbar-nav .teamviewer a:before,
.navbar-nav .teamviewer a:after {
    display: none;
}

.navbar-nav>.teamviewer>a {
    padding: 0;
}

.teamviewer a {
    transition: .16s ease-in-out background-position;
    width: 116px;
    height: 27px;
    background: url('./includes/images/teamviewer-images.png') no-repeat top center;
}

.teamviewer a:hover {
    background: url('./includes/images/teamviewer-images.png') no-repeat center -27px;
}

.navbar-nav .phone-number {
    border: 1px solid #fff;
    font-size: 18px;
    font-weight: normal;
    line-height: 18px;
    padding: 0;
    margin: 0 15px 0 57px;
}

.navigation-wrapper .navigation .nav .phone-number a {
    font-size: 18px;
    font-weight: normal;
    padding: 6px 9px 6px 34px;
    background: rgba(0, 0, 0, .2) url("./includes/images/phone-icon.png") no-repeat 10px center;
}

.navbar-nav .teamviewer,
.navbar-nav .phone-number {
    margin-top: 18px;
}

.navbar-toggle {
    position: absolute;
    top: 50%;
    right: 10px;
    margin: 0;
    padding: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.navbar-nav.white > li > a {
    color: #fff !important;
}

.navigation-wrapper ,
.navigation-wrapper .header-solid {
    background-color: rgba(168, 168, 168, .75);
}

.navigation-wrapper .navigation .navbar {
    border: 0;
    max-width: 1760px;
    padding: 0 10px;
    margin: 0 auto;
}

.navigation-wrapper .navigation .navbar .navbar-brand {
    padding: 0;
    margin: 0;
}

.search-box {
    width: 440px;
    position: relative;
    border-bottom: 1px solid #fff;
    margin: 26px 0 0 50px;
}

.search-text {
    color: #fff;
    border: 0;
    outline: 0;
    background: none;
    padding: 0 0 6px 5px;
    width: calc(100% - 43px);
}

::-webkit-input-placeholder {
    color: #fff;
}
::-moz-placeholder {
    color: #fff;
}
:-ms-input-placeholder {
    color: #fff;
}

.search-submit {
    height: 14px;
    width: 14px;
    background: transparent url("./includes/images/search-icon.png") no-repeat center;
    border: 0;
    outline: 0;
    position: absolute;
    bottom: 8px;
    right: 17px;
}

.navigation-wrapper .navigation .nav li.current_page_item a:before {
    opacity: 0;
    top: 0;
}

.navigation-wrapper .navigation .nav li.current_page_item a:after {
    opacity: 0;
    bottom: 0;
}

.navigation-wrapper .navigation .nav li.current_page_item a:hover:before {
    opacity: 1;
    top: 5px;
}

.navigation-wrapper .navigation .nav li.current_page_item a:hover:after {
    opacity: 1;
    bottom: 5px;
}

.navigation-wrapper .navigation .navbar .navbar-collapse {
    padding: 0;
    float: right;
}

.nav > li > a {
    padding: 15px 20px;
}

#slider {
    max-height: calc(100vh - 40px);
}

#footer-bottom {
    border-top: 1px solid #ebebeb;
    background-color: #fff;
}

#next_block {
    color: #E23A00;
}

.portfolio-caption p {
    color: white;
}

.portfolio-caption {
    overflow-y: auto;
}

.portfolio-item .portfolio-caption {
    background-color: rgba(80, 80, 80, 0.85);
    text-align: left;
}

.portfolio-item:hover img,
.portfolio-item.hover img {
    transform: none;
}

.portfolio-item .portfolio-caption,
.product-item .product-caption {
    top: 0;
    z-index: 20;
}

.portfolio-item .portfolio-caption h4{
    margin-top: 10px;
}

.portfolio-item {
    opacity: 1;
}

.portfolio-item .portfolio-caption strong,
.product-item .product-caption strong {
    opacity: 1;
}

.copyright {
    float: none !important;
    text-align: center;
}

.footer_left_img,
.footer_right_img {
    width: 116px;
}

.footer_left_img img,
.footer_right_img img {
    margin: 0;
    width: 100%;
}

.footer_text,
.footer_right_img,
.footer_left_img {
    display: inline-block;
    vertical-align: top;
}

.footer_text h4 {
    font-size: 14px;
}

.footer_text h4,
.footer_text ul {
    color: #000;
    margin: 0 26px;
}

.footer_text ul {
    list-style: none;
    text-align: left;
    text-transform: uppercase;
    font-size: 13px;
}

.footer_text ul li {
    margin: 14px 0;
}

.footer_text ul .fa {
    color: #dd0908;
    font-size: 18px;
    padding: 0 10px 0 0;
}

.footer_text ul a:hover,
.footer_text ul a:focus {
    text-decoration: none;
    color: #dd0908;
}

#page-footer #footer-bottom {
    padding: 40px 0;
}

#menu-footer-menu {
    float: none;
    text-align: center;
    margin: 0;
    padding: 0;
}

#menu-footer-menu li {
    display: inline-block;
    float: none;
}

.portfolio-item{
    word-break: break-word;
}

.home .portfolio-wrap img{
    width: 100%;
}

.portfolio-caption > p {
    text-align: justify;
}

.portfolio-item .portfolio-caption h4,
.portfolio-item .portfolio-caption i {
    display: block;
    margin-bottom: 8px;
}

.portfolio-item .portfolio-detail-btn p,
.product-item .product-detail-btn p {
    z-index: 21;
}

.portfolio-inner .portfolio-detail-btn {
    z-index: 20;
    bottom: 9px;
}

.portfolio-inner .portfolio-item .portfolio-caption {
    padding: 20px 8px 40px 8px;
}

.portfolio-item .portfolio-detail-btn {
    text-decoration: initial;
}

.wpcf7 label {
	width: 100%;
}

.homepage-products .portfolio-wrap li,
.products-page .portfolio-wrap li {
    width: 24.9%;
}

.homepage-portfolio .portfolio-wrap li {
    padding: 0 8px;
    width: 19.9%;
}

.homepage-portfolio .portfolio-item {
    margin-bottom: 16px;
}

.homepage-portfolio .portfolio-caption {
    padding: 10px;
}

.homepage-products .portfolio-item .link-area,
.products-page .portfolio-item .link-area {
    min-height: 100%;
    min-width: 100%;
}

.site img{
    height: auto;
}

.mCustomScrollbar .mCSB_scrollTools {
    right: auto;
}

.mCustomScrollbar .mCSB_inside > .mCSB_container{
    margin: 0;
    padding-left: 24px;
}

.products-page .mCustomScrollbar .mCSB_inside > .mCSB_container,
.homepage-products .mCustomScrollbar .mCSB_inside > .mCSB_container {
    padding-left: 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: white;
    width: 1px;
    box-shadow: 0 1px 2px #717171;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: white;
    border-radius: 0;
    border: 1px solid rgba(228, 228, 228, 0.62);
    width: 2px;
}

.mCSB_scrollTools .mCSB_dragger {
    height: 50px;
}

.mCustomScrollbar h2 {
    font-style: normal;
    text-align: left;
    position: relative;
}

.slides .slide-content .slide-wrapper h1, .slides .slide-content .slide-wrapper h1:before, .slides .slide-content .slide-wrapper h1:after {
    background-color:rgba(168,168,168, 0.75)!important;
}

.site-main .homepage-portfolio {
    background-color: rgba(38,40,47,0.75)!important;
}

.portfolio-detail-btn .portfolio-item p {
    opacity: 1;
}

.portfolio-detail-btn .portfolio-item p,
.product-detail-btn .product-item p {
    opacity: 0;
    transition: 0.4s;
    bottom: 25px;
    color: #fff;
    display: inline-block;
    position: absolute;
    right: 20px;
    z-index: 1;
}

.portfolio-detail-btn .portfolio-item:hover p,
.product-detail-btn .product-item:hover p {
    opacity: 1;
    z-index: 21;
}

.portfolio-detail-btn .portfolio-item p:hover,
.product-detail-btn .product-item p:hover {
    border-bottom: 1px solid white;
}

.portfolio-item p i {
    color:#e23a00;
    margin-left: 10px;
}

.homepage-portfolio .portfolio-item .link-area {
    min-width: 0;
    min-height: 0;
}

.portfolio-indentation {
    margin-top: 50px;
}

.portfolio-indentation h4{
    text-align: center;
}

.portfolio-indentation p {
    text-align: justify;
    font-size: 16px;
}

.site-main .homepage-about-us {
    padding: 20px 0 15px;
}

.homepage-about-us .wpb_row {
    margin-bottom: 0!important;
}

.homepage-about-us h2.vc_custom_heading a::after,.homepage-portfolio h2.vc_custom_heading a::after {
    background-color: #888888;
    bottom: -15px;
    content: "";
    height: 3px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 30px;
}

.homepage-portfolio h3.additional::after {
    display: none;
}

.navbar {
    min-height: 70px;
}

.csc-textpic-text p,
.tech-acco-content p,
.project-brief p,
.post-content p,
#service-section-row p{
    font-size: 14px;
}

#main-page-referenzen-section .has-subtitle {
    margin-bottom: 50px;
}

#main-page-referenzen-section {
    margin-top: -20px!important;
}

#main-page-service-section {
    margin-top: -25px!important;
}
.homepage-aktuelles h2 {
    margin-top: -10px;
}

.portfolio-detail-btn .portfolio-item img {
    border: 1px solid #dcdcdc;
}

.homepage-products .portfolio-item {
    margin-bottom: 0;
}

.homepage-products .owl-nav > div {
    position: absolute;
    top: calc(50% - 48px);
    height: 30px;
    width: 18px;
    background-image: url("./includes/images/slider-arrows.png");
    transition: .12s ease-in-out opacity;
    opacity: .8;
}

.homepage-products .owl-nav > div:hover {
    opacity: 1;
}

.homepage-products .owl-next {
    right: -58px;
    background-position: 54px 0;
}

.homepage-products .owl-next:hover {
    background-position: 18px 0;
}

.homepage-products .owl-prev {
    left: -58px;
    background-position: 0 0;
}

.homepage-products .owl-prev:hover {
    background-position: 36px 0;
}

.homepage-products .owl-controls .owl-dot span {
    background-color: #cbcbcb;
}

.homepage-products .owl-dot.active span {
    background-color: #dc0807;
}

.homepage-products .owl-controls {
    margin-top: 40px;
}

.homepage-products .portfolio-item img {
    border: none;
}

.homepage-products .portfolio-caption {
    background-color: rgba(255, 255, 255, .9);
    border: 10px solid #ededed;
}

.homepage-products .mCSB_container {
    text-align: center;
}

.homepage-products .portfolio-item .portfolio-caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
}

.homepage-products .mCustomScrollBox {
    height: auto;
}

.homepage-products .portfolio-caption strong {
    color: #888;
    font-size: 16px;
    font-weight: normal;
}

.homepage-products .portfolio-caption h4 {
    font-size: 18px;
    color: #000;
}

.homepage-products .portfolio-caption p {
    position: static;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    color: #000;
    margin: 54px 0 0;
}

.homepage-products .portfolio-caption p:hover {
    border-bottom: 1px #000 solid;
}

.homepage-products .portfolio-caption i {
    display: inline-block;
    margin-bottom: 0;
}

.sub-page #page #page-title .title h1 {
    display: block;
    font-size: 29px;
    font-weight: bold;
    line-height: 24px;
    padding: 53px 0 63px;
}

.breadcrumb {
    margin: 0;
    padding-left: 170px;
}

.sub-page #page-title {
    height: 140px;
}

#breadcrumb > .container-fluid {
    padding: 0;
}

.icon-bar {
    background-color: #fff;
}

.single-product .product-name {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 40px;
}

.single-product .imagewrap {
    position: absolute;
    top: 30px;
    right: 30px;
}

.single-product section.block {
    position: static!important;
    width: 100%!important;
    padding: 0!important;
    overflow: visible;
}

.single-product section.block > div {
    position: static;
}

.single-product .section-content > div {
    position: static;
}

.single-product .portfolio-carousel .portfolio-image {
    width: auto;
}

.single-product .portfolio-carousel {
    width: 350px;
    margin: auto;
    margin-bottom: 90px;
    position: static;
}

.single-product .owl-nav i {
    color: #888;
}

.single-product .owl-nav i:hover {
    color: #dd080a;
}

.single-product .owl-prev, .owl-next {
    display: inline-block;
    position: absolute;
    top: 130px;
}

.single-product .owl-prev {
    left: 27%;
}

.single-product .owl-next {
    right: 27%;
}

.single-product .owl-thumb-item {
    width: 90px;
    height: 90px;
    display: inline-block;
    border: 1px solid #ececec;
    background: #fff;
    vertical-align: top;
    position: relative;
    overflow: hidden;
    outline: none;
}

.single-product .owl-thumb-item:not(:last-of-type) {
    margin-right: 12px;
}

.single-product .owl-thumb-item img {
    position: absolute;
    max-height: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    outline: none;
}

.single-product .owl-thumb-item.active {
    border: 1px solid #d9400b;
}

.single-product .owl-dots {
    display: none!important;
}

.single-product .owl-thumbs {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    overflow: hidden;
    height: 90px;
}

.single-product .alignright {
    width: 160px;
}

.single-product .pdf-list {
    list-style: none;
}

.single-product .pdf-list li:before {
    content: url("includes/images/pdf.svg");
    display: inline-block;
    width: 25px;
    vertical-align: middle;
    margin-right: 10px;
}

.single-product .pdf-list li a {
    vertical-align: middle;
    -webkit-text-decoration-color: #b8b8b8!important;
    text-decoration-color: #b8b8b8!important;
    text-decoration: underline;
    color: #333333;
}

.single-product .pdf-list li a:hover {
    cursor: pointer;
}

.single-product .vc_tta-tabs-container {
    margin: 0;
}

.single-product #page .vc_tta-tabs-container {
    position: relative;
    padding-top: 20px;
    margin: 0;
    position: relative;
    overflow: visible;
}

.single-product #page .vc_tta-tabs-container:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    background: #ebebeb;
    width: 100%;
}

.single-product .vc_tta.vc_general .vc_tta-tabs-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.single-product #page .vc_tta-tabs-list li a {
    background-color: #fff;
    border: none;
    border-bottom: 2px solid #fff;
    padding: 14px 0;
}

.single-product #page .vc_tta-tabs-list li.vc_active a {
    border-bottom: 2px solid #de0808;
}

.single-product .vc_tta-tabs-list li span {
    text-transform: uppercase;
    font-weight: bold;
    color: #888;
}

.single-product #page .vc_tta-panels {
    border: none;
}

.single-product #page .vc_tta-panels ul,
.single-product #page .acco-list {
    list-style: none;
}

.single-product #page .vc_tta-panels ul li,
.single-product #page .acco-list li {
    font-size: 14px;
    line-height: 2;
    vertical-align: middle;
    display: table;
}

.single-product #page .vc_tta-panels ul li::before,
.single-product #page .acco-list li::before {
    content: "\f111";
    font-family: FontAwesome;
    color: #de0808;
    font-size: 8px;
    vertical-align: middle;
    padding-right: 7px;
    display: table-cell;
    padding-left: 3px;
}

.single-product #page .vc_tta-panel-body {
    padding: 14px 0;
}

.single-product #page #page-title .title h1 {
    background-color: #141414;
}

.navigation-wrapper {
    background-color: #828282;
}

.breadcrumb a {
    color: #999;
}

.breadcrumb .active {
    color: #292422;
}

#page-footer .fa-phone + a {
    color: #dd0908;
    font-size: 16px;
}

.footer_text ul li span,
.footer_text ul li a {
    font-size: 14px;
}

.single-product .vc_active .vc_tta-title-text {
    color: #000;
}

.single-product #page .vc_tta-tabs-list {
    margin: 0;
}

.page-id-270 .blog-post-content > p,
.home .blog-posts .blog-post-content > p {
    height: 75px;
    overflow: hidden;
}

.agb-block strong {
    display: block;
    text-align: center;
}

.agb-block ol {
    list-style-type: upper-roman;
    padding: 0;
    list-style-position:inside;
}

.agb-block ol > li {
    font-weight: bold;
}

.agb-block ol > li > ul {
    counter-reset: numeration;
}

.agb-block ol > li > ul > li {
    font-weight: normal;
    list-style: none;
    position: relative;
    padding-left: 40px;
    text-align: justify;
}

.agb-block ol > li > ul > li::before {
    counter-increment: numeration;
    content: "("counter(numeration)")";
    position: absolute;
    left: 0;
}

.search .blog-posts .row {
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.search .blog-posts .row:after,
.search .blog-posts .row:before {
    display: none;
}

.footer_text ul li {
    text-align: justify;
    font-size: 0;
    text-justify: distribute;
}

.footer_text ul li:nth-of-type(2) {
    text-align: center;
}

.footer_text ul li span {
    display: inline-block;
}

.footer_text ul li:after {
    width: 100%;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    content: '';
    display: inline-block;
}

#agree .wpcf7-list-item-label {
    display: none;
}

#agree .first {
    margin: 0 10px 0 0;
}

.agreement-label {
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 20px;
}

.agreement-link {
    color: #3b8ce4;
}

@media (min-width: 768px) {
    .navigation-wrapper .navigation .navbar .navbar-collapse {
        position: static;
    }

    nav .navbar-nav > li {
        margin-top: 10px;
    }

    .portfolio-indentation {
        margin-top: 50px;
    }
}

@media (max-width: 1750px) {
    .navigation-wrapper .navigation .navbar {
        max-width: 1300px;
    }

    .search-box {
        width: 284px;
        margin: 26px 15px 0 25px;
        font-size: 13px;
    }

    .search-text {
        width: calc(100% - 22px);
    }

    .search-submit {
        right: 4px;
    }

    .navbar-nav .phone-number {
        margin: 18px 15px 0;
    }

    .nav > li > a {
        padding: 17px 8px;
    }

    #page .navigation-wrapper .navigation .nav li a {
        font-size: 12px;
    }

    #page .navigation-wrapper .navigation .nav .phone-number a {
        font-size: 13px;
    }
}

@media (max-width: 1300px) {
    .homepage-products .owl-carousel {
        padding: 0 34px;
    }

    .homepage-products .owl-next {
        right: 5px;
    }

    .homepage-products .owl-prev {
        left: 5px;
    }

    .navigation-wrapper .navigation .navbar .navbar-collapse {
        max-width: calc(100% - 420px);
        clear: none;
    }

    .nav > li > a {
        padding: 8px 20px 7px;
    }

    .navbar-nav .phone-number {
        margin: 0 30px 0 23px;
    }

    .navbar-nav .teamviewer,
    .navbar-nav .phone-number {
        margin-top: 0;
    }

    nav .navbar-nav > li {
        margin-top: 0;
    }

    .search-box {
        width: 280px;
        margin-left: 20px;
    }

    .navbar-nav li:nth-child(6) {
        clear: left;
    }

    .navigation-wrapper .navigation .nav .phone-number a {
        padding: 3px 9px 4px 34px;
    }

    .navbar-nav .teamviewer {
        padding: 1px 2px;
    }
}

@media (max-width: 1199px) {
    .homepage-portfolio .portfolio-wrap li {
        width: 24.9%;
    }

    .single-product #page .vc_tta-tabs-list li {
        font-size: 12px;
    }
}

@media (max-width: 991px) {
    .portfolio-caption {
        overflow: hidden;
    }

    .navbar-brand {
        padding-bottom: 5px;
    }

	.blog-posts .row > div {
		width: 50%;
		float: left;
	}

	.blog-posts .row > div:nth-child(3n){
		clear: left;
	}

	.sub-page .blog-post {
		margin-bottom: 20px;
	}

    .homepage-products .portfolio-caption p {
        font-size: 12px;
        margin-top: 30px;
    }

    .breadcrumb {
        padding-left: 20px;
    }

    .search-box {
        width: 220px;
    }

    .nav > li > a {
        padding: 8px 8px 7px;
    }

    .navigation-wrapper .navigation .navbar .navbar-collapse {
        max-width: calc(100% - 330px);
    }

    .navbar-nav .phone-number {
        margin: 0 15px 0 9px;
    }

    .navigation-wrapper .navigation .nav .phone-number a {
        padding: 3px 4px 4px 22px;
        background-position: 4px center;
    }

    .single-product #page .vc_tta-tabs-list li {
        font-size: 10px;
    }

    .single-product .alignright {
        width: 100px;
    }

    .single-product .portfolio-carousel {
        width: 250px;
        height: 250px;
        margin-bottom: 70px;
    }

    .single-product .owl-thumb-item {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 767px) {
    .navbar-nav {
        margin: 0;
    }

    .navbar-toggle {
        top: 40px;
    }

    .navbar-nav.white {
        background-color: rgba(105, 105, 105, 0.75) !important;
        margin-top: 0;
    }

    .navigation-wrapper .navigation .navbar .navbar-collapse {
        overflow-x: hidden;
        max-width: 100%;
        width: 100%;
    }

    .navbar-nav .teamviewer,
    .navbar-nav .phone-number {
        width: 136px;
        margin: 0 8px 8px;
    }

    .navigation-wrapper .navigation .nav .phone-number a {
        padding: 6px 4px 7px 33px;
        background-position: 8px center;
    }

    .navbar-nav .teamviewer {
        padding: 3px 6px;
    }

    .news-page .blog-post-content > p{
        font-size: 12px;
    }

    .news-page .blog-post-content .divider{
        margin: 10px 0;
    }

    .footer_text {
        clear: both;
        width: 100%;
        padding-top: 0;
    }

    .copyright {
        margin-bottom: 0;
    }

    .copyright div {
        float: none;
        overflow: hidden;
    }

    .footer_left_img, .footer_right_img {
        width: 90px;
        margin: 0 auto 15px;
    }

    .copyright img, .copyright img.alignright {
        margin: 0;
        width: 100%;
    }

    .footer_text ul {
        text-align: center;
    }

    .footer_text h4,
    .footer_text ul {
        margin: 0;
    }

	.portfolio-wrap>li {
		padding: 0 15px;
	}

	.portfolio-item,
	.product-item {
		margin-bottom: 0;
	}

    .mCustomScrollbar .mCSB_inside > .mCSB_container {
        margin: 0;
        padding: 0 6px 0 15px;
    }

    .homepage-portfolio .portfolio-wrap li,
    .portfolio-wrap li{
        padding: 2px;
    }

    .homepage-portfolio .portfolio-item .portfolio-caption{
        padding: 5px 4px;
    }

    .homepage-portfolio .portfolio-caption h4{
        font-size: 11px;
    }

    .homepage-portfolio .portfolio-caption p{
        font-size: 10px;
        line-height: 10px;
    }

    .homepage-about-us .wpb_wrapper .vc_row.abous-us-infobox {
        margin-bottom: 0 !important;
    }

    .home .wpb_content_element {
        margin-bottom: 0;
    }

    .portfolio-page .portfolio-wrap li {
        width: 24.9%;
    }

    .products-page .portfolio-item .portfolio-caption,
    .products-page .product-item .product-caption{
        padding: 10px;
    }

    .products-page .portfolio-item .portfolio-caption h4,
    .portfolio-page .portfolio-item .portfolio-caption h4{
        font-size: 14px;
    }

    .mCSB_scrollTools .mCSB_dragger {
        cursor:pointer;
        width:100%;
        height:20px;
    }

    .portfolio-page .portfolio-caption {
        padding: 6px;
    }

    .portfolio-page .portfolio-caption p{
        font-size: 11px;
        line-height: 14px;
    }

	.tech-accordian ul {
		margin-left: 10px;
	}

	h1 {
		font-size: 28px !important;
	}

	.vc_custom_heading a {
		font-size: 26px;
	}

	.wpb_wrapper h2 {
		margin-bottom: 26px;
	}

	.entry-content h2 {
		font-size: 20px;
	}

	.wpb_wrapper .vc_row {
		margin: 0 0 35px 0 !important;
	}

	.vc_row h3 {
		font-size: 18px;
	}

	p.cite {
		font-size: 20px;
	}

	.feature-content h4,
	.blog-post-content h4 {
		font-size: 16px;
		margin: 0 0 10px 0;
	}

	.blog-posts h4 span {
		font-size: 16px;
	}

	.single-product h2 {
		font-size: 20px;
	}

	.single-product h3 {
		font-size: 18px;
	}

    section.block {
        padding: 30px 0;
    }

    .homepage-portfolio .portfolio-item {
        margin-bottom: 0;
    }

    section.homepage-about-us,
    section.homepage-aktuelles {
        padding-bottom: 10px;
    }

    .portfolio-inner .portfolio-item .portfolio-caption {
        padding: 10px 4px 22px 4px;
    }

    .portfolio-inner .portfolio-detail-btn {
        bottom: 0;
        right: 10px;
        font-size: 12px;
    }

    .portfolio-inner .client-location {
        font-size: 12px;
    }

    .homepage-products .portfolio-caption p {
        font-size: 14px;
        line-height: 14px;
    }

    .search-box {
        position: absolute;
        top: 0;
        left: 80px;
        width: 280px;
    }

    .single-product #page .vc_tta-panel-title {
        font-size: 14px;
    }

    .single-product .owl-next {
        right: 25px;
    }

    .single-product .owl-prev {
        left: 25px;
    }

    .single-product .portfolio-detail-image img {
        width: 50%;
        margin: auto;
    }

    .single-product .alignright {
        width: 70px;
    }

}

@media screen and (max-device-width: 767px) and (orientation: landscape) {
    .navbar-collapse {
        max-height: 140px;
        max-height: calc(100vh - 120px);
    }
}

@media (max-width: 600px) {
    .home .works>.row{
        padding: 0 10%;
    }

    .home .homepage-products .works .row {
        padding: 0;
    }

    .homepage-portfolio .portfolio-wrap li {
        width: 24.9%;
    }

    .products-page .portfolio-item .portfolio-detail-btn {
        font-size: 12px;
        bottom: 4px;
        right: 8px;
    }

    .homepage-products .portfolio-wrap h4 {
        font-size: 12px;
    }

    .homepage-products .portfolio-wrap .portfolio-caption {
        padding: 5px;
    }

    .homepage-products .portfolio-item .portfolio-detail-btn {
        bottom: 5px;
        right: 5px;
        font-size: 13px;
    }

    .homepage-products .portfolio-caption h4 {
        font-size: 13px;
    }

    .homepage-products .portfolio-caption p {
        font-size: 12px;
        line-height: 12px;
        margin-top: 12px;
    }

}

@media (max-width: 480px) {
    .single-product .portfolio-carousel {
        width: 200px;
        height: 200px;
        margin-bottom: 60px;
    }

    .single-product .owl-thumb-item {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 460px) {
	.home .works > .row {
		padding: 0;
	}

    .search-box {
        width: 248px;
        margin-left: 7px;
    }

    .products-page .portfolio-item .portfolio-caption,
    .products-page .product-item .product-caption{
        padding: 5px;
    }

    .products-page .portfolio-item .portfolio-caption h4,
    .products-page .portfolio-item .portfolio-caption p,
    .products-page .portfolio-item .portfolio-caption i,
    .products-page .portfolio-item .portfolio-detail-btn,
    .portfolio-page .portfolio-item .portfolio-caption h4,
    .portfolio-page .portfolio-item .portfolio-caption p,
    .portfolio-page .portfolio-item .portfolio-caption i{
        font-size: 10px;
        line-height: 10px;
        margin: 0;
    }

    .products-page .portfolio-item .portfolio-caption i,
    .portfolio-page .portfolio-item .portfolio-caption i{
        margin: 5px 0;
    }

    .homepage-products .portfolio-item .portfolio-caption h4,
    .homepage-products .portfolio-item .portfolio-caption strong{
        font-size: 14px;
    }

    #page .news-page .tag{
        font-size: 10px;
        padding: 3px;
    }

    .sub-page .news-page{
        padding-top: 20px;
    }

    .mCustomScrollbar .mCSB_inside > .mCSB_container{
        padding: 0 2px 0 6px;
    }

    .mCustomScrollbar .mCSB_scrollTools{
        left: -7px;
    }

    .homepage-products .portfolio-caption p {
        margin-top: 30px;
    }
}

@media (max-width: 380px) {
    .homepage-portfolio .portfolio-caption h4,
    .homepage-portfolio .portfolio-caption p {
        font-size: 9px;
        line-height: 9px;
    }

    .homepage-portfolio .portfolio-caption h4 {
        font-size: 11px;
        line-height: 11px;
    }

    .search-box {
        width: 186px;
    }
}