/**
* Theme Name: TownPress Child
* Theme URI: http://preview.lsvr.sk/townpress
* Description: TownPress child theme
* Author: LSVRthemes
* Author URI: http://themeforest.net/user/LSVRthemes/portfolio
* Template: townpress
* Version: 3.1.1
*/
/* Add your custom CSS after this comment */

@import url('fonts.css');

:root {
	--primary-color: #004f14;
	--secondary-color: #555;
	scroll-behavior: smooth;
}

body {
	background-color: #eee;
	font-family: 'Assistant', Arial, sans-serif;
}

button {
	font-family: 'Assistant', Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	color: #026E00;
}

h2 {
	font-size: 1.25em;
}

h4 {
	font-size: 1.1em;
}

blockquote {
	border-color: #ffa500;
	font-size: 1em;
  	font-style: normal;
}

hr {
	clear: both;
	border-top: 1px solid;
	border-bottom: 0;
	margin-bottom: 1em;
}

pre, br {
	clear: both;
}

.header-background__image {
	background-position: center;
}

.header-background::after {

	background-image: linear-gradient(to bottom, rgba(242,242,242,0) 60%, #eee);
	/*
	 background-image: none;
	 */
}

.main__header {
	background: var(--primary-color);
}

.header-toolbar {
	top: 65px;
}

.home-h2-groesser h2, h2.home-h2-groesser {
	font-size: 1.875em;
}

.lsvr-townpress-sitemap {
	margin-top: 1em;
}

.lsvr-townpress-sitemap__submenu--level-0 {
	font-size: 1em;
}

/*
BEGIN Slide Anything 
*/

div#frontpage_videoslider.owl-carousel.sa_owl_theme.owl-loaded div.owl-stage-outer {
	margin: 0 0 0 -.5em;
}

.sa_owl_theme .owl-nav .owl-prev {
	left: -1.5em !important;
}

.sa_owl_theme .owl-nav .owl-next {
	right: 0 !important;
}

/*
END Slide Anything 
*/

/*
BEGIN Mailpoet Newsletter 
*/

#mailpoet_form_1 {
	background: var(--primary-color);
	border-radius: 3px !important;
}

#mailpoet_form_1 h3, #mailpoet_form_1 .mailpoet_submit {
	color: #fff;
	font-family: 'Assistant', Arial, sans-serif;
}

#mailpoet_form_1 .mailpoet_paragraph {
	margin-bottom: 0 !important;
	font-family: 'Assistant', Arial, sans-serif;
}

.mailpoet_form_html input, .mailpoet_form_iframe input {
	font-family: 'Assistant', Arial, sans-serif;
	font-weight: bold;
	padding: .5em !important;
}

input#form_email_1 {
	font-family: inherit;
}

input.mailpoet_submit {
	background: #FFA500;
 	color: #fff;
}

.newsletter-rechte-spalte p {
	color: #fff;
	font-family: inherit !important;
	font-size: .8em !important;
}

.wp-block-button__link {
	border-radius: 3px !important;
	background-color: var(--primary-color) !important;
	width: inherit;
}

a.wp-block-button__link {
	color: #fff !important;
}

a.wp-block-button__link.external-link::after {
	vertical-align: unset;
}

.mailpoet_form_html a {
	color: #fff !important;
}

.mailpoet_form.mailpoet_form_successfully_send .mailpoet_validate_success {
	color: #fff;
	font-family: "Assistant", Arial, sans-serif;
}

/*
END Mailpoet Newsletter 
*/

/*
BEGIN Timeline Plugin
*/

.wpex .wptl-excerpt {
	font-size: 16px;
	line-height: 1.5em;
}

.wpex .timeline-details .wptl-readmore > a {
	border-radius: 0;
	border-width: 1px;
}

.wpex.horizontal-timeline .horizontal-nav li span.tl-point i {
	line-height: 35px;
}

.wpex h2 a {
	font-family: 'Assistant', Arial, sans-serif !important;
	font-weight: bold;
}

