/*
Theme Name: Quartierverein Wipkingen responsive Child
Theme URI: http://www.wipkingen.net
Template: wipkingen_responsive
Author: flake GmbH
Author URI: http://www.flake.ch
Description: Responsive Theme
Version: 1.1.1698827929
Updated: 2023-11-01 09:38:49

*/
@import url('../wipkingen_responsive/style.css');

@font-face {
    font-family: 'Merriweather Black';
    src: url('./fonts/Merriweather-Black.ttf') format('ttf'),
        url('./fonts/Merriweather-Black.woff2') format('woff2'),
        url('./fonts/Merriweather-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Merriweather Bold';
    src:  url('./fonts/Merriweather-Bold.ttf') format('ttf'),
        url('./fonts/Merriweather-Bold.woff2') format('woff2'),
        url('./fonts/Merriweather-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Merriweather';
    src: url('./fonts/Merriweather-Regular.ttf') format('ttf'),
        url('./fonts/Merriweather-Regular.woff2') format('woff2'),
        url('./fonts/Merriweather-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Merriweather LightItalic';
    src: url('./fonts/Merriweather-LightItalic.ttf') format('ttf'),
        url('./fonts/Merriweather-LightItalic.woff2') format('woff2'),
        url('./fonts/Merriweather-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Merriweather Sans';
    src: url('./fonts/MerriweatherSans-Regular.ttf') format('ttf'),
        url('./fonts/MerriweatherSans-Regular.woff2') format('woff2'),
        url('./fonts/MerriweatherSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Merriweather Sans ExtraBold';
    src: url('./fonts/MerriweatherSans-ExtraBold.ttf') format('ttf'),
        url('./fonts/MerriweatherSans-ExtraBold.woff2') format('woff2'),
        url('./fonts/MerriweatherSans-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Merriweather Sans Bold';
    src: url('./fonts/MerriweatherSans-Bold.ttf') format('ttf'),
        url('./fonts/MerriweatherSans-Bold.woff2') format('woff2'),
        url('./fonts/MerriweatherSans-Bold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Merriweather Sans Light';
    src: url('./fonts/MerriweatherSans-Light.ttf') format('ttf'),
        url('./fonts/MerriweatherSans-Light.woff2') format('woff2'),
        url('./fonts/MerriweatherSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
/*global*/
body {
	font-family: 'Merriweather', serif;
	color: #717171;
	font-size: 15px;
	line-height: 1.66;
}
h2 {
	font-family: 'Merriweather Black', serif;
    color: #717171;
	font-size: 27px;
	line-height: 1.25;
	word-break: break-word; 
}
.single h1 {
	font-family: 'Merriweather Black', serif;
	margin-top: 14px;
	margin-bottom: 29px;
	font-size: 27px;
	line-height: 1.25;
}
.single h2 {
	font-size: 22px;
	line-height: 1.45;
}
.single div.post p {
	font-size: 15px;
	line-height: 1.66;
}
p {
	margin-bottom: 30px;
}
div.post p {
    margin-bottom: 25px;
}
p strong {
	font-family: 'Merriweather Sans', sans-serif;
	font-size: 17px;
	line-height: 1.47;
	font-weight: normal;
}
.page-template-page-geschichte__container h2 + p {
	font-family: 'Merriweather Sans', sans-serif;
}
h2 strong {
	font-size: 27px;
}
a {
	color: #00989B;
}
div#wrap {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: stretch;
	max-width: 100%;
	margin: auto;
	min-height: 100vh;
}
.home div#wrap {
    position: relative;
}
.container {
    width: 100%;
    max-width: 1040px;
    box-sizing: border-box;
    padding: 0 20px;
	margin: 0 auto;
	overflow: hidden;
}
.main {
	flex-grow: 2;
}
.news-section {
	padding-top: 100px;
}
.error-404 {
	padding: 20px 0 50px;
}
/*Header*/
#header {
    padding: 1.8rem 0 4.6rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.home #header {
	padding-bottom: 1.8rem;
}
.home .header {
    z-index: 100;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.home .header .container {
	overflow: visible;
}
.header-row {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-grow: 2;
	row-gap: 2.6rem;
	align-items: center;
}
.header-row .nav-toggle {
	position: relative;
	top: 0;
	right: 10px;
}
.header-logo-alt {
	display: block;
	margin-left: 10px;
}
.header-logo-alt img {
	display: block;
	width: 100%;
	max-width: 160px;
	height: auto;
}
.header-links {
	display: flex;
	align-items: stretch;
}
.custom-logo-link {
	display: block;
}
.header-links__connect {
	display: block;
	font-family: 'Merriweather Sans', sans-serif;
	color: #000;
	border-left: 2px solid #00989B;
	padding-left: 23px;
	margin-left: 20px;
	padding-top: 5px;
}
.home .header-links__connect {
	display: none;
}
#searchform {
    position: relative;
    top: 0;
    right: 0;
}
.home #searchform {
	display: none;
}
.formcontainer {
	display: flex;
	justify-content: flex-end;
	align-items: stretch;
	position: relative;
	cursor: pointer;
}
.formcontainer.clearfix:before {
	content: '';
	clear: none;
	position: absolute;
	width: 24px;
	height: 24px;
	top: 50%;
	right: 5px;
	transform: translateY(-50%);
	display: block;
	z-index: 5;
	background-image: url("img/icon-search.svg");
	background-size: 100% 100%;
	pointer-events: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi) {
	.search-toggle {
		width: 44px;
		height: 44px;
		background: #00989B url(img/icon-search.svg) 6px 6px no-repeat;
		background-size: 32px 32px;
		right: 64px;
	}
}
.c-hamburger--htx {
	background-color: transparent;
	width: 44px;
	height: 32px;
}
.c-hamburger span {
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: auto;
	width: 100%;
}
.c-hamburger span, .c-hamburger span::before, .c-hamburger span::after {
	background-color: #00989B;
	height: 6px;
	border-radius: 20px;
}
.c-hamburger span::before {
	top: -13px;
}
.c-hamburger span::after {
	top: 13px;
}
.c-hamburger--htx.is-active {
	background-color: transparent;
}
.c-hamburger--htx.is-active span::after {
	top: 0;
}
#searchform input#s, #searchform input#s:hover {
	border-color: #707070;
	border-right: none;
	height: auto;
	padding: 2px 5px;
	cursor: pointer;
}
#searchform input#searchsubmit {
	height: auto;
	width: 34px;
	font-size: 0;
	line-height: 0;
	position: relative;
	opacity: 1;
	transition: opacity .3s ease;
}
#searchform input#searchsubmit:hover {
	opacity: .9;
}
#searchform input#s:hover {
	border-color: #00989B;
}
#site_navigation {
	background-color: transparent;
	padding: 3px 0 10px;
	margin: 0;
}
#menu-hauptnavigation > li {
	margin-right: 0;
}
#menu-hauptnavigation > li > a {
	font-family: 'Merriweather Black', sans;
	font-size: 22px;
	line-height: 1.27;
    color: #00989B;
	text-transform: none;
	transition: color .3s ease;
}
body.theme--dark #menu-hauptnavigation > li > a {
	color: #020102;
}
body.theme--dark #menu-hauptnavigation > li > a:hover {
	color: #00989B;
}
body.theme--white #menu-hauptnavigation > li > a {
	color: #fff;
}
body.theme--white #menu-hauptnavigation > li > a:hover {
	color: #00989B;
}
#site_navigation a.fb {
	display: none;
}
#menu-hauptnavigation li.current-menu-item > a {
	color: #717171;
	cursor: auto;
}
#menu-hauptnavigation li {
	height: auto !important;
	display: flex;
	
}
#menu-hauptnavigation li a {
	display: block;
	height: auto !important;
}
#site_navigation .sub-menu a, #site_navigation .children a {
	color: #717171;
}
.sub-menu {
	top: 30px;
	left: 0;
}
#site_navigation .sub-menu li a, #site_navigation .children li a {
	font-family: 'Merriweather Sans', sans-serif;
}
/*Footer*/
.footer {
	background-color: #00989B;
	margin-bottom: 0;
	overflow: hidden;
	height: auto;
	padding: 25px 0 35px;
	color: #fff;
	font-family: 'Merriweather Sans Light', sans-serif;
	font-size: 19px;
}
.footer__row {
    display: flex;
	margin: 0 -10px;
}
.footer__col {
	box-sizing: border-box;
    width: 25%;
	padding: 0 10px 20px;
}
.footer-logo__wrapper {
    width: 100%;
	max-width: 228px;
}
.footer__logo {
	display: block;
    position: relative;
    height: 0;
    overflow: hidden;
	width: 100%;
    padding-bottom: 21%;
}
.footer__logo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.footer__socials {
	margin-top: 28px;
}
.footer__socials ul {
	display: flex;
	flex-wrap: wrap;
	column-gap: 12px;
	max-width: 142px;
}
.footer__socials a {
	display: block;
	margin-bottom: 12px;
    position: relative;
    height: 59px;
    overflow: hidden;
    width: 59px;
}
.footer__socials a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.footer__join li, .footer__rules li {
	margin-bottom: 10px;
}
.footer__join a, .footer__rules a {
	color: #fff;
	text-decoration: none;
}
.footer__join a:hover, .footer__rules a:hover {
	text-decoration: underline;
}
/*Other blocks*/
img.wp-post-image {
    display: block;
    width: 100%;
}
div.post h3, .error-404 h3 {
	font-family: 'Merriweather Black', serif;
	color: #717171;
	font-size: 30px;
	line-height: 1.4;
	word-break: break-word; 
}
div.post p b {
	font-family: 'Merriweather Black', serif;
    font-size: 19px;
    line-height: 1.58;
}
div.post ul li {
	line-height: 1.46;
}
/*Posts*/
div.post {
	border-bottom: none;
}
div.post_fullwidth {
    margin-bottom: 23px;
}
div.post_fullwidth.post p {
	margin-bottom: 8px;
}
div.post_fullwidth.post p,
div.home-post.post p,
.vorstand_text-wrapper h2 + p,
.termine_text-wrapper h2 + p,
.main--galerie h2 + p,
.contact-content h2 + p,
.market-container h2 + p {
	font-family: 'Merriweather Sans', sans-serif;
}
.vorstand_text-wrapper h2 + p,
.termine_text-wrapper h2 + p,
.main--galerie h2 + p,
.contact-content h2 + p,
.market-container h2 + p {
	font-size: 24px;
}
img.wp-post-image {
    margin-bottom: 0;
}
a.title_cat {
	display: inline-block;
	font-size: 18px;
	line-height: 1;
	text-transform: none;
	padding: 8px 9px;
	font-family: 'Merriweather Sans Bold', sans-serif;
	color: #04969c;
    background-color: #fff;
	border: 1px solid #04969c;
	transition: all .3s ease;
}
a.title_cat:hover {
	color: #fff;
    background-color: #04969c;
}
a.title_cat.title_cat__capit {
	text-transform: capitalize;
}
.row-home--three a.title_cat {
	display: inline-block;
}
div.post_quaterwidth .post-content__cats {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
div.post_quaterwidth a.title_cat {
    display: inline-block;
	margin-bottom: 5;
}
div.post_quaterwidth span.entry-date {
	display: block;
	margin-top: 5px;
}
span.entry-date {
	font-size: 18px;
	font-family: 'Merriweather Sans', sans-serif;
	color: #717171;
}
.row-home--three span.entry-date {
	display: block;
	margin-top: 5px;
}
a.post_title {
	color: #717171;
	font-family: 'Merriweather Black', serif;
	line-height: 1.25;
}
.post_fullwidth h2 {
	margin-top: 18px;
	margin-bottom: 19px;
}
.post_fullwidth a.post_title {
	font-size: 55px;
}
.post_fullwidth p {
	font-size: 24px;
	line-height: 1.46;
}
div.post_halfewidth.post {
	padding-bottom: 16px;
}
.post_halfewidth a.post_title {
	font-size: 40px;
}
.post_quaterwidth a.post_title {
	font-size: 25px;
}
.responsive-link {
	display: block;
	position: relative;
	height: 0;
	overflow: hidden;
	padding-bottom: 48.35%;
}
.responsive-link--fullwidth {
	margin-bottom: 42px;
}
.responsive-link--halfewidth {
	margin-bottom: 40px;
}
.responsive-link--quaterwidth {
	margin-bottom: 25px;
}
.responsive-link img {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
a.commentcounter {
	font-size: 14px;
	font-family: 'Merriweather Sans', sans-serif;
	color: #00989B;
	padding: 5px 0 5px 20px;
	background-image: url(img/icon-comment.svg);
	background-position: center left;
	background-repeat: no-repeat;
	display: inline-block;
	height: auto;
}
.post_fullwidth a.commentcounter {
	margin: 2px 15px 0 0;
}
/*Pagination*/
.navigation.pagination {
	padding: 13px 0 72px;
}
.nav-links {
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Merriweather Sans', sans-serif;
	font-size: 19px;
	line-height: 1;
}
.prev.page-numbers, .next.page-numbers {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 29px;
	height: 29px;
	border: 1px solid #00989b;
	border-radius: 50%;
}
.prev.page-numbers {
	margin-right: 15px;
}
.next.page-numbers {
	margin-left: 15px;
}
.current.page-numbers {
	color: #00989b;
	display: block;
}
.current.page-numbers:after {
	content: '/';
	color: #00989b;
	padding: 0 5px;
}
.dots.page-numbers {
	color: transparent;
	position: relative;
	display: none;
}
.page-numbers {
	display: none;
}
.pages-total {
	color: #00989b;
}
.next.page-numbers {
	order: 1;
}
/*other*/
div.comments h3 {
	font-family: 'Merriweather Bold', serif;
}
/*Vorstand - board*/
.page-template-page-vorstand .main {
	padding-top: 33px;
    padding-bottom: 5px;
}
.page-template-page-vorstand .main .container > h2 {
	margin-bottom: 25px;
}
.page-template-page-vorstand .main .container > p {
	font-family: 'Merriweather Sans Light', sans-serif;
	margin-bottom: 90px;
}
.page-title {
	font-size: 18px;
	line-height: 1;
	text-transform: none;
	padding: 9px 11px;
	font-family: 'Merriweather Sans Bold', sans-serif;
	color: #fff;
	background-color: #04969c;
	display: inline-block;
	margin-bottom: 15px;
}
a img.alignnone {
	margin: 0;
}
.post.board-post {
	margin-bottom: 82px;
}
.board-post__row {
	display: flex;
	margin-bottom: 43px;
}
.board-post__col {
	box-sizing: border-box;
}
.board-post__col--img {
	width: 50.2%;
	padding-right: 16px;
}
.board-post__col--img a {
	display: block;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 68.72%;
}
.board-post__col--img a img {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.board-post__col--img br {
	display: none;
}
.board-post__col--txt {
	width: 49.8%;
	color: #00989B;
	font-size: 19px;
	padding-left: 16px;
}
.board-post__col--txt div {
	margin-top: 28px;
}
.board-post__col--txt strong, .board-post__col--txt i {
	font-size: 19px;
}
.board-post__col--txt strong {
	font-size: 19px;
	font-family: 'Merriweather Sans Bold', sans-serif;
}
.board-post__col--txt i {
	font-size: 19px;
	font-family: 'Merriweather LightItalic', serif;
}
div.post.board-post h3 {
	color: #00989B;
	font-size: 30px;
	word-break: break-word; 
}
div.post.board-post p {
	margin-bottom: 0;
	font-size: 19px;
}
/*Termine*/
.page-template-page-termine .main .container .post > h2 {
    margin-bottom: 11px;
}
.page-template-page-termine .main .container .post > p {
    font-family: 'Merriweather Sans Light', sans-serif;
    margin-bottom: 77px;
	font-size: 24px;
}
.page-template-page-termine div.post > h3 {
    font-family: 'Merriweather Black', serif;
    color: #717171;
	font-size: 30px;
	line-height: 1.4;
	word-break: break-word; 
}
.page-template-page-termine .tablehover {
	margin-top: 44px;
}
table#termintabelle th {
	color: #00989B;
	font-size: 19px;
	font-family: 'Merriweather Sans Bold', sans-serif;
}
table#termintabelle td, table#postliste td {
	color: #717171;
}
table#termintabelle td {
	padding: 40px 10px 30px 2px;
}
table#termintabelle tr a {
	color: #00989B;
	font-size: 25px;
}
table#termintabelle tr {
	border-bottom-color: #717171;
}
table#termintabelle td:first-child {
	font-family: 'Merriweather LightItalic';
	font-size: 22px;
}
table#termintabelle th.nomob,
table#termintabelle td.nomob,
table#termintabelle tr.highlight th.nomob,
table#termintabelle tr.highlight td.nomob {
	color: transparent;
}
table#termintabelle td.partmob {
	font-family: 'Merriweather LightItalic';
	font-size: 22px;
	line-height: 1.36;
}
/*galerie*/
.main--galerie {
	padding-top: 33px;
    padding-bottom: 5px;
}
.galerie-posts .post_img {
	float: none;
	width: 100%;
	padding-right: 0;
	margin-bottom: 27px;
}
.galerie-posts .post_img .galerie__img {
	display: block;
	position: relative;
	height: 0;
	overflow: hidden;
	padding-bottom: 68.72%;
}
.galerie-posts .post_img .galerie__img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.galerie-posts .post_txt {
	float: none;
	width: 100%;
}
.galerie-posts h2 {
	font-family: 'Merriweather Black', serif;
	color: #00989B;
	font-size: 30px;
	word-break: break-word; 
}
.galerie-posts {
    display: flex;
    flex-wrap: wrap;
	margin: 0 -15px;
}
.galerie-posts .post {
	width: 50%;
	box-sizing: border-box;
	padding: 0 15px;
	margin-bottom: 48px;
}
.galerie-posts a.post_title {
	color: #00989B;
	line-height: 1.4;
}
.main--galerie .container > p {
    font-family: 'Merriweather Sans Light', sans-serif;
    margin-bottom: 127px;
}
.galerie-posts .navigation.pagination {
	width: 100%;	
}
/*Uber Uns*/
.uber-content {
	overflow: hidden;
}
.uber-content p {
	height: auto;
}
.uber-content p > b {
	font-family: 'Merriweather Black', serif;
    font-size: 19px;
	line-height: 1.58;
}
.uber-content p > b br {
	display: none;
}
div.post .uber-about h3 {
	margin-top: 82px;
    margin-bottom: 40px;
	line-height: 1.4;
}
div.post .uber-about p {
	margin-top: 30px;
    margin-bottom: 30px;
}
div.post .uber-list h3 {
	margin-top: 75px;
    margin-bottom: 40px;
	line-height: 1.4;
}
div.post .uber-list ul {
	margin-top: 55px;
	margin-left: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
}
div.post .uber-list ul li {
	width: 25%;
	box-sizing: border-box;
	margin-bottom: 50px;
	padding-right: 3%;
}
div.post .uber-list ul li h4 {
	font-family: 'Merriweather Black', serif;
	font-size: 25px;
	color: #00989B;
	margin-bottom: 3px;
	line-height: 1.28;
	word-break: break-word; 
}
.uber-content .uber-list p > b {
	line-height: 1.68;
}
.uber-links {
	display: flex;
	list-style-type: none;
	margin: 0;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.uber-link {
	width: 25%;
	position: relative;
	padding: 0 15px;
}
div.post .uber-link p {
	margin-bottom: 0;
}
.uber-link__back {
	height: 0;
	padding-bottom: 100%;
}
.uber-links .uber-link__content {
	background-color: #00989B;
	color: #fff;
	text-decoration: none;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 30px);
	height: 100%;
	opacity: 1;
	transition: opacity .3s ease;
	display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
	padding: 25px;
	text-align: center;
	font-family: 'Merriweather Sans ExtraBold', sans-serif;
	font-size: 25px;
	line-height: 1.32;
}
.uber-links .uber-link__content:hover {
	opacity: 0.9;
}
.uber-links li a p, .uber-links li a + p {
	display: none;
}
/*Contact*/
.contact-content {
	overflow: hidden;
	padding-bottom: 77px;
}
.contact-address {
    margin-top: 80px;
}
.contact-address b em {
    margin-top: 80px;
	font-family: 'Merriweather', sans-serif;
}
.contact-socials {
	margin-top: 93px;
}
div.post .contact-content h3 {
    margin-bottom: 28px;
}
div.post .contact-socials ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
	display: flex;
	flex-wrap: wrap;
	column-gap: 26px;
	row-gap: 26px;
}
div.post .contact-socials ul li {
	margin-bottom: 0;
}
div.post .contact-socials ul li a  {
    display: block;
    position: relative;
    height: 106px;
	width: 106px;
    overflow: hidden;
}
div.post .contact-socials ul li a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.contact-form {
	margin-top: 112px;
}
.contact-thanks {
	margin-top: 137px;
}

