/*@import url('https://fonts.googleapis.com/css?family=Lato:300,400,600,900');*/

/* font-family: 'Lato', sans-serif; */
@font-face {
    font-family: 'Eurostile_l';
    src: url('../fonts/eurosti1.eot');
    src: url('../fonts/eurosti1.eot') format('embedded-opentype'),
         url('../fonts/eurosti1.woff2') format('woff2'),
         url('../fonts/eurosti1.woff') format('woff'),
         url('../fonts/eurosti1.ttf') format('truetype'),
         url('../fonts/eurosti1.svg#eurosti1') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Eurostile_n';
    src: url('../fonts/EUROSTIL.eot');
    src: url('../fonts/EUROSTIL.eot') format('embedded-opentype'),
         url('../fonts/EUROSTIL.woff') format('woff'),
         url('../fonts/EUROSTIL.ttf') format('truetype'),
         url('../fonts/EUROSTIL.svg#EUROSTIL') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Eurostile_LT_Bold_Condensed';
    src: url('vfonts/Eurostile_LT_Bold_Condensed.eot');
    src: url('../fonts/Eurostile_LT_Bold_Condensed.eot') format('embedded-opentype'),
         url('../fonts/Eurostile_LT_Bold_Condensed.woff2') format('woff2'),
         url('../fonts/Eurostile_LT_Bold_Condensed.woff') format('woff'),
         url('../fonts/Eurostile_LT_Bold_Condensed.ttf') format('truetype'),
         url('../fonts/Eurostile_LT_Bold_Condensed.svg#Eurostile_LT_Bold_Condensed') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* --------------------------------------------
    TYPOGRAPHY
-------------------------------------------- */
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: 18px;
    line-height: 25px;
    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-family: 'Eurostile_LT_Bold_Condensed';
    font-weight: normal;
    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 input::placeholder { color: black; font-style: italic; }
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: #979797;
    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 {
    color:#acacac;
    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: 'Lato', 'arial', 'georgia', sans-serif;*/
    /*font-family: 'Eurostile_n', 'arial', 'georgia', sans-serif;*/
    font-family: 'Eurostile_l', '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 #1d1d1d !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: absolute;
    width: 100%;
    margin-top: 0px;
    /*height: 120px;*/
    z-index: 9;
    background: rgba(0, 0, 0, 0.5);
}
#header a.logo {
    display: inline-block;
    margin: 0 0 0 0;
    padding: 10px 10px;
    /*background: #000;*/
}
#header a.logo img {
    display: inline-block;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
