/* - CONTENT - */

#content {
	position: relative;
}

#content .container {
	position: relative;
	text-align: left;
}

#content .content {
	position: relative;
	display: block;
}

@media only screen and (max-width: 767px) {
	#content .content {
		padding: 15px 0 1px 0;
	}
}

#content .content-white {
	background: #fff;
}

#content .content-grey {
	background: #fbfbfb;
}

#content section {
	display: block;
	position: relative;
}

#content .section-spacer-60 {
	clear: both;
	display: block;
	height: 60px;
}

#content .section-spacer-30 {
	clear: both;
	display: block;
	height: 30px;
}

#content .content .breadcrumb-nav {
	display: block;
	position: relative;
	font-size: 16px;
	line-height: 16px;
	margin: 15px 0 60px 0;
}

#content .content .breadcrumb-nav > ul {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

#content .content .breadcrumb-nav > ul > li {
	float: left;
	margin: 0 20px 0 0 !important;
	padding: 0 !important;
	list-style: none !important;
	position: relative;
}

#content .content .breadcrumb-nav > ul > li::after {
	font-family: Font Awesome\ 5 Pro;
	font-style: normal;
	font-weight: normal;
	speak: none;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 300;
	display: block;
	content: '\f105';
	font-size: 15px;
	position: absolute;
	top: 0;
	right: -13px;
}

#content .content .breadcrumb-nav > ul > li:last-child {
	margin: 0;
}

#content .content .breadcrumb-nav > ul > li:last-child::after {
	display: none;
}

#content .content .breadcrumb-nav > ul > li > a,
#content .content .breadcrumb-nav > ul > li > a:hover,
#content .content .breadcrumb-nav > ul > li > a:focus {
	font-weight: 700;
	text-decoration: none;
}

#content .content .boxed-header {
	position: block;
	position: relative;
	padding: 35px 30px 15px 30px;
	margin-top: -148px;
	margin-bottom: 30px;
	border-top-left-radius: 10px !important;
	border-top-right-radius: 10px !important;
	z-index: 100;
}

#content .content .boxed-header.boxed-header-grey {
	background: #fbfbfb;
}

#content .content .boxed-header.boxed-header-white {
	background: #fff;
}

#content .content .boxed-header h1 {
	margin-bottom: 30px !important;
}

#content .content .page-donation {
	padding: 60px 0;
}

#content .content .page-donation h2.donation-info-headline {
	margin: 0 0 26px 0;
}

#content .content .page-donation h2.donation-info-headline > span {
	position: relative;
	display: inline-block;
}

#content .content .page-donation h2.donation-info-headline > i {
	margin-left: 15px;
	cursor: help;
}

#content .content .border-box {
	background: #fff;
	border: 1px solid #979797;
	border-radius: 10px;
	padding: 30px 30px 5px 30px;
	margin: 0 0 30px 0;
}

#content .content .border-box .boxed-footer {
	border-top: 1px solid #888;
	padding: 30px 0;
	margin-top: 30px;
	text-align: center;
}

#content .content .border-box .boxed-footer > a {
	text-decoration: none;
	font-weight: 400;
	position: relative;
	margin-left: 35px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

@media only screen and (max-width: 767px) {
	#content .content .border-box .boxed-footer > a {
		margin-left: 25px;
	}
}

#content .content .border-box .boxed-footer > a::after {
	font-family: Font Awesome\ 5 Pro;
	font-style: normal;
	font-weight: 300;
	speak: none;
	text-align: right;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	left: -35px;
	top: 3px;
	display: block;
	color: #fff;
	content: '\f33d';
	font-size: 30px;
	z-index: 10;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

@media only screen and (max-width: 767px) {
	#content .content .border-box .boxed-footer > a::after {
		font-weight: 400;
		left: -25px;
		top: 2px;
		font-size: 20px;
	}
}

#content .content .single-teasers {
	position: block;
	position: relative;
}

#content .content .single-teasers .single-teaser {
	position: block;
	position: relative;
	margin: 0 0 30px 0;
	overflow: hidden;
	background: #fafafa;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

#content .content .single-teasers .single-teaser:hover {
	box-shadow: 0 0 6px rgba(0, 0, 0, .25) !important;
}