.wpex.horizontal-timeline {
  	margin: 0 -40px;
  	background: #fff;
  	padding: 40px 40px 0;
  	border-bottom: 1px solid #026E00;
  	border-left: 1px solid #026E00;
  	border-right: 1px solid #026E00;
}

.timeline-heading {
	margin: 0 -40px -40px !important;
  	padding: 30px 40px 0;
  	border-top: 1px solid #026E00;
  	background: #fff;
  	border-right: 1px solid #026E00;
  	border-left: 1px solid #026E00;
}

.wpex.horizontal-timeline.wpex-horizontal-left .timeline-media {
	width: 50.5%;
}

@media (max-width: 767px) {
	.wpex.horizontal-timeline.wpex-horizontal-left .timeline-media {
		width: 100%;
}
}

.wpex.horizontal-timeline.tl-ct-left .timeline-details {
	background: #026E00;
  	color: #fff;
}

.wpex.horizontal-timeline .wpex-timeline-label h2 a {
	color: #fff;
}

@media (max-width: 767px) {
	.wpex.horizontal-timeline.wpex-horizontal-left .timeline-media + div {
		display: inline-block;
	}
}

@media (max-width: 480px) {
	.timeline-heading {
		border-left: none;
		border-right: none;
		border-top: 1px dotted #026E00;
		margin: 0 -30px -30px !important;
  		padding: 30px 30px 0;
}
	
	.wpex.horizontal-timeline {
		border-bottom: 1px dotted #026E00;
		border-left: none;
		border-right: none;
		margin: 0 -30px;	
  		padding: 30px;
	}
}

.wpex .timeline-details .wptl-readmore > a {
	color: #fff;
}

.wpex h2 + .hidden-date + .wptl-excerpt, .wpex h2 + .wptl-excerpt {
	border-top: none;
	font-family: "Assistant", Arial, sans-serif;
}

.wpex.wpex-horizontal-3.ex-multi-item .horizontal-nav h2 a, .wpex.horizontal-timeline .horizontal-nav li span.tl-point,
.wpex .wptl-readmore,
.exwptl-ftlb-bar span {
	font-family: "Assistant", Arial, sans-serif;	
}

/*
END Timeline Plugin
*/

/*
BEGIN Archiv Slider
*/

.viadukt-archiv-slider figure {
	border: 1px solid rgba(0,72,20,.5);	
}

.viadukt-archiv-slider .wp-block-image {
	margin-bottom: 1px;
}

.uagb-post-grid .uagb-post-pagination-wrap a {
	background-color: #004F14;
	color: #fff;
}

/*
END Archiv Slider
*/


/*
BEGIN Spectra
*/

.spectra-image-gallery__control-lightbox--caption {
	display: inline-block;
}

/*
END Spectra
*/

.post-type-archive-lsvr_person div#lsvr_people_person_featured-2.widget.lsvr_person-featured-widget {
	display: none;
}

.contact-form .contact-form__select-wrapper::after {
	display: none !important;
}

.contact-form button.pushbutton-wide {
	border: 1px solid var(--primary-color);
	margin: 1em 0;
	padding: 1em;
}

.contact-form button.pushbutton-wide:hover {
	background: var(--primary-color);
	color: #fff;
}

.contact-form label {
 	padding-bottom: 0;
}

input.grunion-field, select.grunion-field, textarea.grunion-field {
	margin-bottom: 1em !important;
}

@media (max-width: 1199px) {
	.lsvr-townpress-sitemap__nav--3-cols .lsvr-townpress-sitemap__item--level-0 {
		width: 33.33%;	
		clear: none !important;
	}
}

@media (max-width: 540px) {
	.lsvr-townpress-sitemap__nav--3-cols .lsvr-townpress-sitemap__item--level-0 {
		width: 100%;
	}
}

/*
END Jetpack Contact Form
*/

.freundeskreis h2.uagb-heading-text {
	color: #fff !important;
}

.freundeskreis-links a {
	color: #fff;
}

.freundeskreis-wrap {
	gap: .5em;
}

