
.switch-field {
	display: flex;
	margin-bottom: 36px;
	overflow: hidden;
}

.form {
	max-width: 600px;
	font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
	font-weight: normal;
	line-height: 1.625;
	margin: 8px auto;
	padding: 16px;
}

.switch-field input {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.switch-field label {
	background-color: #f5f4f4; /* light-green*/
	color: rgba(0, 0, 0, 0.6);
	font-size: 14px;
	line-height: 1;
	text-align: center;
	padding: 8px 16px;
	margin-right: -1px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
	transition: all 0.1s ease-in-out;
}

.switch-field label:hover {
	cursor: pointer;
}

.switch-field input:checked + label {
	background-color: #aacaaf;
	box-shadow: none;
}

.switch-field label:first-of-type {
	border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
	border-radius: 0 4px 4px 0;
}

span.language-de-visible {
    display: contents;
}

span.language-de-not-visible {
    display: none;
}

span.language-en-visible {
    display: contents;
}

span.language-en-not-visible {
    display: none;
}

.bullet-points {
    margin-left: 30px;
    list-style: disc;
    font-weight:normal;
}

div.downloadButton {
    color:white;
    background-color:#A0A0A0;
    /*background-color:#aacaaf;*/
    border-radius: 11px;
    width:200px;
    font-size:16pt;
    text-align:center;
    font-weight:500;
    margin-top:10px;
}