/*ANCHOR - download.css*/
* {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

#kopf-download {
  background-image: url("../grafiken/download/kopf3-download.webp");
  background-repeat: no-repeat;
  background-size: cover;
  height: 850px;
}

.dl-container-titel-aussen {
  width: 100%;
  display: flex;
  justify-content: center;
  height: 700px;
}

.dl-container-innen {
  margin-top: 35vh;
  display: flex;
  flex-direction: column;
  width: 80%;  
}

.titel {
  width: 80vw;  
}

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

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

.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: #3c52f730;
  -webkit-text-stroke: 3px white;
}

.txt-dl-titel-klein {
  font-family: 'Outfit';
  font-size: 5rem;
  font-weight: 900;
  color: #f808ec;
}

.txt-col-1{
  color: #e3fb2b;
}

.txt-col-2 {
  color: #06f816;
}

.container-kategorie-aussen {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100vw;
	margin: 0;
	height: auto;
	box-sizing: border-box;
  background-image: url("../grafiken/download/bg-kategorie.webp");
  background-repeat: no-repeat;
  background-size: cover;
}

.container-seiten-navi {
  width: 100vw;
  margin: 0;
  height: auto;
  min-height: 80px;
  background-color: #e0e2e5;
}

/*ANCHOR - cards*/
.cards-dl {
  width: 100%;
  height: auto;
  box-sizing: border-box;
	opacity: 1;
}

.cards-dl.sichtbar {
	opacity: 1;
	transition: all 4s;
}

.abstand {
  margin: 80px 0 80px 0;
}

.bord-unten {
  border-bottom: 5px solid rgb(181, 178, 178);
}

.bord-r {
  border-right: 4px solid gray;
  height: 50%;
}

.bord-funk {
  border-left: 8px solid #497cf8;
}

.bord-betrieb {
  border-left: 8px solid #078d28;
}

.bord-freq {
  border-left: 8px solid #141b2d;
}

.bord-hard {
  border-left: 8px solid #e838cf;
}

.bord-relais {
  border-left: 8px solid #ee8109;
}

.bord-soft {
  border-left: 8px solid #f92509;
}

.cards-link {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 30px;
}

.cards-link-hg {
  background-color: #e6e9ea70;
  border-radius: 20px;
}

.cards-link > .card {
  width: 100%;
  max-width: 65vh;
  padding: 20px;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}

.cards-link > .card img {
  height: auto;
}

.logos {
  margin-left: 25%;
  width: 120px;
}

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

.img-pad10 {
  padding-top: 10px;
}


small {
  font-size: 1.1rem;
}

em {
  font-size: 80%;
}

.cards-link > .card span {
  text-align: left;
}

/*ANCHOR - Test */

.cards-titel {
  text-align: center;
	font-size: 3rem;
	font-family: "Outfit";
	font-weight: 600;
	color: white;
  width: 80%;
}

.rot-titel {
  transform: rotate(3deg);
}

.cards-txt {
  text-align: left;
	font-size: 3.5rem;
	font-family: "Outfit";
	font-weight: 600;
	color: #141b2d;
}

.cards-txt2 {
  text-align: left;
	font-size: 1.6rem;
	font-family: "Outfit";
	font-weight: 300;
	color: #141b2d;
}

.cards-link > .card a, .cards-link-txt {
  padding-top: 13px;
  font-size: 1.45rem;
	font-family: "Outfit";
	font-weight: 400;
	color: #141b2d;
}

.cards-link > .card a:hover {
  color: crimson;
  font-weight: 400;
  text-decoration: underline;
}

.cards-link > .card a img {
  width: auto;
  padding-left: 5px;
  vertical-align: middle;
	transition: all 0.5s;
}

.cards-link-txt2.img {
	vertical-align: middle;
}

.cards-link section {
  display: flex;
  flex-direction: column;
  padding-left: 0px;
}

.bg-text-afu {
  padding-left: 20px;
	border-left: 40px solid #497cf8;
	border-radius: 50% 50%;
}

.bg-text-betrieb {
  padding-left: 20px;
	border-left: 40px solid #078d28;
	border-radius: 50% 50%;
}

.bg-text-freq {
  padding-left: 20px;
	border-left: 40px solid #9c9d9f;
	border-radius: 50% 50%;
}

.bg-text-hard {
  padding-left: 20px;
	border-left: 40px solid #e838cf;
	border-radius: 50% 50%;
}

.bg-text-relais {
  padding-left: 20px;
	border-left: 40px solid #ee8109;
	border-radius: 50% 50%;
}

.bg-text-soft {
  padding-left: 20px;
	border-left: 40px solid #f92509;
	border-radius: 50% 50%;
}

/*ANCHOR - liste*/
.liste {
  list-style: none;
  width: 100%;
  padding: 10px;
  padding-top: 20px;
} 

.liste li {
  padding-top: 10px;
}

.liste span {
  float: right;
} 

.liste img {
  vertical-align: middle;
  float: right;
}

.liste li {
  clear: right;
} 

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

.seiten-navi ul img {
  text-align: center;
  width: 50px;
}

.seiten-navi ul li {
  display: inline-block;
  text-decoration: underline;
}

.seiten-navi li {
  padding: 20px;
  font-family: 'Outfit';
  font-size: 1.5rem;
  font-weight: 600;
  color: #141b2d;
}

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



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

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

/*ANCHOR - media screens*/

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

@media screen and (max-width: 768px) {
  .txt-dl-titel {
    font-size: 5rem;
  }
  
}

@media screen and (max-width: 600px) {
  .txt-dl-titel {
    font-size: 4rem;
  }
  .txt-dl-titel-klein {
    font-size: 3rem;
  }
  
}

@media screen and (max-width: 496px) {
  .txt-dl-titel {
    font-size: 2.5rem;
  }
  
  .cards-link > .card a, .cards-link-txt2 {
    font-size: 1.2rem;
  }
  
  small {
  font-size: 0.8rem;
  }

  em {
    font-size: 80%;
    }
  .cards-txt {
    font-size: 2.5rem;
  }
}

