/*
Theme Name: Vereine - Kampagnenwebsite
Theme URI: http://www.madebymuse.de
Description: Neukundenkampagene - Vereine - Kampagnenwebsite Stiegeler
Author URI: http://www.madebymuse.de
Version: 1.0
*/



@font-face {

  font-family: 'Open Sans';

  font-style: normal;

  src: url('css/Open_Sans/OpenSans-VariableFont_wdth,wght.ttf'); /* IE9 Compat Modes */

  src: 

    url('css/Open_Sans/OpenSans-VariableFont_wdth,wght.ttf'),

    format('truetype');

    font-weight: 300 800;

}


@media all and  (max-height: 500px) and (orientation:landscape) {
  .isAndroid #noLandscape, .ios #noLandscape{
    display: none !important;
  }
}


:root{
  --stg-green: #009767;
  --stg-orange: #ed660b;
  --stg-blue: #0069b4;
  --stg-black: #252525;
  --vw-unit: 1vw;
	--vh-unit: 1vh;
}

.loader {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #000;
  z-index: 100000;
  transition: 2.2s ease all;
  opacity: 1;
  pointer-events: none;
}
.loader.loaded {
  opacity: 0;
}


#noLandscape{
  display: none;
  background: var(--stg-black);
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 4000000000;
  transform: translateZ(4px);
  -webkit-transform: translateZ(4px);
}
#noLandscape img {
    width: 130px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
@media all and  (max-height: 500px) and (orientation:landscape) {
  .isAndroid #noLandscape, .ios #noLandscape{
    display: none !important;
  }
}

*, :after, :before {
    box-sizing: border-box;
	-webkit-box-sizing: border-box;
  -webkit-appearance: none;
}
p:empty {
    display: none;
}

html, body{
  	margin: 0;
	padding: 0;
	perspective: unset;
	-webkit-perspective: unset;
  overflow-x: hidden;
  -webkit-text-size-adjust: none;
-moz-text-size-adjust: none;
-ms-text-size-adjust: none;
text-rendering: optimizeLegibility;

}
.isAndroid{
  -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
body{
	font-size: 19px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	font-family: 'Open Sans', sans-serif;
	color: #000000;
	background: #f4f1ea;
	-webkit-font-kerning: normal !important;
  font-kerning: normal !important;
  -webkit-font-feature-settings: "kern" 1 !important;
  font-feature-settings: "kern" 1 !important;
  -webkit-font-variant-ligatures: common-ligatures !important;
  font-variant-ligatures: common-ligatures !important;
  -webkit-overflow-scrolling: touch !important;
	font-weight: 400 !important;
	min-height: 100vh !important;
	line-height: 1.59em !important;
  background: #fff;
}
p{
		letter-spacing: .2px;
		font-weight: 500;
    line-height: 1.7 !important;
}
strong {
  font-weight: 600;
}

/*MASTHEADER START*/

#mastheader {
    position: absolute;
    width: 100%;
    z-index: 2100;
	  top:0;
	  left:0;
	  transform: translateY(0px);
    transition: all .3s cubic-bezier(.455,.03,.515,.955);
    -webkit-transition: all .3s cubic-bezier(.455,.03,.515,.955);
    background: transparent;
	  height: 110px;
}
#mastheader.nav-active {
    position: fixed;
}
#mastheader .main-nav-area {
  position: fixed;
  width: 100%;
  height: 0;
  left: 0;
  top: 0px;
	overflow: hidden;
  -webkit-transition: all .5s cubic-bezier(.455,.03,.515,.955);
  -moz-transition: all .5s cubic-bezier(.455,.03,.515,.955);
  -o-transition: all .5s cubic-bezier(.455,.03,.515,.955);
  -ms-transition: all .5s cubic-bezier(.455,.03,.515,.955);
  transition: all .5s cubic-bezier(.455,.03,.515,.955);
  background: rgba(255,255,255,0.9);
}
body.nav_opend #mastheader .main-nav-area {
	height: 100vh;
	overflow: auto;
}
.main-nav-area-inner {
  position: relative;
  width: 78%;
  margin: 0px auto;
  top: 50%;
  overflow: auto;
  min-height: 590px;
  transform: translateY(-50%);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
	scrollbar-width: none;
	-ms-overflow-style: none;
  z-index: 10000;
  height: 90%;
  max-height: 510px;
}
.main-nav-area-inner::-webkit-scrollbar {
    display: none;
}
#mastheader.sticky {
    top: 0;
    transform: translateY(0px);
    position: fixed;
    opacity: 1;
	height: 100px;
}
.flex{
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
nav {
    position: absolute;
    border-top: none;
    padding-left: 0;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#menu-main-menu {
    width: 100%;
    text-align: center;
}
nav ul {
  padding: 0;
	margin: 0;
	text-align: left;
}
nav ul li {
    list-style: none;
    display: block;
    position: relative;
    text-align: center;
    margin: 0 !important;
    padding: 0 !important;
    -webkit-transition: 0.3s ease-in-out all;
    -moz-transition: 0.3s ease-in-out all;
    -o-transition: 0.3s ease-in-out all;
    -ms-transition: 0.3s ease-in-out all;
    transition: 0.3s ease-in-out all;
    transform: translateY(40px);
    opacity: 0;
}
.nav_opend nav ul li{
  -webkit-transition: 0.3s ease-in-out all;
  -moz-transition: 0.3s ease-in-out all;
  -o-transition: 0.3s ease-in-out all;
  -ms-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
	transform: translateY(0px);
  opacity: 1;
}
nav ul li a {
    color: #111;
    font-weight: 200;
    text-decoration: none;
    font-size: 4.5vw;
    font-size: clamp(54px,4.5vw,66px);
    display: inline-block;
    -webkit-transition: 0.3s ease-in-out all;
    -moz-transition: 0.3s ease-in-out all;
    -o-transition: 0.3s ease-in-out all;
    -ms-transition: 0.3s ease-in-out all;
    transition: 0.3s ease-in-out all;
    line-height: 1.6;
    position: relative;
    z-index: 200;
    text-align: center;
}
nav ul li a:hover,
.current-menu-item a{
  color: #E9580C;
}

.site-branding {
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 20000;
  max-width: 240px;
  width: 100%;
  background: #fff;
  padding: 20px 28px 15px 22px;
  border-radius: 10px;
}

.site-branding,
.mobilMenu{
  opacity: 0;
  -webkit-transition: 0.8s ease all;
  -moz-transition: 0.8s ease all;
  -o-transition: 0.8s ease all;
  -ms-transition: 0.8s ease all;
  transition: 0.8s ease all;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -o-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}
.site-branding.loadedHeader,
.mobilMenu.loadedHeader {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.site-branding img {
width: 100%;
height: auto;
}

.site-branding path, .site-branding polygon, .site-branding g + rect {
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  -o-transition: 0.4s ease all;
  -ms-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
/* body:not(.normalizeLogo) .site-branding path, body:not(.normalizeLogo) .site-branding polygon, body:not(.normalizeLogo) .site-branding g + rect,
footer .footer-site-branding path, footer .footer-site-branding polygon, footer .footer-site-branding g + rect,
.whiteNavigationItem .site-branding path, .whiteNavigationItem .site-branding polygon, .whiteNavigationItem .site-branding g + rect,
.whiteNavigationItem2 .site-branding path, .whiteNavigationItem2 .site-branding polygon, .whiteNavigationItem2 .site-branding g + rect{
  fill: #fff !important;
} */
.site-branding path.blue{
  fill: var(--stg-blue);
}
.site-branding path.orange{
  fill: var(--stg-orange);
}
.site-branding path.green{
  fill: var(--stg-green);
}
/* 
.site-branding{
  max-width: 150px;
} */
#muse-login_form a {
  color: #000;
  font-size: 18px;
}
.page-id-33:not(.logged-in) .content-section.content-section-small {
  max-width: 620px;
}
.page-id-33 .muse-form-row label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.page-id-33 .muse-form-row label br {
  display: none;
}
.page-id-33 .muse-form-row label b {
  width: 160px;
  font-size: 17px;
  border: 1px solid #dedede;
  border-right: 0;
  padding: 10px 10px 10px;
  line-height: 1.2;
  height: 43.5px;
  position: relative;
  top: 0px;
  border-radius: 3px 0px 0px 3px;
  background: #fcfcfc;
}
.page-id-33 .muse-form-row label input {
  width: calc(100% - 160px);
  outline: none !important;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: var(--stg-green) !important;
  border-radius: 1px;
}
.wpcf7-form-control.has-spinner.wpcf7-submit {
  letter-spacing: 2px;
  font-size: 14px;
  font-weight: normal !important;
  width: auto;
  border-radius: 1px;
  padding: 15px 22px !important;
}

.wpcf7-response-output {
  max-width: 720px;
  margin: 0px auto !important;
  font-size: 18px !important;
  font-weight: 300 !important;
}

 
/* HERO & COUNTDOWN */


#countdown {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
  max-width: 480px;
  transform: scale(.85);
  transform-origin: left top;
  transition: 0.85s ease-in-out;
  opacity: 0;
}
#countdown > div {
  text-align: center;
  _border: 1px solid #ababab;
  width: 108px;
  border-radius: 9px;
  _background: rgba(255,255,255,.225);
  _backdrop-filter: blur(2px);
  background: #fff;
  color: var(--stg-black);
}
#countdown.fadeIn {
opacity: 1;
transition-delay: .1s;
}