.c-content-box, .widget__inner {
	box-shadow: none;
}

.uagb-post__inner-wrap {

}

.post__content p {
	white-space: wrap;
}

.post__content p.lsvr_listing-featured-widget__address {
	white-space: normal;
}

.post__content .lsvr_listing-featured-widget {
	background: #eee;
 	padding: 0 0 1em;
}

.lsvr-townpress-menu-widget__item--level-0 {
	border-color: rgba(255,255,255,.5);
}

.lsvr-townpress-posts__post-thumbnail-link {
	height: 360px;
}


.archive.post-type-archive.post-type-archive-lsvr_event header.main__header {
	display: none;
}

.archive.post-type-archive.post-type-archive-lsvr_event nav.post-archive-categories {
	border-top: 10px solid var(--primary-color);
}

.lsvr_event-post-single .post__thumbnail {
	display: none;
}

.lsvr_event-post-single .post__content {
	margin: 24px 0 0 0;
}

.single-lsvr_event .jp-relatedposts {
	display: none !important;
}

@media (max-width: 991px) {
	.header-toolbar-toggle {
		margin-top: 18vh;
	}
}

@media (min-width: 992px) {
	.home #core {
		margin-top: 18vh;
	}
}


.home h2, .home .uagb-post-grid .uagb-post__title, .home .lsvr-townpress-sitemap__item-title a, .home .uagb-post-grid .wp-block-button.uagb-post__text.uagb-post__cta .uagb-text-link.wp-block-button__link {
	color: var(--primary-color);
}

.home h2.uagb-heading-text {
	color: var(--primary-color);
}

.wp-block-uagb-advanced-heading .uagb-separator {
	border-color: var(--primary-color) !important;
}

.lsvr-townpress-sitemap__title-icon {
	color: #026E00;
}

.home .wp-block-gallery::before, .home .wp-block-gallery::after {
	display: none;
}

.post-navigation {
	display: none;
}

.lsvr_event-featured-widget--shortcode {
	background: #eee;
 	padding-bottom: 1.5em;
}

/*
BEGIN Link "Termin melden" in der Breadcrumb-Leiste
*/

nav.breadcrumbs__nav {
	display: inline-block;
}

#add_event_link {
	line-height: 1.3em;
}

#add_event_link, .term-buergerverein .lsvr_event-post-page #add_event_link {
	display: none;
}

#add_event_link a {
	color: var(--primary-color);
	padding: 0 .5em;
}

.lsvr_event-post-page #add_event_link {
	background-color: #004F14;
	display: inline-block;
	padding: 3px 6px;
}

div.wp-block-jetpack-contact-form.add-event .contact-form__select-wrapper {
	min-width: 280px;
	width: 33%;
}

/*
END Link "Termin melden" in der Breadcrumb-Leiste
*/

.archive.category div.post__content p.post__permalink {
	display: none;	
}

:where(.wp-block-columns) {
	margin-bottom: 0;
}

.header-toolbar-toggle--active .header-toolbar-toggle__menu-button {
	color: #fff;
}

@media (max-width: 991px) {
.header-toolbar {
	top: 0px;
	}
}

h2.post-archive__date {
	padding: .5em 1em;	
	background: rgba(255,255,255,.7);
	color: #c96610;
}

.blog-post-single .post__thumbnail, .single-_listing .post__thumbnail {
	display: none;
}

.lsvr_listing-post-single .post__contact-item {
	margin-bottom: 1.5em;
}

.uagb-post-grid .uagb-post__excerpt {
	line-height: 1.5em;
}

.post-comments__form {
	padding-bottom: 2em;
}

p.satzung-paragraph {
	margin-bottom: -24px;
}

.page-id-618 .wp-block-column-is-layout-flow img {
	border: 1px solid #999;
}

.stadtteilgeschichte-wrapper > .stadtteilgeschichte-noborder {
	border-color: #fff !important;
}

.frontpage-news-readmore {
	text-transform: uppercase;
}

.frontpage-topthemen .uagb-post__inner-wrap {
	padding-bottom: 0 !important;
	background: #FFA500;
}

