html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

html, body, div, article, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font,
img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol,
ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead,
tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 1.01em;
    font-size: 100.01%;
    vertical-align: baseline;
    outline: 0
	}

img {
	vertical-align:bottom;
	}

.positioning:after {
	content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
	}
	
.semantic {
	display:none;
	}	
	
*:focus {
    outline:none;
	}	

::selection {
    background: #c3e7e7;
	}

.wrapper {
	margin:0 auto;
	}
	
ul, ol {
	list-style:none;
	}
	
input::-webkit-input-placeholder {
  color: #cccccc;
  opacity: 1;
  font-style: normal;
  }
  
 input:-moz-placeholder {
  color: #cccccc;
  opacity: 1;
  font-style: normal;
  }
  
input::-moz-placeholder {
  color: #cccccc;
  opacity: 1;
  font-style: normal;
  }
  
input:-ms-input-placeholder {
  color: #cccccc;
  opacity: 1;
  font-style: normal;
  }  		

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

body {
    font-family: 'Roboto', sans-serif;
	background: #0a4b85;
	font-weight:400;
	font-size:16px;
	color:#666666;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	}

main {
	clear: both;
	background-color: #f7f7f7;
	box-sizing: border-box;
	}

.contentbox {
	display: flex;
	background: #fff;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	}
	
.contentelement {
	box-sizing: border-box;
	padding: 25px;
	}
	
	
/*
------------------------------------------------------------------------------
HEADER
------------------------------------------------------------------------------
*/		

header {
	/* background-color: #f7f7f7; */
	}

.mainhead {
	text-align: left;
	}	
	
#site-title .logo {
	color: #fff;
	font-size: 48px;
	font-weight: 300;
	text-transform: uppercase;
	padding: 10px 0;
	}
	
#site-title .claim {
	color: #fff;
	font-size: 14px;
	opacity: 0.8;
	}	
	
#site-title .logo strong,
#site-title .claim strong,
#site-title br {
	/* display: none; */
	}

header #searchform label {
	display: none;
	}
	
header #searchform input {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	color: #333333;
	background: transparent;
	border: none;
	box-shadow: none;
	text-shadow: none;
	border-bottom: solid 1px #e5e5e5;
	}
	
header #searchform button {
	cursor: pointer;
	font-size: 24px;
	color: #808080;
	background: transparent;
	border: none;
	box-shadow: none;
	text-shadow: none;	
	}
	
header #searchform button:hover {
	color: #0c5ea7;	
	}		
	
header #searchform button span {
	display: none;
	}				
	
#user {
	float: right;
	color: #fff;
	margin-top: 10px;
	font-size: 14px;
	text-align: right;
}

#user p {
	margin: 0;
}

#user p a {
	color: #63a4de;
}

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

nav#access {
	float: left;
	width: 100%;
	background: #0c5ea7;
	position: relative;
	z-index: 3;
	}

nav#access ul {
	margin: 0;
	padding: 0;
	}

nav#access a {
	display: block;
	color: #fff;
	text-decoration: none;
	}

nav#access #btn-navigation	{
	display: none;
	width: 50%;
	color: #fff;
	padding: 10px 10px 10px 40px;
	box-sizing: border-box;
	background: url(../images/theme-menue.svg) no-repeat left center;
	float: left;
	}
	
/*
------------------------------------------------------------------------------
BREACRUMP
------------------------------------------------------------------------------
*/	

.breadcrump {
	color: #808080;
	font-size: 15px;
	font-weight: 300;
	background: #fff;
	padding: 25px 0 0 70px;
	}
	
.breadcrump a {
	color: #808080;
	font-weight: 400;
	}
	
.breadcrump i {
	font-size: 70%;
	padding: 0 2px;
	}			

	
/*
------------------------------------------------------------------------------
CONTENT
------------------------------------------------------------------------------
*/	

a {  
	color: #0c5ea7;
	text-decoration:none;
	transition: all 0.2s ease;
	}
	
a:hover { 
	color:#003d76;
	text-decoration:none;
	}
	
h1 {
	font-family: 'Roboto';
	font-size: 48px;
	font-weight: 300;
	padding: 5px 0 15px 0;
	color: #0c5ea7;
	}			

h2 {
	font-family: 'Roboto';
	font-size: 28px;
	font-weight: 400;
	padding: 8px 0;
	color: #0c5ea7;
	}
	
p + h2 {
	padding: 40px 0 15px 0;
	}	
	
h3 {
	font-size: 16px;
	padding: 5px 0;
	text-transform: none;
	/*letter-spacing: 0.03em;
	word-spacing: 0.1em;*/
	color: #3d3d3d;
	font-weight: bold;
	}
	
