@media only screen and (min-width: 1024px) {
    #themen_bild {
        position:relative;
        width:100%;
        height:249px;
        background-image: url("../../../img/themenbilder/1024/home_neu.jpg");
		background-size: cover;
        background-repeat: no-repeat;
    }
	img#portrait{
		display: block;
		position: relative;
		box-sizing: border-box;
		
		width: auto;
		height: 200px;
		
		margin-top: 8px;
		margin-right: 25px;
		
		float: left;
	}
	#beschreibung{
		display: block;
		position: relative;
		box-sizing: border-box;
		
		float: left;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    #themen_bild {
        position:relative;
        width:100%;
        height:249px; /* WIRD PER JS EINGESTELLT */
        background-image:url("../../../img/themenbilder/0768/home_neu.jpg");
        background-position: left;
        background-size: cover;
        background-repeat:no-repeat;
    }
	img#portrait{
		display: block;
		position: relative;
		box-sizing: border-box;
		
		width: auto;
		height: 190px;
		
		margin-top: 8px;
		margin-right: 25px;
		
		float: left;
	}
	#beschreibung{
		display: block;
		position: relative;
		box-sizing: border-box;
		
		float: left;
	}
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
    #themen_bild {
        position:relative;
        width:100%;
        height:120px; /* WIRD PER JS EINGESTELLT */
        background-image:url("../../../img/themenbilder/0320/home_neu.jpg");
        background-position: left;
        background-size: cover;
        background-repeat:no-repeat;
    }
	img#portrait{
		display: block;
		position: relative;
		box-sizing: border-box;
		
		width: auto;
		height: 190px;
		
		margin-bottom: 20px;
	}
}