.frontpage-topthemen h4.uagb-post__title {
	padding-bottom: 10px;
}

.frontpage-topthemen h4.uagb-post__title a {
	color: #fff;
}

.lsvr_person-featured-widget__title-link {
	color: #c96610;
}

.page-id-11965 .page__content, .page-id-9472 .page__content {
	border-top: 1em solid;
}

p.gss-kurzlink a::after {
	display: none;	
}

.uagb-post-grid.is-grid.uagb-equal_height_inline-read-more-buttons.uagb-post__image-position-top .uagb-post__text:nth-last-child(2) {
	padding-bottom: 70px;
}

#frontpage_factslider {
	background-color: #ffa500;
}

#eutritzsch_factslider, #gss_factslider {
	background-color: #026E00;
	margin-bottom: 1eM
}

#frontpage_factslider p, #frontpage_factslider h1, #frontpage_factslider h2, #frontpage_factslider h3, #frontpage_factslider h4, #frontpage_factslider h5, #frontpage_factslider h6,
#eutritzsch_factslider p, #eutritzsch_factslider h1, #eutritzsch_factslider h2, #eutritzsch_factslider h3, #eutritzsch_factslider h4, #eutritzsch_factslider h5, #eutritzsch_factslider h6 {
	color: #fff;
}

#frontpage_factslider h2, #eutritzsch_factslider h2, #gss_factslider h2 {
	font-size: 2.5em;
}

/*
BEGIN Startseite - Kalender
*/

.calendar-frontpage {
	background: rgb(0,0,0);
	background: linear-gradient(90deg, rgba(13,50,23,1) 0%, rgba(0,79,20,1) 47%, rgba(26,75,39,1) 100%);
 	padding: 15px 40px 1em;
 	margin: 0 -40px;
  	color: #fff;
}

.calendar-frontpage a {
	color: #fff;
}

.calendar-frontpage .wp-block-uagb-advanced-heading  h3.uagb-heading-text {
	color: #fff;
	font-weight: normal !important;
	text-transform: uppercase;
	font-size: 1em;
}

.calendar-frontpage .lsvr_event-list-widget__item-date-month {
	background-color: #FFA500;
	color: #333;
}

.frontpage-more-calendars {
 	background-color: #026E00;
	border-top: 1px dotted #fff;
	color: #fff;
  	margin: 0 -40px;
  	padding: 1em 40px 1.5em;
}

.frontpage-more-calendars h3.uagb-heading-text {
	font-size: .875em !important;
}

.frontpage-more-calendars a {
	border-bottom: 1px solid #fff;
}

.frontpage-more-calendars a:hover {
	text-decoration: none;
}

.lsvr_event-list-widget__item-date-month {
	border-top-left-radius: 3px;
  	border-top-right-radius: 3px;

}

.lsvr_event-list-widget__item-date-day {
	border-bottom-left-radius: 3px;
  	border-bottom-right-radius: 3px;
}

.frontpage-external-link {
	background: rgb(0,0,0);
	background: linear-gradient(90deg, rgba(13,50,23,1) 0%, rgba(0,79,20,1) 47%, rgba(26,75,39,1) 100%);
	border-bottom: 1px dotted #fff;
	color: #fff;
  	margin: 0 -40px;
  	padding: 1em 40px;
}

.frontpage-heading-badge {
	background: rgb(0,0,0);
	background: linear-gradient(90deg, rgba(13,50,23,1) 0%, rgba(0,79,20,1) 47%, rgba(26,75,39,1) 100%);
	color: #fff;
  	margin: 0 -30px;
  	padding: 1em 30px;
}


.frontpage-heading-badge h3 {
	color: #fff;
}

.wp-block-button__link:hover {
	background: #FFA500 !important;
}

.pwa-notice {
	display: none;
}

@media only screen and (max-width: 992px) {
	.calendar-frontpage {
 		padding: 15px 30px 1.5em;
 		margin: 0 -30px;
	}
	
	.frontpage-external-link {
	  	margin: 0 -30px;
  		padding: 1em 30px;
	}
	
	.pwa-notice {
		display: block;
	}
	
}

