/* --------------------------------------------
    TYPOGRAPHY
-------------------------------------------- */
@import url('https://fonts.googleapis.com/css?family=Fira+Sans+Extra+Condensed:400,500,700&display=swap');
@font-face {
    font-family: 'FiraSansExtraCondensed-Bold';
    src: url('../fonts/FiraSansExtraCondensed-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/FiraSansExtraCondensed-Bold.woff') format('woff'),
    url('../fonts/FiraSansExtraCondensed-Bold.ttf')  format('truetype'),
    url('../fonts/FiraSansExtraCondensed-Bold.otf')  format('opentype'),
    url('../fonts/FiraSansExtraCondensed-Bold.svg#FiraSansExtraCondensed-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'FiraSansExtraCondensed-Regular';
    src: url('../fonts/FiraSansExtraCondensed-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/FiraSansExtraCondensed-Regular.woff') format('woff'),
    url('../fonts/FiraSansExtraCondensed-Regular.ttf')  format('truetype'),
    url('../fonts/FiraSansExtraCondensed-Regular.otf')  format('opentype'),
    url('../fonts/FiraSansExtraCondensed-Regular.svg#FiraSansExtraCondensed-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'FiraSansExtraCondensed-Italic';
    src: url('../fonts/FiraSansExtraCondensed-Italic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/FiraSansExtraCondensed-Italic.woff') format('woff'),
    url('../fonts/FiraSansExtraCondensed-Italic.ttf')  format('truetype'),
    url('../fonts/FiraSansExtraCondensed-Italic.otf')  format('opentype'),
    url('../fonts/FiraSansExtraCondensed-Italic.svg#FiraSansExtraCondensed-Italic') format('svg');
    font-weight: normal;
    font-style: normal;
  }
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: 10px 15px 10px 15px;
    border: 1px solid #acacac;
    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: 150px;
    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"] {
    width: auto;
    height: auto;
    color: #fff;
    margin: 0 0 20px 0;
    padding: 10px 20px 10px 20px;
    border: 1px solid #acacac;
    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: #fff;
}
:-moz-placeholder {
    color: #fff;
    opacity: 1;
}
::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
:ms-input-placeholder {
    color: #fff;
}
html {
    /*height: 100%;*/
}
body {
    font-family: 'arial', 'georgia', 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-xs-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;*/
}
#wrapper-page1 {
    position: relative;
    overflow: hidden;
    /*min-height: 100%;
    height: 100%;
    height: auto !important;*/
    /*margin: 0 auto -120px;
    border-bottom: 120px solid transparent;*/
}
.main-pageB{
    background: #fff;
}
.main_page{
    overflow: hidden;
    position: relative;
}
/* --------------------------------------------
    Header
-------------------------------------------- */
#header {
    display: block;
    clear: both;
    position: relative;
    background-color: #fff;
    /*height: 120px;*/
}
#header a.logo {
    display: inline-block;
    margin: 15px 0 15px 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 {
    display: block;
    position: relative;
    margin: 0 0 0 0;
    padding: 28px 0 27px 0;
    z-index: 999;
    font-size: 0;
}
#header .nav > li {
    display: inline-block;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    list-style: none;
    background: none;
}
#header .nav > li > a {
    display: block;
    color: #000;
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 0 0;
    padding: 10px 23px 10px 23px;
    -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-family: 'FiraSansExtraCondensed-Bold';
    letter-spacing: 1px;
    text-transform: uppercase;
}
#header .nav > li > a.active, #header .nav > li > a:hover {
    color: #ffb50b;
}
.b_color{
    background-color: #ffb50b !important;
    border-radius: 50px;
    -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;
}
.b_color:hover{
    background-color: #f8cd7d !important;
}

.navbar-default {
    background: transparent;
    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: 40px;
    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: #ffb50b;
}
.navbar-default .navbar-toggle.collapsed .icon-bar {
    background-color: #000;
}
/* --------------------------------------------
    Banner
-------------------------------------------- */
#banner {
    position: relative;
    background-color: #000
}
#banner  img{
    opacity: .6;
}
.pnone{
    pointer-events: none;
}
.pall{
    pointer-events: all;
}
.parallax-s {
  opacity: 0;
}
.paralax-s-loaded {
  opacity: 1
}
.slickslider, .slick-list, .slick-track {
    height: 100%;
 }
 .home_page #banner{
     background: #000;
 }
 .home_page #banner img{
     opacity: 100;
 }
 .text_banner h1{
     font-size: 60px;
     line-height: 70px;
     font-family: 'FiraSansExtraCondensed-Bold';
     color: #fff;
 }
