#page .skip-link {
    background-color: #000 !important;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0);
    color: #FFF !important;
    display: block;
    font-size: 15px !important;
    font-weight: 700;
    left: -9999em;
    outline: 0;
    padding: 15px 23px 14px;
    text-decoration: none;
    text-transform: none;
    top: -9999em;
	border-radius: 5px;
}

.default-btn-shortcode:focus-visible {
	opacity: 0.5;
}

:root{
  --bottom-el-height: 100px;
}

/* MAIN */
#main {
min-height: 100vh;
}

.single-betrieb #main {
	    background-image: url(/wp-content/uploads/2026/02/grafik-scaled.png.webp);
    background-size: 30%;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.home  #main {
	    height: 100vh;
}


.home .wf-wrap, .home .wf-container-main {
	    height: 100%;
	    width: 100% !important;
	position: relative;
}

#content_frontpage {
	padding: 40px;
}


.home #main {
	    background-image: url(/wp-content/uploads/2026/02/grafik-scaled.png.webp);
    background-size: auto 80%;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.home header {
	width: 500px;
}

.home h1 {
  width: 500px;
  display: grid;
  grid-template-columns: auto 1fr;  /* Logo | Text */
  column-gap: 1rem;
  align-items: center;
}

.home h1 span {
	font-size: 21px;
    line-height: 1em;
}

.home h1 span.left {
	 margin-top: auto;     /* row_2 fix unten */
}

.home h1 span.right {
	 justify-self: end;    /* rechte Spalte rechtsbündig (im Grid) */
  text-align: right;    /* Text rechtsbündig */
}

.home small {
	position: absolute;
    right: 0px;
    top: 30px;
    transform: rotate(90deg);
    font-size: 10px;
}

#frontpage_content {
	    position: absolute;
     bottom: calc(var(--bottom-el-height) + 8vh);
    left: 40px;
    font-weight: 400;
    font-size: 25px;
    line-height: 1.2em;
}

#frontpage_content ul {
	margin: 0 !important;
	padding: 0 !important;
}

#frontpage_content li {
	list-style: none;
}

#frontpage_content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#frontpage_content li {
  --delay: 0s;
  opacity: 1;
  animation: highlightLoop 18s infinite;
  transition: opacity 0.3s ease;
}

/* Delay pro Element */
#frontpage_content li:nth-child(1) { --delay: 0s; }
#frontpage_content li:nth-child(2) { --delay: 2s; }
#frontpage_content li:nth-child(3) { --delay: 4s; }
#frontpage_content li:nth-child(4) { --delay: 6s; }
#frontpage_content li:nth-child(5) { --delay: 8s; }
#frontpage_content li:nth-child(6) { --delay: 10s; }
#frontpage_content li:nth-child(7) { --delay: 12s; }
#frontpage_content li:nth-child(8) { --delay: 14s; }
#frontpage_content li:nth-child(9) { --delay: 16s; }

#frontpage_content li {
  animation-delay: var(--delay);
}

@keyframes highlightLoop {
  0%, 8%, 100% {
    opacity: 0.75;
  }
  2%, 6% {
    opacity: 0.5;
  }
}

#klamour_header{
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr;  /* Logo | Text */
  column-gap: 1rem;
  align-items: center;
}

#klamour_header a {
  justify-self: start;  /* linke Spalte linksbündig */
}

#klamour_header a:focus-visible {
outline: 2px dotted #000;
    border-radius: 3px;	
}	

#klamour_header a:hover {
opacity:0.6;	
}	

#klamour_header > div{
  justify-self: end;    /* rechte Spalte rechtsbündig (im Grid) */
  text-align: right;    /* Text rechtsbündig */
  display: flex;
  flex-direction: column;
  height: 100%;
	
	line-height: 1em;
    font-weight: 600;
    font-size: 19px;
}

#klamour_header .row_2{
  margin-top: auto;     /* row_2 fix unten */
}

#klamour_logo{
  display: block;
  height: 78px;         /* optional */
  width: auto;
}

header {
	margin-bottom: 40px;
}

/* NAV */

