html {
	scroll-behavior: smooth;
	text-decoration: none;
}


h1 {
	color: #497c2e;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	margin: 0px 0px 30px 0px;
	font-size: 42px;
}

h2 {
	color: #497c2e;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	margin: 15px 0px 5px 0px;
	font-size: 20px;
}

h3 {
	color: #497c2e;
	text-align: center;
	margin: 10px 0px 10px 0px;
	font-size: 20px;
}

h4 {
	color: #497c2e;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px 0px 10px 0px;
	font-size: 22px;
}

h5 {
	color: #8a8a8a;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	margin: 10px 0px 0px 0px;
	font-size: 30px;
}

p {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	margin: 0px 0px 10px 0px;
}

ul.a {
	list-style-type: circle;
	padding: 0px 0px 0px 20px;
}

hr { 
	width: 60%;
	margin: 10px auto;
	color: #f5f5f5;
  } 

/*----------------------------------*/


#slider_section {
	padding: 0px 0px 0px 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #f3f3f3;
	border: 0px solid #ff7300;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}



/*----------------------------------*/

#headline_section {
	margin-top: 20px;
	padding: 20px 0 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #f3f3f3;
	border: 0px solid #160ba8;
}

@media (max-width: 1000px) {
	#headline_section h1 {
		width: 90%;
		padding: 0px 10px 0px 10px;
		text-align: center;
		font-size: max(3vw, 1.7em);
	}
}

/*----------------------------------*/

.inhalte-werden-zentriert {
	display: table;
	margin-left: auto;
	margin-right: auto;
	border: 0px solid #14a79a;
}

.zentriert {
	display: table-cell;
}

@media (max-width: 1000px) {
	.inhalte-werden-zentriert {
	padding: 0px 20px;
	}
}

/*----------------------------------*/

#info_section {
	padding: 10px 10px 0px 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	vertical-align: center;
	border: 0px solid #160ba8;
}

@media (max-width: 1000px) {
	#info_section p{
		width: 90%;
		padding: 0px 10px 0px 10px;
		text-align: center;
	}
}

/*----------------------------------*/

#text_section {
	padding: 0px 50px 10px 50px;
	background: #f3f3f3;
	border: 0px solid #15ff00;
}

.text_flex_container {
	display: flex;
	gap: 0px;
	justify-content: center;
	flex-wrap: wrap;
	border: 0px solid #eb17c7;
}

.text_card1 {
	width: 60%;
	font-size: max(1.5vw, 1.5em);
	padding: 10px 10px 4px 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	border: 0px solid #000000;
}

.text_card2 {
	width: 60%;
	font-size: max(1.5vw, 1.5em);
	padding: 10px 10px 4px 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	border: 0px solid #000000;
}

@media (max-width: 1000px) {
	#text_section {
	padding: 10px 0px 80px 10px;
	}
	.text_card1 {
	width: 90%;
	padding: 10px 0px;
	}
	.text_card2 {
	width: 90%;
	padding: 10px 0px;
	}
}

/*----------------------------------*/

#aktiv_section {
	margin-top: 10px;
	padding: 1px 0px 10px 0px;
    display: flex;
	justify-content: center;
	align-items: center;
	border: 0px solid #ff0000;
}

.aktiv_container {
	width: 80%;
	border: 0px solid #060af5;
}

.aktiv_container h3 {
	color: #497c2e;
	text-align: left;
	margin: 0px 0px 0px 0px;
	font-size: 18px;
}


@media (max-width: 1000px) {
	#aktiv_section {
		padding: 10px 0;
	}
	.aktiv_container {
		width: 90%;
	}
	#aktiv_section p {
		text-align: center;
		align-items: center;
	}
}

/*------*/

#aktiv1_section {
	padding: 10px 0px 10px 0px;
	border-left: 1px solid #bdbdbd;
	border-right: 1px solid #bdbdbd;
	border-bottom: 1px solid #bdbdbd;
    display: flex;
	justify-content: center;
	align-items: top;
	gap: 10px;
	flex-wrap: wrap;
}

.aktiv1_container {
	width: 74%;
	border: 0px solid #0c4655;
}

.aktiv1_container h2{
	color: #497c2e;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	margin: 0px 0px 0px 0px;
	font-size: 20px;
}

.aktiv2_container {
	width: 95%;
	border: 0px solid #0c4655;
}

#aktiv1_section img{
	width: 200px;
	padding: 15px 0px 0px 0px;
	margin: 1px 0px 1px 0px;
}


