/*
Theme Name: peters-indu
Theme URI: 
Description: 
Author: Bozidar Pranjic, Maja Schulz-Parac
Author URI: 
Version: 1.0
*/



/*Body*/
.navbar-nav,
ul {
    padding: 0;
    margin: 0;
}

body {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #555555;
    padding-top: 104px;
    font-weight: 400;

}

body.menu_expanded {
    margin-left: 200px;
}

@media (min-height:200px) {
    body.menu_expanded #main-menu {
        height: 150px;
        overflow: scroll;
    }
}

@media (min-height:300px) {
    body.menu_expanded #main-menu {
        height: 250px;
        overflow: scroll;
    }
}

@media (min-height:400px) {
    body.menu_expanded #main-menu {
        height: 350px;
        overflow: scroll;
    }
}

body.admin-bar .navbar-fixed-top {
    padding-top: 35px;

}

.product .col-lg-1,
.product .col-lg-2,
.product .col-lg-3,
.product .col-lg-4,
.product .col-lg-5,
.product .col-lg-6,
.product .col-lg-7,
.product .col-lg-8,
.product .col-lg-9,
.product .col-lg-10,
.product .col-lg-11,
.product .col-lg-12 {
    float: left;
}

.product .col-lg-12 {
    width: 100%;
}

.product .col-lg-11 {
    width: 91.66666667%;
}

.product .col-lg-10 {
    width: 83.33333333%;
}

.product .col-lg-9 {
    width: 75%;
}

.product .col-lg-8 {
    width: 66.66666667%;
}

.product .col-lg-7 {
    width: 58.33333333%;
}

.product .col-lg-6 {
    width: 50%;
}

.product .col-lg-5 {
    width: 41.66666667%;
}

.product .col-lg-4 {
    width: 33.33333333%;
}

.product .col-lg-3 {
    width: 25%;
}

.product .col-lg-2 {
    width: 16.66666667%;
}

.product .col-lg-1 {
    width: 8.33333333%;
}

#logo img {
    width: 250px;
}

.home-carosuel {
    background-color: #ffdd00;
}

.page-template-page-energy .home-carosuel {
    background-color: #fab001;
}

.page-template-page-automotive .home-carosuel {
    background-color: #e84e10;
}

.page-template-page-automation .home-carosuel {
    background-color: #6c74b5;
}

.page-template-page-industrial .home-carosuel {
    background-color: #0085c8;
}

.current-page-ancestor,
.current-menu-item {
    font-weight: bold;
}

.current-page-ancestor a {
    text-decoration: underline;
}

.sub-pages-menu {
    margin: 0;
    padding: 0 15px 0 0;
}

.distributors-list li {
    float: left;
    list-style: outside none none;
    margin-right: 85px;
    margin-bottom: 20px;
    width: 70px;
    height: 110px;
}

.home-buttons {
    margin: 0 auto;
}

.page-template-page-energy .sub-pages-menu {
    border-right: 1px solid #fab001;
}

.page-template-page-automotive .sub-pages-menu {
    border-right: 1px solid #e84e10;
}

.page-template-page-automation .sub-pages-menu {
    border-right: 1px solid #6c74b5;
}

.page-template-page-industrial .sub-pages-menu {
    border-right: 1px solid #0085c8;

}

.page-template-page-energy .current_page_item a,
.page-template-page-energy .product-title h2,
.page-template-page-energy .product-sub-title {
    color: #fab001;
    font-weight: bold;
}

.page-template-page-automotive .current_page_item a,
.page-template-page-automotive .product-title h2,
.page-template-page-energy .product-sub-title {
    color: #e84e10;
    font-weight: bold;
}

.page-template-page-automation .current_page_item a,
.page-template-page-automation .product-title h2,
.page-template-page-energy .product-sub-title {
    color: #6c74b5;
    font-weight: bold;
}