#content .content .single-teasers .single-teaser > a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	display: block;
}

#content .content .single-teasers .single-teaser .single-teaser-image-wrapper {
	overflow: hidden;
}

#content .content .single-teasers .single-teaser .single-teaser-image-wrapper .single-teaser-image {
	display: block;
	position: relative;
	overflow: hidden;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

#content .content .single-teasers .single-teaser .single-teaser-image-wrapper .single-teaser-image img.placeholder {
	display: block;
	border: none;
	width: 100%;
}

#content .content .single-teasers .single-teaser .single-teaser-text {
	display: block;
	position: relative;
	padding: 30px 30px 90px 30px;
}

#content .content .single-teasers .single-teaser .single-teaser-text::after {
	font-family: Font Awesome\ 5 Pro;
	font-style: normal;
	font-weight: 400;
	speak: none;
	text-align: right;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	right: 30px;
	bottom: 40px;
	display: block;
	content: '\f061';
	font-size: 30px;
}

#content .content .single-teasers .single-teaser .single-teaser-text h2 {
	color: inherit;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

#content .content .donation-box {
	display: block;
	position: relative;
	color: #fff;
	padding: 30px 30px 15px 30px;
}

#content .content .donation-box .donation-logo {
	display: block;
	position: absolute;
	top: 27px;
	right: 27px;
}

@media only screen and (max-width: 499px) {
	#content .content .donation-box .donation-logo {
		display: none;
	}
}

#content .content .donation-box h2 {
	text-align: center;
}

@media (min-width: 1490px) {
	#content .content .donation-box h2 {
		text-align: left;
	}
}

.donation-box .submit-button-large,
.donation-box .submit-button-small {
	display: none;
}

@media (min-width: 1490px) {
	.donation-box .submit-button-large {
		display: block;
	}
}

@media (max-width: 1489px) {
	.donation-box .submit-button-small {
		display: block;
		text-align: center;
	}
}

#content .content .donation-box .donation-form {
	position: block;
	position: relative;
}

#content .content .donation-box .donation-form .donation-buttons-outer {
	display: block;
}

@media (max-width: 1489px) {
	#content .content .donation-box .donation-form .donation-buttons-outer {
		margin: 0 auto !important;
		text-align: center;
		padding: 0 0 0 15px;
	}
}

@media (max-width: 767px) {
	#content .content .donation-box .donation-form .donation-buttons-outer {
		padding: 0;
	}
}

#content .content .donation-box .donation-form ul.donation-buttons {
	display: inline-block;
	position: relative;
	margin: 0 auto !important;
	padding: 0 !important;
	list-style: none !important;
}

@media only screen and (min-width: 350px) and (max-width: 767px) {
	#content .content .donation-box .donation-form ul.donation-buttons {
		margin: 0 -5px !important;
	}
}

#content .content .donation-box .donation-form ul.donation-buttons > li {
	position: block;
	position: relative;
	margin: 0 15px 15px 0 !important;
	padding: 0 !important;
	list-style: none !important;
	float: left;
}

@media only screen and (max-width: 767px) {
	#content .content .donation-box .donation-form ul.donation-buttons > li {
		width: 50%;
		padding: 0 5px !important;
		margin: 0 0 10px 0 !important;
		float: left;
	}
}

@media only screen and (max-width: 349px) {
	#content .content .donation-box .donation-form ul.donation-buttons > li {
		width: 100%;
		padding: 0 !important;
		margin: 0 0 10px 0 !important;
		float: none;
	}
}

#content .content .donation-box .donation-form ul.donation-buttons > li > .donation-button {
	position: block;
	position: relative;
	background: #fff;
	height: 52px;
	overflow: hidden;
	padding: 0 15px;
	cursor: pointer;
	border-radius: 6px;
	overflow: hidden;
	color: #3D3935;
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-ms-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#content .content .donation-box .donation-form ul.donation-buttons > li > .donation-button > em {
	font: 900 24px/52px 'Lato', sans-serif;
	font-style: normal;
	color: #676767;
}

#content .content .donation-box .donation-form ul.donation-buttons > li > .donation-button > em > span {
	font: 400 16px/52px 'Lato', sans-serif;
	color: #a4a4a4;
}

