#gform_preview_10_42 strong::after, #gform_preview_43_42 strong::after {
	content: "\2713";
	color: green;
	font-size: 28px;
	position: relative;
	top: 2px;
}

#close {
display:none;
}

@media only screen and (min-width: 1000px) {
#close {
	position: absolute;
	top: -24px;
	right: -17px;
	font-size: 35px;
	font-weight: 400;
cursor:pointer;
display:block;
}

.closeblock {
	width: 22px;
}

}

/*neuer test*/

.neuklik {
display:none !important;
}

.contenboxslider {
transition: all 0.4s ease;
}

.contenboxslider.versteck {
	top: calc(100% - 68px);
	margin-top: 0;
}

.contenboxslider #open {
display:none;
}

.contenboxslider.versteck .neuklik2 img {
transform: rotate(45deg);
}

.carousel.slide {
	overflow: hidden;
}

#close {
	position: absolute;
	top: -24px;
	right: -17px;
	font-size: 35px;
	font-weight: 400;
	cursor: pointer;
	display: block;
}


@media only screen and (min-width: 768px) and (max-width:1025px) {
.home .carousel.slide .contenboxslider2 {
	left: 5%;
	width: 50%;
}
}