
.for-desktop {
	display:block;
}

.for-mobile {
	display:none;
}

.lazy-load {
	width:100%;
}

@media (max-width:1024px) {
	.for-desktop {
		display:none;
	}
	.for-mobile {
		display:block;
	}
}

/*WEBCROSSING BASE - TEASER SINGLE*/
.block.widget.webcrossing-base-teaser-single {
	width:100%;
}

.block.widget.webcrossing-base-teaser-single .block-content .container .teaser img {
	display:block;
}

/*WEBCROSSING BASE - BANNER TWO HALFS*/
.block.widget.webcrossing-base-banner-twohalfs {
	width:100%;
	padding: 45px 20px;
	box-sizing: border-box;
	background-repeat:no-repeat;
	margin-bottom:0;
}

.block.widget.webcrossing-base-banner-twohalfs .block-content {
	max-width: 1160px;
	margin-left: auto;
	margin-right: auto;
}

.block.widget.webcrossing-base-banner-twohalfs .block-content .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.block.widget.webcrossing-base-banner-twohalfs .block-content .container .banner {
	width:calc((100% - 20px) / 2);
	position:relative;
}

.block.widget.webcrossing-base-banner-twohalfs .block-content .container .banner .image img {
	width:100%;
	display:block;
}

.block.widget.webcrossing-base-banner-twohalfs .block-content .container .banner .image .overlay {
	position:absolute;
	width: 100%;
	bottom: 0;
	left:0;
	background:rgba(0, 0, 0, 0.75);
	padding: 12px 20px;
	box-sizing: border-box;
}

.block.widget.webcrossing-base-banner-twohalfs .block-content .container .banner .image .overlay h3 {
	margin:0;
	color:#fff;
	font-size: 24px;
}

/*WEBCROSSING BASE - TEXT SINGLE*/
.block.widget.webcrossing-base-text-single {
	font-size: 2rem;
	margin: 0 auto;
	max-width: 130rem;
	padding: 6rem 5rem 0;
	text-align: center;
	width:100%;
}

.block.widget.webcrossing-base-text-single .block-title > * {
	color: #333;
	font-size: 24px;
}

.block.widget.webcrossing-base-text-single .block-content {
}

.block.widget.webcrossing-base-text-single.layout-02 {
	background:#deeaf4;
}

/*WEBCROSSING BASE - TEXT IMAGE SINGLE*/
.block.widget.webcrossing-base-textimage-single {
	width:100%;
}

.block.widget.webcrossing-base-textimage-single .block-content .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.block.widget.webcrossing-base-textimage-single .block-content .container .textimage {
	width:calc((100% - 20px) / 2);
}

.block.widget.webcrossing-base-textimage-single .block-content .container .textimage .headline {
	margin: 0 0 20px 0;
}

.block.widget.webcrossing-base-textimage-single .block-content .container .textimage .text {
	margin: 0 0 20px 0;
}

.block.widget.webcrossing-base-textimage-single .block-content .container .textimage .action-container {
	text-align:center;
}

/*WEBCROSSING BASE - PRODUCT TIPP*/
.block.widget.webcrossing-base-product-tipp {
	width:100%;
}

.block.widget.webcrossing-base-product-tipp .block-title h3 {
	margin: 0;
	padding:12px 0 10px 0;
	border-top:1px solid #002850;
	border-bottom:1px solid #002850;
	text-align:center;
}

.block.widget.webcrossing-base-product-tipp .block-content .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.block.widget.webcrossing-base-product-tipp .block-content .container .product {
	width:calc((100% - 40px) / 3);
}

.block.widget.webcrossing-base-product-tipp .block-content .container .product img {
	display:block;
}

.block.widget.webcrossing-base-product-tipp .block-content .container .product .name {
	background:#deeaf4;
	padding:10px 20px;
	box-sizing: border-box;
	display:block;
	text-align: center;
}

/*WEBCROSSING BASE - BANNER TWO THIRDS*/
.block.widget.webcrossing-base-banner-twothirds {
	width:100%;
}

.block.widget.webcrossing-base-banner-twothirds .block-content .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.block.widget.webcrossing-base-banner-twothirds .block-content .container .banner.left.for-desktop {
	width:calc((((100% - 40px) / 3) * 2) + 20px);
}

.block.widget.webcrossing-base-banner-twothirds .block-content .container .banner.right.for-desktop {
	width:calc((100% - 40px) / 3);
}

/*WEBCROSSING BASE - PRODUCT SLIDER*/
.block.widget.webcrossing-base-product-slider .product-item {
	margin:0 10px;
	margin: 0;
	position:relative;
	/*max-width:calc((100% - 40px) / 2);*/
}

.block.widget.webcrossing-base-product-slider .block-content .container .product-item .product-content {
	background-color: #deeaf4;
	padding: 15px;
}