.footer-navigation {
	position: fixed;
    bottom: 0px;
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    width: 100%;
    left: 0;
    margin-left: 0;
	
    background: rgba(0,0,0,1);
	padding-bottom: 42px;
	margin-bottom: -32px;
	padding-top: 10px;
	z-index:15;
    

}

.footer-navigation div {
	display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.footer-navigation {
	 z-index: 5;
	    background-image: url(/wp-content/uploads/2026/02/stm.png);
    background-repeat: no-repeat;
    background-size: auto 30%;
    background-position-y: 18px;
    background-position-x: 95%;
	
	 transition: transform .5s ease;
}



.footer-navigation.is-at-end{
  transform: translateY(-32px);
}

.footer-navigation a.round {
	    display: block;
    /* background-color: #000; */
    border-radius: 100%;
    background-image: url(/wp-content/uploads/2026/02/zuhause.svg);
    height: 35px;
    width: 35px;
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 6px;
	
	outline: 5px solid #000;
	 transition: outline 0.5s;
}

.footer-navigation a.round span {
	display: none;
}



.footer-navigation a.block {
	/*background-color: #000;*/
    height: 45px;
    color: #FFF;
    position: relative;
    border-radius: 5px;
    
    flex-direction: column;
    justify-content: center;
    font-weight: 700;
    text-decoration: none;
    padding: 0 20px 0 20px;
    font-size: 27px;
	
	 transition: outline 0.5s;
}

.footer-navigation a:hover, 
.footer-navigation a:focus-visible {
	outline: 5px solid #FFF !important;
}

#rechtliches {
	display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
    width: 100%;
    margin: auto;
	background-color: #FFF;
	padding: 10px 0 10px 0px;
	
	    z-index: 5;
    position: relative;
}
#rechtliches a {
	color: #000;
	font-size: 12px;
	line-height: 12px;
}

.scroll-top.on {
   right: 20px !important;
    bottom: 98px !important;
    opacity: 1;
    z-index: 109;
    background-color: #000;
    border-radius: 5px;
}

/* ARTIKEL */

#content .wp-post-image img {
	max-width: 100%;
	height: auto;
}

article {
	background-color:#FFF;
	padding:  18px 30px 30px 30px;
	letter-spacing: 0.5px;
	
}

article  .klamour_head  {
	
font-size: 70px;
    margin-bottom: 30px;
}


#betrieb_meta{
  

  display: inline-block;
  padding: 0.9rem 0rem;
  

 

  line-height: 1.4;
  font-size: 1rem;
}

/* Titelzeile */
#betrieb_meta strong{
  display: block;
  font-size: 1.05rem;
  line-height: 1.25;
  margin-bottom: 0.35rem;
}

/* Optional: kleine "Adress"-Optik */
#betrieb_meta{
  
}

.web_adress {
display: block;	
}

/* Optional: auf Mobile volle Breite */
@media (max-width: 720px){
  #betrieb_meta{ display: block; }
}

.headline_details {
margin-top: 25px;
	padding-top: 25px;
	border-top: 1px solid #000;
}

/* Angebotsliste: responsive Mehrspalten-Layout */
.angebote{
  --gap: 1.25rem;
  --radius: 16px;

  list-style: none;
margin: 30px 0 30px 0px !important;
	padding: 0 !important;

  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: var(--gap);
}

/* 1 Spalte auf Mobile */
@media (max-width: 720px){
  .angebote{ grid-template-columns: 1fr; }
}

.angebote > li{
  padding: 1.1rem 1.2rem;
 
  background: #fff;
  border: 1px solid rgba(0,0,0,1);
 

  display: block;
}




/* Inhalt */
.angebote > li > p{
  /*margin: 0;*/
  line-height: 1.45;
  font-size: 1rem;
}

/* Headline (Rabattzeile) */
.angebote strong{
  display: inline-block;
  font-size: 1.05rem;
  line-height: 1.25;
}

/* Optional: etwas Luft zwischen Titel und Text (weil <br>) */
.angebote br{ line-height: 1.8; }

/* Optional: dezentes Hover */
.angebote > li:hover{
  transform: translateY(-2px);
  transition: transform .15s ease, box-shadow .15s ease;
  
}

