.static-content {
	margin: 0 auto 4em; 
	max-width: 100%; 
	width: 44em;
	padding-top: 4em;
}
.static-content figcaption {
	font-size: smaller;
	font-style: italic;
}

/* BLOG *****/
.post-wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
.reverse {
	flex-direction: row-reverse;
}
.blogpost {
	width: 50%;
	flex-direction: column;
}
.blogimg {
	height: 460px;	
}
.blogtxt {
	padding-top: 1em;
	text-align: center;
}
.imgcontainer {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
}
.excerpt {
	max-width: 90%;
	margin: 0 auto;
}
.blog-page-beitragsbild {
	width: 100%;
}
.blog-content {
	width: 1280px;
	padding: 52px 0;
}
.blog-content a h2 {
	font-size: 2em;
	line-height: 1em;
	color: #000;
}
.blog-content h2 {
	font-size: 1.8em;
	line-height: 1.2em;
	color: #000;
}
.blog-content h2,.blog-content h3,.blog-content h4,.blog-content h5 {
	padding: 0 14px;
}
.blog-content h1 {
	font-size: 2.4em;
	font-weight: bold;
	line-height: 1.2em;
	max-width: 22em;
	margin:
	1em auto;
}
.blog-content a {
	text-decoration: none;
}
.blogpage-imgcontainer {
	height: 640px;
	width: 100%;
	background-size: cover;
	background-position: center;	
}
.page-imgcontainer {
	height: 300px;
	width: 100%;
	background-size: cover;
	background-position: center;	
}
.reduced-height {
	height: 300px;
}
.post-date {
	font-size: smaller;
	margin-bottom: 3em;
	text-align: center;
}
figcaption.mainpic {
	text-align: center;
	margin-top: -4px;
	color: #7a7a7a;
}
.pagination {
	padding: 3em;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;	
}
.has-large-font-size {
	font-size: larger;
}
/* BLOG END *****/

/* FAQ ***********/
ul.faq {
	list-style-type: square;
	margin: 1em;
	padding: 0;
	width: 100%;
}
.faq li {
	margin: 2em 0 2em 0;
	cursor: pointer;
	background: #f9f9f9;
	padding: 12px;
}
.faq li li {
	margin: unset;
	cursor: unset;
	background: unset;
	padding: unset;
}
.faq-answer {
	display:none;
	background: #efefef;
	padding: 1em;
	margin-top: 0.5em;
}
.faq-answer.show { display: block; }
/* FAQ END ***********/

/* FORMS **********/
.addDetailsTable {
	background-color: #f8f8f8;
	padding: 0.8em;
	margin-bottom: 2em;
	width: 28em;
	max-width: 100%;
}
.addDetailsTable tr > td {
	padding-bottom: 0.4em;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 10em;
}
.addDetailsTable select {
	width: 95%;
	padding: 0.2em;
	border: 1px solid #a7a7a7;
	font-size: 1em;
	font-family: 'Source Sans Pro', Arial,sans-serif;
}
.addDetailsTable input[type='text'] {
	max-width: 93%;
}
.addDetailsTable input[type='time'] {
	max-width: 4em;
}
.addDetailsTable .wochentage {
	width: 5em;
}
.txtinput {
	border: 1px solid #a9a9a9;
	padding: 0.5em;
	position: relative;
}		
#sendbutton {
	margin-top:1em;
}
/* FORMS END */

p {
	padding:1em;
}
.content-midpage {
	width: 44em;
	margin: 0 auto;
	max-width: 100%;
}
.headline {
	text-align: center;
}
.box-wrapper {
	display:flex;
	justify-content: space-evenly;
	margin: 4em 0;
}
.row.box-wrapper {
	margin: 2em 0;
}
.row.box-wrapper:first-of-type {
	margin-top: 4em;
}
.row.box-wrapper:last-of-type {
	margin-bottom: 4em;
}
.info-box h3 {
	font-weight: bold;
	font-size: 2em;
	margin-bottom: -0.5em;
}
.info-box {
	width:29%;
	background:#FFAD3324;
	margin: 0.25em 1em;
	text-align: center;
	border-radius: 0.75em;
}
.halfpage-box {
	width:42%;
	background:#FFAD3324;
	margin: 0.25em 1em;

	text-align: center;
	border-radius: 0.75em;
}
.halfpage-box h3 {
	font-weight: bold;
}
.halfpage-box img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	border-radius: 0.75em;
}
.text-left {
	text-align:left;
}
.nobullet {
	list-style-type: none;
}
.halfpage-box ul li, .faqs ul li {
	margin:1.2em 0;
}
.section {
	padding: 1em 0;
}
a.calltoaction {
	color: black;
	font-weight: bold;
}
.contact ul, .faqs ul {
	padding-left: 0;
}
/*	M O B I L E ***************/
@media (max-width: 800px) {
	.static-content {
		-moz-box-sizing: border-box; 
		-webkit-box-sizing: border-box; 
		box-sizing: border-box;
		margin: 0 auto;
		padding: 44px 1em 4em;
	}
	.blogpost {
		width: 100%;
		margin-bottom: 4em;
	}
	.blogimg {
	    height: 380px;
	    order: 1;
	    margin-bottom: 1em;
	}
	.blogtxt {
		padding-top: 0;
		order: 2;
	}
	.blog-content a h2 {
	    font-size: 1.8em;
	    color: #000;
	}
	.blogpage-imgcontainer {
		height: 50vh;
	}
	figure.wp-block-image {
		margin: 24px 0;
	}
	.wp-block-image img {
		max-width: 100%;
	}
	.info-box {
		width:100%;
		margin:0;
		margin-bottom:1em;
	}
	.box-wrapper {
		flex-direction: column;
	}
	.row.box-wrapper {
		margin-bottom: -2em;
	}
	.halfpage-box {
		width:100%;
		margin:0;
		margin-bottom:1em;
	}

}