/*
END Startseite - Kalender
*/

.foto-01-startseite figcaption {
	font-size: .85em;	
}

.frontpage-buttons a::after {
	display: none;
}

.aktuelle-beitraege .uagb-post__date:not(:last-child)::after {
	display: none;
}

.footer-widgets {
	background: var(--primary-color);
}

.footer-bottom__inner {
	padding-bottom: 30px;
	text-align: center;
}

.lsvr_event-post-archive--default .post__thumbnail-link--cropped, .blog-post-archive--default .post__thumbnail {
	display: none;
}

.blog-post-archive--default .post__permalink a.post__permalink-link {
	padding: 1em 2em;
  	border: 1px solid #262D61;
	color: #262D61;
}

.blog-post-archive--default .post__permalink a.post__permalink-link:hover {
	background-color: #262D61;
	color: #fff;
}

.sb_instagram_header .sbi_header_hashtag_icon {
	background-color: rgba(38, 45, 97, 1);
}

#sb_instagram .sbi_photo_wrap {
	border: 1px solid #eee;
}

.sb_instagram_header.sbi_medium .sbi_feedtheme_header_text h3 {
	color: rgba(38, 45, 97, 1);
}

span.sbi_follow_btn.sbi_custom a {
	background: #262d61 !important;
}

#sbi_load .sbi_load_btn, #sb_instagram .sbi_follow_btn a {
	border-radius: 3px !important;
}

#jp-relatedposts h3.jp-relatedposts-headline em {
	font-size: 1.5em;
}

#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
	font-size: 1em !important;
	padding-top: .5em;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
	color: #262D61;
	font-weight: bold !important;
}

#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs p.jp-relatedposts-post-excerpt {
	display: none;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(3n+4), #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post:nth-child(3n+4) {
	clear: none !important;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
	width: 25% !important;
}

#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post {
	opacity: 1 !important;
}

#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post:hover {
	opacity: .7 !important;
}

#jp-relatedposts h3.jp-relatedposts-headline em::before {
	border-top: 10px solid var(--primary-color) !important;
}

.post-type-archive-lsvr_person nav.post-archive-categories, .archive.tax-lsvr_person_cat nav.post-archive-categories {
	display: none;	
}

.lsvr_person-post-single .jp-relatedposts {
	display: none !important;
}

.single-lsvr_notice .ad-gohlis-info-afterarticle, .single-lsvr_notice .post__meta-item--date, .post-type-archive-lsvr_notice .post__footer, .lsvr_notice_tag-ehrenjob div.post__inner.c-content-box footer.post__footer, .lsvr_notice_cat-ehrenjobs .jp-relatedposts {
  display: none !important;
}

.tax-lsvr_notice_cat .type-lsvr_notice .post__content, .post-type-archive-lsvr_notice .post__content, .tax-lsvr_notice_tag.term-ehrenjob .post__content, .archive.tax-lsvr_notice_cat .post__footer, .page-id-570 .uagb-post-grid-byline {
	display: none;
}

.page-id-570 .uagb-post__title {
	padding-bottom: 0;
}

#stadtplan-hinweis {
	display: none;
}

.uagb-post__arrow-outside.uagb-post-grid .slick-next {
	right: -10px;
}

.uagb-post__arrow-outside.uagb-post-grid .slick-prev {
	left: -10px;
}

.page-id-9472 figcaption {
	font-size: .6em;
}

.page-id-9472 #udm-layer {
	display: none;
}

.uagb-post-pagination-wrap {
	margin-left: 0 !important;
	margin-top: 0px !important;
}

.page-id-10397 .wp-block-uagb-advanced-heading {
	background: rgba(255,255,255,1);
	padding: 1em;
}

.page-id-10397 .uagb-desc-text {
	font-size: 12px;
}

.gss-kurzlink {
	margin: -1em 0 -.5em;
 	font-size: 14px;	
}