p + h3,
ul + h3 {
	padding: 20px 0 10px 0;
	}	
	
h4 {
	font-weight: 600;
	font-size: 16px;
	padding: 10px 0 3px 0;
	}		
	
p {
	margin: 0 0 10px 0;
	line-height: 1.55em;
	}	
	
strong {
	font-weight: 600;
	}
	
main ul, main ol {
	padding:0 0 12px 24px;
	}
	
main ul {
	list-style-type: square;
	}		

main ol {
	list-style-type: decimal;
	}

main li {
	padding:4px;
	line-height:1.5em;
	}
	
main img {
	/*width: 100%;*/
	margin: 0 0 10px 0;
	}
	
.link-btn-b	{
	font-size: 14px;
	background: #0c5ea7;
	color: #fff;
	padding: 10px 25px;
	transition: 0.5s ease;
	}
	
.link-btn-b:hover	{
	color: #fff;
	background: #63a4de;
	}	
	
	
.attachment-post-thumbnail {
	width: 100%;
	height: auto;
	margin-bottom: 40px;
	}
	



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

.page-template-template-page-front .main,
.page-template-template-page-front-privat .main {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.customerlist {
	width: 30%;
	min-height: 800px;
	background: #d7ebfc;
}

#customerdetail {
	width: 68%;
}

.customerlist ul {
	list-style-type: none;
	padding: 0;
}

.customerlist ul li {
	padding: 0;
}

.customerlist ul li a {
	display: block;
	padding: 10px;
	border-bottom: solid 1px #fff;
}

.customerlist ul li a i {
	margin-right: 5px;
	font-size: 90%;
}

.customerlist ul li a.active,
.customerlist ul li a:hover.active {
	color: #fff;
	background: #0c5ea7;
}

 .customerlist ul li a:hover {
	color: #fff;
	background: #63a4de;
}

.link-gruppe {
	border: solid 1px #d7ebfc;
	margin: 20px 0;
}

.link-gruppe h3 {
	font-weight: 400;
	background: #d7ebfc;
	padding: 5px 10px;
	margin: 0;
	color: #0a4b85;
}

.links {
	padding: 10px 10px 5px 10px;
}

.links a {
	display: block;
	padding: 5px 0;
}

.links a:hover {
	background: #d7ebfc;
}

.links a i {
	/* color: #63a4de; */
}

.links .note {
	color: #808080;
	font-size: 14px;
	margin-top: 5px;
}
.links .note i {
	color: #cccccc;
}

/*  Zusatzspalte */

.bookmarklist {
	border: solid 1px #e3e3e3;
}

.bookmarklist h3 {
	font-weight: 400;
	background: #e3e3e3;
	padding: 10px 15px;
	margin: 0;
	color: #666666;
}

.bookmarklist h4 {
	border-bottom: solid 1px #e3e3e3;
}

.bookmarklist .list-box {
	padding: 10px 15px;
}

.bookmarklist ul {
	list-style-type: none;
	padding: 0;
	margin: 5px 0 15px 0;
}

.bookmarklist ul li {
	padding: 0;
}

.bookmarklist ul li a {
	display: block;
	padding: 2px 5px 2px 5px;
	color: #666666;
}

 .bookmarklist ul li a:hover {
	background: #f7f7f7;
}

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

.page-template-template-page-front-privat h1 {
	width: 100%;
}

.page-template-template-page-front-privat h1+p {
	margin: 0 0 30px 0;
}

#loginform label {
	width: 100%;
	display: inline-block;
}

#loginform .input {
	width: 100%;
	padding: 5px;
	margin: 5px 0;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
}

	

/*
------------------------------------------------------------------------------
PAGINATION
------------------------------------------------------------------------------
*/	
	
.pagination h2 {
	display:none;
	}		
	
.pagination {
	/*border-top: dotted 1px #e5e5e5;
	border-bottom: dotted 1px #e5e5e5;*/
	margin:20px auto 0 auto;
	text-align:center;
	}	
	
.pagination .page-numbers {
	padding: 10px 15px;
	font-size:16px;
	display:inline-block;
	border: solid 1px #cccccc;
	margin: 0 3px;
	color: #666666;
	transition: 0.5s ease;
	}
	
.pagination a.page-numbers:hover {
	background: #0c5ea7;
	border: solid 1px #0c5ea7;
	color:#fff;
	}
	
.pagination .current {
	color:#fff;
	background: #63a4de;
	border: solid 1px #63a4de;
	}	

