/* 
    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: 0;


}

.kontakt {
    color:#fff;
    padding-top: 5%;
    padding-bottom: 5%;
    letter-spacing: 1px;
    font-size: 15px;
}

.teamseite {
     color:#fff;
    padding-top: 5%;
    padding-bottom: 5%;
    letter-spacing: 1px;
    font-size: 20px;
    text-align: left;
    padding-left: 5%;
    font-weight: 900;
    line-height: 1.5;
    text-transform: uppercase;
}
.teamseite ul{list-style: none;
    list-style-position: outside;}
.teamseite li{ margin-left: -38px;}

.vorname {
    font-weight:100;
}
.kontakt a {
    color:#fff;
}

.kontakt ul{
    list-style: none;
    list-style-position: outside;
    
}
.kontakt li{
    margin-left: -38px;
}

.kontaktlogo {
    position: relative;
    width:100%;
    padding: 0% 5% 5% 5%;
}

.kontakt{
    text-align: left;
    padding-left: 5%;
}

.back-link{
    position: absolute;
    width:100%;
    z-index: 1000;
    left:0px;
    font-size: 18px;
    font-weight: 900;
    color: #fff;
    padding-top: 20px;
}

.back-link a{
    color: #fff;
    padding-left: 5%;
}


/*
/*-----------------------------------------------------------------------------------*/
/*	RESET
/*-----------------------------------------------------------------------------------*/
*,
*:before,

:focus {
    outline: 0 !important;
   
}
a {outline: 0 !important;
    -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.33%;height:auto;}

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

.item.w2 {width:66.66%;height:auto;}

.item.w3 {width:100%;height:auto;overflow:visible;}


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

.item.w2 {width:100%}

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

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





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






