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


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

.bg-kopf-funk {
	background-color: white;
	background-image: url("../grafiken/funk/bg-kopf.webp");
	background-position: right 7% top 60%;
	background-repeat: no-repeat;
}

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

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

small {font-size: 87%;}

smaller {font-size: 75%;}

.posfuell {
	height: 200px;
}

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

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

/* Füllung*/
.fuelltext span:nth-child(2) {
	color: #c41187;
	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*/

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

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

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

.kopf-innen-links-funk, .container1-innen-links-funk {
	display: block;
	width: 50%;
	align-items: left;
}

.kopf-innen-rechts-funk, .container1-innen-rechts-funk {
	display: block;
	flex-wrap: wrap;
	width: 45%;
	align-items: left;
	text-align: center;
}

.txt-kopf-funk {
	position: relative;
	word-break: break-all;
	text-align: left;
	font-family: "Roboto";
	font-size: 10rem;
	font-weight: 900;
	color: #141b2d;
}

.text-kopf-funk2 {
	margin-top: 100px;
}

.txt-kopf-funk2 {
	font-size: 3rem;
	font-family: 'Roboto';
	font-weight: 500;
	color: #c41187;
}

.txt-kopf-funk3 {
	text-align: center;
	font-size: 5rem;
	font-family: 'Roboto';
	font-weight: 600;
	color: #141b2d;
}

.txt-aktuell {
	font-family: 'Outfit';
	font-size: 1.5rem;
	color: #141b2d;
}

.txt-funk-button {
	font-size: 1.5rem;
}

.txt-amateurfunk {
	font-family: 'Outfit';
	font-size: 2rem;
	color: white;
	padding: 10px 80px;
	background-color: #141b2d;
	border-radius: 10px;
}

.funk-button {
	vertical-align: middle;
	font-family: "Roboto";
	font-weight: 400;
	letter-spacing: 0.1em;
	color: whitesmoke;
	padding: 10px;
	border: none;
	background-color: #141b2d;
	border-radius: 10px;
	transition: all 0.5s;
	width: 80%;
	border-right: 15px solid #c41187;
}

.funk-button:hover {
	cursor: pointer;
	color: white;
	background-color: #00a3be;
	border-radius: 20px;
	border-right: 15px solid crimson;
	transition: all 0.5s;
}

.funk-button2 {
	margin: 10px 0;
	padding: 10px 5px;
	cursor: pointer;
	height: auto;
	width: 50%;
	border: none;
	border-right: 20px solid orange;
	border-radius: 10px;
	background: #e1e1e1;
	color: #141b2d;
	text-align: center;
	font-weight: 400;
	font-family: 'Outfit';
	transition: all 0.6s ;
}

.funk-button2 img {
	vertical-align: middle;
	padding-right: 10px;
}

.funk-button2:hover {
	background: orange;
	color: white;
	border-radius: 40px;
	border-right: 20px solid #e1e1e1;
	box-shadow: 4px 4px rgb(158, 157, 157);
}

.funk-button3 {
	margin: 10px 0;
	padding: 10px 5px;
	cursor: pointer;
	height: auto;
	width: 70%;
	border: none;
	border-right: 20px solid #10cdf3;
	border-radius: 10px;
	background: #c1bfbf;
	color: #141b2d;
	text-align: center;
	font-weight: 400;
	font-family: 'Outfit';
	transition: all 0.6s ;
}

.funk-button3:hover {
	background: #10cdf3;
	color: white;
	border-radius: 40px;
	border-right: 20px solid #e1e1e1;
	box-shadow: 4px 4px rgb(158, 157, 157);
}

.funk-button4 {
	margin: 10px 0;
	padding: 10px 5px;
	cursor: pointer;
	height: auto;
	width: 70%;
	border: none;
	border-right: 20px solid crimson;
	border-radius: 10px;
	background: #f8bcbc;
	color: #141b2d;
	text-align: center;
	font-weight: 400;
	font-family: 'Outfit';
	transition: all 0.6s ;
}

.funk-button4:hover {
	background: crimson;
	color: white;
	border-radius: 40px;
	border-right: 20px solid #e1e1e1;
	box-shadow: 4px 4px rgb(158, 157, 157);
}

.funk-button5 {
	margin: 10px 0;
	padding: 10px 5px;
	cursor: pointer;
	height: auto;
	width: 70%;
	border: none;
	border-right: 20px solid #00a3be;
	border-radius: 10px;
	background: #e0f5f5;
	color: #141b2d;
	text-align: center;
	font-weight: 400;
	font-family: 'Outfit';
	transition: all 0.6s ;
}

.bg-button5 {
	background-color: #a8f6f6;
}

.funk-button5:hover {
	background: #00a3be;
	color: white;
	border-radius: 40px;
	border-right: 20px solid #e0f5f5;
	box-shadow: 4px 4px rgb(158, 157, 157);
}

.funk-button7a {
	margin: 10px 0;
	padding: 10px 5px;
	cursor: pointer;
	height: auto;
	width: 70%;
	border: none;
	border-right: 20px solid #96a102;
	border-radius: 10px;
	background: #f8f9ea;
	color: #141b2d;
	text-align: center;
	font-weight: 400;
	font-family: 'Outfit';
	transition: all 0.6s ;
}

.funk-button7a:hover {
	background: #96a102;
	color: white;
	border-radius: 40px;
	border-right: 20px solid #f8f9ea;
	box-shadow: 4px 4px rgb(158, 157, 157);
}

.framestyle {
	width: 650px;
	height: 400px;
}

.li-inhalt, .li-inhalt a {
	line-height: 1.5em;
	text-align: center;
	font-family: 'Roboto';
	font-size: 1.25rem;
	color: #141b2d;
	list-style-type: none;
	transition: all 0.7s;
}

.li-inhalt li:hover, .li-inhalt a:hover {
	cursor: pointer;
	color: #c41187;
	transition: all 0.7s;
}

.li-inhalt li:hover::before {
	padding-right: 10px;
	content: " " url("../basis/icon-pfeil-lang-rechts-20x15.png");
	transition: all 0.7s;
}

/*ANCHOR - content*/
.cont-link-funk::after {
	padding-left: 5px;
	content: " " url("../basis/link-icon-gruen-20x20.png");
}

.cont-link-listeX::after {
	padding-left: 5px;
	content: "\10140";
}

.container1-funk {
	margin: 0 auto;
	/*padding: 10px;*/
	display: flex;
	width: 100vw;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	row-gap: 10px;
	column-gap: 10px;
	height: auto;
	/*position: sticky;
	top: 0;
	z-index: -1;*/
}

.bg-container1 {
	background-color: black;
	background-image: url("../grafiken/funk/bg-container1.webp");
	background-position: left 0 top 40%;
	background-repeat: no-repeat;
}

.bg-container2 {
	background-color: white;
	background-image: url("../grafiken/funk/bg-container2b.webp");
	background-position: right 0 top -230px;
	background-repeat: no-repeat;
}

.bg-container2.ani {
	background-position: right 0 top 0;
	transition: all 3s;
}

.bg-container3 {
	background-color: white;
	background-image: url("../grafiken/funk/bg-container3a.webp");
	background-position: left 0 top 0;
	background-repeat: no-repeat;
}

.bg-container3c {
	background-image: url("../grafiken/funk/bg-container3c.webp");
	background-position: left 0 top 0;
	background-repeat: no-repeat;
}

.bg-container4 {
	background-color: whitesmoke;
	background-image: url("../grafiken/funk/bg-container4b.webp");
	background-position: right -250px top 50%;
	background-repeat: no-repeat;
}

.bg-container4.ani {
	background-position: right 0 top 50%;
	transition: all 3s;
}

.bg-container5 {
	background-color: #edebeb;
	background-image: url("../grafiken/funk/bg-container5a.webp");
	background-position: left 1% top 0;
	background-repeat: no-repeat;
}

.bg-container5.ani {
	background-position: right 1% top 0;
	transition: ease-in-out 4s;
}

.bg-container6 {
	background-color: #e1e1e1;
	background-image: url("../grafiken/funk/bg-container6.webp");
	background-position: right 0 top 5%;
	background-repeat: no-repeat;
}

.bg-container7a {
	background-color: #f8f9ea;
	background-image: url("../grafiken/funk/bg-container7a-relais.webp");
	background-position: left 0 top -250px;
	background-repeat: no-repeat;
}

.bg-container7a.ani {
	background-position: left 0 top 5%;
	transition: all 4s;
}

.bg-container7 {
	background-color: whitesmoke;
	background-image: url("../grafiken/funk/bg-container7-iss.webp");
	background-position: right -300px top 50%;
	background-repeat: no-repeat;
}

.bg-container7.ani {
	background-position: left 0 top 5%;
	transition: all 4s;
}

.bg-container7b {
	background-color: whitesmoke;
	background-image: url("../grafiken/funk/bg-container7b-iss.webp");
	background-position: left 15% top 40%;
	background-repeat: no-repeat;
}

.bg-container7b.ani {
	background-position: right 5% top 60%;
	transition: all 4s;
}

.bg-container8 {
	background-color: #e5f5f5;
	background-image: url("../grafiken/funk/bg-container8-qo100.webp");
	background-position: left 3% top 7%;
	background-repeat: no-repeat;
}

.bg-container8.ani {
	background-position: right 5% top 75%;
	transition: all 4s;
}

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

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

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

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

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

.txt-funk-norm a {
	color: #059e9e;
}

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

.txt-space {
	letter-spacing: 0.1rem;
	font-size: 2rem;
	font-family: "kalam";
}

.txt-funk-norm-fett2 {
	text-align: center;
	padding: 30px;
	font-size: 2rem;
	font-family: 'Outfit';
	font-weight: 600;
	color: brown;
}

.txt-funk-norm a {
	font-weight: 600;
}

.txt-funk-norm a:hover, .txt-funk-caption a:hover {
	color: crimson;
	cursor: ne-resize;
	text-decoration: underline;
}

.video-pos {
	margin: 50px 0;
}

.video-responsiv {
	width: 800px;
	height: auto;
	border: none;
}

.testklasse {color: brown;}

.extraliste {
	text-align: left;
	line-height: 2.25rem;
	font-size: 1.5rem;
	font-family: 'Outfit';
	font-weight: 500;
	color: #141b2d;
}

.extraliste li {
	margin-left: -1.55em;
	display: block;
	list-style: none;
}

.txt-deko1 {
	text-decoration-color: gray;
	text-decoration-line: underline;
	text-decoration-thickness: 2px;
}

.txt-funk-liste, .txt-funk-liste2, .txt-funk-liste3, .txt-funk-liste6, .txt-funk-liste7a, .txt-funk-liste7, .txt-funk-liste8 {
	text-align: left;
	line-height: 2.5rem;
	font-size: 1.5rem;
	font-family: 'Outfit';
	font-weight: 300;
	color: #141b2d;
}

.txt-funk-liste9{
	padding: 15px;
	text-align: left;
	font-size: 1.2rem;
	font-family: 'Outfit';
	font-weight: 300;
	color: #141b2d;
}

.txt-funk-liste6-b{
	padding: 15px;
	text-align: left;
	font-size: 1.2rem;
	font-family: 'Outfit';
	font-weight: 300;
	color: #141b2d;
}

.txt-liste6-b {
	text-align: left;
	font-size: 1.4rem;
}

.txt-liste6-c {
	font-size: 1.25rem;
}

.bg-txt-liste {
	width: auto;
	padding: 10px;
	border-radius: 15px;
	background-color: #10cdf3;
}

.bg-funk-liste {background-image: linear-gradient(45deg, #f6f9ee 95%, transparent 5%);}
.bg-funk-liste2 {background-image: linear-gradient(45deg, #edebeb 95%, transparent 5%);}
.bg-funk-liste3 {background-image: linear-gradient(45deg, #cbcaca 95%, transparent 5%);}
.bg-funk-liste6 {background-image: linear-gradient(45deg, #e1e1e1 95%, transparent 5%);}
.bg-funk-liste7a {background-image: linear-gradient(45deg, #ebeaea 95%, transparent 5%);}
.bg-funk-liste7 {background-image: linear-gradient(45deg, rgb(249, 227, 232) 95%, transparent 5%);}
.bg-funk-liste8 {background-image: linear-gradient(45deg, #a8f6f6 95%, transparent 5%);}

.txt-funk-caption, .txt-funk-caption a {
	text-align: center;
	padding-top: 1rem;
	font-size: 1.25rem;
	font-family: 'Outfit';
	font-weight: 400;
	color: #738a3c;
}

.txt-funk-caption2 {
	text-align: center;
	padding-top: 1rem;
	font-size: 1.25rem;
	font-family: 'Outfit';
	font-weight: 400;
	color: #141b2d;
}

.figimg {
	opacity: 0.2;
	filter: grayscale(100%);
}
.figimg:hover {
	scale: 1.3;
	cursor: pointer;
}
.figimg.farbe {
	opacity: 1;
	filter: grayscale(0);
	transition: all 2.5s ;
}

.figimg2 {
	scale: 1;
	transition: all 1.5s;
}
.figimg2:hover {
	scale: 1.3;
	cursor: pointer;
	transition: all 1.5s ;
}
.txt-funk-norm img {
	vertical-align: middle;
	padding-left: 45%;
}

.txt-funk-liste li {
	list-style-image: url("../basis/haken-gruen_28x28.png");
}

.txt-funk-liste2 li {
	list-style-image: url("../basis/haken-blau_28x28.png");
}

.txt-funk-liste3 li {
	list-style-image: url("../basis/haken-orange_28x28.png");
}

.txt-funk-liste6 li {
	list-style-image: url("../basis/haken-hblau_28x28.png");
}

.txt-funk-liste7a li {
	list-style-image: url("../basis/haken-olive_28x28.png");
}

.txt-funk-liste7 li {
	list-style-image: url("../basis/haken-crim_28x28.png");
}

.txt-funk-liste8 li {
	list-style-image: url("../basis/haken-dblau_28x28.png");
}

.txt-funk-listeX, .txt-funk-listeX a {
	text-align: left;
	font-size: 1.3rem;
	font-family: 'Outfit';
	font-weight: 300;
	color: #141b2d;
}

.txt-funk-listeX a:hover {
	text-decoration: underline;
	color: #728a3c;
}

.txt-funk-listeX li {
	display: inline;
	list-style: none;
	padding-left: 10px;
}

.txt-funk-listeX li:after {
	font-size: 1rem;
	color: #728a3c;
	padding-left: 5px;
	content: "\27A4";
	/*content: "\26A0";*/
}

.txt-funk-border-pink {
	border-left: 15px solid #c41187;
	border-radius: 50% 50%;
}

.txt-funk-border-gruen {
	background-color: white;
	border-right: 35px solid #9fbe54;
	border-radius: 50% 50%;
}

.txt-funk-border-crim {
	background-color: white;
	border-right: 35px solid crimson;
	border-radius: 50% 50%;
}

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

.txt-funk-border-tuerk {
	background-color: white;
	border-right: 35px solid #05a2a2;
	border-radius: 50% 50%;
}

.txt-funk-border-blau {
	background-color: whitesmoke;
	border-right: 35px solid #5854be;
	border-radius: 50% 50%;
}

.txt-funk-border-hblau {
	background-color: whitesmoke;
	border-right: 35px solid #10cdf3;
	border-radius: 50% 50%;
}

.txt-funk-border-orange {
	background-color: #e1e1e1;
	border-right: 35px solid orange;
	border-radius: 50% 50%;
}

.bg-txt-funk-ueber2 {
	background-image: url("../grafiken/funk/hg-pink.png");
	background-size: 75% 40%;
	background-repeat: no-repeat;
	background-position: 5% 80%;
}

.txt-afug {
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	font-family: 'Roboto';
	font-weight: 400;
	color: rgb(235, 233, 233);
}

.txt-afug2::first-letter {
  font-size: 1.35rem;
  font-weight: 700;
  color: #c41187;
}

label.afugline {
	display:block;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	font-family: 'Roboto';
	font-weight: 400;
	color: rgb(235, 233, 233);
}

label.afugline::first-letter {
	font-size: 1.35rem;
  font-weight: 700;
  color: #c41187;
}

/*ANCHOR - tabelle funk*/
table, th, td, caption {
	text-align: center;
  border: thin solid #f6f4f4;
}

table {
	border-collapse: collapse;
  border-spacing: 0;
  border-width: thin 0 0 thin;
	width: 100%;
}

.table-sicht {
	display: inline;
}

caption, thead {
	background: #cbcaca;
	padding: 10px;
}

td {
	font-size: 1.2rem;
	padding: 5px 10px;
}

.tdbg-kw {background-color: #bef8ed;}
.tdbg-vhf {background-color: #bedef8;}
.tdbg-uhf {background-color: #a6d4f9;}
.tdbg-shf {background-color: #82c4fa;}
.tdbg-ehf {background-color: #63b7fb;}
.tdbg-tehf {background-color: #1f95f6;}

th {
	background: #fea400;
	color: #141b2d;
	font-size: 1.2rem;
	font-weight: 600;
	font-family: 'Roboto';
	padding: 10px;
	width: 180px;
}

.th-frist-hg > th {
	background-color: #f8a1b3;
}

.th-hg {background: #41633e}

tr {
	padding: 5px;
	letter-spacing: 0.1em;
}

tr:nth-child(even) {background-color: #d2d7d8}

col:nth-child(3) {width: 33%;}
col:nth-child(1),  col:nth-child(2), col:nth-child(4) {width: 15%;}
col:nth-child(7) {width: 10%;}



tr:hover {background: #fea400}

/***tabelle funk ende***/



.txt-bg-funk {
	background: linear-gradient(to right, hsl(200 100% 50%), hsl(77 100% 50%));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/*ANCHOR - slider*/
.sliderElements, .sliderElements figure, .sliderControls {
  margin: 0;
}
 
/*.sliderElements:after {
    content: ".";
    display: block;
    height: .1px;
    clear: both;
    visibility: hidden;
    font-size: 0;
    overflow: hidden;
}*/
 
.cssSlider {
  overflow-x: hidden;
}
 
.sliderElements {
	list-style: none;
	position: relative;
	left: 0;
	width: 400%;
	margin-bottom: .8em;
	padding: 0;
	-webkit-transition: left .8s ease-in-out;
	-moz-transition: left .8s ease-in-out;
	-o-transition: left .8s ease-in-out;
	transition: left .8s ease-in-out;
}
 
.sliderElements > li {
	float: left;
	width: 25%;
	position: relative;
}
 
#slide02:checked ~ .sliderElements {
  left: -100%;
}
 
#slide03:checked ~ .sliderElements {
  left: -200%;
}
 
#slide04:checked ~ .sliderElements {
  left: -300%;
}
 
/* 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 {
	/*padding: 25px;*/
	width: 100%;
	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*/


.flex-container-funk {
	width: 100%;
	padding: 5px 0;
	display: flex;
	flex-shrink: 1;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
}

/*ANCHOR - Seiten-Menue funk*/
fu-menue {
	display: flex;
	width: 100%;
	min-height: 80px;
	justify-content: center;
	align-items: center;
	background-color: #fff;
}

.fu-menue ul {
	font-family: "Roboto";
	font-size: 2em;
	font-weight: 400;
	color: #141b2d;
	list-style-type: circle;
	text-align: center;
	line-height: 1.5em;
}

.fu-menue ul li {
	display: inline;
}

.fu-menue ul li a {
	text-decoration: none;
	padding: 5px 20px;
	color: #141b2d;
	background-color: yellow;
}

.fu-menue ul li a:hover {
	color: #fff;
	background-color: #369;
	cursor: pointer;
}

.fu-menue-button {
	margin: 5px;
	font-family: "Roboto";
	font-size: 0.8em;
	font-weight: 400;
	text-align: center;
	padding: 15px;
	color: beige;
	background-image: linear-gradient(135deg, #497389 95%, #9fbe54 5%);
	border: none;
	transition: all 0.7s;
}

.fu-menue-button img {
	display: block;
	margin: 0 auto;
	padding-top: 15px;
}

.fu-menue-button:hover {
	background-image: none;
	background-color: #52a4f7;
	border-radius: 12px;
	transition: all 0.7s;
	color: #141b2d;
	transform: scale(1.05);
	cursor: pointer;
}

#bereich_afuaus_hg {
	width: 100%;
	min-height: 650px;
	height: auto;
	background-image: url("../grafiken/funk/afuaus3.webp");
	background-repeat: no-repeat;
	background-size: cover;
}

.hg-afug {
	display: flex;
	justify-content: center;
	align-items: center;
	height: auto;
	width: 100%;
	background-color: #23476f;
}

.afug-innen {
	justify-content: center;
	width: 80%;
	height: auto;
	padding: 20px;
}

.txt-funk-text3a {
	color: white;
	font-size: 2.5rem;
	font-family: "Oswald";
	font-weight: 900;
}

.txt-funk-text3a img {
	padding-left: 20px;
	vertical-align: middle;
}

.txt-afu-afug {
	text-align: left;
	letter-spacing: 0.05em;
	font-size: 1.2em;
	font-weight: 300;
	font-family: "Roboto";
	color: white;
}

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

.bgcolwhite {background-color: white;}

@media screen and (max-width: 600px) {
	#bereich_afuaus_hg {
		display: none;
	}
	.afug-innen {
		width: 100%;
		padding-left: 10px;
	}
	.txt-funk-text3a {
		text-align: center;
		font-size: 1.5em;
	}
	.txt-afu-afug {
		font-size: 1em;
	}
	.txt-funk-text3a img {
		padding-left: 30%;
	}
}

.flex-container3-funk {
	width: 100%;
	display: flex;
	flex-shrink: 1;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
}

.flex-container3-funk a:hover {
	color: #00b4cd;
	text-decoration: underline;
}

.flex-item3-funk ul li a {
	letter-spacing: 0.15em;
	color: black;
	font-size: 1.5em;
	font-family: "Oswald";
	list-style-type: disc;
}

.flex-item3-funk {
	box-sizing: border-box;
	padding: 20px;
	min-width: 320px;
	max-width: 80%;
	height: auto;
	margin: auto;
	word-wrap: break-word;
}

.flex-item3-funk img {
	padding-left: 20px;
	vertical-align: middle;
}

.flex-item3-funk a {
	color: #ed7004;
}

.txt_funk_text3 {
	text-align: left;
	margin: 0 auto;
	color: #23476f;
	font-size: 2.5rem;
	font-family: "Oswald";
	font-weight: 900;
}

.txt_funk_text1 {
	top: 0;
	margin: 0 auto;
	letter-spacing: 0.1em;
	/*line-height: 1.3;*/
	text-align: left;
	color: black;
	font-family: "Roboto";
	font-size: 1.2em;
	font-weight: 300;
}

.txt_funk_text1 a {
	letter-spacing: 0.1em;
	text-align: left;
	color: black;
	font-family: "Roboto";
	font-weight: 300;
}

.txt_funk_text1 a:hover {
	color: #00ffca;
	text-decoration: underline;
}

.txt_afuaus_text1 {
	text-align: left;
	margin: 0 auto;
	color: #23476f;
	font-size: 2rem;
	font-family: "Oswald";
	font-weight: 600;
}

.txt_afuaus_text2 {
	text-align: left;
	margin: 0 auto;
	padding-left: 30px;
	letter-spacing: 0.1em;
	color: #141b2d;
	font-size: 1.3em;
	font-family: "Oswald";
	font-weight: 400;
}

.txt_afuaus_text3 {
	text-align: left;
	margin: 0 auto;
	padding-left: 30px;
	color: crimson;
	font-size: 1.5em;
	font-family: "Oswald";
	font-weight: 600;
}

/***accordion funk***/
.accordion-funk {
	display: flex;
	padding: 20px;
	cursor: crosshair;
	height: auto;
	width: 90%;
	min-width: 340px;
	border: 1px solid #d2d5d7;
	border-radius: 20px;
	background: #c6c6c6;
	color: #23476f;
	transition: 0.6s ease-in-out;
	align-items: center;
	letter-spacing: 0.1em;
	font-size: 1.4em;
	font-family: "Roboto";
	background-image: url("../basis/plus4.png");
	background-position-x: left 35px;
	background-repeat: no-repeat;
}

.accordion2-funk {
	display: flex;
	padding: 20px;
	cursor: crosshair;
	height: auto;
	width: 100%;
	min-width: 320px;
	border: 1px solid #d2d5d7;
	background: #c6c6c6;
	color: black;
	transition: 0.8s ease-in-out;
	align-items: center;
	letter-spacing: 0.1em;
	font-size: 1.2em;
	font-family: "Roboto";
}

.active,
.accordion-funk:hover {
	background: #23476f;
	color: white;
	transition: 0.5s;
	border-radius: 20px;
	box-shadow: 4px 4px silver;
}

.active2,
.accordion2-funk:hover {
	background: #23476f;
	color: white;
	transition: 0.5s;
	border-radius: 20px;
	box-shadow: 4px 4px silver;
}

.active:after {
	content: "\2212";
	font-weight: bold;
	padding-left: 30px;
	color: white;
}

.panel-funk {
	background-color: #e8edfe;
	max-height: 0;
	overflow: hidden;
	transition: height 1.2s linear;
}

.txt_panel {
	display: inline;
	padding: 10px 10px 10px 0;
	line-height: 1.3em;
	letter-spacing: 0.1em;
	color: black;
	font-family: "Roboto";
	font-size: 1.2em;
	font-weight: 300;
}

.txt_panel_ueber {
	color: #23476f;
	font-size: 1.4em;
	font-weight: 400;
}

.txt_panel a {
	color: #fb540c;
	font-weight: 500;
}

.txt_panel2 {
	padding: 0 0 0 15px;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	color: black;
	font-size: 1.2em;
	font-family: "Roboto";
	text-decoration: underline;
	text-underline-offset: 0.3em;
}

/***Ende accordion funk***/

/*ANCHOR - button*/
.fu-button-link {
	font-size: 1.5em;
	font-family: "Outfit";
	font-weight: 400;
	color: #141b2d;
	padding: 10px;
	text-align: left;
	background-color: #e8edfe;
	transition: all 0.3s;
}

.fu-button-link img {
	vertical-align: middle;
	padding-left: 10px;
}

.fu-button-link span {
	padding-left: 15px;
}

.fu-button-link:hover {
	border-radius: 15px;
	color: beige;
	background-color: #3983ab;
	transition: all 0.3s;
	cursor: pointer;
}

.fu-button-link:hover::after {
	vertical-align: middle;
	padding-left: 10px;
	content: " " url("../basis/dreieck-rechts-beige-20.png");
}

#viewfunk {
	cursor: crosshair;
	list-style-position: inside;
	list-style-type: none;
}

.cont_inf_k::before {
	content: url("../basis/info-sw_16x16.png");
}

.leer_blank_funk {
	line-height: 3em;
	height: 20px;
	background: #e8edfe;
}

.border_gruen {
	border-radius: 10px;
	box-shadow: 5px 5px silver;
}

/***buttons afu***/
.flex-container_button {
	display: flex;
	flex-shrink: 1;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-around;
	background-color: #e8edfe;
}

.flex-item1_button {
	display: flex;
	padding: 10px 0 20px 0;
	height: auto;
}

.button_afu_app {
	width: 220px;
	min-height: 300px;
	padding: 10px;
	background-image: url("../grafiken/funk/hg_button_afu_app.png");
	line-height: 1.2em;
	border: 1px solid silver;
	border-radius: 0 20px 0 20px;
	box-shadow: 0 5px 5px silver;
	cursor: pointer;
}

.button_afu small {
	color: black;
	font-family: "Oswald";
	font-size: 0.6em;
	line-height: 0.5em;
}

.button_afu_app small {
	color: black;
	font-family: "Oswald";
	font-size: 0.6em;
	line-height: 0.5em;
}

.txt_button_afu_app {
	color: orange;
	font-family: "Oswald";
	font-size: 2em;
}

.txt_button_afu_u {
	color: orange;
	font-family: "Oswald";
	font-size: 2em;
}

.txt_button_afu {
	color: white;
	font-family: "Oswald";
	font-size: 1.3em;
}

.scalez:hover {
	transform: scale(1.1);
	transition: all 0.5s;
	border-radius: 28px;
	box-shadow: 5px 5px silver;
	opacity: 1;
}

.scalez {
	animation: backInRight;
	animation-duration: 3s;
	transition: all 0.5s ease-in;
}

.flex-item4 {
	box-sizing: border-box;
	align-items: center;
	height: auto;
	width: 100%;
}

.hide_f,
.hide_x {
	transition: height 1s ease-in-out;
	height: 5.5em;
	overflow: hidden;
}

.hide_100 {
	width: 100%;
	height: 100%;
	transition: height 1s ease-in-out;
}

#button4 {
	cursor: crosshair;
	text-decoration: none;
	color: white;
	padding: 25px 0 0 120px;
	text-align: left;

	letter-spacing: 0.15em;
	font-size: 1.5em;
	font-family: "Oswald";
	border: none;
	background: none;
}

#button4:hover {
	color: silver;
	transition: 0.7s;
}

.txt_funk_text4 {
	padding: 0 40px 0 120px;
	text-align: left;
	letter-spacing: 0.1em;
	color: white;
	font-family: "Roboto";
	font-size: 1.1em;
	font-weight: 400;
}

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

#navfarbe-umenue-funk a {
	color: white;
	text-decoration: none;
}

/*ANCHOR - media screens*/
@media screen and (max-width: 1660px) {
	.framestyle {
		width: 550px;
		height: 400px;
	}
	
}

@media screen and (max-width: 1440px) {
	.funk-button2, .funk-button3 {
		width: 55%;
	}
	.container1-innen-funk {
		width: 85%;
	}
	.txt-funk-ueber {
		font-size: 5rem;
	}
	.bg-kopf-funk {
		background-position: right 2% top 60%;
	}
}

@media screen and (max-width: 1220px) {
	.txt-funk-ueber {
		font-size: 4.5rem;
	}
	.flex-item-funk-lr {
		flex-basis: 60%;
	}
	.bg-container4 {
		background-image: none;
	}
	.framestyle {
		width: 650px;
		height: 400px;
	}
	.bg-kopf-funk {
		background-position: right 2% top 35%;
	}
}

@media screen and (max-width: 962px) {
	.funk-button2, .funk-button3 {
		width: 70%;
	}
	
}

@media screen and (max-width: 872px) {
	table {
		width: 90%;
	}
	th, td {
		font-size: 1.1rem;
	}
	.video-responsiv {
		width: 90%;
	}
}

@media screen and (max-width: 762px) {
	.kopf-innen-funk {
		width: 95%;
	}
	.bg-kopf-funk {
		background-image: url("../grafiken/funk/bg-kopf2.webp");
		background-position: right 2% top 0;
	}
	.funk-button {
		width: 100%;
	}
	.funk-button2, .funk-button3 {
		width: 75%;
	}
	.container1-innen-funk {
		width: 95%;
	}
	.txt-funk-ueber {
		font-size: 4rem;
	}
	.txt-funk-ueber2 {
		font-size: 2rem;
	}
	table {
		width: 100%;
	}
	th, td {
		font-size: 1rem;
	}
	.video-responsiv {
		padding-left: 10px;
	}
}

@media screen and (max-width: 660px) {
	.extraliste {
		font-size: 1.3rem;
	}
	.framestyle {
		width: 95%;
	}
	.video-responsiv {
		width: 480px;
		height: auto;
	}
	table {
		width: 100%;
	}
	th, td {
		font-size: 0.8rem;
	}
}

@media screen and (max-width: 600px) {
	.funk-button, .funk-button2, .funk-button3, .funk-button4, .funk-button5, .funk-button7, .funk-button7a {
		width: 90%;
	}
	.bg-container7a, .bg-container7, .bg-container8 {
		background-position: right 0 top 10px;
	}
	.text-fuell {
		font-size: 12rem;
	}
	.text-kopf-funk2 {
		margin-top: 40px;
	}
	.txt-kopf-funk2 {
		font-size: 2.5rem;
	}
	.txt-funk-button {
		font-size: 1.35rem;
	}
	.bg-container2 {
		background-image: url("../grafiken/funk/bg-container2c.webp");
		background-position: right 5px top 0;
		transition: all 3s;
	}
	.bg-container3 {
		background-image: none;
	}
	.container1-innen-funk {
		width: 100%;
	}
	.funk-button2, .funk-button3 {
		width: 85%;
	}
	.table-sicht {
		display: none;
	}
	.nachoben280 {
		margin-top: -280px;
	}
	.txt_funk_text3 {
		font-size: 1.5em;
	}
	.flex-item3-funk {
		max-width: 100%;
		padding: 10px;
	}
	.txt_funk_text1 {
		font-size: 1em;
	}
	.txt_afuaus_text1 {
		font-size: 1.5em;
	}
	.txt_afuaus_text2,
	.txt_afuaus_text3 {
		padding-left: 0;
		font-size: 1em;
		font-weight: 400;
		text-align: left;
		padding: auto;
		font-family: "Roboto";
	}
	.accordion-funk {
		width: auto;
		padding: 5px;
		font-size: 1.1em;
	}
	.fu-button-link {
		border: 1px solid gray;
		border-radius: 10px;
	}
	.fu-button-link:hover {
		transform: none;
	}
	.txt_panel {
		font-size: 1.1em;
		letter-spacing: 0;
	}
	.txt_panel_ueber {
		font-size: 1.2em;
	}
	#button4 {
		padding: 10px;
	}
	.txt_funk_text4 {
		padding: 10px;
		font-size: 1em;
	}
	.flex-item3-funk ul li a {
		text-align: left;
		letter-spacing: 0.1em;
		font-size: 1.3em;
	}
}

.flex-item1-funk {
	box-sizing: border-box;
	flex: 2;
	padding: 20px;
	min-width: 350px;
	max-width: 45%;
	height: auto;
}

.flex-item1-funk ul li a,
.flex-item3 ul li a {
	letter-spacing: 0.15em;
	color: black;
	font-size: 1.5em;
	font-family: "Oswald";
	list-style-type: disc;
}

.flex-item1-funk a:hover {
	color: #00b4cd;
	text-decoration: underline;
}

.flex-item2-funk {
	/*position: relative;*/
	box-sizing: border-box;
	padding: 20px;
	min-width: 320px;
	max-width: 50%;
	height: auto;
}

.flex-item2-funk a {
	letter-spacing: 0.1em;
	color: white;
}

@media screen and (max-width: 560px) {
	.txt-funk-norm-fett, .txt-funk-norm {
		font-size: 1.3rem;
	}
	.video-responsiv {
		width: 360px;
		height: auto;
	}
}

@media screen and (max-width: 460px) {
	.txt-funk-ueber {
		font-size: 3.5rem;
		line-height: 3rem;
	}
	.text-fuell {
		font-size: 8.5rem;
	}
	.text-kopf-funk2 {
		margin-top: 0px;
	}
	.txt-amateurfunk {
		padding: 15px;
	}
	.txt-liste6-b {
		padding: 5px;
		font-size: 1.1rem;
	}
	
}
