/* --------------------------------------------
    TYPOGRAPHY
-------------------------------------------- */
@import url('https://fonts.googleapis.com/css?family=Encode+Sans+Condensed:300,400,700&display=swap');
h1 {
    font-size: 36px;
    line-height: 42px;
    font-weight: normal;
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
}
h2 {
    font-size: 30px;
    line-height: 36px;
    font-weight: normal;
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
}
h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: normal;
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
}
h4 {
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
}
h5 {
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
}
h6 {
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
}
p {
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
}
a {
    color: inherit;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a,p a {
    font-size: inherit;
    line-height: inherit;
    margin: 0;
}
strong {
    font-weight: bold;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
em {
    font-style: italic;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
ul, ol {
    margin: 0 0 20px 0;
    padding: 0 0 0 15px;
}
ul > li {
    list-style: disc;
}
ol > li {
    list-style: decimal;
}
ul li, ol li {
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
a:hover, a:focus {
    text-decoration: none;
    outline-offset: 0px;
    outline: transparent;
}
img, input {
    border: 0 none;
    outline: 0 none;
}
hr {
    height: 1px;
    background: #d1d1d1;
    margin: 0 0 20px 0;
    border: 0 none;
}
iframe {
    margin: 0;
    padding: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 20px;
    width: 100%;
}
table tr td {
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    padding: 5px 10px 5px 10px;
    vertical-align: middle;
}
table tr th {
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    padding: 5px 10px 5px 10px;
    vertical-align: middle;
}
/* --------------------------------------------
    Form
-------------------------------------------- */
form {
    width: 100%;
    display: block;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
label {
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    margin: 0 0 10px 0;
    padding: 0 0 0 0;
}
form input {
    display: block;
    width: 100%;
    height: auto;
    color: #979797;
    font-size: 14px;
    margin: 0 0 20px 0;
    padding: 12px 15px 12px 15px;
    border: 1px solid #b7b7b7;
    background: 0 none;
    outline: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
form textarea {
    display: block;
    width: 100%;
    min-height: 180px;
    margin: 0 0 20px 0;
    padding: 15px 15px 15px 15px;
    color: #979797;
    resize: none;
    font-size: 14px;
    background: 0 none;
    border: 1px solid #acacac;
    outline: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
form input[type="submit"] {
    height: auto;
    color: #463730;
    margin: 0 0 20px 0;
    padding: 12px 20px 12px 20px;
    border: 1px solid #f05033;
    background: 0 none;
    float: right;
    line-height: normal;
}
form input:hover, form input:focus, form textarea:hover, form textarea:focus {
    border: 1px solid #f2f2f2;
}
form input[type="submit"]:hover {
    border: 1px solid #acacac;
}
::-webkit-input-placeholder {
    color: #cbc9c7;
    font-weight: 300;
    font-style:italic;
}
:-moz-placeholder {
    color: #fcbc9c7ff;
    opacity: 1;
    font-weight: 300;
    font-style:italic;
}
::-moz-placeholder {
    color: #cbc9c7;
    opacity: 1;
    font-weight: 300;
    font-style:italic;
}
:ms-input-placeholder {
    color: #cbc9c7;
    font-weight: 300;
    font-style:italic;
}
html {
    /*height: 100%;*/
}
body {
    font-family: 'Encode Sans Condensed', sans-serif;
    font-size: 14px;
    background: #fff;
}
@media print {
    body {width:1200px;}
}
body#footerbottom {
    height: 100%;
    min-height: 100%;
}
body#footerbottom #wrapper-page {
    min-height: 100%;
    height: 100%;
    height: auto !important;
    margin: 0 auto -115px;
    border-bottom: 115px solid transparent;
}
body#footerbottom #footer {
    display: block;
    clear: both;
    height: 115px;
}
/* --------------------------------------------
    Bug
-------------------------------------------- */
/*  -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    pointer-events: none;*/
/*html.fancybox-lock, html.fancybox-lock body{ overflow: visible !important; }*/
.bt { border-top: 1px solid #fff !important; }
.br { border-right: 1px solid #fff !important; }
.bb { border-bottom: 1px solid #fff !important; }
.bl { border-left: 1px solid #fff !important; }
.fancybox-margin { margin-right: 17px !important; }
#loadingg {
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 9999999;
}
#loadingg img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}
/*.container {
    width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-4s-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 15px;
    padding-right: 15px;
}*/
#wrapper-page {
    position: relative;
    overflow: hidden;
    /*min-height: 100%;
    height: 100%;
    height: auto !important;*/
    /*margin: 0 auto -120px;
    border-bottom: 120px solid transparent;*/
}
/* --------------------------------------------
    Header
-------------------------------------------- */
#header {
    display: block;
    clear: both;
    position: relative;
    background: #f05033;
    padding: 22px 0;
    /*height: 120px;*/
}
#header .nav > li > ul > li {
    list-style: none;
    text-align: left;
    padding: 0;
    height: auto;
    display: block;
}

/* #header .nav > li > ul > li > a{
    pointer-events: all;
    font-family: 'Roboto-Bold';
    text-transform: uppercase;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    display: block;
    color: #000;
    width: 250px;
    display: inline-block;
    margin: 0 0 0 0;
    padding:25px 0 20px 25px;
    background: #fff;
    border-bottom: 1px solid #616573;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#header .nav > li > ul > li > a:hover{
    color: #fff;
    background: rgba(255,255,255, 0.2);
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    -o-opacity: 0.8;
    -ms-opacity: 0.8;
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.mobile-menu-js #header .nav > li > ul > li > a{
    font-family: 'Roboto-Bold';
    text-transform: uppercase;
     pointer-events: all;
    font-weight: 400;
    width: 100%;
    color: #fff;
    background: #465361;
    font-size: 12px;
    line-height: 22px;
    margin: 0 0 0 0;
    padding: 5px 0;
}
.mobile-menu-js #header .nav > li > ul > li > a:hover
{
    color: #8d9ab2
}
.mobile-menu-js #header .nav > li > ul > li {
    list-style: none;
    text-align: center;
    padding: 0;
    width: 100%;
    height: auto;
    display: block;
    border-bottom: 1px solid#ccc;
}

.li-pre {
    display: none;
}
#header .nav > li:hover > ul{
    display: block;
    position: absolute;

}
.desktop-menu-js
.mobile-menu-js #header .nav > li > ul{
    position: relative;
    text-align: center;
} */
 /* #header .nav > li > ul {
    display: none;
    margin: 0 0 0 0;
    padding: 20px 0 20px 0;
    position: absolute;
    top: 10px;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    text-align: left;
    white-space: nowrap;
} */
/* #header .nav > li > a:hover:before,
.li-pre a:hover:after{
    margin-bottom: -10px;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
}
.li-pre a:before{
    display: none;
} */
#header .nav > li > a.active, #header .nav > li > a:hover {
    color: #91a1b9;
}
/* #header .nav > li > a.active:before, .li-pre a.active:after{
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    margin-bottom: -10px;
} */
#header a.logo {
    display: inline-block;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
#header a.logo img {
    display: inline-block;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
#header .nav {
    text-align: left;
    display: block;
    position: relative;
    margin: 0 0 0 0;
    padding: 13px 0;
    z-index: 999;
    font-size: 0;
}
#header .nav > li {
    display: inline-block;
    margin: 0 15px 0 15px;
    padding: 0 0 0 0;
    list-style: none;
    background: none;
}
#header .nav > li > a {
    position: relative;
    font-weight: 400;
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/* #header .nav > li > a:before{
    position: absolute;
    content: "";
    width: 100%;
    height:1px;
    background:#fff;
    left: 0;
    bottom: -8px;
} */

  #header .nav > li > a:before, #header .nav > li > a:after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #fff;
  }
  #header .nav > li > a:before {
    opacity: 0;
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
    transition: opacity 0s, -webkit-transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s;
    transition: transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s, -webkit-transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  #header .nav > li > a:after {
    opacity: 0;
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
    transition: opacity 0.2s, -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s;
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s, -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  #header .nav > li > a:hover:before, #header .nav > li > a:hover:after, #header .nav > li > a:focus:before, #header .nav > li > a:focus:after,
  #header .nav > li > a.active:before,
  #header .nav > li > a.active:after
   {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  #header .nav > li > a:hover:before, #header .nav > li > a:focus:before {
    transition: opacity 0.2s, -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s;
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s, -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  #header .nav > li > a:hover:after, #header .nav > li > a:focus:after {
    transition: opacity 0s 0.2s, -webkit-transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s 0.2s;
    transition: transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s 0.2s, -webkit-transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }


#header .nav > li > a.active, #header .nav > li > a:hover {
    color: #f2f2f2;
}
.navbar-default {
    background: initial;
    border: 0 none;
    border-radius: 0px;
    margin-bottom: 0px;
    min-height: auto;
    position: relative;
    text-align: right;
    z-index: 99;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: 0 none;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background: transparent;
}
.navbar-collapse {
    float: none;
    border-top: 1px solid transparent;
    box-shadow: 0 none;
    overflow-x: visible;
    padding-left: 0px;
    padding-right: 0px;
    max-height: none;
}
.navbar-collapse.in {
    overflow-y: inherit;
}
.navbar-default .navbar-toggle {
    border-color: transparent;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-top: 25px;
    border-width: 0px;
    padding: 0;
}
.navbar-toggle .icon-bar {
    width: 30px;
    height: 3px;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 6px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #000;
}
.navbar-default .navbar-toggle.collapsed .icon-bar {
    background-color: #fff;
}
/* --------------------------------------------
    Banner
-------------------------------------------- */
#banner {
    position: relative;
}
.banner-home{
    background: #4c4c4c;
}
.banner-home img{
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    -o-opacity: 0.5;
    -ms-opacity: 0.5;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.textBanner{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%
}
.textBanner h1{
    font-size: 36px;
    line-height: 45px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.textBanner span{
    font-size: 24px;
    line-height: 34px;
    color: #fff;
    font-weight: 400;
}
.margin-t{
    margin-top: 115px;
}
.parallax-s {
  opacity: 0;
}
.paralax-s-loaded {
  opacity: 1
}
/*#banner #supersized {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}
#banner #supersized li {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}*/
/* --------------------------------------------
    Content
-------------------------------------------- */
#content {
    position: relative;
}
.four-img{
    margin-top: -60px;
    margin-bottom: 70px;
}
.hover-img-color{
    position: relative;
    display: block;
}
.hover-img-color:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(240,80,51, 0.6);
    left:0;
    top:0;
    -webkit-opacity: 0.0;
    -moz-opacity: 0.0;
    -o-opacity: 0.0;
    -ms-opacity: 0.0;
    opacity: 0.0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.hover-img-color h4{
    position: absolute;
    content: "";
    width: 100%;
    left:0;
    bottom:30px;
    text-align: center;
    font-size: 14px;
    line-height: 25px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 99;
}
.hover-img-color:hover:after{
    -webkit-opacity: 0.6;
    -moz-opacity: 0.6;
    -o-opacity: 0.6;
    -ms-opacity: 0.6;
    opacity: 0.6;
    filter: alpha(opacity=60);
}
.uber-uns-home{
    margin-bottom: 100px;
}
.uber-uns-home h5{
    font-size: 26px;
    line-height: 34px;
    color: #f05033;
    font-weight: 700;
}
.uber-uns-home  span{
    font-size: 20px;
    line-height: 28px;
    color: #463730;
    font-weight: 700;
    margin-bottom: 5px;
}
.uber-uns-home p{
    font-size: 20px;
    line-height: 28px;
    color: #463730;
    font-weight: 300;
    margin-bottom: 10px;
}
.uber-uns-home .arrow-right{
    display: inline-block;
}
.referenzen-home{
    padding: 0 45px  80px 45px;
    background: #e4e4e5;
    margin-bottom: 100px;
}
.referenzen-home h4{
    font-size: 30px;
    line-height: 38px;
    color: #f05033;
    font-weight: 700;
    margin-top: 30px;
}
.ref-png {
    height: 150px;
    padding: 0 85px;
    border-right: 1px solid #c8c8c8;
}
.border-right-none{
    border-right: none !important;
}
.team-home h5{
    font-size: 30px;
    line-height: 38px;
    color: #f05033;
    font-weight: 700;
}
.team-home p{
    font-size: 17px;
    line-height: 23px;
    color: #463730;
    font-weight: 300;
    margin: 30px 0;
}
.information{
    background: #e4e4e5;
    position: relative;
    height: 500px;
    overflow: hidden;
}
.text-info{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%
}
.iframe{
    width: 50%;
    float: right;
    position: relative;
    background: rgba(70,55,48, 0.5);
}
.iframe:before{
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    top:0;
    left: 0;
    background: rgba(70,55,48, 0.65);
    pointer-events: none;
}
.iframe iframe{
    z-index: 1;
}
.heading5 h5 {
    font-size: 26px;
    line-height: 34px;
    color: #f05033;
    font-weight: 700;
    letter-spacing: 2px;
}
.heading5 h6{
    font-size: 23px;

    line-height: 30px;
    color: #463730;
    font-weight: 700;
    margin-bottom: 30px;
}
.heading5 p{
    font-size: 20px;
    line-height: 26px;
    color: #463730;
    font-weight: 300;
}
.heading5 a{
    display: inline-block;
}
.Wicklerei{
    padding: 70px 0 70px 0 ;
}
.Reparatur{
    padding: 70px 0 0 0 ;
}
.Reparatur .heading5 h5{
    font-weight: 700;
}
.Reparatur p{
    font-size: 20px;
    line-height: 26px;
    color: #463730;
    font-weight: 300;
    margin-bottom: 10px;
}
.team p{
    font-size: 20px;
    line-height: 26px;
    color: #463730;
    font-weight: 300;
    margin-bottom: 10px;
}
.team .fnone p{
    margin: 25px 0 60px 0;
}
.team p > span{
    font-size: 18px;
    line-height: 25px;
    color: #463730;
    font-weight: 700;
    margin-top: 25px;
}
.box-height{
    height: 255px;
    border: 1px solid #ccc;
    padding: 15px;
}
.referenzen{
    margin-top: 60px;
}
.margin-b{
    margin-bottom: 70px;
}
.akku{
    background: #ccc;
    padding:60px 15px 15px 15px;
}
.akku .border-b{
    padding-bottom: 25px;
    border-bottom: 1px solid #eb9b8c;
}
.akku h6{
    margin: 20px 0;
    font-size: 18px;
    line-height: 28px;
    color: #f05033;
    font-weight: 700;
}
.akku p{
    font-size: 18px;
    line-height: 28px;
    color: #463730;
    font-weight: 300;
}
.aktionen, .kontakt  {
    margin: 70px 0;
}
.kontakt h6{
    font-size: 18px;
    line-height: 28px;
    color: #f05033;
    margin-bottom: 0px;
    font-weight: 700;
}
.kontakt p{
    font-size: 18px;
    line-height: 28px;
    color: #463730;
    font-weight: 300;
}
.kontakt .info a{
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    color: #463730;
    font-weight: 300;
}
.img2 img{
    width: 80px;
    height: auto;
}
.stellenC {
    padding: 30px 0;
    display: inline-block;
    float: none;
    vertical-align: top;
    position: relative;
}
.stellenC::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 1000%;
    bottom: 0;
    background: #e4e4e5;
}