#header .nav {
    display: block;
    position: relative;
    margin: 0px 0 0 0;
    padding: 0 0 0 0;
    z-index: 999;
    font-size: 0;
}
#header .leftNav {
  float: none;
  display: inline-block;
  vertical-align: top;
  padding-left: 0;
  padding-right: 0;
}
.rightNav {
  float: none;
  display: inline-block;
  vertical-align: top;
  padding-left: 0;
  padding-right: 0;
}
.deskLogo {
  float: none;
  display: inline-block;
  vertical-align: top;
  padding-left: 0;
  padding-right: 0;
  width: auto;
}
#header .nav > li {
    display: inline-block;
    padding: 0 0 0 0;
    list-style: none;
    background: none;
}
#header .nav > li > a {
    display: block;
    color: #fff;
    font-size: 17px;
    line-height: 30px;
    font-family: 'Eurostile_l';
    font-weight: 400;
    /*font-weight: 300;*/
    text-transform: capitalize;
    margin: 0 0 0 0;
    padding: 39px 0 39px 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 .leftNav li {
    margin: 0 20px;
}
#header .rightNav li {
    margin: 0 20px;
}
#header .leftNav li:first-child {
  margin-left: 0;
}
#header .rightNav li:last-child {
  margin-right: 0;
}
#header .nav li > a.active {
    font-family: 'Eurostile_LT_Bold_Condensed';
    font-weight: 500;
    /*font-weight: 500;*/
}
#header .nav > li > a:hover {
    color: #afafaf;
}
.navbar-default {
    background: transparent;
    border: 0 none;
    border-radius: 0px;
    margin-bottom: 0px;
    min-height: 0;
    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: 38px;
    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: #d33833;
}
.navbar-default .navbar-toggle.collapsed .icon-bar {
    background-color: #fff;
}
/* --------------------------------------------
    Banner
-------------------------------------------- */
#banner {
    position: relative;
}
#banner .slickslider{
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.85);
}
.homePage #banner .slickslider img{
    -webkit-opacity: 0.65;
    -moz-opacity: 0.65;
    -o-opacity: 0.65;
    -ms-opacity: 0.65;
    opacity: 0.65;
    filter: alpha(opacity=65);
}
#banner .slickslider img{
    -webkit-opacity: 0.2;
    -moz-opacity: 0.2;
    -o-opacity: 0.2;
    -ms-opacity: 0.2;
    opacity: 0.2;
    filter: alpha(opacity=20);
}
#banner .slick-slider .slick-track,
#banner .slick-slider .slick-list{
    height: 100%;
    width: 100%;
}
#banner .textBanner {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    pointer-events: none;
}
#banner .textBanner h1{
    /*font-family: 'Lato', sans-serif;
    font-weight: 300;*/
    font-family: 'Eurostile_l', sans-serif;
    font-weight: 400;
    pointer-events: all;
    font-size: 26px;
    line-height: 36px;
}
.homePage #banner .textBanner{
    margin-top: 50px;
}
.homePage #banner .textBanner h1{
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 20px;
    pointer-events: all;
}
.slick-slide{
    overflow: hidden;
}
.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;
}
.shapeContainer{
    margin: 30px auto;
}
.shapeRow{
    position: relative;
    height: 350px;
    width: 100%;
    margin: 25px 0 0 0;
}
.shapeRow:first-child{
    margin-top: 0px;
}
.shapeRow img{
    -webkit-opacity: 0.2;
    -moz-opacity: 0.2;
    -o-opacity: 0.2;
    -ms-opacity: 0.2;
    opacity: 0.2;
    filter: alpha(opacity=20);
    -webkit-filter: grayscale(60%);
    filter: grayscale(60%);
    -moz-filter: grayscale(60%);
    -ms-filter: grayscale(60%);
    -o-filter: grayscale(60%);
}
.shape1{
    position: relative;
    height: 100%;
    background-size: cover;
    background: #c50000;
    overflow: hidden;
    z-index: 9;
    clip-path: polygon(
        0% 0%,
        0% 100%,
        73% 100%,
        98% 0%
    );
    -webkit-clip-path: polygon(
        0% 0%,
        0% 100%,
        73% 100%,
        98% 0%
    );
}
.shape2{
    position: absolute;
    height: 100%;
    background-size: cover;
    background: #707070;
    overflow: hidden;
    top: 0%;
    right: 0%;
    clip-path: polygon(
      35% 0%,
      2% 100%,
      100% 100%,
      100% 0%
    );
    -webkit-clip-path: polygon(
      35% 0%,
      2% 100%,
      100% 100%,
      100% 0%
    );
}
.shape3{
    background-size: cover;
    height: 100%;
    background: #828282;
    overflow: hidden;
    clip-path: polygon(
       0% 0%,
       96% 0%,
       64% 100%,
       0% 100%
    );
    -webkit-clip-path: polygon(
        0% 0%,
        96% 0%,
        64% 100%,
        0% 100%
    );
}
.shape4{
    position: absolute;
    height: 100%;
    background-size: cover;
    background: #000;
    overflow: hidden;
    top: 0%;
    right: 0%;
    clip-path: polygon(
       26% 0%,
       100% 0%,
       100% 100%,
       2% 100%
    );
    -webkit-clip-path: polygon(
       26% 0%,
       100% 0%,
       100% 100%,
       2% 100%
    );
}
.ie .shape1,
.ie .shape4,
.safari .shape1,
.safari .shape4{
    width: 55%;
}
.ie .shape2,
.ie .shape3,
.safari .shape2,
.safari .shape3{
    width: 45%;
}
.cl-red {
    color:#e7302b;
}
/*
code to ling an image with id or class (Directly) for clip-path
-webkit-clip-path: url(#polygon-clip-trapezoid);
clip-path: url(#polygon-clip-trapezoid);
*/
.textShape{
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    text-align: center;
}
.shape1 .textShape,
.shape3 .textShape {
    margin-left: -10%;
}
/*.shape1 .textShapeContent,
.shape3 .textShapeContent {
    padding: 0 18%;
}*/
.shape2 .textShape,
.shape4 .textShape {
    margin-left: 10%;
}
.ie .shape1 .textShape,
.ie .shape3 .textShape,
.safari .shape1 .textShape,
.safari .shape3 .textShape {
    margin-left: 0%;
}
.ie .shape2 .textShape,
.ie .shape4 .textShape,
.safari .shape2 .textShape,
.safari .shape4 .textShape {
    margin-left: 0%;
}
.textShape h1{
    /*font-size: 45px;*/
    font-size: 40px;
    line-height: 45px;
    font-weight: 400;
    visibility: visible;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
}
.textShape p{
    font-size: 20px;
    line-height: 30px;
    font-family: 'Eurostile_LT_Bold_Condensed';
    /*font-weight: 700;*/
}
.textShapeContent {
    position: absolute;
    width: 100%;
    height: 100%;
    visibility: hidden;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    -ms-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    padding:0 18%;
    -webkit-transition: visibility 0s, opacity 0.5s linear;
    -moz-transition: visibility 0s, opacity 0.5s linear;
    -o-transition: visibility 0s, opacity 0.5s linear;
    -ms-transition: visibility 0s, opacity 0.5s linear;
    transition: visibility 0s, opacity 0.5s linear;
}
.linkButton{
    display: inline-block;
    width: 100%;
    height: 100%;
    margin: 0;
}
.linkButton img{
    -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;
}
.linkButton:hover img{
    -webkit-opacity: 0.4;
    -moz-opacity: 0.4;
    -o-opacity: 0.4;
    -ms-opacity: 0.4;
    opacity: 0.4;
    filter: alpha(opacity=40);
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
}
.linkButton:hover h1 {
    visibility: hidden;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    -ms-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    height: 0;

    -webkit-transition: visibility 0s, opacity 0.5s linear;
    -moz-transition: visibility 0s, opacity 0.5s linear;
    -o-transition: visibility 0s, opacity 0.5s linear;
    -ms-transition: visibility 0s, opacity 0.5s linear;
    transition: visibility 0s, opacity 0.5s linear;
}
.linkButton:hover .textShapeContent {
    visibility: visible;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    position: relative;
    height: inherit;
}
.linkButton-h50 {
    height: 50% !important;
    clear:both;
    position:relative;
    margin-bottom: 20px;
    overflow: hidden;
}
.bg-lblack {
    background: #707070;
}
.shapebgt {
    background: transparent !important;
}
.fullPhotoContent{
    position: relative;
    background: #000;
    color: #fff;
    width: 100%;
    height: 660PX;
    overflow: hidden;
}
.fullPhotoContent img{
    -webkit-opacity: 0.4;
    -moz-opacity: 0.4;
    -o-opacity: 0.4;
    -ms-opacity: 0.4;
    opacity: 0.4;
    filter: alpha(opacity=40);
}
.fullPhotoContent h1{
    margin-bottom: 30px;
    font-family: 'Eurostile_l';
    /*font-weight: 300;*/
}
.fullPhotoContent h1:last-child{
    margin-bottom: 0px;
}
.fullPhotoContent .container{
    height: 100%;
}
.firmaContent0{
    margin: 40px auto;
}
.firmaContent0 h1{
    font-weight: 400;
    margin-bottom: 40px;
    text-transform: uppercase;
}
.firmaContent0 h3{
    font-family: 'Eurostile_LT_Bold_Condensed';
  /*font-weight: 500;*/
  text-transform: uppercase;
}
.firmaContent0 p,
.firmaContent0 ul li,
.firmaContent0 ul li a{
    font-family: 'Eurostile_l';
    /*font-weight: 300; */
    font-size: 18px;
    line-height: 25px;
} 
.marginh3 h3 {
    margin-bottom: 5px;
}
.redTitle span{
  color: #e7302b;
  font-weight: 700;
}
.photoHolderFirma{
  padding-left: 5px;
  margin-bottom: 10px;
  padding-right: 5px;
}
.firmaContent1{
  padding: 40px 0;
  background: #f9f9f9;
}
.firmaContent1 h1{
    font-family: 'Eurostile_LT_Bold_Condensed';
  /*font-weight: 900;*/
  text-transform: uppercase;
  margin-bottom: 60px;
}
.teamHolder{
  margin-bottom: 50px;
}
.teamInfo {
  position: relative;
  width: 100%;
  min-height: 190px;
  background: #eee;
  padding: 10% 15%;
  overflow: hidden;
  clip-path: polygon(
      0% 0%,
      0% 100%,
      100% 70%,
      100% 0%
  );
  -webkit-clip-path: polygon(
    0% 0%,
    0% 100%,
    100% 70%,
    100% 0%
  );
}
.teamInfo h4{
    font-family: 'Eurostile_LT_Bold_Condensed';
    /*font-weight: 900;*/
    text-transform: uppercase;
    margin-bottom: 10px;
}
.teamInfo p
{
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px;
    font-family: 'Eurostile_l';
    font-weight: 300;
    /*font-style: italic;*/
    color: #424242;
}
.teamInfo a {
     font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px;
    font-family: 'Eurostile_l';
    font-weight: 300;
    /*font-style: italic;*/
    color: #424242;
}
.teamInfo a{
    font-weight: 400;
}
.firmaContent2{
    background: #ededed;
    color: #343434;
    padding: 20px 0;
}
.book3Rad{
    position: relative;
    display: block;
    /* top: 45px; */
    /* left: -50%; */
    bottom: 0;
    margin-bottom: -100%;
    z-index: 9;
    /* margin-top: 20px; */
    width: 860px;
    height: 620px;
    margin-left: -20%;
}
.pdfBlock{
    position: relative;
    display: block;
    padding-top:25px;
    padding-bottom:35px;
    border-top: 1px solid #343434;
    z-index: 99;
}
.pdfBlock:first-child{
    border-top: 0px solid transparent;
}
.pdfBlock h3{
    font-weight: 500;
    text-transform: uppercase;
}
.pdfBlock p{
    font-family: 'Eurostile_LT_Bold_Condensed';
    /*font-weight: 300;*/
}
.pdfBlock a {
    position: relative;
    display: inline-block;
    font-family: 'Eurostile_LT_Bold_Condensed';
    /*font-weight: 700;*/
    text-transform: uppercase;
    padding: 15px;
    background: #e7302b;
    color: #fff;
    margin: 0;
    text-align: 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;
}
.pdfBlock img {
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #ecb0af;
    width: 25px;
    height: 22px;
    margin-top: -4px;
}
.pdfBlock a:hover {
    box-shadow: 5px 5px 20px #ecb0af;
}
.dienstleistungenContent0, .dienstleistungenContent1{
    position: relative;
    display: block;
}
.dienstleistungenContent0 .row, .dienstleistungenContent1 .row{
    padding-top: 40px;
    padding-bottom: 20px;
}
.dienstleistungenContent0 h1{
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.dienstleistungenContent0 p{
    margin-bottom: 30px;
}
.diePhotoHolder{
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
    background: #000;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
}
.diePhotoHolder img,
.referenzenPhoto img{
    -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;
    -webkit-backface-visibility: hidden;
    -webkit-perspective:1000;
}
.diePhotoHolder:hover img{
    -webkit-opacity: 0.2;
    -moz-opacity: 0.2;
    -o-opacity: 0.2;
    -ms-opacity: 0.2;
    opacity: 0.2;
    filter: alpha(opacity=20);
}
.hiddenTextDie{
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    /* width: 100%; */
    padding: 20px 25px;
}
.hiddenTextDie h4{
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #fff;
}
.hiddenTextDie p{
    font-size: 16px;
    line-height: 22px;
}
.diePhotoHolder:hover .hiddenTextDie{
    visibility: visible;
}
.lightBg{
    background: #f9f9f9;
}
.liststylecube ul li {
    font-size: 18px;
    line-height: 25px;
    list-style: none;
    position: relative;
}
.liststylecube ul li:before {
    content: "";
    position: absolute;
    left: -15px;
    top: 4px;
    width: 10px;
    height: 13px;
    background: url("../images/cube-list.png") no-repeat center center;
}
.referenzenContent0{
    margin: 60px 0;
}
.referenzenContent0 h1{
    text-transform: uppercase;
    font-weight: 400;
    margin: 100px 0 70px 0;
}
.referenzenPhoto{
    position: relative;
    bottom: 0;
    left: 0;
    display: inline-block;
    padding: 0;
    margin: 0 10px 20px 10px;
    background: #000;
    overflow: hidden;
}
.referenzenPhoto:hover img{
    -webkit-opacity: 0.2;
    -moz-opacity: 0.2;
    -o-opacity: 0.2;
    -ms-opacity: 0.2;
    opacity: 0.2;
    filter: alpha(opacity=20);
}
.referenzenPhoto:hover:before{
    /*position: absolute;
    content: "";
    margin-top: -20px;
    left: 50%;
    margin-left: -20px;
    display: block;
    top: 35%;
    background-size: 30px 30px;
    background-image: url("../images/foubleArrow.png");
    width: 30px;
    height: 30px;*/
}
.hiddenTitleReferenzen{
    position: relative;
    bottom: 0%;
    width: 100%;
    text-align: center;
    padding: 30px 5px;
    color: #fff;
    /*background: #fff;*/
    -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;
}
.hiddenTitleReferenzen p{
    margin: 0;
}
.referenzenPhoto:hover .hiddenTitleReferenzen{
    bottom: 0;
}
.mietmobiliarContent0{
    position: relative;
    display: block;
    background: #eee;
    padding: 40px 0;
}
.mietmobiliarContent0 h1{
    margin-bottom: 40px;
    font-weight: 400;
    text-transform: uppercase;
}
.mietmobiliarContent0 h3{
    font-family: 'Eurostile_LT_Bold_Condensed';
    /*font-weight: 500;*/
    text-transform: uppercase;
}
.mietmobiliarContent0 p{
    font-family: 'Eurostile_l';
  /*font-weight: 300;*/
}
.mietmobiliarContent0 .pdfBlock:first-child{
    padding-top: 0;
}
.mietmobiliarContent0 .book3Rad{
    position: relative;
    display: block;
    top: -100px;
    bottom: 0;
    margin-bottom: -280%;
    left: -70%;
    z-index: 9;
    width: 1100px;
    height: 845px;
}
.partnerContent0,
.aktuellesContent0{
    position: relative;
    display: block;
    padding: 40px 0;
    background: #eee;
}
.partnerContent0 h1,
.aktuellesContent0 h1{
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.partnerContent0 h3{
    font-family: 'Eurostile_LT_Bold_Condensed';
    /*font-weight: 500;*/
    text-transform: uppercase;
    margin-bottom: 50px;
}
.partnerHolder{
    display: inline-block;
    position: relative;
    text-align: center;
    width: 100%;
    border-right: 3px solid #bfbfbf;
    border-bottom: 3px solid #bfbfbf;
    border-left: 2px solid #e8e8e8;
    border-top: 2px solid #e8e8e8;
    margin:0 0 40px 0;
    background: #f9f9f9;

    -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;
}
.membershipsHolder{
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 2px solid transparent;
    border-top: 2px solid transparent;
}
.partnerHolder:hover{
    background: #ddd;
}
.partnerLogo{
    height: 170px;
}
.partnerDetail{
    height: 150px;
    border-top: 3px solid #bfbfbf;
}
.partnerDetail h3{
  margin-bottom: 20px;
  font-family: 'Eurostile_LT_Bold_Condensed';
  /*font-weight: 700;*/
}
.partnerDetail p{
  margin-bottom: 0px;
  font-weight: 400;
}
.aktuellesContent0 h2{
  font-weight: 500;
  margin-bottom: 50px;
}
.aktuellesContent0 .row{
  margin-bottom: 40px;
}
.kontaktContent0{
  padding-top: 40px;
  padding-bottom: 40px;
}
.kontaktContent0 h3{
  margin-bottom: 40px;
}
.kontaktContent0 img{
  margin-top: 40px;
}
.kontaktContent0 p{
  margin-bottom: 80px;
  font-family: 'Eurostile_l';
  /*font-weight: 300;*/
}
.kontaktInfo p{
  margin-bottom: 20px;
}
.kontaktContent0 a{
    font-family: 'Eurostile_l';
    /*font-weight: 300;*/
}
.kontaktContent0 h1{
  text-transform: uppercase;
  font-weight: 400;
}
.backfff {
    background: #fff;
}

/*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-family: 'Eurostile_l';
    /*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;
    height: 100%;
    width: 100%;
}
.tab_list li {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
}
.tab_list li a {
    display: block;
    padding: 25px 30px 25px 10px;
    margin: -1px 0 0 0;
    color: #636363;
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
    font-family: 'Eurostile_l';
    /*font-weight: 300;*/
    border-bottom: 1px solid #636363;
    -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 {
    font-family: 'Eurostile_LT_Bold_Condensed';
    /*font-weight: 600;*/
}
.tab_list li > ul {
    display: none;
}
.tab_list li.active > ul {
    display: block;
}
.tab_list li > ul > li > a {
    padding: 10px 30px 10px 10px;
    margin: -1px 0 0 0;
    font-size: 18px;
    line-height: 24px;
}
.tab_list > li > ul > li:hover > a,
.tab_list > li.active > ul > li.active > a {
    font-family: 'Eurostile_LT_Bold_Condensed';
}
.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: #bfbfbf;
    height: 35px;
    margin: 0 0 15px 0;
    padding: 10px 80px 10px 15px;
    border: 1px solid #bfbfbf;
    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: 65px;
    height: 35px;
    color: #fff;
    font-size: 16px;
    margin: 0 0 20px 0;
    /*padding: 31px 5px;*/
    padding: 0;
    border: 1px solid #bfbfbf;
    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: 20px;
    -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: #1d1d1d;
}
.newsletter form input::-webkit-input-placeholder {
    color: #bfbfbf;
    opacity: 1;
}
.newsletter form input:-moz-placeholder {
    color: #bfbfbf;
    opacity: 1;
}
.newsletter form input::-moz-placeholder {
    color: #bfbfbf;
    opacity: 1;
}
.newsletter form input:ms-input-placeholder {
    color: #bfbfbf;
    opacity: 1;
}
.parallax {
    min-height: 700px;
    background: transparent;
}

.blog-text {
    display: block;
    background: #e7302b;
    padding: 10px 10px;
    line-height: 20px;
    margin-top: 20px;
    text-align: center;
    color: #fff;
}
.blog-h {
    line-height: 30px;
    margin: 0px !important;
}
#startpop {
    max-width: 170mm;
    height: auto;
}
/* --------------------------------------------
    Footer
-------------------------------------------- */
#footer {
    background: #1d1d1d;
    z-index: 99;
}
#footer h1{
  color: #fff;
  font-family: 'Eurostile_l';
  /*font-weight: 300;*/
  margin: 70px 0;
  font-size: 45px;
  line-height: 55px;
}
#footer p{
  color: #f4f4f4;
  font-family: 'Eurostile_l';
  /*font-weight: 300;*/
  margin-bottom: 110px;
  font-size: 24px;
  line-height: 34px;
}
#footer a{
    font-family: 'Eurostile_l';
  /*font-weight: 300;*/
  font-size: 24px;
  line-height: 34px;
}
#footer .downFooter{
    background: #fff;
    padding: 15px 0 0 0;
    position: relative;
}
#footer .downFooter p {
    color: #1d1d1d;
    display: inline-block;
    margin-left: 13px;
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 30px;
}
#footer .downFooter a {
    font-size: 20px;
    line-height: 30px;
}
#footer .downFooter p:first-child {
    margin-left: 0px;
}
#footer .navf {
    padding: 0 0 0 0;
    margin: 10px 0 0px 0px;
}
#footer .navf > li {
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 0;
    list-style: none;
    background: none;
}
#footer .navf > li > a {
    color: #1d1d1d;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Eurostile_l';
    /*font-weight: 300;*/
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    text-transform: capitalize;
    -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:hover, #footer .navf > li > a.active {
    color: #c1c1c1;
}
#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: 10px 0 10px 5px;
    margin: 4px 0 4px 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;
    font-size: 0;
    line-height: 0;
}
#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);
}