.parent-pageid-9472 .breadcrumbs__list li:first-child {
	display: none;	
}

.term-657 .lsvr_event-post-page a.post__title-link, .term-657 .lsvr_event-post-page a.post__location-link {
	color: #262D61 !important;
}

.main__subtitle {
	font-style: normal;
}

.sbb-personen {
	background: #eee;
	padding: 1em;
}

.lsvr-townpress-weather-widget--has-background .widget__inner {
	background-color: #333;
}

/* Stil für externe Links */
.external-link::after {
    content: '\f35d'; /* Unicode für das FontAwesome-Icon (z.B., 'link' Icon) */
    font-family: 'Font Awesome 6 Free'; /* FontAwesome Schriftart */
    font-weight: 900; /* Notwendig für die Solid Icons von FontAwesome */
    font-size: .8em; /* Größe des Icons */
    margin-left: 4px; /* Abstand zwischen Link und Icon */
	vertical-align: top;
/*	display: inline-block;  Sicherstellen, dass das Pseudo-Element korrekt angezeigt wird */
	visibility: hidden;
}

.post__content .external-link::after, .post-10397 .external-link::after, .lsvr_event-post-page .external-link::after, .page .page__content .external-link::after {
	visibility: visible;
}

.ad-gohlis-info-afterarticle .external-link::after {
	visibility: hidden;
}

.wp-block-social-links .external-link::after {
	display: none;
}

.post__content .wp-block-uagb-image .external-link::after, .page__content .wp-block-uagb-image .external-link::after, .page__content .wp-block-image .external-link::after, .page__content .gs_logo_single--inner .external-link::after, .sb_instagram_header .external-link::after {
	display: none;
}

.ehrenjobs-wrapper  {
	gap: 1em;
}

.exwptl-ftlb-bar {
	text-align: left;
	margin: 15px 0;
}

.exwptl-ftlb-bar span {
	margin: 5px 10px 5px 0;
}

.frontpage-eb-cover {
	background-color: #026E00;
	padding: .35em;
	transform: rotate(-1.5deg);
	width: 110%;
  	height: auto;
  	margin-left: -15%;
}

@media only screen and (max-width: 780px) {
	.frontpage-eb-cover {
		margin-left: -7%;
	}
}

.eb-post-teaser h4.uagb-post__title, .eb-post-teaser .uagb-post__inner-wrap {
	padding-bottom: 0 !important;	
}

.custom-post-list h4.uagb-post__title, .custom-post-list article.uagb-post__inner-wrap {
	padding-bottom: 0 !important;
}

.directory-bveutritzsch img {
	border: 1px solid #222;
}


#udm-layer {
	position: fixed;
 	background: #262D61;
	border-top: 1px solid #fff;
	cursor: pointer;
	color: #222;
	left: 0;
  	bottom: 0px;
	z-index: 999;
	transform: translateX(-100%);
	transition: transform 0.5s ease; 
	width: 100%;
 	text-align: center;
}

#udm-layer a {
	color: #fff;
  	font-weight: bold;
	line-height: 2.5em;
	padding: 1em 0em;
  	display: inline-block;
	width: 100%;
}

#udm-layer-close-btn {
	position: absolute;
	top: -13px;
	right: 49vw;
	padding: 5px;
	background: #262d61;
	border-radius: 13px;
	width: 10px;
	height: 10px;
	line-height: .4em;
 	text-align: center;
	color: #fff;
	font-weight: bold;
	display: none;
	border: 3px solid #fff;
	z-index: 999;
}

#udm-layer-open-btn {
	position: absolute;
	top: -10px;
	right: -13px;
	padding: 5px;
	background: #262d61;
	border-radius: 13px;
	width: 10px;
	height: 10px;
	line-height: .5em;
 	text-align: center;
	color: #fff;
	font-weight: bold;
	display: none;
	border: 3px solid #fff;	
	z-index: 999;	
}

.page-id-11566 #udm-layer {
	display: none;
}

.footer-text {
	font-size: 0.9em;
	margin-top: .5em;
	width: 100%;
}

