/**
 * Theme Name: LJV Hessen
 * Description: Custom Child theme
 * Author: Conduo
 * Template: blocksy
 * Text Domain: ljv-hessen
 */

body{background-color: #c5cfb9 !important}
#main{
	position: relative;
	box-shadow: 0 3em 3em #00000055;
    margin: 0 auto;
}
#main,
#main > .ct-container-full, #main > .ct-container,
#main > .ct-container-full > article, #main > .ct-container > article{
	flex-grow: 1;
    display: flex;
	flex-direction: column;
	scrollbar-gutter: stable;
}
.ct-footer{ background-color:transparent !important; position: relative;}
footer:not(.entry-footer) > div, 
main > div,
main > figure{
	margin: 0 auto;
	max-width: var(--theme-normal-container-max-width);
	width: var(--theme-container-width);
	background-color: var(--theme-palette-color-8);
}
.archive main > div,
.post-type-archive main > div, 
.search-results main > div{
	background-color: var(--theme-palette-color-7);
}
a {text-decoration:none !important} 

.ct-featured-image.ct-hidden-sm, .page-description.ct-hidden-sm{display:block !important;}
.ct-featured-image {max-width: var(--theme-normal-container-max-width) !important;}
body.home .ct-header .ct-sticky-container [data-sticky*="fixed"] nav{display: none;}
/* .ct-sticky-container [data-sticky*="shrink"] {padding: var(--theme-padding, 0 0 35px 0) !important;} */
.ct-sticky-container [data-sticky*="shrink"] {padding: 0 !important;}
.ct-sticky-container [data-sticky*="shrink"] .ct-container {padding-top: 25px !important;}
/* .ct-sticky-container [data-sticky*="yes"]{padding: var(--theme-padding, 0 0 35px 0) !important;} */
.ct-sticky-container [data-sticky*="yes"]{padding: 0 !important;}
.ct-sticky-container [data-sticky*="yes"] .ct-container {padding-top: 0 !important;}
body[data-header*="type-1"] .ct-header [data-sticky*="yes"] [data-row*="middle"] > div{ opacity:.96 }
body[data-header*="type-1"] .ct-header .ct-sticky-container [data-sticky*="fixed"] [data-id="logo"] .site-title{
	--theme-font-size: 1.6em !important;
	--theme-letter-spacing: 0.03em !important;
}
@media (max-width: 530px){
	body[data-header*="type-1"] .ct-header .ct-sticky-container [data-sticky*="fixed"] [data-id="logo"] .site-title{--theme-font-size: 1.4em !important;}
}
@media (max-width: 360px){
	body[data-header*="type-1"] .ct-header .ct-sticky-container [data-sticky*="fixed"] [data-id="logo"] .site-title{--theme-font-size: 1.2em !important;}
}
body[data-header*="type-1"] .ct-header .ct-sticky-container [data-sticky*="yes"] [data-id="logo"] .site-title {
    --theme-font-weight: 500 !important;
    --theme-font-size: 1em !important;
    --theme-line-height: 1.7 !important;
}
body[data-header*="type-1"] .ct-header .ct-sticky-container [data-sticky*="yes"] [data-id="logo"] .site-title-container{
    margin-inline-start: 0.7em !important;
}

#header [data-row*=middle] {
    --theme-shrink-height: 44px !important;
}
body:not(.ct-loading) [data-sticky] [data-column] {
    transition: min-height 0.24s cubic-bezier(0.455, 0.03, 0.515, 0.955) !important;
}
.site-logo-container img{
    max-width: 80vw !important;
}
.site-branding .site-title a:hover{
	color: var(--theme-palette-color-5);
	transition: color .3s ease;
}
header [data-device="desktop"] nav[data-id="menu"] .sub-menu{backdrop-filter: blur(4px);}
header [data-device="desktop"] [data-sticky*="fixed"] nav[data-id="menu"] .sub-menu{background-color: rgba(57, 69, 43, 0.8);}

a.ct-header-search, a.ct-header-trigger{
	z-index:999;
	position:relative;
}
.ct-header-search .ct-icon, .ct-header-trigger .ct-icon{
	fill: var(--theme-icon-color) !important;
	z-index:999;
	position:relative;
}
.ct-header-search:hover .ct-icon, .ct-header-trigger:hover .ct-icon{
	fill: var(--theme-icon-hover-color) !important;
}
#search-modal{padding-left: calc((100% - 100vw) * 1) !important;}
#search-modal .ct-panel-actions {
    padding-inline: 43px;
    margin: 0 auto;
    max-width: var(--theme-normal-container-max-width);
    width: 93vw;
	/* padding-left: calc(100vw - 100%) !important; */
}
@media(min-width: 1201px) and (max-width:1370px){
	#search-modal .ct-panel-actions {
		padding-inline: 2.3em;
        margin: 0 3.2vw 0 2.2vw !important;
        width: 94.6vw !important;

	}
}
@media(min-width: 1000px) and (max-width:1200px){
	#search-modal .ct-panel-actions {
		padding-inline: 0;
		margin: 0 5vw 0 0 !important;
        width: 95vw !important;
		/* margin: 0 4.5% 0 0;
        width: 95.5%; */
	}
}
#search-modal form .ct-search-form-controls button {border-radius: 4px !important;}
#search-modal form button:hover {
	background-color: var(--theme-palette-color-2);
}
#search-modal form button:hover svg{
	fill: var(--theme-palette-color-3);
}
[data-header*="type-1"] #search-modal .ct-search-results {
	padding: 2em;
    background-color: #5e6a4d96;
}
[data-header*="type-1"] #search-modal .ct-search-results span:not(.ct-media-container){
	text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 3;
	line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
#search-modal .ct-search-results .ct-search-more {
    justify-content: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.1em;
    letter-spacing: .07em;
    padding: 1em 2em;
    background-color: var(--theme-palette-color-1);
    width: 50vw;
    max-width: 300px;
    align-self: center;
    justify-self: center;
    margin-top: 2em;
    border-radius: 3px;
}
#search-modal .ct-search-results .ct-search-more:hover{
	background-color: var(--theme-palette-color-2);
	color: var(--theme-palette-color-3);
}
#search-modal input {
    padding: 1em;
    background-color: #e2e9e2aa;
    border-radius: 4px;
	color: var(--theme-palette-color-4);
	padding: 16px 24px;
	line-height: 1;
}
#search-modal form .ct-search-form-controls {
	top: 16px !important;
	right: 16px !important;
}
@media (min-width: 690px) {
    #search-modal input {
        margin-bottom: 4rem;
        height: 80px;
    }
}

/*.ct-toggle-close{
	margin-right: 1.6em !important;
    margin-top: 0.5em !important;
}*/
/* .ct-toggle-close svg{
	width: 1.5em !important;
    height: 1.5em !important;
} */
.ct-toggle-dropdown-mobile svg{
	width: 2em;
    height: 2em;
}
#offcanvas [data-device="mobile"]{
	display: flex;
    justify-content: space-between;
	background: var(--theme-palette-color-3) url("img/logo-pc3-mono.svg") no-repeat center center;
}
[data-header="type-1:sticky"] .ct-panel-actions{
	height: 110px !important;
}
[data-header*="type-1"] .ct-header [data-id="logo"]{
    --margin: 0 !important;
}
.ct-panel-actions{
	padding-top: 0 !important;
	display: flex;
    align-items: center;
	padding: 0 calc(1.8vw + var(--scrollbar-width) + 5px) 0 0 !important;
}
[data-header="type-1:sticky:shrink"] .ct-panel-actions{
	padding-top: 0 !important;
	height: 38px !important;
}
.ct-header-trigger[aria-expanded=true] .ct-icon rect{fill:#ffaf0f}

[data-header*="type-1"] #offcanvas{
	background: linear-gradient(84deg, rgb(5 6 2 / 70%) 0%, rgb(5 6 2 / 75%) 70%, rgba(0, 0, 0, 0) 99%) !important;
}
[data-header*="shrink"] #offcanvas{
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 39px, rgb(5 6 2 / 75%) 40px) !important;
}
@media (max-width: 689.98px) {
    [data-header*="type-1"] #offcanvas {--side-panel-width: 95vw !important;}
	[data-header*="shrink"] #offcanvas {--side-panel-width: 100vw !important;}
}
/* footer */
.ct-footer [data-row] {
    box-shadow: 0 3em 3em #00000066;
}

#foot-logo{
	display: flex;
	flex-wrap:nowrap;
	padding: clamp(0,2vw,1.5em) clamp(.5em,2vw,1.5em) clamp(0,2vw,1.5em) clamp(.5em,2vw,1.5em);
	font-family: Roboto Slab, Sans-Serif;
	text-align:left;
	width: 100%;
    align-items: center;
    justify-content: center;
}
#foot-logo .left{
	max-width:6.6em;
	width: 50vw;
	/*background: transparent url("img/logo-ft-reg.png") no-repeat center center/ contain;*/
	transition: all .4s ease-in-out;
	opacity:.9;
}
@media (min-width: 1000px){
	[data-footer*="type-1"] .ct-footer [data-row*="middle"] > div{
		display:flex;
		flex-direction: row;
		justify-content: space-around;
	}
}
@media (max-width: 999px){
	footer [data-row*="middle"] .ct-container div:last-of-type > div.ct-header-text{
		width:90%;
	}
}
@media (max-width: 400px) {
	#foot-logo .left{
  		max-width:40vw;
  		margin-bottom: 1em;
  	}
  	#foot-logo{
  		padding: 0 5vw;
  		flex-direction: column;
  	}
}
#foot-logo:hover .left{
	transition: all .3s ease-in-out;
	opacity:1;
}
#foot-logo .right{
	padding-left:2em;
	line-height:1.5;
}
#foot-logo .right h5,
#foot-logo .right .head{
	font-size:1.5em;
	margin-bottom:calc(0.1em + 3px);
	font-weight: bold;
}

#foot-logo a{
	text-decoration:none;
	transition: color .4s ease-in-out;
	color: var(--theme-palette-color-4);
	border:none;background-image: none;
}
#foot-logo a:hover{
	transition: color .3s ease-in-out;
	color: var(--theme-link-hover-color);
	border:none;background-image: none;
}
footer .ct-header-text .entry-content {
    width: 100%;
    justify-content: center;
    display: flex;
}
footer .ct-social-box a:hover .ct-icon{
	fill:var(--theme-link-hover-color);
}
footer p{
	padding: 0 !important;
}

/* image/gallery block */
.entry-content figure > a,.entry-content figure > a:hover{
	text-decoration: none !important;
	background: 0 0 !important;
	padding: 0 !important;
	position: relative;
    display: inline-block;
}
.wp-singular .entry-content figure > a[data-slb-active="1"]:after{
	content: url(ico/expand.svg);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -10%;
    margin-top: -10%;
    width: 20%;
    height: 20%;
    transition: .3s all linear;
    filter: drop-shadow(1px 2px 5px var(--theme-palette-color-4)) drop-shadow(0 0 1em var(--theme-palette-color-3));
    opacity: 0;
}
.wp-singular .entry-content figure > a[data-slb-active="1"]:hover:before{
    background: var(--theme-palette-color-3);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .2;
	transition: opacity .2s linear;
	left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.wp-singular .entry-content figure > a[data-slb-active="1"]:hover:after{
	opacity: .7;
	transition: opacity .2s linear;
}
figure.wp-block-gallery.has-nested-images{justify-content: center;}
/* .wp-block-gallery.has-nested-images figure.wp-block-image{min-width: 220px;} */
.entry-content .wp-block-gallery figure{
	padding: .5em;
}
.entry-content .wp-block-gallery figcaption{
	display: none;
	overflow: hidden !important;
	margin-bottom: 0 !important; 
    max-height: unset !important;
    padding: 0 !important;
}
@supports (-webkit-line-clamp: 2) {
	.entry-content .wp-block-gallery figcaption{
      text-overflow: ellipsis;
      white-space: initial;
      display: -webkit-box;
	  line-clamp: 2;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
    }
}
@media (max-width: 383.99px){
	article .wp-block-gallery.has-nested-images.columns-2 figure.wp-block-image:not(#individual-image),
	article .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image),
	article .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image),
	article .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image),
	article .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image),
	article .wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image),
	article .wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image),
	article .wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image){max-width: 100%;width: 100%;}
}
@media (min-width: 384px){
	article .wp-block-gallery.has-nested-images.columns-2 figure.wp-block-image:not(#individual-image),
	article .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image),
	article .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image),
	article .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image),
	article .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image),
	article .wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image),
	article .wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image),
	article .wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image){max-width: 49.99%;width: calc(49.99% - var(--wp--style--unstable-gallery-gap, 16px) * .875);}
}
@media (min-width: 512px){
	article .wp-block-gallery.has-nested-images.columns-2 figure.wp-block-image:not(#individual-image){max-width: 49.99%;width: calc(49.99% - var(--wp--style--unstable-gallery-gap, 16px) * .875);}
	article .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image),
	article .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image),
	article .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image),
	article .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image),
	article .wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image),
	article .wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image),
	article .wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image){max-width: 33.33%;width: calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px) * .875);}
}
@media (min-width: 640px){
	article .wp-block-gallery.has-nested-images.columns-2 figure.wp-block-image:not(#individual-image){max-width: 49.99%;width: calc(49.99% - var(--wp--style--unstable-gallery-gap, 16px) * .875);}
	article .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image),
	article .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image){max-width: 33.33%;width: calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px) * .875);}
	article .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image),
	article .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image),
	article .wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image),
	article .wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image),
	article .wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image){max-width: 24.99%;width: calc(24.99% - var(--wp--style--unstable-gallery-gap, 16px) * .875);}
}
@media (min-width: 768px){
	article .wp-block-gallery.has-nested-images.columns-2 figure.wp-block-image:not(#individual-image){max-width: 49.99%;width: calc(49.99% - var(--wp--style--unstable-gallery-gap, 16px) * .875);}
	article .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image),
	article .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image){max-width: 33.33%;width: calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px) * .875);}
	article .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image){max-width: 24.99%;width: calc(24.99% - var(--wp--style--unstable-gallery-gap, 16px) * .875);}
	article .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image),
	article .wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image),
	article .wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image),
	article .wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image){max-width: 19.99%;width: calc(19.99% - var(--wp--style--unstable-gallery-gap, 16px) * .875);}
}
@media (min-width: 896px){
	article .wp-block-gallery.has-nested-images.columns-2 figure.wp-block-image:not(#individual-image){max-width: 49.99%;width: calc(49.99% - var(--wp--style--unstable-gallery-gap, 16px) * .875);}
	article .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image),
	article .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image){max-width: 33.33%;width: calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px) * .875);}
	article .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image){max-width: 24.99%;width: calc(24.99% - var(--wp--style--unstable-gallery-gap, 16px) * .875);}
	article .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image){max-width: 19.99%;width: calc(19.99% - var(--wp--style--unstable-gallery-gap, 16px) * .875);}
	article .wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image),
	article .wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image),
	article .wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image){max-width: 16.66%;width: calc(16.66% - var(--wp--style--unstable-gallery-gap, 16px) * .875);}
}
@media (min-width: 1024px){
	article .wp-block-gallery.has-nested-images.columns-2 figure.wp-block-image:not(#individual-image){max-width: 49.99%;width: calc(49.99% - var(--wp--style--unstable-gallery-gap, 16px) * .875);}
	article .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image),
	article .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image){max-width: 33.33%;width: calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px) * .875);}
	article .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image){max-width: 24.99%;width: calc(24.99% - var(--wp--style--unstable-gallery-gap, 16px) * .875);}
	article .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image){max-width: 19.99%;width: calc(19.99% - var(--wp--style--unstable-gallery-gap, 16px) * .875);}
	article .wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image){max-width: 16.66%;width: calc(16.66% - var(--wp--style--unstable-gallery-gap, 16px) * .875);}
	article .wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image),
	article .wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image){max-width: 14.28%;width: calc(14.28% - var(--wp--style--unstable-gallery-gap, 16px) * .875);}
}
@media (min-width: 1240px){
	article .wp-block-gallery.has-nested-images.columns-2 figure.wp-block-image:not(#individual-image){max-width: 49.99%;width: calc(49.99% - var(--wp--style--unstable-gallery-gap, 16px) * .875);}
	article .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image),
	article .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image){max-width: 33.33%;width: calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px) * .875);}
	article .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image){max-width: 24.99%;width: calc(24.99% - var(--wp--style--unstable-gallery-gap, 16px) * .875);}
	article .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image){max-width: 19.99%;width: calc(19.99% - var(--wp--style--unstable-gallery-gap, 16px) * .875);}
	article .wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image){max-width: 16.66%;width: calc(16.66% - var(--wp--style--unstable-gallery-gap, 16px) * .875);}
	article .wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image){max-width: 14.28%;width: calc(14.28% - var(--wp--style--unstable-gallery-gap, 16px) * .875);}
	article .wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image){max-width: 12.5%;width: calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px) * .875);}
}
/* lightbox */
body #slb_viewer_wrap .slb_theme_slb_baseline *{
	line-height: 0;
}
#slb_viewer_wrap .slb_theme_slb_default .slb_data_title, #slb_viewer_wrap .slb_theme_slb_default .slb_group_status{
	display: flex;
}
body #slb_viewer_wrap .slb_theme_slb_default .slb_container {
    box-shadow: 0 0 64px -40px #fcfcfc;
    border-radius: 2px !important;
}
body #slb_viewer_wrap .slb_theme_slb_baseline .slb_container {
    padding: 0 !important;
}
body #slb_viewer_wrap .slb_theme_slb_default .slb_data_desc{
	margin-top: 0 !important;
}
body #slb_viewer_wrap .slb_theme_slb_default .slb_data_title, 
body #slb_viewer_wrap .slb_theme_slb_default .slb_group_status {
    font-family: var(--theme-font-family) !important;
    color: var(--theme-palette-color-8) !important;
    font-size: 1.2em  !important;
    line-height: 1.7 !important;
   /* 
   	padding: .5em 1em !important;
    margin-right: 0.2em;
    */
    margin: .5em 1em !important;
}
body #slb_viewer_wrap .slb_theme_slb_default .slb_template_tag_ui{
	font-family: var(--theme-button-font-family) !important;
	text-transform: uppercase;
	font-style: normal !important;
	color: var(--theme-palette-color-2) !important;
}
body #slb_viewer_wrap .slb_theme_slb_default .slb_details .slb_data {
    background-color: var(--theme-palette-color-1) !important;
}
body #slb_viewer_wrap .slb_theme_slb_default .slb_controls .slb_template_tag_ui {
    width: 2rem;
    height: 2rem;
    float: right;
    margin-left: 0;
    opacity: 0.8;
    filter: drop-shadow(2px 4px 5px #00000077);
}
body #slb_viewer_wrap .slb_theme_slb_default .slb_controls .slb_close .slb_template_tag {
    background: url(ico/close.svg) 0 0 no-repeat !important;
}
#slb_viewer_wrap .slb_theme_slb_default .slb_controls .slb_slideshow .slb_template_tag{
	background: url(ico/play.svg) 0 0 no-repeat !important;
	width: 1.75rem !important;
    margin: .25rem 1rem !important;
}
#slb_viewer_wrap .slb_theme_slb_default.slideshow_active .slb_controls .slb_slideshow .slb_template_tag{
	background: url(ico/pause.svg) 0 0 no-repeat !important;
}
body #slb_viewer_wrap .slb_theme_slb_default .slb_controls .slb_template_tag_ui:hover {
    opacity: 1;
}
#slb_viewer_wrap .slb_data_title:has(.slb_template_tag:empty){display: none;}

