/*ANCHOR - siaktiv.css*/

/*ANCHOR - css variablen*/
:root {
	--color-bg-txt-dark: #141b2d ;
	--color-bg-txt-white:  white;
}

h3 {
	display: block;
	font-size: 85%;
	margin: 0 auto;
	padding: 0;
	text-decoration: underline dotted 2px green;
}

h4 {
	display: block;
	font-family: 'Outfit';
	font-size: 1.2rem;
	font-weight: 600;
	color: crimson;
	margin: 0 auto;
	padding: 0;
}

b {
	/*font-size: 110%;*/
	font-weight: 500;
}

small {font-size: 87%;}

.txt-deko-undot {
	text-decoration: underline dotted 3px green;
}

#navfarbe-siaktiv a{
	color: var(--menue-farbe);
  text-decoration: underline 3px;
}

#navfarbe-si {
	color: var(--menue-farbe);
  text-decoration: underline double 2px;
}

/*ANCHOR - css variablen ende*/
#kopf-siaktiv {
	margin: 0 auto;
	display: flex;
	width: 100vw;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	height: auto;
	height: 850px;
}

.bg-kopf-siaktiv {
  background-color: black;
  background-image: url("../grafiken/siegerland/siaktiv/hg-titel-sw.webp");
  background-repeat: no-repeat;
  background-size: cover;
}

.kopf-innen-siaktiv {
	margin: 60px 0;
	margin-top: 100px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
	width: 80%;
}

/*ANCHOR - Fülltext*/
.text-fuell {
	text-align: left;
	font-family: "Audiowide";
	font-size: 13rem;
	font-weight: 900;
  position: relative;
}

.posfuell {
	height: 200px;
}

.fuelltext span {
	margin-left: -0.15em;
	position: absolute;
}

/* Rand und Füllung Farbe*/
.fuelltext span:nth-child(1) {
	color: white;
	/*-webkit-text-stroke: 1px #c41187; Rahmen um Text*/
}

/* Füllung*/
.fuelltext span:nth-child(2) {
	color: #ffa500;
	animation: animate 4s ease-in-out infinite;
}

@keyframes animate {
	0%, 100% {
		clip-path: polygon(
			0% 45%,
			16% 44%,
			33% 50%,
			54% 60%,
			70% 61%,
			84% 59%,
			100% 52%,
			100% 100%,
			0% 100%
		);
	}

	50% {
		clip-path: polygon(
			0% 60%,
			15% 65%,
			34% 66%,
			51% 62%,
			67% 50%,
			84% 45%,
			100% 46%,
			100% 100%,
			0% 100%
		);
	}
}


/*ANCHOR - Fülltext Ende*/

.txt-siaktiv-norm-fett {
	text-align: left;
	font-size: 8rem;
	font-family: 'Outfit';
	font-weight: 600;
  letter-spacing: 0.05em;
	color: orange;
}

.padd-left10 {padding-left: 10px;}

q {
	quotes: "\201E" "\201C";
	font-size: 3rem;
	font-weight: 900;
}

