.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_20230109.png');
	background-size: 233.33%;
	background-repeat: repeat-x;
	-webkit-animation: conveyorLoopContent linear infinite 21.388s;
	animation: conveyorLoopContent linear infinite 21.388s;
}

@-webkit-keyframes conveyorLoopContent {
	0.000% { background-position-x: 0%; }
	/* 0-1 */ 11.786% { background-position-x: 0%; }		 14.286% { background-position-x: -25.00%; }
	/* 1-2 */ 26.071% { background-position-x: -25.00%; }	 28.571% { background-position-x: -50.00%; }
	/* 2-3 */ 40.357% { background-position-x: -50.00%; }	 42.857% { background-position-x: -75.00%; }
	/* 3-4 */ 54.643% { background-position-x: -75.00%; }	 57.143% { background-position-x: -100.00%; }
	/* 4-5 */ 68.929% { background-position-x: -100.00%; }	 71.429% { background-position-x: -125.00%; }
	/* 5-6 */ 83.214% { background-position-x: -125.00%; }	 85.714% { background-position-x: -150.00%; }
	/* 6-7 */ 97.500% { background-position-x: -150.00%; }	100.000% { background-position-x: -175.00%; }
}
@keyframes conveyorLoopContent {
	0.000% { background-position-x: 0%; }
	/* 0-1 */ 11.786% { background-position-x: 0%; }		 14.286% { background-position-x: -25.00%; }
	/* 1-2 */ 26.071% { background-position-x: -25.00%; }	 28.571% { background-position-x: -50.00%; }
	/* 2-3 */ 40.357% { background-position-x: -50.00%; }	 42.857% { background-position-x: -75.00%; }
	/* 3-4 */ 54.643% { background-position-x: -75.00%; }	 57.143% { background-position-x: -100.00%; }
	/* 4-5 */ 68.929% { background-position-x: -100.00%; }	 71.429% { background-position-x: -125.00%; }
	/* 5-6 */ 83.214% { background-position-x: -125.00%; }	 85.714% { background-position-x: -150.00%; }
	/* 6-7 */ 97.500% { background-position-x: -150.00%; }	100.000% { background-position-x: -175.00%; }
}

@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;
	}
}
