/* 
    Document   : Quick - video bg
    Created on : Jul 22, 2014, 10:15:10 PM
    Author     : Design_mylife
    Description:Multi options one page creative theme for agencies
    Version    : V1.3
*/
html, body{
    height:100%;
}
body { 
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-family:  'Roboto', sans-serif;
    color:#000000;
    font-size: 15px;
    line-height: 24px;
    background-color: #000;
    margin: 0px;
}

#container p{
    color: #fff;
    padding: 3%;
    font-size:12px;
}

#container a{
    color: #fff;
}
/*
/*-----------------------------------------------------------------------------------*/
/*	RESET
/*-----------------------------------------------------------------------------------*/
*,
*:before,

:focus {
    outline: 0 !important;
   
}
a {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color:#000;
    text-decoration: none;
}
a:hover{
    color:#1a1a1a;
    text-decoration:none;
}
strong,b{
    font-weight: 400;
    font-family:  'Roboto', sans-serif;
}
h1,h2,h3,h4,h5,h6{
    margin-top: 0px;
    font-family:  'Roboto', sans-serif;
}
p{
    letter-spacing: 0.09em;
}
label{
    font-weight: 400;
}
.section-padding{
    padding-top: 80px;
    padding-bottom: 50px;

}
.divided-50{
    height: 50px;
    width:100%;
}
.margin-btm-30{
    margin-bottom: 30px;
}
::selection {
    background:#1a1a1a; /* Safari */
    color: #fff;
}
::-moz-selection {
    background:#1a1a1a; /* Firefox */
    color: #fff;
}
/**********bootstrap navigation overrides***********/


/**********GRID***********/

.grider-sizer {width:33.333%;}

.item { width:33.333%;height:auto;}

.item.w2 {width:66.666%;}

.item.w3 {
    position: absolute; 
    left:0px; 
    width:100%;
    height:auto;
    z-index: 100;
    webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;}


.item.w3 img{width:100vh;height:auto}

.item.w4 {width:100%;height:auto;padding-bottom: 120%;}
.item.w4 img{width:100%;height:auto;}


@media(max-width:400px){
    .grider-sizer{
    width:100%;
}
    
.item { width:100%}

.item.w2 {width:100%}
    
.villat{width:100%;}    
    
}

 /*@media(min-width:1200px){
    
    .grider-sizer{
        width:20%;
    }
    
    .item {width:25%;}
    .item.w2 {width:50%;}
}  */  
    




.logo{
    height:0;
    padding-bottom: 3%;
    display: none;
   cursor: pointer;
    
}

.schwarz {
    background-color: #fff;
}

.logo img{
    position: absolute;
    top: 0;
    left: 0;
    margin:2% 2% 2% 2%;
    width: 96%;
    height: auto;
    cursor: pointer;
}


.logo2 {
    height:0;
    padding-bottom: 6%;
    display: none;
    cursor: pointer;
}

.logo2 img{
    top:3px;
    left:1px;
    width:99%;
    height: auto;
   
    padding: 2%;
    cursor: pointer;
}

.logo3 {
    height: 0;
    padding-bottom: 6%;
    cursor: pointer;
}

.logo3 img {
    width:98%;
    padding:3% 1% 1% 1%;
    height: auto;
}


.img-responsive {
    width:100%;
    height:auto;
}


.back-link{
    position: fixed;
    width:400px;
    z-index: 1000;
    margin: 20px;
    font-size: 18px;
    font-weight: 900;
    color: #fff;
}

.back-link a{
    color: #fff;
    text-transform: uppercase;
    18px;
}

.back-link a:hover{
    color:black;
}

.back-link img{
    width:100%;
}

/**********back to top*************/
.scrollToTop{
    width:60px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-align:center; 
    background: whiteSmoke;
    font-weight: bold;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    position:fixed;
    bottom:0px;
    right:15px;
    z-index: 999999;
    display:none;
    background: #000;
    opacity:0.5;
    transition: all 0.3s;
}
.scrollToTop:hover{
    text-decoration:none;
    opacity: 1;
    color:#fff;
}


