
.circlewrapper {
	text-align: center;
}
.circlestart {
	width:48%;
	display: inline-block;
}

.circlestart .home__info__date {
	position:relative;
	left:9%;
}

@media (max-width:900px) {
	.circlestart {
		width:100%;
		float:none;

	}
	.circlestart:first-child {
		margin-top: 50px;
	}

	.circlestart .home__info__date {
		position:relative;
		left:0;
	}


}


.footer_global ul li.max-bigger {
	  width: 86%;
	  float: left;
	  margin-right: 1.69492%;
	  margin-bottom: 1.6%;
}


.form__row__label.checked--error {
	color: #ff0000 !important;
}

.wrapper_base ul.logoleiste {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	flex-wrap: wrap;
}

.wrapper_base ul.logoleiste > li {
	width: 85px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 12px;
	height: 120px;
}
.wrapper_base ul.logoleiste > li img {
	max-width: 100%;
	max-height: 100%;
	width:100%;
	min-width: 100%;
	height: auto;
	position: relative;
}
.wrapper_base ul.logoleiste > li a {
	display: block;
	width: 100%;
	height: 100%;
}
.xfooter_global {
	background-color: #fff;
    border-top: 2px solid #eaeaea;
    padding: 4em 0;
    color: #fff;
    line-height: 80px;
    text-align: center;
    overflow: auto;
    height: auto;

}