/*
Willkommen bei den Individuellen CSS

Wie es funktioniert, steht unter http://wp.me/PEmnE-Bt
*/
/* Hide Blog Page Title | 1530124-zd BC */
.blog-wrap h3.blog-title {
	display: none;
}

/* HeadrImg anpassen */
/* remove post date and comment count | kb-1544839-zd */
.home .entry-date, .home .entry-comments {
	display: none !important;
}

/* Add wide background to footer image / #9412229-hc (MiS) */
.site-footer .custom-logo-link {
	display: inline-block;
	background: #fff;
	padding: .5em;
}

/* Hide the address and phone from Contact Info widget | kb-1544839-zd */
.confit-address, .confit-phone {
	display: none !important;
}

/* change the menu color - 8429011-hc -AJ */
ul li a, .dropdown-toggle {
	color: #0127e9;
}

#desktop-navigation ul li.menu-item-has-children a:after, #desktop-navigation ul li.page_item_has_children a:after {
	border-top-color: #0127e9 !important;
}

/* change the background color of the last menu item - 8429011-hc -AJ */
#menu-item-211 {
	background-color: #a4d2f8;
}

/* make the menu background rounded with a bottom spacing - 8429011-hc - AJ */
#menu-item-211 {
	border-radius: 40px;
	margin-bottom: 10px;
}

/*Increase size of logo DP #8433503-hc*/
@media screen and (min-width: 66.25em) {
	.custom-logo-wrap a.custom-logo-link img {
		width: 300px;
		max-width: 600px;
		max-height: 400px;
	}
}

/* change text color of navigation the same as hover when on active page */
#desktop-navigation ul .current-menu-item a {
	color: #0b68a2;
}

/* adjust the space between navigation items on desktop to make menu more full screen */
@media screen and (min-width: 66.25em) {
	#desktop-navigation ul li {
		padding-left: 47px;
		padding-right: 47px;
	}
}

/* hide search open button */
#search-open {
	display: none;
}

/* hide search open button */
#search-open, #search-open-sticky, #overlay-open-sticky {
	display: none;
}

/*--- Left align logo and main navigation menu / #hc ck ---*/
@media screen and (min-width: 66.25em) {
	.custom-logo-wrap {
		text-align: left;
	}
	
	#desktop-navigation ul {
		margin: auto;
		text-align: left;
		width: 94.5%;
	}
}

@media screen and (min-width: 66.25em) {
	#site-branding {
		width: 90% !important;
		padding: 20px 0 !important;
	}
}

/*
.headerimg {
	width: 120px;
	min-height: 400px;
	background: url('https://IhreDomain.de/wp-content/uploads/JAHR/MONAT/dateiname.jpg') no-repeat;
	background-position: center center;
	background-size: auto;
	margin: 0 auto;
}*/