/*
 * Globals
 */
body {
	font-family: Helvetica, Arial, Sans-Serif;
	line-height: 13pt;
	font-size: 14px;
	color: #b34e5c; /* Fallback vor IE */
	color: var(--main-color);
	background-image: url('/wp-content/uploads/2019/06/background.jpg');
	background-repeat: repeat-x;
	background-color: #9f907c;
	overflow-x: hidden;
}

a {
	text-decoration: none !important;
	color: #ac2e3d; /* Fallback vor IE */
	color: var(--main-color);
}
a:hover {
	color: #FFFFFF !important; /* Fallback vor IE */
	/*color: var(--link-hover-color) !important;*/
}

p {
	margin-bottom: 15px;
}

.page-row-1 {
	width: 20%;
	float: left;
}
.page-row-2 {
	width: 20%;
	float: left;
}
.page-row-3 {
	width: 60%;
	float: left;
	padding-right: 20px;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
	margin-top: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #333;
}

h1.page-title {
	font-size: 1.3em;
	color: var(--main-color);
}
body.home h1.page-title {
	display: none;
}

img {
	max-width: 100%;
	height: auto;
}

body.home img {
	margin-top: 20px;
	margin-left: 45%;
}

@media(max-width: 767px) {
	body.home .page-row-3 {
		padding-top: 30px;
		text-align: center;
	}
	body.home .wp-block-image {
		margin: auto;
	}
	body.home img {
		margin-left: 0px;
	}
	body.home .page-row-3 {
		padding-left: 15px !important;
	}
}

/*
 * Override Bootstrap's default container.
 */

.container {
	max-width: 960px;
	padding: 0px;
}
@media (min-width: 1200px) {
	.container {
		width: 970px;
	}
}
.row {
	padding: 0px;
	margin: 0px;
}

/* Nav links */
#menu-header-navigation {
	padding: 0px;
	margin: 0px;
	z-index: 1;
}
.main-nav-wrapper .hamburger {
	display: none;
	z-index: 1;
	padding: 10px;
	padding-top: 8px;
	cursor: pointer;
	text-align: right;
	z-index: 2;
}
.main-nav ul {
	list-style-type: none;
	text-align: right;
}
.main-nav li {
	position: relative;
	padding-right: 40px;
	font-weight: 500;	
}
.main-nav li a,
.sub-nav li a {
	color: #b34e5c; /* Fallback vor IE */
	color: var(--main-color);
}
.main-nav li a:hover,
.main-nav li.current_page_item a,
.main-nav li.current_page_parent a,
.sub-nav li.current_page_item a,
.main-nav li a:hover, .sub-nav li a:hover, footer a:hover {
	color: var(--link-hover-color) !important;
}
.main-nav.sticky {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	background-color: white;
	border-bottom: 2px solid #ac2e3d; /* Fallback vor IE */
	border-bottom: 2px solid var(--main-color);
	padding: 20px;
	margin-top: 0px;
	z-index: 1;
}
body.sticky {
	margin-top: 55px;
}
@media(max-width: 767px) {
	.main-nav {
		margin-top: 10px;
	}
	
	.main-nav-wrapper .hamburger {
		display: block;
		position: absolute;
		right: 20px;
		top: -20px;
	}
	
	#menu-header-navigation {
		display: none;
		width: 100%;
		padding: 0px;
		margin-bottom: 20px;
	}
	
	.main-nav li {
		display: block;
		padding: 10px;
		text-align: center;
	}
	
	.main-nav {
		display: none;
		position: fixed;
		top: -10px;
		left: 0px;
		right: 0px;
		bottom: 0px;
		padding-top: 15%;
		background-color: rgba(230, 230, 230, 0.9);
		z-index: 1;
	}
	
	.main-nav ul {
		padding: 0px;
	}
	
	.page-wrapper {
		margin-top: 0px !important;
		padding-top: 40px !important;
		padding-bottom: 20px !important;
	}
	
	body.home .page-wrapper {
		padding-top: 20px !important;
	}
	
	.page-row-1,
	.page-row-2,
	.page-row-3 {
		width: 100%;
	}
	
	.page-row-2 {
		width: 60%;
		margin-top: -20px;
	}
	
	.page-row-3 {
		padding-right: 15px;
	}
}

