@media screen and (min-width: 980px) {
		#threelinemenu, #nav-mobile {
			display: none;
		}

	}
	
@media screen and (max-width: 980px) {

/* body {
		  -moz-hyphens: auto;
		  -o-hyphens: auto;
		  -webkit-hyphens: auto;
		  -ms-hyphens: auto;
		  hyphens: auto;
		} */
		
		h1 {
			font-size: 25px;
		}
		
		h2 {
			font-size: 22px;
		}
		
		h3 {
			font-size: 16px;
		}
		
		#threelinemenu {
				font-size: 25px;
				color: #fff;
				background: #234B9A;
				padding: 20px;
				cursor: pointer;
		}
		
		#whitebar-wrapper, #footer {
			padding: 20px;
		}
		
		#nav-mobile {
			background: #234B9A;
			padding: 20px;
			padding-top: 10px;
			padding-bottom: 20px;
			margin: 0px;
			clear: both;
			text-align: center;
			font-size: 16px;
			z-index: 999;
		}	
		
			#nav-mobile a {
				color: #fff;
				text-decoration: none;
				font-size: 22px;
				text-decoration: none;
				padding-bottom: 15px !important;
				padding-top: 15px !important;
				display: block;
				border-bottom: 1px solid #737B82;
			}
			
				#nav-mobile a:hover {
					opacity: 0.6;
					-webkit-transition: all 0.2s ease-out, all 0.2s ease-in !important;
					-moz-transition: all 0.2s ease-out, all 0.2s ease-in !important;
					 -o-transition: all 0.2s ease-out, all 0.2s ease-in !important;
					transition: all 0.2s ease-out, all 0.2s ease-in !important;	
				}
		
			#nav-mobile ul {
				width:100%;
				list-style: none;
			}
		
			#nav-mobile li {
				width:100%;
				text-align: left;
				list-style: none;
				text-transform: none;
			}
		
		#nav-mobile.js {
			display: none;
		}
		
		.js {
			display: none;
		}

	.grid-960 {
		width: auto;
		overflow: visible;
	}
	
	#menu {
		display: none;
	}
	
	#header {
		line-height: 0px !important;
	}
	
	#logo {
		width: auto;
		float: none;
		text-align: center;
	}
	
	.adress {
		display: block;
		padding: 0px;
		padding-bottom: 15px !important;
	}
		
	
	#teaser-wrapper {
		padding-top: 0px;
	}
	
	.anwalt-box {
		display: block;
		width: auto;
		float: none !important;
		padding-left: 0px;
		margin-left: 25px;	
		padding-bottom: 0px;	
		width: 40% !important;
	}
	
	#anwaltbild, #anwaltbox, #impress_adress, #impress_content, #sndmenu, #content {
		display: block;
		width: auto;
		float: none;
	}
		
		#sndmenu {
			margin-top: 35px;
		}
	
	
		#anwaltbild {
			padding-bottom: 25px;
		}
		
	.pub_txt h3 {
		font-size: 15px;
	}	
	
	#dropbox a {
		width: auto;
		float: none;
		margin-bottom: 5%;
		padding: 15px;
		padding-top: 25px;
		padding-bottom: 25px;
		padding-right: 40px;
	}
	
	#ambient-wrapper {
		overflow: hidden;
		height: auto;
		float: right;
		margin-top: -1px;
	}
	
	#ambient-wrapper img {
		width: 170%;
		height: auto;
		display: block;
		margin-left: -40%;
	}
		
	.grid-two-colums {
		column-count: 1;
	}

	h5 {
		max-height: 20px;
		overflow: hidden;
	}
}

@media screen and (max-width: 430px) {

	#logo {
		padding-bottom: 28px;
	}

	#logo img {
		width: 90%;
	}
	
	#header-wrapper {
		height: auto;
	}
	
	.pub_img img {
		width: 100%;
		display: block;
		height: auto;
	}
	
	#googlemaps iframe {
	height: 50vw;
	}
	
	/* das Overlay-Element: */
	.ueberlagern {
		height: 50vw; /* iFrame Höhe */
		top: 50vw;  /* iFrame Höhe nach unten positionieren */
		margin-top:-50vw;  /* iFrame Höhe, um den Platz des Elments freizugeben */
	 
	}


}

@media screen and (max-width: 400px) {
	
	.anwalt-box {
		padding-left: 0px;
		padding-top: 140px;
		width: 45%;
	}

}