.sticky-wrapper {
    position: sticky;
    top: 0;
    width: 100%;
    overflow: hidden;
    background: radial-gradient(circle, rgba(108,187,204,1) 0%, rgba(80,170,190,1) 100%);
}

.element-wrapper{
    position: relative;
    display: flex;
}

.element {
    width: 100%;
    height: 100vh;
    margin: 0;
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.horizontale_scroll{
	background: none !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.horizontale_label{
    width: 37rem;
    height: 9.5rem;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 0 2rem 2rem;
    flex-direction: column;
    margin: 0 auto;
}

.horizontale_label span{
    font-size: 1.5rem;
    line-height: 3.4rem;
    opacity: 0.5;
}

.horizontale_label em{
    font-family: museo, serif;
    font-size: 2.1rem;
}

.element-wrapper h2{
    color: #ffffff;
    font-family: museo, serif;
    font-size: 6.5rem;
    font-weight: 700;
    line-height: 6.5rem;
}

.slide_nummer{
    display: block;
    margin-bottom: 2rem;
}

.slide_nummer span{
    opacity: 0.5;
}

@media (max-width:767px)
{		
	.horizontale_scroll .sticky-wrapper{
		padding-top: calc(var(--jumbotron-standard-margin) + 9.5rem) !important;
    	padding-bottom: var(--jumbotron-standard-margin) !important;
	}
	
	.element-wrapper {
		display: flex;
		flex-direction: column;
		row-gap: var(--jumbotron-standard-margin);
	}
	
	.element,
	.sticky-wrapper{
		height: auto;
	}
	
	.element .container .col-sm-12 > *:last-child{
		margin-bottom: 0;
	}
    
    .horizontale_label{
        width: 90vw;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
    }
	
	.element .container .col-sm-12 > *:last-child{
		margin-bottom: 0;
	}
	
	.element-wrapper h2 {
		font-size: 3rem;
		line-height: 4rem;
	}
    
    .element img{
        max-width: 85%;
    }
}

@media (min-width:768px) and (max-width:991px)
{
	.horizontale_scroll .sticky-wrapper{
		padding-top: calc(var(--jumbotron-standard-margin) + 9.5rem) !important;
    	padding-bottom: var(--jumbotron-standard-margin) !important;
	}
	
	.horizontale_label {
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
	}
	
	.element-wrapper {
		display: flex;
		flex-direction: column;
		row-gap: var(--jumbotron-standard-margin);
	}
	
	.element,
	.sticky-wrapper{
		height: auto;
	}
	
	.element .container .col-sm-12 > *:last-child{
		margin-bottom: 0;
	}
	
	.element-wrapper h2 {
		font-size: 4.5rem;
		line-height: 5.5rem;
	}
}

@media (min-width:992px) and (max-width:1199px)
{
	.element-wrapper h2 {
		font-size: 4.5rem;
		line-height: 5.5rem;
	}
}

@media (min-width:1200px) and (max-width:1399px)
{
    
}

@media (min-width:1400px)
{
    
}