* {
	margin: 0;
	padding: 0;
}

body {
	min-height: 100vh;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #212224;
}

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


h1 {
	color: #bb0000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 4px 0px;
	font-size: 38px;
}

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

h3 {
	color: #bf9d57;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px 0px 0px 0px;
	font-size: 24px;
}

h4 {
	color: #212224;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px -10px 0px;
	font-size: 17px;
}


p {
	color: #212224;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

li {
	color: #212224;
	margin: 0px 0px 0px 10px;
}

.atab {
	tab-size: 10;
	white-space: pre;
}

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

#slider {
	padding: 0px 0;
	background-color: #ffffff;
	border-bottom: 2px solid #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.slider_container {
	width: 100%;
	border: 0px solid #ff0404;
}

@media (max-width: 1000px) {
	#content1_section {
		padding: 20px 0;
	}
}

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

header {
	padding: 0px 4% 0px 4%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap-reverse;
	gap: 50px;
	background-image: url("../layout/red-bg.jpg");

	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	border: 0px solid #00ff55;
}

.logo {
	width: 92%;
	padding: 5px 0px 5px 0px;
	text-align: left;
	border: 0px solid #00ff62;
}

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

#contentUE_section {
	padding: 70px 0 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.contentUE_container {
	width: 90%;
	border: 0px solid #b90000;
}

.contentUE1_container {
	width: 100%;
	text-align: center;
	padding: 0px 0px 30px 0px;
	border: 0px solid #1d0fda;
}

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

#news_section {
	padding: 10px 175px 30px 175px;
	margin-top: 40px;
	border: 0px solid #000000;
}

.news_flex_container {
	display: flex;
	padding: 10px 0 15px 0;
	gap: 20px;
	justify-content: center;
	flex-wrap: wrap;
	border-bottom: 1px solid #b4b4b4;
}

.news_card1 {
	width: 15%;
	background-color: #ffffff;
	text-align: center;
	padding: 10px 0px 10px 0px;
	display: flex;
	flex-direction: column;
	border: 0px solid #112ba1;
}

.news_card2 {
	width: 78%;
	background-color: #ffffff;
	text-align: left;
	gap: 20px;
	padding: 6px 10px 10px 10px;
	display: flex;
	flex-direction: column;
	border: 0px solid #3c9b10;
}

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

#fagilde_section {
	padding: 10px 175px 30px 175px;
	margin: 40px 0 40px 0;
	border: 0px solid #000000;
}

.fagilde_flex_container {
	display: flex;
	padding: 10px 0 15px 0;
	gap: 20px;
	justify-content: center;
	border: 0px solid #b4b4b4;
}

.fagilde_card1 {
	width: 35%;
	background-color: #ffffff;
	text-align: center;
	padding: 10px 0px 10px 0px;
	display: flex;
	flex-direction: column;
	border: 0px solid #112ba1;
}

.fagilde_card2 {
	width: 58%;
	background-color: #ffffff;
	text-align: left;
	gap: 20px;
	padding: 6px 10px 10px 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border: 0px solid #3c9b10;
}

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

#txt_section {
	padding: 10px 175px 30px 175px;
	margin: 40px 0 40px 0;
	border: 0px solid #000000;
}

.txt_flex_container {
	display: flex;
	flex-direction: column;
	padding: 10px 0 15px 0;
	justify-content: center;
	border: 0px solid #087a7a;
}

.txt_card1 {
	width: 100%;
	background-color: #ffffff;
	text-align: center;
	padding: 10px 0px 10px 0px;
	display: flex;
	flex-direction: column;
	border: 0px solid #112ba1;
}

.txt_card2 {
	width: 100%;
	background-color: #ffffff;
	text-align: center;
	padding: 30px 0px 10px 0px;
	display: flex;
	flex-direction: column;
	border: 0px solid #112ba1;
}

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

#presse_section {
	padding: 10px 175px 10px 175px;
	margin: 40px 0 40px 0;
	border: 0px solid #000000;
}

.presse_flex_container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	padding: 8px 0px 8px 0px;
	border: 0px solid #b40aa6;
}

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

#veranst_section {
	padding: 10px 175px 30px 175px;
	margin: 40px 0 40px 0;
	border: 0px solid #000000;
}

.veranst_flex_container {
	display: flex;
	padding: 10px 0 15px 0;
	justify-content: center;
	border: 0px solid #b4b4b4;
}

.veranst_card1 {
	width: 35%;
	background-color: #ffffff;
	padding: 10px 0px 10px 0px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 20px;
	border: 0px solid #112ba1;
}

.veranst_card2 {
	width: 58%;
	background-color: #ffffff;
	gap: 20px;
	padding: 6px 10px 10px 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border: 0px solid #3c9b10;
}

.veranst_card2 * {
	text-align: center;
}

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

#fb_section {
	padding: 20px 50px 60px 50px;
	border: 0px solid #ff00dd;
}

.flex_fb_container {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	border: 0px solid #149b63;
}

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


#footer_section {
	padding: 1px 10px 30px 10px;
	background-color: #212224;
}

.footer-flex_container {
	margin-top: 0px;
	display: flex;
	gap: 10px;
	justify-content: center;
	flex-wrap: wrap;
}

.footer-card1 {
	width: 20%;
	padding: 20px 10px 20px 10px;
	display: flex;
	flex-direction: column;
	vertical-align: top;
	gap: 2px;
	border: 0px solid #be0909;
}

.footer-card2 {
	width: 30%;
	padding: 20px 10px 20px 10px;
	display: flex;
	flex-direction: column;
	vertical-align: top;
	gap: 2px;
	border: 0px solid #0fc22d;
}

.footer-card3 {
	width: 30%;
	padding: 20px 10px 20px 10px;
	display: flex;
	flex-direction: column;
	vertical-align: top;
	gap: 2px;
	border: 0px solid #3d29f7;
}

.footer-card4 {
	width: 90%;
	padding: 20px 10px 0px 10px;
	display: flex;
	flex-direction: column;
	vertical-align: top;
	text-align: center;
	gap: 2px;
	border-top: 1px solid #ffffff;
}

.footer-card1 p {
	font-size: 17px;
	color: #ffffff;
	line-height: 125%;
	text-align: left;
	border: 0px solid #ff0000;
}

.footer-card2 p {
	font-size: 17px;
	color: #ffffff;
	line-height: 125%;
	text-align: left;
	border: 0px solid #ff0000;
}

.footer-card3 p {
	font-size: 17px;
	color: #ffffff;
	line-height: 125%;
	text-align: right;
	border: 0px solid #ff0000;
}

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


a.one:link {
	color: #ffffff;
	text-decoration: none;
	font-size: 17px;
}

a.one:visited {
	color: #ffffff;
	text-decoration: none;
	font-size: 17px;
}

a.one:hover {
	color: #ff0000;
	text-decoration: none;
	font-size: 17px;
}

a.two:link {
	color: #212224;
	text-decoration: none;
	font-size: 16px;
}
a.two:visited {
	color: #212224;
	text-decoration: none;
	font-size: 16px;
}
a.two:hover {
	color: #ff0000;
	text-decoration: none;
	font-size: 16px;
}