.page-template-page-industrial .current_page_item a,
.page-template-page-industrial .product-title h2,
.page-template-page-energy .product-sub-title {
    color: #0085c8;
    font-weight: bold;
}


.page-template-page-energy .bubble:after {
    border-color: #fab001 transparent;
}

.page-template-page-automotive .bubble:after {
    border-color: #e84e10 transparent;
}

.page-template-page-automation .bubble:after {
    border-color: #6c74b5 transparent;
}

.page-template-page-industrial .bubble:after {
    border-color: #0085c8 transparent;
}

.page-template-page-energy .bubble {
    background-color: #fab001;
}

.page-template-page-automotive .bubble {
    background-color: #e84e10;
}

.page-template-page-automation .bubble {
    background-color: #6c74b5;
}

.page-template-page-industrial .bubble {
    background-color: #0085c8;
}

.page-template-page-energy table tr:nth-child(1) {
    color: #fab001;
    font-weight: 500;
}

.page-template-page-automotive table tr:nth-child(1) {
    color: #e84e10;
    font-weight: 500;
}

.page-template-page-automation table tr:nth-child(1) {
    color: #6c74b5;
    font-weight: 500;
}

.page-template-page-industrial table tr:nth-child(1) {
    color: #0085c8;
    font-weight: 500;
}

.sub-pages-menu li:first-child {
    font-weight: bold;
    text-transform: uppercase;
}

.sub-pages-menu li {
    list-style: none;
    border-bottom: 1px solid #706f6f;
    padding: 10px 10px 10px 0;
}

.sub-pages-menu li:last-child {
    border-bottom: none;
}

.sub-pages-menu a {
    /* color: #706f6f; */
    color: #555555;
}






#logo {
    text-align: right;
}

/* Menu */
@media (max-width: 1000px) {
    #top-navbar {
        display: none;
    }

    .navbar-fixed-top {
        position: fixed;
    }

    #navbar {
        float: right;
        margin-right: 0;
        text-align: right;
    }
}

@media (min-width: 1000px) {
    #main-navbar {
        display: block;
    }

}

.top-menu {
    margin-bottom: 0px;
}

#top-navbar {
    background: none repeat scroll 0 0 #706f6f;
    bottom: -1px;
    color: #fff;
    position: absolute;
}

#top-navbar li>a {
    text-shadow: none;
    color: #fff;
}

#top-navbar li>a:hover {
    background: none repeat scroll 0 0 #706f6f;
    text-decoration: underline;
}

.navbar-fixed-top {
    background-color: #fff;
}

.navbar-toggle .icon-bar {
    background-color: #000;
}

.footer {
    font-size: 9px;
    font-weight: 500;
    border-top: 2px solid grey;
    color: #000000;
    padding: 5px 0px;


}

.footer div div {
    padding-left: 0px;
}

.carousel {
    margin-bottom: 0;
}

#navbar {
    float: right;
}

#navbar .nav a {
    font-size: 12px;
}

#navbar a,
.menu-lang-container a {
    /* color: #9c9b9b; */
    color: #555555;
    text-transform: uppercase;
    font-weight: 600;
}

.menu-lang-container {
    float: left;
}

#navbar li>a:hover,
.menu-lang-container li>a:hover {
    background-color: #fff;
    text-decoration: underline;
}

#navbar li>a.active,
.menu-lang-container li>a.active {
    background-color: #fff;
    text-decoration: underline;
    font-weight: bold;
}

.menu-lang-container li>a {
    padding-left: 0;
}

#navbar li.current_page_item>a {
    font-weight: bold;
    text-decoration: underline;
    color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 200;
}

.panel-default>.panel-heading {
    background-color: #329fd5;
}

.footer-last {
    text-align: right;
    width: 11%;

    float: left;
}

.footer-first {
    width: 62%;
    float: left;
}

.footer-middle {
    width: 27%;
    float: left;
}

.footer-middle a {
    color: #000;
}

.footer-middle a::before {
    content: "|";
    padding-right: 5px;
}