.item-img-wrap{
    position: relative;
    overflow: hidden;
    margin-bottom: -0.065%;
    margin-top:0px;
    margin-right: 0px;
    margin-left: 0px;
     
  

}

.item-img-wrap1{
    position: relative;
    overflow: hidden;
  

}


.item-img-wrap img{
    -webkit-transition:all 200ms linear; 
    -moz-transition:all 200ms linear; 
    -o-transition:all 200ms linear; 
    -ms-transition:all 200ms linear; 
    transition:all 200ms linear; 
}
.item-img-overlay{
    position: absolute;
    width:100%;
    height: 100%;
    left: 0;
    top: 0;
}
.item-img-overlay a{
    width: 80%;
    height: 80%;
    position: absolute;
    top: 10%;
    left: 10%;
    padding-bottom:10px;
    background:rgba(0, 0, 0, 0.7);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: opacity 250ms linear;
    transition: opacity 250ms linear;
}

.item-img-wrap:hover .item-img-overlay a{
    opacity: 1;
}


.worktitle{
    font-size: 20px;
    font-weight: 700;
    color:#000;
    position: absolute;
    bottom: 5px;
    right:10px;
    text-transform: uppercase;
    color:#fff;
    max-width:70%;
}

@media(max-width:800px){
    .worktitle {
      font-size: 15px;  
    }
}


.load {
    position: fixed;
    width:100%;
    height:100%;
    background-color: #000;
    z-index:1000;
    text-align: center;
}

.loading-gif {
    width:100px;
    height:100px;
    position: relative;
    top:45%;
}

.grid-sizer {width:33.33%;}

.villaj1 {
    
}

.pt2 {
    padding-top:2%;
}
.pt4 {
    padding-top: 4%;
}

.pt5 {
    padding-top: 5%;
}

.pt8 {
    padding-top: 8%;
}
.pt9 {
    padding-top: 9%;
}

.pt15 {
    padding-top: 15%;
}

.pt16 {
    padding-top:16%;
}


.p1 {
    height: 0;
    padding-bottom: 1%;
}

.p2 {
    height: 0;
    padding-bottom: 2%;
}

.p3 {
    height: 0;
    padding-bottom: 3%;
}

.p4 {
    height: 0;
    padding-bottom: 4%;
}

.p5 {
    height: 0;
    padding-bottom: 5%;
}

.p6 {
    height: 0;
    padding-bottom: 6%;
}

.p7 {
    height: 0;
    padding-bottom: 7%;
}

.p8 {
    height: 0;
    padding-bottom: 8%;
}

.p9 {
    height: 0;
    padding-bottom: 9%;
}

.p10 {
    height: 0;
    padding-bottom: 10%;
}

.p11 {
    height: 0;
    padding-bottom: 11%;
}

.p12 {
    height: 0;
    padding-bottom: 12%;
}

.p13 {
    height: 0;
    padding-bottom: 13%;
}

.p14 {
    height: 0;
    padding-bottom: 14%;
}

.p15 {
    height: 0;
    padding-bottom: 15%;
}

.p16 {
    height: 0;
    padding-bottom: 16%;
}

.p17 {
    height: 0;
    padding-bottom: 17%;
}

.p18 {
    height: 0;
    padding-bottom: 18%;
}
.p19 {
    height: 0;
    padding-bottom: 19%;
}

.p20 {
    height: 0;
    padding-bottom: 20%;
}
.p21 {
    height: 0;
    padding-bottom: 21%;
}

.p22, .p22x {
    height: 0;
    padding-bottom: 22%;
}

.p23 {
    height: 0;
    padding-bottom: 23%;
}

.p24 {
    height: 0;
    padding-bottom: 24%;
}