#countdown p {
  font-size: 46px;
  margin: 12px 0 -12px;
  font-weight: bold;
  color: var(--stg-orange);
}
#countdown span {
  font-size: 16px;
  display: block;
  margin: 0 0 16px;
  font-weight: 700;
}
#hero{
  height: 100vh;
  position: relative;
  width: 100%;
  border: 22px solid #fff;
  overflow: hidden;
}
.ios #hero{
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
#hero-inner {
  position: absolute;
  width: 86%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 12%;
  z-index: 200;
  color: #fff;
}
.page-id-286 #hero-inner {
  bottom: 6%;
}
.page-id-288 #hero-inner {
  bottom: 20%;
}
#pg-288-4{
  position: relative;
  background: #f5f5f5;
  border-left: 20px solid #fff;
  border-right: 20px solid #fff;
}
.page-id-286 #hero strong em:nth-child(2),
.page-id-288 #hero strong em:nth-child(2),
.sub-hero strong em:nth-child(2) {
  font-size: clamp(32px, 3.75vw, 52px);
  transform: translateX(-4%);
  display: inline-block;
}
.page-id-286 #hero strong em:nth-child(4),
.page-id-288 #hero strong em:nth-child(4),
.sub-hero strong em:nth-child(4) {
  position: relative;
  transform: translateX(37%);
  display: inline-block;
}
.page-id-286 #hero .hero-headline p:last-of-type,
.page-id-288 #hero .hero-headline p:last-of-type,
.sub-hero .hero-headline p:last-of-type {
  font-weight: 700;
  font-size: clamp(22px, 1.9vw, 36px);
  line-height: 1.2 !important;
  margin-top: -10px;
}
.has-pr {
  padding-right: 10% !important;
  margin-top: -8%;
}
.has-pr p:first-of-type {
  margin-top: -10px;
}
#pg-286-4 .panel-grid-cell:first-of-type {
  position: relative;
}

#pg-286-4 .panel-grid-cell:first-of-type .widget_sow-image{
  position: relative;
  z-index: 2;
}
/* #pg-286-4 .panel-grid-cell:first-of-type .widget_custom_html {
  position: absolute;
  width: 85%;
  left: 4%;
  top: 10%;
  overflow: hidden;
  z-index: 1;
} */


.content-section.waldhaus_section {
  position: relative;
}
.waldhaus_stoerer {
  position: absolute;
  max-width: 280px;
  width: 100%;
  top: -100px;
  right: -5%;
}


#pg-286-3 {
  position: relative;
  overflow: hidden;
}
#pg-286-3::before {
  content: "";
  width: 52vw;
  height: 52vw;
  background: url(/aktion/wp-content/uploads/2025/09/tpk.png);
    background-size: auto;
  background-size: cover;
  position: absolute;
  right: 5%;
  bottom: -5% !important;
  opacity: .0225;
}
/* #pg-286-4 .panel-grid-cell:first-of-type .widget_custom_html {
  position: absolute;
  width: 85%;
  left: 4%;
  top: 14%;
  overflow: hidden;
  z-index: 1;
  clip-path: polygon(10% 5%, 94% 17%, 95% 85%, 14% 96%);
  transform: rotateY(-18deg) scaleY(1.34) scaleX(1.34) rotateY(-27deg) rotateX(3deg);
  pointer-events: none;
} */
#pg-286-4 .panel-grid-cell:first-of-type .widget_custom_html {
  position: absolute;
  width: 76%;
  left: 17%;
  top: 18.75%;
  overflow: hidden;
  z-index: 1;
  transform: perspective(11vw) rotateY(11deg) scaleY(1.185) scaleX(.9) rotateY(-2deg);
  pointer-events: none;
}
#pg-286-4 .panel-grid-cell:first-of-type .widget_sow-image:after {
  content: "";
  width: 27.5%;
  aspect-ratio: 1;
  background: transparent;
  position: absolute;
  right: 5%;
  bottom: 10.65%;
  border-radius: 100%;
  opacity: .25;
  mix-blend-mode: color-burn;
  transform: scale(1.05);
   animation: pulseScale 2.75s ease infinite;
   border: 5px solid #fff;
}
@keyframes pulseScale {
  0%, 100% {
    transform: scale(1.05);
  }
  50% {
    transform: scale(1.2);
  }
}
/* IDEE HERO */
.page-id-286 #hero .hero-headline p:last-of-type,
.page-id-288 #hero .hero-headline p:last-of-type,
.sub-hero .hero-headline p:last-of-type{
transition: 0.65s ease-out;
opacity: 0;
transform: translateX(50px);
}
.sub-hero{
  color: #fff;
}
#pgc-286-5-1 .widget-title,
#pgc-288-6-1 .widget-title {
  font-size: 17px;
  max-width: 360px;
  text-align: center;
}
.page-id-286 #hero .hero-headline p:last-of-type.fadeIn,
.page-id-288 #hero .hero-headline p:last-of-type.fadeIn,
.sub-hero .hero-headline p:last-of-type.fadeIn{
  opacity: 1;
  transform: translateX(0px);
}
#panel-286-1-0-1 p{
  max-width: 1052px;
}
#panel-286-1-0-3 p {
  max-width: 952px;
}
.hero_badge_transparent {
  position: absolute;
  width: 20% !important;
  left: 50%;
  transform: translateX(-50%);
  max-width: 280px;
  bottom: -40%;
  transition: 1.5s ease;
  display: none;
}
.hero_badge_transparent.fadeIn {
  bottom: 0%;
}
.hero_badge_transparent img {
  width: 100%;
  position: absolute;
  bottom: 0;
}
.hero_badge_transparent img:first-of-type {
  z-index: 2;
}
.hero_badge_transparent img:last-of-type {
  opacity: .7;
}


#pg-286-2 .so-widget-image {
  mix-blend-mode: darken;
}
#pg-286-4, #pg-286-2{
  background: #f5f5f5;
  border-right: 20px solid #fff;
  border-left: 20px solid #fff;
}
#pg-286-4 .content-section {
  padding-bottom: 10px;
}
#hero strong,
.sub-hero strong {
  font-size: clamp(42px, 5.75vw, 92px);
  display: block;
  max-width: 580px;
  font-weight: 700;
  line-height: 1.1;
  text-shadow: 0px 0px 20px rgba(0,0,0,0.25);
  -webkit-text-shadow: 0px 0px 20px rgba(0,0,0,0.25);
  transition: 0.65s ease-out;
  transform: translateX(50px);
  opacity: 0;
}
#hero strong span, .sub-hero strong span{
  color: #fff !important;
  display: inline-block;
}
#hero strong.fadeIn,
.sub-hero strong.fadeIn{
  transform: translateX(0%);
  opacity: 1;
}

.sub-hero-text {
  transform: scale(.85);
  transform-origin: top left;
  top: auto !important;
  bottom: 6%;
}
#cta-badge {
  width: 230px;
  position: absolute;
  right: 30%;
  top: 14.25%;
  z-index: 2000;
  height: 230px;
  transform: scale(.9);
  opacity: 0;
  transition: .75s ease-in-out;
  
}
.page-id-286 #cta-badge,
.page-id-288 #cta-badge {
  width: 230px;
  position: absolute;
  right: 22%;
  bottom: 42%;
  z-index: 2000;
  height: 230px;
  transform: scale(.9);
  opacity: 0;
  transition: .75s ease-in-out;
}
#cta-badge.fadeIn {
  transform: scale(1);
  opacity: 1;
  
}
.page-id-286 #hero strong em,
.page-id-288 #hero strong em,
.sub-hero-text strong em {
  font-style: normal;
}
#cta-badge img{
width: 100% !important;
  height: 100% !important;
  position: absolute;
  transition: .4s ease-in-out;
  transform: scale(1);
}
#cta-badge img:hover{
  transform: scale(1.05);
}

#hero-bg-tiles {
  position: absolute;
  top: 0px;
  right: 0;
  width: 100%;
  height: 100vh;
}
.ios #hero-bg-tiles { 
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
#hero-bg-tiles img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top right;
}

#hero-bg-tiles .so-panel:not(:first-of-type) img {
  width: 72.5%;
  height: auto;
}

.page-id-286 #hero-bg-tiles .so-panel:not(:first-of-type) img,
.page-id-288 #hero-bg-tiles .so-panel:not(:first-of-type) img {
  width: 42.25%;
  height: auto;
  right: -9%;
  bottom: -9%;
  transition: .8s ease-out;
  opacity: 0;
}
.page-id-286 #hero-bg-tiles .so-panel:not(:first-of-type) img.fadeIn,
.page-id-288 #hero-bg-tiles .so-panel:not(:first-of-type) img.fadeIn {
  width: 55.25%;
  height: auto;
  right: -9%;
  bottom: -9%;
  opacity: 1;
}
.ct_note{
  margin-top: 0;
}

.animate img{
 opacity: 0;
 transition: .45s ease-in-out; 
}
.animate.animate-1  img{
  transition: 1.2s ease-in-out; 
  transform-origin: center center;
  transform: scale(1);
}
.animate.animate-2  img{
  transform: translateY(5%);
}
.animate.animate-4  img{
  transform: translateX(10%);
}
.animate.animate-1.fadeIn  img{
  opacity: 1;
  transition-delay: .2s;
  transform: scale(1);
 }
.animate.animate-2.fadeIn img{
  opacity: 1;
  transition-delay: .05s;
  transform: translateY(0%);
  transition: .85s ease-in-out; 
 }
 .animate.animate-3.fadeIn img{
  opacity: 1;
  transition-delay: .6s;
  transition: 1.65s ease-in-out; 
 }
 .animate.animate-4.fadeIn img{
  opacity: 1;
  transition-delay: .65s;
  transition: .65s ease-out; 
  transform: translateX(0%);
 }


