/*****************************************
		CUSTOM CSS
******************************************/

/* dosis-200 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Dosis';
	font-style: normal;
	font-weight: 200;
	src: url('fonts/dosis-v32-latin-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* dosis-300 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Dosis';
	font-style: normal;
	font-weight: 300;
	src: url('fonts/dosis-v32-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* dosis-regular - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Dosis';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/dosis-v32-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* dosis-500 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Dosis';
	font-style: normal;
	font-weight: 500;
	src: url('fonts/dosis-v32-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* dosis-600 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Dosis';
	font-style: normal;
	font-weight: 600;
	src: url('fonts/dosis-v32-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* dosis-700 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Dosis';
	font-style: normal;
	font-weight: 700;
	src: url('fonts/dosis-v32-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* dosis-800 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Dosis';
	font-style: normal;
	font-weight: 800;
	src: url('fonts/dosis-v32-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.blog-items {
	display: flex;
	flex-wrap: wrap;
	margin-left: -12px;
	margin-right: -12px;
}

@media (min-width: 768px) {
	.blog-items {
		margin-left: -30px;
		margin-right: -30px;
	}
}

.blog-items.columns-2 .blog-item {
	width: 50%;
}

.blog-items.columns-3 .blog-item {
	width: 33.3333%;
}

.blog-items.columns-4 .blog-item {
	width: 25%;
}
@media (max-width: 768px) {
	.blog-items.columns-2 .blog-item {
		width: 100%;
	}
	.blog-items.columns-3 .blog-item {
		width: 100%;
	}
	.blog-items.columns-4 .blog-item {
		width: 100%;
	}
}
.blog-item{
	padding-left: 12px;
	padding-right: 12px;
	margin-bottom: 24px;
}
@media (min-width: 768px) {
	.blog-item {
		padding-left: 30px;
		padding-right: 30px;
		margin-bottom: 48px;
	}
}

input#jform_com_fields_ich_interresiere_mich_f__r0 {}

.form-check label, .form-check input {
	display: inline-block;
}

.form-check input {transform: translateY(2px);}
.visually-hidden{
	display: none;
}
.icon-calendar:before {
	color: #000;
}
ul.pagination li:nth-last-child(2) > * >  span:before{
	content: "Weiter";
}
ul.pagination li:first-child  > * > span:before{
	content: "Start";
}
ul.pagination li:last-child > * >  span:before{
	content: "Ende";
}
ul.pagination li:nth-child(2) > * > span:before{
	content: "Zurück";
}
ul.pagination > .active > a,ul.pagination > .active > a:hover{
	border-color: #e2001a;
	background-color: #e2001a;
}

ul.pagination li a{
	color: #E2001A;
}
.pagenavigation .next {
	float: right;
}

.pagenavigation, .pagenavigation .pagination {
	width: 100%;
}
.pagenavigation .pagination .btn{
	background: #fff;
	color: #e2001a !important;
	border-radius: 32px;
	text-transform: initial;
	font-size: 14px;
	position: relative;
}
.pagenavigation .pagination .btn:hover{
	background: #eee;
}
.pagenavigation .pagination .btn > span.visually-hidden{
	background: #fff;
	border: 1px solid #ddd;
	padding: 6px;
	position: absolute;
	top: -100%;
	color: #333;
	font-size: 12px;

}
.pagenavigation .pagination .btn.next > span.visually-hidden{
	right: 0;
}
.pagenavigation .pagination .btn:hover > span.visually-hidden{
	display: block;
}

.mod-articlesnews.newsflash p.readmore > .btn.btn-secondary{
	background: transparent;
	color: #e2001a!important;
	font-size: 12px;
	border: 0;
	text-transform: initial;
	padding: 0;
}
.mod-articlesnews.newsflash p.readmore > .btn.btn-secondary:hover{
	text-decoration: underline;
	color: #333 !important;
}
span.contact-name {
	font-family: 'Dosis';
	text-transform: uppercase;
}
.contact h1 {
	margin-bottom: 12px;
	border: 0;
	border-bottom: 2px solid #eee;
}
span.contact-name {
	font-family: 'Dosis';
	text-transform: uppercase;
}

.com-contact__form.contact-form {
	box-shadow: none;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	border-radius: 0;
	border-top: 0;
	padding-left: 12px;
	padding-right: 12px;
	border-bottom: 0;
	padding-bottom: 12px;
}
.contact .formWrap h2 {
	background: #e8e8e8;
	font-size: 12px;
	padding: 12px;
	margin-bottom: 12px;
	font-family: 'Helvetica', sans-serif;
}
.formWrap{
	border: 1px solid #e8e8e8;
}
