.preloader{
  position:fixed;
  width:100%;
  height:100%;
  background:white;
  z-index:99999;
}
 
.preloader .item{
  position:absolute;
  width:100px;
  height:100px;
  left:50%;
  top:50%;
  margin-left:-50px;
  margin-top:-50px;
} 


html, body{
font-family: 'Roboto Condensed', sans-serif;

  font-size:15px;
  -webkit-font-smoothing: subpixel-antialiased!important;
  color:black;
  font-weight:400;
  height:100%;
  background-color: #000000;
}

a{
  text-decoration:none;
  
  font-size:14px;
}
a.contact{
color: #ccc;
}

h1{
  font-size:100px;
  color:white;
  letter-spacing:1000px;
  line-height:1.2;
}

p{
  font-size:14px;
  color:white;
  font-weight:300;
  letter-spacing:1px;
  margin-top:40px;
}


h1 span{
  color:#2fa68e;
}


::selection {
  background: #000;
  color:white;
}

::-moz-selection {
  background: #ada074;
  color:white;
}


.container{
  position:absolute;
  width:100%;
  height:100%;
}






/* Start page */

.start-page{
  position:relative;
  width:100%;
  height: 80%;
  z-index:10;
  background: #000 bottom center fixed no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.produkte-page{
  position:relative;
  width:100%;
  height:20%;
  z-index:10;
  background: #000 url(../img/slider/slider_produkte_moebel.jpg) bottom center fixed no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.start-page hr{
  color: white;
  margin-top:30px;
  background-color: #000000;
  height: 1px;
  width:106px;
  border:0;

}

.start-page .opacity{
  position:absolute;
  width:100%;
  height:100%;
  background:rgba(51,51,51,0.5); /* Standard Off */
}


.start-page .content{
  position:relative;
  width:700px;
  margin:0 auto;
  height:100%;
}

.start-page .content .text{
  position:absolute;
  text-align:center;
  margin:auto;
  top:0; 
  left:0; 
  bottom:0; 
  right:0;
  width:700px;
  height:300px;
}

.start-page .content .text .logo{
  width:300px;
  height:auto;
  margin:0 auto 15px;
  
}


.start-page .content .text .read-more{
  width:183px;
  height:47px;
  margin:100px auto;
  line-height:47px;
  border:1px solid white;
  text-transform:uppercase;
  color:white;
  display:block;
  cursor:pointer;
  font-size:14px;
  letter-spacing:1px;
  background:none;
  -webkit-transition: all 0.6s ease-in;
	-moz-transition: all 0.6s ease-in;
	-ms-transition: all 0.6s ease-in;
	-o-transition: all 0.6s ease-in;
	transition: all 0.6s ease-in;
}

.start-page .content .text .read-more:hover{
  color:white;
  background: #ada074;
  border:1px solid #ada074;
}

.start-page .content .arrow-down{
  position: absolute;
  bottom: 110px;
  left: 50%;
  margin-left: -10px;
  width: 21px;
  height: 29px;
  background: url(../img/arrow-down.png) no-repeat center center;
  display: block;
  -webkit-animation: bounce-fade 1.2s infinite; /* Safari 4+ */
  -moz-animation:    bounce-fade 1.2s infinite; /* Fx 5+ */
  -o-animation:      bounce-fade 1.2s infinite; /* Opera 12+ */
   animation:        bounce-fade 1.2s infinite; /* IE 10+ */
}


@-webkit-keyframes bounce-fade {
    0%   { opacity: 0; bottom: 70px; }
    100% { opacity: 1; bottom: 35px; }
}
@-moz-keyframes bounce-fade {
    0%   { opacity: 0; bottom: 70px; }
    100% { opacity: 1; bottom: 35px; }
}
@-o-keyframes bounce-fade {
    0%   { opacity: 0; bottom:70px; }
    100% { opacity: 1; bottom: 35px; }
}
@keyframes bounce-fade {
    0%   { opacity: 0; bottom: 70px; }
    100% { opacity: 1; bottom: 35px; }
}


/* Menu mobile */

.menu-media{
  position:relative;
  width:100%;
  height:90px;
  background: #000;
  z-index:1000;
  display:none;
}

.menu-media .menu-content{
  width:280px;
  position:relative;
  margin:0px auto;
}

.menu-media .menu-content .logo {
   color:white;
   font-weight:700;
   font-size:24px;
   width:auto;
   line-height:;
   float:left;
   list-style: none;
}

.menu-media .menu-content .icon{
  width:41px;
  height:23px;
  float:right;
  line-height:100px;
}

.menu-click{
  display:none;
}


.menu-click li {
  position:relative;
  width:100%;
  height:auto;
  color:#ccc;
  font-size:18px;
  text-align:center;
  line-height:6;
  z-index:1000;
  border-bottom:3px solid #333;
  -webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
 }