/* STRUCTURE */
.content-section{
  width: calc(86% - 22px);
  max-width: 1460px;
  margin: auto;
  padding: 70px 0;
}
.content-section.content-section-small {
  max-width: 820px;
}
.login-maske {
  text-align: center;
  font-size: 20px;
  border-top: 1px solid #dedede;
  padding-top: 20px;
}
#register_button {
  margin: 30px auto;
  display: block;
}
.no-pt{
  padding-top: 0 !important;
}
.no-pb{
  padding-bottom: 0 !important;
}
#pg-9-0,
#pg-9-1,
#pg-9-3,
#pg-286-0,
#pg-286-1,
#pg-286-3{
  margin-bottom: 0 !important;
}
#pg-9-1,
#pg-286-1{
padding-bottom: 20px;
}
#pg-9-2,
#pg-286-2{
  background: #f6f6f6;
  margin-bottom: 0 !important;
  border-left: 20px solid #fff;
  border-right: 20px solid #fff;
  padding-bottom: 20px;
}
#pg-9-3,
#pg-286-3{
  padding-bottom: 50px !important;
}
#pg-9-4,
#pg-286-4,
#pg-286-6{
  background: #f6f6f6;
  margin-bottom: 0 !important;
  border-left: 20px solid #fff;
  border-right: 20px solid #fff;
  padding-bottom: 40px;
}

#cta2 {
  width: 210px;
  height: 210px;
  position: absolute;
  top: -60px;
  left: -80px;
  cursor: pointer;
}
#cta2 img{
  width: 100%;
  height: 100%;
  position: absolute;
  transform: scale(1);
  transition: 0.4s ease-in-out;
}
#cta2 img:hover{
  transform: scale(1.05);
}
#vereins-suche {
  position: relative;
}

#pg-9-3,
#pg-286-3 {
  padding-bottom: 30px;
}

#pg-9-1 .textwidget,
#pg-9-3 .textwidget,
#pg-9-286 .textwidget,
#pg-9-286 .textwidget {
  max-width: 860px;
}
.page-id-204 .boxes .panel-grid-cell:last-of-type,
.page-id-288 .boxes .panel-grid-cell:last-of-type {
  margin-top: 0 !important;
}
#pg-204-1,
#pg-288-1{
  position: relative;
}
#pg-204-1 .textwidget{
  max-width: 860px;
}
#pg-288-1 .textwidget {
  max-width: 1024px;
}
#pg-204-4,
#pg-204-6,
#pg-204-2,
#pg-204-8,
#pg-288-7,
#pg-288-2,
#pg-288-9{
  background: #f6f6f6;
  margin-bottom: 0 !important;
  border-left: 20px solid #fff;
  border-right: 20px solid #fff;
  padding-bottom: 40px;
}
#pg-288-5 .content-section{
  position: relative;
}
#pg-288-5 .content-section:after{
  position: absolute;
  width: 65%;
  height: 1px;
  background: #dedede;
  left: 0;
  bottom: -8px;
  content: "";
}
.page-id-204 .boxes .panel-grid-cell strong,
.page-id-288 .boxes .panel-grid-cell strong {
  font-size: 28px;
  background: var(--stg-green);
  color: #fff;
  width: 68px;
  display: block;
  height: 68px;
  border-radius: 100%;
  padding: 5px;
  text-align: center;
  position: absolute;
  top: -79px;
  left: 50%;
  transform: translateX(-50%);
  border: 4px solid #fff;
}
.more-less-btns {
  text-align: center;
  margin-top: 20px;
}
.page-id-204 .login-maske,
.page-id-288 .login-maske {
  max-width: 840px;
  margin: -30px auto 10px;
  border-top: 0;
  border-bottom: 1px solid #dedede;
  padding-bottom: 30px;
}
.more-less-btns span {
  font-size: 16px;
  border-bottom: 1px solid;
  cursor: pointer;
}
.winner-list-wrapper{
  overflow: hidden;
  transition: 0.4s ease-in-out;
  padding-top: 15px !important;
}
#pg-204-2 .content-section,
#pg-288-2 .content-section{
  position: relative;
}
.timebar-inner {
  background:var(--stg-green);
  height: 100%;
  width: 0;
  transition: 0.75s ease-in-out;
}
.page-id-204 #verfuegbarkeit-pruefen-after .so-panel:last-of-type,
.page-id-288 #verfuegbarkeit-pruefen-after .so-panel:last-of-type {
  position: relative;
  padding-top: 70px;
}
.winner-list-wrapper {
  position: relative;
  z-index: 2;
}
.page-id-204 #cta2,
.page-id-288 #cta2 {
  top: -130px;
  left: -110px;
  transform: rotate(-5deg);
}
#panel-204-3-0-0 .more-btn,
#panel-288-3-0-0 .more-btn {
  min-width: 260px;
  padding-left: 10px;
  padding-right: 10px;
}
#verfuegbarkeit-pruefen {
  padding-bottom: 110px;
}
#verfuegbarkeit-pruefen-after .so-panel:last-of-type .textwidget > p:first-of-type {
  position: absolute;
  width: 100%;
  top: -220px;
  right: 1%;
  z-index: 1;
  mix-blend-mode: multiply;
  width: 460px;
}
#winnerlist {
  width: 100%;
  max-width: 712px;
}

.page-id-204 #countdown,
.page-id-288 #countdown {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
  max-width: 421px;
  transform: scale(.7);
  transform-origin: left top;
  transition: 0.85s ease-in-out;
  transform-origin: center right;
  margin-bottom: 6px;
}
.page-id-204 #countdown > div,
.page-id-288 #countdown > div {
  text-align: center;
  _border: 1px solid #ababab;
  width: 98px;
  border-radius: 9px;
  _background: rgba(255,255,255,.225);
  _backdrop-filter: blur(2px);
  background: #fff;
  color: var(--stg-black);
}
.page-id-204 #countdown strong,
.page-id-288 #countdown strong {
  font-weight: 700 !important;
  font-size: 28px;
  color: var(--stg-orange);
}
.page-id-204 #countdown > div,
.page-id-288 #countdown > div{
  border: 1px solid #efefef;
  padding-top: 15px;  
  box-shadow: 0px 0px 10px -7px rgba(0,0,0,0.3);
}