.footer div div {
    padding-right: 0px;
}

.footer ul {
    margin: 0px;
}

.footer ul li {
    float: left;
    list-style: outside none none;
    padding-right: 5px;
}

.footer .navbar-nav>li>a {
    padding: 0 5px 0;
}

@media (min-width: 1200px) {
    .footer-middle ul li {
        float: left;
    }

    #navbar {
        margin-right: 45px;
    }

    .home-buttons {
        margin-left: -38px;
    }

    .page-template-page-industrial .home-buttons,
    .page-template-page-automotive .home-buttons,
    .page-template-page-automation .home-buttons,
    .page-template-page-energy .home-buttons {
        margin-left: 29px;

    }
}

@media (max-width: 900px) {
    .product .col-lg-6 {
        width: 100%;
    }
}

@media (max-width: 560px) {
    .footer div {
        float: none;
    }

    .footer-last,
    .footer-first,
    .footer-middle {
        text-align: left;
        width: 100%;
        clear: both;
    }

    .product .col-lg-6 {
        width: 100%;
    }

    .distributors-list li {
        margin-right: 75px;
    }
}


.widget-area {
    border: 1px solid #329fd5;
    float: left;
    margin: 5px 0;
    padding: 3px 15px 5px 15px;
    width: 100%;
}

.widget-area h2 {
    font-size: 16px;
    /*  color: #ffdd00; */
    color: #e84e10;
    margin: 0;
    font-weight: 600;
    line-height: 30px;
}

.widget-area a {
    color: #706f6f;
}

.main-content .row {
    margin: 0 -15px;
}

.main-content {
    margin-bottom: 40px;
}


#navbar ul ul {
    display: none;
    position: absolute;
    top: 38px;
    background: #ebecec;
    margin: 0;
    z-index: 20000;
}

#navbar ul ul li {
    float: none;
    width: 150px;
    padding: 4px 10px;
    list-style: none;
    border-bottom: 1px solid #fff;
}



#navbar ul li:hover>ul {
    display: block;
}


#navbar ul ul li ul {
    left: 150px;
    top: 0;
}


table tr:nth-child(2n+2) {
    background-color: #fff9c7;
}

.product-title {
    position: absolute;
    top: 0;
}

.product-img img {
    position: relative;
    width: 87%;
    height: auto;
    padding-top: 15px;
}

.product-title h2 {
    font-size: 16px;
    line-height: 20px;
}

.product-sub-title {
    font-weight: normal;
    font-size: 16px;
}

.product-title ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 10px;
}

.main-content h1 {
    margin-right: 60px;
    font-size: 38px;
    line-height: 48px;

}

.main-content .row {
    margin-bottom: 20px;
}

.home .main-content .row {
    margin-bottom: 0;
}





.home-buttons li {
    float: left;
    list-style: outside none none;
    margin: 0 5px;
    width: 45%;
}

.home-buttons h2 {
    color: #ffdd00;

    font-size: 14px;
    font-weight: 600;
    margin: 0;
}

.home-buttons h2 a {
    color: #e84e10;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}


.home-buttons a {
    color: #555555;
    font-weight: 600;
    margin: 0;
}



.home-buttons div {
    font-size: 11px;
    line-height: 15px;
    font-weight: 600;
    width: 125px;
    border-right: 1px solid;
    height: 165px;
}

.home-buttons>li:last-child div {
    border-right: medium none;
}

.home-buttons img {
    width: 115px;
}

.downloads-widget li {
    list-style: none;
    float: left;

}

.downloads-widget img {
    width: 100px;
    border: 1px solid;
    margin: 0 0 2px 0;
}






.home .downloads-widget img,
.page-template-page-industrial .widget-area img,
.page-template-page-automotive .downloads-widget img,
.page-template-page-automation .widget-area img,
.page-template-page-energy .widget-area img {
    width: 62px;
}

.downloads {
    margin-top: 20px;
    float: left;
    width: 100%;
}

.home .downloads {
    margin-top: 0;
}

.sub-menu a {
    font-weight: 400;
    text-decoration: none;
}

.bubble {
    position: relative;
    padding: 5px;
    /*background: #ffdd00; */
    background: #e84e10;
    color: #fff;
    font-weight: 500;
    top: -20px;
}

.news .widget-area>img {
    top: 8px;
    max-width: 100%;
}

.bubble:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 20px 20px 0 0;
    /*border-color: #ffdd00 transparent; */
    border-color: #e84e10 transparent;
    display: block;
    width: 0;
    z-index: 1;
    bottom: -15px;
    right: 10px;
}

