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

.contentbox {
	padding: 40px;
	}

.page-template-template-page-front	.contentbox,
.page-template-template-page-front-privat .contentbox {
	padding: 20px;
	}	
	
.wrapper {
	width: 974px;
	padding: 0 17px 0 17px;
	}

.contentelement.main {
	width: 75%;
	padding:0 60px 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: 25%;
	padding:0 0 20px 0;
	box-sizing: border-box;
	}		
	
	
/* --- HEADER
-------------------------------------------------------------- */	

.mainhead {
	padding: 40px 0;
	}
	
#site-title {
	float: left;
	}	

#site-title .logo {

	}
	
#site-title .claim {

	}	

header #searchform {
	float: right;
	}

header #searchform input {
	width: 200px;	
	}

	
	
/* --- NAVIGATION
-------------------------------------------------------------- */

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

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

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

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;
	}	
	
	
/*
------------------------------------------------------------------------------
BREACRUMP
------------------------------------------------------------------------------
*/	

.breadcrump {
	padding: 25px 0 0 40px;
	}
	
	
/*
------------------------------------------------------------------------------
STARTSEITE
------------------------------------------------------------------------------
*/

.mosaik .box_1 {
	width: 619px;
	height: 406px;
	float: left;
	margin: 0 10px 0 0;
	}
	
.mosaik .box_2 {
	width: 340px;
	height: 198px;
	float: left;
	margin: 0 0 10px 0;
	}
	
.mosaik .box_3 {
	width: 340px;
	height: 198px;
	float: left;
	}
	
	
/*  Vorteile */		
	
.vorteilliste {
	width: 55%;
	}

.zitat .img-box {
	width: 300px;
	min-height: 420px;
	background-size: 300px 400px;
	background-position: bottom center;
	background-repeat: no-repeat;
	}	
	
.zitat .txt-box {
	width: 514px;
	}	
	
.zitat .zitat-text {
	margin: 0 0 110px 0;
	padding: 0 20px 0 0;
	}	
	
	
/*
------------------------------------------------------------------------------
HÄUSER-ÜBERSICHT
------------------------------------------------------------------------------
*/

section.uebersicht article .img-box { 
	height: 200px;
	}	
	
.archivefilter .filterelement label,
.archivefilter .filterelement select {
	font-size: 15px;
	}
	

/*
------------------------------------------------------------------------------
HÄUSER-DETAIL
------------------------------------------------------------------------------
*/

.single-home .bilder a {
	height: 580px;
	}	
	
.single-home .summary .area p {
	font-size: 30px;	
	}
	
.single-home .vorteile li {
	width: 30%;
	}
	
	
/*
------------------------------------------------------------------------------
AKTUELLES
------------------------------------------------------------------------------
*/	

.news article .img-box {
	min-height: 100px;
	max-height: 150px;
	}		
	
	
/* --- FOOTER
-------------------------------------------------------------- */	
	
footer .footerbox .col-a,
footer .footerbox .col-c {
	padding: 0 0 100px 0;
	}
	
footer .footerbox .col-b {
	width: 20%;
	padding: 0 0 100px 0;
	}				
		
	
	
	
		