.p25, .p25x {
    height: 0;
    padding-bottom: 25%;
}

.p25plus {
    padding-bottom: 25.5%;
}

.p26 {
    height: 0;
    padding-bottom: 26%;
}

.p27 {
    height: 0;
    padding-bottom: 27%;
}

.p28, .p28x {
    height: 0;
    padding-bottom: 28%;
}

.p29 {
    height: 0;
    padding-bottom: 29%;
}

.p30 {
    height: 0;
    padding-bottom: 30%;
}

.p31 {
    height: 0;
    padding-bottom: 31%;
}

.p32, .p32x {
    height: 0;
    padding-bottom: 32%;
}

.p33 {
    height: 0;
    padding-bottom: 33%;
}

.p34 {
    height: 0;
    padding-bottom: 34%;
}

.p35 {
    height: 0;
    padding-bottom: 35%;
}

.p36 {
    height: 0;
    padding-bottom: 36%;
}

.p37, .p37x {
    height: 0;
    padding-bottom: 37%;
}

.p38, .p38x {
    height: 0;
    padding-bottom: 38%;
}

.p39, .p39x {
    height: 0;
    padding-bottom: 39%;
}

.p40 {
    height: 0;
    padding-bottom: 40%;
}

.p41 {
    height: 0;
    padding-bottom: 41%;
}

.p42, .p42x {
    height: 0;
    padding-bottom: 42%;
}

.p43, .p43x {
    height: 0;
    padding-bottom: 43%;
}

.p43plus {
    padding-bottom: 43.8%;
}

.p44, .p44x {
    height: 0;
    padding-bottom: 44%;
}

.p45 {
    height: 0;
    padding-bottom: 45%;
}

.p46, .p46x {
    height: 0;
    padding-bottom: 46%;
}

.p47, .p47x {
    height: 0;
    padding-bottom: 47%;
}

.p48, .p48x {
    height: 0;
    padding-bottom: 48%;
}

.p49 {
    height: 0;
    padding-bottom: 49%;
}

.p50, .p50x {
    height: 0;
    padding-bottom: 50%;
}

.p51 {
    height: 0;
    padding-bottom: 51%;
}

.p52, .p52x {
    height: 0;
    padding-bottom: 52%;
}

.p53, .p53x {
    height: 0;
    padding-bottom: 53%;
}

.p54 {
    height: 0;
    padding-bottom: 54%;
}

.p55, .p55x {
    height: 0;
    padding-bottom: 55%;
}

.p56, .p56x {
    height: 0;
    padding-bottom: 56%;
}

.p57 {
    height: 0;
    padding-bottom: 57%;
}

.p58 {
    height: 0;
    padding-bottom: 58%;
}

.p59 {
    height: 0;
    padding-bottom: 59%;
}

.p60 {
    height: 0;
    padding-bottom: 60%;
}

.p61 {
    height: 0;
    padding-bottom: 61%;
}

.p62, .p62x {
    height: 0;
    padding-bottom: 62%;
}

.p63 {
    height: 0;
    padding-bottom: 63%;
}

.p64 {
    height: 0;
    padding-bottom: 64%;
}

.p65 {
    height: 0;
    padding-bottom: 65%;
}

.p66, .p66x {
    height: 0;
    padding-bottom: 66%;
}
.p67, .p67x {
    height: 0;
    padding-bottom: 67%;
}


.p68 {
    height: 0;
    padding-bottom: 68%;
}

.p69 {
    height: 0;
    padding-bottom: 69%;
}

.p70 {
    height: 0;
    padding-bottom: 70%;
}

.p71 {
    height: 0;
    padding-bottom: 71%;
}

.p72 {
    height: 0;
    padding-bottom: 72%;
}

.p73 {
    height: 0;
    padding-bottom: 73%;
}

.p74 {
    height: 0;
    padding-bottom: 74%;
}