.news {
    top: -20px;
    position: relative;
}

.widget-area>img {
    position: relative;
}

.news .widget-area>div {
    position: absolute;
    top: 40px;
    width: 115px;

}

.news .widget-area {
    padding-bottom: 25px;
}


.more-link {
    background: none repeat scroll 0 0 #ebecec;
    color: #000;
    float: left;
    padding: 5px 5px 5px 15px;
    width: 100%;
    z-index: 1000;
    font-size: 12px;
    position: relative;
}

.home-left-widget>img {
    width: 100%;
}

.home-left-widget {
    bottom: -50px;
    position: relative;
}

.home-more-link .more-link {
    position: relative;
    top: 35px;
}

.news div {
    color: #e84200;
    font-weight: 500;
    height: 297px;
}

.menu-border {
    border-bottom: 1px solid #706f6f;
}

.main-content .col-lg-6>p {
    margin: 40px 0 0;
}

.pages-buttons img {
    height: 115px;
}

.pages-buttons {
    left: -30px;
    position: relative;
}

.carousel .item {
    -webkit-transition: opacity 3s;
    -moz-transition: opacity 3s;
    -ms-transition: opacity 3s;
    -o-transition: opacity 3s;
    transition: opacity 3s;
}

.carousel .active.left {
    left: 0;
    opacity: 0;
    z-index: 2;
}

.carousel .next {
    left: 0;
    opacity: 1;
    z-index: 1;
}

table td {
    padding: 0 5px;
}

.col-lg-6 table {
    margin-bottom: 20px;
}

.home .download.bubble {
    display: none;
}

.panel-title>a::before {
    background: none repeat scroll 0 0 #fff;
    border-radius: 50%;
    content: "+";
    float: left;
    font-size: 20px;
    font-weight: bold;
    height: 25px;
    margin: -2px 5px 0 0;
    padding: 1px 0 0 5px;
    width: 25px;
}

.panel-title>a[aria-expanded="true"]::before {
    content: "-";
    padding: 1px 0 0 9px;
}


.nav>li>a>img {
    max-width: none;
    padding-bottom: 2px;
}


a {
    color: #e84e10;
    text-decoration: none;
}

a:hover {
    color: #e84e10;
    text-decoration: none;
}

.page-template-default .main-content .col-lg-8 a img {
    margin-right: 10px;
}


.page-template-page-download .main-content .col-lg-8 a img {
    margin-right: 20px;
}



.distributors-list {
    margin: 20px 0;
    padding: 0;
}

.distributors-list div a {
    color: #555;
    text-align: center;
}

.distributors-list div {
    text-align: center;
}

.row {
    font-size: 13px;
}


.page-template-default hr {
    margin: 5px 20px 0px 0px;
    border: 0;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #ffffff;
}



.page-template-page-download table tr:nth-child(2n+2) {
    background-color: #ffffff;
}


.page-template-page-download table td {
    padding-bottom: 5px;
}


.page-template-page-download a {
    color: #555555;

}

.katalog-list li {
    float: left;
    list-style: outside none none;
    margin-right: 40px;
    margin-left: -20px;
    margin-bottom: 20px;
    width: 90px;
    height: 150px;
}

.katalog-list div a {
    color: #555;
    text-align: center;
}

