* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@font-face {
	font-family: 'Clan Offc Medium';
	src: url('fonts/ClanOffc-Medium.woff2') format('woff2'),
	url('fonts/ClanOffc-Medium.woff') format('woff'),
	url('fonts/ClanOffc-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "Clan W04 Book";
	src: url("fonts/fc7e4215-0c9c-4343-a77f-9dec318ec520.eot?#iefix");
	src: url("fonts/fc7e4215-0c9c-4343-a77f-9dec318ec520.eot?#iefix") format("eot"),
	url("fonts/241d0d50-842d-4bf4-8cf4-6b102ade9e35.woff2") format("woff2"),
	url("fonts/ec02f579-c26f-4cb0-bd46-db74d4b8149d.woff") format("woff"),
	url("fonts/2007326b-57a9-413f-a55a-1dd005af561a.ttf") format("truetype");
}

@font-face {
	font-family: 'Clan Offc Thin';
	src: url('fonts/ClanOffc-Thin.woff2') format('woff2'),
	url('fonts/ClanOffc-Thin.woff') format('woff'),
	url('fonts/ClanOffc-Thin.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
}

.purple {
	background: #6b3878;
}

.purpleText {
	color: #6b3878;
}

.dunkegrau {
	background: #878787;
}

.hellgrau {
	background: #dadada;
}

.schatten {
	-moz-box-shadow: 0 3px 2px rgba(172, 172, 172, 0.99);
	-webkit-box-shadow: 0 3px 2px rgba(172, 172, 172, 0.99);
	box-shadow: 4px 8px 15px 2px rgba(172, 172, 172, 0.99);
}

img {
	width: 100%;
	height: 100%;
}

body {
	font-family: 'Clan W04 Book', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 24px;
	line-height: 1.4em;
	white-space: normal;
	color: #878787;
	background: #fff;
}


hr {
	width: 100%;
	border: 0;
	border-bottom: 1px solid #dadada;
	margin: 30px 0;
}

p a {
	color: #6b3878;
}

p a:hover {
	color: #6b3878;
}

h1 {
	font-family: 'Clan Offc Medium', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 28px;
	line-height: 1.3em;
	margin: 0;
	color: #6b3878;
	padding-top: 1em;
}


h2 {
	font-family: 'Clan Offc Medium', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 24px;
	line-height: 1.3em;
	display: block;
	width: 100%;
	margin: 0;
	margin-bottom: 1em;
	color: #6b3878;;
}

.purple h2 {
	color: #fff;
}

p {
	font-family: 'Clan W04 Book', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 24px;
	color: #878787;
}


small, .small {
	font-size: 16px;
	line-height: 1.6em;
}

strong {
	font-family: 'Clan Offc Medium', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
}

sup {
	font-size: 100%;
	top: -.2em;
}

.hellgrau a {
	color: #6b3878;
}

.randUnten {
	margin-bottom: 45px;
}

.randObenUndUnten {
	padding-top: 45px;
	padding-bottom: 45px;
}

.langue {
	font-family: 'Clan Offc Medium', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	line-height: 1em;
	color: #878787;
}

.langueInner {
	padding: 30px 0 20px 0;
}

.langue a {
	color: #6b3878;
}

.langue .active {
	color: #878787;
}

.logo {
	margin-bottom: 80px;
}

.textAufBild {
	font-family: 'Clan Offc Medium', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 28px;
	line-height: 1.3em;
	position: absolute;
	z-index: 10000;
	top: 0;
	right: 60px;
	width: 300px;
	padding: 15px 45px;
	color: #6b3878;
	border-bottom: 20px solid #6b3878;
	background: #fff;
}

.fonctionnement {
	font-family: 'Clan W04 Book', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 24px;
	margin-bottom: 80px;
	color: #878787;
}

.fonctionnement .number {
	font-family: 'Clan Offc Medium', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 30px;
}

a.logoImage {
	display: inline-block;
	width: 100%;
}

.slick .Slickinner {
	padding-right: 10px;
}

.downloads,
.newsToggle {
	position: relative;
	display: block;
	margin-bottom: 15px;
	cursor: pointer;
}

.downloadsInner,
.newsToggleInner {
	line-height: 85px;
	position: absolute;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: left;
	height: 100%;
	padding: 0 60px;
	color: #fff;
}

.downloadsInner a,
.newsToggleInner a {
	color: #fff;
}

.newsToggleInner {
	line-height: 60px;
	padding: 0 20px;
}

.buttonOffen {
	display: block;
}

.buttonZu {
	display: none;
}

.open .buttonOffen {
	display: none !important;
}

.open .buttonZu {
	display: block !important;
}

.responsive-video {
	width: 100%;
}

.responsive-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.responsive-video {
	position: relative;
	overflow: hidden;
	height: 0;
	padding-top: 0;
	padding-bottom: 75%;
}

.socialItem {
	display: inline-block;
	width: 30px;
	margin-right: 5px;
}

.slick {
	width: 100%;
}

.slick-prev::before,
.slick-next::before {
	font-size: 40px;
}

.slick-arrow {
	z-index: 2000;
}

.slick-prev {
	left: 10px;
	width: 40px;
	height: 40px;
}

.slick-next {
	right: 10px;
	width: 40px;
	height: 40px;
}

h3 {
	font-family: 'Clan Offc Medium', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 24px;
	margin-bottom: 1.5em;
	color: #6b3878;
}

.newsDate {
	font-size: 20px;
	color: #6b3878;
}

.newsText {
	font-size: 23.6px;
	white-space: initial;
	color: #6b3878;
}

.eingerueckt {
	padding-right: 15px;
	padding-left: 15px;
}

footer img {
	padding-right: 10px;
	padding-bottom: 10px;
}

.impressum h2 {
	color: #878787;
}

/*----------------------------- FORM ----------------------------- */

.btn {
	border-radius: 0;
}

.btn.btn-default {
	font-size: 24px;
	padding: 20px 60px;
	color: #fff;
	background: #6b3878;
}

.btn.btn-default:hover,
.btn.btn-default:focus {
	opacity: .6;
}

.form-group {
	margin-bottom: 45px;
}

.form-group > label,
label.outside {
	font-family: 'Clan Offc Medium', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300
}


.input-border {
	font-size: 16px;
	padding: 30px 15px;
	color: #878787;
	border: 1px solid #000;
	border-radius: 10px;
}

.padding-radio-checkbox {
	padding: 10px 15px;
	padding-top: 15px;
}

.in-between-text {
	padding-left: 3em;
}

.radio label,
.checkbox label {
	padding: 0;
}


input[type=radio],
input[type=checkbox] {
	position: absolute;
	visibility: hidden;
}

input[type=radio] + label:before,
input[type=checkbox] + label:before {
	position: relative;
	display: inline-block;
	top: 3px;
	width: 20px;
	height: 20px;
	margin-right: .5em;
	content: "";
	vertical-align: baseline;
	background: url("radio.svg");
	background-position: center;
	background-size: cover;
}

input[type=checkbox] + label:before {
	background: url("checkbox.svg");
	background-position: center;
	background-size: cover;
}

input[type=radio]:checked + label:before,
input[type=checkbox]:checked + label:before {
	background: url("radio_on.svg");
	background-position: center;
	background-size: cover;
}

input[type=checkbox]:checked + label:before {
	background: url("checkbox_on.svg");
	background-position: center;
	background-size: cover;
}

/* .was-validated .form-check-input:invalid ~ .form-check-label { */
.was-validated .form-check-input:invalid ~ .form-check-label {
	border-color: red!important;
}




@media (min-width: 576px) {

	h1 {
		padding-top: 0;
	}

	footer img {
		padding-right: 30px;
		padding-bottom: 0;
	}
}

@media (min-width: 992px) {

	.imagePadding {
		padding: 45px;
	}

	.eingerueckt {
		padding-right: 60px;
		padding-left: 60px;
	}

}

@media (min-width: 1200px) {

}