.BannerTextBox {
	background-image: url('../../img/C2A_Banner_01_960.png');
	height: 214px;
	width: 850px;
	max-width: 100%;
	position: relative;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
}

.WhiteBox {
	padding: 25px 15px;
	position: absolute;
	top: 45px;
	right: 20px;
	background: #fff;
	width: 65%;
	z-index: 30;
}

.LinkYellow {
	width: 210px;
	height: 32px;
	z-index: 9999999;
	text-transform: uppercase;
	line-height: 32px;
	background: #fedc00 url('../../img/bg-angebote-anfordern.png') no-repeat -5px;
	font-family: 'Trade-Gothic-Bold-2', Arial, sans-serif;
	font-weight: 400;
}

.LinkPosRight {
	cursor: pointer;
	position: absolute;
	bottom: -25px;
	right: 50px;
}

.LinkPosLeft {
	cursor: pointer;
	position: absolute;
	bottom: 40px;
	right: calc(60% - 190px);
}

.BannerTextBox a {
	width: 210px;
	height: 32px;
	display: block;
	color: #515151 !important;
	padding-left: 35px;
	font-size: 13px;
}

.BannerTextBox p {
	margin: 0;
}

.WhiteBoxText {
	font-weight: 400;
}

.BannerTextBox .WhiteBox .WhiteBoxText {
	font-size: 14px;
	line-height: 21px;
}

.BannerTextBox .WhiteBox .WhiteBoxText strong {
	font-family: 'Trade-Gothic-Bold-2', Arial, sans-serif;
	font-size: 18px;
	line-height: 24px;
}

@media (max-width: 767px) {
	.BannerTextBox .WhiteBox {
		top: 35px;
	}

	.BannerTextBox .WhiteBox .WhiteBoxText {
		font-size: 14px;
		line-height: 18px;
	}

	.BannerTextBox .WhiteBox .WhiteBoxText strong {
		font-size: 16px;
		line-height: 21px;
	}
}

@media (max-width: 575px) {
	.BannerTextBox .WhiteBox .WhiteBoxText {
		font-size: 13px;
		line-height: 18px;
	}

	.BannerTextBox .WhiteBox .WhiteBoxText strong {
		font-size: 16px;
		line-height: 21px;
	}
}

@media (max-width: 479px) {
	.BannerTextBox .WhiteBox {
		left: 130px;
		width: auto;
		top: 15px;
	}

	.BannerTextBox .WhiteBox .WhiteBoxText strong {
		font-size: 14px;
		line-height: 18px;
	}

	.BannerTextBox .WhiteBox .LinkPosRight {
		top: 140px;
		left: 0;
		width: 190px;
	}
}

@media (max-width: 399px) {
	.BannerTextBox .WhiteBox {
		left: 110px;
		right: 10px;
		padding: 15px;
	}

	.BannerTextBox .WhiteBox .LinkPosRight {
		left: -30px;
	}
}


.BlockShadow {
	background-size: cover;
	box-shadow: 3px 3px 1px #000;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
}

.BannerTextBox.BannerTextBox-sidebar {
	margin: 0 0 30px 0;
	max-height: 100%;
	height: auto;
	background-position: left top;
}

.BannerTextBox.BannerTextBox-sidebar .WhiteBox {
	position: absolute;
	right: 15px;
	top: initial;
	bottom: 55px;
	width: 185px !important;
	background: #fff;
	z-index: 1;
	padding: 15px;
	font-size: 10pt;
	line-height: 1.1;
}

.BannerTextBox.BannerTextBox-sidebar .WhiteBox p strong {
	font-size: 10pt;
	line-height: 14px;
	display: inline-block;
	margin-bottom: 2px;
}

.BannerTextBox.BannerTextBox-sidebar .WhiteBox p {
	font-size: 8pt;
	line-height: 13px;
}

.BannerTextBox.BannerTextBox-sidebar .LinkPosRight {
	cursor: pointer;
	position: absolute;
	bottom: -45px;
	right: 0;
}

.BannerTextBox.BannerTextBox-sidebar .LinkYellow {
	width: 185px;
	height: 32px;
	background: #fedc00 url('../../img/bg-angebote-anfordern.png') no-repeat -10px;
	text-transform: uppercase;
	line-height: 32px;
	color: #515151;
	font-family: 'Trade-Gothic-Bold', Arial, sans-serif;
	font-size: 14px;
	z-index: 20;
}

.BannerTextBox.BlockShadow .LinkPosRight {
	left: 15px;
	bottom: -15px;
}

.BannerTextBox.BlockShadow .LinkPosRight:hover {
	color: #515151;
}

.BannerTextBox.BlockShadow {
	height: 186px;
}

.BannerTextBox.BlockShadow .WhiteBox {
	top: 0;
	right: 0;
	padding-top: 45px;
}

.BannerTextBox.BlockShadow .WhiteBox .WhiteBoxText {
	font-family: 'Trade-Gothic-Roman', Arial, sans-serif;
	font-size: 14px;
}

.BannerTextBox.BlockShadow .WhiteBox .WhiteBoxText strong {
	font-family: 'Trade-Gothic-Bold-2', Arial, sans-serif;
	font-size: 16px;
}

@media (max-width: 767px) {
	.BannerTextBox.BlockShadow .WhiteBox {
		padding-top: 35px;
	}

	.BannerTextBox.BlockShadow .WhiteBox .WhiteBoxText {
		font-size: 13px;
	}

	.BannerTextBox.BlockShadow .WhiteBox .WhiteBoxText strong {
		font-size: 16px;
		line-height: 21px;
	}
}

@media (max-width: 575px) {
	.BannerTextBox.BlockShadow .WhiteBox .WhiteBoxText {
		font-size: 13px;
	}

	.BannerTextBox.BlockShadow .WhiteBox .WhiteBoxText strong {
		font-size: 16px;
	}
}

.oneColumn.container .content .BannerTextBox.BlockShadow .WhiteBox {
	top: 20px;
}

.BannerTextBox {
	background-position: -25px;
}

@media (max-width: 1160px) {
	.BannerTextBox {
		background-position: -75px;
	}

	.BannerTextBox.BlockShadow {
		background-position: -75px !important;
	}

	.BannerTextBox-sidebar {
		background-position: 0;
	}
}

@media (max-width: 479px) {
	.BannerTextBox.BlockShadow .WhiteBox {
		left: 130px;
		width: auto;
		padding-top: 15px;
	}

	.BannerTextBox.BlockShadow .WhiteBox .WhiteBoxText strong {
		font-size: 14px;
		line-height: 18px;
	}

	.BannerTextBox.BlockShadow .WhiteBox .LinkPosRight {
		top: 140px;
		left: -40px;
		width: 195px;
	}
}

@media (max-width: 620px) {
	.BannerTextBox {
		background-position: -130px !important;
	}

	.BannerTextBox-sidebar {
		background-position: 0;
	}
}

.bannerGrey {
	max-width: 685px;
	margin-left: auto;
	margin-right: auto;
}
.bannerGrey .bodyText {
	position: relative;
	height: auto;
	background-color: #F3F3F0;
	padding: 35px 50px;
}
.bannerGrey .bodyText p {
	font-size: 20px;
	line-height: 28px;
}
.bannerGrey .bodyText a.btn {
	position: absolute;
	bottom: -24px;
	left: 45%;
	transform: translateX(-40%);
}