/* --------------------------------------------
    TYPOGRAPHY
-------------------------------------------- */
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,600,700');
@font-face {
  font-family: 'Roboto-Thin';
src: url('../fonts/Roboto-Thin.eot?#iefix') format('embedded-opentype'),  
  url('../fonts/Roboto-Thin.woff') format('woff'), 
  url('../fonts/Roboto-Thin.ttf')  format('truetype'), 
  url('../fonts/Roboto-Thin.svg#FuturaStd') 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;*/
}
/* --------------------------------------------
    Header
-------------------------------------------- */
#header {
    display: block;
    clear: both;
    position: relative;
    background: #fff;
    border-bottom: 1px solid #9f9f9f;
    /*height: 120px;*/
}
.kontakt_h {
    right: 0;
    top: 0;
    width: 120px;
    background-color: #ff261d;
    text-align: center;
    float: right;
}
.kontakt_h i{
    font-size: 30px;
    padding-top: 20px;
    padding-bottom:15px;
}
.kontakt_h p{
    font-size: 16px;
    line-height: 26px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    margin-bottom: 0px;
}
.kontakt_h a{
    color: #fff;
    display: block;
    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;
}
.kontakt_h a:hover{
    background-color: #f7625c;
    color: #000;
}
#header a.logo {
    display: inline-block;
    margin:10px 0;
    padding: 0 0 0 0;
}
#header a.logo img {
    display: inline-block;
    margin: 0 0 0 0;
    padding: 0 0 0px 0;
}
#header .nav {
    display: block;
    position: relative;
    margin: 0 0 0 0;
    padding: 40px 0 0px 0;
    z-index: 999;
    font-size: 0;
    text-align: center;
}
#header .nav > li {
    display: inline-block;
    margin: 0 4px 0 4px;
    padding: 0 5px 0 5px;
    list-style: none;
    background: none;
    position: relative;
}
#header .nav > li > a {
    display: block;
    color: #000;
    font-size: 15px;
    line-height: 24px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    font-family: 'Source Sans Pro', 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;
}
#header .nav > li.active > a, #header .nav > li:hover  > a{
    color: #ff271d;
}
.navbar-default {
    background: transparent;
    border: 0 none;
    border-radius: 0px;
    margin-bottom: 0px;
    min-height: inherit;
    position: relative;
    text-align: right;
    z-index: 99;
}
#header .nav > li > ul {
    display: none;
    padding: 20px 20px 20px 20px;
    position: absolute;
    background: #fad3d2;
    width: 220px;
    opacity: 1;
    left: -15px;
}
#header .nav > li > ul > li {
     list-style: none;
    text-align: left;
    position: relative;
    height: auto;
    display: block;
}
#header .nav > li > ul > li > a {
    font-size: 14px;
    line-height: 24px;
     font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    display: block;
    margin: 0 0 0 0;
    padding: 5px 5px 5px 0px;
    position: relative;    
    color: #000;
    -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:first-child > a{
    border-top: none;
}
#header .nav > li > ul > li:hover > a,
#header .nav > li > ul > li.active > a {
    color: #ff271d;
    padding-left: 15px;
}
#header .nav > li:hover > ul{
    display: block;
}
.mobile-menu-js #header .nav > li > ul > li > a{
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
     font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    margin: 0 0 0 0;
    padding: 5px 0 5px 0;
    color: #0b0b0b;
    -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:after{
    position: absolute;
    content: "";
    width: 11px;
    height: 1px;
    left: 0px;
    top: 15px;
    background: url(../images/a-right.png) no-repeat;
    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;
}
#header .nav > li > ul > li:hover > a:after, 
#header .nav > li > ul > li.active > a:after {
    opacity: 1;
}
.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: 45px;
    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: #ff261d;
}
.navbar-default .navbar-toggle.collapsed .icon-bar {
    background-color: #000;
}
/* --------------------------------------------
    Banner
-------------------------------------------- */
#banner{
    position: relative;
}
.homebanner .slickslider, .homebanner .slick-list, .homebanner .slick-track {
   height: 100%;
} 
.homebanner .slick-slide {
   overflow: hidden;
}
.text-banner h1{
    font-size: 68px;
    line-height: 48px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
}
.text-banner h2{
    font-size: 48px;
    line-height: 58px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    letter-spacing: 8px;
}
.full-img .slickslider, .full-img .slick-list, .full-img .slick-track {
   height: 100%;
}
.full-img .slick-slide {
   overflow: hidden;
}
.pnone {
    pointer-events: none;
}
.pall {
    pointer-events: all;
}
.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;
}
.p-content{
    background-color: #fff !important;
    padding: 100px 0;
}
.pabsoluteHeight
{
    padding: 80px 0;
}
.b-content{
    background-color: #737373;
}
.b-content img{
    opacity: 0.6;
}
.text-content {
    color: #fff;
    vertical-align: middle;
}
.text-content h3{
    font-size: 45px;
    line-height: 55px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    margin-bottom: 0;
}
.img_content{
    position: relative;
    display: block;
    color: #fff;
    overflow: hidden;
    background: #000;
}
.img_content img{
    opacity: 0.7;
    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;
}
.img_content:hover img{
    opacity: .3;
    transform: scale(1.1, 1.1);
   -ms-transform: scale(1.1, 1.1);
   -webkit-transform: scale(1.1, 1.1);
}
.img_angebotz a{
    display: block;
    overflow: hidden;
    margin-bottom: 0;
}
.img_angebotz{
    position: relative;
    display: block;
    color: #fff;
    overflow: hidden;
    background: #000;
}
.img_angebotz img{
    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;
}
.img_angebotz:hover img{
    opacity: 1;
    transform: scale(1.1, 1.1);
   -ms-transform: scale(1.1, 1.1);
   -webkit-transform: scale(1.1, 1.1);
}
.text-content h4{
    font-size: 36px;
    line-height: 46px;
     font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
}
.number-b{
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 40px;
    padding: 30px;
    margin-bottom: 20px;
}
.number-b h2{
    font-size: 70px;
    line-height: 80px;
     font-family: 'Roboto-Thin';
    color: #fff;
    margin-bottom: 0;
}
.text-number p{
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
}
.text-number strong{
    color: #ff261d;
}
.text-hover {
    padding: 0 45px;
}
.text-hover h6{
    font-size: 35px;
    line-height: 45px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
}
.text-hover p{
    font-size: 18px;
    line-height: 30px;
     font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
}
.b_colorc{
    background-color: #f2f2f2;
    padding: 80px 0 120px 0;
}
.b_colorh{
    background-color: #f2f2f2;
    padding: 80px 0 80px 0;
}
.text_uberuns h5{
    font-size: 35px;
    line-height: 45px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    color: #333333;
}
.text-installation h5{
    padding-top: 20px;
    padding-bottom: 30px;
    margin-bottom: 20px;
}
.text_z h5{
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.text_z h6{
    font-size: 25px;
    line-height: 35px;
    padding-bottom: 30px;
    margin-bottom: 20px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300 !important;
}
.text_uberuns h6{
    font-size: 28px;
    line-height: 38px;
     font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    color: #333333;
}
.text_uberuns p, 
.text_uberuns ul li {
    font-size: 16px;
    line-height: 26px;
    list-style: none;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
}
.text_uberuns ul li::before {
      content: "\2022";
      color: #ff271d;
      font-weight: bold;
      display: inline-block; 
      width: 1em;
      margin-left: -1em;
}
.text_uberuns a {
    font-size: 16px;
    line-height: 26px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    color: #ff271d;
    /*border: 1px solid #ff271d;*/
}
.mehr {
    font-size: 16px;
    line-height: 26px;
     font-family: 'Source Sans Pro', sans-serif;
     font-weight: 400;
     border: 1px solid #333;
     margin-top: 60px;
     position: relative;
     border-radius: 25px;
     display: inline-block;
     padding: 10px 45px;
      -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_z p:first-child{
    margin-bottom: 0 !important;
}
.mehr:hover{
    background: #ff271d;
    color: #fff;
    border: 1px solid #ff271d
}
.img-shadow {
    position: relative;
    z-index: 99;
}
.img-shadow:before{
    position: absolute;
    content: "";
    border: 2px solid #fff;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    background: transparent;
}
.img-shadow:after{
    position: absolute;
   content: "";
   z-index: -1;
   bottom: -50px;
   margin: 0 auto;
   top: 0;
   left: 0;
   right: 0;
   background: url(../images/shadow.png) no-repeat bottom center;
   -moz-background-size: 100% 120px;
   background-size: 100% 120px;
}
.mehr_z{
    color: #ff271d;
    display: inline-block;
    border-bottom: 1px solid #ff271d;
}
.text-installation a{
    display: inline-block;
    margin-right: 20px;
}
.text-installation img{
    margin-top: 20px;
}
.logo-bg{
   background-color: #fff;
   border: 1px solid #e8e8e8;
   height: 200px;
   padding: 0 10px;
   margin:15px 0 15px 0px;
   -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;
}
.logo-bg img {
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
    filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
    -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;
}
.logo-p a{
    position: relative;
    display: block;
}
.logo-bg:hover {
    -ms-transform: scale(1.020);
    -webkit-transform: scale(1.020);
    transform: scale(1.020);
    -webkit-box-shadow: 1px 1px 16px 1px rgba(254,148,148,1);
    -moz-box-shadow: 1px 1px 16px 1px rgba(254,148,148,1);
    box-shadow: 1px 1px 16px 1px rgba(254,148,148,1);
}
.logo-bg:hover img {
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(0); /* Google Chrome, Safari 6+ & Opera 15+ */
    filter: grayscale(0); /* Microsoft Edge and Firefox 35+ */
}
.pabsolute1 {
   display: block;
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   margin: 0;
   padding: 20px 50px;
   -webkit-transition: all 0.7s linear;
   -moz-transition: all 0.7s linear;
   -o-transition: all 0.7s linear;
   -ms-transition: all 0.7s linear;
   transition: all 0.7s linear;
}
.img-uberuns {
    position: relative;
    display: block;
}
.img-uberuns:hover .pabsolute2 {
    opacity: 1;
    top: 0;
    background: rgba(255, 38, 29, 0.6);
}
.pabsolute2 {
   display: block;
   position: absolute;
   left: 0;
   top: 100%;
   width: 100%;
   height: 100%;
   margin: 0;
   padding: 20px 30px;
   background: rgba(255, 38, 29, 0.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;
}
.text-uberuns h6 {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
}
.text-uberuns p {
    font-size: 14px;
    line-height: 24px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    color: #fff;
}
.img_installationen {
   background-color: #000;
   position: relative;
   display: block;
}
.img_installationen img {
   opacity: .8;
}
.img_installationen .headerhover {
   -webkit-transition: all 0.7s linear;
   -moz-transition: all 0.7s linear;
   -o-transition: all 0.7s linear;
   -ms-transition: all 0.7s linear;
   transition: all 0.7s linear;
   color: #fff;
}
.text_hover1 {
   opacity: 0;
   position: absolute;
   bottom: -100%;
   left: 0;
   -webkit-transition: all 0.7s linear;
   -moz-transition: all 0.7s linear;
   -o-transition: all 0.7s linear;
   -ms-transition: all 0.7s linear;
   transition: all 0.7s linear;
   color: #fff;
}
.img_installationen:hover .text_hover1 {
   opacity: 1;
   bottom: 0;
   position: relative;
}
.img_installationen:hover .pabsolute1 {
   background-color: #ff251c;
}
.text-angebot h3{
    font-size: 32px;
    line-height: 40px;
    font-family: 'Source Sans Pro', sans-serif;
     font-weight: 400;
}
.text-angebot p{
    font-size: 16px;
    line-height: 26px;
    font-family: 'Source Sans Pro', sans-serif;
     font-weight: 400;
}
.text-aktuelles h5{
    font-size: 36px;
     padding-top: 100px;
    line-height: 46px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    margin-bottom: 0;
}
.metallic_bg{
    background-color: #f2f2f2;
}
.text-aktuelles  h6{
    font-size: 28px;
    line-height: 38px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
}
.text-aktuelles p{
    font-size: 16px;
    line-height: 26px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
}
.opacity-img{
    background-color: #fff;
}
.opacity-img img{
    opacity: .8;
}
.text-kontakt{
    position: relative;
    display: block;
}
.text-kontakt p{
    position: relative;
    padding-left: 80px;
    }
.text-kontakt p:after{
    position: absolute;
    content: "";
    background:url(../images/icone-k.png) no-repeat;
    width: 60px;
    height: 60px;
    left: 0;
    top: 5px;
}
.text-kontakt{
    padding-top: 20px;
    border-top: 1px solid #d9d9d9;
}
.text-kontakt a{
    margin-bottom: 0 !important;
    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-kontakt a:hover{
    color: #ea4335;
}
.text-kontakt1 a{
    margin-bottom: 10px;
    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-kontakt1 a:hover{
    color: #ea4335;
}
.text-impressum {
    padding: 20px 0;
    text-align: center;
}
.text-impressum a{
    margin-bottom: 0px;

}
.map iframe{
    width: 100%;
    position: relative;
    display: block;
}
/*.b-content{
  background: url(../repository/b-content.jpg);
  background-repeat: no-repeat;
  background-size: auto;
  opacity: 0.7;
}*/
.backTransparent {
   background: transparent; 
}
/*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: inline-block;
    list-style: none;
    background: 0 none;
    padding: 0 20px 0 0;
}
.pdf li a {
    position: relative;
    display: inline-block;
    padding: 17px 0px 17px 65px;
    font-size: 16px;
    /* margin: 0 0 0 75px; */
    vertical-align: middle;
    line-height: 26px;
    font-family: 'Source Sans Pro', sans-serif;
     font-weight: 300;
    color: #333333;
    -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: "";
    width: 50px;
    height: 57px;
    top: 0px;
    position: absolute;
    font-family: 'FontAwesome';
    display: inline-block;
    vertical-align: middle;
    left: 0;
    margin: 0 0 0 0px;
    background: url(../images/pdf.png) no-repeat 0px top;
}
.pdf li a:hover {
    color: #ff261d;
}
.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;
    background-color: #fff;
    padding: 35px 0;
    border-top: 1px solid #f2f2f2;
}
.text-footer h6{
    font-size: 18px;
    line-height: 28px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    color: #282828;
}
.text-footer p{
    font-size: 16px;
    line-height: 26px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
}
.text-footer a{
    font-size: 16px;
    line-height: 26px;
    display: inline-block;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    -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: #ff271b;
}
#footer .navf {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}
.logof{
    display: block;
    margin-bottom: 40px;
}
#footer .navf > li {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    background: none;
}
.div2colum {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}
.div2colum1 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}
.logo-k a{
    display: inline-block;
    margin-bottom: 0;
}
.logo-k{
   margin-bottom: 5px;
}
#footer .navf > li > a {
    position: relative;
    color: #000;
    font-size: 16px;
    line-height: 26px;
    padding: 0 0 0 30px;
     font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    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:after{
    position: absolute;
    width: 15px;
    height: 1px;
    left: 0;
    top: 12px;
    background-color: #ff271b;
    content: "";
}
#footer .navf > li:hover > a, #footer .navf > li.active  > a{
    color: #ff271b;
}
#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);
}
/* --------------------------------------------
    Media screen
-------------------------------------------- */
/*   MD   1400<    */
@media only screen and (max-width : 1400px) {
    .text-hover h6 {
        font-size: 30px;
        line-height: 40px;
    }
    .text-hover p {
        font-size: 16px;
        line-height: 26px;
    }   
    #header .nav {
        padding: 30px 0 0px 0;
    }
    .kontakt_h p {
        font-size: 16px;
        line-height: 23px;
    }
    .kontakt_h i {
        font-size: 25px;
        padding-top: 15px;
        padding-bottom: 10px;
    }
    .pabsolute1 {
        padding: 20px 25px;
    }
    .text-angebot h3 {
        font-size: 30px;
        line-height: 40px;
    }
}
/*   MD   1200<    */
@media only screen and (max-width : 1200px) {
     #header .nav {
        text-align: left;
        padding: 40px 0 0 0;
    }
    #header .nav > li {
        margin: 0 0px 0 0px;
        padding: 0px 3px 0 3px;
        background: none;
    }
    #header .nav > li > a {
        font-size: 14px;
        line-height: 24px;
    }
    #header a.logo {
        margin: 22px 0 5px 0;
    }
    .kontakt_h i {
        font-size: 27px;
        padding-top: 15px;
        padding-bottom: 10px;
    }
    .kontakt_h p {
        font-size: 14px;
        line-height: 24px;
        font-family: 'Source Sans Pro', sans-serif;
        font-weight: 300;
        margin-bottom: 0px;
    }
    .text-banner h1 {
        font-size: 58px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .text-banner h2 {
        font-size: 35px;
        line-height: 45px;
        letter-spacing: 5px;
    }
    .logof {
        display: block;
        margin-bottom: 20px;
    }
    .text-content h3 {
        font-size: 30px;
        line-height: 40px;
    }
    .text-content h4 {
        font-size: 25px;
        line-height: 35px;
    }
    .number-b {
        padding: 20px;
        border-radius: 30px;
    }
    .number-b h2 {
        font-size: 50px;
        line-height: 60px;
        font-family: 'Roboto-Thin';
        color: #fff;
        margin-bottom: 0;
    }
    .text-number p {
        font-size: 14px;
        line-height: 24px;
    }
    .text-content {
        color: #fff;
        vertical-align: middle;
        padding-bottom: 20px;
    }
    .text-hover {
        padding: 0px 20px;
    }
    .text-hover h6 {
        font-size: 25px;
        line-height: 35px;
    }
    .text-hover p {
        font-size: 16px;
        line-height: 26px;
    }
    .text_uberuns h5 {
        font-size: 30px;
        line-height: 40px;
    }
    .text_uberuns p {
        font-size: 14px;
        line-height: 24px;
    }
    .mehr {
        font-size: 14px;
        line-height: 24px;
    }
    .text_uberuns h6 {
        font-size: 25px;
        line-height: 35px;
    }
    .kontakt_h {
        width: 100px;
    }
    .p-content {
        padding: 50px 0;
    }
    .text-installation h5 {
        padding-bottom: 10px;
    }
    .text_z h5 {
        padding-bottom: 0;
    }
    .text_z h6 {
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
    .logo-p a {
        padding-top: 10px;
    }
    .b_colorh {
        padding: 50px 0 50px 0;
    }
    .text-angebot h3 {
        font-size: 25px;
        line-height: 35px;
    }
    .text-angebot p{
        font-size: 14px;
        line-height: 24px;
    }
    .text-footer p {
        font-size: 14px;
        line-height: 24px;
    }
    #footer .navf > li > a {
        font-size: 14px;
        line-height: 24px;
    }
    .text-footer h6 {
        font-size: 16px;
        line-height: 26px;
    }
    .text-aktuelles h6 {
        font-size: 20px;
        line-height: 30px;
    }
    .text-aktuelles p {
        font-size: 14px;
        line-height: 24px;
    }
    .pdf li a {
        padding: 15px 0px 15px 65px;
        font-size: 14px;
        line-height: 24px;
    }
    .text-aktuelles h5 {
        font-size: 30px;
        padding-top: 60px;
        line-height: 46px;
    }
}
/*   SM   992<    */
@media only screen and (max-width : 992px) {
    body .eqmobilexs > div {
        display: block;
    }
    #header .nav > li > ul {
       display: none;
       position: relative;
       margin: 0 0 0 0;
       padding: 0px 0 0 0;
       width: 100%;
       left: 0;
       top: 0;
       opacity: 1;
       text-align: center;
       overflow: hidden;
   }
   #header .nav > li:hover > ul{
       display: none;
       position: relative;
       overflow: hidden;
   }
   #header .nav > li > ul > li:hover > a,
    #header .nav > li > ul > li.active > a {
        color: #ff271d;
    }
   #header .nav > li > ul > li {
       list-style: none;
       text-align: center;
       padding: 0;
       height: auto;
       display: block;
   }
   #header .nav > li > ul > li > a:after {
        display: none;
   }
    /* 
    ------------------------
    SM-Dropdown-Buttons
    ------------------------
    */
     #header .nav {
        text-align: center;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        position: absolute;
        left: -15px;
        top: -1px;
        right: -15px;
        background: #f9c0bc;
    }
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .collapse.in{
        display:block !important;
    } 
    .kontakt_h {
        display: inline-block;
        text-align: center;
        color: #fff;
        float: none;
        margin: 0 auto !important;
    }
    #header .nav {
         padding: 0px 0 0 0;
        margin: 5px 0px 15px 0;
     }
    #header .nav > li {
        padding: 0px 0px 0 0px;
        display: block;
        margin: 0;
    }
    #header .nav > li > a {
        padding: 5px 0;
    }
    .text-banner h1 {
        font-size: 38px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .text-banner h2 {
        font-size: 25px;
        line-height: 35px;
        letter-spacing: 5px;
    }
    .text-footer h6 {
        margin-bottom: 10px;
    }
    .div2colum {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
    .text-content h3 {
        font-size: 25px;
        line-height: 35px;
    }
    .text-content h4 {
        font-size: 20px;
        line-height: 30px;
    }
    .number-b h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .number-b {
        padding: 20px;
        border-radius: 25px;
    }
    .text-hover {
        padding: 0px 15px;
    }
    .text-hover p {
        font-size: 14px;
        line-height: 24px;
    }
    .text-hover h6 {
        font-size: 18px;
        line-height: 28px;
    }
    .text_uberuns h6 {
        font-size: 18px;
        line-height: 28px;
    }
    .text_uberuns h5 {
        font-size: 25px;
        line-height: 35px;
    }
    .b_colorc {
        background-color: #f2f2f2;
        padding: 40px 0 20px 0;
    }
    .mehr {
        font-size: 14px;
        line-height: 24px;
        padding: 5px 30px;
        margin-top: 0;
    }
    .pabsoluteHeight {
        padding: 40px 0;
    }
    .p-content {
        padding: 30px 0;
    }
    .text-installation h5 {
        padding-top: 10px;
    }
    .text_z h6{
        padding-bottom: 0;
    }
    .b_colorh {
        padding: 30px 0 30px 0;
    }
    .logo-p a {
        padding-top: 0;
    }
    .pb50{
        padding-bottom: 30px !important;
    }
    .pt50{
        padding-top: 30px !important;
    }
    .text-aktuelles h5 {
        font-size: 25px;
        padding-top: 50px;
        line-height: 35px;
    }
    .text-kontakt1{
        padding: 0 25px;
    }
    .text-impressum{
        padding: 20px 0;
    }
    .text-impressum p{
        margin-bottom: 10px;
    }
  
   
}
/* 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;
    }
    .text-banner h1 {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .text-banner h2 {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 4px;
        margin-bottom: 0px;
    }
    .text-footer{
        text-align: center;
    }
    .div2colum {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
    }
    #footer .navf > li > a {
        padding: 0px 0 0 0;
    }
    #footer .navf > li > a:after {
        height: 1px;
        left: 50%;
        top: 0;
        margin-left: -7px;
    }
    .logof {
        margin-bottom: 0px;
        text-align: center;
        margin: 0 auto;
        display: inline-block;
    }
    .logo-k{
       text-align: center;
       margin-top: 20px;
    }
    .t-mobile{
        text-align: center;
    }
    #footer {
        position: relative;
        background-color: #fff;
        padding: 20px 0;
    }
    .text-content {
        padding-bottom: 0px;
        text-align: center;
        padding: 10px 15px;
    }
    .text-hover {
        padding: 0px 15px;
        text-align: center;
    }
    .text-hover h6 {
        font-size: 16px;
        line-height: 26px;
    }
    .text-hover p {
        font-size: 12px;
        line-height: 22px;
    }
    .b_colorc {
        background-color: #f2f2f2;
        padding: 20px 0 60px 0;
        text-align: center;
    }
    .pabsoluteHeight {
        padding: 20px 0;
    }
    .div2colum1 {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
    }
    .text-installation{
        text-align: center;
    }
    .text-installation h5 {
        padding-top: 0px;
        margin-bottom: 10px;
        padding-bottom:0;
    }
    .text_uberuns p {
        font-size: 12px;
        line-height: 22px;
    }
    .text_uberuns h5 {
        font-size: 20px;
        line-height: 30px;
        text-align: center;
    }
    .mehr_z{
        font-size: 12px;
        line-height: 22px;
    }
    .text_uberuns h6 {
        font-size: 16px;
        line-height: 26px;
    }
    .text_z h5 {
        margin-bottom: 0px;
    }
    .text-installation img {
        margin-top: 0;
    }
    .text-angebot{
        text-align: center;
    }
    .pabsolute1 {
        padding: 20px 15px;
    }
    .text_hover1 {
        opacity: 1;
        position: relative;
    }
    .pabsolute1 {
        position: relative;
    }
    .text-angebot p {
        font-size: 12px;
        line-height: 22px;
        margin-bottom: 10px;
    }
    .text-angebot h3 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 10px;
    }
    .img_installationen:hover .pabsolute1 {
        background-color: transparent;
    }
    .pabsolute2{
        text-align: center;
        position: relative;
        padding: 20px 15px;
        opacity: 1;
        margin-bottom: 20px;
        background: rgba(255, 38, 29, 0.6);
    }
    .text-uberuns h6 {
        font-size: 18px;
        line-height: 28px;
    }
    .text-uberuns p {
        font-size: 12px;
        line-height: 22px;
        margin-bottom: 10px;
    }
    .img_angebotz {
        margin-bottom: 10px;
    }
    .img-aktuelle{
        height: auto !important;
        margin-bottom: 20px;
    }
    .text-aktuelles {
        text-align: center;
    }
    .pdf li {
        display: block;
        padding: 0 0px 0 0;
    }
    .map{
        height: auto;
    }
    .text-kontakt1 {
        padding: 15px 15px;
    }
    .text-kontakt p {
        position: relative;
        padding-left: 0px;
        padding-top: 80px;
    }
    .text-kontakt p:after {
        left: 50%;
        margin-left: -30px;
        top: 5px;
    }
    .text-kontakt {
        padding-top: 10px;
    }
    .text-kontakt1 a {
        margin-bottom: 5px;
    }
    .pb50 {
        padding-bottom: 20px !important;
    }
    .pt50 {
        padding-top: 20px !important;
    }
    .text-aktuelles h6 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 10px;
    }
    .text-aktuelles h5 {
        font-size: 20px;
        padding-top: 30px;
        line-height: 30px;
    }
}
/* XS from 500<  */
@media only screen and (max-width : 500px) {

    .fancybox-margin { margin-right: 0px !important; }
    .text-banner h1 {
        font-size: 25px;
        line-height: 25px;
        margin-bottom: 0;
    }
   .text-banner h2 {
        font-size: 18px;
        line-height: 28px;
    } 
    .text-installation a {
        display: inline-block;
        margin-right: 0;
    }
    .map iframe {
        height: 400px !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){

}