﻿@charset "UTF-8";

/*
	LINKS:		195C	782f40		19.90.50.55		120, 47, 64
	TEXT:		289C	0c2340		100.76.12.70	12, 35, 64
	CTA:		134C	fdd26e		0.12.60.0		253, 210, 110
	Beige:		663C	e5e1e6		3.6.0.2			229, 225, 230
	Violett:	3515C	590776		68.100.0.10		89, 7, 118
	Grün-grau:	2463C	5b7570		59.30.42.30		91, 117, 112
*/

#landing-contact {
	display: none;
}

html, body {
	margin: 0;
	padding: 0;
}

body {
	overflow-x: hidden;
}

a {
	text-decoration: none;
	color: #782f40;
}

a:hover, a:active {
	color: #5b7570;
}

.cta {
	display: block;
}

.past {
	color: #969696;
}

.block {
	display: block;
}

.title {
	font-weight: 700;
}

.list-no-bullets {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.cell-center {
	/* Table cells with centered content */
	text-align: center;
}

.clear-fix {
	clear: both;
	line-height: 1px;
}