.winner-list-wrapper {
  max-width: 940px;
  margin: auto;
  border: 1px solid #fbfbfb;
  padding: 10px 30px 20px 30px;
  border-radius: 5px;
}
.page-id-204 .timebar-text-wrapper,
.page-id-288 .timebar-text-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.page-id-204 .timebar-text-wrapper h3,
.page-id-288 .timebar-text-wrapper h3 {
  color: #000 !important;
  margin: 0;
  width: 280px;
  text-align: center;
}
.page-id-204 .timebar,
.page-id-288 .timebar {
  width: 100%;
  height: 30px;
  background: #c3e6db;
  margin-bottom: 40px;
}
.page-id-204 #winnerlist td:first-of-type,
.page-id-288 #winnerlist td:first-of-type {
  width: 50px;
}
.page-id-204 #winnerlist td:last-of-type,
.page-id-288 #winnerlist td:last-of-type {
  padding-left: 30px;
}
.page-id-204 .boxes .panel-grid-cell .so-panel p,
.page-id-288 .boxes .panel-grid-cell .so-panel p {
  font-weight: 600;
}
.page-id-204 .boxes .panel-grid-cell .so-panel,
.page-id-288 .boxes .panel-grid-cell .so-panel {
  padding-top: 30px;
}
.page-id-204 .boxes .panel-grid-cell .so-panel .so-widget-sow-editor-base,
.page-id-288 .boxes .panel-grid-cell .so-panel .so-widget-sow-editor-base{
  transition: 0.3s ease-in-out all;
}
.page-id-204 .boxes .panel-grid-cell .so-panel:hover .so-widget-sow-editor-base,
.page-id-288 .boxes .panel-grid-cell .so-panel:hover .so-widget-sow-editor-base{
  transform: scale(1.05);
}
#verfuegbarkeit-pruefen {
  position: relative;
}
.winner-list-wrapper {
  background: #fff;
  box-shadow: 0px 10px 25px -15px rgba(0,0,0,0.05);
}
.page-id-204 .boxes .panel-grid-cell .so-panel,
.page-id-288 .boxes .panel-grid-cell .so-panel{
  box-shadow: 0px 10px 25px -15px rgba(0,0,0,0.05);
}
/* #verfuegbarkeit-pruefen .so-panel:last-of-type h2 {
  background: var(--stg-orange);
  color: #fff;
  max-width: 630px;
  margin: auto;
  text-align: center !important;
  padding: 10px;
  transform: rotate(-2deg);
  position: relative;
  left: -11%;
  top: 19px;
} */
.behind-tbl-img {
  position: absolute;
  top: 29%;
  right: -2%;
  width: 35%;
  z-index: -1;
}
#pg-204-5 .widget-title,
#pg-288-5 .widget-title {
  color: inherit !important;
  font-weight: normal !important;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  max-width: 92%;
  margin: 30px auto;
}
#pg-204-4 .so-widget-image,
#pg-288-4 .so-widget-image{
  mix-blend-mode: multiply;
}
.boxes .panel-grid-cell .so-panel {
  position: relative;
}
.lastyears_winner > .panel-layout > .panel-grid > .panel-grid-cell > .so-panel:first-of-type {
  max-width: 510px;
  margin: 50px auto 0;
}
.absl-cta-3 {
  width: 210px;
  height: 210px;
  position: absolute;
  bottom: -70px;
  left: 9%;
  cursor: pointer;
  z-index: 3;
}
.lastyears_winner {
  margin-bottom: 40px;
}
.lastyears_winner > .panel-layout > .panel-grid > .panel-grid-cell > .so-panel:last-of-type .panel-grid-cell {
  transform: rotate(deg);
}
#pg-286-3 img{
  opacity: 1 !important;
}
.lastyears_winner video, .lastyears_winner img {
  width: 100%;
  padding: 0px;
  border-radius: 8px;
  display: block;
  aspect-ratio: 9/16;
  object-position: center;
    will-change: transform;
  transform: translateZ(0);
  backface-visibility: hidden;
}
.lastyears_winner img {
object-fit: cover;
}
.lastyears_winner .textwidget.custom-html-widget {
  border: 1px solid #dadada;
  padding: 10px;
  border-radius: 16px;
  overflow: hidden;
  transition: 0.5s ease;
  background: #fff;
}
.lastyears_winner .textwidget.custom-html-widget:hover{
  border-color: #009668;
  box-shadow: 0px 0px 20px -10px rgba(0,0,0,0.4);
}
.lastyears_winner .panel-grid-cell .panel-grid-cell:nth-child(1) .textwidget.custom-html-widget:hover{
  transform: scale(1.025) rotate(-1deg);
}
.lastyears_winner .panel-grid-cell .panel-grid-cell:nth-child(2) .textwidget.custom-html-widget:hover{
  transform: scale(1.025) rotate(1deg);
}
.lastyears_winner .panel-grid-cell .panel-grid-cell:nth-child(3) .textwidget.custom-html-widget:hover{
  transform: scale(1.025) rotate(-1deg);
}
.absl-cta-3_2 {
  width: 170px;
  height: 170px;
  position: absolute;
  bottom: -120px;
  cursor: pointer;
  z-index: 2;
  left: calc(180px + 8%);
}
#pg-204-3,
#pg-288-3 {
  padding-top: 25px;
}
#pg-204-2,
#pg-288-2 {
  position: relative;
}
.page-id-204 .boxes .panel-grid-cell:not(:last-child) .so-panel::after,
.page-id-288 .boxes .panel-grid-cell:not(:last-child) .so-panel::after {
  content: "\f061";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  right: -36px;
  top: 50%;
  transform: translateY(-50%);
  color: #343434;
  font-size: 26px;
}
#teilnahmebedingungen .so-panel {
  margin-bottom: 0 !important;
}
p{
  font-weight: 400;
}
#header-datenschutz {
  padding-top: 0px;
  border-top: 1px solid #e9e9e9;
}
#pg-9-3 .widget-title,
#pg-286-3 .widget-title {
  color: inherit !important;
  font-weight: normal !important;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  max-width: 92%;
  margin: 30px auto;
}
#header-datenschutz h2, #header-teilnahmebedingungen h2 {
  position: relative;
  cursor: pointer;
  font-size: 24px;
  transition: 0.4s ease-in-out;
}
/* #header-datenschutz h2:hover, #header-teilnahmebedingungen h2:hover {
  color: var(--stg-green)
} */
#text-datenschutz li {
  font-size: 15px;
}
#header-datenschutz h2::after, #header-teilnahmebedingungen h2::after {
  content: '+';
  position: absolute;
  right: 0;
  top: -10px;
  font-size: 35px;
  transition: 0.4s ease-in-out;
}
#header-datenschutz h2.opened-text::after, #header-teilnahmebedingungen h2.opened-text::after {
transform: rotate(45deg);
}
#text-teilnahmebedingungen,
#text-datenschutz{
display: none;
}
#teilnahmebedingungen p, #teilnahmebedingungen td {
  font-size: 15px;
}
#teilnahmebedingungen p, #teilnahmebedingungen table {
  opacity: 1 !important;
  transform: unset !important;
}

.dbl-column .textwidget {
  column-count: 2;
  column-gap: 70px;
}
.dbl-column {
  margin-top: -20px;
}
.dbl-column p:first-of-type {
  margin-top: 0;
}


p a:not(.more-btn) {
  color: var(--stg-green);
}
#praemien td:first-of-type,
#teilnahmebedingungen td:first-of-type{
  width: 30px !important;
}
#praemien td:nth-of-type(2),
#teilnahmebedingungen td:nth-of-type(2){
  width: 110px !important;
}
#praemien td:nth-of-type(2){
  width: 130px !important;
}
#praemien td:nth-of-type(3), 
#teilnahmebedingungen td:nth-of-type(3){
  width: 120px !important;
}
#praemien table,
#teilnahmebedingungen table {
  width: 380px !important;
  font-weight: 600;
}
.boxes .panel-grid-cell .so-panel{
  border: 1px solid #ebebeb;
  padding: 20px 30px;
  font-size: 18px;
  border-radius: 3px;
}
.boxes .panel-grid-cell .so-panel.so-panel:not(:first-of-type){
border: none;
}
.boxes{
  margin-bottom: 70px;
}
h2{
  line-height: 1.5;
  font-weight: 500;
}
#pg-9-1 h2,
#pg-286-1 h2 {
  font-size: 24px;
}
h3 {
  margin-top: 10px;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  color: var(--stg-green);
}


.hidden-text{
  _font-size: 18px;
  _display: none;
}


.boxes .panel-grid-cell .so-panel, .content-section .textwidget p, .content-section .textwidget h2, .content-section .textwidget h3, .absl-img-2, #registrierung, #cta2, p + table, form{
  opacity: 0;
  transition: 0.4s ease-in-out;
  transform: translateY(60px);
}
.absl-img{
  opacity: 0;
  transition: 1s ease-in-out; 
  transition-delay: .5s;
}
.absl-img-2{
  opacity: 0;
  transition: 1s ease-in-out; 
  transition-delay: .5s;
}
#pg-9-3 img,
#pg-286-3 img{
  opacity: 0;
  transform: translateY(30px);
  transition: .3s ease-in; 
}
#pg-9-3 .panel-grid-cell .panel-grid-cell:nth-of-type(2) img,
#pg-286-3 .panel-grid-cell .panel-grid-cell:nth-of-type(2) img{
  transition-delay: .2s;
}
.boxes .panel-grid-cell .so-panel.fadeIn, .content-section .textwidget p.fadeIn, .content-section .textwidget h2.fadeIn, #cta2.fadeIn, p + table.fadeIn, form.fadeIn, .content-section .textwidget h3.fadeIn, .absl-img.fadeIn, .absl-img-2.fadeIn, #registrierung.fadeIn, #pg-9-3 img.fadeIn, #pg-286-3 img.fadeIn{
  opacity: 1;
  transform: translateY(0px);
}
.boxes .panel-grid-cell .so-panel p, .boxes .panel-grid-cell .so-panel h3, footer p, p.action_required{
  opacity: 1 !important;
  transform: translateY(0px) !important;
}

/*  KV ITEMS */

.absl-img {
  position: absolute;
  z-index: -1;
  max-width: 70vw;
  right: 0;
  top: 16vw;
}
#pg-9-1,
#pg-286-1 {
  position: relative;
}

.boxes .panel-grid-cell .so-panel{
  background: #fff;
}
.boxes .panel-grid-cell:last-of-type {
  margin-top: 4vw;
}
.absl-img-2 {
  position: absolute;
  bottom: 0;
  width: 77vw;
  z-index: -1;
  right: 0;
}
#praemien td {
  padding-bottom: 10px;
}
#praemien td:first-of-type strong {
  background: var(--stg-orange);
  width: 51px;
  display: inline-block;
  padding: 9px 2px;
  height: 50px;
  font-weight: 700;
  color: #fff;
  border-radius: 100%;
  text-align: center;
  font-size: 22px;
  letter-spacing: -.85px;
}
#praemien td:nth-of-type(2) strong {
  color: var(--stg-orange);
  color: #555;
  padding: 4px 35px 5px 26px;
  margin-left: -30px;
  position: relative;
  font-size: 24px;
  font-weight: 400;
  z-index: -1;
  border-radius: 0 18px 18px 0;
}
#praemien td:nth-of-type(3) {
  color: var(--stg-orange);
  font-weight: 700;
  font-size: 23px;
}

#praemien td:nth-of-type(2) strong{
  width: 100%;
  display: block;
}
#praemien  td:nth-of-type(2) strong::after {
  border: 2px dotted;
  content: "";
  height: 2px;
  width: calc(100% - 66px);
  display: block;
  position: absolute;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  color: #B7B7B7;
  top: 21px;
  left: 86px;
}
/* DIAGARAMm ABSTEIGEND NACH PLATZIERUNG */