.pagination	a.page-numbers.prev,
.pagination	a.page-numbers.next,
.pagination	a.page-numbers.prev:hover,
.pagination	a.page-numbers.next:hover {
	font-size: 19px;
	color: #0c5ea7;
	background: none;
	border: solid 1px transparent;
	}
	
.pagination	a.page-numbers.prev,
.pagination	a.page-numbers.next {
	color: #666666;
	}	





	

/*
------------------------------------------------------------------------------
BAURATGEBER - BLOG
------------------------------------------------------------------------------
*/	

.news {
	border-top: solid 1px #dadbde;
	text-align: center;
	}
	
.news article {
	padding: 15px 0;
	border-bottom: solid 1px #dadbde;
	text-align: left;
	}

.news article a {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	}
	
.news article .img-box {
	background-size: cover;
	background-position: center;
	width: 30%;
	min-height: 200px;
	max-height: 300px;
	}
	
.news article .txt-box {
	width: 65%;
	}
	
.news article .txt-box.fullwidth {
	width: 100%;
	}			

.news article .img-box img {
	display: none;
	}

.news h3,
.news p {
	color: #1d1d1b;
	transition: 0.5s ease;
	}
	
.news a:hover h3,
.news a:hover p {
	color: #0055a4;
	}	
	
.post-date {
	color: #444c58;
	font-size: 0.9em;
	}	
	
.news a.allnews	{
	margin: 20px auto;
	display: inline-block;
	}	
	
	
/*
------------------------------------------------------------------------------
ZUSATZSPALTE
------------------------------------------------------------------------------
*/		
		
aside.widget	{
	padding: 15px 15px 20px 15px;
	background-color: #f7f7f7;
	}
	
h3.widget-title {
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 0.95em;
	color: #0c5ea7;
	text-transform: uppercase;
	}
	
.widget_categories ul {
	padding: 0 0 3px 24px;
	}	
	
.widget_categories ul li {
	margin: 0;
	padding: 0;
	font-size: 0.95em;
	color: #808080;
	}
	
.widget_categories ul li a {
	color: #808080;
	}
	
.widget_categories ul li a:hover {
	color: #cc0001;
	}	
	
.widget_archive label {
	display: none;
	}		
	
.widget_archive select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	width: 100%;
	padding: 8px 12px;
	margin: 0;
	color:#3a4750;
	border: solid 1px #dadbde;
	cursor:pointer;
	background: url(../images/select-arrow.svg) no-repeat 95% center #fff;
	background-size: 14px;
	}
	
.widget_archive select:hover {
	color: #fff;
	background-image: url(../images/select-arrow-w.svg);
	background-color: #7c828a;
	border: solid 1px #7c828a;
	}	
	
	
.widget_mhg_empfehlungen .img-box div {
	width: 100%;
	height: 180px;
	background-size: cover;
	background-position: center;
	}	
	
.widget_mhg_empfehlungen .img-box div img {
	display: none;
	}	
	
.widget_mhg_empfehlungen strong {
	margin: 15px 0 10px 0;
	display: inline-block;
	color: #808080;
	}
	
.widget_mhg_empfehlungen .mehr {
	text-align: right;
	}	
				

/*
------------------------------------------------------------------------------
FOOTER
------------------------------------------------------------------------------
*/			


footer {
	margin: 0;
	width: 100%;
	background-color: #0c5ea7;
	}

footer .footerbox {
	color: #63a4de;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
	
footer .footerbox .footerheadline {
	color: #fff;
	font-size: 26px;
	font-weight: 300;
	margin: 60px 0 40px 0;
	padding: 0 0 0 30px;
	position: relative;
	}
	
footer .footerbox .footerheadline:before {
	content: ' ';
	position: absolute;
	width: 21px;
	height: 21px;
	top: 4px;
	left: 0;
	background: #63a4de;
	}	
	
footer .footerbox p,
footer .footerbox ul {
	margin: 0;
	line-height: 1.75em;
	}		
	
footer .footerbox a,
footer .postfooter a {
	color: #63a4de;
	transition: .5s ease;
	}
	
footer .footerbox a:hover,
footer .postfooter a:hover {
	color: #fff;
	}
	
footer .footerbox p.phone {
	font-size: 46px;
	line-height: inherit;
	padding: 0;
	margin: 0;
	}
	
footer .footerbox p.phone i {
	font-size: 90%;
	padding: 0 0 0 15px;
	transform: scaleX(-1);
	}	
	
footer .postfooter {
	position: fixed;
	z-index: 15;
	bottom: 0;
	width: 100%;
	color: #63a4de;
	font-size: 24px;
	padding: 10px 0;
	text-align: right;
	background: #0a529b;
	}
	
footer .postfooter a span{
	display: none;
	}		
	