.p75 {
    height: 0;
    padding-bottom: 75%;
}

.p76 {
    height: 0;
    padding-bottom: 76%;
}

.p77 {
    height: 0;
    padding-bottom: 77%;
}

.p78 {
    height: 0;
    padding-bottom: 78%;
}

.p79 {
    height: 0;
    padding-bottom: 79%;
}

.p80 {
    height: 0;
    padding-bottom: 80%;
}

.p81, .p81x {
    height: 0;
    padding-bottom: 81%;
}

.p82 {
    height: 0;
    padding-bottom: 82%;
}

.p83 {
    height: 0;
    padding-bottom: 83%;
}

.p84 {
    height: 0;
    padding-bottom: 84%;
}

.p85 {
    height: 0;
    padding-bottom: 85%;
}

.p86, .p86x {
    height: 0;
    padding-bottom: 86%;
}

.p87 {
    height: 0;
    padding-bottom: 87%;
}


.p88, .p88x {
    height: 0;
    padding-bottom: 88%;
}

.p89, .p89x{
    height: 0;
    padding-bottom: 89%;
}





.p90 {
    height: 0;
    padding-bottom: 90%;
}

.p91 {
    height: 0;
    padding-bottom: 91%;
}

.p92 {
    height: 0;
    padding-bottom: 92%;
}

.p93 {
    height: 0;
    padding-bottom: 93%;
}

.p94 {
    height: 0;
    padding-bottom: 94%;
}

.p95 {
    height: 0;
    padding-bottom: 95%;
}

.p96, .p96x {
    height: 0;
    padding-bottom: 96%;
}

.p97 {
    height: 0;
    padding-bottom: 97%;
}

.p98, .p98x {
    height: 0;
    padding-bottom: 98%;
}

.p99 {
    height: 0;
    padding-bottom: 99%;
}

.p100, .p100x {
    height: 0;
    padding-bottom: 100%;
}

.p103 {
   height: 0;
    padding-bottom: 103%; 
}