/* REG FORM*/
#verfuegbarkeit-pruefen .tarif-order {
  background: #f6f6f6;
  background: -moz-linear-gradient(top, #f6f6f6 0, #f6f6f6 calc(100% - 55px), #e9e9e9 55px, #f6f6f6 100%);
  background: -webkit-linear-gradient(top, #f6f6f6 0, #f6f6f6 calc(100% - 55px), #e9e9e9 55px, #f6f6f6 100%);
  background: linear-gradient(to bottom, #f6f6f6 0, #f6f6f6 calc(100% - 55px), #e9e9e9 55px, #f6f6f6 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#f6f6f6', GradientType=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#f6f6f6',GradientType=0 )";
  padding: 25px;
  max-width: 940px;
  margin: auto;
  text-align: left;
  margin-bottom: 30px;
}
#panel-204-3-0-0,
#panel-288-3-0-0{
  position: relative;
  z-index: 2;
}
#panel-204-3-0-1,
#panel-288-3-0-1{
  position: relative;
  z-index: 1;
}
#verfuegbarkeit-pruefen .tarif-order > h1 {
  display: none !important;
}
#verfuegbarkeit-pruefen .tarif-order > h1 + div {
  display: none !important;
}
.muse-form input, .muse-form select, .availability-row input {
  border: 1px solid #dedede;
  padding: 10px;
  width: 100%;
  background: #fff;
  font-size: 18px;
  font-weight: 300;
}
.muse-form-row.dlb-col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.muse-form-row.dlb-col label {
  width: calc(50% - 10px);
  display: block;
}
.muse-form-row {
  margin-bottom: 10px;
}
.muse-form-row.dlb-col.dlb-col-4_1 label:first-of-type {
  width: calc(100% - 120px);
}
.muse-form-row.dlb-col.dlb-col-4_1 label:last-of-type {
  width: 100px;
}
.muse-form-row.dlb-col.dlb-col-2_3 label:first-of-type {
  width: 180px;
}
.muse-form-row.dlb-col.dlb-col-2_3 label:last-of-type {
  width: calc(100% - 200px);
}
.muse-form-row {
  position: relative;
}
.show_pw {
  position: absolute;
  right: 13px;
  top: 6px;
  font-size: 18px;
  opacity: .7;
  cursor: pointer;
  z-index: 10;
}
.warning_red{
  border-color: red !important;
}
input:-webkit-autofill { 
  -webkit-box-shadow:200px 200px 100px white inset; 
  box-shadow:200px 200px 100px white inset; 
}
.warning {
  font-size: 15px;
  margin-top: -5px;
  margin-bottom: -7px;
  color: red;
  display: none;
  width: 100%;
}
.more-btn, .muse-form .mf_btn, .wpcf7-submit, #check-availability {
  background: var(--stg-green);
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 15px;
  padding: 15px 40px;
  display: inline-block;
  font-weight: 300 !important;
  letter-spacing: 2px;
  margin-top: 10px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  border: none !important;
  width: 262px !important;
  max-width: unset !important;
  text-align: center !important;
}
.more-btn:hover, .muse-form .mf_btn:hover, .wpcf7-submit:hover, #check-availability:hover {
  background: #02845b;
}

.page-id-204 #winnerlist,
.page-id-288 #winnerlist {
  border-spacing: 0;
}
.page-id-204 #winnerlist td,
.page-id-288 #winnerlist td {
  padding: 8px 0;
  border-bottom: 1px solid #ebebeb;
}

/* SEARCH FORM */


#muse-search_form .muse-form-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
#muse-search_form .muse-form-row label {
  display: block;
  width: 100%;
}
#muse-search_form .muse-form-row label input{
  padding-right: 70px;
}
#wp-search-verein {
  width: 62px !important;
  padding: 12px 10px 9px 10px !important;
  margin: 0;
  position: absolute;
  right: 0px;
  top: 0px;
  text-align: center;
  font-size: 18px !important;
  font-family: initial !important;
}

tbody .hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.pagination {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}

.pagination button {
  padding: 5px 10px;
  margin: 0 5px;
  cursor: pointer;
  outline: none;
  border-radius: 1px;
  border: none;
  background: #fff;
    background-color: rgb(255, 255, 255);
  font-weight: 600;
  font-size: 16px;
  padding: 10px;
  width: 40px;
  border-radius: 3px;
  box-shadow: 0px 0px 15px -10px rgba(0,0,0,0.4) !important;
  border: 1px solid #ebebeb;
}
tbody .hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.pagination button.active {
  background-color: var(--stg-green);
  color: white;
}

.show_results td {
  background: #fff;
  padding: 10px 15px;
}
.show_results table {
  border-spacing: 0;
  table-layout: fixed;
  width: 100%;
  font-size: 17px;
  margin-top: 10px;
  border-collapse: separate;
  border-spacing: 0px 5px;
}
.show_results table td{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-attachment: #fff;
}
.show_results table td:first-of-type {
  width: 55%;
  text-align: left;
  border-right: 0;
  border-radius: 4px 0px 0px 4px;
  font-weight: 600;
}
.show_results table th:first-of-type {
  width: 55%;
  text-align: left;
}
.show_results table th:nth-of-type(2) {
  width: 90px;
  text-align: left;
}
.show_results table td:nth-of-type(2) {
  width: 90px;
  border-left: 0;
  border-right: 0;
  text-align: left;
}
.show_results table td:nth-of-type(3) {
  text-align: left;
  border-left: 0;
  border-radius: 0px 4px 4px 0px;
}
.show_results tr td {
  border: 1px solid #f0f0f0;
}
.show_results tr {
  box-shadow: 0px 0px 20px -10px rgba(0,0,0,0.3);
}
#show_all_results {
  background: none;
  border: none;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
  border-bottom: 1px solid var(--stg-green);
  color: var(--stg-green);
  padding: 4px 0;
  font-weight: 500;
  cursor: pointer;
}


.action_required {
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}
.show_results {
  width: 100%;
}


/* FOOTER */

footer{
  background: #252525;
  border: 20px solid #fff;
}
footer svg path{
  fill: #fff  !important;
}
footer p, footer a{
  color: #fff  !important;
  text-decoration: none;
}

footer .social {
  margin-top: -7px;
}
footer .social a {
  margin-right: 10%;
}

footer .panel-grid .panel-grid-cell:first-of-type {
  width: 100px;
}

#footer_form .panel-grid-cell:first-of-type {
  width: 180px !important;
}
#footer_form .panel-grid-cell p {
  font-size: 18px;
  margin-top : 0;
  line-height: 1.6 !important;
}
#footer_form svg {
  margin-top: 10px;
}
#footer_form .panel-grid-cell:not(:first-of-type) {
  width: calc( 33% - 60px);
  padding-left: 10%;
  min-width: 250px;
}

/* SUBHERO */
.sub-hero {
  position: relative;
  width: 100%;
  border: 22px solid #fff;
  overflow: hidden;
}
.sub-hero-text {
  position: absolute;
  z-index: 1000;
  top: 30%;
  left: 5%;
}
.sub-hero-text h2 {
  font-size: clamp(44px, 5vw, 78px);
  display: block;
  max-width: 580px;
  font-weight: 700;
  line-height: 1.2;
  text-shadow: 0px 0px 20px rgba(0,0,0,0.25);
  transition: 0.85s ease-in-out;
  /*! transform: translateX(80px); */
  /*! opacity: 0; */
  color: #fff;
  margin: 0;
}
.adress p {
  margin: 10px 0;
  font-size: 20px;
}
.points{
  margin-top: 50px;
  font-size: 18px;
}
.werbemittel {
  margin-top: 75px;
}
.werbemittel p{
  font-size: 18px;
}

.close-msg i {
  margin-top: 4px;

}
.points h3,
.werbemittel h3 {
  color: inherit;
  font-size: 24px;
  font-weight: bold;
  margin-top: 30px;
}
.skala {
  background: var(--stg-orange);
  width: 0px;
  height: 32px;
  margin-right: 15px;
  transition: 1s ease-in-out;
  min-width: 10px;
}
.outer-skala {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.skala-label{
  opacity: 0;
  transition: .4s ease-in-out;
  transition-delay: .9s;
}
.skala-label.fadeIn{
  opacity: 1;
}

.werbemittel .textwidget a {
  position: relative;
  padding-left: 60px;
  color: inherit !important;
  text-decoration: none;
  margin-top: 30px;
  margin-bottom: 15px;
  display: inline-block;
}
.werbemittel .textwidget a::before {
  position: absolute;
  background: url('https://stiegeler.com/aktion/wp-content/uploads/2024/09/download-svgrepo-com.svg') no-repeat;
    background-size: auto;
  left: 5.5px;
  content: "";
  width: 36px;
  height: 36px;
  top: 0px;
  background-size: cover;
}
.wpcf7 label.hidden {
  display: none;
}
.option-boxes{
  display: none;
  border: 1px solid #dedede;
  padding: 20px;
}
.option-boxes p{
  margin-top: 0;
  opacity: 1 !important;
  transform: unset !important;
}
.wpcf7-form-control.wpcf7-checkbox > span input{
  width: 40px;
  height: 40px;
  opacity: 0;
}
.wpcf7-form input{
  font-size: 18px;
  width: 100%;
  box-sizing: border-box;
  padding: 12px 0px;
  border: none;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
  border-bottom: 1px solid;
  outline: none;
}
.wpcf7-form .option-boxes p:last-of-type {
  margin-bottom: 0;
}
.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 5px 0px !important;
}
.show_options .wpcf7-list-item {
  display: inline-block;
  margin: 0 0 5px 0px !important;
}
.wpcf7-form-control.wpcf7-checkbox > span .wpcf7-list-item-label{
  margin-left: -20px;
  display: inline-block;
  position: relative;
  top: -11px;
  left: -5px;
}
.show_options .wpcf7-list-item-label {
  width: calc(100% - 75px);
  line-height: 1.2;
  position: relative;
  top: 0px !important;
}
.wpcf7-form-control.wpcf7-checkbox > span input + label{
  border: 1px solid #000;
  transition: 0.3s ease-in-out;
  width: 40px;
  height: 40px;
  display: inline-block;
  position: relative;
  --mouse-x: ;
  left: -43px;
  top: 2px;
  pointer-events: none;
}
.wpcf7-form-control.wpcf7-checkbox  input:checked + label::before{
  opacity: 1;
}
.wpcf7-form-control.wpcf7-checkbox input + label::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f00c";
  position: absolute;
  color: var(--stg-green);
  font-size: 32px;
  left: 3px;
  top: -7px;
  opacity: 0;
  transition: 0.1s ease-in-out;
  -webkit-text-stroke: 3px #fff;
}
#meta-nav {
  position: absolute;
  top: 10px;
  right: 14px;
  background: #fff;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 16px;
  color: var(--stg-green);
  font-weight: 600;
  z-index: 9000;
}
#meta-nav .divider {
  margin-left: 6px;
  margin-right: 6px;
}
#meta-nav a i{
  margin-right: 2px;
}
#meta-nav a{
  font-size: 16px;
  color: var(--stg-green);
  font-weight: 600;
  text-decoration: none;
}