@media (max-width: 1000px) {
	#aktiv1_section h2{
		text-align: center;
		padding: 10px 0;
	}
	#aktiv1_section{
		text-align: center;
		padding: 10px 0;
		gap: 0px;
	}
	.aktiv1_container {
		width: 96%;
	}
	#aktiv1_section img{
		width: 96%;
		margin: 1px 0px 1px 0px;
	}
}

/*----------------------------------*/

#Projekte_section {
	padding: 15px 0px 10px 0px;
    display: flex;
	justify-content: center;
	align-items: top;
	gap: 20px;
	flex-wrap: wrap;
	border: 0px solid #ff0000;
}

.Projekte_container1 {
	width: 200px;
	text-align: left;
	border: 0px solid #060af5;
}

.Projekte_container2 {
	width: 600px;
	text-align: left;
	border: 0px solid #060af5;
}

#Projekte_section img{
	width: 300px;
	max-width: 100%;
	border: 0px solid #1d910e;
}

.Projekte_container2 p{
	line-height: 125%;
}

@media (max-width: 1000px) {
	#Projekte_section {
		padding: 0px 10px 40px 10px;
		gap: 20px;
	}
	.Projekte_container2 {
		text-align: center;
	}
	.Projekte_container2 h2 {
		text-align: center;
	}
}

/*----------------------------------*/

#Themenweg_section {
	padding: 15px 0px 10px 0px;
    display: flex;
	justify-content: center;
	align-items: top;
	gap: 20px;
	flex-wrap: wrap;
	border: 0px solid #ff0000;
}

.Themenweg_container1 {
	width: 600px;
	text-align: left;
	border: 0px solid #060af5;
}

.Themenweg_container2 {
	width: 500px;
	text-align: left;
	border: 0px solid #060af5;
}

#Themenweg_section img{
	width: 600px;
	max-width: 100%;
	border: 0px solid #1d910e;
}

.Themenweg_container2 p{
	line-height: 125%;
}

@media (max-width: 1000px) {
	#Themenweg_section {
		padding: 0px 10px 100px 10px;
		gap: 20px;
	}
	.Themenweg_container2 {
		text-align: center;
	}
	.Themenweg_container2 h2 {
		text-align: center;
	}
}

/*----------------------------------*/

#wirtschaft_section {
	padding: 5px 0px 0px 0px;
	border: 0px solid #eb680d;
}

.wirtschaft_flex_container {
	display: flex;
	gap: 10px;
	justify-content: center;
	flex-wrap: wrap;
	border: 0px solid #a71d89;
}

.wirtschaft_card1 {
	width: 980px;
	font-size: max(1.5vw, 1.5em);
	padding: 0px 0px 0px 0px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	border: 0px solid #000000;
}

.wirtschaft_card2 {
	width: 450px;
	padding: 0px 0px;
	display: flex;
	flex-direction: column; 
	justify-content: center;
	align-items: center;
	border: 0px solid #2600ff;
}

.wirtschaft_card3 {
	width: 320px;
	padding: 0px 10px;
	display: flex; 
	flex-direction: column; 
	align-items: top;
	border: 0px solid #2600ff;
}

.wirtschaft_card3 p{
	color: #252525;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 30px;
}

.wirtschaft_card3 img{
	width: 320px;
	padding: 10px 0px 10px 0px;
}

span.bl {
    background-color: #a6d8ed;
	padding: 4px;
}
span.ye {
    background-color: #fafca7;
	padding: 4px;
}
span.or {
    background-color: #f7c628;
	padding: 4px;
}

@media (max-width: 800px) {
	#wirtschaft_section {
		text-align: center;
		padding: 10px 0px 10px 0px;
	}
	.wirtschaft_card1 {
		width: 90%;
		text-align: center;
		line-height: 175%;
	}
	.wirtschaft_card2 {
		width: 90%;
	}
	.wirtschaft_card3 {
		width: 90%;
	}
	.wirtschaft_card3 p {
		text-align: center;
		line-height: 175%;
	}
}

/*----------------------------------*/

#kontakt_section {
	padding: 15px 0px 0px 0px;
    display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap-reverse;
	border: 0px solid #ff0000;
}

.kontakt_container {
	width: 350px;
	text-align: center;
	border: 0px solid #060af5;
}

#kontakt_section img{
	width: 800px;
	border: 0px solid #39ee0b;
}

.kontakt_container p{
	line-height: 175%;
}

@media (max-width: 1000px) {
	#kontakt_section {
		padding: 0px 10px 100px 10px;
		gap: 40px;
	}
	#kontakt_section img{
		width: 100%;

	}
}

/*----------------------------------*/

#foto_section {
	padding: 0px 0px 0px 0px;
	border: 0px solid #eb680d;
}