/* Optional: 3 Spalten auf sehr breiten Screens */
@media (min-width: 1100px){
  .angebote{ grid-template-columns: repeat(1, minmax(0, 1fr)); }
}


/* Events: responsive Mehrspalten-Layout */
.events{
  --gap: 1.25rem;
  --radius: 16px;

  list-style: none;
margin: 30px 0 30px 0px !important;
	padding: 0 !important;

  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: var(--gap);
}

/* 1 Spalte auf Mobile */
@media (max-width: 720px){
  .events{ grid-template-columns: 1fr; }
}

.events > li{
  padding: 1.1rem 1.2rem;
 
  background: #fff;
  border: 1px solid rgba(0,0,0,1);
 list-style: none;

 
}

.event-body > p > strong:nth-of-type(1) {
  /* Format fürs 1. strong (Datum/Uhrzeit) */
  font-weight: 700;
  font-size: 1.2rem;
  color: #666;
}

.event-body > p > strong:nth-of-type(2) {
  /* Format fürs 2. strong (Titel) */
  font-weight: 800;
  font-size: 1.2rem;
  color: #111;
}
/*

.event-body{
  display: block;
  overflow: hidden;
  max-height: 8.6em;        
  transition: max-height .35s ease;
}

.event.is-open .event-body{
  max-height: 999px;         
}

.event-toggle{
      margin-top: 1rem;
    background: none;
    border: 0;
    padding: 5px 10px 5px 10px;
    cursor: pointer;
    text-decoration: none;
    font-weight: 700;
    background-color: #000;
    border-radius: 5px;
    color: #FFF;
    font-size: 11px;
}*/
.event-pick{
    margin-top: 1rem;
    background: none;
    border: 0;
    padding: 5px 10px 5px 10px;
    cursor: pointer;
    text-decoration: none;
    font-weight: 700;
    background-color: #000;
    border-radius: 5px;
    color: #FFF;
    font-size: 11px;
	border: 2px solid #000;
}

.event-pick:hover,.event-pick:focus-visible {
	color: #000;
	border: 2px solid #000;
	background-color: #FFF;
}

/* Inhalt */
.events > li > p{
  margin: 0;
  line-height: 1.45;
  font-size: 1rem;
}

/* Headline (Rabattzeile) */
.events strong{
  display: inline-block;
  font-size: 1.05rem;
  line-height: 1.25;
}

/* Optional: etwas Luft zwischen Titel und Text (weil <br>) */
.events br{ line-height: 1.8; }



.events > li ul   {
	margin-top: 05px;
}
.events > li ul li {
	  font-size: 1.05rem;
  line-height: 1.25;
}

/* Optional: 3 Spalten auf sehr breiten Screens */
@media (min-width: 1100px){
  .events{ grid-template-columns: repeat(1, minmax(0, 1fr)); }
}

/* KARTE */

.smartlake-map #smartlake_map_canvas {
	height: 100vh;
    width: 100vw;
}

.page-template-karte .wf-wrap {
	    width: 100% !important;
}

.gm-style-iw-d a {
	display: block;
	margin-top: 1rem;
    background: none;
   
    padding: 5px 10px 5px 10px;
    cursor: pointer;
    text-decoration: none;
    font-weight: 700;
    background-color: #000;
    border-radius: 5px;
    color: #FFF;
    font-size: 15px;
	border: 2px solid #000;
	
	 transition: all .5s ease;
}

.gm-style-iw-d a:hover {
	 background-color: #FFF;
	color: #000;
}

/* ARCHIV */

.date-list .event-date {
	font-size: 19px;
}
.date-list .event-name {
	font-size: 27px;
    margin: 10px 0 10px 0px;
    font-weight: 700;
	
}

.date-list .entry-title {
	font-weight: 400;
	font-size: 19px;
}

.events-day-headline {
	background-color: #000;
    color: #FFF;
    padding: 0;
    font-size: 30px;
    font-weight: 700;
    line-height: 1em;
	margin-bottom: 15px;
    padding: 20px 20px 20px 20px;
    position: relative;
	grid-column: 1 / -1; /* volle Breite im Grid */
}