/*#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;
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 15px;
}
#content1{
    position: relative;
    background-color: #fff;
}
.holzbau_i {
    position: relative;
    display: block;
    background: #000;
    height: auto;
}
.holzbau_i a {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    width: 100%;
    height: 100%;
}
.holzbau_i img {
    opacity: 1;
    border: 1px transparent;
    position: relative;
    z-index: 9;
    -webkit-transition: transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    -ms-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
}
.holzbau_i:hover img {
    transform: scale(1.1)!important;
    opacity: .2;
}
.holzbau_i:hover h1{
    color: #fff;
}
.text_img {
    color: #fff;
}
.text_img h1 {
    font-size: 100px;
    line-height: 100px;
    font-family: 'FiraSansExtraCondensed-Bold';
    color:#ffb50b;
    letter-spacing: 2px;
}
.logo_i {
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center;
    left: 0;
    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;
}
.holzbau_i:hover .logo_i {
    bottom:10%;
    opacity: 1;
    position: relative;
    -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;

}
.holzbau_i:hover .logo_i img {
    opacity: 1 !important;
}
.pabsolutei {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    z-index: 99;
}
.text_diensb{
    background-color: #f0f0f0;
    padding: 30px 50px ;
    height: 100%;
    /*min-height: 650px;*/
}
.text_ub{
    /*min-height: 550px;*/
}
.text_diensb h2{
    color: #e6e6e6;
    font-size: 50px;
    line-height: 60px;
    font-family: 'FiraSansExtraCondensed-Bold';
    margin-bottom: 40px;
}
.text_gb h2{
    margin-bottom: 20px !important;
}
.text_diensb h6{
    font-size: 36px;
    line-height: 46px;
    font-family: 'FiraSansExtraCondensed-Bold';
}
.text_diensb p{
    font-size: 18px;
    line-height: 28px;
    font-family: 'FiraSansExtraCondensed-Regular', sans-serif;
    color: #5d5748;
}
.mehr{
    font-size: 16px;
    position: relative;
    display: inline-block;
    line-height: 26px;
    border:1px solid #5d5748;
    border-radius:50px;
    color: #5d5748;
    padding:10px 30px;
    font-family: 'FiraSansExtraCondensed-Bold';
    margin: 20px 0;
    letter-spacing: 2px;
    -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;
}
.text_gb .mehr{
    position: relative;
    display: inline-block;
    margin-top: 20px;
}
.mehrb .mehr{
    margin-right: 30px;
}
.text_ub .mehr{
    position: relative;
    display: inline-block;
    margin-top: 50px;
}
.mehr:hover{
    background-color: #ffb50b;
    border: 1px solid #ffb50b;
}
.padding_b{
    padding-left: 15px !important;
    padding-right: 15px !important;
    /*padding-top: 15px !important;*/
}
.imgheight2 a, .imgheight3 a, .imgheight1 a{
    position: relative;
    display: block;
    margin-bottom: 0;
}
.text_gb{
    min-height: auto !important;
}
.imgheight2{
    background-color: #000;
}
.imgheight2 img{
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.imgheight2:hover img {
    opacity: 0.6;
}
.imgheight3, .imgheight1{
    background-color: #000;
}
.imgheight3 img, .imgheight1 img{
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.imgheight3:hover img, .imgheight1:hover img {
    opacity: 0.6;
}
.galery_height{
    /*min-height: 800px;*/
    /*height: 800px;*/
}
.imgheight3 img, .imgheight1 img{
    margin-top: 0 !important;
    margin-left: 0 !important;
}
.m_img img{
    margin-bottom: 20px;
}
.mehr_d{
    font-size: 16px;
    position: relative;
    display: inline-block;
    line-height: 26px;
    border:1px solid #000;
    border-radius:50px;
    color: #000;
    padding:10px 25px;
    font-family: 'FiraSansExtraCondensed-Bold';
    margin: 60px 0 40px 0;
    letter-spacing: 2px;
    -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;
}
.mehr_d:hover{
    background-color: #f8d179;
    border: 1px solid #f8d179;
}
.tab-content{
    position: relative;
    display: block;
    padding-left: 30px !important;
}
.tab-content::after{
    left: 0;
    position: absolute;
    top: 15px;
    height: 95%;
    width: 1px;
    content: "";
    background-color: #f5f5f5;
}
.tab-content p{
    font-size: 18px;
    line-height: 28px;
    font-family: 'FiraSansExtraCondensed-Regular', sans-serif;
    color: #000
}
.text_uberuns h3{
    font-size: 36px;
    line-height: 46px;
    font-family: 'FiraSansExtraCondensed-Bold';
    color: #ffb50b;
    letter-spacing: 2px;
    padding-top: 50px;
    padding-bottom: 30px;
}
.text_uberuns p{
    font-size: 18px;
    line-height: 28px;
    font-family: 'FiraSansExtraCondensed-Regular', sans-serif;
    color: #000;
}
.text_kontakt h3{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.text_kontakt a{
    display: inline-block !important;
    -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;
}
.text_kontakt a:hover{
    color: #ffb50b;
}
.text_kontakt p{
    padding-bottom: 20px !important;
}
.text_kontakt p:last-child{
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
.map {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -o-border-radius: 30px;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 415px;
}
.map iframe{
    width: 100%;
    height: 100%;
}
.m_map{
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.text_h h6{
    color: #ffb50b;
}
.text_hover h6{
    font-size: 24px;
    line-height: 34px;
    color: #ffb50b;
    font-family: 'FiraSansExtraCondensed-Bold';
    letter-spacing: 2px;
    margin-bottom: 0;
}
.right_height:hover .pabsoluteh{
    opacity: 1;
}
.pabsoluteh {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 0;
}
.imgheight2{
    width: 100%;
    height: 100%;
}
.imgheight2 a {
    position: relative;
    display: block;
    margin-bottom: 0;
    width: 100%;
    height: 100%;
}
.img_slick a{
    position: relative;
    display: block;
    margin-bottom: 0;
}
.img_slick{
    background-color: #000;
    position: relative;
}
.img_slick img{
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.img_slick:hover img {
    opacity: 0.4;
}
.img_slick:hover .pabsoluteh{
    opacity: 1;
}
.text_hover p{
    font-size: 24px;
    line-height: 34px;
    color: #ffb50b;
    font-family: 'FiraSansExtraCondensed-Italic';
}
.sliderpadd{
    position: relative;
    display: block;
    padding: 0 15px;
}
.text_dienh{
    background-color: #f0f0f0;
    //height: 350px;
}
.text_dienh h2{
    font-size: 60px;
    line-height: 70px;
    color: #e6e6e6;
    font-family: 'FiraSansExtraCondensed-Bold';
    text-align: center;
}
.img_m img{
    margin-bottom: 20px;
}
.text_jobs h4{
    font-size: 36px;
    line-height: 46px;
    color: #ffb50b;
    font-family: 'FiraSansExtraCondensed-Bold';
    margin-bottom: 0;
    letter-spacing: 2px;
}
.text_jobs h6{
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 1px;
    font-family: 'FiraSansExtraCondensed-Italic';
}
.text_jobs p{
    font-size: 18px;
    line-height: 28px;
    color: #5d5748;
    margin-bottom: 0;
    font-family: 'FiraSansExtraCondensed-Regular';
}
.pabsolute2 {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 0;
    background: rgba(0, 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;
}
.grid-item {
    position: relative;
    display: block;
}
.grid-item a {
    display: block;
    margin-bottom: 0;
}
.grid-item:hover .pabsolute2 {
    opacity: 1;
    background: rgba(0, 0, 0, 0.8);
}
.pabsolute2 img {
    opacity: 1 !important;
}
.text_hoverref{
    padding: 20px 35px;
}
.nrOfSlides{
    color: #000;
    margin: 0 auto;
    overflow: visible;
    font-size: 18px;
    line-height: 28px;
    font-family: 'FiraSansExtraCondensed-Regular', sans-serif;
    display: inline-flex;
    position: relative;
    bottom: 0px;
    left: 45px;
}
.nrOfSlides p
{
    font-size: 18px;
    line-height: 28px;
    font-family: 'FiraSansExtraCondensed-Regular', sans-serif;
}
.slick-line
{
    color: #000;
    padding: 0 5px 0 5px;
    font-size: 35px !important;
    line-height: 1;
}
.currnet-slick-slide
{
    color: #ffb50b;
    margin-top: -10px;
}
.total-slick-slide
{
    margin-top: 10px;
}
.rightslider_height
{
    min-height: 330px;
}
.txt_slidern {
    position: relative;
    display: block;
    padding: 0 0 20px 0;
}
.txt_slidern h5{
    color: #ffb50b;
    font-size: 36px;
    line-height: 46px;
    font-family: 'FiraSansExtraCondensed-Bold';
    letter-spacing: 2px;
}
.txt_slidern p{
    font-size: 18px;
    line-height: 28px;
    font-family: 'FiraSansExtraCondensed-Regular', sans-serif;
}
.text_hoverref{
    padding: 20px 35px;
}
.text_hoverref h5{
    font-size: 24PX;
    line-height: 34px;
    font-family: 'FiraSansExtraCondensed-Bold';
    color: #ffb50b;
}
.text_hoverref p{
    font-size: 18px;
    line-height: 28px;font-family: 'FiraSansExtraCondensed-Regular';
    color:#fff;
}
.a_indexh a{
    display: block;
    margin-bottom: 0px;
}
.slickslider_number-arrows {
    padding: 0;
    margin: 0;
}
.slickslider_number-arrows .next {
    bottom: 0px;
    position: relative;
    background: url('../images/next3.png') no-repeat 0px center;
    width: 30px;
    left: 15px;
    list-style-type: none;
    width: 30px;
    height: 25px;
    padding: 0;
    margin: 0;
    display: inline-block;
}
.slickslider_number-arrows .prev {
    bottom: 0px;
    position: relative;
    background: url(../images/prev3.png) no-repeat 0px center;
    left: -115px;
    list-style-type: none;
    width: 30px;
    height: 25px;
    padding: 0;
    margin: 0;
    display: inline-block;
}

/*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: 15px 25px;
    margin: 2px 0 0 0;
    color: #505050;
    font-size: 26px;
    line-height: 36px;
    text-align: center;
    letter-spacing: 2px;
    font-family: 'FiraSansExtraCondensed-Regular', sans-serif;
    -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: #f5f5f5;
    color: #ffb50b;
    border-radius:50px;
    font-family: 'FiraSansExtraCondensed-Bold';
}
.tab_listul {
    display: block;
    padding: 0;
    padding-right: 15px;
}
.tab_listul li {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
}
.tab_listul li a {
    display: block;
    padding: 15px 25px;
    margin: 2px 0 0 0;
    color: #505050;
    border-bottom: 1px solid #f5f5f5;
    font-size: 26px;
    line-height: 36px;
    text-align: left;
    letter-spacing: 2px;
    font-family: 'FiraSansExtraCondensed-Regular', sans-serif;
    -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_listul li:last-child a{
 border-bottom: none;
}
.tab_listul li:hover a {
    background: #f5f5f5;
    color: #ffb50b;
    border-radius:50px;
}
.tab_listul li.active a {
    background: #f5f5f5;
    color: #ffb50b;
    border-radius:50px;
    font-family: 'FiraSansExtraCondensed-Bold';
}
.tab_listul1 {
    display: block;
    padding: 0;
    padding-right: 0px;
    text-align: center;
    margin: 50px 0 35px 0;
}
.tab_listul1 li {
    display: inline-block;
    padding: 0;
    margin: 0;
    list-style: none;
}
.tab_listul1 li a {
    display: block;
    padding: 15px 25px;
    margin: 0px 0 0 0;
    color: #505050;
    border-bottom: none;
    font-size: 26px;
    line-height: 36px;
    text-align: left;
    letter-spacing: 2px;
    font-family: 'FiraSansExtraCondensed-Regular', sans-serif;
    -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_listul1 li:hover a {
    background: #f5f5f5;
    color: #ffb50b;
    border-radius:50px;
}
.tab_listul1 li.active a {
    background: #f5f5f5;
    color: #ffb50b;
    border-radius:50px;
    font-family: 'FiraSansExtraCondensed-Bold';
}
.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;
}
/* --------------------------------------------
    Footer
-------------------------------------------- */
#footer {
    position: relative;
    padding: 0px 30px 30px 30px;
}
.c_footer{
    background-color: #f5f5f5;
    padding: 30px 40px;
}
#footer .navf {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}
#footer .navf > li {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
    background: none;
}
#footer .navf > li:first-child a::after{
    display: none;
}
#footer .navf > li > a {
    color: #242424;
    font-size: 15px;
    line-height: 25px;
    padding: 0 0 0 0;
    position: relative;
    margin: 0 0 0 0;
    letter-spacing: 2px;
    padding: 0 15px;
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-weight: 400;
    -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:hover > a, #footer .navf > li.active  > a{
    color: #ffb50b;
}
.text_footer span{
    padding: 0 15px;
}
#footer .navf > li > a:after{
    position: absolute;
    content:"";
    width: 1px;
    height: 15px;
    top: 3px;
    left: 0px;
    background-color: #000;
}
#footer .design_by {
    margin: 0;
    padding: 0;
    display: inline-block;
    float: 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 .social {
    margin: 0;
    padding: 0;
    text-align: right;
    float: right;
    right: 45px;
    top: 2px;
    display: inline-block;
    position: relative;
}
#footer .social li {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
    background: none;
}
#footer .social li a{
    display: block;
    font-size: 20px;
    color: #000;
    margin-bottom: 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 .social li a:hover{
    color: #ffb50b;
}
.text_footer p{
    display: inline-block;
    margin-bottom: 0px;
    font-size: 15px;
    color:#000;
    line-height: 25px;
    font-family: 'FiraSansExtraCondensed-Regular', sans-serif;
}
.text_footer a{
    display: inline-block;
    -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;
}
.text_footer a:hover{
    color:#ffb50b;
}
/* --------------------------------------------
    Media screen
-------------------------------------------- */
/*   MD   1600<    */
@media only screen and (max-width : 1600px) {
    .text_uberuns h3 {
        font-size: 30px;
        line-height: 40px;
        padding-top: 30px;
        padding-bottom: 10px;
    }
    
}
/*   MD   1400<    */
@media only screen and (max-width : 1400px) {
    .text_img h1 {
        font-size: 80px;
        line-height: 90px;
    }
    .text_diensb {
        padding: 20px 30px 20px 30px;
        /*min-height: 500px;*/
    }
    .text_ub{
        /*min-height: 500px;*/
    }
    .text_diensb h2 {
        font-size: 35px;
        line-height: 45px;
        margin-bottom: 30px;
    }
    .text_diensb h6 {
        font-size: 26px;
        line-height: 36px;
    }
    .text_diensb p {
        font-size: 15px;
        line-height: 25px;
    }
    .slickslider1 .slick-dots {
        bottom: 25px;
        width: 35%;
        right: -78px;
    }
    #footer .navf > li > a {
        font-size: 13px;
        line-height: 23px;
    }
    .text_footer p {
        font-size: 13px;
        line-height: 23px;
    }
    .text_footer span {
        padding: 0 10px;
    }
    #footer .navf > li > a:after {
        height: 13px;
        top: 2px;
        left: -5px;
    }
    .tab-content p {
        font-size: 16px;
        line-height: 26px;
    }
    .text_uberuns p {
        font-size: 14px;
        line-height: 24px;
    }
    .text_uberuns h3 {
        font-size: 30px;
        line-height: 40px;
        padding-top: 30px;
        padding-bottom: 10px;
    }
    .text_banner h1 {
        font-size: 50px;
        line-height: 60px;
    }
    .map {
        height: 380px;
    }
    .text_jobs h4 {
        font-size: 25px;
        line-height: 35px;
    }
    .text_jobs h6 {
        font-size: 16px;
        line-height: 26px;
    }
    .text_jobs p {
        font-size: 15px;
        line-height: 25px;
    }
    .text_hoverref {
        padding: 10px 15px;
    }
    .text_hoverref h5 {
        font-size: 18PX;
        line-height: 28px;
        margin-bottom: 10px;
    }
    .text_hoverref p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 0;
    }
    .txt_slidern p {
        font-size: 14px;
        line-height: 24px;
    }
}
/*   MD   1200<    */
@media only screen and (max-width : 1200px) {
    .text_img h1 {
        font-size: 60px;
        line-height: 70px;
    }
    .text_diensb {
        padding: 20px;
        /*min-height: 450px;*/
    }
    .text_ub{
        /*min-height: 350px !important;*/
    }
    .text_diensb h2 {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 20px;
    }
    .text_diensb h6 {
        font-size: 20px;
        line-height: 30px;
    }
    .slickslider1 .slick-dots {
        width: 30%;
        right: -12px;
        bottom: 10px;
    }
    #header .nav > li {
        padding: 5px 0px 5px 0px;
    }
    #header .nav > li > a {
        font-size: 14px;
        line-height: 24px;
        padding: 10px 15px 10px 15px;
    }
    .mehr{
        margin: 0 0 15px 0;
    }
    #footer .design_by {
        float: right;
    }
    #footer .social {
        right: 40px;
    }
    .mobile_footer{
        text-align: center;
    }
    .text_footer p {
        margin-bottom: 20px;
    }
    #footer .navf > li > a {
        margin-bottom: 20px;
        padding: 0 10px;
        letter-spacing: normal;
    }
    #footer .social li a {
        top: 4px;
        font-size: 20px;
        position: relative;
        padding: 0 15px 0 0;
    }
    .tab_listul li a {
        padding: 10px 15px;
        font-size: 18px;
        line-height: 28px;
    }
    .tab-content p {
        font-size: 14px;
        line-height: 24px;
    }
    .mehr_d {
        font-size: 14px;
        line-height: 24px;
        padding: 8px 20px;
        margin: 30px 0 10px 0;
    }
    .text_uberuns h3 {
        font-size: 25px;
        line-height: 35px;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .text_banner h1 {
        font-size: 40px;
        line-height: 50px;
        font-family: 'FiraSansExtraCondensed-Bold';
        color: #fff;
    }
    .map{
        height: 345px;
    }
    .text_kontakt p {
        padding-bottom: 10px !important;
    }
    .mehrb .mehr{
        margin-right: 20px;
    }
    .text_dienh h2 {
        font-size: 50px;
        line-height: 60px;
    }
    .tab_listul1 {
        margin: 20px 0 20px 0;
    }
    .tab_listul1 li a {
        padding: 10px 10px;
        font-size: 20px;
        line-height: 30px;
    }
    .txt_slidern h5 {
        font-size: 26px;
        line-height: 36px;
    }
    .txt_slidern p {
        font-size: 15px;
        line-height: 25px;
    }
    .text_hoverref p {
        font-size: 12px;
        line-height: 22px;
        margin-bottom: 0;
    }
    .pall img{
        width: 50px;
    }
    .text_hoverref {
        padding: 5px 15px;
    }
    #footer .social {
        top: -3px;
    }
    .text_footer span {
        padding: 0 5px;
    }
}
/*   SM   992<    */
@media only screen and (max-width : 992px) {
    #header .nav {
        padding: 23px 0 23px 0;
    }
    #header a.logo {
        margin: 10px 0 10px 0;
    }
    #header .nav > li > a {
        font-size:13px;
        line-height:23px;
        padding: 10px 8px;
    }
    #header .nav > li {
        display: inline-block;
        padding: 0;
    }
    body .eqmobilexs > div {
        display: block;
    }
    .text_img h1 {
        font-size: 45px;
        line-height: 55px;
    }
    .text_diensb {
        padding: 15px 20px 20px 20px;
        /*min-height: 350px;*/
        text-align: center;
    }
    .text_ub{
        /*min-height: 300px !important;*/
    }
    .text_diensb h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .text_diensb h6 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .text_diensb p {
        font-size: 13px;
        line-height: 23px;
    }
    .mehr {
        font-size: 12px;
        line-height: 22px;
        position: relative;
        padding: 5px 30px;
        margin: 0 0 15px 0;
    }
    .slickslider1 {
        margin-bottom: 20px;
        text-align: center;
    }
    .slickslider1 .slick-dots {
        bottom: inherit;
        width: auto;
        text-align: inherit;
        right: inherit;
        height: auto;
        display: inline-block !important
    }
    .text_ub .mehr {
        margin-top: 10px;
    }
    .galery_height {
        /*min-height: 600px;*/
        /*height: 600px;*/
    }
    .text_gb h2 {
        margin-bottom: 10px !important;
    }
    .list_footer{
        text-align: center;
    }
    .text_footer{
        text-align: center;
    }
    .text_footer p {
        margin-bottom: 10px;
    }
    .tab-content p {
        font-size: 12px;
        line-height: 22px;
    }
    .mehr_d {
        font-size: 12px;
        line-height: 22px;
    }
    .text_uberuns p {
        font-size: 12px;
        line-height: 22px;
    }
    .text_uberuns h3 {
        font-size: 20px;
        line-height: 30px;
    }
    .text_banner h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .text_kontakt p {
        padding-bottom: 0px !important;
        margin-bottom: 10px !important;
    }
    .m_map{
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    .map {
        height: 275px;
    }
    .text_gb .mehr {
        margin-top: 10px;
        margin-bottom: 0px;
        padding: 5px 20px;
    }
    .mehrb .mehr{
        margin-right: 3px;
        padding: 5px 10px;
    }
    .pl50 {
        /*padding-left: 15px !important;*/
    }
    .text_dienh h2 {
        font-size: 40px;
        line-height: 50px;
    }
    .pr20{
        /*padding-right: 0;*/
    }
    .pr20 {
        /*padding-right: 0px !important;*/
    }
    .text_jobs h4 {
        font-size: 20px;
        line-height: 30px;
    }
    .text_jobs p {
        font-size: 13px;
        line-height: 23px;
    }
    .logo img{
        width: 120px;
    }
    .tab_listul1 li a {
        font-size: 14px;
        line-height: 24px;
    }
    .txt_slidern {
        text-align: center;
        padding: 20px 0 10px 0;
    }
    .slickslider_number .slick-prev {
        right: -70px;
        bottom: 17px;
    }
    .slickslider_number .slick-next {
        right: -205px;
        bottom: 17px;
    }
    .slickslider_number-arrows {
        padding: 0;
        margin: 0;
        position: relative;
        top: -50px;
        left: 50px;
    }
    .forMaxSM .maxeight {
        height: auto !important;
    }
    .forMaxSMBig .setHigh {
        height: auto !important;
    }
    .forMaxSMBig .setHigh img {
        display: block !important;
        height: auto !important;
        width: 100% !important;
        margin-left: initial !important;
        margin-top: initial !important;
    }
    .pt30sm {
        padding-top: 30px !important;
    }
    .pr15sm {
        padding-right: 15px !important;
    } 
    .pl15sm {
        padding-left: 15px !important;
    }
}
/* XS from 768<  */
@media only screen and (max-width : 767px) {
    #header .nav {
        text-align: center;
        padding: 10px 0;
        margin-bottom: 0;
    }
    #header .nav > li {
        display: block;
        margin: 0;
    }
    #header .nav > li > a {
        display: block;
        padding: 5px 0 5px;
        font-size: 14px;
        line-height: 24px;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        position: absolute;
        left: -15px;
        top: -1px;
        right: -15px;
        background: #fff;
    }
    #wrapper-page1 {
        overflow: visible;
    }
    .text_img h1 {
        font-size: 35px;
        line-height: 45px;
        margin-bottom: 10px;
    }
    .holzbau_i img {
        width: 100px;
    }
    .logo_i {
        position: relative;
        width: 100%;
        opacity: 1;
    }
    .holzbau_i img {
        opacity: .4;
        margin-top : 0 !important;
    }
    .holzbau_i .logo_i img {
        opacity: 1 !important;
    }
    .b_color {
        border-radius: 50px;
        display: inline-block !important;
        padding: 0 25px !important;
    }
    .b_color a{
        display: inline-block !important;
    }
    #header .nav > li {
        margin: 0 0 0 0;
        padding: 0px 0 0px 0;
    }
    #header .nav > li > a {
        font-size: 12px;
        line-height: 22px;
    }
    .imgheight1 {
        /*height: 300px !important;*/
    }
    .text_diensb {
        padding: 15px 15px 20px 15px;
        min-height: inherit !important;
        height: auto !important;
        text-align: center;
    }
    .text_gb{
        min-height: inherit !important;
        height: auto !important;
    }
    .galery_height{
        min-height:  inherit !important;
        height: auto !important;
    }
    .right_height {
        height: auto !important;
    }
    .two_g {
        height: auto !important;
    }
    .imgheight3 {
        /*height: 250px !important;*/
    }
    .text_diensb h2 {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 10px;;
    }
    .text_diensb h6 {
        font-size: 16px;
        line-height: 26px;
    }
    .text_diensb p {
        font-size: 12px;
        line-height: 22px;
    }
    .mehr {
        font-size: 14px;
        position: relative;
        line-height: 24px;
        border-radius: 50px;
        padding: 5px 20px;
        display: inline-block;
        margin: 20px 0 0 0;
    }
    .pl30 {
        /*padding-left: 15px !important;*/
    }
    .pr30{
        /*padding-right: 15px !important;*/
    }
    .padding_b{
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    .text_ub .mehr {
        margin-top: 0px;
    }
    .text_h  .mehr {
        margin-top: 10px;
        margin-right: 0px;
    }
    .text_gb h2 {
        margin-bottom: 0px !important;
    }
    .mobile_m{
        margin-bottom: 0px;
        padding-bottom: 0 !important;
    }
    .text_footer p {
        display: block;
    }
    #footer {
        position: relative;
        padding: 0px 15px 15px 15px;
    }
    #footer .navf > li > a:after {
        height: 11px;
        top: 2px;
        left: -1px;
    }
    .text_footer p {
        margin-bottom: 0px;
    }
    .mobile_footer {
        padding-top: 10px;
    }
    .c_footer {
        padding: 15px 15px;
    }
    .tab-content {
        text-align: center;
        padding-left: 15px !important;
    }
    .tab-content  p{
        margin-bottom: 10px;
    }
    .mehr_d {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .tab_listul li a {
        font-size: 16px;
        text-align: center;
        line-height: 26px;
        display: inline-block;
        padding: 8px 20px;
    }
    .tab_listul{
        text-align: center;
        padding-right: 0px !important;
    }
    .slickslider2 .slick-next {
        right: 0px;
        opacity: 0.8;
    }
    .slickslider2 .slick-prev {
        left: 0px;
        opacity: 0.8;
    }
    .text_uberuns{
        text-align: center;
    }
    .text_uberuns h3 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .text_banner h1 {
        font-size: 25px;
        margin-bottom: 0px;
        line-height: 35px;
    }
    .text_kontakt p:last-child {
        padding-bottom: 0 !important;
        margin-bottom: 10px !important;
    }
    .color_dots .slick-dots {
        position: relative;
        bottom: 0;
        width: 100%;
        right: 0%;
        display: inline-block;
        margin-right: 0;
    }
    .pabsoluteh{
        opacity: 1;
    }
    .imgheight2 img {
        opacity: .6;
    }
    .slickslider3 .slick-prev {
        left: 0px;
    }
    .slickslider3 .slick-next {
        right: -22px;
    }
    .imgheight1h img {
        opacity: .6;
    }
    .imgheight1h{
        display: block;
        height: auto !important;
    }
    .text_hover h6 {
        font-size: 20px;
        line-height: 30px;
    }
    .text_hover p {
        font-size: 18px;
        line-height: 28px;
    }
    .text_dienh {
        //height: 250px;
        margin-top: 30px;
    }
    .text_dienh h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .pl50{
        /*padding-left: 0px !important;*/
    }
    .pr20{
        /*padding-right: 0px !important;*/
    }
    .imgheight1h img{
        margin-bottom: 0px;
    }
    .mobile_p{
        padding-bottom: 0 !important;
    }
    .text_jobs{
        text-align: center;
        padding-bottom: 15px;
    }
    .img_m img{
        margin-bottom: 15px;
    }
    .nrOfSlides {
        bottom: inherit;
        left: 0;
        top: 0;
        width: 100%;
        text-align: center;
        display: block;
    }
    .nrOfSlides p {
        display: inline-block;
    }
    .slickslider_number {
        height: auto !important;
        padding-bottom: 10px;
    }
    .slick-line {
        font-size: 18px !important;
    }
    .slickslider_number .slick-prev {
        right: inherit;
        left: 100px;
        bottom: -50px;
    }
    .slickslider_number .slick-next {
        right: 80px;
        bottom: -50px;
    }
    .padding_b1{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .rightslider_height {
        min-height: auto;
    }
    .txt_slidern h5 {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 10px;
    }
    .txt_slidern p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 5px;
    }
    .text_uberuns p {
        margin-bottom: 10px;
    }
    .pabsolute2 {
        opacity: 1;
        background: rgba(0, 0, 0, 0.4);
    }
    .pall img{
        width: 40px;
    }
    .slickslider_number-arrows {
        position: relative;
        top: -50px;
        left: 50px;
    }
    .img_slick img {
        opacity: 0.8;
    }
}
/* XS from 500<  */
@media only screen and (max-width : 500px) {
    .fancybox-margin { margin-right: 0px !important; }

}
/*   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   1600>    */
@media (min-width: 1600px){

}