/*Accordion and Tab*/
.accoardionii {
    width: 100%;
}
.accoardionii .panel {
    color: #000;
    box-shadow: none;
    background: inherit;
    border: 0 none;
    border-radius: 0px;
    margin-bottom: 10px;
}
.accoardionii .panel-heading {
    border: 0 none;
    border-radius: 0;
    padding: 0;
}
.accoardionii .accordion-toggle
{
    display: block;
    position: relative;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0;
    padding: 15px 50px 15px 20px;
    background: #d51e17 url(../images/minus.png) no-repeat 97% center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}
.accoardionii .accordion-toggle.collapsed:hover {
    background-color: #666666;
}
.accoardionii .accordion-toggle.collapsed {
    background: #000 url(../images/plus.png) no-repeat 97% center;
}
.accoardionii .panel .panel-body {
    padding: 10px 0px 0 0px;
    overflow: hidden;
    border-top: none;
    border-bottom: none;
}
.tab_list {
    display: block;
    padding: 0;
}
.tab_list li {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
}
.tab_list li a {
    display: block;
    padding: 20px 40px;
    margin: -1px 0 0 0;
    color: #505050;
    font-size: 20px;
    line-height: 26px;
    border: 1px solid #b1b1b1;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.tab_list li:hover a,
.tab_list li.active a {
    background: #161415;
    color: #fff;
}
.tab-pane {
    padding: 0px;
}
.pdf {
    display: block;
    font-size: 0;
    margin: 0;
    padding: 0;
}
.pdf li {
    display: block;
    list-style: none;
    background: 0 none;
}
.pdf li a {
    position: relative;
    display: inline-block;
    padding: 0 0 0 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.pdf li a:after {
    content: "\f1c1";
    position: relative;
    font-family: 'FontAwesome';
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 0;
    /*background: #f4f4f4 url(../images/pdf.png) no-repeat 8px top;*/
}
.pdf li a:hover {
    color: #03378a;
}
.pdf li a:hover:after {
    background-color: #03378a;
    /*background-position: 8px bottom; */
}
.newsletter form {
    width: 100%;
    display: block;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    position: relative;
}
.newsletter form input {
    display: block;
    width: 100%;
    color: #fff;
    height: 45px;
    margin: 0 0 20px 0;
    padding: 10px 95px 10px 15px;
    border: 1px solid #fff;
    background: 0 none;
    outline: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.newsletter button {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 45px;
    color: #fff;
    font-size: 16px;
    margin: 0 0 20px 0;
    /*padding: 31px 5px;*/
    padding: 0;
    border: 1px solid #fff;
    z-index: 9;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 0;
    /*background: #fff url(../images/msg.png) no-repeat center center;*/
}
.newsletter button i {
    font-size: 24px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.newsletter form button:hover i {
    color: #000;
}
.parallax {
    min-height: 700px;
    background: transparent;
}
.container2{
    width: 1570px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
/* --------------------------------------------
    Footer
-------------------------------------------- */
#footer {
    position: relative;
    background:#f05033;
    color: #fff;
    padding: 45px 0 25px 0;
}
#footer .navf {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}
#footer .navf > li {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    background: none;
}
#footer .navf > li > a {
    position: relative;
    color: #fff;
    font-size: 16px;
    line-height:30px;
    font-weight: 400;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#footer .navf > li > a:before, #footer .navf > li > a:after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #f7aba1;
  }
  #footer .navf > li > a:before {
    opacity: 0;
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
    transition: opacity 0s, -webkit-transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s;
    transition: transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s, -webkit-transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  #footer .navf > li > a:after {
    opacity: 0;
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
    transition: opacity 0.2s, -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s;
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s, -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  #footer .navf > li > a:hover:before, #footer .navf > li > a:hover:after, #footer .navf > li > a:focus:before, #footer .navf > li > a:focus:after,
  #footer .navf > li > a.active:before,
  #footer .navf > li > a.active:after
   {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);

  }
  #footer .navf > li > a:hover:before, #footer .navf > li > a:focus:before {
    transition: opacity 0.2s, -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s;
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s, -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  #footer .navf > li > a:hover:after, #footer .navf > li > a:focus:after {
    transition: opacity 0s 0.2s, -webkit-transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s 0.2s;
    transition: transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s 0.2s, -webkit-transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  #footer .navf > li > a:hover{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  #footer .navf > li > a.active {
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
        font-weight: 700;
  }
#footer .addresse{
    position: relative;
}
#footer .addresse p{
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
}

