/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.

Wenn du zukünftig Hilfe brauchst, stelle deine Frage gerne im CSS-Forum.
*/
/* --- START Create space before and after featured-page-area / 3001859 (kon) --- */
.home .featured-page-area {
	padding-top: 10px;
	padding-bottom: 1px;
}

/* --- END Create space before and after featured-page-area --- */
/* --- Custom CSS for larger screens LOGO / 2454126-zen (maxphilip) --- */
@media only screen and (min-width: 1190px) {
	/* --- Custom logo width / 2454126-zen (maxphilip) --- */
	.compact-navigation header.site-header .custom-logo,
							    .compact-navigation header.site-header .retina-logo {
		max-width: 400px;
	}
	
	/* --- Custom header padding / 2454126-zen (maxphilip) --- */
	.compact-navigation header.site-header {
		padding-bottom: 10px;
	}
}

.entry-summary {
	display: none;
}

.site-header {
	background-color: white;
}

/* hover over featured pages opacity*/
.featured-page-area .featured-page .featured-image:hover {
	opacity: .7;
}

/*Farbe Hintergrund slider/header*/
.content-area {
	background-color: #fff;
}

.featured-page .entry-card {
	background: #fff;
}

/*.fullwidth-slider .featured-slider .entry-title {
font-size: 42px;
} */
a:hover, a:focus, a:active, body.search a:hover>*, body.search a:focus>*, body.search a:active>* {
	color: #dcbd7a;
}

a.read-more-link:hover {
	color: #dcbd7a;
}

/*Überschrift Seiten weg*/
.page-id-9982 .entry-header {
	display: none;
}

.page-id-10209 .entry-header {
	display: none;
}

.page-id-673 .entry-header {
	display: none;
}

.page-id-2854 .entry-header {
	display: none;
}

.page-id-3587 .entry-header {
	display: none;
}

.page-id-4645 .entry-header {
	display: none;
}

.page-id-341 .entry-header {
	display: none;
}

.page-id-337 .entry-header {
	display: none;
}

.page-id-1482 .entry-header {
	display: none;
}