body {

	}
	
.wrapper {
	width: 308px; /* 320-6-6*/
	padding: 0 6px 0 6px;
	}
	
#primary {
	float:left;
	width:100%;
	padding:0px;
	background:#f5f5f5;
	margin:24px 0;
	box-sizing: border-box;
	}
	
#primary #content{
	padding:16px;
	}		
	
#secondary {
	float:left;
	width:100%;
	padding:16px;
	background:#00adeb;
	color:#fff;
	margin:0 0 24px 0;
	box-sizing: border-box;
	}	

.whitespacer:before {
	content: "\A";
    white-space: pre;
	}		
	

/* --- KOPF
-------------------------------------------------------------- */

#site-title a{
	width: 100%;
	height: 124px;
	background:url(../images/anwalt-assmann-logo-xs.svg) center left no-repeat;
	}
	
#searchform input {
	width:105px;
	}	
	
#searchform button {
	width:20px;
	}	
	
#branding .service-navigation {
	display: none;
	}	
	
/* --- Startseite Dimensionen
-------------------------------------------------------------- */

#startseite-breaking-news {
	width: 284px; /* 308-12-12*/
	padding: 12px;
	margin:12px 0;
	}	
	
#startseite-buehne {
	width:308px;
	margin:12px 0 0 0;
	}
	
#startseite-buehne	#buehne {
	height:103px;
	overflow: hidden;
	}

#startseite-buehne article img {
	width:308px;
	height:auto;
	}		
	
/* ------------ */	
	
#stageNavigation a {
	width:10px;
	height:10px;
	margin: 10px 4px 10px 4px;
	border-radius: 5px;	
	}

/* ------------ */	

#stagePrevNext {
	width: 308px;
	}

.stagePrev, .stageNext {
	height:103px;
	width:80px;
	}

.stagePrev {
	background-position:  -80px center;
	}

.stageNext {
	background-position:  80px center;
	}

/* ------------ */	

#startseite-infoboxen .box	{
	width:276px; /* 308-16-16 */
	padding:16px 16px 16px 16px;
	margin:0 0 12px 0;
	background: #fff;
	float: left;	
	}
	
	
/* --- NAVIGATION
-------------------------------------------------------------- */

#btn-navigation {
	display:block;
	width:50%;
	float:left;
	padding:4px 10px 0 0;
	height:28px;
	font-size:18px;
	color:#808080;
	text-transform: uppercase;
	}
	
#btn-navigation:before {
	content: '\f436';
	font: normal 26px/1 'Genericons';
	display: inline-block;
	vertical-align: top;
	padding-top:1px;
	}	
	
#btn-navigation.mobilenavigationactive {
	background:#00adeb;
	color:#fff;
	padding:4px 10px 0 8px;
	}

#access {
	border-top: solid 1px #d9d9d9;
	/*background: #f5f5f5;*/
	position:relative;
	height:36px;
	}
	
.menu-hauptnavigation-container	{
	position:absolute;
	width:100%;
	top:32px;
	padding:12px 0;
	background:#00adeb;
	-webkit-box-shadow: 1px 3px 3px 0px rgba(78,94,105,0.5);
	-moz-box-shadow: 1px 3px 3px 0px rgba(78,94,105,0.5);
	box-shadow: 1px 3px 3px 0px rgba(78,94,105,0.5);
	z-index: 1;	
	box-sizing: border-box;
	}
	
.menu-hauptnavigation-container.hidemobilenavigation {
	display:none;
	} 		
	
#access ul {
	font-size: 16px;
	font-weight:400;
	list-style: none;
	margin: 0;
	padding-left: 0;
	}
	
#access ul a {
	border-top:solid 1px #66cef3;
	text-transform: uppercase;
	color: #fff;
	display:block;
	margin:0 12px;
	padding:10px 0 10px 2px;
	}	
	
#access ul ul{
	font-size: 14px;
	margin:0 0 12px 0;
	}
	
#access ul ul a {
	border-top:dotted 1px #66cef3;
	text-transform: none;
	font-weight:300;
	color: #fff;
	display:block;
	margin:0 10px;
	padding:8px 0 8px 2px;
	}
	
#access ul ul a::before {
	content: "·  ";
	}
	
#access ul ul a:hover {
	font-weight:600;
	}
	
#access .current-menu-item > a,
#access .current-menu-ancestor > a,
#access .current_page_item > a,
#access .current_page_ancestor > a {
	font-weight:600;
	}	
	
	
	
/* --- Fußzeile
-------------------------------------------------------------- */	

#colophon #site-generator {
	width:100%;
	float:none;
	text-align:center;
	font-size:12px;
	}
	
#colophon .totop {
	clear:both;
	float:none;
	margin:18px auto;
	width: 60px;
	height: 60px;
	}
	
	
/* --- Formulare
-------------------------------------------------------------- */	

.wpcf7 {
	padding:0;
	}	
	
.wpcf7 label {
	width:100%;
	float:none;
	margin:12px 0 0 0;
	}
	
.wpcf7 input, .wpcf7 textarea, .wpcf7 select {
	width:100%;
	}	
	
.wpcf7-radio input {
	width:auto;
	}	