.qcolgruen {color: #95b456;}
.qcolblau {color: #5854be;}
.qcolorange {color: orange;}
.qcolhblau {color: #10cdf3;}
.qcolmblau {color: #458df9;}
.qcolcrim {color: crimson;}
.qcoltuerk {color: #00a3be;}
.qcololive {color: #96a102;}
.qcolrosa {color: #fcb8fc;}

.colweiss {color: white;}
.colsweiss {color: whitesmoke;}
.colsw {color: black;}
.coldgrau {color: gray;}
.colred {color: red;}
.colhgruen {color: #00ffca;}

.colpink {color: #c41187;}
.colgrhell {color: rgb(235, 233, 233);}
.colblack {color: black;}
.coldblau {color: #141b2d;}
.colgruen {color: #738a3c;}
.colblau {color: #5854be;}
.colwhite {color: white;}

.bgcolwhite {background-color: white;}

.bg-orange {background-color: orange;}
.bg-hellgruen {background-color: #a2f9d4;}
.bg-hellblau {background-color: #75e0f5;}

/*ANCHOR - seiten navi*/

section {
	text-align: left;
}

.container-seiten-navi {
	display: flex;
  width: 100vw;
  height: auto;
  min-height: 50px;
  background-color: #e0e2e5;
}

.seiten-navi {
  text-align: center;
  width: 100vw;
}

.seiten-navi img {
  width: 45px;
}

.seiten-navi li {
	display: inline-block;
  padding: 20px;
  font-family: 'Outfit';
  font-size: 1.35rem;
  font-weight: 600;
  color: #141b2d;
	text-decoration: underline;
}

.seiten-navi li:hover {
  color: crimson;
}

.img-pad5 {
  padding-top: 5px;
}

/*ANCHOR - seiten-navi ende*/

.flex-item-siaktiv {
  flex-basis: 100%;
  flex-grow: 1;
  flex-shrink: 1;
	position: relative;
}

.container100-siaktiv {
	margin: 0 auto;
	display: flex;
	width: 100vw;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	height: auto;
}

.container-innen-siaktiv {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
	width: 80%;
}

.container-aussen {
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100vw;
	height: auto;

}

.container-innen {
	margin-top: 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 80%;
	height: auto
}

/* Buttons */

.button-cota, .button-wag {
	margin: 30px 0;
	padding: 10px 5px;
	cursor: pointer;
	height: auto;
	width: auto;
	border: none;
	border-radius: 10px;
	color: #141b2d;
	text-align: center;
	font-size: 1.35rem;
	font-weight: 400;
	font-family: 'Outfit';
	transition: all 0.6s ;
}

.button-cota:hover, .button-wag:hover {
	background: #aad16f;
	color: crimson;
	border-radius: 20px;
	border-right: 20px solid #f8f9ea;
	box-shadow: 4px 4px #9e9d9d;
}

.button-fcota {
	border-right: 20px solid #aad16f;
	background: orange;
}

.button-fwag {
	border-right: 20px solid blue;
	background: #a1f8d3;
}

.button-cota img, .button-wag img {
	vertical-align: middle;
	padding-right: 10px;
}


.bg-container-cota {
	background-image: url(../grafiken/siegerland/siaktiv/ginsburg.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-size: 100% 100%;
	height: 600px;
}

.bg-container-cota-text{
	background-color: whitesmoke;
	background-image: url(../grafiken/siegerland/siaktiv/antenne.webp);
	background-position: top 40% left 50px;
	background-repeat: no-repeat;
}

.bg-container-cota-text.ani {
	background-position: top 40% right 120px;
	transition: all 5s;
}

.bg-container-wag2025 {
	background-image: url(../grafiken/siegerland/siaktiv/hg-wag2025.webp);
	background-repeat: no-repeat;
	background-size: cover;
	height: 500px;
	filter: grayscale(1);
}

.bg-container-wag2025.ani{
	filter: grayscale(0);
	transition: all 5s;
}

.bg-container-wag2025-text{
	background-color: #eae8e8;
	background-image: url(../grafiken/siegerland/siaktiv/dl-flagge.webp);
	background-position: top -120% left 100px;
	background-repeat: no-repeat;
}

.bg-container-wag2025-text.ani {
	background-position: top 40% left 100px;
	transition: all 3s;
}

.bg-container-cw2024{
	background-image: url(../grafiken/siegerland/siaktiv/taste.webp);
	background-repeat: no-repeat;
	background-size: cover;
	height: 500px;
}

.bg-container-cw2024-text{
	background-color: #f5f5f5;
	background-image: url(../grafiken/siegerland/siaktiv/IARU-Logo.png);
	background-position: top 40% right -300px;
	background-repeat: no-repeat;
}

.bg-container-cw2024-text.ani {
	background-position: top 25% left 100px;
	transition: all 3s;
}

.txt-norm-fett {
	text-align: left;
	font-family: 'Roboto';
	font-size: 8rem;
	font-weight: 900;
}

.txt-norm-fett-2 {
	padding: 10px;
	text-align: left;
	font-family: 'Roboto';
	font-size: 4rem;
	font-weight: 400;
	border-radius: 15px;
}

.txt-siaktiv-ueber2 {
	text-align: center;
	font-size: 1.8rem;
	font-family: 'Oswald';
	font-weight: 300;
}

.txt-siaktiv-ueber2-klein {
	text-align: center;
	font-size: 1.5rem;
	font-family: 'Roboto';
	font-weight: 300;
	color: black;
}

.txt-siaktiv-ueber3-klein {
	text-align: left;
	font-size: 1.5rem;
	font-family: 'Roboto';
	font-weight: 300;
	color: black;
}

.multi-style::first-letter {
  font-size: 3rem;
	font-weight: 400;
	color: crimson
}

a {
	color: black;
}

/*ANCHOR - slider*/
.sliderElements, .sliderElements figure, .sliderControls {
  margin: 0;
}

.si-container3 {
	width: 100%;
	height: auto;
	display: flex;
	flex-shrink: 1;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	background-color: #f5f5f5;
}

.si-container3-innen {
	width: 55%;
	height: auto;
	margin: 0 auto;
	text-align: center;
	justify-content: center;
	align-items: center;
	background-color: transparent;
}
 
.cssSlider {
  overflow-x: hidden;
}
 
.sliderElements {
	list-style: none;
	position: relative;
	left: 0;
	width: 500%; /* width = 100% x Anzahl Bilder */
	margin-bottom: .8em;
	padding: 0;
	-webkit-transition: left .8s ease-in-out;
	-o-transition: left .8s ease-in-out;
	transition: left .8s ease-in-out;
}

/*ANCHOR - width = 100%/Anzahl Bilder */
.sliderElements > li {
	float: left;
	width: 20%;
	position: relative;
}
 
#slide02:checked ~ .sliderElements {
  left: -100%;
}
 
#slide03:checked ~ .sliderElements {
  left: -200%;
}
 
#slide04:checked ~ .sliderElements {
  left: -300%;
}
 
#slide05:checked ~ .sliderElements {
  left: -400%;
}

/* Bildunterschrift auf dem Bild positionieren */
.sliderElements figcaption {
	display: block;
	color: #141b2d;
	font-size: 1.25rem;
	font-family: 'Outfit';
	font-weight: 300;
	text-align: center;
	bottom: 1em;
	padding: .4em;
	/*background: rgba(0,0,0,.5);*/
}

/* Bilder responsive */
.sliderElements img {
	width: 75%;
	height: auto;
}
 
/* inputs aus dem Blickfeld schieben */
.cssSlider input {
	position: absolute;
	left: -99999px;
}
 
/* mittige Ausrichtung der Controls - funktioniert im Zusammenspiel mit inline-block */
.sliderControls {
  text-align: center;
}
 
/* Controls nebeneinander bringen */
.sliderControls li {
	display: inline-block;
	padding: 20px 0;
}
 
/* Controls auf einheitliche Maße bringen und die Ecken abrunden */
.sliderControls label {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	display: block;
	cursor: pointer;
	background: #95c12c;
	color: #141b2d;
}
 
/* Attributselektor und indirekter Nachfahrkombinator zum ansteuern der labels */
.sliderControls label:hover,
#slide01:checked ~ .sliderControls label[for="slide01"],
#slide02:checked ~ .sliderControls label[for="slide02"],
#slide03:checked ~ .sliderControls label[for="slide03"],
#slide04:checked ~ .sliderControls label[for="slide04"],
#slide05:checked ~ .sliderControls label[for="slide05"] {
	background: #ddd;
	color: crimson;
}

/*ANCHOR - slider ende*/

.txt-aktuell {
	padding: 10px;
	font-family: 'Outfit';
	font-size: 1.4rem;
	font-weight: 300;
	line-height: 2rem;
	color: white;
	background-color: #00000090;
}

.txt-aktuell img {
	padding-right: 10px;
	vertical-align: middle;
}

.txt-siaktiv-norm {
	text-align: left;
	font-size: 1.5rem;
	font-family: 'Outfit';
	font-weight: 300;
	color: #141b2d;
}

.icon img {
	vertical-align: middle;
	padding-left: 45%;
}



/*media screens*/

@media screen and (max-width: 1440px) {
	.text-fuell {
		font-size: 10rem;
	}
	.bg-container-cota-text, .bg-container-wag2025-text, .bg-container-cw2024-text{
		background-image: none;
	}
	.container-innen {
		width: 100%;
	}
	.si-container3-innen {
		width: 75%;
	}
}

@media screen and (max-width: 1078px) {
	.text-fuell {
		font-size: 8rem;
	}
	.txt-siaktiv-norm-fett {
		font-size: 6rem;
	}
	.txt-siaktiv-ueber2 {
		font-size: 1.5rem;
	}
	.si-container3-innen {
		width: 85%;
	}
	.bg-container-cota {
		height: 500px;
	}
	#kopf-siaktiv {
		height: 650px;
	}
}

@media screen and (max-width: 900px) {
	.text-fuell {
		font-size: 6rem;
	}
	.txt-siaktiv-norm-fett {
		font-size: 4rem;
	}
	.txt-siaktiv-ueber2, .txt-siaktiv-ueber2-klein {
		font-size: 1.2rem;
	}
	#kopf-siaktiv {
		height: 550px;
	}
}

@media screen and (max-width: 724px) {
	.text-fuell {
		font-size: 4rem;
	}
	.txt-norm-fett {
		font-size: 6rem;
	}
	.txt-norm-fett-2 {
		font-size: 2rem;
	}
	.txt-siaktiv-ueber3-klein {
		font-size: 1.2rem;
	}
	.posfuell {
		height: 100px;
	}
}

@media screen and (max-width: 462px) {
	.text-fuell {
		font-size: 3rem;
	}
	.txt-norm-fett {
		font-size: 4rem;
	}
	.txt-siaktiv-norm-fett {
		font-size: 3rem;
	}
	.bg-container-cota, .bg-container-cw2024, .bg-container-wag2025 {
		height: 300px;
	}
}

