@media 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;
    }
	#adresse,
	#telefon{
		display: block;
		position: relative;
		box-sizing: border-box;

		padding-right: 50px;
		padding-bottom: 35px;
		
		float: left;
	}
	#telefon .tel_container{
		display: block;
		position: relative;
		box-sizing: border-box;
		
		width: auto;
		
		clear: both;
	}
	#telefon .tel_container .beschriftung{
		display: block;
		position: relative;
		box-sizing: border-box;

		width: 80px;
		
		float: left;
	}
	#telefon .tel_container .nr{
		float: left;
	}
	#telefon .tel_container .nr a{
		color: #000000 !important;
		text-decoration: none !important;
	}
	#telefon .tel_container .nr a:hover{
		text-decoration: underline !important;
	}
	
	
	#kontakt_links, #kontakt_rechts{
		display: none;
		position:relative;
		box-sizing:border-box;
		
		width: 47%;
		min-height: 50px;
		
		margin-top: -10px;
		margin-right: 6%;
		
		float:left;
		
		text-align:left;
	}
	#kontakt_rechts{
		margin-right: 0px;
	}
    input[type=text], textarea, input[type=submit]{
        display: block;
        position: relative;
        box-sizing: border-box;
        
        width: 100%;
        height: 40px;
        
        margin-top: 10px;
        padding: 4px;
		padding-left: 10px;
        
        border-radius: 0px;
        
        border: 2px solid #000000;
        
        background-color: #ffffff;
        
        color: #000000;
        font-family: inherit;
        font-size: 16px;
        
        line-height: 25px;
    }
    textarea{
        height: 240px;
    }
	#button_kontakt_senden_container{
		display: block;
		position: relative;
		box-sizing: border-box;

		margin-top: 10px;
	}
	#content #kontakt_rechts a.button{
		display: block;
		position: absolute;
		box-sizing: border-box;

		width: 100%;
		height: 40px;
		
		line-height: 36px;
		font-size: 18px;
		font-weight: 600;
		color: #000000;
		text-decoration: none;
		letter-spacing: 1px;
		text-transform: uppercase;
		text-align: center;
		
		border: 2px solid #000000;

		background-color: #7ea5ce;
		background-image: linear-gradient(to top, #7ea5ce, #b2c1de);
	}
	#content #kontakt_rechts a.button:hover{
		background-color: #7ea5ce;
		background-image: linear-gradient(to bottom, #7ea5ce, #b2c1de);
		
		cursor: pointer;
	}

	#lageplan{
		display: block;
		position:relative;
		box-sizing:border-box;
		
		margin-bottom: 25px;
		
		border: none !important;
	}
	iframe{
		position:relative;
		box-sizing:border-box;
		
		padding: 0;
		
		width:100%;
		height:320px;
	}
	/****************************************
	 *** VOR DEM SENDEN:                  ***
	 *** 'EIN MOMENT BITTE...' EINBLENDEN ***
	 ****************************************/
	#ein_moment_bitte{
		display: none;
		position: absolute;
		box-sizing: border-box;
		
		top: 180px;

		width: 100%;
		height: 250px;
		padding-top: 90px;
		
		text-align: center;
		color: #000000;
		font-size: 50px;
		font-weight: 700;
		
		background-color: rgba(255 ,255 ,255 , .7);
		
		z-index: 5;
	}
}