.facebook-icon {
    background:url(../images/fb-icon.png) no-repeat;
    width: 35px;
    height: 35px;
    display: block;
}

.insta-icon {
    background: url(../images/instagram-icon.png) no-repeat;
    width: 35px;
    height: 35px;
    display: block;
}
#footer .facebookLogo{
    display: inline-block;
    margin-left: 5px;
    font-size: 25px !important;
    vertical-align: top;
    margin-top: -3px;
    /*position: absolute;
    right: 15px;
    bottom: 2px;
    width: 14px;
    height: 26px;*/
}
#footer .facebookLogo:first-child {
    margin-left: 0;   
}
#footer .facebookLogo img{
    vertical-align: top;
}
/*------------------- changes -------------------*/
.dienstleistungenContent1{
    background: #f9f9f9;
}
.bgWhite{
    background: #fff;
}


@keyframes loader {
  0%, 10%, 100% {
    width: 80px;
    height: 80px;
  }
  65% {
    width: 150px;
    height: 150px;
  }
}
@keyframes loaderBlock {
  0%, 30% {
    transform: rotate(0);
  }
  55% {
    background-color: #f37272;
  }
  100% {
    transform: rotate(90deg);
  }
}
@keyframes loaderBlockInverse {
  0%, 20% {
    transform: rotate(0);
  }
  55% {
    background-color: #f37272;
  }
  100% {
    transform: rotate(-90deg);
  }
}
.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  transform: translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
  animation: loader 1.2s infinite ease-in-out;
}
.loader span {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  background-color: #ee4040;
  animation: loaderBlock 1.2s infinite ease-in-out both;
}
.loader span:nth-child(1) {
  top: 0;
  left: 0;
}
.loader span:nth-child(2) {
  top: 0;
  right: 0;
  animation: loaderBlockInverse 1.2s infinite ease-in-out both;
}
.loader span:nth-child(3) {
  bottom: 0;
  left: 0;
  animation: loaderBlockInverse 1.2s infinite ease-in-out both;
}
.loader span:nth-child(4) {
  bottom: 0;
  right: 0;
}
.materials-table tr td {
    padding: 5px 15px 5px 0px;
}
.materials-table .materials-pdf a,
.materials-table .materials-esp a,
.materials-table .materials-png a{
    padding: 5px 8px;
    margin-bottom: 5px;
}

