/*ANCHOR - funk.css*/
b {
	font-weight: 500;
}


#kopf-bouvet {
	margin: 0 auto;
	display: flex;
	width: 100vw;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	height: auto;
	min-height: 800px;
}

.bg-kopf-bouvet {
  background-color: black;
  background-image: url("../grafiken/bouvet/bg-kopf.bouvet-2026.webp");
  background-size: cover;
  background-repeat: no-repeat;
}

.kopf-innen-bouvet {
	margin: 60px 0;
	margin-top: 100px;
	padding: 10px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	row-gap: 50px;
	column-gap: 10px;
	width: 75%;
}

.txt-titel {
  font-family: 'Oswald';
  font-size: 8rem;
  font-weight: 900;
  color: #c41187;
}

.txt-dl-titel {
  word-wrap: break-word;
  font-size: 8rem;
	font-family: "Archivo";
  font-weight: 400;
  font-style: normal;
	color: transparent;
  -webkit-text-fill-color: #c41187;
  -webkit-text-stroke: 2px white;
}

.txt-titel2 {
  font-family: 'Roboto';
  line-height: 3.5rem;
  font-size: 5.7rem;
  font-weight: 400;
  color: #141b2d;
}

/*ANCHOR - Fülltext*/
.text-fuell {
	text-align: left;
	font-family: "Oswald";
	font-size: 10rem;
	font-weight: 600;
  letter-spacing: 0.2rem;
  position: relative;
}

small {font-size: 87%;}

smaller {font-size: 75%;}

.txt-klein {
	font-family:'Outfit';
	font-size: 1.2rem;
	font-weight: 300;
	color: #141b2d;
}

.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: #3188e8;
	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*/

/*ANCHOR - allgemein*/
#navfarbe-bouvet a{
	color: var(--menue-farbe);
  text-decoration: underline 3px;
}

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

.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;}

.inner-center {
	text-align: center;
}

.quelle, .quelle a {
  padding: 0;
  font-family: 'Outfit';
  font-size: 1.1rem;
  font-weight: 300;
  font-style: italic;
  color: green;
  transition: all 0.7s;
}

.quelle a:hover {
  text-decoration: underline;
  color: crimson;
  transition: all 0.7s;
}

.text-border {
	padding-left: 10px;
	border-left: 8px solid gray;
}

section figure {
	text-align: center;
}

.figimg, .figimg3 {
	opacity: 0.2;
	filter: grayscale(100%);
}

.figimg.farbe, .figimg3.farbeein {
	opacity: 1;
	filter: grayscale(0);
	transition: all 2s ;
}

.txt-funk-bouvet2 {
	font-size: 2.5rem;
	font-family: 'Oswald';
	font-weight: 300;
}


.txt-bouvet-liste-none, .txt-bouvet-liste7a {
	text-align: left;
	
	font-size: 1.3rem;
	font-family: 'Outfit';
	font-weight: 300;
	color: #141b2d;
}