/*** pagination ***/
#download-page ul.page-numbers,
.ct-pagination{
	padding: 0 2em 3em 2em;
	margin: 0 !important;
	margin-top: 3em !important;
}
body #download-page ul.page-numbers li a, body #download-page ul.page-numbers li span{
    margin: 5px;
	border: none;
}
#download-page .page-numbers li a:not(.prev):not(.next), #download-page span.current{
	padding:1rem 1.2rem !important;
	font-weight: bold !important;
    font-family: var(--theme-button-font-family) !important;
	font-size: 14px;
}
#download-page .next{margin-left: 1rem !important;}
#download-page .prev{margin-right: 1rem !important;}
#download-page .next, #download-page .prev,
main .ct-pagination a.next, main .ct-pagination a.prev{
	text-transform: uppercase !important;
	font-family: var(--theme-button-font-family) !important;
    font-weight: bold !important;
    font-size: 1em !important;
    letter-spacing: .07em !important;
    padding: 1.2em 2.4em !important;
	background-image: none !important;
    background-color: var(--theme-button-background-hover-color) !important;
    color: var(--theme-button-text-hover-color) !important;
    align-self: center !important;
    border: none !important;
    border-radius: 2px !important;
}
#download-page a.next:hover, #download-page a.prev:hover,
main .ct-pagination a.next:hover, main .ct-pagination a.prev:hover{
    background-color: var(--theme-button-background-initial-color) !important;
	background-image: none !important;
    color: white !important;
}
main .ct-pagination .ct-hidden-sm{
    border-radius: 2px !important;
	border: none !important;
	font-weight: bold !important;
    font-family: var(--theme-button-font-family) !important;
}
#download-page span.current,
main .ct-pagination .ct-hidden-sm .current{
	background-image: none !important;
    background: var(--theme-palette-color-5) !important;
	color: var(--theme-palette-color-3) !important;
	border: none !important;
}
#download-page .page-numbers li a, #download-page span.current,
main .ct-pagination .ct-hidden-sm a.page-numbers{
	background-image: none !important;
	border: none !important;
}
#download-page .page-numbers  li a:not(.prev):not(.next):hover,
main .ct-pagination .ct-hidden-sm a.page-numbers:hover{
	background-image: none !important;
	background: var(--theme-link-hover-color) !important;
	color: var(--theme-palette-color-3) !important;
	border: none !important;
}

/*BLOCK NEWS POST GRID*/
.block-news-pg{
	background-color:white;
	padding: 2em 2em 4em 2em;
	margin:20px 20px 20px 0 !important;
}
.block-news-pg .ultp-block-wrapper{
	background-color:transparent !important;
}
.block-news-pg .ultp-next-prev-wrap ul li a{
	background-color:transparent !important;
	color: var(--theme-palette-color-6) !important;
}
.block-news-pg .ultp-next-prev-wrap ul li a svg{
	fill: var(--theme-palette-color-1) !important;
	width:24px !important;
}
.block-news-pg .ultp-next-prev-wrap ul li a:hover svg{
	fill: var(--theme-link-hover-color) !important;
}
.block-news-pg .ultp-block-title a {
    color: white !important;
	text-shadow: 0 1px 3px rgba(0,0,0,.7);
}
.block-news-pg .ultp-block-title a:hover {
    color: var(--theme-link-hover-color) !important;
}
.block-news-pg .ultp-block-image.ultp-block-image-overlay.ultp-block-image-simgleGradient > a::before {
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0%, rgba(0,0,0,0.05) 33%,rgba(0,0,0,0.3) 44%,rgba(0,0,0,0.83) 77%, #000 99%);
    opacity: .7;
}
/* BLOCK EVENT LIST*/
.block-event-list{
	padding:2em;
	background-color: white;
}
/* pages */
.ct-breadcrumbs .last-item{
	font-weight: bold;
}
.page .hero-section{
	padding: 0 3vw;
	padding-top: clamp(.1em,1vh,2em);
}
.home .hero-section, .home .ct-read-progress-bar{
	display: none;
	visibility: collapse;
}
.hero-section.is-width-constrained{
	/* width: unset !important; */
	max-width: clamp(calc(var(--theme-narrow-container-max-width) * 1.2), 90%, calc(var(--theme-normal-container-max-width) * 0.8)) !important;
    width: 100% !important;
}
.page [data-content=normal]>article, .page [data-content=normal]>article>.entry-content>*:not(.alignwide):not(.alignfull) {
    max-width: 100%;
}
/* archives */
.archive .entries,.post-type-archive .entries, .search .entries{
	padding: 2em 2em 0 2em;
	margin-bottom: 3em;
}
.archive .entry-header,.post-type-archive .entry-header, .search .entry-header{
	width: unset;
    max-width: unset;
}
.archive .entry-header>*:not(:first-child),.post-type-archive .entry-header>*:not(:first-child),.search-results .entry-header>*:not(:first-child){margin: 0;}
.archive .entry-header .page-description>*:last-child,.post-type-archive .entry-header .page-description>*:last-child,.search-results .entry-header .page-description>*:last-child{padding: 0;}
#header{
	position: absolute;
}
#header .ct-sticky-container{height: 0 !important;}
/*.archive #main-container .site-main, .search #main-container .site-main, 
.post-type-archive-tribe_events #main-container .site-main{
    margin-top: -128px;
}*/
/*@media (min-width: 1000px) {
	.archive #main-container .site-main, .search #main-container .site-main, 
	.post-type-archive-tribe_events #main-container .site-main{
	    margin-top: -68px;
	}
}*/
.entries .entry-title a:hover{
	color: var(--theme-palette-color-1) !important;
}
.entries .entry-title{
	margin-top: 0 !important;
}
.archive .hero-section,.post-type-archive .hero-section, .search-results .hero-section{
	background-color: var(--theme-palette-color-7) !important;
}
.post-type-archive .hero-section .ct-title-label{display: none; visibility: collapse;}
.archive .hero-section .entry-header,.post-type-archive .hero-section .entry-header,.search-results .hero-section .entry-header{
	text-align: left !important;
	padding: 2.1em 2em 0 2em !important;
	margin: 0 !important;
}
.search .hero-section figure,.search .ct-featured-image,
.post-type-archive .hero-section figure,.post-type-archive .ct-featured-image,
.archive .hero-section figure,.archive .ct-featured-image,.search-results .ct-featured-image{
	position: relative !important;
}
.search-results .hero-section .ct-image-container,.search-results .ct-featured-image .ct-image-container,
.post-type-archive .hero-section .ct-image-container,.post-type-archive .ct-featured-image .ct-image-container,
.archive .hero-section .ct-image-container,.archive .ct-featured-image .ct-image-container,
.search-results .hero-section .ct-media-container,.search-results .ct-featured-image .ct-media-container,
.post-type-archive .hero-section .ct-media-container,.post-type-archive .ct-featured-image .ct-media-container,
.archive .hero-section .ct-media-container,.archive .ct-featured-image .ct-media-container{
	max-height: 200px !important;
}
.search-results .hero-section .ct-image-container::before, .search-results .ct-featured-image .ct-image-container::before,
.post-type-archive .hero-section .ct-image-container::before, .post-type-archive .ct-featured-image .ct-image-container::before,
.archive .hero-section .ct-image-container::before, .archive .ct-featured-image .ct-image-container::before,
.search-results .hero-section .ct-media-container::before, .search-results .ct-featured-image .ct-media-container::before,
.post-type-archive .hero-section .ct-media-container::before, .post-type-archive .ct-featured-image .ct-media-container::before,
.archive .hero-section .ct-media-container::before, .archive .ct-featured-image .ct-media-container::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.55) 5%,rgba(0, 0, 0, 0) 95%);
    z-index: 2;
}
.search-results .hero-section .ct-image-container::after, .search-results .ct-featured-image .ct-image-container::after,
.post-type-archive .hero-section .ct-image-container::after, .post-type-archive .ct-featured-image .ct-image-container::after,
.archive .hero-section .ct-image-container::after, .archive .ct-featured-image .ct-image-container::after,
.search-results .hero-section .ct-media-container::after, .search-results .ct-featured-image .ct-media-container::after,
.post-type-archive .hero-section .ct-media-container::after, .post-type-archive .ct-featured-image .ct-media-container::after,
.archive .hero-section .ct-media-container::after, .archive .ct-featured-image .ct-media-container::after{
    content: '';
    background-image: url("img/offhorizont.png");
    background-repeat: repeat-x;
    background-position: 0 0, 0 30px;
    padding-top: 30px;
    position: absolute;
    bottom: -1px !important;
    left: 0 !important;
    top: unset !important;
    width: 100%;
    max-width: 100%;
    z-index: 10;
}
.archive h1,.search h1, .post-type-archive h1, .search-results h1{
	color: var(--theme-palette-color-1);
	text-transform: uppercase;
}
.archive .entries .ct-image-container,
.search-results .entries .ct-image-container,
.post-type-archive .entries .ct-image-container,
.archive .entries .ct-media-container,
.search-results .entries .ct-media-container,
.post-type-archive .entries .ct-media-container{
	margin-bottom: 0 !important;
}
.archive .entries .ct-image-container:after,
.search-results .entries .ct-image-container:after,
.post-type-archive .entries .ct-image-container:after,
.archive .entries .ct-media-container:after,
.search-results .entries .ct-media-container:after,
.post-type-archive .entries .ct-media-container:after,
.post-carousel-full .kadence-post-image-intrisic:after{
	content: '';
	background-image: url("img/weisshorizont.png");
	background-repeat: repeat-x;
	background-position: -1240px 0, 0 30px;
	padding-top: 30px;
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	max-width: 100%;
}
.kb-posts .post-thumbnail:after{
	content: '';
	background-image: url("img/offhorizont.png");
	background-repeat: repeat-x;
	background-position: -1240px 0, 0 30px;
	padding-top: 30px;
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	max-width: 100%;
}
.archive .entry-title,.post-type-archive .entry-title, .search-results .entry-title{ 
	display: flex;
    align-items: center;
    height: 78px;
}
.archive .entry-title a,.post-type-archive .entry-title a,.search-results .entry-title a{ 
	text-overflow: ellipsis;
	white-space: nowrap;
	hyphens: auto;
}
@supports (-webkit-line-clamp: 3) {
	.archive .entry-title a,.post-type-archive .entry-title a,.search-results .entry-title a{
      overflow: hidden;
      white-space: initial;
      display: -webkit-box;
	  line-clamp: 3;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
    }
}
.entry-excerpt,.search .entry-excerpt, .kt-blocks-post-grid-item .entry-content{ 
	text-overflow: ellipsis;
	white-space: nowrap;
	height: calc(3em * var(--theme-line-height));
	text-decoration: none !important;
	font-weight: normal !important;
	hyphens: auto;
}
.entry-excerpt ul,.search .entry-excerpt ul, .kt-blocks-post-grid-item .entry-content ul{ text-decoration: none !important;}
.entry-excerpt,.search .entry-excerpt, .kt-blocks-post-grid-item .entry-content{ font-weight: normal !important;}
@supports (-webkit-line-clamp: 3) {
	.entry-excerpt,.search .entry-excerpt, .kt-blocks-post-grid-item .entry-content{
      overflow: hidden;
      white-space: initial;
      display: -webkit-box;
	  line-clamp: 3;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
    }
}
.archive .ct-dynamic-filter,.post-type-archive .ct-dynamic-filter,.search .ct-dynamic-filter{
	display: none;
	visibility: collapse;
}
/*.archive .ct-dynamic-filter{
	margin: 0;
    padding-top: 1em;
    font-family: var(--theme-button-font-family);
    font-size: .8em;
}
.archive .ct-dynamic-filter a:first-child{
	display: none;
	visibility: collapse;
}
.archive .ct-dynamic-filter a{
	color: var(--theme-palette-color-1);
	font-weight: normal;
}
.archive .ct-dynamic-filter a.active{
	color: var(--theme-palette-color-3) !important;
	font-weight: bold;
}
.archive .ct-dynamic-filter a:hover{
	color: var(--theme-link-hover-color);	
}*/
.archive article ul.entry-meta,.post-type-archive article ul.entry-meta,.search article ul.entry-meta{
	margin: 0 !important;
	margin-bottom: .2em !important;
	padding: 0 !important;
}
.entry-card .entry-meta time{opacity: .5;}

