body {
	text-rendering:optimizeLegibility;
	-moz-osx-font-smoothing:grayscale;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	scroll-behavior:smooth;
	min-height:100vh;
}

/* 6a3d32 */
a {
	color:#8f2825;
}

.ani {
	transition-duration:300ms;
}

.ani_slow {
	transition-duration:900ms;
}

.btn-menu {
	display:none;
}

.upper {
	text-transform:uppercase;
}

.hyphen {
	word-break:break-word;
	-webkit-hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	hyphens:auto;
}

main {
	display:flex;
	flex-direction:column;
	padding-top:90px;
	align-items:center;
}

main section:last-child {
	padding-bottom:80px;
}

/* HERO */
section.hero {
	position:relative;
	z-index:1;
	max-width:1280px;
	width:100%;
}

section.hero .wrapper {
}

.template_home .bx-wrapper {
	width:100%;
}

.template_home .hero-slider {
	width:100%;
	z-index:-1;
}

.hero-slider.mobile {
	display:none;
}

.template_home .hero-slider .hero-slide img {
	width:100%;
	display:block;
}

.template_home .hero-slider .hero-slide .slide_description {
	position:absolute;
	display:flex;
	justify-content:center;
	width:100%;
	right:0;
	margin-top:-23px;
}

.template_home .hero-slider .hero-slide .slide_description span {
	background:rgba(255,255,255,0.60);
	padding:3px;
	display:inline-block;
}

/* NEWS */
section.news {
	padding-top:60px;
	width: 100%;
}

section.news .news-teaser {
}

section.news .news-teaser a.news-teaser-wrapper {
	display:block;
	color:#fff;
	padding:30px 10px;
}

section.news .news-teaser a.news-teaser-wrapper h3 {
	margin-bottom:10px;
}

section.news .news-teaser .more {
	margin-top:10px;
	border-bottom:1px solid #d4c1be;
	display:inline-block;
}

section.news .news-teaser:hover .more {
	border-bottom:1px solid #8f2825;
}

section.news .news-teaser .news-teaser-content p {
	display:inline-block;
}

/* CARDS */
section.cards {
	padding-bottom:20px;
}

section.cards .container .row {
	flex-flow:wrap;
}

section.cards .container .cards.row,.matrix_cards {
	display:flex;
	flex-flow:wrap;
}

section.cards .cards-headline {
	text-align:center;
	padding-top:90px;
	padding-bottom:60px;
}

section.cards .card {
	margin-bottom:20px;
	padding-top:20px;
	padding-bottom:20px;
	display:block;
	max-width:100%;
}

section.cards .card:hover {
	background-color:#fff;
	cursor:pointer;
}

section.cards .card.newsletter:hover {
	cursor:auto;
}

section.cards .card-image {
	width:100%;
	display:block;
}

section.cards .card-headline {
	padding-top:15px;
	padding-bottom:10px;
	padding-right:40px;
}

section.cards .card-wrapper:first-child {
	padding-right:10px;
}

section.cards .card-wrapper:last-child {
	padding-left:10px;
}

section.cards .card-image-wrapper {
	position:relative;
}

section.cards .card-status {
	position:absolute;
	bottom:0;
	padding:4px;
	background:red;
	color:#fff;
}

section.cards .card-date {
	margin-bottom:5px;
}

section.cards .card-summary {
	padding-right:40px;
}

section.cards .card-link {
	margin-top:20px;
}

section.cards .card-link span {
	padding:5px 15px;
	background:rgba(255,255,255,1);
	display:inline-block;
}

section.cards .card:hover .card-link span {
	color:#fff;
	background-color:#8f2825;
}

section.cards .card.newsletter .card-subscription {
	display:flex;
	flex-direction:column;
}

section.cards .card.newsletter .card-subscription {
	display:block!important;
/* 	background:#ff0; */
	width:200px;
	height:20px;
}

section.cards .card.newsletter form {
	margin-top:20px;
}

section.cards .card.newsletter form label {
	float:left;
	clear:left;
	display:block;
	max-width:360px;
	margin-bottom:20px;
}

section.cards .card.newsletter form #email {
	float:left;
	clear:left;
	display:block;
	padding:5px 15px;
	background:rgba(255,255,255,1);
	border:none;
	outline:none;
	width:150px;
}

section.cards .card.newsletter:hover form #email {
	background-color:#F7F0EF;
}

section.cards .card.newsletter form button {
	float:left;
	display:block;
	padding:5px 15px;
	background-color:#8f2825;
	display:inline-block;
	color:#fff;
	border:none;
	outline:none;
	cursor:pointer;
}

section.cards .card.newsletter:hover form button {
	background-color:#8f2825;
	color:#fff;
}

section.cards .events-link {
	display:flex;
	justify-content:center;
	padding-bottom:30px;
	padding-top:30px;
}

section.cards .events-link a {
	padding-bottom:2px;
	border-bottom:1px solid #8f2825;
}

section.cards .events-link a:hover {
	color:#6a3d32;
	border-bottom:1px solid #6a3d32;
}

/* CONTENT */
.matrix_item {
	padding-bottom:20px;
}

.template_event .sponsor {
	padding-bottom:30px;
}

