/* Entfernt den Farbverlauf vom Video */
.cover[data-type=background-image] .image-box:after {
 background: none;
 bottom: 0;
 content: "";
 left: 0;
 position: absolute;
 right: 0;
 top: 0;
}
/*hintergrundfarbe  Video entfernt*/
.video-stage .video-container video {
   background: #fff !important;
}
/* Beibehaltung des Farbverlaufs für Hintergrundfarbe */
.cover[data-type=background-color] {
 background: linear-gradient(120deg, rgba(0, 47, 109, 1) 60%, rgba(255, 131, 0, 1) 100%) !important;
}
/* Infobanner Farbverlauf entfernt */
.infobanner .text-wrapper {
background: linear-gradient(120deg, rgba(0, 47, 109, 1) 60%, rgba(255, 131, 0, 1) 100%) !important;
display: flex;
flex: 1 1 100%;
justify-content: space-between;
}
 
.election-form {
 background: linear-gradient(120deg, rgba(0, 47, 109, 1) 60%, rgba(255, 131, 0, 1) 100%) !important;
}
.timeline .item-slider:before {
 background-color: #ff8300 !important;
}
 
:root {
   --theme-color-secondary-intensed: #002f6d !important;
   --theme-color-link-hover: #002f6d !important;
}
