@charset "UTF-8";
@import 'core.css';
#welcome {
	width: 950px;
	position: relative;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 40px;
	margin: 0 auto;
}
#beeindruckend {
	font-size: 33px;
	font-weight: bold;
	color: #2a2b2b;
	margin-bottom: 20px;
}
#konfigurieren {
	font-size: 16px;
	color: #7e7f7f;
	line-height: 1.7em;
	padding: 0 90px;
	letter-spacing: -1px;
}
.featurehead {
	color: #2a2b2b;
	margin-bottom: 15px;
	font-size: 18px;
	letter-spacing: -1px;
}
.extrem {
	margin-bottom: 15px;
}

/* Position cookie-container */
.cookie-container {
	/* Keep cookie-note at the bottom */
	position: fixed;
	bottom: 0;

	width: 100%;
	/* Flexbox initialisation and centering */
	display: flex;
	justify-content: center;

	/* Lift it up a little */
	margin: auto;
}
/* Adjust banner inside flexbox container */
.cookie-banner {
	/* Align and adjust text */
	text-align: center;
	width: 35%;

	/* Decorate container */
	border: 1px solid;
	border-radius: 10px;
	box-shadow: 1px 1px;
	background-color: #fff;
}

.cookie-header {
	/* Correct text-size */
	font-size: 14pt;
	font-weight: 800;
	line-height: 100%;
	margin-bottom: 5px;
}

.cookie-content {
	/* Center content and set font family */
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	justify-content: center;
}

.cookie-content p {
	/* Seperate content */
	border-bottom: 1px solid;
}

.submit_cookie {
	/* Place button */
	justify-content: right;
	width: 15%;
}