#footer .design_by {
    margin: 0;
    padding: 0;
    text-align: right;
}
#footer .design_by li {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
    background: none;
}
#footer .design_by li a {
    display: inline-block;
    text-decoration: none;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#footer .design_by li a:hover {
    -webkit-opacity: 0.6;
    -moz-opacity: 0.6;
    -o-opacity: 0.6;
    -ms-opacity: 0.6;
    opacity: 0.6;
    filter: alpha(opacity=60);
}
.footer-relative{
    position: relative;
    height: 100%;
}
.fa-facebook{
    position: absolute;
    top: 3px;
    right: 0;
    font-size: 20px;
    line-height: 27px;
    margin-right: 19px;
}
.beund-img{
    position: absolute;
    bottom:0;
    right: 0;
}
.partners-logow img {
    max-height: 220px;
    max-width: 100%;
}
.footLink {
    display: inline-block;
    position: relative;
}
.footLink a {
    display: inline-block;
    position: relative;
    margin: 0;
}
.fa-facebook{
    position: absolute;
    top: 3px;
    right: 0;
    font-size: 20px;
    line-height: 27px;
    margin-right: 19px;
}
.footPhoto {
    position: absolute;
    display: inline-block;
    top: 0;
    right: 0;
}
/* --------------------------------------------
    Media screen
-------------------------------------------- */
    /*   MD   1600<    */
