/* Landscape phone to portrait tablet */
@media (max-width: 767px) { 

	.navbar .btn-navbar {
		width: 100%;
		background: #E8F6F3;
	}
	
	#menu-top-menue li:after, #menu-top-menue-englisch li:after {
		content: "";
	}
	
	.fold {
		display: none;
	}
	
	.site-content h3 {
		font-weight: normal;
		padding: 0 0 25px 0;
	}
	
	.pull-right {
		float: none;
	}
	
	.info-col {
		display: none;
	}
	
	.price {
		/* display: none; */
	}
	
	.site-footer {
		padding: 15px 0 0;
	}
	
	.facebook-page {
		float: none;
		margin-top: 40px;
	}

 }