#content .content .donation-box .donation-form ul.donation-buttons > li > .donation-button > i {
	font-size: 24px;
	display: none;
}

#content .content .donation-box .donation-form ul.donation-buttons > li > .donation-button.selected > i {
	display: block;
	position: absolute;
	top: 14px;
	right: 15px;
}

#content .content .donation-box .donation-form ul.donation-buttons > li > .donation-button.donation-button-value > input {
	border: none;
	width: 40px;
	margin: 10px 0 0 0;
	font: 900 24px/32px 'Lato', sans-serif;
	color: #676767;
	border-bottom: 1px solid #e3e3e3;
	cursor: pointer;
	text-align: left;
}

section.page-news {
	margin: 60px 0 60px 0;
}

.page-news-head {
	display: block;
	position: relative;
	margin: 0 0 60px 0;
}

@media only screen and (max-width: 991px) {
	.page-news-head {
		margin: 0 0 30px 0;
		text-align: center;
	}
}

.page-news-head > ul {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

@media only screen and (max-width: 991px) {
	.page-news-head > ul {
		display: inline-block;
		position: relative;
		top: auto;
		right: auto;
		margin: 30px auto 0 auto !important;
	}
}

.page-news-head > ul > li {
	float: left;
	margin: 0 0 0 1px !important;
	padding: 0 !important;
	list-style: none !important;
}

.page-news-head > ul > li > a {
	display: block;
	background: #dedbdb;
	padding: 8px 25px;
	text-decoration: none;
	font-weight: 400;
	-webkit-transition: background .2s ease;
	-moz-transition: background .2s ease;
	-ms-transition: background .2s ease;
	-o-transition: background .2s ease;
	transition: background .2s ease;
}

.page-news-head > ul > li > a:hover {
	background: #fff;
}

@media only screen and (max-width: 767px) {
	.page-news-head > ul > li > a {
		padding: 8px 15px;
	}
}

.page-news-head > ul > li > a.current,
.page-news-head > ul > li > a.current:hover {
	background: #fff;
	text-decoration: none;
}

.page-news-head > table {
	width: auto;
	text-align: left;
}

@media only screen and (max-width: 767px) {
	.page-news-head > table,
	.page-news-head > table > tbody,
	.page-news-head > table > tbody > tr {
		display: block !important;
		width: 100%;
	}
}

.page-news-head > table > tbody > tr > td {
	vertical-align: bottom;
}

@media only screen and (max-width: 767px) {
	.page-news-head > table > tbody > tr > td {
		display: block !important;
		width: 100%;
	}
}

.page-news-head > table > tbody > tr > td:first-child {
	padding-right: 30px;
}

@media only screen and (max-width: 767px) {
	.page-news-head > table > tbody > tr > td:first-child {
		padding-right: 0;
	}
}

.page-news-head > table > tbody > tr > td > h1 {
	margin: 0 !important;
}

@media only screen and (max-width: 767px) {
	.page-news-head > table > tbody > tr > td > h1 {
		margin: 0 0 25px 0 !important;
	}
}

.page-news-head > table > tbody > tr > td > a,
.page-news-head > table > tbody > tr > td > a:focus {
	display: inline-block;
	position: relative;
	font-weight: 400;
	text-decoration: none;
	padding-right: 30px;
	margin-bottom: 2px;
	color: inherit;
	text-decoration: none;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.page-news-head > table > tbody > tr > td > a::after {
	font-family: Font Awesome\ 5 Pro;
	font-style: normal;
	font-weight: 400;
	speak: none;
	text-align: right;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	display: block;
	content: '\f061';
	font-size: 20px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

@media only screen and (max-width: 767px) {
	.page-news-head > table > tbody > tr > td.news-to-all {
		margin-top: -10px;
	}
}

#content .content .news-boxes {
	display: block;
	position: relative;
}

#content .content .news-boxes .news-box {
	display: block;
	position: relative;
	background: #fff;
	margin: 0 0 30px 0;
	overflow: hidden;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

#content .content .news-boxes .news-box:hover {
	box-shadow: 0 0 6px rgba(0, 0, 0, .25) !important;
}

@media only screen and (max-width: 767px) {
	#content .content .news-boxes .news-box {
		margin: 0 0 15px 0;
	}
}