/* MSGs */

.message {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0,0,0,0.3);
  z-index: 11000;
}
#close-message {
  display: block;
  width: 124px;
  margin-left: auto;
  margin-right: auto;
}
#close-message {
  border: none;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
  border-bottom: 2px solid #dedede;
  background: none;
  color: #878787;
  font-weight: 500;
  margin-top: 30px;
  cursor: pointer;
}
.inner-msg {
  position: absolute;
  width: 86%;
  max-width: 720px;
  background: #fff;
  padding: 30px;
  font-size: 18px;
  border-radius: 5px;
  top: 5vh;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0px 20px 40px -20px rgba(0,0,0,0.4);
}
.close-msg {
  background: #fff;
  color: #777;
  position: absolute;
  top: -16px;
  right: -16px;
  padding: 0px;
  font-size: 28px;
  border-radius: 100%;
  width: 36px;
  height: 36px;
  text-align: center;
  box-shadow: 0px 0px 10px -4px rgba(0,0,0,0.5);
  cursor: pointer;
}
.message_text {
  margin: 0;
  text-align: center;
  line-height: 1.5 !important;
  color: #353535;
  font-size: 18px;
}
.message_text .more-btn {
  margin-top: 30px;
  margin-bottom: -5px;
}
.message_text strong {
  display: block;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.4;
  color: var(--stg-green);
}
.message_text strong.err{
  color: red;
}
.warning > span {
  display: block;
  line-height: 1.4;
  margin-top: 5px;
}

.page-id-127 .content-section.content-section-small,
.page-id-132 .content-section.content-section-small,
#activate-section{
  max-width: 620px;
}
#activate-section {
  padding-top: 160px;
  padding-bottom: 100px;
}
#activate-section .more-btn{
  margin-top: 30px;
}
#muse_reset-pwd-form a,
.page-id-132 .content-section.content-section-small a{
  color: var(--stg-green);
  font-size: 16px;
  text-decoration: none;
}
#muse_reset-pwd-form a i,
.page-id-132 .content-section.content-section-small a i{
  margin-right: 5px;
}
.page-id-127 .content-section.content-section-small p,
.page-id-132 .content-section.content-section-small p, 
#activate-section p{
  font-size: 18px;
}
#muse_reset-pwd-form .muse-form-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#muse_reset-pwd-form .muse-form-row label input{
  outline: none;
}
#muse_reset-pwd-form .muse-form-row label {
  width: calc(100% - 80px);
}
#muse_reset-pwd-form .mf_btn {
  width: 80px !important;
  padding: 11px 22px !important;
  text-align: center;
  margin-top: 0 !important;
  margin-left: -1px !important;
}
#ss_message {
  display: block;
}
#ss_message p{
  opacity: 1 !important;
  font-size: 15px !important;
  transform: unset !important;
  margin-bottom: 20px;
}
#ss_message .warning{
  color: red;
}
#ss_message .success{
  color: var(--stg-green);
}
.wpcf7-response-output {
  width: 100% !important;
  margin: 30px 0 0 !important;
  max-width: unset;
  font-weight: 500 !important;
  text-align: center;
}
#praemien table {
  margin-top: 30px;
  margin-bottom: 20px;
}


.page-id-204 .timebar-text-wrapper p,
.page-id-288 .timebar-text-wrapper p {
  background: var(--stg-green);
  color: #fff;
  font-weight: 700;
  font-size: clamp(18px, 4vw, 20px);
  position: absolute;
  left: 0;
  padding: 1.5% 2.5%;
  top: 0;
  border-radius: 2px;
}
.page-id-204 .timebar-text-wrapper,
.page-id-288 .timebar-text-wrapper {
  position: relative;
  justify-content: end !important;
}
.page-id-204 .timebar-text-wrapper p:after,
.page-id-288 .timebar-text-wrapper p:after {
  content: "\f0da";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  font-size: 40px;
  color: var(--stg-green);
  right: -13px;
  top: 50%;
  transform: translateY(-50%)
}
.page-id-204 hr.is_divider,
.page-id-288 hr.is_divider{
  border-top: 1px solid #dedede;
  border-left: none;
  border-right: none;
  border-bottom: none;
  margin-bottom: 20px;
}

@media all and (max-width: 1300px) {
  .absl-img {
 display: none;
}
#countdown{
  min-width: 460px;
}
#panel-9-1-0-2 {
  display: none;
}
.page-id-204 #countdown,
.page-id-288 #countdown {
  min-width: 425px !important;
  width: 425px !important;
}
/* .page-id-204 .timebar-text-wrapper p {
  width: calc(100% - 425px) !important;
  line-height: 1.3 !important;
  white-space: nowrap;
} */
}


@media all and (max-width: 1130px) {
  .page-id-204 .boxes,
  .page-id-288 .boxes {
    flex-flow: column;
  }
  .page-id-204 .boxes > .panel-grid-cell,
  .page-id-288 .boxes > .panel-grid-cell {
    width: 100% !important;
    max-width: 680px;
    margin: auto;
    margin-bottom: auto;
  }
  .page-id-204 .boxes > .panel-grid-cell,
  .page-id-288 .boxes > .panel-grid-cell {
    width: 100% !important;
  }
  
  .page-id-204 .boxes > .panel-grid-cell:not(:last-of-type),
  .page-id-288 .boxes > .panel-grid-cell:not(:last-of-type) {
    margin-bottom: 60px;
  }
  .page-id-204 .boxes .panel-grid-cell:not(:last-child) .so-panel::after,
  .page-id-288 .boxes .panel-grid-cell:not(:last-child) .so-panel::after{
    display: none;
  }

}

@media all and (min-width: 1000px) {
  #pgc-9-3-1 {
    margin-top: 7vw;
    margin-left: -10vw !important;
    margin-right: 11vw;
  }
}

@media all and (max-width: 991px) {
  .page-id-204 .timebar-text-wrapper p,
  .page-id-288 .timebar-text-wrapper p {
    width: 100% !important;
    text-align: center !important;
    position: static;
    line-height: 1.2;
  }
  .page-id-204 .timebar-text-wrapper p::after,
  .page-id-288 .timebar-text-wrapper p::after {
    transform: rotate(90deg) translateX(-50%) !important;
    right: auto;
    left: 50%;
    bottom: -45px;
    top: auto;
  }

  .absl-cta-3_2 {
    width: 170px;
    height: 170px;
    position: absolute;
    bottom: -120px;
    cursor: pointer;
    z-index: 2;
    left: 225px;
  }
  #verfuegbarkeit-pruefen .so-panel:last-of-type h2{
    left: 0;
  }
.page-id-204 .timebar-text-wrapper p,
.page-id-288 .timebar-text-wrapper p {
  white-space: normal;
}
.page-id-204 .timebar-text-wrapper p,
.page-id-288 .timebar-text-wrapper p {
  width: 100% !important;
  text-align: center !important;
}
.page-id-204 #countdown,
.page-id-288 #countdown {
  min-width: 425px !important;
  width: 425px !important;
  margin: auto !important;
  transform-origin: center top;
}
.page-id-204 #cta2,
.page-id-288 #cta2 {
  top: -110px;
  left: 0px;
  transform: rotate(-5deg);
  width: 150px;
  height: 150px;
}
#verfuegbarkeit-pruefen-after .so-panel:last-of-type .textwidget > p:first-of-type {
  position: absolute;
  width: 100%;
  top: -23vw;
  right: auto;
  z-index: 1;
  width: 62%;
  transform: rotate(-20deg) translateX(-39%) translateY(-12%);
  left: 43%;
}
#winnerlist {
  width: 100%;
  max-width: 712px;
  table-layout: fixed;
}
.page-id-204 #winnerlist td,
.page-id-288 #winnerlist td {
  font-size: 15px;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap;
  overflow: hidden !important;
}
.page-id-204 #winnerlist td:last-of-type,
.page-id-288 #winnerlist td:last-of-type {
  padding-left: 30px;
  width: 105px;
}
.waldhaus_section {
  flex-flow: column-reverse;
  margin-top: 50px
}
.waldhaus_section > .panel-grid-cell {
  width: 100% !important;
}
.waldhaus_stoerer {
  position: absolute;
  max-width: 250px;
  width: 100%;
  top: -110px;
  right: -5%;
}
}

@media all and (max-width: 850px) {
.dbl-column .textwidget {
  column-count: 1;
  column-gap: 0;
}
#cta2 {
  width: 180px;
  height: 180px;
  position: absolute;
  top: -60px;
  left: -30px;
  cursor: pointer;
}
#verfuegbarkeit-pruefen .so-panel:last-of-type h2 {
  left: 0;
  font-size: 22px;
  width: auto !important;
  display: block;
  _max-width: 520px;
}
}

