/*ANCHOR - funk.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;
}

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

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

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

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

/*ANCHOR - Fülltext*/
.text-fuell {
	text-align: left;
	font-family: "Outfit";
	font-size: 10rem;
	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: white;
	/*-webkit-text-stroke: 1px #c41187; Rahmen um Text*/
}

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


/*ANCHOR - seiten navi*/

section {
	text-align: center;
}

.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*/

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

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

.formel-item {
	display: flex;
	justify-content: center;
	justify-items: center;
	width: 100%;
}

.border-formel {
	border: 3px solid crimson;
}

.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: 4rem;
	font-family: 'Outfit';
	font-weight: 100;
	color: white;
  
}

.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.3rem;
	font-weight: 300;
	line-height: 2rem;
	color: #dfe0e1;
}

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

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

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

/*ANCHOR - meintooltip*/

.txt-anker {
	cursor: help;
	color: #5b8004;
	font-family: 'Outfit';
	font-size: 1.5rem;
	font-weight: 600;
	border-bottom: 1px dotted gray;
}

.txt-anker-s {
	cursor: help;
	line-height: 2em;
	color: #141b2d;
	font-family: 'Outfit';
	font-size: 1.3rem;
	font-weight: 600;
	border-bottom: 1px dotted gray;
}

.tooldiv {
	display: flex;
	flex-direction: row;
	justify-content: center;
	justify-items: center;
	align-items: center;
}

.toolflex {
	display: flex;
	width: 80%;
	row-gap: 20px;
	text-align: left;
}

/*ANCHOR - ende meintooltip*/

/*ANCHOR - buttons*/

.technik-button-tipp {
	padding: 10px;
	cursor: pointer;
	height: auto;
	width: 70%;
	width: 250px;
	height: 250px;
	border: none;
	border-radius: 50%;
	background: #d2051a;
	box-shadow: 8px 8px 10px #9e9d9d;
	border-top: 10px solid #e6a902;
	transform: rotate(8deg);
	font-size: 2rem;
	color: white;
	text-align: center;
	font-weight: 600;
	opacity: 0.9;
	font-family: 'Outfit';
	transition: all 0.3s ;
}

.technik-button-tipp:hover {
	background: #e6a902;
	color: red;
	border-radius: 40px;
	box-shadow: 4px 4px #9e9d9d;
	transform: rotate(0deg);
	opacity: 1;
}

.technik-button-tipp img {
	vertical-align: middle;
	padding-right: 30px;
}

.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 #9e9d9d;
}

.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 #9e9d9d;
}

.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 #9e9d9d;
}

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

.funk-button5:hover {
	background: #00a3be;
	color: white;
	border-radius: 40px;
	border-right: 20px solid #e0f5f5;
	box-shadow: 4px 4px #9e9d9d;
}

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

.funk-button7a:hover {
	background: #aad16f;
	color: crimson;
	border-radius: 40px;
	border-right: 20px solid #f8f9ea;
	box-shadow: 4px 4px #9e9d9d;
}

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

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

.button-vswr:hover {
	background: #10cdf3;
	color: crimson;
	border-radius: 40px;
	border-right: 20px solid #f5eeee;
	box-shadow: 4px 4px #9e9d9d;
}

.button-vswr img {
	vertical-align: middle;
	padding-right: 10px;
}

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

li > a:after {
	content: " ";
}

nav li > a:after {
	content: url(../basis/pfeil_u_w_12x12.png);
}

nav li a.buttlinks {
	color: #00ffca;
}

li > a:only-child:after {
	content: "";
}

.li-inhalt, .li-inhalt a {
	/*line-height: 1.5em;*/
	text-align: center;
	font-family: 'Roboto';
	font-size: 1.75rem;
	color: whitesmoke;
	list-style-type: none;
	transition: all 0.5s;
}

.li-inhalt li:hover, .li-inhalt a:hover {
	cursor: pointer;
	color: #07de52;
	letter-spacing: 0.05em;
	transition: all 0.5s;
}

/*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;
	display: flex;
	width: 100vw;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	row-gap: 10px;
	column-gap: 10px;
	height: auto;
}

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

.bg-container2 {
	background-color: white;
	background-image: url("../grafiken/technik/bg-container2.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/technik/bg-antenne.webp");
	background-position: left 1% top 0;
	background-repeat: no-repeat;
}

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

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

.bg-container6.ani {
	background-position: right 0 top 5%;
	transition: all 5s;
}

.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/technik/bg-pep-2.webp");
	background-position: right 30% top 80px;
	background-repeat: no-repeat;
}

.bg-container7unten {
	background-image: url("../grafiken/technik/funkturm.webp");
	background-position: right 20px bottom 8%;
	background-repeat: no-repeat;
}

.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/technik/antenne-klein.gif");
	background-position: left 3% top 30px;
	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;
  justify-content: center;
  /*align-items: center;*/
	flex-wrap: wrap;
	row-gap: 30px;
	column-gap: 10px;
	width: 75%;
}

