/* media queries for the top image */
@media only screen and (min-width: 781px) and (max-width: 1024px) {
#section-topImage .container {
	height: 280px;
}
}
 @media only screen and (max-width: 780px) {
#section-topImage .container {
	height: 200px;
}
}
 @media only screen and (max-width: 560px) {
#section-topImage .container {
	height: 100px;
}
#themen {display:none;}
}

 @media only screen and (max-height: 400px) {
#section-topImage .container {
	height: 100px;
}
#themen {display:none;}
}
 @media only screen and (max-height: 550px) and (min-height: 401px) {
#section-topImage .container {
	height: 200px;
}
#themen {display:none;}
}

/*
@media only screen and (max-height: 780px) and (min-height: 551px)  {
#section-topImage .container {
	height: 260px;
}
} */

@media only screen and (max-width: 480px) {
	#search, .home_image {display:none;}
	.home_text {margin-bottom:20px;}
	.main-content {margin-top:30px}
	.hide_for_mobile {display:none;}
	}

@media only screen and (max-width: 600px) {
.home_image {display:none !important;widht:100% !important;}
.home_text {display:block;height:450px;widht:100% !important;float:none;}
.main_text {height:450px !important;}
	}
	