/* --- GRUNDAUFBAU
-------------------------------------------------------------- */
	
.contentbox {
	padding: 30px;
	}

.page-template-template-page-front	.contentbox,
.page-template-template-page-front-privat .contentbox {
	padding: 20px;
	}		

.wrapper {
	width: 100%; /*320px;*/
	/* min-width: 320px; */
	padding: 0 15px 0 15px;
	box-sizing: border-box;
	position: relative;
	}

main .wrapper {
	padding: 0;
	}	

.contentelement.main {
	width: 100%;
	padding:0 0 50px 0;
	}

.page-template-template-page-front .contentelement.main,
.page-template-template-page-front-privat .contentelement.main {
	padding:0 0 0 0;
	}		
	
.contentelement.aside {
	width: 100%;
	padding:0 0 20px 0;
	margin: 0 0 30px 0;
	}	
	
	
/* --- HEADER
-------------------------------------------------------------- */	

.prehead {
	font-size: 14px;
	}

.prehead .kontakttext {
	display: none;
	}

.mainhead {
	padding: 20px 0;
	}
	
#site-title {
	float: inherit;
	}	

#site-title .logo {
	font-size: 10vw;
	}
	
#site-title .claim {

	}	
	
header #searchform {
	clear: both;
	float: inherit;
	margin: 15px auto 0 auto;
	}	

header #searchform input {
	width: 200px;	
	}
	
/* --- NAVIGATION
-------------------------------------------------------------- */

#menu-haupt-navigation {
	display: none;
	position: absolute;
	background: #4c4c4c;
	width: 100%;
	top: 39px;
	box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.5);
	}

nav#access ul a {
	padding: 10px 15px;
	font-weight: 500;
	border-bottom: solid 1px #686868;
	}	
	
nav#access ul ul a {
	font-size: 15px;
	font-weight: 400;
	padding: 10px 30px;
	color: #e3e3e3;
	border-bottom: solid 1px #686868;
	}
	
nav#access ul ul ul a{
	font-size: 16px;
	padding: 10px 45px;
	color: #cecece;
	}
	
nav#access ul a:hover {
	color: #fff;
	background: #353535;
	}
	
nav#access ul li.current-menu-item {
	background: #585858;
	}			
	
nav#access #btn-navigation,
nav#access #btn-search	{
	display: inline-block;
	}	
	
nav#access #btn-search	{
	font-size: 18px;
	padding: 8px 20px;
	}	


/*
------------------------------------------------------------------------------
BREACRUMP
------------------------------------------------------------------------------
*/	

.breadcrump {
	padding: 25px 0 0 30px;
	}


/*
------------------------------------------------------------------------------
STARTSEITE
------------------------------------------------------------------------------
*/

.customerlist {
	width: 100%;
	min-height: initial;
	margin-bottom: 20px;
}

#customerdetail {
	width: 100%;
}
	
		
	
/* --- FOOTER
-------------------------------------------------------------- */	
	
footer .footerbox .col-a {
	width: 100%;
	padding: 0 0 10px 30px;
	}
	
footer .footerbox .col-b {
	width: 100%;
	padding: 0 0 10px 30px;
	}	
	
footer .footerbox .col-c {
	width: 100%;
	padding: 0 0 100px 30px;
	}	
	
footer .footerbox h4 {
	margin: 30px 0 20px 0;
	}
	
footer .footerbox p.phone {
	font-size: 36px;
	}
	
footer .postfooter {
	background: none;	
	}
	
footer .postfooter a {
	font-size: 15px;
	color: #fff;
	background: #63a4de;
	padding: 10px 0 0 0;
	width: 40px;
	height: 40px;
	border-radius: 20px;	
	display: inline-block;
	text-align: center;
	box-sizing: border-box;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	}
	
footer .postfooter a:hover {
	background: #0055a4;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	}			
	
	
		