#content .content .news-boxes .news-box > a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	display: block;
}

#content .content .news-boxes .news-box .news-box-image-wrapper {
	overflow: hidden;
	border-top: 8px solid;
}

#content .content .news-boxes .news-box .news-box-image-wrapper .news-box-image {
	display: block;
	position: relative;
	overflow: hidden;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

#content .content .news-boxes .news-box .news-box-image-wrapper .news-box-image img.placeholder {
	display: block;
	border: none;
	width: 100%;
}

#content .content .news-boxes .news-box > em {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px 15px 10px 15px;
	font-size: 14px;
	line-height: 1em;
	font-weight: 400;
	z-index: 9;
	color: #fff;
	font-style: normal;
}

#content .content .news-boxes .news-box .news-box-text {
	display: block;
	position: relative;
	padding: 27px 30px 1px 30px;
}

@media only screen and (max-width: 1199px) {
	#content .content .news-boxes .news-box .news-box-text {
		font-size: 18px;
		line-height: 24px;
	}
}

#content .content .news-boxes .news-box .news-box-text h2 {
	color: inherit;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

#content .content .news-boxes .news-box .news-box-footer {
	display: block;
	position: relative;
	padding: 15px 30px 30px 30px;
	text-align: right;
	margin-bottom: 10px;
}

#content .content .news-boxes .news-box .news-box-footer > a {
	display: inline-block;
	padding-right: 30px;
	position: relative;
	font-weight: 600;
	text-decoration: none !important;
}

#content .content .news-boxes .news-box .news-box-footer > a::after {
	font-family: Font Awesome\ 5 Pro;
	font-style: normal;
	font-weight: 400;
	speak: none;
	text-align: right;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	display: block;
	content: '\f061';
	font-size: 20px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

#content .content .news-boxes .news-box .news-box-footer > a,
#content .content .news-boxes .news-box .news-box-footer > a::after,
#content .content .news-boxes .news-box:hover .news-box-text h2,
.page-news-head > ul > li > a.current,
.page-news-head > ul > li > a.current:hover,
.page-news-head > table > tbody > tr > td > a::after,
.page-news-head > table > tbody > tr > td > a:hover {
	color: #e5007d;
}

#content .content .news-boxes .news-box .news-box-image-wrapper {
	border-color: #e5007d;
}

#content .content .news-boxes .news-box::before,
#content .content .double-teasers .double-teaser.double-teaser-news,
#content .content .news-boxes .news-box > em {
	background: #e5007d;
}

#content .content .news-load-more {
	margin: 30px 0 30px 0;
}

@media only screen and (max-width: 767px) {
	#content .content .news-load-more {
		margin: 60px 0 0 0;
	}
}

#content .content .content-box {
	border-radius: 20px;
	padding: 60px 0 45px 0;
	margin: 0 0 15px 0;
}

#content .content .content-box.box-grey {
	background: #fafafa;
}

#content .content aside.content-sidebar {
	display: block;
	position: relative;
}

#content .content aside.content-sidebar .boxed {
	display: block;
	position: relative;
	background: #fbfbfb;
	padding: 25px 25px 10px 25px;
	margin: 0 0 25px 0;
}

#content .content aside.content-sidebar .boxed .boxed-button {
	position: relative;
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 11px 25px 13px 25px;
	margin: 0 -25px 10px -25px;
	-webkit-transition: background .2s ease;
	-moz-transition: background .2s ease;
	-ms-transition: background .2s ease;
	-o-transition: background .2s ease;
	transition: background .2s ease;
}

#content .content aside.content-sidebar .boxed .boxed-button::after {
	content: '';
	clear: both;
	display: block;
}

#content .content aside.content-sidebar .boxed .boxed-button::before {
	font-family: Font Awesome\ 5 Pro;
	font-style: normal;
	font-weight: 400;
	speak: none;
	text-align: right;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 0;
	right: 25px;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	content: '\f061';
	font-size: 20px;
}

#content .content aside.content-sidebar .boxed .boxed-button > i {
	font-size: 32px;
	position: absolute;
	top: 8px;
	left: 25px;
}

#content .content aside.content-sidebar .boxed .boxed-button > span {
	display: block;
}