@media all and (max-width: 780px) {
  #registrierung p br, #vereins-suche p br {
    display: none;
  }

  .waldhaus_section {
  flex-flow: column-reverse !important;
  margin-top: 50px
}
.waldhaus_section > .panel-grid-cell {
  width: 100% !important;
}
.waldhaus_stoerer {
  position: absolute;
  max-width: 250px;
  width: 100%;
  top: -110px;
  right: -5%;
}
  #cta2 {
    width: 150px;
    height: 150px;
    position: absolute;
    top: -90px;
    left: 0px;
    cursor: pointer;
  }
  #footer_form .panel-grid-cell:not(:first-of-type){
    padding-left: 0;
    max-width: 250px;
  }
  .absl-img-2 {
    position: absolute;
    bottom: 0;
    width: 110vw;
  }
  .boxes {
    margin-bottom: 10px;
  }
  #hero{
    border: none;
  }
  body {
    font-size: 19px;
  }
  .boxes .panel-grid-cell .so-panel {
    font-size: 17px;
    padding: 10px 20px;
  }
  h2 {
    font-size: 24px;
    font-weight: 600px;
  }
  .site-branding {
    position: absolute;
    left: 7%;
    top: 5px;
    z-index: 20000;
    max-width: 200px;
    width: 100%;
    background: #fff;
    padding: 20px 28px 10px 0px;
    border-radius: 0 0 5px 5px;
  }
  #meta-nav{
    right: 6%;
    padding-right: 0;
  }
  #mastheader {
    height: 70px;
    background: #fff;
    padding-left: 5%;
    padding-right: 5%;
  }
  #hero-inner {
    bottom: auto;
    top: 15%;
  }
  .page-id-286 #hero-inner, .page-id-288 #hero-inner{
    bottom: 18%;
    top: auto;
  }
  /* #cta-badge {
    width: 160px;
    right: 6%;
    top: 10%;
  } */
  #cta-badge {
    width: 180px;
    /* right: auto;
    top: auto;
    bottom: 15%;
    left: 6%; */
  }
  #hero strong, .sub-hero strong {
  font-size: clamp(42px, 7.75vw, 92px);
  }
  .page-id-286 #cta-badge, .page-id-288 #cta-badge{
    width: 180px;
    right: 12%;
  }
.page-id-286 #hero-bg-tiles .so-panel:not(:first-of-type) img.fadeIn, .page-id-288 #hero-bg-tiles .so-panel:not(:first-of-type) img.fadeIn {
  width: 62.25%;
}
  #hero-bg-tiles .so-panel:not(:first-of-type) img {
    width: 100%;
    height: auto;
    _min-width: 110%;
  }
    .page-id-286 #hero-bg-tiles .so-panel:first-of-type img,
    .page-id-288 #hero-bg-tiles .so-panel:first-of-type img{
      bottom: auto !important;
      top: 40px !important;
    }
  .ios #hero strong{
    text-shadow: none;
  }
  #countdown{
    transform: scale(.75);
  }
  .content-section{
    padding: 40px 0;
    width: 86%;
  }
  .ios #countdown span, .ios #countdown p {
    font-weight: 600;
  }
  #pg-9-2, #pg-9-4, footer, .sub-hero, #pg-286-2, #pg-286-4{
    border: none;
  }
  .sub-hero{
  padding-top: 70px;
  }
  .sub-hero .sow-image-container {
    position: relative;
    min-height: 230px;
  }
  .sub-hero .sow-image-container img {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    right: 0;
    top: 0;
    object-fit: cover;
    object-position: bottom right;
  }
  .show_pw {
    position: absolute;
    right: 13px;
    top: 6px;
  }
  .show_options .wpcf7-list-item label {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .option-boxes .wpcf7-list-item label {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
  }
  .option-boxes .wpcf7-list-item-label {
    width: calc(100% - 70px);
    line-height: 1.2;
    min-width: 242px;
  }
  .close-msg {
    background: #fff;
    color: #777;
    position: absolute;
    top: -16px;
    right: -16px;
    padding: 1px 3px;
    font-size: 28px;
    border-radius: 100%;
    width: 33px;
    height: 33px;
    text-align: center;
    box-shadow: 0px 0px 10px -4px rgba(0,0,0,0.5);
    cursor: pointer;
    text-align: center;
  }
  .page-id-204 #winnerlist td,
  .page-id-288 #winnerlist td {
    font-size: 15px;
  }
  .page-id-204 #winnerlist td,
  .page-id-288 #winnerlist td {
    font-size: 15px;
  }
  .page-id-204 #winnerlist td:first-of-type,
  .page-id-288 #winnerlist td:first-of-type {
    width: 30px;
  }
  .page-id-204 #winnerlist td:last-of-type,
  .page-id-288 #winnerlist td:last-of-type {
    padding-left: 20px;
    min-width: 90px !important;
  }
#pg-286-4 .panel-grid-cell:first-of-type .widget_custom_html {
  position: absolute;
  width: 85%;
  left: 4%;
  top: 14%;
  overflow: hidden;
  z-index: 1;
  clip-path: polygon(10% 5%, 94% 17%, 95% 85%, 14% 96%);
  transform: rotateY(-18deg) scaleY(1.34) scaleX(1.34) rotateY(-27deg) rotateX(3deg);
  pointer-events: none;
} 
  .page-id-204 .absl-cta-3,
  .page-id-288 .absl-cta-3 {
    width: 170px;
    height: 170px;
    position: absolute;
    bottom: -100px;
    left: 8%;
    cursor: pointer;
    z-index: 3;
  }
  .page-id-204 .absl-cta-3_2,
  .page-id-288 .absl-cta-3_2 {
    width: 140px;
    height: 140px;
    position: absolute;
    bottom: -130px;
    cursor: pointer;
    z-index: 2;
    left: calc(140px + 7%);
  }
  .page-id-204 #cta-badge,
  .page-id-288 #cta-badge {
    width: 200px !important;
    height: 200px !important;
    /* bottom: 23% !important; */
  }
  .page-id-204 .boxes > .panel-grid-cell:not(:last-of-type),
  .page-id-288 .boxes > .panel-grid-cell:not(:last-of-type) {
    margin-bottom: 50px !important;
  }
  .lastyears_winner .textwidget.custom-html-widget {
  width: 86%;
  margin-left: auto;
  margin-right: auto;
}
}
.ios select{
  color: #212121 !important;
}
.ios input{
 border-radius: 0 !important;   
}
b.mob{
  display: none;
}

@media all and (max-height: 640px) and (min-width: 720px) {
  .page-id-286 #hero-inner, .page-id-288 #hero-inner{
    bottom: 10%;
    top: auto;
  }
}

@media all and (max-height: 540px) and (min-width: 720px) {
  .page-id-286 #hero-inner, .page-id-288 #hero-inner{
    bottom: 5%;
    top: auto;
  }
}




@media all and (max-width: 680px) {
.page-id-204 #countdown > div,
.page-id-288 #countdown > div {
  transform: scale(.7);
  margin: 0 !important;
  transform-origin: center top;
  margin-left: -20px !important;
  margin-right: 0px !important;
}
.page-id-204 #countdown,
.page-id-288 #countdown {
  min-width: 315px !important;
  width: 325px !important;
  margin: auto !important;
  transform-origin: center top;
  transform: unset !important;
}
#verfuegbarkeit-pruefen .so-panel:last-of-type h2 {
  left: 0;
  font-size: 20px;
  width: auto !important;
  display: block;
  max-width: 370px;
  font-weight: 700;
  line-height: 1.2;
  padding-bottom: 13px;
}

.page-id-204  #verfuegbarkeit-pruefen .so-panel:last-of-type h2,
.page-id-288  #verfuegbarkeit-pruefen .so-panel:last-of-type h2 {
  left: 0;
  font-size: 22px;
  width: auto !important;
  display: block;
  max-width: unset;
  font-weight: 700;
  line-height: 1.2;
  padding-bottom: 13px;
  margin: 50px auto 20px;
  font-weight: normal !important;
}
#praemien {
  padding-right: 0 !important;
}
      .waldhaus_stoerer {
    position: absolute;
    max-width: 200px;
    width: 100%;
    top: -95px;
    right: -8%;
  }
}

@media all and (max-width: 580px) and (min-height: 420px) {
    .page-id-286 #hero-bg-tiles .so-panel:not(:first-of-type) img, .page-id-288 #hero-bg-tiles .so-panel:not(:first-of-type) img {
    right: -32% !important;
    object-position: left;
    transform: scale(1.3) rotate(6deg);
  }
    .page-id-286 #hero-bg-tiles .so-panel:not(:first-of-type) img.fadeIn, .page-id-288 #hero-bg-tiles .so-panel:not(:first-of-type) img.fadeIn {
    width: 100% !important;
  }
}