.menu-click li:hover {
  color:#ccc;
 }


/* Menu */



/* gross */
.navigation {
  width:100%;
  position:fixed;
  height:250px;
  background:#fff url(../img/navigation_bg.jpg);

  transition: all .4s ease;
  
}
.navigation .menu-stick {
  text-align:center;
  padding-top:1.5rem;
  transition: all .4s ease;
  width: 600px;
  margin: auto;
}
.navigation .logo {
background:url(../img/logo_359.png) no-repeat;
margin: auto;
width: 379px;
height: 152px;
}
.navigation .menu-punkte {
	margin: auto;
	padding-top: 15px;
  color: #ccc;
  font-size:30px;
  transition: all .4s ease;
    text-align: center;
}


.menu {
  position:relative;
  color: #ccc;
  width:100%;
  height:auto;
  background: #000;
  border-bottom:0px solid #f2f2f2;
  z-index:1000;
  opacity: 1;
}

.menu-content{
  width:700px;
  position:relative;
  margin:0 auto;
}



.menu-content ul{

  width:600px;
  left:50%;

  list-style:none;
}

.menu-content li{
   display:inline-block;
   position:relative;
}

.menu-content li a{
  color:#ccc;
  font-size: 20px;
  display: block;
  padding: 0 10px 0 5px;
  line-height:80px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.menu-content li.active a{
  color:#2c90cf;
}

.menu-content li a:hover{
  color:#2c90cf;
}

/* verkleinern */
.kleiner {
  height:75px;
  box-shadow: 1px 1px 7.5px black;
}
.kleiner .menu-stick{
  padding-top:1.5rem;
}
.kleiner .logo{
  background:url(../img/logo_typo.png) no-repeat;
width: 171px;
height: 39x;
display:block;
}
.kleiner .menu-punkte {
  padding-top: 0px;
}
.text {
  width:600px;
  margin:auto;
  display:block;
  padding-top:12rem;
}


/* About us */

.about-us{
  position:relative;
  width:100%;
  height: auto;
  background:url() bottom center fixed no-repeat #ccc;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index:10;
}

.about-us .content{
  position:relative;
  width:900px;
  margin: 0 auto;
  overflow: hidden;
}

.about-us h1{
  font-size:35px;
  color: #2c90cf;
  text-align:center;
  margin-top:120px;
  letter-spacing:6px;
  font-weight:400;
  text-transform:uppercase;
  line-height:1.5;

}

.about-us hr{
  color: black;
  margin-top:30px;
  background-color: #999;
  height: 1px;
  width: 200px;
  border:0;

}

.about-us p.title{
  color: #666;
  margin:40px auto;
  width:auto;
  max-width: 600px;
  line-height:26px;
  letter-spacing:0;
  font-size:16px;
  font-weight:300;
  text-align:center;
}

.about-us h2{
  text-align:center;
  margin-top:50px;
  font-size:16px;
  color: #2c90cf;
  line-height:1.5;
  letter-spacing: 6px;
  text-transform:uppercase;
  width:100%;
  position:relative;
  font-weight:400;
}

.about-us p{
  text-align:center;
  font-size:16px;
  width:250px;
  margin:30px auto;
  color:#333;
  line-height:26px;
  letter-spacing:0;
  position:relative;
  font-weight:300;
}

.about-us .column-one{
  margin-top:40px;
  width:300px;
  float:left;
  margin-bottom:70px;
  height:350px;
}

.about-us .column-one .circle-one{
  height: 178px;
  position:relative;
  margin:0 auto;

  background: url(../img/icons/lebensdauer.png) no-repeat center center;

  
  width: 100px;
  cursor:pointer;
    -webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.about-us .column-one .circle-one:hover{

}

.about-us .column-two{
  margin-top:40px;
  width:300px;
  float:left;
  margin-bottom:70px;
  height:350px;
}

.about-us .column-two .circle-two{
  height: 178px;
  position:relative;
  margin:0 auto;
  background: url(../img/icons/temperatur.png) no-repeat center center;

  width: 100px;
    cursor:pointer;
    -webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.about-us .column-two .circle-two:hover{
}


.about-us .column-three{ 
  margin-top:40px;
  width:300px;
  float:left;
  margin-bottom:70px;
  height:350px;
}

.about-us .column-three .circle-three{ 
  height: 178px;
  position:relative;
  margin:0 auto;
  background: url(../img/icons/effizienz.png)  no-repeat center center;

  width: 100px;
  cursor:pointer;
  -webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.about-us .column-three .circle-three:hover{ 
}



/* produkte */


.produkte{
  position:relative;
  width:100%;
  background:#f2f2f2;
  z-index:10;
  min-height: 800px;
}

.produkte .content{
  position:relative;
  width:900px;
  margin: auto;
  overflow: hidden;

}

.produkte h1{
  font-size:35px;
  color: #2c90cf;
  text-align:center;
  margin-top:120px;
  letter-spacing: 6px;
  font-weight:400;
  text-transform:uppercase;
  line-height:1.5;

}

.produkte hr{
  color: black;
  margin-top:30px;
  background-color: #ccc;
  height: 2px;
  width: 200px;
  border:0;

}

.produkte p.title{
  color: #333;
  margin:40px auto;
  width:auto;
  max-width: 600px;
  line-height:26px;
  letter-spacing:0;
  font-size:14px;
  font-weight:300;
  text-align:center;


}

.produkte h2{
  text-align:center;
  margin-top:50px;
  font-size:16px;
  color: #2c90cf;
  line-height:1;
  letter-spacing: 10px;
  text-transform:uppercase;
  width:100%;
  position:relative;
  font-weight:400;
}

.produkte p{
  text-align:center;
  font-size:16px;
  width:250px;
  margin:30px auto;
  color:#666;
  line-height:26px;
  letter-spacing:0;
  position:relative;
  font-weight:300;


}



.produkte .column-one{
  margin-top:40px;
  width:300px;
  float:left;
  margin-bottom:70px;
  height:auto;
}

.produkte .column-one .thumb-one{
  height: 150px;
  width: 150px;
  position:relative;
  margin:0 auto;

  background: url(../img/produkte/moebel/02_moebel_hocker.jpg) no-repeat center center;

    -webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.produkte .column-one .thumb-one:hover{
	opacity: .6;

}

.produkte .column-two{
  margin-top:40px;
  width:300px;
  float:left;
  margin-bottom:70px;
  height:auto;
}

.produkte .column-two .thumb-two{
  height: 150px;
  width: 150px;
  position:relative;
  margin:0 auto;
  background: url(../img/produkte/moebel/02_moebel_hocker.jpg) no-repeat center center;

    -webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.produkte .column-two .thumb-two:hover{
		opacity: .6;

}


.produkte .column-three{ 
  margin-top:40px;
  width:300px;
  float:left;
  margin-bottom:70px;
  height:auto;
}

.produkte .column-three .thumb-three{ 
 height: 150px;
  width: 150px;
  position:relative;
  margin:0 auto;
  background: url(../img/produkte/moebel/02_moebel_hocker.jpg) no-repeat center center;

  -webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.produkte .column-three .thumb-three:hover{ 
	opacity: .6;

}

.produkte .produkte-margin{
  position:relative;
  width:900px;
  overflow:hidden;
  margin:0 auto;

}

.read-more{
  width: 50px;
  height:auto;
  position:relative;
  margin:10px auto 10px;
  line-height:0px;
  border:1px solid #333333;
  text-transform:;
  text-align:center;
  color:#333333;
  cursor:pointer;
  font-size:16px;
  background:none;
  -webkit-transition: all 0.6s ease-in;
	-moz-transition: all 0.6s ease-in;
	-ms-transition: all 0.6s ease-in;
	-o-transition: all 0.6s ease-in;
	transition: all 0.6s ease-in;
	letter-spacing:1px;
	margin-bottom: 300px;
}


	

.produkte .produkte-margin .read-more:hover{
  background:#ada074;
  color:white;
  border:1px solid #ada074;
  
}

.produkte .produkte-margin h1{
  font-size:20px;
  color: #7d3d8f;
  text-align:center;
  margin-top:120px;
  letter-spacing:20px;
  font-weight:200;
  text-transform:uppercase;
  line-height:1.2;
}

.produkte .produkte-margin hr{
  color: black;
  margin-top:30px;
  background-color: black;
  height: 1px;
  width:106px;
  border:0;
}




/* produkte grid */

.grid{
  margin-top:70px;
  width:100%;
  position:relative;
  margin-bottom:70px;
  overflow:hidden;
}

.grid li{
  width:285px;
  margin:0 15px 15px 0;
  float: left;
  position: relative;
  overflow: hidden;
}

.grid img{
  width:285px;
  float: left;
  position: relative;
}

.grid .text {
  position: absolute;
  width: 285px;
  height:100%;
  background: rgba(125,61,143,0.5);
  z-index: 2;
  opacity:0;
    -webkit-transition: all 0.6s ease-in;
	-moz-transition: all 0.6s ease-in;
	-ms-transition: all 0.6s ease-in;
	-o-transition: all 0.6s ease-in;
	transition: all 0.6s ease-in;
}

.grid .text:hover {
  opacity:1;
}

.grid .no-text {
  position: absolute;
  width: 285px;
  height:100%;
  background: rgba(173,160,116,0.5);
  z-index: 2;
  opacity:0;
  -webkit-transition: all 0.6s ease-in;
	-moz-transition: all 0.6s ease-in;
	-ms-transition: all 0.6s ease-in;
	-o-transition: all 0.6s ease-in;
	transition: all 0.6s ease-in;
}

.grid .no-text:hover {
  opacity:1;
}

.grid p {
  font-size: 18px;
  text-align:center;
  line-height:26px;
  margin-top:40px;
  font-weight: bold;
  letter-spacing:1px;
  color: #FFF;
}

.grid p.description {
  font-size: 12px;
  width:300px;
  margin-top:20px;
  text-align:center;
  line-height:20px;
  font-weight: 400;
  color: #FFF;
  position:relative;
}

.clear { 
    clear:both; 
}


/* Contact */

.contact{
  position:relative;
  width:100%;
  background:#2c90cf;
  width:100%;
  height: auto;
  background:url(../img/background/bg_01.jpg) bottom center fixed no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index:10;

  z-index:10;
  overflow:hidden;
  margin-top: -70px; 
   
}


.contact .content{
  position:relative;
  width:900px;
  overflow:hidden;
  margin: 60px auto 65px auto;
}

.contact h1{
  font-size:35px;
  color: #fff;
  text-align:center;
  margin-top:120px;
  letter-spacing:6px;
  font-weight:400;
  text-transform:uppercase;
  line-height:1.5;
}

.contact hr{
  color: #fff;
  margin-top:30px;
  background-color: #ccc;
  height: 1px;
  width:106px;
  border:0;
}

.contact p.title{
  color: #fff;
  margin:40px auto;
  width:auto;
  max-width: 600px;
  line-height:26px;
  letter-spacing:0;
  font-size:16px;
  font-weight:300;
  text-align:center;
}

.contact .content .form{
  width:455px;
  overflow:hidden;
  height:auto;
  float:left;
}

.contact .content .form .column{
  color: #ccc;
  width:180px;
  overflow:hidden;
  height:auto;
  float:left;
  letter-spacing:1px;
  margin-bottom:30px;
}

.contact .content .form .column-2{
  color: #ccc;
  width:210px;
  padding-left:60px;
  overflow:hidden;
  height:auto;
  float:left;
  letter-spacing:1px;
  margin-bottom:30px;  
}

.contact .content .form .column-3{
  color: #ccc;
  width:450px;
  overflow:hidden;
  height:auto;
  float:left;
  letter-spacing:1px;
}

.contact .content .contact-text{
  width:405px;
  overflow:hidden;
  height:auto;
  font-weight:300;
  float:left;
  padding-left:40px;
  color:#fff;
  font-size:14px;
  line-height:26px;
  text-align: left;
}

strong{
  font-weight:700;

}

input{

  width:180px;
  height:40px;
  background:#f8f7f7;
  border-top:1px solid #333;
  border-bottom:0;
  border-left:0;
  border-right:0;
  color:#333;
  font-weight:300;
  line-height:40px;
  padding-left:15px;
  font-family: 'Lato', sans-serif;
  font-size:14px;
  margin-bottom:10px;
}

input:focus{background:#f4f4f4;}

textarea{

  width:420px;
  height:150px;
  border-top:1px solid #333;
  border-bottom:0;
  line-height:20px;
  border-left:0;
  border-right:0;
  background:#f8f7f7;
  color:#333;
  font-weight:300;
  padding:15px 0 0 15px;
  font-family: 'Lato', sans-serif;
  font-size:14px;
  margin-bottom:10px;
}

textarea:focus{background:#f4f4f4;}


input.submit{
  width:100px;
  height:34px;
  float:right;
  margin:20px 10px 0 0;
  border:0;
  font-weight:700;
  text-align:right;
  background:none;
  -webkit-transition: all 0.6s ease-in;
	-moz-transition: all 0.6s ease-in;
	-ms-transition: all 0.6s ease-in;
	-o-transition: all 0.6s ease-in;
	transition: all 0.6s ease-in;
}

/* Footer */


/* Footer */


.footer{
  position:relative;
  bottom:0;
  width:100%;
height: 300px;
  
  min-height: 400px;
  background:#ccc;
}

.footer .logo{

  position: relative;
  width:200px;

  height: auto;
  margin: 0 auto;
  padding-top:50px;

}

.footer .menu-footer{
  width:80%;
  text-align:center;
  margin:0 auto;
  padding-top:30px;
  overflow: hidden;
  position:relative;  
}


.footer .menu-footer a{
  line-height:46px;
  padding:10px;
  color:#333;
  -webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.footer .menu-footer a:hover{
  color:#333;
}


.footer .copyright{
  width:80%;
  position:relative;
  font-weight:300;
  margin:0 auto;
  padding:30px 0 50px;
  text-align:center;
  font-size:14px;
  line-height:36px;
  color:#a4a4a4;
}