#content .content aside.content-sidebar .boxed .boxed-button.boxed-button-icon > span {
	padding-left: 40px;
}

#content .content .embed-element-outer {
	border: 1px solid #979797;
	display: block;
	position: relative;
	padding-top: 56.25%;
	background: #d8d8d8;
	margin: 0 0 25px 0;
}

#content .content .embed-element-outer > .embed-element-inner {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

#content .content .embed-element-outer > .embed-element-inner iframe {
	width: 100%;
	border: none;
	height: 100%;
}

#content .content .double-teasers {
	display: block;
}

#content .content .double-teasers .double-teaser {
	display: block;
	position: relative;
	margin: 0 0 30px 0;
	background: #d8d8d8;
	overflow: hidden;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

#content .content .double-teasers .double-teaser:hover {
	box-shadow: 0 0 6px rgba(0, 0, 0, .25) !important;
}

#content .content .double-teasers .double-teaser .double-teaser-image-wrapper {
	overflow: hidden;
}

#content .content .double-teasers .double-teaser .double-teaser-image-wrapper .double-teaser-image {
	display: block;
	position: relative;
	overflow: hidden;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

#content .content .double-teasers .double-teaser .double-teaser-image-wrapper img.placeholder {
	display: block;
	width: 100%;
	border: none;
}

#content .content .double-teasers .double-teaser.double-teaser-normal > a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 10;
}

#content .content .double-teasers .double-teaser em {
	font-style: normal;
	position: absolute;
	left: 0;
	bottom: 23px;
	z-index: 10;
	color: #fff;
	font: 400 22px/26px 'Merriweather Sans', sans-serif;
	padding: 21px 70px 20px 30px;
	display: block;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

@media only screen and (max-width: 991px) {
	#content .content .double-teasers .double-teaser em {
		bottom: 15px;
	}
}

#content .content .double-teasers .double-teaser em::after {
	font-family: Font Awesome\ 5 Pro;
	font-style: normal;
	font-weight: 400;
	speak: none;
	text-align: right;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 0;
	right: 25px;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	content: '\f061';
	font-size: 20px;
}

#content .content .double-teasers .double-teaser.double-teaser-large {
	color: #fff;
	margin-top: 15px;
}

#content .content .double-teasers .double-teaser.double-teaser-large > a {
	color: inherit;
	text-decoration: none;
}

#content .content .double-teasers .double-teaser.double-teaser-large .double-teaser-large-title {
	padding: 21px 90px 98px 30px;
	font: 400 22px/26px 'Merriweather Sans', sans-serif;
	display: block;
}

#content .content .double-teasers .double-teaser.double-teaser-large .double-teaser-large-title::after {
	font-family: Font Awesome\ 5 Pro;
	font-style: normal;
	font-weight: 400;
	speak: none;
	text-align: right;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	right: 30px;
	bottom: 33px;
	display: block;
	color: #fff;
	content: '\f061';
	font-size: 22px;
	z-index: 10;
}

#content .content .double-teasers .double-teaser.double-teaser-news .double-teaser-news-title {
	position: absolute;
	top: 17px;
	left: 30px;
	color: #fff;
	padding-left: 85px;
}

#content .content .double-teasers .double-teaser.double-teaser-news .double-teaser-news-title > i {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 60px;
}

#content .content .double-teasers .double-teaser.double-teaser-news .double-teaser-news-title > span {
	padding: 5px 0 0 0;
	font: 400 22px/26px 'Merriweather Sans', sans-serif;
	display: block;
}

#content .content .double-teasers .double-teaser.double-teaser-news > a {
	display: block;
	position: relative;
}

#content .content .double-teasers .double-teaser.double-teaser-news a::after {
	font-family: Font Awesome\ 5 Pro;
	font-style: normal;
	font-weight: 300;
	speak: none;
	text-align: right;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	right: 30px;
	bottom: 43px;
	display: block;
	color: #fff;
	content: '\f33d';
	font-size: 40px;
	z-index: 10;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

#content .content .big-icon-buttons {
	display: block;
}

@media only screen and (max-width: 767px) {
	#content .content .big-icon-buttons {
		margin: 0 0 20px 0;
	}
}

