body {
	min-width: 320px;
}
p {
	font-family: 'Droid Sans', serif;
}
.site-header-inner {
	display: -ms-flexbox;
	-ms-flex-direction: row;
	-ms-flex-wrap: wrap;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.cta-header {
	width: 100%;
	background-color: #ec756c;
	height: 40px;
	display: -ms-flexbox;
	-ms-flex-direction: row;
	display: flex;
	flex-direction: row;
}
.custom-logo-link {
	display: block;
	width: 200px;
}
@media screen and (min-width: 1024px) {
	.cta-header {
		display: none;
	}
	.custom-logo-link {
		width: 240px;
	}
}
body.scrolled .cta-header {
	display: none;
}
.site-header {
	background-color: #fff;
	width: 100%;
	z-index: 999;
}
.post-thumbnail {
	position: relative;
}
.post-thumbnail .button {
	position: absolute;
	top: 1em;
	right: 1em;
}
.post-thumbnail .button a {
	display: block;
}
.post-thumbnail .button img {
	display: block;
	width: 5em;
	height: 5em;
}
@media screen and (min-width: 768px) {
	.post-thumbnail .button img {
		width: 7em;
		height: 7em;
	}
}
@media screen and (min-width: 1024px) {
	.post-thumbnail .button img {
		width: 8em;
		height: 8em;
	}
}
@media screen and (min-width: 1200px) {
	.post-thumbnail .button {
		right: calc(50% - 600px + 1em);
	}
}
@media screen and (max-width: 1023px) {
	body.scrolled .site-header {
		position: fixed;
	}
	body.scrolled .site-content {
		padding-top: 80px;
	}
}
.cta-header a {
	width: calc(100%/3);
	text-align: center;
	height: 40px;
	color: #fff;
	font-size: 20px;
	line-height: 40px;
}
.cta-header a:hover {
	color: #fff;
}
.cta-header a.border {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
.site-branding {
	width: 240px;
	height: 80px;
	padding: 5px 20px;
}
@media screen and (min-width: 1024px) {
	.site-branding {
		width: 280px;
		height: 100px;
		padding: 10px 20px;
	}
}
.site-header .burger {
	color: #ec756c;
	font-size: 36px;
	line-height: 70px;
	text-align: right;
	cursor: pointer;
}
.site-header .navi {
	display: none;
	text-align: right;
}
@media screen and (min-width: 1024px) {
	.site-header .burger {
		display: none;
	}
	.site-header .navi {
		display: block;
	}
}
.site-header ul {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
}
.site-header ul > li {
	display: inline-block;
	margin: 0 10px;
	position: relative;
}
.site-header ul ul {
	display: none;
	position: absolute;
	left: 0;
	top: 30px;
	z-index: 1;
	background-color: #ec756c;
	padding: 5px;
	text-align: left;
	min-width: 200px;
}
.site-header ul ul li {
	display: block;
	padding: 5px;
}
.site-header ul ul li a {
	color: #fff;
	font-size: 14px;
}
.site-header ul > li > a {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	color: #58585a;
	font-weight: 600;
	padding-bottom: 10px;
	text-decoration: none;
}
.site-header ul.menu > li.current-menu-item > a {
	color: #ea756a;
	border-bottom: 3px solid #ea756a;
}
.mobile-navi ul.menu > li.current-menu-item > a {
	color: #fff;
	border-bottom: none;
}
.site-header .navi ul li.menu-item-has-children:hover > ul {
	display: block;
}
.main-navigation {
	width: calc(100% - 240px);
	height: 80px;
	padding: 5px 20px;
}
@media screen and (min-width: 1024px) {
	.main-navigation {
		width: calc(100% - 280px);
		height: 100px;
		padding: 67px 20px 0 20px;
	}
}
body.nav-open {
	position: relative;
	overflow: hidden;
}
.mobile-navigation {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: #ea756a;
	padding: 20px;
}
@media screen and (min-width: 768px) {
	.mobile-navigation {
		right: 49%;
	}
}
body.nav-open .mobile-navigation {
	display: block;
	z-index: 1000;
}
.mobile-navi {
	height: 100%;
	overflow: hidden;
}
.mobile-navi-inner {
	height: 100%;
}
.mobile-navi-top {
	width: 100%;
	height: 60px;
	display: -ms-flexbox;
	-ms-flex-direction: row;
	display: flex;
	flex-direction: row;
	padding-bottom: 20px;
}
.mobile-navi-logo {
	width: 50%;
	height: 40px;
}
.mobile-logo {
	height: 40px;
	width: auto;
}
.mobile-navi-close {
	width: 50%;
	cursor: pointer;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	color: #fff;
	font-weight: 600;
	height: 40px;
	display: -ms-flexbox;
	-ms-flex-align: center;
	-ms-flex-pack: end;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.mobile-navi-close i {
	margin-left: 5px;
	font-size: 24px;
}
.mobile-navi ul > li {
    display: block;
    margin: 0;
}
.mobile-navi ul > li > a,
.mobile-navi ul ul li a {
	color: #fff;
	padding: 10px 0;
	display: inline-block;
}
.mobile-navi ul ul li a {
	padding-top: 0;
}
.mobile-navi ul ul li a:before {
	content:'-';
	padding-right: 5px;
}
.mobile-navi ul > li.current-menu-item > a {
	color: #fff;
	border-bottom: none;
}
.mobile-navi ul li,
.mobile-navi ul ul li {
	margin: 0;
	padding: 0;
}
.mobile-navi ul ul {
    position: relative;
    padding: 0;
	left: auto;
	top: auto;
}
.mobile-navi ul ul a {
	color: #fff;
}
.mobile-navi .sub-trigger {
	font-size: 16px;
	color: #fff;
	cursor: pointer;
}
.mobile-navi .sub-open ul.sub-menu {
	display: block;
}
@media screen and (min-width: 768px) {
	.mobile-navi .sub-trigger,
	.mobile-navi-close {
		display: none;
	}
	.mobile-navi ul ul {
		display: block;
	}
}
.mobile-navi-bottom {
	height: 100%;
	overflow: scroll;
}
.menu-footer-container {
	padding-bottom: 20px;
}
.entry-content {
	width: 100%;
	max-width: 840px;
	margin: 0 auto;
	padding: 40px 20px;
}
.page-id-208 .entry-content {
	max-width: 1200px;
}
.spacer {
	background-position: top;
	background-size: 200%;
	opacity: .25;
	display: none;
}
@media screen and (min-width: 1024px) {
	article {
	}
	.spacer {
	}
	.entry-content {		
	}
}
.post-thumbnail img {
	display: block;
}
.site-footer {
	background-color: #575759;
}
.site-header-inner,
.site-info,
.site-info-mobile {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.site-info {
	display: none;
	padding: 40px 80px 20px 80px;
	position: relative;
}
.site-info-mobile {
	padding: 20px;
}
.monster {
	position: absolute;
	width: 150px;
	top: -90px;
	left: 5px;
}
.footer-navi {
	position: absolute;
    top: 10px;
    right: 20px;
}
.footer-navi ul {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
}
.footer-navi li {
	display: block;
	padding: 0 5px;
	float: left;
}
.footer-navi li:after {
	content: '|';
	color: #ea756a;
	margin: 0 0 0 10px;
}
.footer-navi li:last-child:after {
	content: '';
	margin: 0;
}
.footer-navi a {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 1;
	color: #ea756a;
	text-decoration: none;
}
.footer-navi a:hover {
	color: #ea756a;
}
@media screen and (min-width: 1024px) {
	.site-info {
		display: block;
	}
	.site-info-mobile {
		display: none;
	}
}
#content p {
	margin: 20px 0;
}
#content p:first-child {
	margin: 0 0 20px 0;
}
#content p:last-child {
	margin: 20px 0 0 0;
}
#content p a {
	color: #ea756a;
	text-decoration: none;
	font-weight: 700;
}
#content p a:hover {
	color: #ea756a;
}
h2 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	color: #ea756a;
	font-size: 24px;
	margin: 0;
	line-height: 1.2;
}
h3 {
	font-family: 'Droid Sans', serif;
	font-weight: 700;
	color: #ea756a;
	font-size: 20px;
	line-height: 20px;
}
h3 {
	margin: 20px 0;
}
h3:first-child {
	margin: 0 0 20px 0;
}
h3:last-child {
	margin: 20px 0 0 0;
}
footer p,
footer p a,
footer p a:hover {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #fff;
	text-decoration: none;
	margin: 0;
}
.modul {
	margin-bottom: 40px;
}
.modul:last-child {
	margin-bottom: 0;
}
.modul.akkordeon h3 {
	cursor: pointer;
}
.modul.akkordeon i {
	margin-right: 5px;
    transition: all 0.2s ease-out 0s;
}
.modul.akkordeon .akk-inner {
	display: none;
	margin-bottom: 20px;
}
.modul.akkordeon .akk.open .akk-inner {
	display: block;
}
.modul.akkordeon .akk.open h3 {
	margin-bottom: 10px;
}
.modul.akkordeon .akk.open i {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.modul.news h3 {
	margin-bottom: -20px;
	text-transform: uppercase;
}
.modul.team {
	width: 100%;
}
.modul.team .modul-inner {
	display: -ms-flexbox;
	-ms-flex-direction: row;
	-ms-flex-wrap: wrap;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0 -12px;
}
.modul.team .member {
	padding: 0 12px 24px 12px;
}
.modul.team .member-inner {
	display: -ms-flexbox;
	-ms-flex-direction: row;
	-ms-flex-wrap: wrap;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0 -12px;
}
.modul.team .member-1,
.modul.team .member-2 {
	width: 100%;
	padding: 0 12px;
}
.modul.team .member-1 {
	position: relative;
}
.modul.team .member h3 {
	color: #fff;
    transition: all 0.2s ease-out 0s;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	margin: 0;
	position: absolute;
	left: 12px;
	right: 0;
	bottom: 24px;
}
.page-id-208 .modul.team .member.first p {
	margin: 0 !important;
}
@media screen and (min-width: 768px) {
	.modul.team .member {
		width: 50%;
	}
	.modul.team .member h3 {
		left: 0;
	}
	.page-id-208 .modul.team .member.first {
		margin-bottom: 28px;
	}
	.page-id-208 .modul.team .member.first p a,
	.page-id-208 .modul.team .member.first p a:hover {
		color: #fff !important;
	}
	.page-id-208 .modul.team .member.first {
		width: calc(100%/2);
		margin-left: calc(100%/4);	
		margin-right: calc(100%/4);
	}
}
@media screen and (max-width: 767px) {
	.modul.team .member img,
	.modul.team .member h3 {
		width: 100%;
		max-width: 328px;
	}
}
@media screen and (min-width: 1024px) {
	.modul.team .member {
		width: calc(100%/3);
	}
	.page-id-208 .modul.team .member.first {
		width: calc(100%/3);
		margin-left: calc(100%/3);
		margin-right: calc(100%/3);
	}
	.post-thumbnail {
		background-color: #ea756a;
	}
	.post-thumbnail img {
		width: 100%;
		max-width: 1200px;	
		margin: 0 auto;
	}
}
.slider {
	width: 100%;
	max-width: 1200px;	
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.slides {
	position: absolute;
	left: 0;
	top: 0;
	width: 99999px;
}
.slide {
	float: left;
}
.slider-control {
	position: absolute;
	right: 25px;
	bottom: 15px;
}
.slide-trigger {
	display: inline-block;
	width: 14px;
	height: 14px;
	background-color: #fff;
	border-radius: 7px;
	margin-left: 8px;
}
.slide-trigger.active {
	background-color: #ea756a;
}
#cookie-notice {
    font-size: 16px;
    line-height: 1.5;
}