body.search{--theme-block-max-width:1280px;}
body.search .hero-section .entry-header .page-title{margin-left:0 !important}
body.search .hero-section{margin: 0;margin-bottom: 1em !important;}

body.search .entry-card:not(:has(a.ct-media-container)){justify-content: end;}
body.search .entry-card:not(:has(a.ct-media-container)) a::before{
    display: block;
    content: "";
    position: absolute;
	top:0;
	left:0;
	right:0;
    width: 100%;
    background-image: url(/wp-content/themes/LJV-Hessen/img/leer.webp);
    background-size: cover;
    aspect-ratio: 16 / 9;
    margin-bottom: var(--card-element-spacing, 1rem);
}
body.search .entry-card:not(:has(a.ct-media-container)) .entry-meta{margin-top: calc(58% - 30px) !important;}
body.search .entry-card:not(:has(a.ct-media-container)) .entry-meta::before{
    content: '';
    background-image: url(img/weisshorizont.png);
    background-repeat: repeat-x;
    background-position: -1240px 0, 0 30px;
    position: relative;
    display: block;
    top: 0;
    left: -30px;
    right: -30px;
    width: calc(100% + 60px);
    height: 30px;
    z-index: +1;
}
body.search .entry-card:not(:has(.entry-excerpt)) h2{margin-bottom: calc(3em * var(--theme-line-height)) !important;}

/* single & page*/
h1, h2, h3, h4, h5, h6{text-wrap:balance}
body[data-prefix="single_blog_post"] .ct-container-full > article.category-spezial .hero-section,
.single .hero-section, .page .hero-section{
	padding: 2em 0 0 0;
	margin: 0 auto !important;
	max-width: clamp(calc(var(--theme-narrow-container-max-width)* 1.2), 90%, calc(var(--theme-normal-container-max-width)* 0.8)) !important;
	text-align: left;
}
body[data-prefix="single_blog_post"] .ct-container-full > article.category-spezial .entry-header,
.single .hero-section .entry-header, .page .hero-section .entry-header{
	display: flex; flex-direction: column;
    width: var(--theme-block-width, var(--theme-container-width));
    max-width: var(--theme-block-max-width, var(--theme-normal-container-max-width));
}
.hero-section .entry-header .page-title{margin-left: 1rem !important;}
.category .hero-section .entry-header .page-title{margin-left: 0 !important;}
.page .introline{
	margin-left: clamp(-2.4rem, -1.2vw, -1rem) !important;
	margin-bottom: .75rem !important;
    margin-top: .5rem !important;
	letter-spacing: .01em;
    font-size: 1.14em;
    opacity: .8;
}
[data-prefix="single_blog_post"] .hero-section .entry-header .page-title{margin:0 !important;}
@media (max-width: 799px){
	.page .introline{margin-left: 0 !important;}
	body[data-prefix="single_blog_post"] .ct-container-full > article.category-spezial .entry-header,
	.single .hero-section .entry-header, .page .hero-section .entry-header{
		padding:0 clamp(1rem, 5vw, 5rem) 0 clamp(1rem, 5vw, 5rem) !important;
	}
	[data-prefix="single_blog_post"] .hero-section .entry-header{padding:0 !important}
	body[data-prefix="single_blog_post"] .ct-container-full > article.category-spezial .entry-header .page-title,
	.hero-section .entry-header .page-title { margin-left:0 !important;}

}
[data-prefix="single_blog_post"] .hero-section{
    width: 100%;
    max-width: var(--theme-block-max-width) !important;
	padding: 0 !important;
}
body[data-prefix="single_blog_post"] .hero-section .entry-header{
	max-width: var(--theme-default-editor, var(--theme-block-max-width)) !important;
    width: 100%;
    padding-top: 2em !important;	
}
@media (max-width: 703px){
	body[data-prefix="single_blog_post"] .hero-section {margin:0 !important;}
	body[data-prefix="single_blog_post"] .ct-container-full > article.category-spezial .entry-header .page-title,
	body[data-prefix="single_blog_post"] .hero-section .entry-header .page-title{margin-left: 0 !important;}
	body[data-prefix="single_blog_post"] .hero-section .entry-header{
		padding:0 clamp(1rem, 5vw, 5rem) 0 clamp(1rem, 5vw, 5rem) !important;
	}
}
@media (max-width: 640px){
	[data-prefix="single_blog_post"] .hero-section .entry-header{
		padding:2em clamp(1rem, 5vw, 5rem) 0 clamp(1rem, 5vw, 5rem) !important;
	}
}

[data-vertical-spacing*=bottom] header article > .entry-content{
	padding:0 !important;margin:0 !important;
}
[data-vertical-spacing*=bottom] header article > .entry-content a,
.entry-content .ct-breadcrumbs a{
	background-image: none !important; padding:0 !important;
	color: var(--theme-link-initial-color) !important;
}
[data-vertical-spacing*=bottom] header article > .entry-content a:hover,
.entry-content .ct-breadcrumbs a:hover,
[data-vertical-spacing*=bottom] header article > .entry-content a:active{
	color: var(--theme-link-hover-color) !important;
}
.entry-header .entry-meta {
    --theme-font-family: 'Roboto Slab', Sans-Serif;
    --theme-font-weight: 400;
    --theme-text-transform: uppercase;
    --theme-font-size: 0.8em;
    --theme-line-height: 1.5;
    --theme-letter-spacing: 0.01em;
    --theme-color: rgba(55, 56, 54, 0.5);
}
.entry-header .ct-breadcrumbs,
.entry-content .ct-breadcrumbs{
    --theme-font-family: 'Roboto Slab', Sans-Serif;
    --theme-font-weight: 400;
    --theme-font-size: 0.8em;
    --theme-line-height: 1.5;
    --theme-letter-spacing: 0.01em;
    --theme-color: var(--theme-palette-color-1);
    --theme-link-initial-color: rgba(113, 138, 85, 0.75);
}
/* .entry-content .ct-breadcrumbs{padding: 2em clamp(0.3em, 2vw, 3em) 0 clamp(0.3em, 2vw, 3em) !important;} */
.single .entry-header .page-title{order: 3;}
.ct-related-posts .ct-module-title{
	margin-bottom: 1em;
    padding: .5em 0 .5em 0;
}
.single .entry-header .page-description{
	order: 4;
	margin: 0 auto;
}
.single .entry-header .entry-meta{order: 2;}
.single .entry-header .ct-breadcrumbs{order: 1;}
.single .entry-header .entry-meta{
	padding: 0 0 clamp(.2em,2vh,2em);
    margin: 0;
}
.page .entry-header .entry-meta{
	padding: 0 0 clamp(.1em,1vh,1em);
    margin: 0;
}
.post .entry-header .entry-meta{display: flex;}
.page .entry-header .entry-meta{display: flex; opacity: .6;}
.post .entry-header .entry-meta li,
.page .entry-header .entry-meta li{text-wrap: nowrap;}
.meta-read-time svg{opacity: .38;}
.single .entry-header .ct-breadcrumbs,
.entry-content > .ct-breadcrumbs,
.page .entry-header .ct-breadcrumbs{
	padding: 0;
    padding-top: .3em;
    margin: 0;
    overflow: hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
}
.single .entry-content,
.page .entry-content{
	padding-top: 0em !important;
	position: relative;
}
.ct-breadcrumbs .last-item{
	font-weight: bold;
}
.single article.post{
	background-color:white !important;
}
.single .ct-related-posts-container {
	padding: 2em 0;
    --theme-background-image: none;
    --theme-background-color: var(--theme-palette-color-2);
}
.single .ct-related-posts-container .ct-container{
	padding: 0 3em;
}
.single .ct-related-posts-container .ct-block-title{
	font-family: 'Roboto Slab',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    color: var(--theme-palette-color-3);
	opacity:.8;
    letter-spacing: 0.5px;
    text-align: left;
    padding-bottom: .5em;
}
.single .ct-related-posts-container a{
	color: var(--theme-palette-color-3);
	transition: all .2s ease-in-out;
}
.single .ct-related-posts-container a:hover{
	color: var(--theme-palette-color-1);
	transition: all .2s ease-in-out;
}
.single .ct-related-posts-container a img,
.post-carousel-full .kadence-post-image-inner-wrap img,
.post-thumbnail-inner img{
	transition: opacity .5s ease,transform .5s ease;
}
.single .ct-related-posts-container a:hover img,
.post-carousel-full .kadence-post-image-inner-wrap:hover img,
.post-thumbnail-inner:hover img{
	transform: scale(1.1);
}
@supports (-webkit-line-clamp: 2) {
	.ct-related-posts .related-entry-title {
		overflow: hidden !important;
	    text-overflow: ellipsis !important;
	    white-space: initial !important;
	    display: -webkit-box !important;
		line-clamp: 2 !important;
	    -webkit-line-clamp: 2 !important;
	    -webkit-box-orient: vertical !important;
	}
}
.ct-featured-image .ct-image-container,.ct-featured-image .ct-media-container, .ct-featured-image, .ct-featured-image.ct-hidden-sm{
	max-height: 330px !important;
    /* margin-left: 0  !important;
    margin-right: 0  !important; */
    width: 100%  !important;
    padding-bottom: 0 !important;
    display: flex !important;
}
.default-featured-image .ct-image-container,.default-featured-image .ct-media-container, .default-featured-image, .default-featured-image.ct-hidden-sm{
	max-height: 240px !important;
    /* margin-left: 0  !important;
    margin-right: 0  !important; */
    width: var(--theme-container-width) !important;
    padding-bottom: 0 !important;
    display: flex !important;
	min-height: 140px;
}
/*
article .entry-header .page-title {
    margin-bottom: 0.2em;
}
*/
article h2:not(:first-child){
	margin-top: 1.5em !important;
	margin-bottom: .3em !important;
}
article h3{
	margin-top: .4em !important;
	margin-bottom: .2em !important;
}
article h4{
	margin-top: .3em !important;
	margin-bottom: .2em !important;
}
article h5, article h6{
	margin-top: .2em !important;
	margin-bottom: 0 !important;
}
body.single-post:not(.auszug) article .entry-content > p:first-child:not(.has-drop-cap),
body.single-post .page-description,
article .introline{
    font-weight: 600;
    line-height: 1.75;
    font-size: 1.1em;
    padding-left: 0.1em;
    margin: 0 auto 1.5em auto !important;
	opacity: .8;
}
body[data-prefix="single_blog_post"] .category-spezial .hero-section .entry-header{padding: 2em 0 0 0 !important;}
body[data-prefix="single_blog_post"] .ct-container-full > article.category-spezial > .entry-content{
	padding: 0 !important;
}
body[data-prefix="single_blog_post"] .ct-container-full > article.category-spezial > .entry-content > p:first-child.introline{
	margin: 0 auto !important;
    max-width: clamp(calc(var(--theme-narrow-container-max-width) * 1.2), 90%, calc(var(--theme-normal-container-max-width) * 0.8)) !important;
	padding-left: clamp(1.5rem, 5vw, 2.3rem) !important;
    margin-bottom: .8rem !important;
    margin-top: .8rem !important;
    letter-spacing: .01em;
    font-size: 1.14em;
    opacity: .8;
}
body[data-prefix="single_blog_post"] .ct-container-full > article.category-spezial .page-title{
	--theme-font-family: 'Roboto Slab', Sans-Serif;
    --theme-font-weight: 700;
    --theme-font-size: 2.4em;
    --theme-heading-color: var(--theme-palette-color-1);
	margin-left: 1rem !important;
	margin-top: 20px !important;
}
body[data-prefix="single_blog_post"] .ct-container-full > article.category-spezial > .hero-section .entry-meta{padding: 0 0 clamp(.1em, 1vh, 1em);}
    
button.kt-blocks-accordion-header{cursor: pointer;}
.ct-featured-image {
    position: relative;
    padding-bottom: 20px !important;
}