/**********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.04%;
  

}
.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: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding-bottom:10px;
    background:rgba(0, 0, 0, 0);
    -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;
}

.item-img-wrap:hover .worktitle{
    opacity: 1;
}
.item-img-wrap:hover img{
    -moz-transform: scale(1.15); 
    -webkit-transform: scale(1.15); 
    -o-transform: scale(1.15); 
    transform: scale(1.15); 
}

.worktitle{
    font-size: 20px;
    font-weight: 700;
    color:#000;
    position: absolute;
    bottom: 5%;
    right:5%;
    color:#fff;
    text-align: right;
    text-transform: uppercase;
    opacity: 0;
    
}

.date {
    font-weight: 100;
}

.fett {
    font-weight: bolder;
}

@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.3%;}

.greenfort {
    padding-bottom: 51.2%;
    height:0;
}

 

.villaost {
    padding-bottom: 42.2%;
    height:0;
}


.juweliert {
    height:0;
    padding-bottom: 18%;
}


.team {
    height:0;
    padding-bottom: 18%;
    cursor: pointer;
}



.casaduetto{
    height:0px;
    padding-bottom: 34.7%;
}


.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;
}

.casab {
    height: 0;
    padding-bottom: 44.5%;
}


.casabf {
    height:0;
    padding-bottom: 45.3%;
    z-index:2;
}

.bungalowk{
    height: 0;
    padding-bottom: 31.6%;
}


.kanzleig {
    height: 0;
    padding-bottom: 43%;
}

.firstclass {
    height: 0;
    padding-bottom: 27.0%;
}

.bettenbraun{
    height: 0;
    padding-bottom: 22.9%;
}

.twenty5hours{
    height: 0;
    padding-bottom: 44%;
}

.villaj {
    height: 0;
    padding-bottom: 26.2%;
}

.juweilierct {
    height: 0;
    padding-bottom: 19.4%;
}

.penthousew {
    height: 0;
    padding-bottom: 27.3%;
}

.moshmosh2010{
    height: 0;
    padding-bottom: 50.4%;
    z-index:3;
}

.penthouseka {
    height: 0;
    padding-bottom: 45.25%;
}

.weinrestaurant{
    height: 0;
    padding-bottom: 50%;
}

.moshmoshairport{
    height: 0;
    padding-bottom: 36.9%;
    z-index:3;
}

.juweliertzwei {
    height: 0;
    padding-bottom: 49.6%;
}

.casahl{
    height: 0;
    padding-bottom: 29.5%;
}

.bungalowp{
    height: 0;
    padding-bottom: 19.5%;
}

.villalamar {
    height: 0;
    padding-bottom: 48.958%;
}

.casaS {
    height: 0;
    padding-bottom: 44%;
}

.casab2011 {
    height: 0;
    padding-bottom: 34.51%;
}

.villak {
    height: 0;
    padding-bottom: 45.5%;
}

.palazzocubico {
    height: 0;
    padding-bottom: 44.4%;
}

.moshmoshwi {
    height: 0;
    padding-bottom: 22.6%;
}
.moshmoshwi img{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height: 100%;
}

.csw {
    height: 0;
    padding-bottom: 38.5%;
}

.moshmoshcgn {
    height:0;
    padding-bottom: 43.3%;
}

.moshmoshdus{
    height: 0;
    padding-bottom: 38.5%;
}

.modehausr {
    height: 0;
    padding-bottom: 26.05%;
}

.penthouseg {
    height: 0;
    padding-bottom: 50%;
}

.juweliert2 {
    height: 0;
    padding-bottom: 30.7%;
}

.oost {
    height: 0;
    padding-bottom: 31.7%;
}

.diekuh {
    height: 0;
    padding-bottom: 22.3%;
}

.casars {
    height: 0;
    padding-bottom: 45.75%;
}

.casal{
    height: 0;
    padding-bottom: 24.5%;
}

.stadtwerke {
    height: 0;
    padding-bottom: 28%;
}

.trecase{
    height: 0;
    padding-bottom: 21.3%;
}

.penthouses {
    height: 0;
    padding-bottom: 43.6%;
}

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

.logo2 img{
    width:98%;
    height: auto;
    padding:1%;
    padding-top:1.8%;
}

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

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


.apartments {
    height: 0;
    padding-bottom: 45.6%;
}

.casapk {
    height: 0;
    padding-bottom: 47.1%;
}

.apartmento {
    height: 0;
    padding-bottom: 47%;
}

.computerlabor {
    height: 0;
    padding-bottom: 52%;
}

.carhart {
     height: 0;
    padding-bottom: 50%;
}

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

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

.lazy{position: absolute;
    top: 0;
    left: 0;
    width: 101%;
    height: 101%;
 border: solid 0px #000 !important;}




@media(max-width:400px){
    
    .logo{
        padding-bottom: 12%;
    }
    .bungalowb {
        padding-bottom: 76.3%;
    }
    
    .villaost {
        padding-bottom: 126%;
    }
    .greenfort {
        padding-bottom: 160%;
    }
    .juweliert {
        padding-bottom: 52%;
    }
    
    .team {
        padding-bottom: 54%;
    }
    
    .casaduetto {
        padding-bottom: 52%;
    }
    .casab {
        padding-bottom: 135%;
    }
    
    .casabf{
        padding-bottom: 67.6%;
    }
    .bungalowk {
        padding-bottom: 91%;
    }
    
    .bettenbraun {
        padding-bottom: 68%;
    }
    .twenty5hours {
        padding-bottom: 131%;
    }
    .villaj{
        padding-bottom: 77%;
    }
    .juweilierct {
        padding-bottom: 51.4%;
    }
    .casab2011 {
        padding-bottom: 51%;
    }
    .penthousew {
        padding-bottom: 81%;
    }
    .moshmosh2010 {
        padding-bottom: 142%;
    }
    .penthouseka {
        padding-bottom: 134%;
    }
    .weinrestaurant {
        padding-bottom: 150%;
    }
    .moshmoshairport {
        padding-bottom: 55%;
    }
    .juweliertzwei {
    padding-bottom: 149%;
    }
    
    .kanzleig {
        padding-bottom: 133%;
    }
    .firstclass {
        padding-bottom: 81%;
    }
    .casahl {
        padding-bottom: 81%;
    }
    .bungalowp {
        padding-bottom: 58%;
    }
    .villalamar {
        padding-bottom: 137.3%;
    }
    .casaS{
        padding-bottom: 132%;
    }
    .villak {
        padding-bottom: 68%;
    }
    .palazzocubico {
        padding-bottom: 66%;
    }
    .moshmoshwi {
        padding-bottom: 67%;
    }
    .moshmoshcgn{
        padding-bottom: 131%;
    }
    .csw {
        padding-bottom: 115%;
    }
    .moshmoshdus {
        padding-bottom: 115%;
    }
    .modehausr {
        padding-bottom: 75%;
    }
    .penthouseg {
        padding-bottom: 75%;
    }
    .juweliert2 {
        padding-bottom: 92%;
    }
    .oost {
        padding-bottom: 95%;
    }
    .diekuh {
        padding-bottom: 67%;
    }
    .casars {
        padding-bottom: 133%;
    }
    .casal {
        padding-bottom: 73%;
    }
    .stadtwerke {
        padding-bottom: 85%;
    }
    .trecase {
        padding-bottom: 64%;
    }
    .penthouses {
        padding-bottom: 131%;
    }
    .apartments {
        padding-bottom: 68%;
    }
    .casapk {
        padding-bottom: 72%;
    }
    .apartmento {
        padding-bottom: 141%;
    }
    .computerlabor {
        padding-bottom: 157%;
    }
    .carhart {
        padding-bottom: 75%;
    }
    
    .logo3 img{
        width:100%;
        height:auto;
        padding-top: 20px;
        
    }
    .logo2 {
        padding-bottom: 8%;
    }
    .logo3{
        padding-bottom: 12%;
    }
    
    .boxingclub {
        padding-bottom: 123%;
    }
}

.impressum-link p{

    padding-bottom: 5%;
    padding-left: 2%;
    color: #fff;
    cursor: pointer;
}

.impressum {
    position: fixed;
    width:96%;
    height:96%;
    left: 2%;
    top:2%;
    background-color: rgba(0,0,0,0.9);
    z-index:4000;
    overflow-y: scroll;
    color: #fff;
     font-family: 'Roboto', sans-serif;
    padding:5%;
    display: none;
    
}
.impressum a {
    color:#fff;
}

.impressum h3 {
    text-transform: uppercase;
    font-size:15px;
    font-weight: 700;
    margin-top: 20px;
}


.impressum-close{
    position: fixed;
    right:5%;
    top:5%;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
}


.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-serif;
    line-height: 2;
    
}
.contactfeldcontact li{
    margin-left: -38px;
}

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


.teamfeld {
   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;
}

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