.images_single {
	padding-top:40px;
	margin-bottom:40px;
}

.images_single img {
	width:100%;
	display:block;
}

.images_single .images_description {
	position:absolute;
	display:flex;
	justify-content:center;
	width:100%;
	bottom:70px;
}

.images_single .images_description span {
/* 	background: rgba(255, 255, 255, 0.60); */
	padding:3px;
	display:inline-block;
}

.matrix_item h3.matrix_item_headline {
/* 	font-family:'BOLD'; */
	letter-spacing:1px;
	padding-top:15px;
}

.matrix_item h3 {
/* 	font-family:'BOLD'; */
	padding-bottom:15px;
}

.matrix_item.text p {
	padding-bottom:10px;
}

.matrix_item > p:last-child,.matrix_item > ul:last-child {
	padding-bottom:0;
}

.matrix_item ul {
	padding-top:10px;
	padding-bottom:20px;
	display:flex;
	flex-flow:wrap;
}

.matrix_item ul li {
	list-style-type:none;
	list-style-position:inside;
	width:100%;
	padding-left:18px;
	position:relative;
	margin-bottom:4px;
}

.matrix_item ul li:before {
	content:'○';
	position:absolute;
	left:0;
	top:0;
	font-weight:700;
}

h3,
strong {
	color: #8f2825;
}

.text strong {
	font-weight:bold;
}

.text p img {
	display:inline-block;
}

.text p a {
/* 	border-bottom:1px solid #8f2825; */
/* 	background-color:#E4F4E3; */
	text-decoration: underline;
	color: #8f2825;
	display:inline-block;
}

.text p em {
	font-style:italic;
}

.text p a:hover {
/* 	border-bottom:2px solid #8f2825; */
	background-color:#fff;
}

.text p em {
	font-style:italic;
}

/* PARTNERS */
section.partners {
	padding-bottom:30px;
	width:100%;
}

section.partners .partner-headline {
	text-align:center;
	padding-top:70px;
	padding-bottom:50px;
}

section.partners .partner-image {
}

section.partners .partner-image img {
	max-width:130px;
	max-height:50px;
}

section.partners .partner-wrapper {
	text-align:center;
}

section.partners .partner-wrapper a {
	display:inline-block;
	margin:0 20px 20px;
}

/* INFO-CARDS */
section.info.cards {
/* 	background-color:#E4F4E3; */
	padding-top:70px;
}

section.info-cards .info-card {
	margin-bottom:60px;
	padding-top:20px;
	padding-bottom:20px;
}

section.info-cards .info-card:hover {
	background-color:#fff;
	cursor:pointer;
}

section.cards.info .card:hover .card-link span,section.cards.info .card.newsletter:hover form #email {
/* 	background-color:#E4F4E3; */
}

/* NOTES */
.notes_content {
	display: flex;
	flex-direction: column;
}


/* FOOTER */
footer {
	background-color:#fff;
	padding-top:60px;
	padding-bottom:60px;
}

footer .container .row {
	flex-flow:wrap;
}

footer .footer-text-wrapper {
	padding-left:10px;
	padding-right:10px;
	padding-bottom:15px;
}

footer p a,footer ul li a {
	border-bottom:1px solid #d4c1be;
}

footer p a:hover,footer ul li a:hover {
	border-bottom:1px solid #8f2825;
}

footer .footer-logo {
	display:flex;
	justify-content:flex-end;
}

footer .footer-logo svg {
	width:100%;
	max-height:250px;
}

footer p strong {
	font-weight:700;
}

@media (max-width: 1280px) {
	
}

@media (max-width: 992px) {
	section.cards .cards-headline {
		padding-top:45px;
		padding-bottom:30px;
	}
	
	footer {
		padding-top:30px;
		padding-bottom:30px;
	}
	
	footer .container .row .footer-text:nth-child(3) {
	}
	
	footer .footer-text {
		padding-bottom:20px;
	}
	
	footer .container .row .footer-logo:nth-child(4) {
		justify-content:flex-start;
	}
}

@media (max-width: 748px) {
	main section:last-child {
		padding-bottom: 0;
	}

	.images_single {
		padding-top:20px;
		margin-bottom:20px;
	}
	section.hero .hero-content {
		padding-top:90px;
		padding-bottom:10px;
	}
	
	section.hero .hero-content-logo {
		display:none;
	}
	
	section.news {
		padding-top:0;
		border-radius:0;
	}
	
	section.news .container {
		padding:0;
	}
	
	section.news .news-teaser {
		border-radius:0;
	}
	
	section.news .news-teaser a.news-teaser-wrapper {
		padding:10px;
	}
	
	.news-teaser {
		padding-bottom:10px;
	}
	
	.news-teaser .news-teaser-content .wrapper {
		padding:5px 10px;
	/* 		background-color:rgba(0,32,204,1); */
		overflow:auto;
		display:inline-block;
		color:#fff;
		width:100%;
	}
	
	section.cards .cards-headline {
		padding-top:30px;
		padding-bottom:10px;
	}
	
	section.info.cards {
		padding-top:0;
	}
	
	footer .footer-logo {
		display:none;
	}
}