.page-wrapper {
	background-color: #cdc2af;
	padding-top: 80px;
	padding-bottom: 80px;
	margin-top: 20px;
	margin-bottom: 0px;
}

/* Active state gets a caret at the bottom */
.main-nav .active {
	color: #fff;
}
.main-nav .active:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -5px;
	vertical-align: middle;
	content: " ";
	border-right: 5px solid transparent;
	border-bottom: 5px solid;
	border-left: 5px solid transparent;
}

.sub-nav ul {
	list-style-type: none;
	text-align: right;
	margin-top: 20px;
	padding-left: 0px;
}

@media(max-width: 767px) {
	.sub-nav ul {
		text-align: center;
	}
	.sub-nav li {
		margin-bottom: 20px;
	}
}

/*
 * Logo
 */
.logo {
	position: absolute;
	left: 67px;
	bottom: 0px;
}
.logo img {
	width: 100%;
	max-width: 152px;
}

/*
 * Blog header
 */
.blog-header #site-header {
	height: 180px;
}
@media(max-width: 767px) {
	.blog-header #site-header {
		height: 130px;
	}
}
.blog-header {
	margin-top: 20px;
}
.blog-header img {
	width: 100%;
	height: auto;
}
.blog-title {
	margin-top: 30px;
	margin-bottom: 0;
	font-size: 60px;
	font-weight: normal;
}
.blog-description {
	font-size: 20px;
	color: #999;
}

@media(max-width: 767px) {
	.logo {
		padding-left: 15px;
	}
	.wp-image-69 {
		padding-right: 15px;
	}
}

/* Pagination */
.pager {
	margin-bottom: 60px;
	text-align: left;
}
.pager > li > a {
	width: 140px;
	padding: 10px 20px;
	text-align: center;
	border-radius: 30px;
}

/*
 * File Download Button
 */
.wp-block-file .wp-block-file__button {
	background: #9d9d9d;
}


/*
 * Blog posts
 */

.blog-main {
	padding-left: 0px;
	padding-right: 0px;
}
.blog-post {
	min-height: 350px;
}
.blog-post-title {
	margin-bottom: 5px;
	font-size: 40px;
}
.blog-post-meta {
	margin-bottom: 20px;
	color: #999;
}
.blog-post a {
	color: #f46121 ; /* Fallback vor IE */
	color: var(--link-hover-color) ;
}
.blog-post .wp-post-image {
	padding-right: 35px;
}
body.home .blog-post .wp-post-image {
	width: auto;
	position: absolute;
	left: 80px;
	bottom: 0px;
}

@media(max-width: 767px) {
	.blog-post {
		padding-top: 10px;
	}
	
	body:not(.home) .blog-post {		
		padding-left: 15px;
	}
	
	.blog-post .col-md-4 {
		text-align: center;
	}
	
	.blog-post img {
		margin-bottom: 15px;
	}
}


/*
 * Footer
 */

.blog-footer {
	color: #cdc2af;
}
.blog-footer a {
	color: #cdc2af;
}
.blog-footer .copyright {
	font-size: 0.7em;
	text-align: right;
	margin-bottom: 5px;
}
.blog-footer i,
.blog-footer .copyright {
	text-transform: none;
}

@media(max-width: 767px) {
	.blog-footer {
		background-color: #cdc2af;
		padding-right: 15px;
	}
	
	.blog-footer .copyright,
	.blog-footer .copyright a {
		padding-top: 0px;
		color: #897b6a !important;
	}
}

iframe {
	max-width: 100%;
}

.blume-unten-links {
	position: absolute;
	left: 72px;
	bottom: 16px;
}
@media(max-width: 991px) {
	.blume-unten-links {
		left: 29px;
	}
}
@media(max-width: 767px) {
	.blume-unten-links {
		display: none;
	}
}

