.teaser-verlauf .highlight {

background: #1E5FB9; /* Old browsers */
background: -moz-linear-gradient(top, #1E5FB9 0%, #003875 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #1E5FB9 0%,#003875 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #1E5FB9 0%,#003875 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1E5FB9', endColorstr='#003875',GradientType=0 ); /* IE6-9 */

}

.teaser-verlauf h3, .teaser-verlauf .h3, .teaser-verlauf .panel h3 {

    color: #fff;

}

.teaser-verlauf p {

    color: #fff;
	
}

.teaser-verlauf a {

    color: #fff;

}

main #buehne_container .stage div.overlay-element {
    top: 5% !important;
	width: 38%;
}

@media only screen and (min-width: 64.063em) {

.teaser-verlauf .highlight {

height: 218.2px;
}
    
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    
.teaser-verlauf .highlight {

height: 260px;
}
}