.contact-links {
	display: flex;
	list-style-type: none;
	margin: 0;
	flex-wrap: wrap;
	margin: 0 -15px;
	max-width: 773px;
	margin-top: 108px;
}
.contact-link {
	width: 33.33%;
	position: relative;
	padding: 0 15px;
}
div.post .contact-link p {
	margin-bottom: 0;
}
.contact-link__back {
	height: 0;
	padding-bottom: 100%;
}
.contact-links .contact-link__content {
	background-color: #00989B;
	color: #fff;
	text-decoration: none;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 30px);
	height: 100%;
	opacity: 1;
	transition: opacity .3s ease;
	display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
	padding: 25px;
	text-align: center;
	font-family: 'Merriweather Sans ExtraBold', sans-serif;
	font-size: 25px;
	line-height: 1.32;
}
.contact-links .contact-link__content:hover {
	opacity: 0.9;
}
.contact-links li a p, .contact-links li a + p {
	display: none;
}
.contact-details {
	margin-top: 86px;
}
.contact-mailing {
	margin-top: 150px;
}
.contact-mailing .gform_description {
	font-family: 'Merriweather Black', serif;
    font-size: 19px;
    line-height: 1.58;
}
div.post .contact-content .contact-mailing h3 {
    margin-bottom: 18px;
}
.contact-content .gform_legacy_markup_wrapper form {
	max-width: 744px;
	display: flex;
	flex-direction: column;
	margin: 0;
	align-items: flex-end;
}
.contact-content .gform_legacy_markup_wrapper ul.gform_fields li.gfield {
	padding-right: 0;
	margin-bottom: 33px;
}
.contact-content .gform_legacy_markup_wrapper ul.gform_fields li.gfield:last-child {
	margin-bottom: 15px;
}
.contact-content .gform_legacy_markup_wrapper .top_label input.medium {
	width: 100%;
}
.contact-content .gform_legacy_markup_wrapper .gform_footer {
	display: flex;
	justify-content: flex-end;
}
.contact-content .gform_legacy_markup_wrapper .gform_footer input.button, .gform_legacy_markup_wrapper .gform_footer input[type=submit] {
	font-family: 'Merriweather Sans ExtraBold', sans-serif;
	margin-right: 0;
	background-color: #00989B;
	font-size: 25px;
	border-radius: 0;
	border: none;
	color: #fff;
	padding: 13px 46px;
	opacity: 1;
	transition: opacity .3s ease;
	display: inline-block;
    width: auto;
}
.contact-content .gform_legacy_markup_wrapper .gform_footer input.button:hover, .gform_legacy_markup_wrapper .gform_footer input[type=submit]:hover {
	opacity: 0.9;
}
.contact-content .gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	border-radius: 0;
	border: 1px solid #707070;
	padding: 12px; 
}
.contact-content .gform_legacy_markup_wrapper .top_label .gfield_label {
	font-family: 'Merriweather Sans', sans-serif;
	font-size: 19px;
	color: #00989B;
}
.contact-content .gform_legacy_markup_wrapper .gfield_required {
	color: #00989B;
}

