/* Olox Flyer */
/* body {
	/* --color-green: rgb(144, 180, 26); */
	/* --color-green: rgb(19, 80, 11); */
	/* --color-green: #31cd1c; 
} */

.green {
	background: var(--color-green);
}

.hero_green {
	height: calc(72vh);
}

.himmel {
	height: calc(28vh);
}
.himmel .uk-container{
	width: 100%;
}

.hero_h2 {
  font-size: clamp(1rem, -0.33rem + 6.67vw, 4rem);
  line-height: 1;
  margin-bottom: 0.5rem;
  font-family: var(--font_titel);
  /* font-family: 'Marcellus', 'Playfair Display', serif; */
  font-weight: 400;
}

.luebeck_svg {
  width: 400px;
	max-width: calc(35vw);
  margin-bottom: -1px;
}
#svg1 {
  stroke: #cfe7f5;
	stroke-width: 3;
	fill: rgb(15, 5, 81);
	fill-rule: evenodd;
}

  /* background-image: url('../../storage/tangofest/XL_1700604878_flower-hg.jpg'); */
.blumenmuster{
  background-image: url('../../storage/tangofest/XL_1700671289_flower-hg2.jpg');
  background-repeat: no-repeat; 
  background-size: cover; 
}

/* SVG scroll */
.image-clip {
	max-width: 100%;
	height: auto;
}

.image-clip--offset {
	margin-top: -20%;
}

.sponsoren{
	position: absolute;
	right: 20px;
	bottom: 20px;
}
.text_gemeinnuetzige {
	font-size: 2vw;
	font-size: clamp(1rem, 1vw, 1rem);
	line-height: 1.5;
	color: #3e4843;
	font-weight: 600;
}
.text_sponsor {
	font-size: 2vw;
	font-size: clamp(1rem, 1vw, 1rem);
	line-height: 1.5;
	color: #3e4843;
	font-weight: 600;
	margin-bottom: 0.3em;
}
.logo_sponsor {
	width: 165px;
}
@media screen and (max-width:750px) {
	.text_sponsor {
		font-size: 2vw;
		font-size: clamp(0.8rem, 0.8vw, 0.8rem);
	}
	.logo_sponsor {
		width: 130px;
	}
	.text_gemeinnuetzige {
		font-size: 2vw;
		font-size: clamp(0.8rem, 0.8vw, 0.8rem);
	}
	.logo_gemeinnuetzige {
		width: 50px;
		height: 50px;
	}
}


.teaser .logo_nav{
	width: 70px;
	max-width: calc(8vw);
}
.teaser .hero_titel{
	margin-top: calc(10vw);
}

.teaser .logo_img{
	position: absolute;
	left: 20px;
	bottom: 20px;
}