@media only screen and (max-width: 767px) {
	#content .content .big-icon-buttons .row-buttons {
		margin-left: -5px;
		margin-right: -5px;
	}
	#content .content .big-icon-buttons .row-buttons > div {
		padding-left: 5px;
		padding-right: 5px;
	}
}

#content .content .big-icon-buttons .big-icon-button {
	display: block;
	position: relative;
	background: #fafafa;
	margin: 0 0 30px 0;
	overflow: hidden;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

@media only screen and (max-width: 767px) {
	#content .content .big-icon-buttons .big-icon-button {
		margin: 0 0 10px 0;
	}
}

#content .content .big-icon-buttons .big-icon-button:hover {
	box-shadow: 0 0 6px rgba(0, 0, 0, .25) !important;
}

#content .content .big-icon-buttons .big-icon-button a {
	position: relative;
	display: block;
}

#content .content .big-icon-buttons .big-icon-button a img.placeholder {
	display: block;
	width: 100%;
	border: none;
}

#content .content .big-icon-buttons .big-icon-button a > .big-icon-button-text-outer {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#content .content .big-icon-buttons .big-icon-button a > .big-icon-button-text-outer > .big-icon-button-text-inner {
	display: block;
	text-align: center;
}

#content .content .big-icon-buttons .big-icon-button a > .big-icon-button-text-outer > .big-icon-button-text-inner > i {
	display: block;
	height: 64px;
	color: #6b6865;
	font-size: 64px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

@media only screen and (max-width: 767px) {
	#content .content .big-icon-buttons .big-icon-button a > .big-icon-button-text-outer > .big-icon-button-text-inner > i {
		height: 50px;
		font-size: 50px;
	}
}

@media only screen and (max-width: 399px) {
	#content .content .big-icon-buttons .big-icon-button a > .big-icon-button-text-outer > .big-icon-button-text-inner > i {
		height: 30px;
		font-size: 30px;
	}
}

#content .content .big-icon-buttons .big-icon-button a > .big-icon-button-text-outer > .big-icon-button-text-inner > em {
	display: block;
	font-style: normal;
	font: 300 22px/26px 'Merriweather Sans', sans-serif;
	padding-top: 25px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

@media only screen and (max-width: 767px) {
	#content .content .big-icon-buttons .big-icon-button a > .big-icon-button-text-outer > .big-icon-button-text-inner > em {
		padding-top: 15px;
		font: 400 20px/22px 'Merriweather Sans', sans-serif;
	}
}

@media only screen and (max-width: 399px) {
	#content .content .big-icon-buttons .big-icon-button a > .big-icon-button-text-outer > .big-icon-button-text-inner > em {
		padding-top: 10px;
		font: 400 16px/22px 'Merriweather Sans', sans-serif;
	}
}

#content .content .home-teasers {
	display: block;
	position: relative;
	margin: 0 0 30px 0;
}

#content .content .home-teasers .home-teaser {
	display: block;
	position: relative;
	background: #fafafa;
	margin: 0 0 20px 0;
	overflow: hidden;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

#content .content .home-teasers .home-teaser:hover {
	box-shadow: 0 0 6px rgba(0, 0, 0, .25) !important;
}

#content .content .home-teasers .home-teaser > a {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	z-index: 9;
}

#content .content .home-teasers .home-teaser .home-teaser-set {
	display: table;
	width: 100%;
}

#content .content .home-teasers .home-teaser .home-teaser-set > div {
	display: table-cell;
	vertical-align: top;
}

#content .content .home-teasers .home-teaser .home-teaser-set > .home-teaser-set-left {
	width: 529px;
	padding: 60px;
}

#content .content .page-slim .home-teasers .home-teaser .home-teaser-set > .home-teaser-set-left {
	width: 50%;
	padding: 30px 70px 30px 30px;
}

@media only screen and (max-width: 1489px) {
	#content .content .home-teasers .home-teaser .home-teaser-set > .home-teaser-set-left {
		width: 439px;
	}
}

@media only screen and (max-width: 1199px) {
	#content .content .home-teasers .home-teaser .home-teaser-set > .home-teaser-set-left {
		width: 485px;
		padding: 30px 60px 30px 45px;
		font-size: 18px;
		line-height: 24px;
	}
}