.contact-content .gform_legacy_markup_wrapper ul.gform_fields li.gfield label {
	font-size: 19px;
}
.contact-content .gform_legacy_markup_wrapper ul.gform_fields li.gfield input[type="radio"] {
    width: 24px;
    height: 24px;
    appearance: none;
    -webkit-appearance: none;
    border: none;
    background-color: white;
    position: relative;
	cursor: pointer;
}
.contact-content .gform_legacy_markup_wrapper ul.gform_fields li.gfield input[type="radio"]::before {
	content: "";
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
	border: 1px solid #707070;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.contact-content .gform_legacy_markup_wrapper ul.gform_fields li.gfield input[type="radio"]::after {
	content: "";
    width: 18px;
    height: 18px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.contact-content .gform_legacy_markup_wrapper ul.gform_fields li.gfield input[type="radio"]:checked::after {
    background-color: #707070;
}
.contact-content .gform_legacy_markup_wrapper ul.gfield_radio li {
	margin: 0 0 5px 0;
	display: flex;
}
.contact-content .gform_legacy_markup_wrapper ul.gfield_radio li input[type=radio]+label {
	margin: 5px 0 0 26px;
}
.contact-content .gform_legacy_markup_wrapper ul.gfield_radio li input[type=radio]:checked+label {
	font-weight: 400;
}

.contact-content .gform_legacy_markup_wrapper .gform_body {
	width: 100%;
}
/*market*/
div.post.market-post {
	margin-bottom: 37px;
}
div.post.market-post:last-child {
	padding-bottom: 43px;
}
.market-post__row {
	display: flex;
}
.market-post__col {
    box-sizing: border-box;
}
.market-post__col--img {
    width: 50.2%;
    padding-right: 16px;
}
.market-post__col--img a {
    display: block;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 68.72%;
}
.market-post__col--img br {
    display: none;
}
.market-post__col--img a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.market-post__col--txt {
    width: 49.8%;
    color: #00989B;
    font-size: 19px;
    padding-left: 16px;
}
div.post.market-post h3 {
    color: #00989B;
    font-size: 30px;
	margin-top: -7px;
	word-break: break-word; 
}
.market-post__col--txt div {
    margin-top: 26px;
}
div.post.market-post p {
    margin-bottom: 0;
}
.market-post__col--txt strong {
    font-size: 19px;
    font-family: 'Merriweather Sans Bold', sans-serif;
}
.market-post__col--txt i {
    font-size: 19px;
    font-family: 'Merriweather LightItalic', serif;
}
.market-schedule {
	margin-top: 74px;
	color: #00989B;
}
.market-schedule > div {
	margin-bottom: 26px;
}
.market-schedule > div strong {
    font-size: 19px;
    font-family: 'Merriweather Sans Bold', sans-serif;
}
.market-schedule > div i {
    font-size: 19px;
    font-family: 'Merriweather LightItalic', serif;
}
.market-schedule + h3 {
	font-family: 'Merriweather Black', serif;
    color: #717171;
    font-size: 30px;
    line-height: 1.4;
	margin: 76px 0 45px;
	word-break: break-word; 
}
/*home page settings*/
.row-home {
	display: flex;
	flex-wrap: wrap;
}
.row-home--one h2 {
	margin-top: 11px;
    margin-bottom: 19px;
}
.row-home--two {
	margin: 0 -16px;
}
.row-home--three {
	width: 50%;
}
.row-home .home-post {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: stretch;
	margin-bottom: 21px;
}
.row-home--two .home-post, .row-home--three .home-post {
	padding: 0 16px;
}
.row-home--first .home-post {
	width: 100%;
}
.row-home--first .home-post .responsive-link--fullwidth {
    margin-bottom: 41px;
}
.row-home--two .home-post {
	width: 50%;
}
.row-home--two .responsive-link--fullwidth {
    margin-bottom: 31px;
}
.row-home .home-post .post-content--text {
	flex-grow: 2;
}
.row-home--two .home-post h2 {
	font-size: 40px;
	word-break: break-word; 
}
.row-home--three .home-post {
	width: 50%;
}
.row-home--three .home-post h2 {
	font-size: 25px;
	word-break: break-word; 
}
.row-home--three .responsive-link--fullwidth {
    margin-bottom: 23px;
}
/*div.post p {
    margin-bottom: 0px;
	font-family: 'Merriweather Sans', sans-serif;
	font-size: 17px;
	line-height: 1.47;
}*/
.home-widget {
	padding: 0 16px;
	display: flex;
	align-items: stretch;
	margin-bottom: 27px;
	overflow: hidden;
	width: 100%;
	flex-grow: 2;
	justify-content: stretch;
}
.home-widget__inner {
    background-color: #fff;
    color: #717171;
	padding: 9px 21px 53px;
	cursor: pointer;
	flex-grow: 2;
	display: block;
	text-decoration: none;
	border: 1px solid #00989B;
	transition: all .3s ease;
}
.home-widget__inner:hover {
	color: #fff;
	text-decoration: none;
	background-color: #00989B;
}
.home-widget h3 {
	font-family: 'Merriweather Sans', sans-serif;
	font-size: 18px;
	line-height: 1;
	margin-bottom: 12px;
	word-break: break-word;
	color: #00989B;
	transition: color .3s ease;
}
.home-widget .home-widget__inner:hover h3 {
	color: #fff;
}
.home-widget__image {
	display: block;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 48.42%;
	margin-bottom: 20px;
}
.home-widget__image img {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-widget h4 {
	font-family: 'Merriweather Bold', serif;
	font-size: 40px;
	margin: 5px 0 4px;
	word-break: break-word; 
}
.home-widget p {
	font-family: 'Merriweather Sans', sans-serif;
	font-size: 25px;
	margin-bottom: 0;
}
/* Single termine */
.termine-date {
	font-size: 18px;
    font-family: 'Merriweather Sans Light', sans-serif;
}
/*Comments*/
.comments h3#comments, #respond h3 {
	height: auto;
	padding: 20px;
	margin-bottom: 0;
	background: #00989B;
}
.comments form#commentform textarea {
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
    margin: 0;
    display: block;
}
.comments form#commentform input#submit {
	width: auto;
	font-size: 18px;
    line-height: 1;
    text-transform: none;
    padding: 7px 9px !important;
    font-family: 'Merriweather Sans Bold', sans-serif;
	text-transform: uppercase;
}
/*sharing block*/
.sharing-block {
	position: relative;
}
.sharing-block__inner {
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
	flex-direction: column;
	align-items: stretch;
}
.sharing-block__opener {
	position: relative;
	top: 0;
	right: 0;
	z-index: 3;
	display: flex;
	justify-content: flex-end;
}
.sharing-block__opener > div {
	cursor: pointer;
	display: flex;
	align-items: center;
	opacity: 1;
	transition: opacity .3s ease;
	background-color: #fff;
	border-radius: 20px;
	padding: 2px;
}
.sharing-block__opener > div:hover {
	opacity: .8;
}
.sharing-block__opener > div span {
	font-family: 'Merriweather Sans', sans-serif;
	font-size: 18px;
	color: #04969c;
	padding-left: 12px;
}
.sharing-block__inner #sharing__links {
	position: relative;
	right: 0;
	top: 0;
	/*top: -45px;*/
	z-index: 2;
}
.sharing-block__links .sfsi_widget.sfsi_shortcode_container {
	float: none;
}
.sharing-block__links .inerCnt {
	border-radius: 50%;
	display: block;
	border: 5px solid #fff;
	width: 50px;
}
.sharing-block__links .sfsiTlleft {
	display: none !important;
}
.the_champ_sharing_ul {
	display: flex;
	align-items: center;
}
.sharing-block div.the_champ_sharing_ul > a.the_champ_button_google_gmail,
.sharing-block div.the_champ_sharing_ul > a.the_champ_facebook,
.sharing-block div.the_champ_sharing_ul > a.the_champ_button_x,
.sharing-block div.the_champ_sharing_ul > a.the_champ_button_instagram,
.sharing-block div.the_champ_sharing_ul > a.the_champ_button_copy_link {
	position: relative !important;
	display: block !important;
	box-sizing: border-box;
	width: 50px !important;
	height: 50px !important;
	float: none;
	border-radius: 50%;
	border: 5px solid #fff !important;
	margin: 0 !important;
}
.sharing-block div.the_champ_sharing_ul > iframe.twitter-share-button {
	position: relative !important;
	display: flex !important;
	align-items: center;
	box-sizing: border-box;
	width: 50px !important;
	height: 50px !important;
	float: none;
}
/*facebook link*/
.sharing-block div.the_champ_sharing_ul > a.the_champ_button_google_gmail:after,
.sharing-block div.the_champ_sharing_ul > a.the_champ_facebook:after,
.sharing-block div.the_champ_sharing_ul > a.the_champ_button_x:after,
.sharing-block div.the_champ_sharing_ul > a.the_champ_button_instagram:after,
.sharing-block div.the_champ_sharing_ul > a.the_champ_button_copy_link:after {
	content: '' !important;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 40px;
	height: 40px;
	background-color: #04969c;
	border-radius: 50%;
	z-index: 1;
	transition: all .3s ease;
}
.sharing-block div.the_champ_sharing_ul > a.the_champ_button_google_gmail:hover:after,
.sharing-block div.the_champ_sharing_ul > a.the_champ_facebook:hover:after,
.sharing-block div.the_champ_sharing_ul > a.the_champ_button_x:hover:after,
.sharing-block div.the_champ_sharing_ul > a.the_champ_button_instagram:hover:after,
.sharing-block div.the_champ_sharing_ul > a.the_champ_button_copy_link:hover:after {
	background-color: #06bbc3;
}
.sharing-block div.the_champ_sharing_ul > a.the_champ_button_google_gmail:before,
.sharing-block div.the_champ_sharing_ul > a.the_champ_facebook:before,
.sharing-block div.the_champ_sharing_ul > a.the_champ_button_x:before,
.sharing-block div.the_champ_sharing_ul > a.the_champ_button_instagram:before,
.sharing-block div.the_champ_sharing_ul > a.the_champ_button_copy_link:before {
	content: '' !important;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 22px;
	height: 22px;
	transform: translate(-50%, -50%);
	z-index: 2;
}
.sharing-block div.the_champ_sharing_ul > a.the_champ_button_google_gmail:before {
	background:url(img/icon-flat_email.png) 0 0/100% 100% no-repeat;
}
.sharing-block div.the_champ_sharing_ul > a.the_champ_facebook:before {
	background:url(img/icon-flat_facebook.png) 0 0/100% 100% no-repeat;
}
.sharing-block div.the_champ_sharing_ul > a.the_champ_button_x:before {
	background:url(img/icon-flat_twitter.png) 50% 50%/100% 100% no-repeat;
}
.sharing-block div.the_champ_sharing_ul > a.the_champ_button_instagram:before {
	background:url(img/icon-flat_instagram.png) 50% 50%/100% 100% no-repeat;
}
.sharing-block div.the_champ_sharing_ul > a.the_champ_button_copy_link:before {
	background:url(img/icon-flat_copylink.png) 50% 50%/100% 100% no-repeat;
}
.sharing-block div.the_champ_sharing_ul > a.the_champ_button_google_gmail span,
.sharing-block div.the_champ_sharing_ul > a.the_champ_facebook span,
.sharing-block div.the_champ_sharing_ul > a.the_champ_button_x span,
.sharing-block div.the_champ_sharing_ul > a.the_champ_button_instagram span,
.sharing-block div.the_champ_sharing_ul > a.the_champ_button_copy_link span {
	opacity: 0 !important;
}
/*geschichte*/
.page-template-page-geschichte__row {
	display: flex;
	flex-wrap: wrap;
	column-gap: 10px;
	row-gap: 10px;
}
.page-template-page-geschichte__col {
	width: calc(33.33% - 7px);
}
.page-template-page-geschichte h6 {
	font-size: 18px;
	line-height: 1;
	text-transform: none;
	padding: 9px 11px;
	font-family: 'Merriweather Sans Bold', sans-serif;
	color: #fff;
	background-color: #04969c;
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 15px;
}
.page-template-page-geschichte__col p {
	margin-bottom: 0;
}
.page-template-page-geschichte__col strong {
	font-family: 'Merriweather Sans', sans-serif;
	line-height: 2.1;
}
.page-template-page-geschichte__col ul {
	font-size: 19px;
	line-height: 2.1;
	font-family: 'Merriweather', serif;
	font-style: italic;
}
.geschichte-widgets {
	display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 10px;
}
.geschichte-widget {
    width: calc(33.33% - 7px);
}
.geschichte-widget__inner {
	width: 100%;
	max-width: 227px;
	margin-bottom: 20px;
}
.geschichte-widget__img {
	display: block;
    position: relative;
    height: 0;
    overflow: hidden;
	padding-bottom: 132%;
}
.geschichte-widget__img img {
    position: absolute;
    top: 0;
    left: 50%;
	transform: translateX(-50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.geschichte-widget h3 {
	font-family: 'Merriweather Black', serif;
	font-size: 25px;
	line-height: 1.28;
	color: #00989B;
}
.geschichte-widget p {
	font-family: 'Merriweather', serif;
	font-size: 19px;
	line-height: 1.68;
}
/*Search*/
.search.search-results .post {
	padding: 10px;
	background-color: #f8f8f8;
}
/*gallery*/
.wp-caption-text.gallery-caption {
	word-break: break-word;
}
#gallery-1 .gallery-item {
	padding: 0 2px;
}
#fancybox-wrap {
	overflow: visible !important;
}
.pum-container.popmake {
	overflow: visible !important;
}
.mailpoet_form_paragraph strong {
	font-family: 'Merriweather Black', serif;
}
.mailpoet_text {
	border: 1px solid #707070;
	border-radius: 0;
	font-size: 17px !important;
}
.mailpoet_text:focus-visible {
	outline: none;
}
.mailpoet_text::placeholder {
	color: #00989B;
}
.pum-theme-24331 .pum-container.popmake, .pum-theme-lightbox .pum-container.popmake {
    border-radius: 0;
    border: none;
}
.pum-theme-24331 .pum-content + .pum-close, .pum-theme-lightbox .pum-content + .pum-close {
    display: block !important;
	font-size: 0 !important;
	line-height: 0 !important;
	color: transparent !important;
}
.pum-theme-24331 .pum-content + .pum-close, .pum-theme-lightbox .pum-content + .pum-close::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	height: 18px;
	width: 18px;
	background-color: transparent;
	background-image: url("img/icon-close.png");
	background-size: 100% 100%;
}
#mailpoet_form_2 form.mailpoet_form {
    padding: 0 !important;
}
#mailpoet_form_2 .mailpoet_paragraph.f-end {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}
#mailpoet_form_2 .mailpoet_paragraph.width-less {
	max-width: 744px;
	margin-top: 47px !important;
}
#mailpoet_form_2 .mailpoet_submit {
    margin: 0 0 0 auto !important;
	padding: 13px 46px !important;
	font-family: 'Merriweather Sans ExtraBold', sans-serif;
	font-size: 25px;
}
#mailpoet_form_2 .mailpoet_text_label {
	font-family: 'Merriweather Sans', sans-serif;
    font-size: 19px !important;
    color: #00989B;
	font-weight: 700 !important;
	margin-bottom: 8px !important;
}
/*Slider*/
.slider-section {
	position: relative;
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(-5px);
    }
}
.button-scroll-down {
    position: absolute;
	left: 50%;
	transform: translatteX(-50%);
    bottom: 10px;
    z-index: 1;
	animation: bounce 2s infinite;
}
.button-scroll-down a {
	display: block;
}
.button-scroll-down a img {
	display: block;
	height: 100%;
	max-height: 110px;
	width: 
}
.button-advertisement {
	position: absolute;
	left: 10%;
    bottom: 5%;
    z-index: 1;
}
.my-slider {
	width: 100%;
    height: 75vh;
	overflow: hidden;
}
.my-slider.slick-slider {
	margin-bottom: 0;
}
.my-slider .slick-slide {
	height: 75vh;
	margin-right: 0;
}
.my-slider .slick-slide img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.my-slider .slick-dots {
    position: absolute;
    right: 40px;
	left: auto;
    bottom: 10px;
    z-index: 1;
    display: flex;
    list-style-type: none;
	justify-content: flex-end;
}
.my-slider .slick-dots li button {
    background-color: #c7c6c9;
    border: none;
    font-size: 0;
    line-height: 0;
    width: 20px;
    height: 20px;
    border-radius: 30px;
}
.my-slider .slick-dots li.slick-active button {
	background-color: #6a6a68;
}
.my-slider .slick-dots li {
    margin: 0 5px;
}
.my-slider .slick-dots li button:before {
	display: none;
}
/*Media queries*/
@media (min-width: 1024px) {
	/*menu*/
	#menu-hauptnavigation {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: flex-end;
		column-gap: 10px;
		row-gap: 5px;
	}
	#menu-hauptnavigation li {
		float: none;
	}
	.navigation-container {
		width: 100%;
		flex-grow: 2;
		padding-left: 40px;
		padding-top:20px;
	}
	#menu-hauptnavigation li a:hover {
		color: #717171;
	}
	.nav-toggle {
        display: none;
    }
	.home #menu-hauptnavigation > li > a {
        font-size: 20px;
    }
}
@media (max-width: 1023px) {
	.container {
		padding: 0;
	}
	.header .container {
		padding: 0 18px;
	}
	.footer .container {
		padding: 0 18px;
	}
	/*Site Navigation*/
	#site_navigation {
		border-top: none;
		margin: 0 0 2rem;
		background-color: #00989B;
		padding: 9px 19px;
		position: absolute;
		left: 0;
		bottom: -10px;
		transform: translateY(100%);
		width: 100%;
		display: none;
	}
	#site_navigation {
		z-index: 2;
	}
	#site_navigation a {
		border-bottom-color: #fff;
	}
	#menu-hauptnavigation > li > a {
		color: #fff;
		font-size: 27px;
		padding: 20px 7px;
	}
	#menu-hauptnavigation li.current-menu-item > a {
		color: #000;
		background-color: #fff;
	}
	#site_navigation .sub-menu a, #site_navigation .children a {
		color: #fff;
		padding: 10px 14px;
	}
	#site_navigation > .menu-hauptnavigation-container > .menu > li:last-of-type > a {
		border-bottom: none;
	}
	.nav-toggle {
        display: block;
    }
	#menu-hauptnavigation li {
		float: none;
	}
	#menu-hauptnavigation > li > a {
        color: #fff;
        font-size: 27px;
        padding: 20px 7px;
		border-bottom: 1px solid #fff;
    }
	.single.single-post .post_text-wrapper,
	.page_text-wrapper, 
	.termine_text-wrapper,
	.vorstand_text-wrapper, 
	.contact-details, 
	.market-container, 
	.post-content, 
	.page-template-page-geschichte__container, 
	.geschichte-widgets {
		padding: 0 18px;
	}
}
@media (min-width: 800px) {
	/*global*/
	body {
		font-size: 19px;
		line-height: 1.56;
	}
	h2 {
		font-size: 55px;
		word-break: break-word; 
	}
	div.post p {
		margin-bottom: 36px;
	}
	p strong {
		font-size: 24px;
		line-height: 1.46;
	}
	.page-template-page-geschichte__col strong {
		font-size: 19px;
	}
	div.post p {
		font-size: 24px;
		line-height: 1.46;
	}
	div.post .uber-about p, div.post .uber-list p {
		font-size: 19px;
	}
	h2 strong {
		font-family: 'Merriweather Black', serif;
		font-size: 55px;
	}
	div.col_4 {
    	margin-bottom: 23px;
	}
	/*other*/
	div.post_halfewidth h2 {
		margin-top: 18px;
	}
	/*galerie*/
	.galerie-posts .post_img {
		float: none;
		width: 100%;
		padding-right: 0;
		margin-bottom: 27px;
	}
	.galerie-posts .post_img .galerie__img {
		display: block;
		position: relative;
		height: 0;
		overflow: hidden;
		padding-bottom: 68.72%;
	}
	.galerie-posts .post_img .galerie__img img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.galerie-posts .post_txt {
		float: none;
		width: 100%;
	}
	.galerie-posts h2 {
		font-family: 'Merriweather Black', serif;
		color: #00989B;
		font-size: 30px;
		word-break: break-word; 
	}
	.mailpoet_text {
		font-size: 24px !important;
	}
	.single h1 {
		font-size: 55px;
	}
	.single h2 {
		font-size: 30px;
		line-height: 1.4;
	}
	.single div.post p {
		font-size: 19px;
		line-height: 1.58;
	}
}
@media (min-width: 600px) {
	/*Posts*/
	.footer {
		margin-bottom: 0;
	}
}
@media (max-width: 799px) {
	/*global*/
	div.post h3 {
		font-size: 22px;
		word-break: break-word; 
	}
	div.post p b {
		font-size: 15px;
	}
	/*Header*/
	.header {
		position: relative;
	}
	#header {
		padding: 0.8rem 0 4.6rem;
	}
	.custom-logo-link {
		width: 231px;
		height: 51px;
	}
	.header-links__connect {
		display: none;
	}
	/*Search*/
	#searchform {
		position: relative;
		top: 25px;
		right: 10px;
	}
	#searchform.is-active {
		z-index: 3;
	}
	/*Posts*/
	.responsive-link--fullwidth {
		margin-bottom: 22px;
	}
	a.title_cat {
		font-size: 14px;
	}
	span.entry-date {
		font-size: 14px;
	}
	.post_fullwidth a.post_title {
		font-size: 27px;
	}
	div.post_fullwidth.post p {
		font-size: 17px;
	}
	.post_halfewidth a.post_title {
		font-size: 27px;
	}
	.post_quaterwidth a.post_title {
		font-size: 27px;
	}
	a.commentcounter {
		background-size: 35px 35px;
		padding: 0;
		display: inline-flex;
    	box-sizing: border-box;
		justify-content: flex-end;
		align-items: flex-start;
		align-items: center;
		width: 50px;
    	height: 34px;
		margin: 16px 15px 0 0;
	}
	a.commentcounter span {
		line-height: 1;
	}
	.responsive-link--halfewidth {
		margin-bottom: 26px;
	}
	.post_halfewidth h2 {
		margin-top: 19px;
		margin-bottom: 21px;
	}
	/*Pagination*/
	.navigation.pagination {
		padding: 5px 0 36px;
	}
	/*Footer*/
	.footer__row {
		padding: 0 20px;
		flex-wrap: wrap;
	}
	.footer__col {
		width: 50%;
	}
	/*Vorstand - Board*/
	.page-template-page-vorstand .main {
		padding-top: 0;
	}
	.page-title {
		margin-top: 0;
		font-size: 14px;
	}
	.page-template-page-vorstand .main .container > p {
		margin-bottom: 50px;
	}
	.post.board-post {
		margin-bottom: 34px;
	}
	.board-post__col--img {
		padding-right: 8px;
	}
	.board-post__col--txt {
		padding-left: 8px;
	}
	div.post.board-post h3 {
		font-size: 22px;
		word-break: break-word; 
	}
	.board-post__col--txt strong {
		font-size: 16px;
	}
	.board-post__col--txt i {
		font-size: 16px;
	}
	.board-post__col--txt div {
		margin-top: 20px;
	}
	.board-post__row {
		display: flex;
		margin-bottom: 26px;
	}
	/*Termine*/
	table#termintabelle td {
		padding: 20px 10px 20px 2px;
	}
	.page-template-page-termine .main .container .post > p {
		font-size: 17px;
	}
	.page-template-page-termine div.post > h3 {
		font-size: 22px;
		word-break: break-word; 
	}
	table#termintabelle {
		box-sizing: border-box;
		width: calc(100% - 36px);
	}
	/*galerie*/
	.main--galerie {
		padding-top: 0;
		padding-bottom: 5px;
	}
	.main--galerie .container > h2 {
		margin-left: 18px;
    	margin-right: 18px;
	}
	.main--galerie .container > p {
		margin-left: 18px;
    	margin-right: 18px;
		margin-bottom: 60px;
	}
	.galerie-posts h2 {
		font-size: 22px;
		word-break: break-word; 
	}
	.galerie-posts .post {
		margin-bottom: 24px;
	}
	.galerie-posts .post_txt {
		padding: 0 18px;
	}
	/*Uber Uns*/
	div.post .uber-list ul li {
		width: 50%;
		padding-right: 10px;
		margin-bottom: 20px;
	}
	div.post .uber-about h3 {
		margin-top: 90px;
		margin-bottom: 40px;
		font-size: 22px;
		word-break: break-word; 
	}
	div.post .uber-list h3 {
		font-size: 22px;
		margin-top: 60px;
    	margin-bottom: 30px;
		word-break: break-word; 
	}
	div.post .uber-list ul {
		margin-top: 40px;
	}
	div.post .uber-list ul li h4 {
		font-size: 22px;
		margin-bottom: 7px;
		word-break: break-word; 
	}
	.uber-content p > b {
		font-size: 15px;
	}
	.uber-content {
		padding: 0 18px;
	}
	.uber-links {
		margin: 0 -10px;
	}
	.uber-link {
		width: 50%;
		padding: 0 10px;
		margin-bottom: 20px;
	}
	.uber-links .uber-link__content {
		width: calc(100% - 20px);
		padding: 0 5px;
		font-size: 22px;
	}
	/*Contact*/
	.contact-content {
		padding-bottom: 40px;
	}
	.contact-content .gform_legacy_markup_wrapper ul.gfield_radio li label::before {
		left: -51px;
	}
	.contact-content .gform_legacy_markup_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type=radio]:checked + label::after {
		left: -48px;
	}
	.contact-address {
		margin-top: 40px;
	}
	.contact-socials {
		margin-top: 45px;
	}
	div.post .contact-content h3 {
		margin-bottom: 14px;
	}
	div.post .contact-socials ul {
		column-gap: 15px;
		row-gap: 15px;
	}
	div.post .contact-socials ul li a  {
		height: 80px;
		width: 80px;
	}
	.contact-form {
		margin-top: 60px;
	}
	.contact-thanks {
		margin-top: 70px;
	}
	.contact-links {
		margin: 0 -10px;
		margin-top: 60px;
	}
	.contact-link {
		width: 50%;
		padding: 0 10px;
		margin-bottom: 20px;
	}
	.contact-links .contact-link__content {
		width: calc(100% - 20px);
		padding: 0 5px;
		font-size: 22px;
	}
	.contact-details {
		margin-top: 45px;
	}
	.contact-mailing {
		margin-top: 75px;
	}
	.contact-mailing .gform_description {
		font-size: 15px;
	}
	/*market*/
	.market-container .page-title {
		margin-left: 0;
	}
	.market-schedule {
		margin-top: 40px;
	}
	.market-schedule + h3 {
		margin: 40px 0 25px;
		font-size: 22px;
		word-break: break-word; 
	}
	div.post.market-post {
		margin-bottom: 26px;
	}
	div.post.market-post:last-child {
		padding-bottom: 20px;
	}
	.market-post__col--img {
		padding-right: 8px;
	}
	.market-post__col--txt {
		padding-left: 8px;
	}
	div.post.market-post h3 {
		font-size: 22px;
		word-break: break-word; 
	}
	.market-post__col--txt div {
		margin-top: 20px;
	}
	.market-post__col--txt strong {
		font-size: 16px;
	}
	.market-post__col--txt i {
		font-size: 16px;
	}
	/*home page settings*/
	.row-home--two {
		margin: 0;
	}
	.row-home--three {
		width: 100%;
	}
	.row-home--two .home-post, .row-home--three .home-post {
		padding-bottom: 10px;
	}
	.row-home--two .home-post {
		width: 100%;
	}
	.row-home--three .home-post {
		width: 100%;
	}
	.row-home--two .home-post h2 {
		font-size: 27px;
		margin-top: 19px;
		margin-bottom: 21px;
		word-break: break-word; 
	}
	.home-widget {
		padding: 0;
	}
	.home-widget__inner {
		padding: 15px 18px 13px;
	}
	.home-widget__inner:hover {
		transform: scale(1);
	}
	.home-widget h3 {
		font-size: 14px;
	}
	.home-widget h4 {
		font-size: 27px;
	}
	.home-widget__image {
		margin-bottom: 11px;
	}
	.home-widget p {
		font-family: 'Merriweather Sans', sans-serif;
		font-size: 20px;
	}
	/* Single termine */
	.termine-date {
		font-size: 14px;
	}
	.termine-container {
		padding: 0 18px;
	}
	/*Comments*/
	form#commentform {
		padding: 0 20px;
	}
	/*geschichte*/
	.page-template-page-geschichte h6 {
		font-size: 14px;
	}
	.page-template-page-geschichte .page-title {
		margin-left: 0;
	}
	/*geschichte*/
	.page-template-page-geschichte__row {
		column-gap: 0;
	}
	.page-template-page-geschichte__col {
		width: 100%;
	}
	.geschichte-widget h3 {
		font-size: 18px;
	}
	.geschichte-widget p {
		font-size: 15px;
	}
	.row-home .home-post {
		margin-bottom: 30px;
	}
	.vorstand_text-wrapper h2 + p,
	.termine_text-wrapper h2 + p,
	.main--galerie h2 + p,
	.contact-content h2 + p,
	.market-container h2 + p {
		font-size: 19px;
	}
}
@media (max-width: 479px) {
	/*Footer*/
	.footer__col {
		width: 100%;
	}
	.footer__socials ul {
		max-width: 100%;
	}
	/*Vorstand - Board*/
	.board-post__row {
		flex-wrap: wrap;
	}
	.board-post__col--img {
		width: 100%;
		padding-right: 0;
	}
	.board-post__col--txt {
		width: 100%;
		padding-left: 0;
	}
	div.post.board-post h3 {
		margin-top: 20px;
	}
	/*Termine*/
	table#termintabelle td:first-child {
		font-size: 16px;
	}
	table#termintabelle tr a {
		font-size: 18px;
	}
	/*galerie*/
	.galerie-posts {
		margin: 0;
	}
	.galerie-posts .post {
		padding: 0;
	}
	.galerie-posts .post {
		width: 100%;
	}
	/*Uber Uns*/
	div.post .uber-list ul li {
		width: 100%;
		padding-right: 0;
	}
	/*contact*/
	.contact-content .gform_legacy_markup_wrapper ul.gfield_radio li label {
		margin-left: 54px;
	}
	/*market*/
	.market-post__row {
		flex-wrap: wrap;
	}
	.market-post__col--img {
		width: 100%;
    	padding-right: 0;
	}
	.market-post__col--txt {
		width: 100%;
    	padding-left: 0;
	}
	div.post.market-post h3 {
		margin-top: 20px;
	}
	.geschichte-widgets {
		column-gap: 0;
	}
	.geschichte-widget {
		width: 100%;
	}
	.pum #mailpoet_form_1 form.mailpoet_form {
		padding: 20px;
	}
	.button-advertisement {
		left: 10px;
		bottom: 170px;
	}
} 