label {
    text-shadow: 0 0 5px white, 0 0 10px white, 0 0 15px white, 0 0 20px white, 0 0 35px white, 0 0 40px white, 0 0 50px white, 0 0 75px white;
}


@font-face {
	font-family: 'Proxima Nova';
	font-style: normal;
	font-weight: regular;
	font-variant: normal;
    src: url('../fonts/proxima_nova-regular.woff') format('woff')
}

@font-face {
	font-family: 'Proxima Nova';
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
    src: url('../fonts/proxima_nova-bold.woff') format('woff')
}

body{
    color: #33363b;
    font-size: 16px;
    line-height: 1.4;
    font-family:"Proxima Nova","Helvetica Neue","Helvetica",Arial,sans-serif;
}

a {
    color: #000;
}

h1 {
    margin: 0;
    font-size: 30px;
    font-weight: bold;
}
h2 {
    margin-bottom: 30px;
    font-size: 30px;
    font-weight:bold;
    text-align: center;
}

h2 span {
    display: block;
    margin: 0;
    font-size: 17px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
    
h3 {
    margin: 0;
    font-size: 30px;
    font-weight:bold;
    padding-bottom: 10px;
}

h4 {
    font-size: 18px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: bold;
}

h5 {
    font-size: 18px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: regular;
}

h6 {
    margin: 0;
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

p {
    
    color: #2f2f2f;
}


.btn-lg {
    border-radius: 5px;
    padding: 20px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 17px;
    white-space: normal;
}

.btn-orange{
    background-color: #e83323;
    color: #fff;
}

.btn-orange:hover {
    background-color: #fea900;
    color: #fff;  
}

.btn-orange:active {
    background-color: #fd9902;
    color: #fff;
}

.btn-yellow:hover {
    background-color: #ffd300; 
} 

.btn-yellow:active {
    background-color: #ffcd00; 
} 

.btn_ghost {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(47, 47, 47);
    background-color: rgba(255, 255, 255, 0);
    color: #000;
    margin: 20px 0px;
}

.btn_ghost:hover {
    background-color: #fea900;
    color: #fff; 
    border: 1px solid #fea900;
}



/* HERO--------------------HERO--------------HERO----------*/
.logo{
    margin: 20px 0px;
    text-align: center;
}

.hero {
    width: 100%;
    background-image: url(../img/hero-min.jpg);
    background-size: cover; 
    background-position: center center;
    background-repeat: no-repeat;
}

.hero_block {
    line-height: 1.6em;
    position: relative;
    background-color: rgba(100%,100%,100%, 1);
    margin-bottom: 50px;
}

.hero__header {
    background-color: #ffdc00;
    padding: 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.hero__header > img {
    height: 32px;
    margin-right: 20px;
}

.hero__header__phone > h2{
    margin: 5px 0;
    font-weight: regular;
}

.hero__content {
    padding: 30px 30px 50px 30px;
}

.hero__content > p {
    margin-top: 15px;
    margin-bottom: 30px;
}

.icons {
    background-color: rgba(47, 47, 47, 0.8);
    padding-top: 15px;
    padding-bottom: 10px;
}

.icons h4{
    color: #fff;
}

.icons-flex{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column;
    flex-flow: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    
    margin-top: 10px;
}

/*---------------SHOWCASE------------------------------Lineika----*/

.showcase {
    background-color: #f7f7f7;
    padding: 50px 0;
}

.showcase__header{
    margin-bottom:20px;
}

.item{
    background-color: #fff;
    border: solid 1px rgb(215, 222, 232);
    margin: 10px 0;
}

.item__header{
    background-color: #feb800;
    padding: 15px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.item > img{
    width:100%;
    height: auto;
}

.item__header > h3 {
    margin-left: 10px;
}

.item__header > h6{
    color: #fff;
    margin-left: 10px;
}

.item__content{
    padding: 20px;
}

.item__content > img{
    float: left;
    padding-right: 8px;
}

.item__content > h6{
    color: #feb800;
}

.item__content > p{
    margin-top: 10px;
    margin-bottom: 15px;
}

.luxury {
    min-height: 680px;
    background-color: #777;
    background-image: url(../img/items/variiert.html);
    background-size: cover; 
    background-position: center center;
    margin: 10px 0;   
}


.pre {
    width: 100%;
    background-color: #777;
    background: url(../img/advantages.jpg);
    background-size: cover; 
    background-position: center center;
    background-repeat: no-repeat;
    padding: 50px;
}

.pre h2{
    color: #feb800;
}

.advantage > h4{
    color: #ffdc00;
}

.advantage > p{
    color: #fff;
}

.grey {
    color: #777777;
    text-align: center;
}

/*---------------Project------------------------------Project----*/
.projects {
    padding: 40px 0;
    background-color: #f7f7f7;
}

.projects h4{
    color: #000;
}


.house-wrapper{
    background-color: #eee;
}

.house_text_1 {
    background-color: rgb(254, 184, 0);
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.house_1{
    background-image: url(../img/house_before.jpg);
    background-size: cover; 
    background-position: center center;
    background-repeat: no-repeat;
    height:200px; 
    margin: 0;
    padding: 0;
    margin-top: 60px;

}

.house_2{
    background-image: url(../img/house_plan.jpg);
    background-size: cover; 
    background-position: center center;
    background-repeat: no-repeat;
    height:200px;  
    margin: 0;
    padding: 0;
    margin-top: 60px;
    
}

.house_3 {
    background-image: url(../img/house_ready.jpg);
    background-size: cover; 
    background-position: center center;
    background-repeat: no-repeat;
    height:300px;
    margin: 0;
    padding: 0;
}
    
#links > a > img{
    height: 200px;
    width: auto;
}

/*---------------COLORS------------------------------COLORS----*/
.colors{
    padding: 40px 0;
}

.colors h5{
    color: #777777;
}

.price{
    background-image: url(../img/price.png);
    width: 175px;
    height:40px;
    padding: 0 10px;
}

.line > img{
    margin:5px;
}

span{
    font-size: 30px;
}

/*---------------FAQ------------------------------FAQ----*/
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0px;
}

.panel-default {
  border-color: #eaeaea;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-radius: 0px;
}

/*---------------FORM------------------------------FORM----*/
.form__block {
    padding: 50px 0;
    width: 100%;
    background-image: url(../img/form.jpg);
    background-size: cover; 
    background-position: center center;
    background-repeat: no-repeat;
}

.form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.2;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
}


footer {
    padding: 20px;
}

.house_base {
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center
    align-content: center;
    align-items: center;
    height: 400px;
}

.houses {
    display:flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    width:50%;
}

.house1{
    
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 200px;
    
    display:flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

.house2{
    height: 400px;
    background-image: url(../img/house_ready.jpg);
    background-size: cover; 
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 200px;
}

.house_text{
    background-color: #999;
    width: 100%;
    height: 200px;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 200px;
}

.house_small{ 
    width: 100%;
    height: 200px;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 200px;
    
    display:flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

.house_small1{
    background-image: url(../img/house_before.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 200px;
    width:50%;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 200px; 
}

.house_small2{
    background-image: url(../img/house_plan.jpg);
    background-size: cover; 
    background-position: center center;
    background-repeat: no-repeat;
    height: 200px;
    width:50%;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 200px; 
}

.project-flex{
    display:flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}
.navbar{display:none;}
.aftertable{width:972px;}
@media screen and (max-width:1199px){
	#topbar{display:none;}
	.navbar{
		display: block;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 1;
	}
	.aftertable{width:450px;}
	.navbar-toggle{display:block;}
	.gg_qwer{text-align:center;}
	.top-menu ul li{display:block;text-align: center;}
	.pre{padding:50px 0;}
	#links{text-align:center;}
	.hhh th,.hhh td{font-size: 15px;
    padding: 5px 10px;}
}
@media screen and (max-width:340px){
.fffui{width:90%;}.btn-yellow{width:auto!important;}
}
@media screen and (max-width:450px){
.item__header{height: 110px;!important;}.aftertable{width:300px;}
}