.overlap-banner .nb-content .promotion {
	display: grid;
	grid-template: "a b" 1fr / 3rem auto;
	gap: 0.5rem;
	align-items: flex-end;
	max-width: 13rem;
}
.overlap-banner .nb-content .promotion + .promotion {
	margin-top: 1.0rem;
}
.overlap-banner .nb-content .promotion > * {
}

.overlap-banner .nb-content .promotion .promo-icon.cube {
	width: 3rem;
	height: 3rem;
	filter: drop-shadow(2px 3px 5px #ffffff);
}
.overlap-banner .nb-content .promotion .promo-icon.cube::before {
	display: inline-block;
	margin-top: 0.7rem;
	width: 2rem;
	height: 2rem;
	border-top: 5px solid #a11c1f;
	border-right: 5px solid #a11c1f;
	text-align: center;
	vertical-align: middle;
	font-size: 1.5rem;
	font-weight: bold;
	color: #fcfcfc;
	background-color: #e5686c;
	background-image: linear-gradient(to bottom right, #e5686c 50%, #ca4447 51%);
	transform: translateY(-8px) rotate3d(-1, -1, 1, 40deg);
}

.overlap-banner .nb-content .promotion .promo-caption {
	font-size: 1rem;
	text-shadow: 2px 2px 3px black;
}

.overlap-banner .nb-content .promotion.plain-link .promo-caption {
	font-size: 0.9rem;
}

#nb-web .overlap-banner .nb-content a.promotion:hover,
#nb-web .overlap-banner .nb-content a.promotion:focus,
#nb-web .overlap-banner .nb-content a.promotion:active {
	color: #ffffff;
}
#nb-web .overlap-banner .nb-content a.promotion:hover .promo-icon.cube,
#nb-web .overlap-banner .nb-content a.promotion:focus .promo-icon.cube,
#nb-web .overlap-banner .nb-content a.promotion:active .promo-icon.cube {
	margin-left: -0.05rem;
	width: 3.05rem;
	filter: drop-shadow(2px 2px 6px #ffffff) drop-shadow(0px 0px 4px #ffffff);
}


.conveyor-loop {
	box-sizing: border-box;
	position: relative;
	width: 100%;
	height: 150px;
	overflow: hidden;
}
.conveyor-content {
	width: 100%;
	height: 100%;
	background-image: url('../bilder/conveyor_individual_solutions_20240909.png');
	background-size: 333.333%;
	background-repeat: repeat-x;
	-webkit-animation: conveyorLoopContent linear infinite 40.00s;
	animation: conveyorLoopContent linear infinite 40.00s;
}

@-webkit-keyframes conveyorLoopContent {
	0.000% { background-position-x: 0%; }
	/* 0 - 1 */ 07.500% { background-position-x: -00.000%; } 10.000% { background-position-x: -14.333%; } 
	/* 1 - 2 */ 17.500% { background-position-x: -14.333%; } 20.000% { background-position-x: -28.666%; } 
	/* 2 - 3 */ 27.500% { background-position-x: -28.666%; } 30.000% { background-position-x: -42.999%; } 
	/* 3 - 4 */ 37.500% { background-position-x: -42.999%; } 40.000% { background-position-x: -57.332%; } 
	/* 4 - 5 */ 47.500% { background-position-x: -57.332%; } 50.000% { background-position-x: -71.665%; } 
	/* 5 - 6 */ 57.500% { background-position-x: -71.665%; } 60.000% { background-position-x: -85.998%; } 
	/* 6 - 7 */ 67.500% { background-position-x: -85.998%; } 70.000% { background-position-x: -100.331%; } 
	/* 7 - 8 */ 77.500% { background-position-x: -100.331%; } 80.000% { background-position-x: -114.664%; } 
	/* 8 - 9 */ 87.500% { background-position-x: -114.664%; } 90.000% { background-position-x: -128.997%; } 
	/* 9 - 10 */ 97.500% { background-position-x: -128.997%; } 100.000% { background-position-x: -142.90%; } 
}

@-keyframes conveyorLoopContent {
	0.000% { background-position-x: 0%; }
	/* 0 - 1 */ 07.500% { background-position-x: -00.000%; } 10.000% { background-position-x: -14.333%; } 
	/* 1 - 2 */ 17.500% { background-position-x: -14.333%; } 20.000% { background-position-x: -28.666%; } 
	/* 2 - 3 */ 27.500% { background-position-x: -28.666%; } 30.000% { background-position-x: -42.999%; } 
	/* 3 - 4 */ 37.500% { background-position-x: -42.999%; } 40.000% { background-position-x: -57.332%; } 
	/* 4 - 5 */ 47.500% { background-position-x: -57.332%; } 50.000% { background-position-x: -71.665%; } 
	/* 5 - 6 */ 57.500% { background-position-x: -71.665%; } 60.000% { background-position-x: -85.998%; } 
	/* 6 - 7 */ 67.500% { background-position-x: -85.998%; } 70.000% { background-position-x: -100.331%; } 
	/* 7 - 8 */ 77.500% { background-position-x: -100.331%; } 80.000% { background-position-x: -114.664%; } 
	/* 8 - 9 */ 87.500% { background-position-x: -114.664%; } 90.000% { background-position-x: -128.997%; } 
	/* 9 - 10 */ 97.500% { background-position-x: -128.997%; } 100.000% { background-position-x: -142.90%; } 
}

@media (max-width: 980px) {
	
	.overlap-banner .nb-content .promotion {
		margin-top: 1rem;
	}
	.overlap-banner .nb-content .promotion .promo-caption {
		filter: drop-shadow(4px 2px 6px #ffffff) drop-shadow(-4px 2px 5px #ffffff) drop-shadow(-8px 0px 10px #ffffff);
		text-shadow: 0px 0px 8px #000000, 0px 0px 8px #000000, 0px 0px 8px #000000, 0px 0px 8px #000000, 2px 2px 5px #000000;
	}
}
