.wunder-info-box .infoBox {
	height: 650px;
	background-position: center;
}
@media (max-width: 991px) {
	.wunder-info-box .infoBox {
		height: 100%;
		margin: 0;
	}
}
.wunder-info-box .infoBox .textContainer {
	padding: 0 0 0 4.5rem;
}
@media (max-width: 991px) {
	.wunder-info-box .infoBox .textContainer {
		padding: 0 0 0 0.5rem;
	}
	.wunder-info-box .infoBox .textContainer .normal {
		display: none;
	}
}
.wunder-info-box .singleInfoBoxIMG {
	bottom: -25% !important;
	right: 0 !important;
	max-height: 150% !important;
	max-width: 150% !important;
}
@media (max-width: 991px) {
	.wunder-info-box .singleInfoBoxIMG {
		bottom: 0 !important;
		right: 0 !important;
		max-height: 100% !important;
		max-width: 100% !important;
		position: relative !important;
	}
}
.wunder-info-box .singleInfoBox {
	height: 450px !important;
}
.wunder-info-box .imageContainer {
	position: relative;
	height: 100%;
}
@media (max-width: 991px) {
	.wunder-info-box .imageContainer {
		width: 100%;
		max-width: 300px;
	}
}
.wunder-info-box .goofyCol {
	position: relative;
	z-index: 1;
}
@media (max-width: 991px) {
	.wunder-info-box .goofyCol {
		display: flex;
		justify-content: center;
	}
}
.wunder-info-box .frontImage {
	height: 100%;
}
.wunder-info-box .frontImage img {
	position: absolute;
	bottom: 0;
	right: 40%;
	z-index: 10;
	max-height: 100%;
	max-width: 85%;
}
.wunder-info-box .frontImage img.moreSpacing {
	right: 40%;
	max-width: 85%;
}
@media (max-width: 991px) {
	.wunder-info-box .frontImage img.moreSpacing {
		bottom: 75px;
		right: 4%;
		max-width: 100%;
	}
}
@media (max-width: 991px) {
	.wunder-info-box .frontImage img {
		bottom: 0;
		right: -25px;
		max-width: 100%;
		max-height: revert;
		height: auto;
	}
}
@media (max-width: 1400px) {
	.wunder-info-box .frontImage img {
		right: 55%;
		max-width: 70%;
	}
}
@media (max-width: 991px) {
	.wunder-info-box .frontImage img {
		right: 4%;
		max-width: 100%;
	}
}
@media (max-width: 450px) {
	.wunder-info-box .frontImage img {
		right: 0;
	}
}
@keyframes flip {
	0% {
		transform: rotateY(180deg);
	}
	100% {
		transform: rotateY(0deg);
	}
}
@keyframes fade {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.wunder-info-box .boxImage {
	height: 0;
	width: 100%;
}
@media (max-width: 991px) {
	.wunder-info-box .boxImage {
		display: flex;
		justify-content: center;
	}
}
.wunder-info-box .boxImage img {
	animation: flip 1s ease-in-out;
	animation-delay: 1s;
	transform-style: preserve-3d;
	animation-fill-mode: forwards;
	transform: rotateY(180deg);
	z-index: 9;
	position: absolute;
	top: -25px;
	right: 25px;
	max-width: 340px;
}
@media (max-width: 991px) {
	.wunder-info-box .boxImage img {
		bottom: 0;
		max-width: 100%;
		top: -550px;
		right: 0;
	}
}
.wunder-info-box .boxTextContainer {
	opacity: 0;
	animation: fade 0.5s ease-in-out;
	animation-delay: 1.8s;
	animation-fill-mode: forwards;
	position: absolute;
	top: 40px;
	right: 60px;
	width: 275px;
	z-index: 11;
}
@media (max-width: 1199px) {
	.wunder-info-box .boxTextContainer {
		top: 125px;
	}
}
@media (max-width: 991px) {
	.wunder-info-box .boxTextContainer {
		top: -480px;
		right: unset;
		width: 80%;
	}
}
.wunder-info-box .boxTextContainer .boxHeadline {
	font-size: 3.175rem;
	color: #FFFFFF;
	line-height: 110%;
	font-weight: 900;
	padding-bottom: 20px;
}
@media (max-width: 991px) {
	.wunder-info-box .boxTextContainer .boxHeadline {
		padding-bottom: 0;
		font-size: 2.3rem;
	}
}
.wunder-info-box .boxText {
	font-size: 1.25rem;
	color: #000000;
	display: flex;
}
@media (max-width: 991px) {
	.wunder-info-box .boxText {
		font-size: 0.9rem;
	}
}
.wunder-info-box .boxText.strong {
	font-weight: 900;
}
.wunder-info-box .boxText i {
	padding-right: 20px;
	padding-top: 7px;
}
.wunder-info-box .caption {
	font-size: 1.25rem;
	color: #EE7203;
	font-weight: bold;
}
@media (max-width: 991px) {
	.wunder-info-box .caption {
		padding-top: 50px;
	}
}
.wunder-info-box .headline {
	font-size: clamp(2.8rem, 5vw, 5.625rem);
	font-weight: normal;
	color: #FFFFFF;
}
.wunder-info-box .headline p {
	line-height: 100%;
}
@media (max-width: 991px) {
	.wunder-info-box .headline {
		font-size: 3.625rem;
		text-align: left;
		padding-top: 1rem;
	}
}
@media (max-width: 1199px) {
	.wunder-info-box .headline {
		font-size: 2.813rem !important;
	}
}
@media (max-width: 991px) {
	.wunder-info-box .singleInfoBoxDesc {
		padding-bottom: 0 !important;
	}
}
.wunder-info-box .description {
	font-size: 2.188rem;
	color: #FFFFFF;
	max-width: 500px;
	padding-bottom: 1rem;
	font-weight: 300;
}
@media (max-width: 991px) {
	.wunder-info-box .description {
		text-align: left;
		max-width: 100%;
		font-size: 1rem;
		padding-bottom: 600px;
	}
}
.wunder-info-box .mobile {
	display: none;
}
@media (max-width: 991px) {
	.wunder-info-box .normal {
		display: none !important;
	}
	.wunder-info-box .mobile {
		display: block !important;
	}
}

/*# sourceMappingURL=InfoBox.css.map */