.main-content .row .col-lg-7 {
    float: right;
}


.home-buttons {
    padding: 0;
    text-align: center;
    width: 100%
}

.home-buttons div {
    width: 100%;
}

.textwidget {
    display: inline;
}

.downloads-widget {
    float: left;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 100%;
}

.downloads-widget li {
    display: inline;
    width: 50%;
}

.footer-first ul {
    padding: 0;
}

.home-buttons img {
    margin: 0 0 10px;
}

@media (max-width: 640px) {
    .slider500 {
        display: block;
    }

    .slider900 {
        display: none;
    }

    .slider1200 {
        display: none;
    }


}


@media (min-width:640px) and (max-width: 960px) {
    .slider500 {
        display: none;
    }

    .slider900 {
        display: block;
    }

    .slider1200 {
        display: none;
    }

    .home .news {
        position: relative;
        top: 35px;
    }

}

@media (min-width: 960px) {
    .slider500 {
        display: none;
    }

    .slider900 {
        display: none;
    }

    .slider1200 {
        display: block;
    }
}

@media (max-width: 900px) {
    .main-content .row .col-lg-7 {
        float: left;
    }


}


a.news-title {
    color: #555555;
}

.news-item {
    position: absolute;
    top: 40px;
    width: 315px;

}

.news-item-img {
    width: 60%;
    height: auto;
    float: right;
}

@media (max-width: 767px) {
    #navbar {
        background: #eee;
    }

    #navbar li,
    #navbar ul,
    #main-menu ul li ul {
        background: #eee;
    }

    #main-menu {
        position: fixed;
        top: 50px;
        left: 0;
        z-index: 10000;
        float: left;
        text-align: left;
    }

    .home .news {
        position: relative;
        top: 95px;
    }

    #main-menu ul li ul {
        display: table;

        margin-left: 5px;
        position: relative;
        top: 0px;
        padding-left: 10px;
    }


    #main-menu ul li ul li:before {
        content: "- ";
    }

    #main-menu ul li ul ul {
        display: none;
    }

    #main-menu ul li ul:hover ul {
        display: none;
    }

    .navbar-toggle {
        float: left;
    }

    #navbar {
        float: left;
        clear: both;
        text-align: left;
    }

    #navbar li:hover {
        text-decoration: underline;
    }

    #navbar a {
        padding: 5px 5px;
    }
}

@media (max-width: 1024px) {

    .home #right-sidebar {
        clear: both;
        display: table;
        float: left;
        margin-top: 98px;

    }

    .home-buttons>li:nth-child(2n+2) div {
        border-right: none;
    }

    .home-left-widget {
        bottom: -20px;
    }

}

@media (max-width:768px) {
    .main-content h1 {
        font-size: 26px;
        line-height: 30px;
    }

    .product .col-lg-6 {
        width: 100%;
    }

    .news-item {
        width: 100%;
        position: relative;
        float: left;
    }

    .news-item-img {
        float: left;
    }

    #right-sidebar {
        margin-top: 90px;
    }

    .home-more-link .more-link {
        top: 13px;
    }

    .news-item {
        width: 100%;
        /*position: relative;
        float: left;
        top:-160px;*/
    }

    .news-item-img {
        float: left;
        /* position: relative;
        top: 208px;*/
        width: 80%;
    }

    body {
        padding-top: 64px;
    }

    #logo img {
        width: 150px;
    }

    #main-menu {
        top: 20px;
    }

    #menu-lang {
        margin-left: 0;
    }

    .home .home-buttons {
        margin: 0 auto;
        padding: 0;
        text-align: center;
    }



    .home-buttons img {
        margin: 0 0 10px;
        width: 115px;
    }

    .home .downloads-widget {
        padding: 0;
    }

    .downloads-widget img {
        width: 85px;
    }

    .home .downloads-widget img,
    .page-template-page-industrial .widget-area img,
    .page-template-page-automotive .downloads-widget img,
    .page-template-page-automation .widget-area img,
    .page-template-page-energy .widget-area img {
        width: 60px;
    }
}

