/*=== Additional css für Subdomains ===*/
.ce-headline-center {
	text-align: center;
}

.purchase-icons, .search, footer .top, #breadcrumb {
	display: none;
}

footer:after, footer .bottom {
	background: #EAEEEF;
}

footer .bottom .right {
	margin-right: 30px;
}

.slideritems h3 {
	font-size: 27px;
	line-height: 30px;
	font-weight: 600;
}

@media (min-width: 1024px) {
.slideritems h3 {
		font-size: 84px;
		line-height: 82px;
		font-weight: 600;
	}
}

.secondaryButton, .downloadButton {
	font-family: 'ProximaNova', sans-serif !important;
	font-weight: 300;
	color: #258ED2;
	padding: 10px 15px;
	font-size: 16px;
	line-height: 24px;
	border-radius: 8px;
	background: #eaeeef;
	border: none;
	transition: all 0.3s;
}
.secondaryButton:hover, .downloadButton:hover {
	background: #eaeeef;
	border: none;
	transition: all 0.3s;
	color: #258ED2;
}