body .kb-button.kb-btn-global-fill {
    color: var(--theme-palette-color-3, #39452b);
    background: var(--theme-palette-color-2, #b8c5aa);
    font-size: 1rem;
    letter-spacing: 0.01rem;
    text-transform: uppercase;
    padding-top: 0.6rem;
    padding-right: 1rem;
    padding-bottom: 0.6rem;
    padding-left: 1rem;
	border: 0px solid rgba(0, 0, 0, 0);
    border-radius: 3px;
	transition: all .3s ease-in-out;
    box-shadow: none;
	cursor: pointer;
}
body .kb-button.kb-btn-global-fill:active,body .kb-button.kb-btn-global-fill:focus,
body .kb-button.kb-btn-global-fill:hover {
	color: var(--theme-palette-color-8, #ffffff);
    background: var(--theme-palette-color-1, #718a55);
}
/* Bildquelle */
a:has(> div.bildquelle){
	position: relative;
	display: inline-block;
}
.bildquelle {
	position: absolute;
    right: 1.8em;
    top: 0.5em;
	z-index: 3;
    height: 1.4em;
    transform: rotate(-90deg);
    transform-origin: 100% 0;
    display: inline-block;
    font-size: .7em !important;
    text-align: right !important;
    width: 45%;
    white-space: nowrap;
    color: var(--theme-palette-color-7);
    opacity: .4;
    overflow: hidden;
    text-overflow: ellipsis;
    text-shadow: 0.15em 0 #04060247, 0 0.15em #04060257, -0.15em 0 #04060267, 0 -0.15em #04060277;
}
figure .bildquelle.imgblock{
	opacity: .55;
}
.wp-block-gallery .bildquelle.imgblock {
    right: 2.5em;
    top: 1.2em;
}
figure.nobq .bildquelle{display: none !important; visibility: collapse !important;}
.ct-related-posts-items article{position: relative;}

.entry-card{position: relative;}
.entry-card > strong {position: relative;}
.entry-card .bildquelle {
	top: .5em;
	font-size: .64em !important;
	opacity: .55;
}
/* .post-thumbnail .bildquelle, .kadence-post-image .bildquelle{
	right: 1.6em;
    top: 0.4em;
    font-size: .64em !important;
    opacity: .55;
} */
/* @media (max-width: 999px){
	.bildquelle{
		position: absolute;
    	right: 36px;
	    top: 10px;
	}
} */
/* @media (min-width: 781px) and (max-width: 980px){
	.post-thumbnail .bildquelle{
	    right: 1.5em;
	    font-size: .55em !important;
	}
} */
/* article > .bildquelle,
.archive .hero-section figure,.search .hero-section figure,
.page article figure.ct-featured-image{
    display: none !important;
    visibility: collapse !important;
} */
.archive .hero-section figure{
    display: none !important;
    visibility: collapse !important;
}
.single .ct-featured-image figcaption{
	display: none;
	visibility: collapse;
}

.ct-featured-image .ct-image-container img,.ct-featured-image .ct-media-container img {
	object-fit: var(--theme-object-fit, cover);
	object-position: var(--theme-object-position, 50% 25%) !important;
}
body:not(.home) article .entry-content{
	padding-bottom: 2vw;
}
body:not(.home) main .entry-content{
	padding:2vw 3vw 0 3vw;
	padding:.4rem clamp(1rem, 5vw, 5rem) 0 clamp(1rem, 5vw, 5rem) !important;
	background-color: white;
}
body[data-prefix="single_blog_post"] .ct-container-full > article.category-spezial .entry-content,
body[data-prefix="single_page"]:not(.home) main .entry-content,
body[data-prefix="wort-zur-sache_single"]:not(.home) main .entry-content{
	padding: 0 !important;
	background-color: white;
}
article.category-spezial .entry-content .wp-block-separator{max-width: 100%;}
.wp-block-kadence-postgrid .entry-content{background-color: transparent !important;height: unset !important;}
[data-prefix="single_blog_post"] main > .ct-container-full > article > .entry-content{
	padding-bottom:3rem !important;
}

article ul,article ol{
	padding-bottom: 1em;
}
.entries article .entry-content, .kt-blocks-post-grid-item .entry-content{
	padding-bottom: 0;
}
/*body:not(.home) .page article .entry-content{
	padding:calc(2vw + 1em) calc(4vw + 1.5em) !important;
}
body:not(.home):not(.single-post) article:not(.has-post-thumbnail) .hero-section{
	padding:2vw 3vw 2vw 3vw;
	border-top: 90px solid var(--theme-palette-color-1);
	box-shadow: inset 0 1.8px 1px 0px var(--theme-palette-color-3)
}*/

.ct-featured-image .ct-image-container::before,.ct-featured-image .ct-media-container::before{
  content: '';
  position: absolute;
  left: 0; top: 0;
  width: 100%; height: 100%;
  /* background: linear-gradient(rgba(0, 0, 0, 0.55) 5%,rgba(0, 0, 0, 0) 95%); */
  background:linear-gradient(rgba(0, 0, 0, 0.64) 0%,rgba(0, 0, 0, 0.55) 8%,rgba(0, 0, 0, 0.2) 50%,rgba(0, 0, 0, 0) 70%);
  z-index:2;
}
.ct-featured-image .ct-image-container::after,.ct-featured-image .ct-media-container::after,
body.post-type-archive-tribe_events .ct-featured-image .ct-image-container::after,
body.post-type-archive-tribe_events .ct-featured-image .ct-media-container::after{
	content: '';
	background-image: url("img/weisshorizont.png");
	background-repeat: repeat-x;
	background-position: 0 0, 0 30px;
	padding-top: 30px;
	position: absolute;
	bottom: -1px !important;
	left: 0;
	width: 100%;
	max-width: 100%;
	z-index: 10;
	/*border-bottom: 6px solid white !important;*/
}
body:not(.home):not(.single-post) p{
	padding-bottom:0;
}
.single .post-navigation{
	padding:12px 6px 36px 6px;
	margin-top: 6em !important;
    margin-bottom: .5em !important;
}
.single .post-navigation a{
	border-top: solid #00000088 1px !important;
	background: none !important;
	padding-top:2em !important;
	color: var(--theme-palette-color-1) !important;
	transition: all .2s ease-in-out !important;
}
.single .post-navigation a:hover{
	color: var(--theme-palette-color-3) !important;
	transition: all .2s ease-in-out !important;
}
.single .post-navigation:after {
    position: absolute !important;
    top: -1.1em !important;
    left: calc(50% - 20px) !important;
    width: revert !important;
    height: revert !important;
	background: transparent !important;
	content: url("img/hirsch.dark.min.svg") !important;
}
.single .post-navigation .item-label {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    opacity: 0.9;
    font-family: 'Roboto Slab';
    letter-spacing: .04em;
    color: var(--theme-palette-color-3);
}
.post-navigation .item-title {
    display: block;
    margin-top: 5px;
    font-size: 14px;
    font-weight: 700;
    word-break: break-word;
    hyphens: auto;
}
@supports (-webkit-line-clamp: 2) {
	.post-navigation .item-title{
		overflow: hidden !important;
	    text-overflow: ellipsis !important;
	    white-space: initial !important;
	    display: -webkit-box !important;
		line-clamp: 2 !important;
	    -webkit-line-clamp: 2 !important;
	    -webkit-box-orient: vertical !important;
	}
}

.single main .entry-content p, .single main .page-description, .single main h1,
.page main .entry-content p, .page main .page-description, .page main h1{
    word-break: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
     -webkit-hyphenate-limit-before: 3;
     -webkit-hyphenate-limit-after: 3;
     -webkit-hyphenate-limit-chars: 6 3 3;
     -webkit-hyphenate-limit-lines: 1;
     -webkit-hyphenate-limit-last: always;
     -webkit-hyphenate-limit-zone: 8%;
     -moz-hyphenate-limit-chars: 6 3 3;
     -moz-hyphenate-limit-lines: 1;
     -moz-hyphenate-limit-last: always;
     -moz-hyphenate-limit-zone: 8%;
     -ms-hyphenate-limit-chars: 6 3 3;
     -ms-hyphenate-limit-lines: 1;
     -ms-hyphenate-limit-last: always;
     -ms-hyphenate-limit-zone: 8%;     
     hyphenate-limit-chars: 6 3 3;
}
.single h1{
	color: var(--theme-palette-color-1);
	text-transform:uppercase;
}
body[data-prefix="single_page"].page-child main .entry-content p:first-of-type:not(.introline){margin-top: 1.25em}
.single main .entry-content p:not(.introline), .zweispalt p, article .entry-content .zweispalt p:first-child:not(.introline) {
	width:100% !important;
	line-height:1.8;
	margin-bottom:1.5em;
    margin-top: 0 !important;
}
.single main .entry-content p:first-child:not(.introline) {
	margin-top:1.5em;
}
.txt p{margin-bottom:1.5em !important;}
.blocksatz p{text-align: justify !important;text-align-last: left;}
body .entry-content .realign p, body .entry-content p.realign{text-align: left !important;}
.zweispalt p, .txt.block p {
	margin-bottom:1.5em !important;
	text-align: justify !important;
	text-align-last: left;
}
.tribe_events-template-default main .entry-content p,.single main .entry-content p{
	text-align: left;
}
/* .single main .entry-content p:has(> a){
	text-align: left !important;
} */
.single main .entry-content ul{
	width:100% !important;
	line-height:1.8;
	margin-bottom:.9em;
	margin-top:.9em;
	padding-bottom: 0;
}
.single main .entry-content ul li{margin-bottom:.9em;}
body.single-post main .entry-content ul{margin-bottom:1.5em;}
.single main .entry-content li > ul{
	padding-top:.7em;
	padding-bottom:.7em;
}
p.has-drop-cap::first-letter{
	font-size: 340% !important;
	line-height: 1 !important;
	float: left !important;
	color: var(--theme-palette-color-1);
	margin-bottom:-.3em !important;
}
body.single:not(.home) main .entry-content p,
body.page:not(.home) main .entry-content p{
    margin-bottom:1.5em;
	text-align: justify;
	text-align-last: left;
}
@media (max-width: 600px){
	body.single:not(.home) main .entry-content p,
	body.page:not(.home) main .entry-content p{
		text-align: left !important;
	}
}

/*
p.has-drop-cap, article .entry-content p:first-child:not(.introline){
	margin-top: .7em !important;
}*/
@-moz-document url-prefix() {
  p.has-drop-cap:first-letter {
    margin-top: .15em !important;
  }
}
.entry-content a u{text-decoration: none !important;}
body:not(.home) .page .entry-content a:not(.post-thumbnail, .kt-blocks-info-box-link-wrap, .kt-svg-icon-link, .button):link,
body:not(.home) .page .entry-content a:not(.post-thumbnail, .kt-blocks-info-box-link-wrap, .kt-svg-icon-link, .button),
.single .entry-content a:not(.post-thumbnail, .kt-blocks-info-box-link-wrap, .kt-svg-icon-link, .button):link,
.single .entry-content a:not(.post-thumbnail, .kt-blocks-info-box-link-wrap, .kt-svg-icon-link, .button){ 
	color:#222;
	text-decoration: none;
	background-image: linear-gradient(transparent 0,var(--theme-palette-color-2) 0);
    background-position: 0 100%;
    background-size: 100% .15em;
    background-repeat: no-repeat;
    transition: background-size  .1s ease-in-out;
    hyphens: auto;
}
body:not(.home) .page .entry-content a:not(.post-thumbnail, .kt-blocks-info-box-link-wrap, .kt-svg-icon-link, .button):hover,
body:not(.home) .page .entry-content a:not(.post-thumbnail, .kt-blocks-info-box-link-wrap, .kt-svg-icon-link, .button):focus,
.single .entry-content a:not(.post-thumbnail, .kt-blocks-info-box-link-wrap, .kt-svg-icon-link, .button):hover,
.single .entry-content a:not(.post-thumbnail, .kt-blocks-info-box-link-wrap, .kt-svg-icon-link, .button):focus{ 
	color:#222;
	text-decoration: none;
	background-image: linear-gradient(transparent 0,var(--theme-palette-color-2) 0);
    background-size: 100% 100%;
	background-repeat: no-repeat;
	transition: background-size .1s ease-in-out;
}
.altlink a, a.altlink{
	background:none !important;
	color: var(--theme-link-initial-color) !important;
	transition: color .2s ease !important;
}
.altlink a:hover, a.altlink:hover, .altlink a:focus, a.altlink:focus{
	background:none !important;
	color: var(--theme-link-hover-color) !important;
}
article > .entry-content a:not(.post-thumbnail, .kt-blocks-info-box-link-wrap, .kt-svg-icon-link, .button){padding: .1em .25em;}
article > .entry-content .entry-title a{padding: 0;}
a.url{word-break: break-all !important;hyphens: none;}
a.literal{
	word-break: break-all;
	hyphens: none;
}
.entry-tags{
	margin: 2.5em auto !important;
 	text-align: center;
}
.entry-tags-items a span {display: none;visibility: collapse;}
@media (max-width: 699px)  {
	.entry-tags {
		padding: 0 2em;
	}
}
.entry-tags a{
	color:var(--theme-palette-color-1) !important;
	border-radius: .3em;
	font-family: var(--theme-titleFont);
}
.entry-tags a:hover{
	color:var(--theme-palette-color-4) !important;
}
.entry-tags a:not(.post-thumbnail):not(:hover) {
    background-color: var(--theme-palette-color-5);
}
.entry-content .page-narrow{
	max-width: clamp(calc(var(--theme-narrow-container-max-width)*1.2),90%,calc(var(--theme-normal-container-max-width)*0.8)) !important;
	padding:.4em clamp(1rem,5vw,5rem) 0 clamp(1rem,5vw,5rem) !important;
	margin: 0 auto !important;
	position: relative;
}
@media (max-width: 449px){
	.entry-content .page-narrow.minpad{
		padding:.4em clamp(.25rem,2vw,3rem) 0 clamp(.25rem,2vw,3rem) !important;
	}
}
.entry-content .page-narrow p{ margin-bottom: 1.5em;}
.entry-content .page-max{
	max-width:1150px !important;
}
/* views */
.fullbar{
	background-color: var(--theme-palette-color-7);
	gap: 0.6em !important;
}
.fullbar h2,.fullbar h3,.fullbar h4,.fullbar h5{
    line-height: 1.3 !important;
}
.fullbar h3{
	color: var(--theme-palette-color-1);
    margin: 1.2em 0 0 1.2em !important;
    opacity: .9;
}
.fullbar h4{
	color: var(--theme-palette-color-3);
    margin: 0 0 0 1.2em !important;
    opacity: .6;
}
.fullbar h3 a,.fullbar h4 a{
	color: var(--theme-palette-color-1) !important;
    background: none !important;
}
.fullbar h3 a:hover,.fullbar h4 a:hover{
	color: var(--theme-palette-color-3) !important;
}
.fullbar a h2:after{
	content: '';
	background: url("ico/chevron-right-sec-light.svg") 100%/100% no-repeat !important;
    width: 0.5em !important;
    height: 0.7em;
    display: inline-block;
    margin-left: 0.36em;
    transition: inherit;
}
.fullbar a:hover h2:after{
	background: url("ico/chevron-right-sec-full.svg") 100%/100% no-repeat !important;
	transition: inherit;
}
h2.notop,h3.notop,h4.notop,h5.notop,h6.notop{
	margin-top: 0 !important;
	padding-top: 0 !important;
}
.morelink {
	margin-top: 0.2em;
    text-align: right;
    margin-right: 0.1em;
}

@media (min-width: 525px){
	.morelink {
		margin: 0;
	    margin-top: -2.675em;
	    text-align: left;
	}
}
.morelink a{
	text-transform: uppercase;
    font-family: var(--theme-button-font-family) !important;
    font-weight: bold !important;
    font-size: .9em !important;
    letter-spacing: .07em !important;
    padding: 0.7em 1.4em !important;
    background: 0 0 !important;
    background-color: var(--theme-button-background-hover-color) !important;
    color: var(--theme-button-text-hover-color) !important;
    align-self: center;
    border: none !important;
    border-radius: 2px !important;
}
.morelink a:hover{
    background: 0 0 !important;
    background-color: var(--theme-palette-color-1) !important;
    color: var(--theme-palette-color-7) !important;
}
/* postviews  */
.post-carousel-full {
	padding: 2em 4em 1em 4em;
	background-color: var(--theme-palette-color-7);
}
.post-carousel-full .splide__arrows .splide__arrows-ltr button{
	text-transform: uppercase;
    font-family: var(--theme-button-font-family) !important;
    font-weight: bold !important;
    font-size: .9em !important;
    letter-spacing: .07em !important;
    padding: 0.7em 1.4em !important;
    background: 0 0 !important;
    background-color: var(--theme-button-background-hover-color) !important;
    color: var(--theme-button-text-hover-color) !important;
    align-self: center;
    border: none !important;
    border-radius: 2px !important;
}
.post-carousel-full .splide .splide__arrow--prev {
    left: -2.8em;
}
.post-carousel-full .splide .splide__arrow--next {
    right: -2.8em;
}
.post-carousel-full .splide .splide__arrow {
    background: none !important;
    border: none !important;
    border-radius: 0 !important;
    color: var(--theme-palette-color-3) !important;
    opacity: .15 !important;
}
.post-carousel-full .splide:hover .splide__arrow {
    opacity: .4 !important;
}
.post-carousel-full .splide:hover .splide__arrow:hover, .post-carousel-full .splide:hover .splide__arrow:focus {
    opacity: .9 !important;
    background: none !important;
    color: var(--theme-palette-color-1) !important;
}
.post-carousel-full .splide .splide__arrow svg {
    height: 1.5em !important;
    width: 1.5em !important;
}
.post-carousel-full .kadence-post-image a, .post-carousel-full header a, 
.post-carousel-full .kadence-post-image a:hover, .post-carousel-full header a:hover{
	background: 0 0 !important;
	padding: 0 !important;
}
.post-carousel-full .splide__arrows .splide__arrows-ltr button:hover{
    background: 0 0 !important;
    background-color: var(--theme-palette-color-1) !important;
    color: var(--theme-palette-color-7) !important;
}
.post-carousel-full .kt-blocks-post-grid-item-inner{
	padding: 0 1.5em 1.5em 1.5em !important;
}
.post-carousel-full .kadence-post-image a:hover, .post-carousel-full header a:hover{
	background: 0 0 !important;
}
.post-carousel-full .splide__list {
    margin-bottom: 30px !important;
    /* margin-left: 30px !important; */
}
.post-carousel-full article.kt-blocks-post-grid-item{
	display: flex;
    text-align: var(--theme-horizontal-alignment);
	padding: 0 !important;
    border: var(--theme-card-border, none);
    box-shadow: var(--theme-addbox-shadow);
    border-radius: var(--theme-border-radius);
    flex-direction: column;
    background-color: var(--theme-palette-color-8);
    --theme-border-radius: 2px;
    --theme-horizontal-alignment: left;
    transition-property: opacity,transform;
    transition-duration: 1.5s;
    transition-timing-function: cubic-bezier(0.2, 1, 0.2, 1);
    color: var(--theme-heading-color, var(--theme-heading-2-color, var(--theme-headings-color)));
}
.post-carousel-full .kt-blocks-post-grid-item-inner header{
	display: flex;
	flex-direction: column;
} 
.post-carousel-full .kt-blocks-post-grid-item-inner .entry-title{
	order: 2;
}
.post-carousel-full .kt-blocks-post-grid-item-inner .kt-blocks-post-top-meta{
	order: 1;
}
.post-carousel-full article.kt-blocks-post-grid-item .entry-title{
	display: flex  !important;
    align-items: center !important;
    height: 78px  !important;
    margin-top: 0.5em !important;
    margin-bottom: 0.3em !important;
    font-family: var(--theme-font-family);
    font-size: 20px !important;
    font-weight: 700 !important;
    font-style: var(--theme-font-style, inherit);
    line-height: 26px !important;
    letter-spacing: normal !important;
    text-transform: var(--theme-text-transform);
    text-decoration: var(--theme-text-decoration);
}
body:not(.post-type-archive-tribe_events) time:not(.tribe-events-widget-events-list__event-date-tag-datetime){
	font-weight: 500 !important;
	align-items: center;
	font-family: Merriweather, Serif;
	text-transform: uppercase;
}
body:not(.post-type-archive-tribe_events) time:not(.tribe-events-widget-events-list__event-date-tag-datetime):before{
	content: '';
	background-image: url("ico/time.svg");
    height: 13px;
    width: 13px;
    display: inline-block;
    margin-right: 0.6em;
    background-repeat: no-repeat;
    opacity: .35;
    vertical-align: middle;
}
.post-carousel-full article.kt-blocks-post-grid-item .entry-title a{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	word-break: break-word !important;
	hyphens: auto !important;
	background: 0 0 !important;
	text-decoration: none !important;
}
@supports (-webkit-line-clamp: 3){
	.post-carousel-full article.kt-blocks-post-grid-item .entry-title a{
	    overflow: hidden;
	    white-space: initial;
	    display: -webkit-box !important;
		line-clamp: 3;
	    -webkit-line-clamp: 3;
	    -webkit-box-orient: vertical;
	}
}
.post-carousel-full article.kt-blocks-post-grid-item .entry-title a:hover{
	color: var(--theme-palette-color-1) !important;
}

.wp-block-kadence-posts .entry-meta, .wp-block-kadence-posts .entry-summary p{
	margin: 0 !important;
}

/* element boxes */
.kt-blocks-info-box-link-wrap, .kt-blocks-info-box-link-wrap:hover{
	background-image:none !important;
	text-decoration: none !important;
}
.eventbox{
	margin: 1em 1.2vw 1em 3.6vw !important;
}
.eventbox .box{
	display: flex;
    text-align: var(--theme-horizontal-alignment);
    padding: var(--theme-card-inner-spacing, 25px) !important;
    border: var(--theme-card-border, none);
    box-shadow: var(--theme-addbox-shadow);
    border-radius: var(--theme-border-radius);
    flex-direction: column;
    background-color: var(--theme-palette-color-8);
    --theme-border-radius: 2px;
    --theme-horizontal-alignment: left;
    transition-property: opacity,transform;
    transition-duration: 1.5s;
    transition-timing-function: cubic-bezier(0.2, 1, 0.2, 1);
    color: var(--theme-heading-color, var(--theme-heading-2-color, var(--theme-headings-color)));
}
.eventbox ul{
	list-style: none;
	padding: 0;
}
.eventbox li{
	padding: .5em .2em;
	display: flex;
	flex-direction: column;
}
.eventbox li h4{
	margin: 0 !important;
	padding: 0;
}
.eventbox li h4 a{
	color: black !important;
	hyphens: auto;
	word-break: break-word !important;
}
.eventbox li h4 a:hover{
	color: var(--theme-palette-color-1) !important;
}
.eventbox .entry-title{
	order:2;
	padding: 0.3em 0 0 0.6em;
}
.eventbox .ecs-excerpt{
	order:3;
	font-size: .9em;
    padding: .5em 0 .2em .7em;
}
.eventbox .duration{
	order:1;
	font-weight: bold;
	color: #37383680;
	text-transform: uppercase;
    font-size: .9em;
}
.eventbox .duration:before{
	content: '';
	background-image: url("ico/time.svg");
    height: 16px;
    width: 16px;
    display: inline-block;
    margin-top: 3px;
    margin-right: .4em;
    background-repeat: no-repeat;
    opacity: .4;
    vertical-align: middle;
}
.dlbox{
	margin: 1em 3.6vw 1em 1.2vw !important;
}
.dlbox .box{
	display: flex;
    text-align: var(--theme-horizontal-alignment);
    padding: var(--theme-card-inner-spacing, 25px) !important;
    border: var(--theme-card-border, none);
    box-shadow: var(--theme-addbox-shadow);
    border-radius: var(--theme-border-radius);
    flex-direction: column;
    background-color: var(--theme-palette-color-8);
    --theme-border-radius: 2px;
    --theme-horizontal-alignment: left;
    transition-property: opacity,transform;
    transition-duration: 1.5s;
    transition-timing-function: cubic-bezier(0.2, 1, 0.2, 1);
    color: var(--theme-heading-color, var(--theme-heading-2-color, var(--theme-headings-color)));
}
body.home .dlbox{
	margin: 25px 15px 25px 50px !important;
}
body.home .eventbox{
	margin: 25px 50px 25px 15px !important;
}
.dlbox .box:not(:has(ul))>*{
	display:none;
}
.dlbox .box:not(:has(ul)):after{
	position: relative;
	display: block;
	content: "Keine passenden Downloads gefunden.";
}
.entry-content div[class*=dlm-buttons]{
	margin:1em .5em;
}
.entry-content div[class*=dlm-buttons]:before{
	content: '';
	background-image: url("ico/download.svg");
	height: 1.5em;
    width: 1.5em;
    display: inline-block;
    margin-top: .1em;
    margin-right: .4em;
    background-repeat: no-repeat;
    opacity: .8;
    vertical-align: middle;
}

.dlm-downloads{
	list-style: none;
	padding: .5em 0 0 1.2em;
	/* padding: 1.2em .5em 1em 2em; */
}
.dlm-downloads li{
	list-style: none;
	margin:0;
}
.dlbox .dlm-downloads li{
	margin:1em 0;
}
html body a.download-link{
	padding: 0 1.2em !important;
	position: relative !important;
	margin-top: 1em;
	margin-bottom: 1.2em;
    border-radius: 0.3em;
    width: 100%;
    transition: .3s all ease-out !important;
}
html body .entry-content h2 + a.download-link,
html body .entry-content h3 + a.download-link,
html body .entry-content h4 + a.download-link{margin-top: 1.5rem;}
html body .entry-content p + a.download-link{margin-top: 2.5rem;}
html body .entry-content .wp-block-separator + a.download-link{margin-top: 3.5rem;}

html body a.download-link:hover{
    transition: .2s all ease-in-out !important;
}
html body .dlm-downloads a.download-link{
    padding: 0 !important;
    margin-bottom: 0em;
}
html body a.download-link > img{
	width: 1.2rem;
	height:1.2rem;
}
a.download-link{
	color: black;
}
a.download-link:hover{
	color: var(--theme-palette-color-1) !important;
	fill: var(--theme-palette-color-1) !important;
}
a.download-link:hover .ico{
	opacity: .7;
	transition: opacity .2s ease;
}
.download-link{
	display: flex;
    flex-direction: row;
    background: 0 0 !important;
}
 .download-link .titling{
	display: flex;
    flex-direction: column;
}
.download-link .ico{
	margin-right: 10px;
	opacity: .5;
	transition: opacity .2s ease;
}
.download-link .ico img{
	max-width:unset !important;
}
.download-link .title{
	font-family: var(--theme-button-font-family);
	font-weight: bold;
}
.download-link .info{
	color: #37383680;
	fill: #37383680;
}
@media (max-width: 781px) {
	body.home .dlbox, .dlbox{
		margin: 1em 1.5em 1.5em 1.5em !important;
	}
	body.home .eventbox, .eventbox{
		margin: 1em 1.5em 1.5em 1.5em !important;
	}
}
@media (max-width: 767px){
	article .entry-content .pbox{
	    max-width: 440px;
    	margin: 0 auto;
    	width: 100%;
	}
}
article .entry-content .pbox{
    background-color: var(--theme-palette-color-5);
    position: relative;
}
article .entry-content .pbox h2{margin-top: 0 !important;}
article .entry-content .pbox h3{margin-bottom: 0 !important;}
.pbox .kt-blocks-accordion-icon-trigger{border-radius: 4% !important;}
/* Library */
.vereinsvz .kb-query-item h2{transition: color .2s ease;margin: 0 !important;}
.vereinsvz .kb-query-item:hover h2{color:var(--theme-palette-color-1)}
.vereinsvz .kb-query-item img{transition: transform .2s ease;}
.vereinsvz .kb-query-item:hover img{transform: scale(1.2);}
.kb-query-grid-wrap{min-height: 480px;}
.wp-block-kadence-query-card{scroll-margin-top: 100px !important;}
.vereinsvz .wp-block-kadence-query-card .infinite-scroll-trigger,
.vereinsvz .wp-block-kadence-query-card .overlay{
	background-image:url("img/logo-loader.gif") !important;
}
.vereinsvz .wp-block-kadence-query.animation-spinner .overlay {
    animation: none;
    background-color: var(--theme-palette-color-7);
    background-position: center 15%;
    background-repeat: no-repeat;
    background-size: 90px;
}
.vereinsvz .kadence-filter-wrap .buttons-options .btn-inner-wrap:first-child button::after{
	content:"e";
	display: inline-block;
}

.text-align-left, .text-align-left p{text-align: left !important;}
.kt-blocks-info-box-title{margin: 0 !important;}
.inline{padding: 2em;}
.bg-light{background-color: var(--theme-palette-color-5);}
.entry-content .wp-block-embed{margin: 2em auto;display: table;width: 100%;}
.wp-block-embed-youtube{margin: 2em auto !important;}
.wp-block-embed-youtube .wp-block-embed__wrapper{display:flex;}
.wp-block-embed__wrapper{background-color: var(--theme-palette-color-7);}
.wp-embed-responsive .wp-has-aspect-ratio iframe{border-radius: 3px;}
div[class^="real3dflipbook-"] > div{width: fit-content;height: fit-content;}
div[class^="real3dflipbook-"] {max-width: 100%;box-shadow: rgba(0,0,0,.25) 2px 2px 6px;}
div[class^="real3dflipbook-"] img{width: unset; height: unset; max-width: 100%;}
.single main .entry-content .wp-block-group {align-items: start; gap: 1em 1em; padding-bottom: 1.5em;}
.single main .entry-content .wp-block-group {align-items: start; gap: 1em 1em; padding-bottom: 1.5em;}
.single main .entry-content .wp-block-group:has(figure){align-items: start; gap: 0; padding: 0;}
.single main .entry-content .wp-block-group p{padding: 0 !important; width:unset !important; margin: 0 !important;}
.wp-block-group > .wp-block-group {padding: 0;}
.single .entry-content figure.wp-block-image { display:table;width: fit-content; }
.single .entry-content .wp-block-gallery.has-nested-images figure.wp-block-image figcaption,
.single .entry-content figure figcaption {
    all: unset;
	font-size: .8em !important;
    color: #000;
    opacity: .8;
    hyphens: auto;
    text-align: left;
    display: table-caption;
    caption-side: bottom;
    background: none;
    position: relative;
    background-color: #e2e9e278;
    padding: .85em 1em .75em !important;
    margin: 0 !important;
    box-shadow: var(--theme-addbox-shadow);
	border-top: 2px solid var(--theme-palette-color-2);
}
.kb-table-of-content-nav{margin-bottom: 0 !important;}
.single .entry-content,
.single .entry-content p,
.single .entry-content h2, .single .entry-content h3, .single .entry-content h4, .single .entry-content h5, .single .entry-content h6{
	--wp--preset--font-size--small:calc(var(--theme-font-size) * .6);
	--wp--preset--font-size--medium:calc(var(--theme-font-size) * .8);
	--wp--preset--font-size--large:calc(var(--theme-font-size) * 1.2);
	--wp--preset--font-size--x-large:calc(var(--theme-font-size) * 1.5);
	--wp--preset--font-size--xx-large:calc(var(--theme-font-size) * 2);
}
/* Tables */
.entry-content .wp-block-table { margin-bottom: 1.5em;display: table;width: 100%;}
.entry-content figure.wp-block-table figcaption{margin-top: 1em !important;}
.entry-content .wp-block-table table {border:none}
.entry-content .wp-block-table > table > tbody{background-color: #b8c5aa11;}
.entry-content .wp-block-table thead th{border:none;border-bottom: 3px solid var(--theme-palette-color-1);}
.entry-content .wp-block-table thead th span{font-size: .66em; padding-left: .3em}
.entry-content .wp-block-table.is-style-regular tbody tr:nth-child(odd){background-color: #b8c5aa11;}
.entry-content .wp-block-table.is-style-stripes tbody tr:nth-child(odd){background-color: #b8c5aa11;}
.entry-content .wp-block-table.is-style-spanstripes tbody:nth-child(odd) tr{background-color: #b8c5aa11;}

.entry-content .wp-block-table tbody td{
	border:none;
  	border-right: .2em solid;
  	border-color: white;
  	vertical-align: top;
	hyphens: auto;
}
.entry-content .wp-block-table tbody td:last-child {
	border-right: none;
}
.entry-content .wp-block-table tbody tr td{
	border-bottom: .2em solid;
	border-color: white;
	transition: .3s background-color linear;
}

.entry-content .wp-block-table tbody:hover td[rowspan], .entry-content .wp-block-table tbody tr:hover td{
    background-color: #ffcc0055;
    transition: .2s background-color linear;
}

.entry-content .wp-block-table tbody:last-child tr:last-child td{
	border-bottom: none;
}
.entry-content .wp-block-table thead{
	font-family: var(--theme-button-font-family);
	background-color: white;
	border-bottom: 3px solid var(--theme-palette-color-1);
}
.stickied {
	overflow-x: clip;
	position: sticky;
    top: 44px;
    z-index: 2;
    display: block;
}
/* .wp-block-table.sticky {overflow-x: clip;} */
.wp-block-table.sticky table{border-collapse: separate;border-spacing: 0;}
.wp-block-table.sticky th{padding-top:1.5em}
.wp-block-table.sticky table thead{
    position: sticky;
    top: 40px;
    z-index: 5;
}
@media (max-width: 689.9px) {
	.wp-block-table.sticky table thead{top: 38px;}
	.stickied {top: 42px;}
}
.entry-content .wp-block-table table table *{
	border:none !important;
	background: transparent !important;
	padding: 0 !important;
	margin: 0 !important;
}
/* .entry-content .wp-block-table .notice:before {
    content: '';
	visibility: visible;
    background-image: url(ico/warning-green.svg);
    background-repeat: no-repeat;
    width: 2em;
    height: 2em;
    display: inline-block;
    margin-right: 1.1em;
} */
.entry-content .wp-block-table .notice{
	visibility: collapse;
	display: none;
}
/*Content Boxes*/
.contentbox, .page article .entry-content div.wp-block-columns.contentbox{
	max-width: var(--theme-narrow-container-max-width) !important;
	margin: 0;
}
.contentbox ul{margin-bottom: .5em !important;}
.linkbox{
	margin-bottom: 1.5em;
	background-color: #718a553b;
	color: var(--theme-palette-color-3);
	position: relative;
	border-radius: 2px;
}
body .entry-content p + div.linkbox{
	margin-top:2.5rem;
}
.linkbox .wp-block-column{
	padding: 1em 1.8em 1.8em 1.8em;
	background-image: url("ico/globe.svg");
  	background-position: 120% 0%;
    background-repeat: no-repeat;
}
.linkbox h3{
	text-transform: uppercase;
    color: var(--theme-palette-color-3);
    padding-bottom: 0;
    opacity: .5;
}
.linkbox ul{
	list-style: none;
	list-style-image: url("ico/arr-right-rounded.svg");
	font-size: 1.1em;
	line-height: 1.8;
	font-weight: bold;
	padding: 0 0 0 1.6em;
	font-family: var(--theme-button-font-family);
	margin: 0 !important;
}
.linkbox li{
	padding: 0 .5em 0 .3em;
	font-size: .9em;
	margin: 0 !important;
}

.linkbox li a,.linkbox li a:link,.linkbox li a:visited{
	word-break: break-all;
	border: none !important;
	background: none !important;
	text-decoration: none !important;
	color: var(--theme-palette-color-3) !important;
	opacity: .8;
}
.linkbox li a:hover,.linkbox li a:focus{
	color: var(--theme-link-initial-color) !important;
	opacity: 1;
}
/* Tab & Akkordion */
/* Tab base style */
.wp-block-kadence-tabs .kt-tab-inner-content-inner p{
    margin-bottom: .8em !important;
}
.wp-block-kadence-tabs .kt-tab-inner-content-inner p:last-child {
    margin-bottom: 0 !important;
}
.entry-content .wp-block-kadence-tabs .kt-tabs-title-list{margin:0;padding:0;width:unset}
.entry-content .wp-block-kadence-tabs .kt-tabs-title-list li.kt-title-item {margin:0;padding: 0;border-radius:0;}
.entry-content .wp-block-kadence-tabs .kt-tabs-title-list li {cursor: unset;}
.entry-content .wp-block-kadence-tabs .kt-tabs-title-list li a{cursor: pointer;}
/*simple Tab*/
.wp-block-kadence-tabs:not(.style) .kt-tabs-title-list{flex-wrap: nowrap;}
.wp-block-kadence-tabs:not(.style) .kt-tabs-title-list li.kt-title-item {margin:0;padding: .5rem .5rem 1rem .5rem;border-radius:0;}
.wp-block-kadence-tabs:not(.style) .kt-tabs-title-list li,
.wp-block-kadence-tabs:not(.style) .wp-block-kadence-tabs ul.kt-tabs-title-list{margin-bottom:0 !important;}
.wp-block-kadence-tabs:not(.style) .kt-tabs-title-list li a{cursor: pointer;padding-top:0 !important;padding-bottom:0 !important;}
.wp-block-kadence-tabs:not(.style) .kt-tabs-content-wrap{margin-bottom:2em;}
.wp-block-kadence-tabs:not(.style) .kt-tabs-wrap .wp-block-kadence-tab{
	border:none;
	border-radius: 4px;
	padding: 1.8em;
	background-color: var(--theme-palette-color-55);
	box-shadow: 2px 2px 0px 1px #17181708;
}
.wp-block-kadence-tabs:not(.style) li.kt-tab-title-active:after{
    content: "";
    border-left: .9em solid transparent;
    border-right: .9em solid transparent;
    border-bottom: 1.1em solid var(--theme-palette-color-55);
    position: absolute;
    bottom: 0;
    left: calc(48% - .9em);
}
.wp-block-kadence-tabs .kt-tabs-layout-tabs .kt-tabs-title-list li a,
.wp-block-kadence-tabs .kt-tabs-layout-tabs .kt-tabs-title-list li a.kt-tab-title{
	background: none !important;
	background-image: none !important;
	text-decoration: none;
	border:none;
	border-radius:0;
	padding: 0 1em;
}
/*alternate bar Tab*/
.wp-block-kadence-tabs.bar .kt-tabs-wrap .wp-block-kadence-tab{
	border:none;
	padding: none;
	background-color: none;
}
.wp-block-kadence-tabs.bar .kt-tabs-layout-tabs .kt-tabs-title-list{
	background-color: var(--theme-palette-color-7);
    padding: 0.8em .6em;
    gap: .6em .4em;
    border-radius: 3px;
}
.wp-block-kadence-tabs.bar .kt-tabs-layout-tabs .kt-tabs-title-list li a{
	padding: .4em 1em !important;
	background-color: none;
	
	border-radius: 3px !important;
	font-family: var(--theme-titleFont);
	font-weight: bold;
}
.wp-block-kadence-tabs.bar .kt-tabs-layout-tabs .kt-tabs-title-list li a,
.wp-block-kadence-tabs.bar .kt-tabs-layout-tabs .kt-tabs-title-list li a.kt-tab-title{
	background: none !important;
	background-image: none !important;
	color: var(--theme-palette-color-1) !important;
	text-decoration: none;
	border:none;
	padding: 0;
}
.wp-block-kadence-tabs.bar .kt-tabs-layout-tabs .kt-tabs-title-list li.kt-tab-title-active a{
	background-color: var(--theme-palette-color-5) !important;
}
.wp-block-kadence-tabs.bar .kt-tabs-layout-tabs .kt-tabs-title-list li.kt-tab-title-inactive a:hover{
	background-color: #e2e9e277 !important;
}
.wp-block-kadence-tabs.bar .kt-tabs-layout-tabs .kt-tabs-title-list li.kt-tab-title-active a,
.wp-block-kadence-tabs.bar .kt-tabs-layout-tabs .kt-tabs-title-list li a:hover,
.wp-block-kadence-tabs.bar .kt-tabs-layout-tabs .kt-tabs-title-list li.kt-tab-title a:hover{
	color: var(--theme-palette-color-3) !important;
}
/*ToC*/
.wp-block-kadence-tableofcontents{
	font-family: var(--theme-titleFont);
}
.entry-content .wp-block-kadence-tableofcontents .kb-table-of-content-wrap .kb-table-of-content-list{
	margin-left:.5em !important;
}
.kb-table-of-content-nav .kb-table-of-content-wrap .kb-table-of-content-link-style-plain a{
	background: none !important;
	font-size: 1em !important;
}
.post .kb-table-of-content-nav .kb-table-of-content-wrap .kb-table-of-content-link-style-plain a{
	font-size: 1.1em !important;
}
.kb-table-of-content-nav .kb-table-of-content-wrap .kb-table-of-content-link-style-plain li.active a{
	font-weight: bold !important;
}
.kb-table-of-content-nav .kb-table-of-content-wrap .kb-table-of-content-link-style-plain a:hover{
	color: var(--theme-link-initial-color) !important;
}

/* Trenner */
hr{
	border: none !important;
	--theme-block-max-width: var(--theme-narrow-container-max-width) !important;

}
hr:not(.deer){
	background-color: transparent !important;
    background-image: radial-gradient(circle at 1px, var(--theme-palette-color-3) 2px, rgba(255,255,255,0) 2px);
    background-position: top, right, bottom, left;
    background-size: 9px 3px;
    background-repeat: repeat-x;
	margin-top: 3.5em !important;
    margin-bottom: 2.5em !important;
    height: .5em !important;
    opacity: .3;
    clear: both;
}

hr.deer{
	border: none !important;
	border-top: solid #000 1px !important;
	/* margin: 4.4em auto !important; */
	margin: 6em auto 5em auto !important;
	--theme-block-max-width: var(--theme-narrow-container-max-width) !important;
	clear: both;
}
hr.deer:after{
	left: 50% !important;
	position: absolute !important;
	transform: translateY(-50%) translateX(-50%) !important;
	padding: .4em !important;
}
.wp-block-kadence-column:has(hr.deer){
	position: relative;
	margin-bottom: 1.5em;
}
.wp-block-kadence-column hr.deer{
    margin: 2.5em auto !important;
}
.wp-block-kadence-column hr.deer:after {
    bottom: 0;
    left: 44.5% !important;
    transform: none !important;
}
hr.deer.light{
	border-top: medium #fff;
	color: #fff;
}
hr.deer.light:after{ content: url("img/hirsch.light.min.svg"); background:url("img/textur.gif");}
hr.deer.dark:after{ content: url("img/hirsch.dark.min.svg");background-color:white;}
.entry-content .kt-divider{
	position: relative !important;
}
.entry-content .wp-block-separator{max-width: var(--theme-block-max-width);}
.entry-content .wp-block-separator.is-style-wide{max-width: 100%;}
/* admin */
body.login{ accent-color: var(--theme-palette-color-1);}
body.login #login {width: 400px !important;}
body.login > *{font-family:var(--theme-font-family);}
body.login .wp-login-logo{
	content: url("img/logo-ft-reg.png");
	justify-self: center;
}
body.login .wp-login-logo a{display: none;}
body.login #login #loginform{
	border:none;
	background-color: #e2e9e29e;
    border-radius: .3em;
    padding: 3em !important;
}
body.login .button{
	background-color: var(--theme-button-background-initial-color);
	color: var(--theme-button-text-initial-color);
	border:none;
	font-family: var(--theme-button-font-family);
	font-weight: bold;
}
body.login .button:hover,body.login .button:active,body.login .button:focus{
	background-color: var(--theme-button-background-hover-color);
	color: var(--theme-button-text-hover-color);
}
body.login input{border:none !important}
body.login input[type=checkbox]:focus, body.login input[type=email]:focus, body.login input[type=password]:focus, body.login input[type=text]:focus, body.login select:focus{
    border-color: transparent;
    box-shadow: none;
    outline: 2px solid var(--theme-link-hover-color);
}
body.login #language-switcher-locales, 
body.login #language-switcher-locales option{
	color:var(--theme-palette-color-4) !important;
	border:none !important;
}
body.login a{color: var(--theme-palette-color-3) !important;}
body.login a:hover,body.login a:active,body.login a:focus{
	color: var(--theme-palette-color-1) !important;
	outline:none !important;
	box-shadow: none !important;
}
/*editor display adjustment*/
	.wp-admin .editor-styles-wrapper .wp-block-separator{
		min-height: 16px;
	    padding: unset !important;
	    position: unset !important;
	    overflow-wrap: unset !important;
	    /*max-width: unset !important;
	    top: unset !important;
	    bottom: unset !important;
	    left: unset !important;
	    right: unset !important;*/
	}
	.wp-admin .block-editor-block-list__layout .block-editor-block-list__block:after {
	    right: revert !important;
	    bottom: revert !important;
	}
	.wp-admin .editor-styles-wrapper .wp-block-separator:not(.is-style-wide),.wp-admin .editor-styles-wrapper .wp-block-separator:not(.is-style-wide):not(.is-style-dots)  {
    	--theme-block-max-width: var(--theme-narrow-container-max-width) !important;
    	max-width: var(--theme-narrow-container-max-width) !important;
    	width: 100% !important;
	}
/* Block Images */
.entry-content .wp-block-image{
	margin: 2rem auto;
}
.entry-content .wp-block-group.alignfull .wp-block-image,
.entry-content .wp-block-group.alignwide .wp-block-image{
	margin: 1rem;
}
.entry-content .wp-block-image.alignfull{
	margin-top: 2em !important;
	margin-bottom: 2em !important;
}
.entry-content .wp-block-image.alignleft{
	text-align: right;
}
.entry-content .wp-block-image.alignright{
	text-align: left;
}
.entry-content figure.wp-block-image{position:relative;text-align: center;}

@media (max-width: 600px) {
	figure.alignright, figure.alignleft{
		margin: 2em auto 2em auto!important;
	    float: revert !important;
		width: 100% !important;
		max-width: 440px;
	}
	figure.alignright a, figure.alignleft a{width: 100% !important;}
	figure.alignright img, figure.alignleft img{width: 100% !important;}
}
@media (min-width: 800px) {
	.zweispalt{
		column-gap:3em;
		column-count: 2; column-width: 50%;
		column-rule-style:none; column-rule-width:1px;
	}
	[data-prefix="single_blog_post"] .zweispalt{column-gap:2em;}
	.zweispalt p{
		orphans:2; widows: 2;
		margin-bottom: 1.8em !important;
	}
	.zweispalt > *:last-child{
		orphans:2; widows: 2;
		
	}
	.zweispalt blockquote{ 
		page-break-inside: avoid;
		break-inside: avoid;
	   	-webkit-column-break-inside: avoid;
	}
}
@media (min-width: 650px) {
	.zweispalt figure.alignfull{
		width: calc(46.3vw - 1em);
    	max-width: calc(50vw - 1em);
	}
}
@media (min-width: 601px){
	.entry-content figure.alignright{max-width: 50%;}
	.entry-content figure.alignleft{max-width: 50%;}
}
@media (max-width: 879px){
	.entry-content figure.alignright{margin: 0 0 1em 2em;}
	.entry-content figure.alignleft{margin: 0 2em 1em 0;}
}
@media (min-width: 880px){
	.entry-content figure.alignright{margin: 0 5% 1em 2em;}
	.entry-content figure.alignleft{margin: 0 2em 1em 5%;}
	.entry-content figure.alignright{max-width: 40%;}
	.entry-content figure.alignleft{max-width: 40%;}
}
@media (min-width: 1101px){
	.zweispalt figure.alignfull{
		width: calc(44.5vw - 1em);
	    max-width: calc(640px - 1em - 3vw);
	}
}
.maxw25{max-width: 25% !important;}
.maxw50{max-width: 50% !important;}
.maxw75{max-width: 75% !important;}

.entry-content .wp-block-media-text .wp-block-media-text__media{
	position: relative;
}
.entry-content .wp-block-media-text .wp-block-media-text__content {
    padding: 0 1.5em;
    align-self: start;
}
.entry-content .wp-block-media-text__media{
	margin-bottom: 1.5em !important;
}

/* quotes */
.entry-content .wp-block-quote, .entry-content .wp-block-pullquote{
	font-family: Merriweather, Sans-Serif !important;
}
.entry-content .wp-block-quote p{
	margin:0;
	padding:0;
}
.entry-content .wp-block-quote, .entry-content .wp-block-quote.is-style-default{
	font-style:italic;
	opacity:.9;
	font-weight: 400 !important;
	padding-top: .2em;
	margin-top: 2.5em !important;
    margin-bottom: 2.5em !important;
}
.entry-content .wp-block-quote.is-style-plain{
	font-style:italic;
	opacity:.9;
	line-height:1.6 !important;
	font-weight: 400 !important;
	font-size: 1.1em !important;
	padding-top: .2em;
	margin-top:.4em !important;
	margin-bottom:1.9em !important;
}
.entry-content .wp-block-quote p, .wp-block-quote.is-style-default p{
	margin-top:.5em;
	margin-bottom:1.5em;
	font-style:italic;
	opacity:.96;
	font-size: 1.1em !important;
	line-height: 1.86 !important;
}
.entry-content .wp-block-quote cite{
	font-style:normal;
	margin-top:0 !important;
	opacity:.8;
	color: black !important;
	font-weight: 700!important;
}
/* Pull Solid */
.wp-block-pullquote.is-style-solid-color blockquote {
    margin-left: unset !important;
    margin-right: unset !important;
    max-width: unset !important;
}
.entry-content .wp-block-pullquote{border:none !important;font-size:unset !important;}
.wp-block-pullquote:not(.is-style-solid-color) blockquote:before{-webkit-mask-image:none !important;mask-image:none !important;background-color: transparent !important;}
.wp-block-pullquote.is-style-solid-color{
	margin-top: 0em !important;
	margin-bottom: 1.5em;
	padding: 3em 2em 2em 6em;
	font-style:italic;
}
.wp-block-pullquote.is-style-solid-color{
	background-color: var(--theme-palette-color-5) !important;
}
.wp-block-pullquote.is-style-solid-color blockquote::before {
	font-family: Arial, Georgia, sans-serif !important;
	color: var(--theme-palette-color-1);
	opacity: 0.1;
	transform: none;
	top: -30px;
	left: -50px;
	font-size:300px !important;
	width:100px !important;
  	height:100px !important;
	line-height:1 !important;
	--theme-quoteimg:url("ico/bigquote.svg");
	-webkit-mask-image:var(--theme-quoteimg);
	mask-image:var(--theme-quoteimg);
}
.entry-content .wp-block-pullquote.is-style-solid-color p{
	color: var(--theme-palette-color-3) !important;
	font-weight: 400 !important;
	font-size: 1.5em;
	opacity:.8;
}

/* Pull Default */
.entry-content .wp-block-pullquote.is-style-default:after,.entry-content .wp-block-pullquote:after{
    border: none !important;
}
.entry-content .wp-block-pullquote.is-style-default blockquote,.entry-content .wp-block-pullquote:not(.is-style-solid-color) blockquote{
	border-top: 2px solid var(--theme-palette-color-1) !important;
	margin: 2em 0 !important;
	border-bottom: 2px solid var(--theme-palette-color-1) !important;
	padding: 3.5em .3em 2em .3em !important;
	border-inline-start:none !important
}
.entry-content .wp-block-pullquote:not(.is-style-solid-color), .entry-content .wp-block-pullquote.is-style-default{
	font-style:italic;
	padding:1em 3em 1.5em 3em;
}
.entry-content .wp-block-pullquote:not(.is-style-solid-color) p, .entry-content .wp-block-pullquote.is-style-default p{
	font-weight: 400 !important;
	font-size: 1.5em;
	opacity:.9;
}
.entry-content .wp-block-pullquote p:last-of-type,.entry-content .wp-block-quote p:last-of-type{
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    text-align: left !important;
}
.entry-content .wp-block-pullquote p:first-of-type,.entry-content .wp-block-quote p:first-of-type{
    padding-top: 0 !important;
    margin-top: 0 !important;
}
.entry-content .wp-block-pullquote cite,.entry-content .wp-block-quote cite{
	padding-top:1.2em!important;
}
.entry-content .wp-block-pullquote:not(.is-style-solid-color) blockquote::before,.entry-content .wp-block-pullquote.is-style-default blockquote::before{
	content: '' !important;
}
.entry-content .wp-block-pullquote blockquote cite,.entry-content  .wp-block-pullquote.is-style-default blockquote cite,.entry-content .wp-block-pullquote.is-style-solid-color blockquote cite {
	margin:0 !important;
	font-style:normal;
	color: var(--theme-palette-color-3);
	opacity:.7;
	position: relative;
	display: block;
	text-align: right;
	width: 99%;
}
.entry-content .wp-block-pullquote:not(.is-style-solid-color) blockquote::after ,.entry-content .wp-block-pullquote.is-style-default blockquote::after{
	top:0;
	left: 50%;
	position: absolute;
	transform: translateY(-50%) translateX(-50%);
	padding: .4em;
}
.entry-content .wp-block-pullquote:not(.is-style-solid-color) blockquote::after,.entry-content  .wp-block-pullquote.is-style-default blockquote::after{ 
	content: url("img/hirsch.dark.min.svg");background-color:white;
}

/* tmp */
.ct-button-ghost{
	background:url("img/login.svg") no-repeat 50% 50%;
}

/* newsletter */
#newsletterbox iframe {
	min-height: 640px !important;
	max-width: 800px;
	padding-right: 1em;
}
/* forms */
.kadence-blocks-form-message, .kb-form-error-msg{
	padding: .75em 1em !important;
}
.kb-form .kadence-blocks-form-field .kb-text-style-field.has-error:not(.missingclass){
	border-color: #ffcc00 !important;
}
@media (max-width: 499px) {
	.kadence-blocks-form-field{width: 100% !important;}
}
/* autofill fix */
input:-webkit-autofill,
input:-webkit-autofill:focus {
    transition: background-color 0s 600000s, color 0s 600000s !important;
  }
/*mqs*/
:root {
	accent-color: #718a55;
	--theme-container-width: calc(100vw - 5vw) !important;
	--theme-block-width: var(--theme-has-wide, 90%) !important;
}
@media (max-width: 1200px) {
	:root {
		--theme-container-width: 100% !important;
	}
	main{width: 100% !important;} 
	/*.single .ct-featured-image figcaption {
		margin-left: -175px;
	}*/
}
@media (max-width: 999px) {
	#main-container, #main, #main .ct-container-full, 
	[data-device=mobile] .ct-sticky-container, [data-device=mobile] .ct-sticky-container [data-sticky*="shrink"],
	.ct-featured-image .ct-image-container,.ct-featured-image .ct-media-container, .ct-featured-image, .ct-featured-image.ct-hidden-sm{
		width:100vw !important;
	}
}
@media (max-width: 791px) {
	main > .ct-container{
		width: 100%;
		margin: 0px;
	}
	footer > .ct-container{
		width: 100%;
		margin: 0px;
	}
	.start.intro {flex-wrap:wrap !important;}
	.start.intro > .col1{order:2 !important;;flex-grow:1 !important;}
	.start.intro > .col2{order:1 !important;;flex-grow:1 !important;box-shadow:0px 21px 1px -20px #a5c780 !important;}
}
:root {
	--theme-container-width-base: auto !important;
}
/* Borlabs */
#BorlabsCookieBox .brlbs-cmpnt-max-w-xl, .brlbs-cmpnt-container .brlbs-cmpnt-max-w-xl {
    max-width: 780px !important;
}
.brlbs-cmpnt-container .lg\:brlbs-basis-6\/12{flex-basis: 100% !important;}
.brlbs-cmpnt-dialog-details-header > div:last-child{padding-left: 6rem;}
.brlbs-cmpnt-container{width: 100% !important}
body div.brlbs-cmpnt-container{
	height: unset !important;
	max-height: unset !important;
}
.brlbs-cmpnt-cb-play-button{display: none !important; visibility: collapse !important;}
.brlbs-cmpnt-cb-thumbnail{filter: sepia(1) hue-rotate(48deg) contrast(0.6) brightness(0.5) blur(.2px);}
body div.brlbs-cmpnt-container, body div.brlbs-cmpnt-container *{height: min-content;}
.tribe-block__venue__map .brlbs-cmpnt-cb-google-maps,
body .brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-preset-b .brlbs-cmpnt-cb-main{
	flex-direction: column !important;
	padding: 2em 1.5em !important;
	margin: auto 0 !important;
}
body main .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-preset-b{justify-content: center;padding-top: unset;padding-bottom: unset;}
body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-preset-c{align-items: center;}
.brlbs-cmpnt-cb-content{height: fit-content !important;}
.brlbs-cmpnt-cb-main{border-radius: 3px;width: unset !important;max-width: 90%;}
.tribe-block__venue__map .brlbs-cmpnt-cb-google-maps .brlbs-cmpnt-cb-main{max-width: 100%;}
.brlbs-cmpnt-cb-main h2{
	text-transform: uppercase !important;
    font-family: var(--theme-button-font-family) !important;
    font-weight: bold !important;
    font-size: 1.7em !important;
    padding: .5em 0 !important;
    color: var(--theme-palette-color-1);
}
.brlbs-cmpnt-cb-provider-name,
.brlbs-cmpnt-h2{
	text-transform: uppercase !important;
    font-family: var(--theme-button-font-family) !important;
    font-weight: bold !important;
    color: var(--theme-palette-color-1) !important;
}
.brlbs-cmpnt-container .brlbs-cmpnt-list-item-table {
	padding-top: 2em !important;
}
.brlbs-cmpnt-cb-description{line-height: 1.6;}
#BorlabsCookieBox .brlbs-cmpnt-table th, .brlbs-cmpnt-container .brlbs-cmpnt-table th {
    font-weight: 700;
    font-family: var(--theme-titleFont);
    text-align: right;
}
.brlbs-cmpnt-cb-provider-name{
	text-transform: uppercase !important;
    font-family: var(--theme-button-font-family) !important;
}
.brlbs-cmpnt-btn, .brlbs-cmpnt-cb-btn{
	text-transform: uppercase !important;
    font-family: var(--theme-button-font-family) !important;
    font-weight: bold !important;
    font-size: 1em !important;
    letter-spacing: .07em !important;
    padding: 1.2em 2.4em !important;
    background-image: none !important;
	background-color: var(--theme-button-background-hover-color) !important;
    color: var(--theme-button-text-hover-color) !important;
    align-self: center !important;
    border: none !important;
	transition: all .2s ease !important;
	border-radius: 4px !important;
}
.brlbs-cmpnt-btn:hover, .brlbs-cmpnt-cb-btn:hover{
	background-image: none !important;
    background-color: var(--theme-button-background-initial-color) !important;
    color: var(--theme-button-text-initial-color) !important;
}
body .brlbs-cmpnt-content-blocker a.brlbs-cmpnt-cb-provider-toggle{display: inline !important;}
body main .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker a.brlbs-cmpnt-cb-provider-toggle,
body main .brlbs-cmpnt-content-blocker a.brlbs-cmpnt-cb-provider-toggle{ 
	color:#222 !important;
	text-decoration: none !important;
	background-image: linear-gradient(transparent 0,var(--theme-palette-color-2) 0) !important;
    background-position: 0 100% !important;
    background-size: 100% .15em !important;
    background-repeat: no-repeat !important;
    transition: background-size  .1s ease-in-out !important;
    hyphens: auto !important;
	padding: .1em .25em !important;
}
.brlbs-cmpnt-container .brlbs-cmpnt-inline-link *{text-decoration: none !important;}
.brlbs-cmpnt-container .brlbs-cmpnt-dialog *{border-color: var(--theme-palette-color-5) !important;}

.brlbs-cmpnt-container .brlbs-cmpnt-table tr,
.brlbs-cmpnt-container :is(.brlbs-divide-solid>:not([hidden])~:not([hidden])){
	border-style: dashed !important;
}
.brlbs-cmpnt-description-list-container > div dl{margin: .5em 0 !important;}
.brlbs-cmpnt-description-list-container > div{padding: .5em 0;}
.brlbs-cmpnt-description-list-container > div dt{text-align: right;}

/* .entry-content p a{word-break: break-all !important;} */
a.url{word-break: break-all !important;}
body main .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker a.brlbs-cmpnt-cb-provider-toggle:hover,
body main .brlbs-cmpnt-content-blocker a.brlbs-cmpnt-cb-provider-toggle:hover{ 
	color:#222 !important;
	text-decoration: none !important;
	background-image: linear-gradient(transparent 0,var(--theme-palette-color-2) 0) !important;
    background-size: 100% 100% !important;
	background-repeat: no-repeat !important;
	transition: background-size .1s ease-in-out !important;
}
@container brlbsCmpntContentBlocker (width < 480px) {
	body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-preset-b{
		padding: 4% 0 !important;
	}
	.brlbs-cmpnt-cb-content{flex-basis: 0 !important;}
}
@container brlbsCmpntContentBlocker (480px <= width < 620px) {
	.brlbs-cmpnt-cb-content{flex-basis: 0 !important;}
}
/* var */
:root{
    --theme-addbox-shadow: 0px 6px 14px -6px #35393722;
}
.abshadow{
	box-shadow: var(--theme-addbox-shadow);
}
.h100{height:100% !important}
.w100{width:100% !important}
/* the content spacing fix */
[data-vertical-spacing*=bottom]{
	padding: 0;
}
body[data-prefix="single_page"]:not(.home) [data-vertical-spacing*=bottom] > article >.entry-content{
	margin: 0 auto !important;
    max-width: clamp(calc(var(--theme-narrow-container-max-width)* 1.2), 90%, calc(var(--theme-normal-container-max-width)* 0.8)) !important;
    padding: 1em clamp(1rem, 5vw, 5rem) 4em clamp(1rem, 5vw, 5rem) !important;
}
#tribe_events .entry-content, [data-vertical-spacing*=bottom] #tribe_events .entry-content{
	padding:2vw 3vw 0 3vw !important;
	padding:5px 0 20px 0 !important;
}

/* start css*/
.startbar{
	background-color: var(--theme-palette-color-7);
	gap: 0.6em !important;
}
.col1 > div > .kt-inside-inner-col{gap: 1.3em 0;}

.news{
	background-image: url("img/textur.gif");
    gap: 0 0 !important;
    position: relative;
}
.news:after{
	content: '';
    background-image: url("img/offhorizont.png");
    background-repeat: repeat-x;
    background-position: 0 0, 0 30px;
    padding-top: 30px;
    position: absolute;
    bottom: 0 !important;
    left: 0 !important;
    top: unset !important;
    width: 100%;
    max-width: 100%;
    z-index: 10;
}
.news .boxrow{
	background: var(--theme-palette-color-7) !important;
	margin: 1.5em min(2.5vw,3em);
	position: relative;
	border-radius: 2px;
	gap: 1em 0;
}
.news .titlebar,.homesec .titlebar{
	gap: 0;
	justify-content: space-between;
}
.news .wp-block-column.title, .homesec .wp-block-column.title{
	    padding: 1.6em 0 0 2.4vw;
	    flex-basis: unset !important; flex-grow: 1 !important;
}
.news .cats{
    align-items: center;
    justify-content: space-evenly;
    display: flex;
	padding-top: 2.2em;
	flex-grow: 1 !important;
}
.verband .cats{
    align-items: center;
    flex-direction: row;
    justify-content: space-evenly;
    display: flex;
	padding-top: 2.2em;
	flex-grow: 1 !important;
}
.news .double{padding: 0; position: relative;}
.news .double > div {gap: 4em 4em;}
.news .list{padding: 0;}
@media (min-width: 576px){
	.news .double article:not(:first-child):before {
	    content: '';
	    background-color: transparent !important;
	    background-image: radial-gradient(circle at 1px, var(--theme-palette-color-3) 2px, rgba(255,255,255,0) 2px);
	    background-position: top, right, bottom, left;
	    background-size: 3px 9px;
	    background-repeat: repeat-y;
	    height: 92% !important;
	    opacity: .12;
	    margin-left: -2.5em !important;
	    width: 1em;
	    position: absolute;
	}
}
@media (max-width: 575px){
	.news .double article:not(:first-child):before {
	    content: '';
	    background-color: transparent !important;
	    background-image: radial-gradient(circle at 1px, var(--theme-palette-color-3) 2px, rgba(255,255,255,0) 2px);
	    background-position: top, right, bottom, left;
	    background-size: 9px 3px;
	    background-repeat: repeat-x;
	    width: 90% !important;
	    opacity: .12;
	    margin-top: -2.5em !important;
	    height: 1em;
	    position: absolute;
	}
}
.news .kt-blocks-info-box-link-wrap,.homesec .kt-blocks-info-box-link-wrap{padding: 0 !important;}
.news .info-box-link{
	filter: drop-shadow(0 1px 3px rgb(0 0 0 / 33%));
}
.news .kt-blocks-info-box-title,.homesec .kt-blocks-info-box-title{
	font-weight: 500;
}
.news .double .wp-block-kadence-posts{
	padding: 1.5em 2em;
}
.news .list .wp-block-kadence-posts{
	padding: 2em;
    height: 100%;
    background: var(--theme-palette-color-5);
    gap: 0.5em 1em;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.news .list .entry-header{flex-direction: column-reverse;}
.news .list .entry-meta{
	padding-bottom: 0.3em;
	background-color: transparent !important;
    background-image: radial-gradient(circle at 1px, #b8c5aa 1px, rgba(255,255,255,0) 1px);
    background-position: center;
    background-size: 7px 2px;
    background-repeat: repeat-x;
}
.news .list .entry-meta span{background-color: var(--theme-palette-color-5);}
.news .list .entry-meta span:last-child{padding-right: .5em;}
.news .list h3{margin-top: 0 !important;}
.news .wp-block-categories-list{padding: 0 1em !important; display: inline;}
.news .wp-block-categories-list ul,.news .wp-block-categories-list li{padding: 0; margin: 0;line-height: 1.5;}
.news .wp-block-categories-list ul{padding-inline-start: 0 !important;}
.news .wp-block-categories-list > li{display: none;}
.news .wp-block-categories-list > li.cat-item-2038 {display: inline-block;}
.news .wp-block-categories-list > li.cat-item-2038 > a {display: none;}
.news .wp-block-categories-list > li.cat-item-2038 ul {
	display: flex;
	list-style: none;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0.5em 1em;
	font-family: var(--theme-button-font-family);
	text-transform: uppercase;
	letter-spacing: .01em;
	font-weight: 600;
	font-size: .9em;
}
.news h2{--theme-line-height: 1.3}
.news a{color: var(--theme-palette-color-2); transition: color .2s ease-in-out;hyphens: auto;}
.news a:hover{color: var(--theme-palette-color-3); transition: color .1s ease-in-out;}
.news .boxrow a{color: var(--theme-palette-color-1);}
.news .boxrow a:hover{color: var(--theme-link-initial-color);}
.news .list a{color: var(--theme-palette-color-3);opacity: .9;}
.news .list a:hover{color: var(--theme-link-initial-color);}

.news .double .entry-title{ 
	display: flex;
    align-items: center;
    height: 105px;
    font-size: 1.5em;
	margin: 0 !important;
}
.news .double .entry-title a{ 
	text-overflow: ellipsis;
	white-space: nowrap;
	hyphens: auto;
}
@supports (-webkit-line-clamp: 3) {
	.news .double .entry-title a{
      overflow: hidden;
      white-space: initial;
      display: -webkit-box;
	  line-clamp: 3;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
    }
}
.news .entry-summary{
    margin: var(--theme-global-xs-spacing) 0 0;
    font-size: .9em;
    line-height: 1.8;
}
@supports (-webkit-line-clamp: 5) {
	.news .entry-summary{
      overflow: hidden;
      white-space: initial;
      display: -webkit-box;
	  line-clamp: 5;
      -webkit-line-clamp: 5;
      -webkit-box-orient: vertical;
    }
}
.entry-content .linkicons > div{
	display: flex;
	flex-direction: row;
	align-items: stretch;
	justify-content: center;
	gap: 1em;
	padding-bottom: 1em;
}
.homesec a{
	background-image:none !important;
	background-position: unset !important;
	background-repeat: unset !important;
}
.entry-content .linkicons a{
	background-color: var(--theme-palette-color-5) !important;
	color: var(--theme-palette-color-1) !important;
}
.entry-content .linkicons .kt-blocks-info-box-media, .entry-content .linkicons .kt-blocks-info-box-title{
	color: var(--theme-palette-color-1) !important;
}
.entry-content .linkicons a:hover{
	background-color: var(--theme-palette-color-1) !important;
	color: var(--theme-palette-color-6) !important;
	opacity: .9;
}
.entry-content .linkicons a:hover .kt-blocks-info-box-media, .entry-content .linkicons a:hover .kt-blocks-info-box-title{
	color: var(--theme-palette-color-6) !important;
	opacity: .9;
}
.entry-content .linkicons a{
	padding: 0.5em 0.8em !important;
	border-radius: 4px !important;
	height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    hyphens: auto !important;
}
.entry-content .linkicons .kt-blocks-info-box-title{
	font-size: .7em;
}
.homesec .wp-block-column.title{
	position: relative;
}
.homesec .titlebar{height: 4em;}
.homesec .wp-block-column.title a{
	background: var(--theme-palette-color-7) !important;
	z-index: +1 !important;
	position: absolute !important;
	padding-right: .5em !important;
}
.homesec .wp-block-column.title:before{
	content: '';
	padding-bottom: 0.3em;
	background-color: transparent !important;
    background-image: radial-gradient(circle at 1px, var(--theme-palette-color-3) 2px, rgba(255,255,255,0) 2px);
    background-position: center;
    background-size: 9px 3px;
    background-repeat: repeat-x;
    width: 92% !important;
    opacity: .15;
   	margin-top: 1.2em;
    position: absolute;
    display: block;
}
/*.homesec p{margin-bottom: 1em !important}*/
.homesec .split{
	position: relative;
	gap: 1em 3em;
	padding: 1.5em 4vw .7em 4vw;
}
.homesec .split .left{
	padding: .5em 1em 1em 1em;
}
.homesec hr{opacity: .15;margin: 1em 0 1.8em 0 !important;}
.wort-pv .entry-header{display: none;}
.wort-pv .entry-summary p{
    font-style: italic;
    font-size: .85em;
}
.wort-pv .post-more-link{
	font-family: var(--theme-button-font-family);
}
.wort-pv h3{
	text-transform: uppercase;
	color: var(--theme-palette-color-1);
	font-size: 1.3em;
}
.wort-pv .entry article{
	width: 85%;
    margin: 0 auto;
}
.wort-pv .entry{display: block !important;}
.wort-pv .bild{
	shape-outside: circle();
	float: left;
	width: 129px;
	height: 129px;
	padding-right: 1em;
	margin: 0 !important;
}
.wort-pv .bildquelle{
	transition: opacity .2s ease;
	content: "";
    display: block;
    position: absolute;
	top: 0;
	left:0;
	right: unset;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20px' height='15px' viewBox='0 0 20 15' fill='%23ffffff'%3E%3Cpolygon points='14.5,2 13.6,2.9 17.6,6.9 0,6.9 0,8.1 17.6,8.1 13.6,12.1 14.5,13 20,7.5'%3E%3C/polygon%3E%3C/svg%3E");
    background-color: var(--theme-palette-color-1);
	aspect-ratio: 1 / 1;
    background-repeat: no-repeat;
    background-position: center;
    width: calc(100% - 1.4em);
    height: auto;
    z-index: +1;
    transform: none !important;
    border-radius: 100%;
	opacity: 0 !important;
	cursor: pointer;
}
.wort-pv:hover .bildquelle{
	opacity: .7 !important;
}
.wort-pv .wzslink a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.homesec .split .left h3{
	text-transform: uppercase;
	color: var(--theme-palette-color-1);
	font-size: 1.15em;
}
.verband .vereine .karte{float: right;}
.verband .vereine p, .verband .vereine h6{padding: .3rem 0 0 .3rem;}
.magazin-pv figure{
	float: left;
    padding-right: 2em;
}
body.home.magazin-pv figure{padding-right: 1.5em;}
.magazin-pv img{width: 88px;}
.magazin-pv p, .magazin-pv h6{padding: .3rem 0 0 .3rem;}
.homesec .split .right{
	margin: 0 1em 1em 1em;
	position: relative;
	display: flex;
    text-align: var(--theme-horizontal-alignment);
    padding: 0 !important;
    border: var(--theme-card-border, none);
    box-shadow: var(--theme-addbox-shadow);
    border-radius: var(--theme-border-radius);
    flex-direction: column;
    background-color: var(--theme-palette-color-8);
    --theme-border-radius: 2px;
    --theme-horizontal-alignment: left;
    transition-property: opacity,transform;
    transition-duration: 1.5s;
    transition-timing-function: cubic-bezier(0.2, 1, 0.2, 1);
    color: var(--theme-heading-color, var(--theme-heading-2-color, var(--theme-headings-color)));
}
.homesec.service .split .right{
	box-shadow: none;
	background-color: transparent;
	border: none;
}
.wp-block-kadence-tabs.dl-tab .kt-tabs-title-list li{
	width: 50%;
	margin:0 0 -1px 0;
}
.wp-block-kadence-tabs.dl-tab .kt-tabs-title-list li a.kt-tab-title{
	font-family: var(--theme-titleFont);
	font-weight: 600;
	text-align: center;
    justify-content: space-around;
    display: flex;
}
.wp-block-kadence-tabs.dl-tab .kt-tabs-title-list li .kt-tab-title{
	color: var(--theme-palette-color-1) !important;
	text-transform: uppercase;
    font-weight: bold !important;
	padding-bottom: .5rem !important;
}
.wp-block-kadence-tabs.dl-tab li.kt-tab-title-inactive{opacity: .8;}
.wp-block-kadence-tabs.dl-tab li.kt-tab-title-active{opacity: 1;}
.wp-block-kadence-tabs.dl-tab li.kt-tab-title-active:after{
	   border-bottom: 1.1em solid var(--theme-palette-color-8);
}
.wp-block-kadence-tabs.dl-tab .kt-tabs-wrap .kt-tab-inner-content{
	background-color: var(--theme-palette-color-8);
	box-shadow: var(--theme-addbox-shadow);
}

.magazin-pv figure:after{
    transition: opacity .2s ease;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: unset;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20px' height='15px' viewBox='0 0 20 15' fill='%23ffffff'%3E%3Cpolygon points='14.5,2 13.6,2.9 17.6,6.9 0,6.9 0,8.1 17.6,8.1 13.6,12.1 14.5,13 20,7.5'%3E%3C/polygon%3E%3C/svg%3E");
    background-color: var(--theme-palette-color-1);
    background-repeat: no-repeat;
    background-position: center;
    width: calc(100% - 2rem);
    height: 100%;
    z-index: +1;
    transform: none !important;
    opacity: 0 !important;
    cursor: pointer;
}
.magazin-pv:hover figure:after{opacity: .7 !important;}
.homesec .split .right .entry-content-wrap {
    padding: 0 1.3em 1.3em 1.3em !important;
}
.homesec .split .right .kb-posts .post-thumbnail:after {
    background-image: url(img/weisshorizont.png);
}
.homesec .split .right .kb-posts .entry-title{
	color: var(--theme-palette-color-1);
    line-height: 1.3 !important;
    order: 2;
}
.homesec .split .kb-posts .entry-title a{
	color: var(--theme-palette-color-1) !important;
	text-overflow: ellipsis !important;
    hyphens: auto !important;
    line-height: 1.3 !important;
}
.homesec .split .right .kb-posts .entry-title a:hover{color: var(--theme-link-initial-color) !important;}
.homesec .split .right .entry-meta{order: 1;}
.homesec .split .right hr{
	opacity: .12;
    margin: 2.6em 0 3.2em !important;
    width: 90%;
    align-self: center;
}
.homesec .split .right .list{gap: 0;width: 95%;align-self: center;}
.homesec .split .right .list h4{font-size: 1em;}
.homesec .split .right .list .entry-meta{
    padding-bottom: 0.3em;
    background-color: transparent !important;
    background-image: radial-gradient(circle at 1px, var(--theme-palette-color-5) 1px, rgba(255,255,255,0) 1px);
    background-position: center;
    background-size: 7px 2px;
    background-repeat: repeat-x;
}
.homesec .split .right .list .entry-meta span {
    background-color: white;
    padding-right: .5em;
}
.homesec .split .right .list .entry-title a{color: var(--theme-palette-color-3) !important;}
.homesec .split .right .list .entry-title a:hover{color: var(--theme-palette-color-1) !important;}
.homesec .wp-block-image{margin:0 !important}

.startbar .boxrow > div{position: relative;}
@media (min-width: 576px){
	.startbar .boxrow > div:not(:first-child):before {
        content: '';
        background-color: transparent !important;
        background-image: radial-gradient(circle at 1px, var(--theme-palette-color-3) 2px, rgba(255, 255, 255, 0) 2px);
        background-position: top, right, bottom, left;
        background-size: 3px 9px;
        background-repeat: repeat-y;
        height: 100% !important;
        opacity: .12;
        margin-left: -2em !important;
        width: 1em;
        position: absolute;
    }
}
@media (max-width: 575px){
	.startbar .boxrow > div:not(:first-child):before {
        content: '';
        background-color: transparent !important;
        background-image: radial-gradient(circle at 1px, var(--theme-palette-color-3) 2px, rgba(255, 255, 255, 0) 2px);
        background-position: top, right, bottom, left;
        background-size: 9px 3px;
        background-repeat: repeat-x;
        height: 1em !important;
        opacity: .12;
        width: 100%;
        position: absolute;
    }
	body.home .magazin-pv,body.home .wort-pv{padding-top: 2rem;padding-bottom: 1.5rem;}
}

/*** Wort zur Sache***/
.wzs .title{
	font-size: 2.2em;
}
.wzs .wort {margin-top: 3em;}
.wzs .wort .entry{display: block !important;}
.wzs .wort .bild{
	shape-outside: circle(50%);
    float: left;
    width: 280px;
    height: 280px;
    margin: 0 1.5em .5em -6em !important;
}
.wzs .content p:first-of-type{    
	font-weight: bold;
    margin-left: 9em;
    font-size: 1.2em;
}
.wzs .content p:nth-last-of-type(4){
	margin-bottom: 3.5em !important;
	text-align: left !important;
}
.wzs .content p:nth-last-of-type(3){
	margin-bottom: 0 !important;
}
.wzs .content p:nth-last-of-type(2){
	margin-bottom: 0 !important;
    font-style: italic;
    font-size: 1.34em;
}
.wzs .content p:nth-last-of-type(1){
	font-family: var(--theme-titleFont);
    opacity: 0.7;
    color: var(--theme-palette-color-3);
}
.post-navigation {grid-column-gap: 3em !important;}
@media (max-width: 999px){.wzs .content p:first-of-type{margin-left: 10.5em;}}
@media (max-width: 699px){
	.post-navigation {
		max-width: 94vw !important;
		margin-left:auto !important;
		margin-right:auto !important
	}
	.wzs{padding: 0 2em;}
}
body[data-prefix="wort-zur-sache_single"] .post-navigation .item-label span{
	visibility: collapse;
	display: none;
}
@media (max-width: 499px){
	.wzs .wort .bild{
		shape-outside: none;
        float: right;
        margin: 0 auto .5em auto !important;
        position: absolute;
		top: -7em;
        right: -2em;
        z-index: 11;
	}
	.wzs .wort .bild img{
		width:39vw !important;
		height:39vw !important;
	}
	.wzs .content p:first-of-type{    
		margin-left:0;
	}
}
[data-prefix="wort-zur-sache_archive"] .entry-card{background-color: var(--theme-palette-color-8) !important;transition-delay: 0s !important;transition: background-color .1s linear;}
[data-prefix="wort-zur-sache_archive"] .entry-card:hover{background-color: var(--theme-palette-color-5) !important;transition-delay: 0s !important;transition: background-color .2s linear;}
article.wort-zur-sache .wp-block-read-more{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
article.wort-zur-sache .entry-excerpt{margin-block-end: 0 !important;}

:root{
	--theme-titleFont:'Roboto Slab', Sans-Serif;
	--theme-table-font-size:.9rem;
}
@media (max-width: 399px){
	:root{
	--theme-table-font-size:.8rem;
}
}
/* cleanup dev only  */
:root{
	--theme-palette-color-1: #718a55;
    --theme-palette-color-2: #b8c5aa;
    --theme-palette-color-3: #39452b;
    --theme-palette-color-4: #363735;
    --theme-palette-color-5: #e2e9e2;
    --theme-palette-color-55:#f3f7f3;
    --theme-palette-color-6: #eddccc;
    --theme-palette-color-7: #f8fbf8;
    --theme-palette-color-8: #ffffff;
    --theme-font-family:Merriweather, Serif;
}