body{
    background-color:#555555;
    color:#555555;
}
.top-logo{
    width:39px;
    height:39px;
    display:inline-block !important;
    /*background-image:url(../img/feuerundformani150.gif);*/
    background-repeat:no-repeat;
    background-size:80px;
    background-position:-43px 0px;
    margin:0px 16px 0px 0px;
}
#top-spacer{
    height:80px; 
}
.jumbotron{
    color:#FFFFFF;
    background-color:#000000 !important;
}
.extra{ color:#AF111D;}
.more{
    float:right;
}
#more-hello{
  	height:0px;
  	display:none;
  	overflow:auto;  
}
h4{
    margin-top:3px !important;
    margin-nottom:0px !important;
}
.label{
    cursor:pointer;
}
.img-thumbnail{
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
    border:5px solid white;
    margin: 0px 1px 5px 0px;
    cursor:pointer;
}
#cover{
    display:none;
    position:fixed;
    left:0px;
    top:50px;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.7);
    z-index:15;
    opacity:0;
}
#uncover{
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
}
#cover-content{
    top:10px;
    left:50%;
	margin-left:-33.33%;
}
@media screen and (max-width: 768px) {
    #cover-content{
	    left:0px;
	    margin-left:0px;
    }
}
.cover-contents, .template{
	display:none;
}
.offer-thumbnail{
	width:100px;
	height:100px;
}
.offer-img{
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
	
}
.offer-contact{
	height:0px;
	position:relative;
	overflow:hidden;
	margin:5px 0px 20px 0px;
	display:none;
	background-color:#FEE6B8;
}
.offer-contact-tr{
	line-height:23px;
}
.offer-contact-input{
	width:90%;
	height:22px;
	border:1px solid transparent;
}
.offer-contact-textarea{
	width:90%;
	height:110px;
	border:1px solid transparent;
}

.contact-imprint{
	height:258px;
	position:relative;
	overflow:hidden;
	margin:5px 0px 20px 0px;
	background-color:#ffffff;
}
.contact-imprint-tr{
	line-height:23px;
}
.contact-imprint-input{
	width:90%;
	height:22px;
	border:1px solid #555555;
}
.contact-imprint-textarea{
	width:90%;
	height:110px;
	border:1px solid #555555;
}