/* BEGIN Advanced Ads  */

.ad-gohlis-info-afterarticle {
 	border-top: 1px dotted #ccc;
 	padding: 2em 0 0;
	clear: both;
}

.home #premium-ad, .page-id-9861 #premium-ad, .page #premium-ad, .archive #premium-ad::after {
	display: none;
}

#premium-ad {
	margin-bottom: 0;
}

#premium-ad::after {
	content: 'Unser Team freut sich auf dich!';
	text-align: center;
	justify-content: center;
	display: flex;
	background: #262D61;
 	color: #fff;
	padding: .3em 0;
}

.home #main .ad-gohlis-info-highlight-wrapper, .home .ad-gohlis-info-afterarticle, .page .ad-gohlis-info-afterarticle, .page #main .ad-gohlis-info-highlight-wrapper, .single-lsvr_event #main .ad-gohlis-info-afterarticle.ad-gohlis-info-highlight-wrapper, .lsvr_person-post-single .ad-gohlis-info-highlight-wrapper, .single-lsvr_listing .ad-gohlis-info-afterarticle {
	display: none;
}

.single-lsvr_event #main .ad-gohlis-info-highlight-wrapper {
	margin: 1em 0 2em;
}

#ad-new-tab::before {
	content: "Anzeige";
	font-size: .8em;
	position: absolute;
	margin-top: -15px;
}

#ad-new-tab a::after {
	display: none;
}

/* END Advanced Ads  */


.contact-form-submission {
	border-top: none;
}

/* -----------------------------------------------------------------------------

    RESPONSIVE DEFINITIONS

----------------------------------------------------------------------------- */
	
	@media only screen and (min-width: 992px) and (max-width: 1200px) {
		.gohlis-forum-teaser article:nth-child(5) {
			display: none;
		}
	}
	
    /* -------------------------------------------------------------------------
        LARGE DEVICES
		devices with width between 992px and 1199px
    ------------------------------------------------------------------------- */

    @media ( max-width: 1199px ) {

		.footer-text {
			width: 100%;
		}

	}

	@media only screen and (min-width: 767px) {
		#premium-ad {
			display: none;
		}
	}

    /* -------------------------------------------------------------------------
        MEDIUM DEVICES
		devices with width between 768px and 991px
    ------------------------------------------------------------------------- */

    @media ( max-width: 991px ) {

		.wp-block-uagb-separator__inner {
			border-top-width: 1px !important;
		}
		
		.wp-block-uagb-post-grid.is-grid {
			grid-template-columns: repeat(1 , minmax(0, 1fr)) !important;
		}
	}

	/* -------------------------------------------------------------------------
        SMALL DEVICES
		devices with width between 481px and 767px
    ------------------------------------------------------------------------- */

    @media ( max-width: 767px ) {
		.wp-block-uagb-container  .frontpage-gf-container {
			margin: 0;
			padding: 0;			
	}
		
		.page-id-570 .mediadaten p.has-text-align-right {
			text-align: left;			
		}
		
		#frontpage_factslider h2 {
			font-size: 1.5em;
		}
		
		.frontpage-gf-head-teaser {
			padding-top: 1em;
		}
		
		.page-vorstand h3 {
			margin: -2em 0 24px 0;
		}
	/*	
		.uagb-container-inner-blocks-wrap .frontpage-gf-container:nth-child(2), .uagb-container-inner-blocks-wrap .frontpage-gf-container:nth-child(3) {
			display: none;
		}
	*/
	}

	@media only screen and (max-width: 640px) {
		#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
			width: 50% !important;
		}
		
		.home .tiled-gallery__gallery {
			display: grid;
		}
		
		.home .tiled-gallery__row {
			display: grid;
			gap: 1em;
 			 grid-row: 1 / 3;
		}
	}

	/* -------------------------------------------------------------------------
        EXTRA SMALL DEVICES
		devices with width up to 480px
    ------------------------------------------------------------------------- */

	@media ( max-width: 480px ) {
		
}