.lefttextt {
    
}
.lefttextt .textShapeContent{
    text-align: left;
}
.lefttextt .element-middle {
     padding: 0 18%;  
}
.lefttextt .textShapeContent {
    padding: 0 0; 
}
.righttextt {
    
}
.righttextt .textShapeContent {
    text-align: right;
}
.righttextt .element-middle {
     padding: 0 8%;  
}
.righttextt .textShapeContent {
    padding: 0 8%; 
}
/* --------------------------------------------
    Media screen
-------------------------------------------- */
/*   MD   1200<    */
@media only screen and (max-width : 1200px) {
    h1 {
        font-size: 32px;
        line-height: 38px;
    }
    h2 {
        font-size: 28px;
        line-height: 34px;
    }
    #header {
        margin-top: 0px;
    }
    #header a.logo {
        width: 200px;
    }
    #header a.logo img {
        max-width: 100%;
        height: auto;
    }
    #header .leftNav li {
        margin: 0 10px;
    }
    #header .rightNav li {
        margin: 0 10px;
    }
    #header .nav > li > a {
        font-size: 18px;
        line-height: 25px;
    }
    #banner .textBanner h1{
        margin-bottom: 50px;
    }
    .homePage #banner .textBanner h1{
        font-size: 55px;
        line-height: 65px;
    }
    #footer .downFooter p {
        margin-left: 4px;
    }
    #footer h1{
        margin: 60px 0;
        font-size: 40px;
        line-height: 50px;
    }
    #footer p{
        margin-bottom: 90px;
        font-size: 20px;
        line-height: 30px;
    }
    #footer a{
        font-size: 20px;
        line-height: 30px;
    }
    #footer .navf {
    }
    .shapeRow{
        margin-top: 20px;
        height: 350px;
    }
    .textShape h1{
        font-size: 50px;
        line-height: 60px
    }
    .textShape p{
        font-size: 18px;
        line-height: 28px
    }
    .shapeContainer{
        margin: 30px auto;
    }
    .fullPhotoContent{
        height: 600PX;
    }
    .fullPhotoContent h1{
        margin-bottom: 60px;
    }
    .fullPhotoContent h1:last-child{
        margin-top: 100px;
    }
    .firmaContent0{
        margin: 40px auto;
    }
    .firmaContent0 h1{
        margin-bottom: 40px;
    }
    .firmaContent0 h3 {
        font-size: 21px;
        line-height: 27px;
    }
    .firmaContent1{
        padding: 40px 0;
    }
    .firmaContent1 h1{
        margin-bottom: 50px;
    }
    .teamHolder{
        margin-bottom: 40px;
    }
    .teamInfo {
        /* min-height: 170px; */
        padding: 10% 15%;
    }
    .book3Rad {
        margin-left: -40%;
    }
    .dienstleistungenContent0 .row, .dienstleistungenContent1 .row{
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .dienstleistungenContent0 h1{
        margin-bottom: 35px;
    }
    .hiddenTextDie{
        padding: 15px 35px;
    }
    .hiddenTextDie h4{
        font-size: 18px;
        line-height: 16px;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    .hiddenTextDie p{
      font-size: 13px;
      line-height: 18px;
    }
    .referenzenContent0{
        margin: 50px 0;
    }
    .referenzenContent0 h1{
        margin: 80px 0 60px 0;
    }
    .referenzenPhoto{
        margin: 0 10px 20px 10px;
    }
    .referenzenPhoto:hover:before{
        top: 30%;
        background-size: 30px 30px;
        width: 30px;
        height: 30px;
    }
    .hiddenTitleReferenzen{
        padding: 15px 5px;
    }
    .mietmobiliarContent0{
        padding: 40px 0;
    }
    .mietmobiliarContent0 h1{
        margin-bottom: 40px;
    }
    .partnerContent0,
    .aktuellesContent0{
        padding: 40px 0;
    }
    .partnerContent0 h1,
    .aktuellesContent0 h1{
        margin-bottom: 40px;
    }
    .partnerContent0 h3,
    .aktuellesContent0 h2{
        margin-bottom: 45px;
    }
    .partnerHolder{
        margin:0 0 35px 0;
    }
    .partnerLogo{
        height: 160px;
    }
    .partnerDetail{
        height: 140px;
    }
    .partnerDetail h3{
        margin-bottom: 20px;
    }
    .aktuellesContent0 .row{
        margin-bottom: 40px;
    }
    .kontaktContent0 p{
        margin-bottom: 70px;
    }

}
/*   SM   992<    */
@media only screen and (max-width : 991px) {
    h1 {
        font-size: 28px;
        line-height: 34px;
    }
    h2 {
        font-size: 25px;
        line-height: 32px;
    }
    h3 {
        font-size: 22px;
        line-height: 28px;
    }
    p, h4 {
        font-size: 16px;
        line-height: 24px;
    }
    #header {
        margin-top: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        position: relative;
        /* background: rgba(0,0,0,0.5);*/
        background: #000; 
    }
    .homePage #header {
        margin-top: 0px;
        position: absolute;
        background: transparent;
    }
    #banner .textBanner h1{
      margin-bottom: 35px;
    }
    .homePage #banner .textBanner h1 {
        font-size: 45px;
        line-height: 55px;
        margin-right: 13%;
    }
    /* #banner .textBanner h1:first-child {
        margin: 0 0 20px 22%;
        text-align: left;
    } */
    body .eqmobilexs > div {
        display: block;
    }
    /*changes per tablet*/
    #header .nav {
        text-align: center;
        padding: 10px 0;
        margin-bottom: 0;
        margin: 0;
    }
    #header .nav > li {
        display: block;
        margin: 0;
    }
    #header .nav > li > a {
        display: block;
        padding: 10px 0 10px 0;
    }
    .navbar-header {
        float: right;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        position: absolute;
        left: -15px;
        top: 0px;
        right: -15px;
        background: rgba(0,0,0,1);
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse.collapse {
        display: none !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .navbar-collapse.in {
        overflow-y: visible;
        display: block !important;
    }
    /* Delete this in bootstrap
      @media (min-width:768px){
      .container{width:740px}
    }*/
    .container{
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px;
    }/*changes per tablet*/
    .deskLogo {
      float: left;
      margin-left: 0px;
    }
    #footer .downFooter{
        text-align: center;
    }
    #footer .downFooter .facebookLogo{
        /*position: relative;
        bottom: 0;
        right: 0;
        top: 10px;*/
    }
    #footer .downFooter p {
        margin-left: 0;
        display: block;
        margin-bottom: 5px;
    }
    #footer .downFooter p:first-child {
        margin-left: 0;
    }
    #footer .downFooter p {
        font-size: 17px;
        line-height: 25px;
    }
    #footer .downFooter a {
        font-size: 17px;
        line-height: 25px;
    }
    #footer h1{
      margin: 40px 0;
      font-size: 40px;
      line-height: 50px;
    }
    #footer p{
      margin-bottom: 60px;
      font-size: 17px;
      line-height: 25px;
    }
    #footer a{
      font-size: 17px;
      line-height: 25px;
    }
    #footer .navf {
    }
    .shapeRow{
        margin-top: 15px;
        height: 350px;
    }
    .textShape h1{
        font-size: 40px;
        line-height: 50px
    }
    .textShape p{
        font-size: 16px;
        line-height: 25px
    }
    .shapeContainer{
        margin: 30px auto;
    }
    .fullPhotoContent{
        height: 530PX;
    }
    .fullPhotoContent h1{
        margin-bottom: 50px;
    }
    .fullPhotoContent h1:last-child{
        margin-top: 80px;
    }
    .firmaContent0{
        margin: 65px auto;
    }
    .firmaContent0 h1{
        margin-bottom: 40px;
    }
    .firmaContent1{
        padding: 30px 0;
    }
    .firmaContent1 h1{
        margin-bottom: 40px;
    }
    .teamHolder{
        margin-bottom: 30px;
    }
    .teamInfo {
        /* min-height: 140px; */
        padding: 5% 8%;
    }
    .book3Rad {
        bottom: 0;
        margin-bottom: -130px;
        width: 100%;
        height: 100%;
        margin-left: 0;
    }
    .dienstleistungenContent0 .row, .dienstleistungenContent1 .row{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .dienstleistungenContent0 h1{
        margin-bottom: 30px;
    }
    .dienstleistungenContent0 p{
        margin-bottom: 25px;
    }
    .diePhotoHolder{
        margin-bottom: 25px;
    }
    .diePhotoHolder img{
        -webkit-opacity: 0.2;
        -moz-opacity: 0.2;
        -o-opacity: 0.2;
        -ms-opacity: 0.2;
        opacity: 0.2;
        filter: alpha(opacity=20);
    }
    .hiddenTextDie{
        padding: 20px 40px;
        visibility: visible;
    }
    .referenzenContent0{
        margin: 40px 0;
    }
    .referenzenContent0 h1{
        margin: 60px 0 45px 0;
    }
    .referenzenPhoto{
        margin: 0 5px 10px 5px;
    }
    .referenzenPhoto:hover:before{
        top: 40%;
        background-size: 30px 30px;
        width: 30px;
        height: 30px;
    }
    .hiddenTitleReferenzen{
        padding: 15px 5px;
        bottom: 0;
    }
    .tab_list li a {
        padding: 25px 30px 25px 10px;
        font-size: 16px;
        line-height: 20px;
    }
    .mietmobiliarContent0{
        padding: 30px 0;
    }
    .mietmobiliarContent0 h1{
        margin-bottom: 40px;
    }
    .mietmobiliarContent0 .book3Rad{
        top: -100px;
        margin-bottom: -35%;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .mietmobiliarContent0 .pdfBlock:first-child{
        padding-top: 25px;
    }
    .partnerContent0,
    .aktuellesContent0{
        margin: 30px 0;
    }
    .partnerContent0,
    .aktuellesContent0 h1{
        margin-bottom: 40px;
    }
    .partnerContent0 h3,
    .aktuellesContent0 h2{
        margin-bottom: 35px;
    }
    .partnerHolder{
        margin:0 0 30px 0;
    }
    .partnerLogo{
        height: 150px;
    }
    .partnerDetail{
        height: 130px;
    }
    .partnerDetail h3{
        margin-bottom: 20px;
    }
    .aktuellesContent0 .row{
        margin-bottom: 40px;
    }
    .kontaktContent0{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .kontaktContent0 h3{
        margin-bottom: 30px;
    }
    .kontaktContent0 img{
        margin-top: 30px;
    }
    .kontaktContent0 p{
        margin-bottom: 50px;
    }
    iframe{
        height: 450px;
    }

}
/* XS from 768<  */
@media only screen and (max-width : 767px) {
    h1 {
        font-size: 24px;
        line-height: 30px;
    }
    h2 {
        font-size: 22px;
        line-height: 29px;
    }
    h3 {
        font-size: 20px;
        line-height: 26px;
    }
    p, h4 {
        font-size: 14px;
        line-height: 20px;
    }
    #header {
        margin-top: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .homePage #header {
        margin-top: 0px;
    }
    #banner .textBanner h1{
        margin-bottom: 20px;
    }
    .homePage #banner .textBanner h1 {
        font-size: 35px;
        line-height: 45px;
        margin-right: 30%;
    }
    #footer h1{
        margin: 30px 0;
    }
    #footer p{
        margin-bottom: 35px;
    }
    #footer .navf {
    }
    .shapeRow{
        margin-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        height: 100%;
    }
    .shape1, .shape2, .shape3, .shape4{
        height: 450px
    }
    .shape2, .shape4{
        position: relative;
    }
    .shapeContainer{
        margin: 20px auto;
    }
    .fullPhotoContent{
        height: 470PX;
    }
    .fullPhotoContent h1{
        margin-bottom: 40px;
    }
    .fullPhotoContent h1:last-child{
        margin-top: 60px;
    }
    .shape1{
        clip-path: polygon(
            0% 0%,
            0% 70%,
            100% 100%,
            100% 0%
        );
        -webkit-clip-path: polygon(
            0% 0%,
            0% 70%,
            100% 100%,
            100% 0%
        );
    }
    .shape2{
        clip-path: polygon(
            0% 0%,
            0% 100%,
            100% 100%,
            100% 30%
        );
        -webkit-clip-path: polygon(
            0% 0%,
            0% 100%,
            100% 100%,
            100% 30%
        );
        top: -110px;
    }
    .shape3{
        clip-path: polygon(
             0% 0%,
             100% 0%,
             100% 100%,
             0% 70%
        );
        -webkit-clip-path: polygon(
            0% 0%,
            100% 0%,
            100% 100%,
            0% 70%
        );
    }
    .shape4{
        clip-path: polygon(
           0% 0%,
           100% 30%,
           100% 100%,
           0% 100%
        );
        -webkit-clip-path: polygon(
          0% 0%,
          100% 30%,
          100% 100%,
          0% 100%
        );
        top: -110px;
    }
    .firmaContent0{
        margin: 30px auto;
    }
    .firmaContent0 h1{
        margin-bottom: 25px;
    }
    .firmaContent1{
        padding: 30px 0;
    }
    .firmaContent1 h1{
        margin-bottom: 30px;
    }
    .teamHolder{
        margin-bottom: 20px;
    }
    .teamInfo {
        /* min-height: 140px; */
        padding: 5% 10%;
    }
    .book3Rad {
        margin-bottom: -70px;
    }
    .dienstleistungenContent0 .row, .dienstleistungenContent1 .row{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .dienstleistungenContent0 h1 {
        margin-bottom: 20px;
    }
    .dienstleistungenContent0 p {
        margin-bottom: 20px;
    }
    .diePhotoHolder {
        margin-bottom: 20px;
    }
    .hiddenTextDie {
        padding: 20px 40px;
    }
    .referenzenContent0{
        margin: 20px 0;
    }
    .referenzenContent0 h1 {
        margin: 10px 0 20px 0;
    }
    .referenzenPhoto {
        margin: 0 15px 10px 15px;
    }
    .referenzenPhoto:hover::before {
        top: 45%;
        background-size: 30px 30px;
        width: 30px;
        height: 30px;
    }
    .hiddenTitleReferenzen  {
        padding: 15px 5px;
    }
    .tab_list li a {
        padding: 15px 30px 15px 10px;
        font-size: 16px;
        line-height: 20px;
    }
    .mietmobiliarContent0 {
        padding: 30px 0;
    }
    .mietmobiliarContent0 h1 {
        margin-bottom: 40px;
    }
    .partnerContent0,
    .aktuellesContent0 {
        padding: 30px 0;
    }
    .partnerContent0,
    .aktuellesContent0 h1{
        margin-bottom: 40px;
    }
    .partnerContent0 h3,
    .aktuellesContent0 h2{
        margin-bottom: 25px;
    }
    .partnerHolder{
        margin:0 0 25px 0;
    }
    .partnerLogo{
        height: 140px;
    }
    .partnerDetail{
        height: 120px;
    }
    .partnerDetail h3{
        margin:0 0 10px 0;
    }
    .aktuellesContent0 .row{
        margin-bottom: 30px;
    }
    .kontaktContent0{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .kontaktContent0 h3{
      margin-bottom: 20px;
    }
    .kontaktContent0 img{
      margin-top: 20px;
    }
    .kontaktContent0 p{
      margin-bottom: 30px;
    }
    iframe{
      height: 370px;
    }
    .ie .shape1,
    .ie .shape4,
    .safari .shape1,
    .safari .shape4{
      width: 100%;
    }
    .ie .shape2,
    .ie .shape3,
    .safari .shape2,
    .safari .shape3{
      width: 100%;
    }
    .shape1 .textShape,
    .shape3 .textShape {
        margin-left: 0%;
        padding-bottom: 60px
    }
    .shape2 .textShape,
    .shape4 .textShape {
        margin-left: 0%;
        margin-top: 40px;
    }
}
/* XS from 500<  */
@media only screen and (max-width : 500px) {
  h1 {
      font-size: 18px;
      line-height: 24px;
  }
  h2 {
      font-size: 17px;
      line-height: 23px;
  }
  h3 {
      font-size: 16px;
      line-height: 22px;
  }
  .homePage #banner .textBanner h1 {
      font-size: 22px;
      line-height: 30px;
      margin-bottom: 5px;
      /* margin-right: 3%; */
  }
  /* #banner .textBanner h1:first-child {
      margin: 0 0 20px 5%;
      text-align: left;
  } */
  #header a.logo img {
      width: 200px;
      height: auto;
  }
  #banner {
    /* margin-top: -131px; */
  }
  #banner .textBanner h1 {
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 14px;
    line-height: 18px;
  }
  .shapeRow{
      height: 100%;
      margin-top: 0px;
      padding-left: 0px;
  }
  .shape1, .shape2, .shape3, .shape4{
      height: 350px
  }
  .textShape h1{
    font-size: 30px;
    line-height: 40px
  }
  .textShape p{
    font-size: 14px;
    line-height: 20px;
  }
  .fullPhotoContent{
      height: 400PX;
  }
  .fullPhotoContent h1{
      margin-bottom: 27px;
  }
  .fullPhotoContent h1:last-child{
      margin-top: 40px;
  }
  .shape2{
      top: -90px;
  }
  .shape4{
      top: -90px;
  }
  .book3Rad {
      margin-bottom: -40px;
  }
  .dienstleistungenContent0 .row, .dienstleistungenContent1 .row{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .hiddenTextDie{
    padding: 10px 20px;
  }
  .hiddenTextDie h4{
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .referenzenContent0{
      margin: 10px 0;
  }
  .referenzenContent0 h1{
      margin: 5px 0 20px 0;
  }
  .referenzenPhoto{
      margin: 15px 15px 10px 15px;
  }
  .referenzenPhoto:hover:before{
      top: 30%;
      background-size: 20px 20px;
      width: 20px;
      height: 20px;
      margin-top: -10px;
      margin-left: -10px;
  }
  .tab_list li a {
    padding: 15px 30px 15px 10px;
  }
  .mietmobiliarContent0{
    padding: 25px 0;
  }
  .mietmobiliarContent0 h1{
    margin-bottom: 25px;
  }
  .mietmobiliarContent0 .book3Rad{
      top: -40px;
  }
  .partnerContent0,
  .aktuellesContent0{
      padding: 30px 0;
  }
  .partnerContent0,
  .aktuellesContent0 h1{
    margin-bottom: 30px;
  }
  .partnerContent0 h3,
  .aktuellesContent0 h2{
      margin-bottom: 20px;
  }
  .partnerHolder{
      margin:0 0 25px 0;
  }
  .partnerLogo{
      height: 110px;
  }
  .partnerDetail{
    height: 100px;
  }
  .partnerDetail h3{
    margin:0 0 5px 0;
  }
  .aktuellesContent0 .row{
    margin-bottom: 20px;
  }

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

}
/*   MD   992>    */
@media (min-width: 992px){
    #footer .container  {
        padding-right:0;
        padding-left:0;
    }
}
/*   LG   1200>    */
@media (min-width: 1200px){
    .fancybox-margin { margin-right: 17px !important; }
    #wrapper-page {
        padding-bottom: 130px;
    }
    #footer {
        position: fixed;
        width: 100%;
        bottom: 0;
    }
}
/*   LG2   1600>    */
@media (min-width: 1600px){

}
@media screen and (max-width: 1200px) and (min-width: 768px){
    #header .container  {
        width: 100%;
        text-align: center;
    }
    #header .nav > li > a {
        padding: 36px 0 36px 0;
    }
}