.foto_flex_container {
	display: flex;
	gap: 10px;
	justify-content: center;
	flex-wrap: wrap;
	border: 0px solid #a71d89;
}

.foto_card1 {
	width: 450px;
	padding: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 0px solid #1ec70e;
}

.foto_card1 img{
	width: 100%;
}

@media (max-width: 800px) {
	#foto_section {
		text-align: center;
		padding: 10px 0px 10px 0px;
	}
	.foto_card1 {
		width: 90%;
		text-align: center;
	}
	.foto_card2 {
		width: 90%;
		text-align: center;
	}
}

/*----------------------------------*/

#links_section {
	padding: 5px 0px 0px 0px;
	border: 0px solid #eb680d;
}

.links_flex_container {
	display: flex;
	justify-content: center;
	gap: 10px;
	flex-wrap: wrap;
	border: 0px solid #a71d89;
}

.links_card1 {
	width: 980px;
	padding: 0px 0px 0px 0px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	border: 0px solid #000000;
}

@media (max-width: 800px) {
	#links_section {
		text-align: center;
		padding: 10px 0px 10px 0px;
	}
	.links_card1 {
		width: 90%;
		text-align: center;
		line-height: 175%;
	}
}

/*----------------------------------*/

#footer_section {
	margin-top: 80px;
	padding: 20px 25px;
	background-color: #424343;
	border-top: 2px solid #497c2e;
}

.footer-flex_container {
	padding: 5px 10px 20px 10px;
	display: flex;
	gap: 30px;
	justify-content: center;
	flex-wrap: wrap;
	border: 0px solid #e0a3d3;
}

.footer-card1 {
	width: 270px;
	padding: 0px 10px;
	display: flex;
	flex-direction: column;
	vertical-align: top;
	gap: 2px;
	border: 0px solid #a71d89;
}
.footer-card1 p {
	font-size: 17px;
	color: #ffffff;
	line-height: 150%;
	text-align: left;
}

.footer-card2 {
	width: 180px;
	padding: 0px 10px;
	display: flex;
	flex-direction: column;
	vertical-align: top;
	gap: 1px;
	border: 0px solid #a71d89;
}
.footer-card2 p {
	font-size: 17px;
	color: #ffffff;
	line-height: 150%;
	text-align: left;
}

.footer-card3 {
	width: 300px;
	padding: 0px 10px;
	display: flex;
	flex-direction: column;
	vertical-align: top;
	gap: 1px;
	border: 0px solid #a71d89;
}
.footer-card3 p {
	font-size: 17px;
	color: #ffffff;
	line-height: 150%;
	text-align: left;
}

.footer-card4 {
	width: 320px;
	padding: 5px 0px;
	display: flex;
	flex-direction: column;
	vertical-align: top;
	gap: 1px;
	border: 0px solid #fff604;
}
.footer-card4 p {
	font-size: 17px;
	color: #ffffff;
	line-height: 150%;
	text-align: right;
}


@media (max-width: 800px) {
	#footer_section {
		text-align: center;
		margin-top: 10px;
		padding: 30px 0px 30px 0px;
	}
	.footer-card1 {
		width: 90%;
	}
	.footer-card1 p {
		text-align: center;
		line-height: 175%;
	}
	.footer-card2 {
		width: 90%;
	}
	.footer-card2 p {
		text-align: center;
		line-height: 175%;
	}
	.footer-card3 {
		width: 90%;
	}
	.footer-card3 p {
		text-align: center;
		line-height: 175%;
	}
	.footer-card4 {
		width: 90%;
		text-align: center;
	}
}

/*----------------------------------*/

a:link {
	color: #000000;
	text-decoration: none;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
a:visited {
	color: #000000;
	text-decoration: none;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
a:hover {
	color: #497c2e;
	text-decoration: underline;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

a.two:link {
	color: #000000;
	text-decoration: underline;
	font-size: 15px;
	line-height: 1.25;
	font-family: Arial, Helvetica, sans-serif;
}
a.two:visited {
	color: #000000;
	text-decoration: underline;
	font-size: 15px;
	line-height: 1.25;
	font-family: Arial, Helvetica, sans-serif;
}
a.two:hover {
	color: #497c2e;
	text-decoration: underline;
	font-size: 15px;
	line-height: 1.25;
	font-family: Arial, Helvetica, sans-serif;
}

a.one:link {
	color: #ffffff;
	text-decoration: none;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
a.one:visited {
	color: #ffffff;
	text-decoration: none;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
a.one:hover {
	color: #497c2e;
	text-decoration: none;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