@media (max-width:400px) {
    .downloads-widget img {
        width: 85px;
    }

    .home .downloads-widget img,
    .page-template-page-industrial .widget-area img,
    .page-template-page-automotive .downloads-widget img,
    .page-template-page-automation .widget-area img,
    .page-template-page-energy .widget-area img {
        width: 85px;

    }



}

@media (min-width:768px) and (max-width: 990px) {

    .home-buttons li {
        width: 23%;
    }

    .home-buttons>li:nth-child(2n+2) div {
        border-right: 1px solid;
    }

    .home-buttons>li:last-child div {
        border-right: none;
    }

    .home-more-link .more-link {
        margin: 0 0 90px;
    }

    .home-left-widget {
        top: 0;
    }

    .home .news {
        position: relative;
        top: 35px;
    }

    .home .news .widget-area>img {
        max-width: 95%;
        top: 10px;
    }

    .home .news .widget-area {
        padding-bottom: 15px;
    }

    .home .downloads {
        margin: 10px 10px 0 0;

    }

    .home #right-sidebar {
        display: table;
        float: right;
    }
}

@media (min-width:992px) {
    .home .home-buttons {
        margin: 0;
        padding: 0;
    }

    .home-buttons li {
        margin: 0;
        padding: 0;
        width: 120px;
    }

    .home-buttons div {
        width: 97px;
    }

    .home-buttons>li:nth-child(2n+2) div {
        border-right: 1px solid;
    }

    .home-buttons>li:last-child div {
        border-right: none;
    }

    .home #right-sidebar {
        margin-top: 7px;
    }

    .home .news .widget-area {
        padding-bottom: 41px;
    }

    .home-left-widget>img {
        position: relative;
        top: 36px;
        width: 100%;
    }

    .home .news {
        position: relative;
        top: -15px;
    }
}

@media (min-width:1024px) {
    .home .home-buttons {
        margin-left: 60px;
    }

    .home-buttons li {
        margin: 0 8px;
    }

    .home-buttons div {
        width: 100%;
        text-align: left;
    }

    .home .downloads-widget {
        float: left;
        margin: 0 15px;
        padding: 0;
        text-align: center;
        width: 100%;
    }

    .home .downloads-widget li {
        display: inline;
        margin: 0 5px;
        width: 70px;
    }

    .home .news .widget-area {
        padding-bottom: 31px;
    }
}

@media (min-width:1024px) and (max-width:1200px) {
    .home .home-buttons {
        margin-left: 0px;

    }

    .home .home-buttons img {
        width: 100px;
    }

    .home-buttons li {
        margin: 0 5px;
        padding: 0;
        width: 114px;
    }

    .home .news .widget-area {
        padding-bottom: 59px;
    }
}

@media (min-width:1200px) {
    .home-left-widget>img {
        position: relative;
        top: 11px;
        width: 100%;
    }

    .downloads-widget img {
        width: 110px;
    }

    .home .downloads-widget img,
    .page-template-page-industrial .widget-area img,
    .page-template-page-automotive .downloads-widget img,
    .page-template-page-automation .widget-area img,
    .page-template-page-energy .widget-area img {
        width: 71px;
    }

    .home .downloads-widget {
        margin: 0 35px;
    }
}

button.navbar-toggle {
    background: #555 none repeat scroll 0 0;
    border: 1px solid #555;
    border-radius: 22px;
    left: 5px;
    margin: 0;
}

.navbar-toggle .icon-bar {
    border-radius: 1px;
    display: block;
    height: 2px;
    width: 15px;
}

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

div.wpcf7-response-output {
    float: left;
}




.lang-item-it {
    display: none !important;
}

.row.zertifizierungen {
    text-align: center;
}

.row.zertifizierungen img {
    max-width: 100%;
    max-height: 100%;
}