#content .content .home-teasers .home-teaser .home-teaser-set > .home-teaser-set-left h2 {
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

#content .content .home-teasers .home-teaser .home-teaser-set > .home-teaser-set-right {
	width: auto;
}

#content .content .home-teasers .home-teaser .home-teaser-set > .home-teaser-set-right .home-teaser-image-outer {
	position: relative;
}

#content .content .home-teasers .home-teaser .home-teaser-set > .home-teaser-set-right .home-teaser-image-outer::before {
	font-family: Font Awesome\ 5 Pro;
	font-style: normal;
	font-weight: 400;
	speak: none;
	text-align: right;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	bottom: 40px;
	left: -60px;
	display: block;
	content: '\f061';
	font-size: 30px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

@media only screen and (max-width: 991px) {
	#content .content .home-teasers .home-teaser .home-teaser-set > .home-teaser-set-right .home-teaser-image-outer::before {
		display: none !important;
	}
}

#content .content .home-teasers .home-teaser .home-teaser-set > .home-teaser-set-right .home-teaser-image-wrapper {
	display: block;
	position: relative;
	overflow: hidden;
}

#content .content .home-teasers .home-teaser .home-teaser-set > .home-teaser-set-right .home-teaser-image-wrapper .home-teaser-image {
	display: block;
	position: relative;
	overflow: hidden;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

#content .content .home-teasers .home-teaser .home-teaser-set > .home-teaser-set-right .home-teaser-image-wrapper .home-teaser-image img.placeholder {
	width: 100%;
	display: block;
	border: none;
}

#content .content .home-teasers .home-teaser .home-teaser-set > .home-teaser-set-right .home-teaser-image-wrapper em {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 8;
	font-style: normal;
	color: #fff;
	font: 400 22px/26px 'Merriweather Sans', sans-serif;
	padding: 21px 70px 20px 30px;
}

#content .content .home-teasers .home-teaser .home-teaser-set > .home-teaser-set-right .home-teaser-image-wrapper em::after {
	font-family: Font Awesome\ 5 Pro;
	font-style: normal;
	font-weight: 400;
	speak: none;
	text-align: right;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 0;
	right: 25px;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	content: '\f061';
	font-size: 20px;
	-webkit-transition: right .2s ease;
	-moz-transition: right .2s ease;
	-ms-transition: right .2s ease;
	-o-transition: right .2s ease;
	transition: right .2s ease;
}

.content-box-newsletter {
	padding: 35px 0 !important;
}

.content-newsletter-form {
	position: relative;
	margin: 0 0 15px 0;
}

.content-newsletter-form .form-group {
	margin: 0 8px 0 0 !important;
}

@media only screen and (max-width: 767px) {
	.content-newsletter-form .form-group {
		margin: 0 !important;
	}
}

.content-newsletter-form input.form-control {
	padding: 15px 20px;
	height: auto;
	margin: 0 66px 0 0 !important;
	border-radius: 0 !important;
	border-top-left-radius: 6px !important;
	border-bottom-left-radius: 6px !important;
	border-color: #979797;
}

@media only screen and (max-width: 767px) {
	.content-newsletter-form input.form-control {
		padding: 15px 15px;
		text-align: center;
		margin: 0;
		border-radius: 0 !important;
		border-top-left-radius: 6px !important;
		border-top-right-radius: 6px !important;
		border-bottom: none !important;
	}
}

.content-newsletter-form > button {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	height: auto;
	border: none !important;
	border-top-right-radius: 6px !important;
	border-bottom-right-radius: 6px !important;
	color: #fff;
	cursor: pointer;
	background: #4a4a4a;
	font-weight: 700;
	padding: 0 30px;
	margin: 0;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

@media only screen and (max-width: 767px) {
	.content-newsletter-form > button {
		width: 100%;
		position: relative;
		height: 52px;
		top: auto;
		right: auto;
		bottom: auto;
		border-radius: 0 !important;
		border-bottom-left-radius: 6px !important;
		border-bottom-right-radius: 6px !important;
		font-weight: 400;
		padding: 0 30px;
		text-align: center;
		margin: 0;
	}
}

.content-newsletter-form > button:hover,
.content-newsletter-form > button:focus {
	background: #3D3935;
}