.box-form .group .controls label {
	width: 100%;
	text-align: left;
}

input#dsgvo {
	width: auto;
	height: auto;
	margin-right: 5px;
}

footer ul li:first-child a {
	color: #99b463;
	font-weight: bold;
	}

.content-box .box.box-quote .img-container {
	margin-bottom: 10px !important;
}

.content-box .box.box-quote .quote {
	padding-left: 0px !important;
	text-align: right !important;
	font-size: 1.6em !important;
}

p.right {
	text-align: right;
}

.header-box header nav ul li:last-child a {
	padding-right: 0px;
	background-color: #fff;
	padding: 10px;
	border-radius: 50%;
	color: #848c45;
	margin-top: -8px;
}

.header-box header nav ul li:last-child a {
	padding-right: 0px;
	background-color: #fff;
	padding: 10px;
	border-radius: 50%;
	color: #848c45;
	margin-top: -8px;
	display: none;
}

.mobilLang {
	position: absolute;
	right: 61px;
	top: 18px;
	display: inline-block;
	padding-right: 0px;
	background-color: #fff;
	padding: 10px;
	border-radius: 50%;
	color: #848c45;
	margin-top: -8px;
}

@media only screen and (min-width: 992px) {
	.header-box header nav ul li:last-child a {
		display:inline-block;
	}
	.mobilLang {
		display:none;
	}
}