.txt-funk-ueber {
	line-height: 5.7rem;
	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-ueber3 {
	line-height: 4rem;
	text-align: left;
	font-size: 3.5rem;
	font-family: 'Oswald';
	font-weight: 400;
}

/*ANCHOR - video*/
.video-tech-pos {
	margin: 50px 0;
}

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

mi {
	font-style: italic;
}

.math-tab1, .math-tab3 {
	display: block;
	font-size: 1.35rem;
}

.math-tab2 {
	display: none;
	font-size: 1.35rem;
}
/*ANCHOR - test tabelle*/

.math-tab3 mtd {
	border: none;
}

mtd {
	padding: 10px 10px 0;
	border-left: thin solid gray;
}

.mtd-border {
	border-right: thin solid gray;
	border-bottom: thin solid gray;
}

/*ANCHOR - test ende*/

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

.txt-technik-klein {
	padding: 5px;
	text-align: left;
	font-size: 1.15rem;
	font-family: 'Outfit';
	font-weight: 300;
	color: #141b2d;
	line-height: 1.1em;
	font-style: italic;
}

/*ANCHOR - Kugel*/
.kugel {
	height: 300px;
	align-items: center;
	display: flex;
	justify-content: center;
	transform: scale(1);
}

/*ANCHOR - rotation*/
@keyframes rotating {
	0% {	rotate: 0; 	}
	50% {transform: scale(0.02); }
	100% {	rotate: 1turn; 	}
}

/*@keyframes scratch {
	0% {	rotate: 0;	}
	100% {	rotate: -1turn;	}
}*/

.disc {
	display: inline-block;
	animation: rotating 22s linear infinite;
}


/*.disc:hover {
	animation: scratch 3s linear infinite;
}*/

/*ANCHOR - rotation ende*/

/*ANCHOR - dipol*/
.dipol {
	height: 300px;
	align-items: center;
	display: flex;
	justify-content: center;
}

@keyframes strecken {
	0% {transform: scaleY(1); }
	30% {transform: scaleY(0.95); }
	60% {transform: scaleY(0.85); }
	80% {transform: scaleY(0.95); }
	100% {transform: scaleY(1); }
}

.streck {
	display: inline-block;
	animation: strecken 5s linear infinite;
}

.streck1a {
	display: inline-block;
	animation: strecken 3s linear infinite;
}

@keyframes strecken2 {
	0% {transform: scaleX(1.05); }
	30% {transform: scaleX(0.95); }
	60% {transform: scaleX(0.93); }
	80% {transform: scaleX(0.95); }
	100% {transform: scaleX(1.05); }
}

.streck2 {
	display: inline-block;
	animation: strecken2 4s linear infinite;
}

/*ANCHOR - strecken ende*/

/*ANCHOR - dipol2*/
.dipol2 {
	align-items: center;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

/*ANCHOR - strecken-h ende*/

.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-funk-norm-fett-2 {
	text-align: left;
	font-size: 2.5rem;
	font-family: 'Outfit';
	font-weight: 600;
	color: #141b2d;
}

.txt-technik-norm-fett {
	text-align: left;
	font-size: 4.5rem;
	font-family: 'Outfit';
	font-weight: 600;
  letter-spacing: 0.05em;
	color: #e6a902;
}

.txt-tipp {
	text-align: center;
	font-size: 3.5rem;
	font-family: 'Outfit';
	font-weight: 900;
	color: whitesmoke;
	text-decoration: underline;
}

.txt-tipp-2 {
	text-align: center;
	font-size: 2.5rem;
	font-family: 'Outfit';
	font-weight: 600;
	color: whitesmoke;
}

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

.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, #edebeb 95%, transparent 5%);}
.bg-funk-liste6a {background-image: linear-gradient(45deg, #e1e1e1 95%, transparent 5%);}
.bg-funk-liste6b {background-image: linear-gradient(45deg, #edebeb 97%, transparent 3%);}
.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%);}
.bg-funk-liste8a {background-image: linear-gradient(45deg, #a8f6f6 97%, transparent 3%);}

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

/*ANCHOR - dialog*/
dialog, dialog2 {
  width: 0;
  background-color: #b1aeae;
  color: #141b2d;
	border: none;
  border-radius: 10px;
  padding: 0;
	box-shadow: 6px 6px 8px #4f4f4f;
}

dialog[open], dialog2[open] {
  animation: fadein 0.5s ease-in forwards;
}

@keyframes fadein{
  100%{
    opacity:1;
		width: 60%;
  }
}

dialog p {
  margin: 0;
}

.txt-dialog-ueber {
	text-align: center;
	font-family: 'Outfit';
	font-weight: 600;
	font-size: 1.65rem;
}

.txt-dialog2 {
	font-weight: 600;
	font-size: 1.4rem;
	letter-spacing: 0.07em;
	text-decoration: underline;
}

.txt-dialog {
	text-align: left;
	font-family: 'Outfit';
	font-weight: 400;
	font-size: 1.2rem;
}

.txt-abk {
	color: crimson;
	font-weight: bold;
}

.button-dialog {
	background-color: transparent;
	border: 0;
	cursor: help;
	letter-spacing: 0.05em;
	color: #141b2d;
	font-size: 1.5rem;
	font-family: 'Roboto';
	font-weight: 400;
}

.dialog-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 16px;
}

.close {
	font-family: 'Outfit';
	font-size: 1rem;
	background-color: #b6e1f9;
	border: 0;
	border-radius: 5px;
	padding: 5px;
	transition: all 0.7s;
}

.close:hover {
	cursor: pointer;
	color: white;
	background-color: crimson;
	transition: all 0.7s;
}

/*ANCHOR - dialog ende*/

.figcap-tech {
	text-align: center;
	font-family: 'Roboto';
	font-weight: 400;
	font-size: 1.2rem;
	color: #141b2d;
	line-height: 1.15em;
}

.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%;*/
}

.kl-liste {
	padding: 10px;
	font-family: 'Roboto';
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 1.5em;
	letter-spacing: 0.05em;
	background-color: gainsboro;
	list-style-position: inside;
}

.kl-liste ul li {
	list-style-type: disc;
}

.kl-liste-bg {
	background-image: url(../basis/icon-birne-neu-54x60.png);
	background-repeat: no-repeat;
	background-position: top 50% right 3%;
}

.bg-gesetze {
	background-image: url("../grafiken/sonstige/bundesadler-120x120.webp");
	background-repeat: no-repeat;
	background-position: top 50% right 1%
}

.gesetze {
	 background-color: #f9e3e8; 
	 padding:15px;
	 border-left: 10px solid #2dbdd0;
}

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

.u-strich {
	text-decoration: underline; 
	text-underline-offset: 0.33em; 
	text-decoration-color: #807f7f;
}

.linie-grau {
	color: #d6d2d2;
}

.linie-pink-kurz {
	margin-right: 15%;
	color: #f7c5f7;
}

.kl-liste-klein, .kl-liste-klein a {
	text-align: left;
	font-size: 1.2rem;
	font-family: 'Outfit';
	font-weight: 300;
	color: #141b2d;
	line-height: 1.1em;
	font-style: italic;
}

.kl-liste-klein ul {
	margin-left: -1em;
	border-left: 10px gainsboro;
	list-style: none;
}

.kl-liste-klein li {
	padding-top: 5px;
}

.kl-liste-klein li a::after {
	padding-left: 7px;
	content: " " url("../basis/link-icon-sw-s-12x12.png");
}

.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-technik-border-grau {
	border-left: 10px solid #dcdcdc;
}

.txt-technik-border-dgrau {
	border-left: 10px solid #9e9b9b;
}

.txt-technik-border-hgrau {
	border-left: 10px solid #edebeb;
}

.txt-technik-border-crim {
	border-left: 10px solid crimson;
}

.txt-technik-border-oliv {
	border-left: 10px solid #9fbe54;
}

.txt-technik-border-hblau {
	border-left: 10px solid #10cdf3;
}

.txt-technik-border-hblau2 {
	border-left: 10px solid #a8f6f6;
}

.txt-technik-border-marine {
	border-left: 10px solid #00a3be;
}

.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/technik/hg-gruen.png");
	background-size: 80% 50%;
	background-repeat: no-repeat;
	background-position: 15% 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 #e7e4e4;
}

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

/*.table-sicht {
	display: inline;
}*/

caption, thead {
	background: #e3e2e2;
	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;}
.tdbg-swert {background-color: #f61ff651;}

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

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

.th-hg {background: #41633e}

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

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

col:nth-child(1) {width: 20%;}
col:nth-child(2), col:nth-child(3), col:nth-child(4), col:nth-child(5), col:nth-child(6), col:nth-child(7), col:nth-child(8) {width: 12.1%;}


tr:hover {background: #fea400}

/***tabelle funk ende***/

/*ANCHOR - tabelle vswr*/
#tabelle-vswr-down {
	table {
		width: 40%;
	}
	caption, thead {
		background: #e1e1e1;
		padding: 10px;
	}
}


#tabelle-vswr {
	table, th, td, caption {
		text-align: center;
		border: thin solid whitesmoke;
	}
	table {
		border-collapse: collapse;
		border-spacing: 0;
		border-width: thin 0 0 thin;
		width: 50%;
	}
	caption, thead {
		background: #f5eeee;
		padding: 10px;
	}
	td {
		font-size: 1.2rem;
		padding: 5px 10px;
	}
	th {
		background: #10cdf3;
		color: #141b2d;
		font-size: 1.2rem;
		font-weight: 600;
		font-family: 'Roboto';
		padding: 10px;
	}
	tr {
		padding: 5px;
		letter-spacing: 0.1em;
		background-color: #cbcaca;
	}
	
	tr:nth-child(even) {background-color: #e3e2e2}
	col:nth-child(1), col:nth-child(2), col:nth-child(3), col:nth-child(4) {width: 20%;}
	tr:hover {background: #44fe00}
}
/***tabelle vswr ende***/



.txt-bg-funk {
	background: linear-gradient(to right, hsl(200 100% 50%), hsl(77 100% 50%));
	background-clip: text;
	-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;}
.colwhite {color: white;}

.bgcolwhite {background-color: white;}

a:active {
	color: #00b4cd;
}

a:hover {
	color: #00b4cd;
}

a:focus {
	color: #00b4cd;
}


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

.schatten-null {
	box-sizing: border-box;
  box-shadow: 6px 6px 8px #9e9d9d;
}

.schatten {
	scale: 1;
	transition: all 0.3s;
  box-sizing: border-box;
  box-shadow: 6px 6px 8px #9e9d9d;
}

.schatten:hover {
	scale: 1.02;
	transition: all 0.3s ;
}

/***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-t a {
  color: var(--menue-farbe);
  text-decoration: underline 3px;
}

#navfarbe-umenue-t 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%;
	}
	table {
		width: 97%;
	}
	@keyframes fadein{
		100%{
			opacity:1;
			width: 76.5%;
		}
	}
}

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

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

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

@media screen and (max-width: 660px) {
	.kl-liste-bg {
		background-image: none;
	}
	.extraliste {
		font-size: 1.3rem;
	}
	.framestyle {
		width: 95%;
	}
	.video-tech-responsiv {
		width: 480px;
		height: auto;
	}
	table {
		width: 100%;
	}
	th, td {
		font-size: 0.8rem;
	}
	.math-tab1 {
		display: none;
	}
	.math-tab2 {
		font-size: 1.5rem;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.txt-funk-ueber3 {
		font-size: 2.5rem;
	}
	.txt-funk-norm-fett-2 {
		font-size: 2rem;
		font-weight: 600;
	}
}

@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;
	}
	.posfuell {
		height: 150px;
	}
	.text-fuell {
		font-size: 8rem;
	}
	.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%;
	}
	.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;
	}
	.txt-funk-norm {
		font-size: 1.2rem;
	}
}

.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;
}
.kl-liste {
	font-size: 1.2rem;
	letter-spacing: 0.02em;
}

@media screen and (max-width: 560px) {
	.txt-funk-norm-fett, .txt-funk-norm {
		font-size: 1.3rem;
	}
	.txt-funk-norm-fett-2 {
		font-size: 1.5rem;
		font-weight: 400;
	}
	.video-tech-responsiv {
		width: 340px;
		height: auto;
	}
	.kl-liste {
		font-size: 1.15rem;
		letter-spacing: 0.02em;
	}
	
}

@media screen and (max-width: 500px) {
	#tabelle-vswr {
		display: none;
	}
	.txt-funk-ueber {
		font-size: 3.5rem;
		line-height: 3rem;
	}
	.text-fuell {
		font-size: 6.5rem;
	}
	.text-kopf-funk2 {
		margin-top: 0px;
	}
	.txt-amateurfunk {
		padding: 15px;
	}
	.txt-liste6-b {
		padding: 5px;
		font-size: 1.1rem;
	}
	.txt-technik-norm-fett {
		font-size: 3.5rem;
	}
	q {
		quotes: "\201D";
		font-size: 1.65rem;
		font-weight: 400;
	}
	
}

@media screen and (max-width: 468px) {
	.table-sicht {
		display: none;
	}
	.txt-funk-norm-fett, .txt-funk-norm {
		padding-left: 15px;
		width: 95%;
		font-size: 1.1rem;
	}
	.kl-liste {
		font-size: 1rem;
		letter-spacing: 0.02em;
	}
	.txt-funk-ueber3 {
		font-size: 2rem;
	}
	.video-tech-responsiv {
		width: 270px;
		height: auto;
	}

}

@media screen and (max-width: 426px) {
	.text-fuell {
		font-size: 5.5rem;
	}
	.txt-technik-norm-fett {
		font-size: 2.5rem;
	}
	.txt-funk-norm-fett-2 {
		font-size: 1.25rem;
	}
	
}

nav li a.buttlinks {
	color: #00ffca;
}


