/* Füge hier Dein eigenes CSS ein */
body {
    border-color: #3E4651 !important;
}

.featurewidget.hideme {
opacity: 1 !important;
}

.site-description {
display: none !important;
}

/* Sub bar with search and contact information */
#subheader {
	display: none;
  padding: 0px !important;
  height: 30px;
}
#subheader .topsearch {
	display: none;
}

#subheader .contactdetails {
	color: #f8f9f9 !important;
  
}

#backtotop {
	display: none; 
}

.featuretitle {
	margin-bottom: 40px;
}

#subfeatures {
padding-top: 0px;
}

#mainfeatures {
	    padding-bottom: 0px;
}
.mainfeaturesimage {
border-radius: 1%;
}

/* Tel: nummer */
/*#menu-item-3642 {
	position: absolute !important;
    left: -730% !important;
  
  left: 45% !important;
    float: none !important;
    position: fixed !important;
    top: 5%;
}
#menu-item-3642 .contact-number {
 font-size: 16px; 
}*/

/* Inner nav sub pages */
#innernav {
	display: none !important;
}


/* Kontaktformular*/
.singlepost {
    width: 100% !important;
    border: none !important;
    background-color: white !important;
}



.single-post .singlepostimage,
.single-post .newscategory,
.newsauthor, 
#authorbox {
	display: none !important;
}
#authorbox .avatar {
    height: 70px;
    width: 70px;
}

#authorbox, #comments, #responder, .newsmeta, .singlepost .featuretitle {
	width: 90% !important;
}

#authorbox .authorinfo {
    width: auto;
    float: left;
}
.singlepost .textwidget {
padding: 0;
}

/* phone only*/
@media all and (max-width: 479px) {
  .center-text {
    font-size: 25px;
  }
}