@media all and (max-width: 580px) {
    .page-id-286 #cta-badge, .page-id-288 #cta-badge {
    width: 130px !important;
    height: 130px !important;
    right: 10%;
  }
  .wpcf7-form-control.wpcf7-checkbox > span .wpcf7-list-item-label {
    font-size: 18px;
  }
  #ss_message p br {
    display: none;
  }
  .show_options .wpcf7-list-item label {
    display: flex;
    flex-wrap: wrap;
    align-items: start !important;
  }
  
  .option-boxes .wpcf7-list-item-label {
    font-size: 17px;
  }
  .option-boxes .wpcf7-list-item-label {
    width: calc(100% - 70px);
    line-height: 1.2;
    
  }
  .wpcf7-form-control-wrap {
    width: 100% !important;
  }
  .option-boxes .wpcf7-list-item-label {
    font-size: 16px;
    min-width: 210px;
  }
  .wpcf7-form-control-wrap[data-name="flyer-250-a5"] label > span, .wpcf7-form-control-wrap[data-name="flyer-100-a5"] label > span {
    position: relative;
    top: -21px !important;
    margin-bottom: -21px;
  }
  #vereine_liste td {
    display: block !important;
    width: -38% !important;
    border: none !important
  }
  /* .show_results table#vereine_liste thead{
    display: none;
  } */
  .show_results table#vereine_liste td:first-of-type {
    width: 100% !important;
    border-radius: 5px 5px 0 0 !important;
    border-bottom: 1px solid #dedede !important;
  }
  .show_results table th:first-of-type {
    width: 51% !important;
  }
  .show_results table#vereine_liste td:last-of-type {
    width: 100% !important;
    border-radius: 0px 0px 5px 5px !important;
  }
  .show_results table#vereine_liste td{
    width: 100% !important;
  }
  #vereine_liste {
    border-collapse: unset !important;
    border-spacing: 0px 8px;
  }
  .option-boxes .wpcf7-list-item-label {
    
    min-width: 216px !important;
    font-size: 16px !important;
  }
  b.mob{
    display: block;
    width: 40px !important;
  }
  .ios b.mob{
  height: 45px !important;
  }
  b.dsktp{
    display: none;
  }
  .page-id-33 .muse-form-row label input {
    width: calc(100% - 40px);
    outline: none !important;
  }
  .sub-hero-text h2 {
    font-size: clamp(26px, 5vw, 78px);
  }
  .muse-form-row.dlb-col label {
    width: 100%;
    margin-bottom: 0px;
  }
  .muse-form-row.dlb-col.dlb-col-2_3 label:first-of-type,
  .muse-form-row.dlb-col.dlb-col-2_3 label:last-of-type{
    width: 100%;
    margin-bottom: 0px;
  }
  .muse-form-row.dlb-col:not(.dlb-col-4_1) label:first-of-type {
    margin-bottom: 10px;
  }
  body:not(.home) #meta-nav span:not(.divider) {
    display: none;
  }
  .sub-hero {
    margin-bottom: -30px;
  }  
  #cta-badge {
    width: 150px;
    /* bottom: 12%; */
  }
  #meta-nav a span{
    _display: none;
    font-size: 13px;
  }
  #countdown{
    transform: scale(.575);
  }
  #header-datenschutz h2, #header-teilnahmebedingungen h2{
    font-size: 21px;
  }
  #cta2 {
    width: 130px;
    height: 140px;
    position: absolute;
    top: -90px;
    left: 50%;
    cursor: pointer;
    transform: translateX(-50%) translateY(60px) !important;
    }
    #cta2.fadeIn {
    transform: translateX(-50%) translateY(0%) !important;
    }
    .message_text strong {
      display: block;
      font-size: 22px;
    }
    #praemien td strong, #praemien td {
      font-size: 20px !important;
    }
    body {
      font-size: 18px;
    }
    #pg-9-1 h2 {
      font-size: 22px;
    }
    .show_results tr {
      display: flex;
      flex-wrap: wrap; 
      margin-bottom: 6px;
    }
    .show_results table#vereine_liste td:nth-of-type(1) {
      width: 100% !important;
    }
    .show_results table#vereine_liste td:nth-of-type(2) {
      width: 65px !important;
      padding: 10px 0px 10px 15px;
    }
    .show_results table#vereine_liste td:nth-of-type(3) {
      width: calc(100% - 65px) !important;
    }

    .page-id-204   #cta2,
    .page-id-288   #cta2 {
      width: 130px;
      height: 130px;
      top: -77px;
    }
    #verfuegbarkeit-pruefen {
      padding-bottom: 5vw;
    }

    .page-id-204 #cta-badge {
      width: 150px !important;
      height: 150px !important;
      bottom: 23% !important;
    }
    .page-id-204 #cta2,
    .page-id-288 #cta2 {
      width: 120px;
      height: 120px;
      top: -67px;
      left: 50px;
    }

    .page-id-204 #countdown,
    .page-id-288 #countdown {
      min-width: auto !important;
      width: auto !important;
      margin: auto !important;
      transform-origin: center top;
      transform: unset !important;
      max-width: unset !important;
      text-align: center;
      justify-content: start !important;
      display: flex !important;
      flex-wrap: wrap !important;
      margin: auto !important;
      position: relative;
    }
    #countdown div {
      width: 101px !important;
      position: relative;
      left: 3%;
    }

}
#praemien h3 strong br{
  display: none;
}
@media all and (max-width: 490px) {
  #praemien h3 strong br{
  display: initial;
}
  .waldhaus_section {
    margin-top: 20px;
  }
  .waldhaus_stoerer {
    top: -85px;
  }
    .page-id-286 #hero-inner, .page-id-288 #hero-inner {
    bottom: 17%;
  }
      .page-id-286 #cta-badge, .page-id-288 #cta-badge {
    width: 120px !important;
    height: 120px !important;
    right: 8%;
        top: 90px !important;
  }

  .page-id-286 #hero-bg-tiles::after, .page-id-288 #hero-bg-tiles::after {
    content: "";
    background: linear-gradient(to bottom, rgba(0,0,0,0) 50%,rgba(0,0,0,0.65) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: .8;
  }
  .page-id-286 #hero-bg-tiles .so-panel:not(:first-of-type) img, .page-id-288 #hero-bg-tiles .so-panel:not(:first-of-type) img{
    z-index: 100;
  }
  .page-id-204 #countdown,
  .page-id-288 #countdown {
    transform: scale(.9) !important;
  }
  .page-id-204 #countdown div,
  .page-id-288 #countdown div {
      width: 90px !important;
      position: relative;
      left: 0%;
    }
    .page-id-204 #countdown,
    .page-id-288 #countdown {
      _min-width: 275px !important;
       width: 325px !important;
      _margin: auto !important;
      _margin-right: auto;
      _transform-origin: center top;
      _transform: unset !important;
      justify-content: end !important;
      _margin-right: -3.5% !important;
      flex-wrap: nowrap !important;
    }
}


@media all and (max-width: 430px) {
  /* .page-id-204 #countdown {
    min-width: unset !important;
    width: auto !important;
    left: 50%;
    transform: translateX(-42.5%) scale(.9) !important;
  } */
  .page-id-204  #countdown div,
  .page-id-288  #countdown div {
      width: 85px !important;
      position: relative;
      left: 0%;
    }
  #praemien table + p {
    font-size: 17px !important;
  }
  .option-boxes {
    display: none;
    border: 1px solid #dedede;
    padding: 20px 10px 20px 20px;
  }
  h1, h2 {
  font-size: 4.5vw;
  font-size: clamp(24px,4.5vw,66px);
}
#praemien table tbody {
  transform: scale(.9);
  transform-origin: center left;
}
h2 br{
  display: none;
}
}
.ios #wp-search-verein,
.safari #wp-search-verein{
  padding: 10px 10px 9px 10px !important;
}
body:not(.home) .muse-form p, #change_user_information_form, #change_user_information_form p {
  opacity: 1 !important;
  transform: unset !important;
}
body:not(.home) .muse-form{
  opacity: 0;
  transform: translateY(60px);
}
body:not(.home) .muse-form.fadeIn{
  opacity: 1;
  transform: translateY(0px);
}
#edit_user_information {
  border: none;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
  border-bottom: 2px solid #dedede;
  background: transparent;
  padding: 5px 0;
  font-weight: 600;
  color: #777;
  text-transform: uppercase;
  font-size: 11px;
  margin-top: 25px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
#edit_user_information:hover {
  color: #333;
}

#datenschutz {
  width: 20px;
  margin-right: 10px;
  height: 20px;
  padding: 0;
  appearance: checkbox;
  -webkit-appearance: checkbox;
}
.ds-label {
  font-size: 15px;
  line-height: 1.3;
  display: block;
  width: calc(100% - 80px);
  max-width: 600px;
}
.ds-label-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-left: -2px;
}
.ds-label a {
  color: var(--stg-green);
}

#change_user_information_form label {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
  align-items: center;
  justify-content: space-between;
}
#change_user_information {
  margin: 10px 0 0 auto !important;
  display: block;
}
#change_user_information_form label span {
  width: 190px;
  text-align: left;
  font-weight: 600;
}
#change_user_information_form label input {
  width: calc(100% - 200px);
}
#register-message{
  overflow: auto;
}
#teilnahmebedingungen small,
#praemien small {
  line-height: 1.3;
  display: block;
  padding-top: 20px;
  border-top: 1px solid #f0f0f0;
  max-width: 940px;
  display: flex;
  margin-top: -10px;
}
#praemien p small {
  font-size: 13px;
}
@media all and (max-width: 650px) {
#change_user_information_form label input {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
}
}

/* @media all and (max-width: 430px) {
.page-id-204 #countdown {
  min-width: 315px !important;
  width: 325px !important;
  margin: auto !important;
  margin-right: auto;
  transform-origin: center top;
  transform: unset !important;
  justify-content: end !important;
  margin-right: -3.5% !important;
}
} */

@media all and (max-width: 405px) {
.page-id-204 #countdown,
.page-id-288 #countdown {
  margin-left: -2% !important;
}
}

#vereine_liste th {
  font-size: 13px;
  text-align: left;
  padding: 2px 15px;
  font-weight: 600;
  color: #555;
}
#vereine_liste thead tr {
  box-shadow: none;
}

@media (min-width: 1600px) {
  #pgc-9-3-1 {
    margin-top: 7vw;
    margin-left: -10vw !important;
    margin-right: 11vw;
    width: 40% !important;
  }
}

.page-id-204 #countdown span.mobile,
.page-id-288 #countdown span.mobile{
  display: none;
}
@media (max-width: 580px) {
.page-id-204 #countdown span.dsktp,
.page-id-288 #countdown span.dsktp{
  display: none;
}
.page-id-204 #countdown span.mobile,
.page-id-288 #countdown span.mobile{
  display: block;
}
}