@media only screen and (max-width : 1600px) {
    .container2{
        width: 1400px;
    }
    .ref-png {
        padding: 0 50px;
    }
}
    /*   MD   1400<    */
    @media only screen and (max-width : 1400px) {
        .container2{
            width: 1200px;
        }
        .ref-png {
            padding: 0 30px;
        }
        #header .nav > li {
            margin: 0 10px 0 10px;
        }
        #header .nav > li > a{
            font-size: 17px;
        }
    }
/*   MD   1200<    */
@media only screen and (max-width : 1200px) {
    #header .nav > li > a{
        color: #f05033;
        font-size: 16px;
        line-height: 20px
    }
    #header .nav {
        text-align: center;
        padding: 10px 0;
        margin-bottom: 0;
        background: #fff;
        margin-top: 15px;
    }
    #header .nav > li {
        display: block;
        padding: 5px 0 5px;
    }
    .navbar-header {
        float: right;
     }
     .navbar-default .navbar-toggle {
        display: block;
     }
     .navbar-collapse.collapse {
        display: block !important;
        height: 0 !important;
        padding-bottom: 0;
        overflow: hidden !important;
     }
     .navbar-collapse.collapse.in {
        height: auto !important;
        overflow: visible !important;
     }
     .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border: 0 none;
     }
    .container2{
        width: 960px !important;
    }
    .slick-slide img {
        width: 100%;
        height: auto;
    }
    .slick-prev{
        left: -40px;
    }
    .slick-next{
        right: -40px;
    }
    .slick-prev, .slick-next{
        margin: -45px 0 0 0;
    }
    .referenzen-home{
        margin-bottom: 50px;
        padding: 0 0 0 0;
    }
    .margin-b{
        margin-bottom: 30px;
    }
    #header .nav > li > a.active, #header .nav > li > a:hover {
        color: #000000;
    }

}
/*   SM   992<    */
@media only screen and (max-width : 992px) {
    #header .nav {

    }
    #header .nav > li > a {
        padding: 10px 0 10px;
    }
    body .eqmobilexs > div {
        display: block;
    }
    .container2{
        width: 100% !important;
    }
    .four-img{
        margin-top: -20px;
        margin-bottom: 30px;
    }
    .uber-uns-home {
        margin-bottom: 20px;
    }
    .ref-png {
        padding: 0 0px;
        text-align: center;
        border: none;
        height: 120px;
    }
    .ref-png img {
        /*width: auto !important;*/
        display: inline-block;
    }
    .referenzen-home h4{
        margin-bottom: 0;
        margin-top: 20px;
    }
    .slick-prev{
        left:0px;
    }
    .slick-next{
        right:0px;
    }
    .slick-prev, .slick-next{
        margin: -45px 0 0 0;
        top: inherit;
        bottom: 15px;
    }
    .team-home p{
        margin: 5px 0 10px 0;
    }
    .slickslider {
        padding-bottom: 30px;
    }
    .referenzen-home{
        margin-bottom: 15px;
    }
    .team .fnone p{
        margin: 25px 0 30px 0;
    }
    .margin-b{
        margin-bottom: 0px;
    }
    .aktionen, .kontakt  {
        margin: 20px 0;
    }
    .Reparatur{
        padding: 30px 0 30px 0 ;
    }
    .heading5 p {
        font-size: 18px;
        line-height: 24px;
    }
    .Reparatur p{
        font-size: 16px;
        line-height: 20px;
    }
}
/* XS from 768<  */
@media only screen and (max-width : 767px) {
    .container2{
        width: 100% !important;
    }

    /* #header .nav > li {
        display: block;
        margin: 0;
    }
    #header .nav > li > a {
        display: block;
        padding: 5px 0 5px;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        position: absolute;
        left: -15px;
        top: -1px;
        right: -15px;
        background: #ccc;
    }
    .li-pre i{
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -3px;
    } */
    /* #header .nav > li:hover > ul{
        position: relative;
        display: none;
    }
    #header .nav > li > ul {
        display: none;
        position: relative;
        margin: 0 0 0 0;
        padding: 0px 0 0 0;
        width: 100%;
        left: 0;
         margin-left: 0;
        padding-left: 0;
         background: #eeee;
         opacity: 1;
         text-align: center;
    }
    #header .nav > li > a:before{
        display: none;
    }
    .li-pre a:after{
        display: none;
    } */
    #header{
        padding: 10px 0;
    }
    .referenzen {
        margin-top: 15px;
    }
    .textBanner h1 {
        font-size: 23px;
        line-height: 33px;
    }
    .textBanner span {
        font-size: 18px;
        line-height: 25px;
    }
    .four-img{
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .hover-img-color:after{
        -webkit-opacity: 0.6 ;
        -moz-opacity: 0.6;
        -o-opacity: 0.6;
        -ms-opacity: 0.6;
        opacity: 0.6;
        filter: alpha(opacity=60);
    }
    .uber-uns-home {
        margin-bottom: 0px;
    }
    .team-home h5 {
        margin-bottom: 10px;
    }
    .information{
        height: auto;
    }
    .text-info {
        position: relative;
        padding: 15px 15px 0 15px;
    }
    .iframe{
        width: 100%;
        float: none;
        height: 350px;
    }
    .heading5 h5,
    .heading5 h6{
        font-size: 21px;
        line-height: 28px;
        margin-bottom: 15px;
    }
    #footer{
        padding: 15px 0 25px 0;
    }
    .addresse{
        text-align: center;
    }
    #footer .navf > li{
        text-align: center;
    }
    .fa-facebook{
        top:inherit;
        bottom: -10px;
        right: inherit;
        left: 50%;
        margin-left: -30px;
        font-size: 17px;
        line-height: 27px;
        margin-right: 3px;
    }
    .beund-img{
        position: absolute;
        bottom:-5px;
        right: 50%;
        margin-right: -30px;
        margin-bottom: 0;
    }
    #header .nav > li {
        display: block;
        padding: 0 0 0 0;
    }
    #header .nav > li > a {
        padding: 5px 0 5px;
    }
    #header .nav > li > a:before, #header .nav > li > a:after{
        background: #000;
        bottom: -1px;
    }
    #header .nav > li > a.active, #header .nav > li > a:hover{
        color: #000;
    }
    .textBanner .element-top{
        vertical-align: middle !important;
    }
    .margin-t{
        margin-top: 0;
        text-align: center;
    }
    .Wicklerei, .Reparatur{
        padding:15px 0;
    }
    .team .fnone p{
        margin: 0px 0 15px 0;
    }
    .aktionen, .kontakt   {
        margin: 15px 0;
    }
    .akku{
        padding: 15px;
        margin-bottom: 15px;
    }
    .txt-center{
        text-align: center;
    }
    .abs{
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
        text-align: center;
        margin-top: 15px;
    }
    .kontakt p,
    .kontakt a{
        margin-bottom: 5px;
    }
    .maxeight{
        height: auto !important;
    }
    .fa-facebook{
        position: relative;
    }
    .Reparatur{
        padding: 15px 0 15px 0 ;
    }
    .heading5 p{
        margin-bottom: 5px;
    }
    .referenzen .mb60{
        margin-bottom: 15px !important;
    }
    .navf.div2colum {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
    }
    .footPhoto {
        position: relative;
        margin-bottom: 20px;
    }
    .fa-facebook {
        bottom: -3px;
        right: 0;
        left: 0;
        margin-left: 0;
        font-size: 20px;
        line-height: 24px;
        margin-right: 10px;
    }
    .beund-img {
        position: relative;
        bottom: 0px;
        top: 0px;
        right: 0%;
        margin-right: -0px;
        margin-bottom: 10px;
    }
}
/* XS from 500<  */
@media only screen and (max-width : 500px) {

}
/*   SM   768>    */
@media (min-width: 768px){

}
/*   MD   992>    */
@media (min-width: 992px){

}
/*   LG   1200>    */
@media (min-width: 1200px){
    .fancybox-margin { margin-right: 17px !important; }

}
/*   LG2   1500>    */
/* @media (min-width: 1500px){
    .container2{
        width: 1500px;
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
} */
/*   LG2   1600>    */
@media (min-width: 1600px){
    #header .nav > li {
        display: inline-block;
        margin: 0 20px 0 20px;
        padding: 0 0 0 0;
        list-style: none;
        background: none;
    }
}
