.sq-main-title {
display: none;
}
/* Balken unter dem Menu */
#sq-masthead{
	background: rgba(30, 36, 42, 0.0); 
	position: fixed;
	left: 0;
	right: 0;
	z-index: 999;
	font-family: "Roboto Condensed", sans-serif;
	height: 82px;
	transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	box-shadow: 0 0px 8px rgba(0,0,0,0.0);
}

#sq-masthead.sq-white{
	background: rgba(255, 255, 255, 0.0); 
}

#sq-masthead.sq-scrolled{
	background: rgba(30, 36, 42, 0.0); 
}

#sq-masthead.sq-white.sq-scrolled{
	background: rgba(255, 255, 255, 0.0); 
}
/*Balken unter dem Menu - End 

 SIDEBAR deaktivieren: 
.widget-area {
  display: none;
*/
}
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
#sq-colophon{
	font-family: "Roboto Condensed", sans-serif;
	font-size: 14px;
	color: #7e8b93;
	background: #2e3336;
}
.sq-site-footer{
  width:100%;
  bottom:0;
}
  
.sq-site-footer ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.sq-site-footer ul ul{
	margin-left: 10px;
}

.sq-site-footer a{
	color: #7e8b93;
	text-decoration: none;
}

#sq-colophon h5.widget-title{
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #d5dfe5;
	font-weight: 600;
	position: relative;
	margin-bottom: 10px;
}

#sq-colophon h5.widget-title:after{
    content: "";
    position: absolute;
    height: 2px;
    width: 25px;
    background: #5bc2ce;
    top: 50%;
    left: 0;
    margin-top: 10px;
}


#sq-top-footer{
	padding: 10px 0 0;
  display: none;
}

#sq-top-footer .sq-container{
	border-bottom:1px solid #cccccc;
	padding-bottom: 10px;
  display: none;
}

.sq-top-footer{
	margin-left: -3%;
  display: none;

}

.sq-footer{
	float: left;
	width: 22%;
	margin-left: 3%;
 }

#sq-middle-footer .sq-container{
	border-bottom:1px solid #cccccc;
	padding-top: 30px;
	padding-bottom: 30px;
  display: none;
}

#sq-middle-footer .widget,
#sq-middle-footer p:last-child{
	margin-bottom: 0;
}

#sq-bottom-footer{
	padding: 10px 0;
	line-height: 0.7;
}
.sq-site-info{
float:none;
}

#sq-bottom-footer .sq-site-info a{
	text-decoration: none; color:#ffffff;
 }
/*--------------------------------------------------------------
## Header (Padding ist 0px 0 35px = Start hinter Menu)
--------------------------------------------------------------*/
.sq-main-header{
	background-color: #2b2b2c;
	background-repeat: no-repeat;
	background-position: top center; 
	padding: 0px 0 35px;
	margin-bottom: 5px;
}

