/* --- GRUNDAUFBAU
-------------------------------------------------------------- */

.contentbox {
	padding: 20px 70px 70px 70px;
	}

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

.wrapper {
	width: 1236px;
	padding: 0 17px 0 17px;
	}

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

.page-template-template-page-front .contentelement.main,
.page-template-template-page-front-privat .contentelement.main {
	padding:0 20px 0 0;
	}	
	
.contentelement.aside {
	width: 20%;
	padding:0 0 20px 0;
	box-sizing: border-box;
	}
	


/* --- HEADER
-------------------------------------------------------------- */	

.mainhead {
	padding: 20px 0;
	}


#site-title {
	float: left;
	}

#site-title .logo {
	width: 115px;
	height: 32px;
	margin: 0 20px 0 0;
	}
	
#site-title .claim {
	width: 649px;
	height: 32px;
	}
	
header #searchform {
	float: right;
	}	
	
header #searchform input {
	width: 250px;	
	}
	
/* --- NAVIGATION
-------------------------------------------------------------- */

nav#access {
	background-repeat: no-repeat;
	background-position: right center;
	font-size: 18px;
	}

nav#access ul li {
	position: relative;
	float: left;
	list-style: none;
	color: #fff;
	transition: background 0.5s;
	}

nav#access ul li a {
	padding: 15px 20px;
	}
	
nav#access ul.menu > li:first-child > a:first-child {
	padding: 15px 20px;
	}	

nav#access ul ul li.menu-item-has-children > a:after {
	position: relative;
	float: right;
	content: '';
	margin-top: 5px;
	margin-left: auto;
	margin-right: -10px;
	border-left: 5px solid #fff;
	border-right: 5px solid transparent;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	}

nav#access ul li:hover,
nav#access ul li.current-menu-item,
nav#access ul li.current-page-ancestor {
	background: #003d76;
	}

nav#access ul ul li:hover {
	background: #353535;
	}
	
nav#access ul ul li.current-menu-item,
nav#access ul ul li.current-page-ancestor {
	background: #585858;
	}
	
nav#access ul ul {
	position: absolute;
	top: -9999px;
	left: -9999px;
	background: #4d4d4d;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
	z-index: 1;
	font-size: 16px;
	}

nav#access ul ul li {
	float: none;
	width: 350px;
	border-bottom: 1px solid #555;
	}

nav#access ul ul li a {
	padding: 10px 20px;
	}

nav#access ul ul li:last-child {
	border-bottom: none;
	}

nav#access ul li:hover > ul {
	top: 100%;
	left: 0;
	}

nav#access ul ul li:hover > ul {
	top: 0;
	left: 350px;
	}
	
nav#access #btn-search	{
	font-size: 24px;
	padding: 10px 30px;
	}	
	
	
/*
------------------------------------------------------------------------------
STARTSEITE
------------------------------------------------------------------------------
*/

	
	
.mosaik .box_1 {
	width: 785px;
	height: 560px;
	float: left;
	margin: 0 10px 0 0;
	}
	
.mosaik .box_2 {
	width: 440px;
	height: 295px;
	float: left;
	margin: 0 0 10px 0;
	}
	
.mosaik .box_3 {
	width: 440px;
	height: 255px;
	float: left;
	}	
	
	
.zitat .img-box {
	width: 300px;
	min-height: 420px;
	background-size: 300px 400px;
	background-position: bottom center;
	background-repeat: no-repeat;
	}	
	
.zitat .txt-box {
	width: 776px;
	}	
	
	
/* --- FOOTER
-------------------------------------------------------------- */	
	
footer .footerbox .col-a {
	padding: 0 0 100px 0;
	}
	
footer .footerbox .col-b {
	width: 20%;
	padding: 0 0 100px 0;
	}
	
footer .footerbox .col-c {
	width: 35%;
	padding: 0 0 100px 0;
	}		
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	