#archiv_nav {
	display: inline-flex;
    gap: 20px;
    margin-bottom: 20px;
}

#archiv_nav a {
	margin-top: 1rem;
    background: none;
    border: 0;
    padding: 5px 10px 5px 10px;
    cursor: pointer;
    text-decoration: none;
    font-weight: 700;
    background-color: #000;
    border-radius: 5px;
    color: #FFF;
    font-size: 20px;
	border: 2px solid #000;
	 transition: all .5s ease;
}


#archiv_nav a:hover, 
#archiv_nav a:focus-visible {
	 background-color: #FFF;
	color: #000;
}

.archive #main {
	    background-image: url(/wp-content/uploads/2026/02/grafik-scaled.png);
    background-size: 30%;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-attachment: fixed;
}


.archive h1 {
	font-size: 50px;
}

.archive  .wf-wrap {
	    width: 100% !important;
}

.archive-list  {
	display: grid;
    gap: 20px;
}



@media (min-width: 0px){
.archive-list  {
grid-template-columns: repeat(1, minmax(0, 1fr));
}
}	


@media (min-width: 768px){
.archive-list  {
grid-template-columns: repeat(2, minmax(0, 2fr));
}
}	

@media (min-width: 1000px){
.archive-list  {
grid-template-columns: repeat(4, minmax(0, 4fr));
}
}	

@media (min-width: 1360px){
.archive-list  {
grid-template-columns: repeat(5, minmax(0, 5fr));
}
}	

@media (min-width: 1600px){
.archive-list  {
grid-template-columns: repeat(6, minmax(0, 6fr));
}
}	

.archive-list article {
	margin-bottom:15px;
	    padding: 20px 20px 20px 20px;
position: relative;
	 transition: all .5s ease;
	
}

.archive-list article:hover {
	background-color: rgba(255, 255, 255, 0.5);
	-webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.archive-list article a:focus-visible {
	
	
	outline: 5px solid #000;
}

.archive-list article a {
	text-decoration: none;
       display: block;
    gap: 30px;
}

.archive-list article a img {
	max-width: 100%;
	height: auto;
}

.acf-counts {
	position: absolute;
       top: -15px;
    left: 5px;
}

.acf-events-count {
	margin-top: 20px;
    text-align: center;
    display: block;
    width: 30px;
}

.acf-events-count strong {	
    display: block;
    width: 30px;
    height: 30px;
    background-color: #000;
    color: #FFF;
    border-radius: 200px;
    text-align: center;
    line-height: 27px;
}

.acf-events-count span {
	font-size: 10px;
}

/* FORM */

.large.gfield_select, .large.gfield_select option  {
	font-size: 20px !important;
	letter-spacing: 1px;
}

.vc_figure-caption{
	line-height: 1em;
}

/* CATS */ 

.klamour_cat {
	    position: absolute;
    right: 22px;
    top: 5px;
    font-size: 10px;
    line-height: 1em;
}
.article_inner {
	position: relative;
}
.klamour_cat_single {
	 color: #767676;
    font-size: 15px;
    font-weight: 700;
    line-height: 1em;
    /* margin-top: 0; */
    background-color: #FFF;
    padding: 4px 5px 4px 5px;
    display: inline-block;
    position: absolute;
    top: -40px;
    right: 0;
}

.event.status_1  {
	opacity: 0.3;
}

/* FORM */

.gform-field-label--type-sub {
	color: #000 !important;
}

.gfield_consent_label {
	font-size: 14px;
    line-height: 14px;
    font-weight: 600;
}

.gfield_consent_description {
	    font-size: 13px !important;
    line-height: 1em !important;
    padding: 20px !important;
}

/* NEWSLETTER */

#front_newsletter {
	display: inline-block;
    background-color: #000;
    color: #FFF;
    padding: 4px 10px 4px 10px;
    font-size: 21px;
    border-radius: 5px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    margin: 10px 0px 0px 0px;
	 transition: all 0.3s ease;
}

#front_newsletter:hover, 
#front_newsletter:focus-visible {
	 background-color: #FFF;
    color: #000;
}