/*ANCHOR - links.css*/

/*ANCHOR - kopf-container*/
#kopf_links{
	height: 900px;
	background-image: url(../grafiken/kopf/kopf4_links.webp);
	background-image: url("../grafiken/links/background/hg-kopf-links-2.webp");
	background-repeat: no-repeat;
	background-size: cover;
}

#links-start {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	width: 100%;
	height: auto;
}

.txt-bg-links {
	background: linear-gradient(to right, #dc143c, #3369f3 100% );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bg-links-start {
	background-image: linear-gradient(135deg, #7ef62550 95%, #ffffff 5%);
	background-repeat: no-repeat;
}

.links-liste {
	display: flex;
	align-items:center;
	justify-content:center;
	margin-top: 100px;
	width: 100%;
	height: auto;
}

.links-liste ul {
	list-style-type: square;
	color: white;
}

.links-liste-innen {
	width: auto;
	height: auto;
	box-sizing: border-box;
	background-color: #00094199;
	box-shadow: 10px 15px 15px silver;
}

.txt_links-liste ul li a{
	text-align: center;
	padding: 10px;
	font-size: 1.8em;
	font-weight: 600;
	letter-spacing: 0.2em;
	font-family: 'Outfit';
	color: white;
}

.txt_links-liste a:hover {color: orange;}

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

.txt_links_text1 {
	top: 0;
	margin: 0 auto;
	letter-spacing: 0.1em;
	text-align: left;
	color: black;
	line-height: 1.1em;
	font-family: 'Roboto';
	font-size: 1.3em;
	font-weight: 400;
}

.txt_links_text1 img {vertical-align: middle;}

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

.txt_links_text1 a:hover {
	color: crimson;
}

.txt_links_text1 a:hover::after {	
	
	content: " " url('/basis/link-icon_rot_16x16.png');
}

.txt_linie2 {line-height: 1.5em}

.links-ueber {
	display: block;
	flex-flow: column;
	flex-wrap: wrap;
	margin-top: 120px;
	text-align: center;
	width: auto;
	max-height: 300px;
}

.txt-links-ueber {
	line-height: 2em;
	font-size: 3rem;
	font-family: 'Roboto';
	font-weight: 600;
	color: whitesmoke;
}

.leer_links {
	width: 100%;
	text-align: center;
	height: 30px;
	background-color: #ffffff;
}

.txt-aktuell {
	text-align: center;
	padding-top: 40px;
	font-family: 'Outfit';
	font-size: 1.5rem;
	color: whitesmoke;
}

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

.php-links {
	box-sizing:border-box; 
	padding-left: 120px;
	min-width: 320px;
	max-width: 90%;
	height: auto;
}

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

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

/*ANCHOR - media querys*/
@media screen and (max-width: 900px) {
	.php-links {
		padding-left: 45px;
	}
}

@media screen and (max-width: 762px) {
	.txt-links-ueber {
		line-height: 1em;
	}
	
}

@media screen and (max-width:600px) {
	#topnav.img {
		display: none;
	}
	.txt_links-liste ul li a {
		list-style-type: disc;
		padding: 10px;
		font-size: 1.3em;
		text-align: left;
	}
	.php-links {
		padding-left: 10px;
	}
	.txt_links_text3 {
		padding-left: 10px;
		font-size: 1.8em;
	}
	.txt_links_text1 {
		padding-left: 10px;
		font-size: 1em;
	}
}