/*ANCHOR - rapport.css*/

.container-rapport-aussen {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100vw;
	height: auto;
	min-height: 850px;
	box-sizing: border-box;
  background-color: #dfddd1;
	background-image: url("../grafiken/rapport/hg-rapport-2.webp");
	background-size: cover;
	background-repeat: no-repeat;
}

.txt-aktuell {
	padding-top: 20px;
	padding-left: 20px;
	font-family: 'Outfit';
	font-size: 1.3rem;
	color: #141b2d;
}

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

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

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

.padd30 {
	padding: 30px;
}

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

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

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

/*ANCHOR - cards ende*/

.txt-rapport-ueber {
	text-align: center;
	text-decoration: underline;
	font-size: 4em;
	font-family: 'Outfit';
	font-weight: 600;
	color: #141b2d;
}

.txt-rapport-ueber2 {
	font-size: 4em;
	font-family: 'Outfit';
	font-weight: 600;
	font-style: italic;
	color: whitesmoke;
	
}


/*ANCHOR - rapport-navi*/

.bg-liste {
	background-color: #30b6c9;
	box-shadow: 10px 10px 15px gray;
}

.bg-liste-info {background-image: linear-gradient(45deg, transparent 93%, crimson 7%);}

.txt-rapport-liste ul li a{
	line-height: 2.8rem;
	text-align: left;
	font-size: 1.6rem;
	font-weight: 400;
	font-family: 'Roboto';
	color: #141b2d;
}

.txt-inforapport-g {
	padding: 15px;
	text-align: left;
	font-size: 1.5rem;
	font-weight: 600;
	font-family: 'Outfit';
	color: #141b2d;
}

.txt-inforapport-n {
	padding: 15px;
	text-align: left;
	font-size: 1.35rem;
	font-weight: 400;
	font-family: 'Outfit';
	color: #141b2d;
}

.txt-rapport-liste a:hover {
	font-weight: 600;
	color: whitesmoke;
}

.rapport-button {
	margin-left: 20px;
	padding: 10px;
	cursor: pointer;
	height: auto;
	width: 80%;
	border: none;
	border-right: 20px solid crimson;
	border-radius: 10px;
	background: #b5b3b3;
	transition: all 0.6s ;
}

.rapport-button img {
	vertical-align: middle;
	padding-left: 15px;
}

.txt-button {
	text-align: center;
	font-weight: 400;
	font-family: 'Outfit';
	font-size: 1.5rem;
	color: #141b2d;
}

.rapport-button:hover {
	background: #30b6c9;
	color: white;
	border-radius: 40px;
	border-right: 20px solid #e1e1e1;
	box-shadow: 4px 4px #7d7c7c;
}

/*ANCHOR - Ende navi*/

.deinrapport {
	display: flex;
	align-items:center;
	justify-content:center;
	padding: 30px;
	width: 100%;
	height: auto;
	background-color: #edebdd;
}

.deinrapport-innen {
	display: flex;
	align-items:center;
	justify-content:center;
	width: 60%;
	height: auto;
}

.rapport-innen {
  height: 1200px;
  width: 100%;
}

.txt_deinrapport {
	text-align: center;
	padding: 15px;
	font-size: 3em;
	font-weight: 600;
	letter-spacing: 0.1em;
	font-family: 'Outfit';
	color: #141b2d;
}

.flex-container-rapport {
	display:flex;
	width: 100%;
  height: auto;
	justify-content: center;
	align-items: center;
  border-right: 50px solid crimson;
	background: #00b4cd;
}

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

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

/*ANCHOR - media screens*/
@media screen and (max-width: 1440px) {
	.rapport-liste-innen {
		width: auto;
		max-width: 75%;
		background-color: #0c79c385;
	}
	
}

@media screen and (max-width: 1360px) {
	.cards-link > .card {
		width: 100%;
		max-width: 70%;
		height: auto;
	}
	.cards-dl {
		margin-top: 60px;
	}
}

@media screen and (max-width: 1240px) {
	.deinrapport-innen {
		align-items: left;
		justify-content: left;
		width: 80%;
		height: auto;
	}
	.rapport-liste-innen {
		width: auto;
		max-width: 90%;
		background-color: #0c79c399;
	}
}

@media screen and (max-width: 930px) {
	.deinrapport-innen {
		align-items: left;
		justify-content: left;
		width: 95%;
		height: auto;
	}
	.txt_deinrapport {
		padding: 15px;
		font-size: 1.8em;
		font-weight: 400;
	}
	.txt-rapport-ueber {
		line-height: 2em;
		font-size: 3rem;
	}
	.txt-rapport-liste {
		font-size: 1.35rem;
	}
	.txt-rapport-liste ul li a {
		text-align: left;
		padding: 10px;
		font-size: 1.35rem;
		font-weight: 400;
		letter-spacing: 0;
	}
	.cards-link > .card {
		max-width: 85%;
	}
}

@media screen and (max-width: 762px) {
	.cards-link > .card {
		max-width: 95%;
	}
}

@media screen and (max-width: 648px) {
	.rapport-ueber {
		margin-top: 80px;
	}
	.txt-rapport-ueber {
		padding-top: 20px;
		font-size: 2em;
	}
	.rapport-liste {
		margin-top: 0;
		justify-content:left;
	}
	.rapport-liste-innen {
		width: auto;
		max-width: 100%;
		background-color: #69abd7;
	}
	.txt-rapport-liste {
		font-size: 1.2rem;
	}
	.txt-rapport-liste ul li a {
		font-size: 1.2rem;
	}
	.txt-button {
		font-size: 1.3rem;
}

	.txt_deinrapport {
		text-align: left;
		padding: 15px;
		font-size: 1.2em;
		font-weight: 400;
	}
	.deinrapport-innen {
		align-items: left;
		justify-content: left;
		width: 100%;
		height: auto;
	}
	.rapport-innen {
		height: 600px;
		width: 100%;
	}
}