.bg-liste1 {background-image: linear-gradient(45deg, #aec1e1 95%, transparent 5%);}

.bg-liste2 {background-image: linear-gradient(45deg, #f9d055 95%, transparent 5%);}

.bg-liste3 {background-image: linear-gradient(45deg, #06c9b6 95%, transparent 5%);}

.bg-liste4 {background-image: linear-gradient(45deg, #f4c3ce 95%, transparent 5%);}



.txt-bouvet-liste-none {
	list-style-image: url("../basis/keuz-rot-28x28.png");
}

.txt-bouvet-liste7a {
	list-style-image: url("../basis/li-disc-mblau.png");
}

.txt-bouvet-border-olive {
	background-color: white;
	border-right: 35px solid #96a102;
	border-radius: 50% 50%;
}

.txt-bouvet-border-mblau {
  padding: 10px;
	background-color: white;
	border-right: 35px solid #7376f3;
	border-radius: 50% 50%;
}

.txt-bouvet-border-pink {
  padding: 10px;
	background-color: white;
	border-right: 35px solid #b32245;
	border-radius: 50% 50%;
}

.txt-bouvet-border-orange {
  padding: 10px;
	background-color: white;
	border-right: 35px solid orange;
	border-radius: 50% 50%;
}

.txt-bouvet-border-gruen {
  padding: 10px;
	background-color: white;
	border-right: 35px solid #03a431;
	border-radius: 50% 50%;
}

.linie1 {
	width: 75%;
	height: 1px;
	border-color: #bec1c2;
}

/*ANCHOR - farben */
.colpink {color: #c41187;}
.colgrhell {color: rgb(235, 233, 233);}
.colblack {color: black;}
.coldblau {color: #141b2d;}
.colgruen {color: #738a3c;}
.colblau {color: #5854be;}

figcaption {
	text-align: center;
	font-style: italic;
	font-family: 'Outfit';
	font-size: 1.2rem;
	font-weight: 400;
	color: #141b2d;
	color: crimson;
}

/*ANCHOR - allgemein ende */

/*ANCHOR - container Einleitung*/
.text-kopf-bouvet2 {
	margin-top: 40px;
}

.txt-kopf-bouvet2 {
	font-size: 3rem;
	font-family: 'Roboto';
	font-weight: 500;
	color: whitesmoke;
}

.txt-aktuell {
  padding-top: 50px;
	font-family: 'Outfit';
	font-size: 1.3rem;
	font-weight: 300;
	line-height: 2rem;
	color: #141b2d;
}

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

.container1-bouvet {
	margin: 0 auto;
	display: flex;
	width: 100vw;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	row-gap: 10px;
	column-gap: 10px;
	height: auto;
}

.txt-bouvet-ueber {
	line-height: 5.5rem;
	text-align: left;
	font-size: 6rem;
	font-family: 'Oswald';
	font-weight: 400;
}

.txt-bouvet-ueber-b {
	line-height: 5.5rem;
	text-align: left;
	font-size: 4.5rem;
	font-family: 'Oswald';
	font-weight: 400;
}

.txt-content {
  padding: 15px;
	text-align: left;
	font-size: 1.5rem;
	font-family: 'Outfit';
	font-weight: 300;
	color: white;
}

.bg-content {
  background-color: #5a595995;
  border-radius: 15px;
}

.bg-update {
	font-size: 1.35rem;
	background-color: #dcd8d8;
	border-radius: 15px;
	color: #141b2d
}

.container1-innen {
	margin: 0 auto;
	display: flex;
	flex-direction: row;
  align-items: center;
	flex-wrap: wrap;
	row-gap: 30px;
	column-gap: 10px;
	width: 75%;
}


/*ANCHOR - container1 Ende*/

/*ANCHOR - container2*/
.flex-item-bouvet-lr {
  flex-basis: 45%;
  flex-grow: 1;
  flex-shrink: 1;
	position: relative;
}

.flex-item-bouvet, .flex-item-bouvet-tendenz,.flex-item-bouvet-fazit {
  flex-basis: 45%;
  flex-grow: 1;
  flex-shrink: 1;
	position: relative;
	opacity: 0;
}

.flex-item-bouvet.ani {
	opacity: 1;
	animation: rollIn;
	animation-duration: 2s;
}

.flex-item-bouvet-tendenz.ani {
	opacity: 1;
	animation: backInLeft;
	animation-duration: 1.5s;
}

.flex-item-bouvet-fazit.ani {
	opacity: 1;
	animation: backInUp;
	animation-duration: 1.5s;
}


.bg-container2 {
	background-color: #eee;
}

.bg-container3 {
	background-color: #f9f9eb;
}

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

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

.txt-bouvet-ueber2 {
	text-align: left;
	font-size: 2rem;
	font-family: 'Outfit';
	font-weight: 400;
	color: #141b2d;

}
/*ANCHOR - container2 Ende*/


@media screen and (max-width: 1440px) {
	.container1-innen {
		width: 90%;
	}
	.txt-bouvet-ueber {
		font-size: 5rem;
	}
}

@media screen and (max-width: 1306px) {
	.txt-dl-titel {
		font-size: 6rem;
	}
	.txt-titel2 {
		font-size: 4rem;
	}
}

@media screen and (max-width: 1220px) {
	.container1-innen {
		width: 95%;
	}
	.txt-bouvet-ueber {
		font-size: 4.5rem;
	}
	
}

@media screen and (max-width: 990px) {
	.txt-dl-titel {
		font-size: 4rem;
	}
	.txt-titel2 {
		font-size: 2.5rem;
	}
}

@media screen and (max-width: 962px) {
	.flex-item-bouvet-lr {
		flex-basis: 60%;
	}
	.figimg { 
		scale: 1.15;
	}
	.kopf-innen-bouvet {
		width: 90%;
	}
}

@media screen and (max-width: 762px) {
  .text-fuell {
		font-size: 9rem;
	}
	.container1-innen{
		width: 97%;
	}
	.txt-bouvet-ueber {
		font-size: 4rem;
	}
	.txt-bouvet-ueber2 {
		font-size: 2rem;
	}
}

@media screen and (max-width: 696px) {
	video {
		width: 90vw;
	}
}

@media screen and (max-width: 660px) {
  .text-fuell {
		font-size: 7.5rem;
	}
	.txt-dl-titel {
		font-size: 3rem;
	}
	.txt-titel2 {
		font-size: 2rem;
	}
}

@media screen and (max-width: 600px) {
	
	.text-fuell {
		font-size: 6.5rem;
	}
	.text-kopf-bouvet2 {
		margin-top: 40px;
	}
	.txt-kopf-bouvet2 {
		font-size: 2.5rem;
	}
	.container1-innen {
		padding-left: 10px;
		padding-right: 10px;
		width: 100%;
	}
	
}

@media screen and (max-width: 524px) {
	video {
		width: 85vw;
	}
}

@media screen and (max-width: 464px) {
	section {
		padding: 5px;
	}
	.txt-bouvet-ueber {
		font-size: 3.5rem;
		line-height: 3rem;
	}
	.text-fuell {
		font-size: 4.5rem;
	}
	.text-kopf-bouvet2 {
		margin-top: 0px;
	}
	.txt-bouvet-border-gruen, .txt-bouvet-border-mblau, .txt-bouvet-border-orange, .txt-bouvet-border-pink {
		border:0;
		border-radius: 0;
		padding: 0;
		background-color: transparent;
	}
	
}

@media screen and (max-width: 400px) {
	.txt-bouvet-norm {
		font-size: 1.2rem;
	}
}