@media(max-width:400px) {
    
    .p13{
        padding-bottom: 42%;
    }
    .p15 {
        padding-bottom: 45%;
    }
    .p18 {
        padding-bottom: 54%;
    }
    .p19{
        padding-bottom: 57%;
    }
    .p20 {
        padding-bottom: 60%;
    }
    .p21 {
        padding-bottom: 65%;
    }
    
    .p22 {
        padding-bottom: 67%;
    }
    .p23{
        padding-bottom: 70%;
    }
    
    .p24{
        padding-bottom: 73%;
    }
    
    .p25 {
        padding-bottom: 75%;
    }
    .p25x {
        padding-bottom: 75%;
    }
    
    .p26 {
        padding-bottom: 77%;
    }
    .p27 {
        padding-bottom: 81%;
    }
    .p28{
        padding-bottom: 83%;
    }
    .p28x {
        padding-bottom: 43%;
    }
    .p29 {
        padding-bottom: 87%;
    }
    .p30 {
        padding-bottom: 90%;
    }
    .p31 {
        padding-bottom: 93%;
    }
    .p32 {
        padding-bottom: 96%;
    }
    .p32x{
        padding-bottom: 49%;
    }
    .p33{
        padding-bottom: 100%;
    }
    .p34{
        padding-bottom: 102%;
    }
    .p35 {
        padding-bottom: 105%;
    }
    .p36 {
        padding-bottom: 108%;
    }
    .p37 {
        padding-bottom: 111%;
    }
    .p37x {
        padding-bottom: 56%;
    }
    .p40{
        padding-bottom: 120%;
    }
    .p42{
        padding-bottom: 128%;
    }
    .p42x{
        padding-bottom: 62%;
    }
    .p43 {
        padding-bottom: 129%;
    }
    .p43x {
        padding-bottom: 64%;
    }
    
    .p44{
        padding-bottom: 133%;
    }
    .p44x{
        padding-bottom: 72%;
    }
    .p45{
        padding-bottom: 134%;
    }
    .p46{
        padding-bottom: 138%;
    }
    .p46x {
        padding-bottom: 70%;
    }
    .p47{
        padding-bottom: 143%;
    }
    .p48{
      padding-bottom:  144%;
    }
    .p49{
        padding-bottom: 147%;
    }
    .p50 {
        padding-bottom: 150%;
    }

    .p50x {
        padding-bottom: 75%;
    }
    .p51 {
        padding-bottom: 154%;
    }
    .p52 {
        padding-bottom: 156%;
    }
    .p52x {
        padding-bottom: 77%;
    }
    .p53 {
        padding-bottom: 159%;
    }
    .p56 {
        padding-bottom: 168%;
    }
    .p56x {
        padding-bottom: 87%;
    }
    .p58 {
        padding-bottom: 174%;
    }
    .p59 {
        padding-bottom: 177%;
    }
    .p60 {
        padding-bottom: 180%;
    }
    .p61 {
        padding-bottom: 183%;
    }
    .p62 {
        padding-bottom: 186%;
    }
    .p62x {
        padding-bottom: 96%;
    }
    .p64 {
        padding-bottom: 192%;
    }
    .p66x{
    padding-bottom: 103%;
    }
    .p79 {
        padding-bottom: 237%;
    }
    .p81 {
        padding-bottom: 243%;
    }
    .p86x {
        padding-bottom: 134%;
    }
    .p88x{
        padding-bottom: 130%;
    }
    .p89 {
    padding-bottom: 267%;
    }
    .p89x {
        padding-bottom: 133%;
    }
    .p96x {
        padding-bottom: 150%;
    }
    .p98x {
        padding-bottom: 147%;
    }
    
    .p100 {
        padding-bottom: 300%;
    }
    .p100x {
        padding-bottom: 156%;
    }
    .p103 {
        padding-bottom: 160%;
    }
    
    .logo{
        padding-bottom: 12%;
    }
    
    .logo2 {
        padding-bottom: 8%;
    }
    
    .logo3{
        padding-bottom: 2%;
    }
    .logo3 img{
        width:100%;
        height:auto;
        padding: 0px;
    }
    
 .pt16, .pt5, .pt8, .pt9, .pt2, .pt15, .pt4 {
     padding-top:0%;
 }   
 
.projecttitle {
    width:60%;
    max-width: 60%;
    text-transform:uppercase;
}    
    
}

.lazy{
     outline: 0 !important; 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    
}


.projecttitle {
    position: fixed;
    margin: 20px;
    right:0px;
    z-index: 101;
    color: #fff;
    font-weight: 900;
    font-size: 18px;
    text-align: right;
    width:75%;
    text-transform: uppercase;
    letter-spacing: px;
}

.date {
    font-weight: 200;
}

.ort {
    font-weight: 500;
}

.contactfeld {
    position: fixed;
    width:96%;
    height:96%;
    left: 2%;
    top:2%;
    background-color: rgba(0,0,0,0.9);
    z-index:3000;
    display: none;
    overflow: hidden;
}

.contactfeld a{
    color: #fff;
}
.contactfeldlogo {
    width:90%;
    margin: 5%;
    padding-bottom: 30px;
}

.contactfeldcontact{
    color: #fff;
    text-align: left;
    padding-left: 5%;
}

.kontakt a {
    color:#fff;
}

.contactfeldcontact ul{
    list-style: none;
    list-style-position: outside;
    font-family: 'Roboto Sans', sans-serif;
    line-height: 2;
    
}
.contactfeldcontact li{
    margin-left: -38px;
}

.contactfeld-close{
    position: absolute;
    right:5%;
    top:2%;
    font-family: 'Roboto Sans', sans-serif;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
}
.contactfeld-close p{
    cursor: pointer;
}


