.Frame.infobox .textbox, .Frame.check-box .textbox {
	padding: 40px 30px 30px 90px;
	margin-bottom: 20px;
	margin-top: 0;
	box-sizing: border-box;
	max-width: 100%;
}

.Frame.infobox .textbox {
	background: #f3f5f0 url(/fileadmin/site/img/symb-info.png) no-repeat;
}

.Frame.check-box .textbox {
	background: #f3f5f0 url(/fileadmin/site/img/symb-check.png) no-repeat;
}

.Frame.check-box .textbox p {
	margin-bottom: 0;
}

.Frame.tippbox {
	position: relative;
}

.Frame.tippbox .textbox {
	background-color: #f3f5f0;
	width: calc(100% - 160px) !important;
	position: relative;
	padding: 40px 30px 30px 60px;
}

.Frame.tippbox > .textbox::before {
	content: '';
	position: absolute;
	background: url(/fileadmin/site/img/symb-tipp.png) no-repeat;
	width: 57px;
	height: 57px;
	top: -1.5rem;
	left: -1.5rem;
}

.Frame.tippbox .textbox .sprech-ecke {
	position: absolute;
	background: url(/fileadmin/site/img/sprech-ecke.png) no-repeat;
	width: 34px;
	height: 29px;
	right: -34px;
	top: 20px;
}

.Frame.tippbox .imageBox {
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
}

.Frame.tippbox .imageBox p.caption {
	text-align: center;
	color: #747474;
}

.Frame.tippbox .imageBox img {
	width: auto;
}

@media (max-width: 479px) {
	.Frame.tippbox .imageBox p.caption {
		display: none;
	}
}

@media (max-width: 620px) {
	.Frame.tippbox .textbox {
		width: 82% !important;
		padding: 40px 20px 30px 40px !important
	}

	.Frame.tippbox .imageBox {
		padding-left: 25px;
		width: 20% !important;
	}
}

@media (max-width: 479px) {
	.Frame.check-box .textbox {
		background-image: none;
	}

	.Frame.check-box .textbox {
		padding: 30px 20px;
	}
}