:root{--c-light: #ffffff;--c-light-rgb: 255, 255, 255;--c-lightgray: #f9f9f9;--c-lightgray-rgb: 249, 249, 249;--c-gray: #E1E6E5;--c-gray-rgb: 225, 230, 229;--c-darkgray: #81888e;--c-darkgray-rgb: 129, 136, 142;--c-dark: #000000;--c-dark-rgb: 0, 0, 0;--c-primaryColor1: #A00028;--c-primaryColor1-rgb: 160, 0, 40;--c-primaryColor2: #F0554B;--c-primaryColor2-rgb: 240, 85, 75;--c-secondaryColor1: #FEDA6C;--c-secondaryColor1-rgb: 254, 218, 108;--c-secondaryColor2: #FEED98;--c-secondaryColor2-rgb: 254, 237, 152;--c-errorColor: #ff073a;--c-errorColor-rgb: 255, 7, 58;--c-borderColor: #707070;--c-borderColor-rgb: 112, 112, 112;--c-hoverColor: #e7326d;--c-hoverColor-rgb: 231, 50, 109;--c-actionColor: #C8C8FF;--c-actionColor-rgb: 200, 200, 255}@font-face{font-family:"Roboto";src:url(../fonts/Roboto-Thin.ttf);font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:"Roboto";src:url(../fonts/Roboto-Light.ttf);font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:"Roboto";src:url(../fonts/Roboto-Light.ttf);font-weight:normal;font-style:normal;font-display:swap}@font-face{font-family:"Roboto";src:url(../fonts/Roboto-Bold.ttf);font-weight:700;font-style:normal;font-display:swap}:root{--f-family-default: "Roboto", Helvetica, Arial, sans-serif;--f-family-text: "Roboto", Helvetica, Arial, sans-serif;--f-size-xs: 9px;--f-size-s: 12px;--f-size-m: 14px;--f-size-standard: 16px;--f-weight-thin: 100;--f-weight-light: 300;--f-weight-regular: 400;--f-weight-bold: 700}body{background-color:var(--c-backgroundColor);font-family:"Roboto", Helvetica, Arial, sans-serif;font-family:var(--f-family-default);font-weight:300;font-weight:var(--f-weight-light);font-size:16px;font-size:var(--f-size-standard)}a{color:#A00028;color:var(--c-primaryColor1)}a:hover,a:focus{color:#e7326d;color:var(--c-hoverColor)}.headline__underline,.rte .headline{margin:40px 0px;position:relative;font-weight:300;font-weight:var(--f-weight-light);font-size:24px;line-height:32px}@media screen and (min-width: 40em){.headline__underline,.rte .headline{margin:0px 0px 40px 0px;font-size:30px;line-height:39px}}.headline__underline:after,.rte .headline:after{content:"";position:absolute;left:0;bottom:-15px;height:2px;width:30px;background-color:#FEED98;background-color:var(--c-secondaryColor2)}.rte h1,.rte h2,.rte h3,.rte h4,.rte h5,.rte h6{letter-spacing:0}.rte h1,.rte h2{font-weight:100;font-weight:var(--f-weight-thin)}.rte h3,.rte h4{font-weight:300;font-weight:var(--f-weight-light)}.rte h1{font-size:40px;line-height:45px}@media screen and (min-width: 40em){.rte h1{font-size:100px;line-height:100px}}.rte h2{font-size:30px;line-height:34px}@media screen and (min-width: 40em){.rte h2{font-size:60px;line-height:60px}}.rte h3{font-weight:300;font-weight:var(--f-weight-light);font-size:24px;line-height:32px}@media screen and (min-width: 40em){.rte h3{font-size:30px;line-height:39px}}@media screen and (min-width: 40em){.rte h4{font-size:24px;line-height:32px}}.rte p{font-size:16px;font-size:var(--f-size-standard);font-weight:300;font-weight:var(--f-weight-light);line-height:25px}@media screen and (min-width: 40em){.rte p{font-size:21px;font-weight:300;font-weight:var(--f-weight-light);line-height:31px}}.rte li{font-family:"Roboto", Helvetica, Arial, sans-serif;font-family:var(--f-family-text);font-size:16px;font-size:var(--f-size-standard);font-weight:300;font-weight:var(--f-weight-light);line-height:25px}@media screen and (min-width: 40em){.rte li{font-size:21px;font-weight:300;font-weight:var(--f-weight-light);line-height:31px}}.rte ul{list-style:none}.rte ul li:before{content:"•";color:#FEED98;color:var(--c-secondaryColor2);font-weight:bold;display:inline-block;width:1em;margin-left:-1em}.rte ol{list-style:none;counter-reset:item}.rte ol li{counter-increment:item}.rte ol li:before{content:counter(item) ". ";color:#FEED98;color:var(--c-secondaryColor2);display:inline-block;width:1em;margin-left:-1em}.rte .quote{padding:20px 0px 20px 20px;color:#FEED98;color:var(--c-secondaryColor2);border-left:2px solid #FEED98;border-left:2px solid var(--c-secondaryColor2);font-size:20px;line-height:30px;font-weight:300;font-weight:var(--f-weight-light)}@media screen and (min-width: 40em){.rte .quote{font-size:30px;line-height:39px}}.rte a{color:#A00028;color:var(--c-primaryColor1);background-image:linear-gradient(#A00028, #A00028);background-image:linear-gradient(var(--c-primaryColor1), var(--c-primaryColor1));background-size:0 1px,auto;background-repeat:no-repeat;background-position:center bottom;transition:all .2s ease-out}.rte a:hover{color:#e7326d !important;color:var(--c-hoverColor) !important;background-size:100% 1px,auto}.rte a.link-file::before,.rte a.link-external::before{transform:scale(0.7);position:relative;top:3px;margin:0 4px 0 5px}.rte .text-left{text-align:left}.rte .text-center{text-align:center}.rte .text-right{text-align:right}.rte .text-justify{text-align:justify}.primary-button{background:#A00028;background:var(--c-primaryColor1);color:#ffffff;color:var(--c-light)}.primary-button:hover{color:#ffffff;color:var(--c-light);background:#e7326d;background:var(--c-hoverColor)}.primary-button--colored{background:#A00028;background:var(--c-primaryColor1);color:#ffffff;color:var(--c-light)}.primary-button--colored:hover{color:#ffffff;color:var(--c-light);background:#e7326d;background:var(--c-hoverColor)}.primary-button.white{background:#ffffff;background:var(--c-light);color:#000000;color:var(--c-dark)}.primary-button.white:hover{color:#ffffff;color:var(--c-light);background:#FEDA6C;background:var(--c-secondaryColor1)}.secondary-button{color:#ffffff;color:var(--c-light);background:rgba(0,0,0,0);border:2px solid #ffffff;border:2px solid var(--c-light)}.secondary-button:hover{border:2px solid #A00028;border:2px solid var(--c-primaryColor1);background-color:#A00028;background-color:var(--c-primaryColor1);color:#ffffff;color:var(--c-light)}.secondary-button--gray{color:#000000;color:var(--c-dark);border-color:#E1E6E5;border-color:var(--c-gray)}.secondary-button--gray:hover{color:#ffffff;color:var(--c-light);border-color:#A00028;border-color:var(--c-primaryColor1);background-color:#A00028;background-color:var(--c-primaryColor1)}button{color:inherit;border:inherit}button:hover,button:focus{border:inherit;color:inherit}.m0010_globalheader--absolute.space~.m0040_globalsearch~.main__content{padding-top:250px}@media print,screen and (min-width: 40em){.m0010_globalheader--absolute.space~.m0040_globalsearch~.main__content{padding-top:280px}}@media print,screen and (min-width: 64em){.m0010_globalheader--absolute.space~.m0040_globalsearch~.main__content{padding-top:390px}}.m0010_globalheader__logo-image{width:142px}@media print,screen and (min-width: 40em){.m0010_globalheader__logo-image{width:168px}}@media print,screen and (min-width: 64em){.m0010_globalheader__logo-image{width:240px}}.m0010_globalheader--fixed .m0010_globalheader__logo-image svg,.m0010_globalheader--fixed .m0010_globalheader__logo-image img{width:70%;max-width:140px}.m0010_globalheader .m0010_globalheader__link svg rect{fill:#fff}.m0010_globalheader--fixed{background:linear-gradient(0deg, #A00028 0%, #F0554B 100%);background:linear-gradient(0deg, var(--c-primaryColor1) 0%, var(--c-primaryColor2) 100%)}.m0010_globalheader__logo-subline{font-weight:300;font-weight:var(--f-weight-light)}.m0010_globalheader__sponsor img{height:12px}@media print,screen and (min-width: 40em){.m0010_globalheader__sponsor img{height:20px}}.m0010_globalheader__link span{font-size:1rem}@media screen and (min-width: 75em){.m0010_globalheader__link span{font-size:1.125rem}}.m0010_globalheader--darktext .m0010_globalheader__link-item span{color:#000000;color:var(--c-dark)}.m0010_globalheader--darktext .m0010_globalheader__link-item.svg__menu rect{stroke:#000000;stroke:var(--c-dark);fill:none}.m0010_globalheader--darktext .m0010_globalheader__link-item.svg__music svg{width:33px !important}.m0010_globalheader--darktext .m0010_globalheader__link-item.svg__music circle,.m0010_globalheader--darktext .m0010_globalheader__link-item.svg__music path,.m0010_globalheader--darktext .m0010_globalheader__link-item.svg__music line{fill:none;stroke:#000000;stroke:var(--c-dark)}.m0010_globalheader--darktext .m0010_globalheader__link-item.svg__camp circle,.m0010_globalheader--darktext .m0010_globalheader__link-item.svg__camp path,.m0010_globalheader--darktext .m0010_globalheader__link-item.svg__camp line{fill:none;stroke:#000000;stroke:var(--c-dark)}.m0010_globalheader--darktext .m0010_globalheader__link-item.svg__ticket circle,.m0010_globalheader--darktext .m0010_globalheader__link-item.svg__ticket path,.m0010_globalheader--darktext .m0010_globalheader__link-item.svg__ticket line{fill:none;stroke:#000000;stroke:var(--c-dark)}.m0010_globalheader--darktext .m0010_globalheader__link-item.svg__search circle,.m0010_globalheader--darktext .m0010_globalheader__link-item.svg__search path,.m0010_globalheader--darktext .m0010_globalheader__link-item.svg__search line,.m0010_globalheader--darktext .m0010_globalheader__link-item.svg__search rect{fill:none;stroke:#000000;stroke:var(--c-dark)}.m0010_globalheader--darktext .m0010_globalheader__link-item.svg__sound circle,.m0010_globalheader--darktext .m0010_globalheader__link-item.svg__sound line,.m0010_globalheader--darktext .m0010_globalheader__link-item.svg__sound rect,.m0010_globalheader--darktext .m0010_globalheader__link-item.svg__sound path{fill:#000000;fill:var(--c-dark);stroke:#000000;stroke:var(--c-dark)}.m0010_globalheader--darktext .m0010_globalheader__link-item.svg__sound path:nth-child(2){stroke:none}.m0010_globalheader--darktext.m0010_globalheader--fixed .m0010_globalheader__link-item span{color:#ffffff;color:var(--c-light)}.m0010_globalheader--darktext.m0010_globalheader--fixed .m0010_globalheader__link-item.svg__menu rect{fill:none;stroke:#ffffff;stroke:var(--c-light)}.m0010_globalheader--darktext.m0010_globalheader--fixed .m0010_globalheader__link-item.svg__music svg{width:33px !important}.m0010_globalheader--darktext.m0010_globalheader--fixed .m0010_globalheader__link-item.svg__music circle,.m0010_globalheader--darktext.m0010_globalheader--fixed .m0010_globalheader__link-item.svg__music path,.m0010_globalheader--darktext.m0010_globalheader--fixed .m0010_globalheader__link-item.svg__music line{fill:none;stroke:#ffffff;stroke:var(--c-light)}.m0010_globalheader--darktext.m0010_globalheader--fixed .m0010_globalheader__link-item.svg__camp circle,.m0010_globalheader--darktext.m0010_globalheader--fixed .m0010_globalheader__link-item.svg__camp path,.m0010_globalheader--darktext.m0010_globalheader--fixed .m0010_globalheader__link-item.svg__camp line{fill:none;stroke:#ffffff;stroke:var(--c-light)}.m0010_globalheader--darktext.m0010_globalheader--fixed .m0010_globalheader__link-item.svg__ticket circle,.m0010_globalheader--darktext.m0010_globalheader--fixed .m0010_globalheader__link-item.svg__ticket path,.m0010_globalheader--darktext.m0010_globalheader--fixed .m0010_globalheader__link-item.svg__ticket line{fill:none;stroke:#ffffff;stroke:var(--c-light)}.m0010_globalheader--darktext.m0010_globalheader--fixed .m0010_globalheader__link-item.svg__search circle,.m0010_globalheader--darktext.m0010_globalheader--fixed .m0010_globalheader__link-item.svg__search path,.m0010_globalheader--darktext.m0010_globalheader--fixed .m0010_globalheader__link-item.svg__search line,.m0010_globalheader--darktext.m0010_globalheader--fixed .m0010_globalheader__link-item.svg__search rect{fill:none;stroke:#ffffff;stroke:var(--c-light)}.m0010_globalheader--darktext.m0010_globalheader--fixed .m0010_globalheader__link-item.svg__sound circle,.m0010_globalheader--darktext.m0010_globalheader--fixed .m0010_globalheader__link-item.svg__sound line,.m0010_globalheader--darktext.m0010_globalheader--fixed .m0010_globalheader__link-item.svg__sound rect,.m0010_globalheader--darktext.m0010_globalheader--fixed .m0010_globalheader__link-item.svg__sound path{fill:#ffffff;fill:var(--c-light);stroke:#ffffff;stroke:var(--c-light)}.m0010_globalheader--darktext.m0010_globalheader--fixed .m0010_globalheader__link-item.svg__sound path:nth-child(2){stroke:none}.m0040_globalsearch__redirect{display:none !important}body>footer{background:linear-gradient(0deg, #A00028 0%, #F0554B 100%);background:linear-gradient(0deg, var(--c-primaryColor1) 0%, var(--c-primaryColor2) 100%)}.m0020_globalfooter a:hover{color:#FEDA6C;color:var(--c-secondaryColor1)}.m0020_globalfooter__row__center{flex:.5}.m0020_globalfooter__row__icons svg path{stroke:none}.m0020_globalfooter__row__copyright__opaque{opacity:.9}.m0030_mainnavigation__link:hover{color:#FEDA6C;color:var(--c-secondaryColor1)}.m0030_mainnavigation__background{background:linear-gradient(0deg, #A00028 0%, #F0554B 100%);background:linear-gradient(0deg, var(--c-primaryColor1) 0%, var(--c-primaryColor2) 100%)}.m0030_mainnavigation__footer-images img{width:100px;height:auto}.m0030_mainnavigation__footer-label{margin:0 0 10px 0}.m0060_headerslider__teaser .nomargin-right{display:flex;justify-content:center;align-items:center}.m0060_headerslider__teaser-button{background-color:rgba(0,0,0,0);border:1px solid rgba(255, 255, 255, 0.5);border:1px solid rgba(var(--c-light-rgb), 0.5);color:#ffffff;color:var(--c-light)}.m0060_headerslider__teaser-button:hover{background-color:#ffffff;background-color:var(--c-light);border:1px solid #A00028;border:1px solid var(--c-primaryColor1);color:#ffffff;color:var(--c-light)}.m0060_headerslider__time{margin:0 !important}.m0060_headerslider__time p.timeText,.m0060_headerslider__time p.timeText--addlip{font-size:1.1rem}@media print,screen and (min-width: 40em){.m0060_headerslider__time p.timeText,.m0060_headerslider__time p.timeText--addlip{font-size:1.8rem}}@media print,screen and (min-width: 64em){.m0060_headerslider__time p.timeText,.m0060_headerslider__time p.timeText--addlip{font-size:1.8rem}}.m0060_headerslider__link{font-size:16px;border-radius:2px;background-color:#A00028;background-color:var(--c-primaryColor1);color:#ffffff;color:var(--c-light);height:auto;padding:0}.m0060_headerslider__link:hover{background-color:#e7326d;background-color:var(--c-hoverColor);color:#ffffff;color:var(--c-light)}.m0060_headerslider__link br{display:none}.m0060_headerslider__link br::after{content:" "}.m0060_headerslider__dots ul.slick-dots li button{background-color:#A00028;background-color:var(--c-primaryColor1)}.m0060_headerslider__teaser-button{background-color:#A00028;background-color:var(--c-primaryColor1);border:1px solid #A00028;border:1px solid var(--c-primaryColor1)}.m0060_headerslider__teaser-button:hover{background-color:#e7326d;background-color:var(--c-hoverColor);border:1px solid #e7326d;border:1px solid var(--c-hoverColor)}.m0150_lineupdetail{margin-top:90px}.m0150_lineupdetail__headline--title h1{text-transform:uppercase;font-size:30px;font-weight:700;font-weight:var(--f-weight-bold)}@media print,screen and (min-width: 40em){.m0150_lineupdetail__headline--title h1{font-size:60px;font-weight:700;font-weight:var(--f-weight-bold)}}.m0150_lineupdetail__date span{background-color:#FEED98;background-color:var(--c-secondaryColor2)}.m0150_lineupdetail__date span:before{border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) var(--c-backgroundColor)}.m0150_lineupdetail__date span:after{border-color:rgba(0,0,0,0) var(--c-backgroundColor) rgba(0,0,0,0) rgba(0,0,0,0)}.m0121_lineuphometext{background-color:rgba(0,0,0,0)}.m0121_lineuphometext__bgGradient{background:linear-gradient(180deg, #4B1E32 0%, #193246 100%)}.m0121_lineuphometext__headline{color:#ffffff;color:var(--c-light)}.m0121_lineuphometext__date{color:#ffffff;color:var(--c-light)}.m0121_lineuphometext__date span{color:#ffffff;color:var(--c-light);background-color:#A00028;background-color:var(--c-primaryColor1)}.m0121_lineuphometext__date .tagblock-arrow-left:before{border-color:rgba(0,0,0,0) #A00028 rgba(0,0,0,0) rgba(0,0,0,0);border-color:rgba(0,0,0,0) var(--c-primaryColor1) rgba(0,0,0,0) rgba(0,0,0,0)}.m0121_lineuphometext__date .tagblock-arrow-left:after{border-color:rgba(0,0,0,0) rgba(0,0,0,0) #A00028 rgba(0,0,0,0);border-color:rgba(0,0,0,0) rgba(0,0,0,0) var(--c-primaryColor1) rgba(0,0,0,0)}.m0121_lineuphometext__date .tagblock-arrow-right:before{border-color:#A00028 rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);border-color:var(--c-primaryColor1) rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0)}.m0121_lineuphometext__date .tagblock-arrow-right:after{border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #A00028;border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) var(--c-primaryColor1)}.m0121_lineuphometext__block:after{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMCAyIj48Y2lyY2xlIGN4PSIxIiBjeT0iMSIgcj0iMSIgZmlsbD0iI0ZGRkZGRiIvPjwvc3ZnPg==)}.m0121_lineuphometext__block .m0121_lineuphometext__element{padding:6px 0}.m0121_lineuphometext__block .m0121_lineuphometext__element.dot-one .m0121_lineuphometext__element-text:after{color:#ffffff;color:var(--c-light)}.m0121_lineuphometext__block .m0121_lineuphometext__element .m0121_lineuphometext__appendix .cls-2{fill:#C8C8FF;fill:var(--c-actionColor)}.m0121_lineuphometext__block .m0121_lineuphometext__element-text{line-height:1em !important}.m0121_lineuphometext__block--XXL{font-size:1.9rem !important;line-height:1.1em !important;color:#FEDA6C;color:var(--c-secondaryColor1)}.m0121_lineuphometext__block--XXL .m0121_lineuphometext__element-text a:hover{color:#FEDA6C !important;color:var(--c-secondaryColor1) !important}.m0121_lineuphometext__block--XL{font-size:1.5rem !important;line-height:1.1em !important;color:#FEDA6C;color:var(--c-secondaryColor1)}.m0121_lineuphometext__block--XL .m0121_lineuphometext__element-text a:hover{color:#FEDA6C !important;color:var(--c-secondaryColor1) !important}.m0121_lineuphometext__block--L{line-height:1.1em !important}.m0121_lineuphometext__block--L .m0121_lineuphometext__element{padding:3px 0}@media print,screen and (min-width: 40em){.m0121_lineuphometext__block--XXL{font-size:2.8rem !important}.m0121_lineuphometext__block--XL{font-size:2.5rem !important}.m0121_lineuphometext__block--L{font-size:2rem !important}}@media print,screen and (min-width: 64em){.m0121_lineuphometext__block--XXL{font-size:4.5rem !important}.m0121_lineuphometext__block--XL{font-size:3.8rem !important}.m0121_lineuphometext__block--L{font-size:3.2rem !important}}@media screen and (min-width: 75em){.m0121_lineuphometext__block--XXL{font-size:5rem !important}.m0121_lineuphometext__block--XL{font-size:4.5rem !important}.m0121_lineuphometext__block--L{font-size:3.8rem !important}}.m0121_lineuphometext__block--XXL .m0121_lineuphometext__element-text a,.m0121_lineuphometext__block--XL .m0121_lineuphometext__element-text a{color:#FEDA6C;color:var(--c-secondaryColor1)}.m0121_lineuphometext__block--XXL .m0121_lineuphometext__element.dot-one .m0121_lineuphometext__element-text:after,.m0121_lineuphometext__block--XL .m0121_lineuphometext__element.dot-one .m0121_lineuphometext__element-text:after{color:#FEDA6C;color:var(--c-secondaryColor1);line-height:1.1em}.m0121_lineuphometext__block--XXL .m0121_lineuphometext__element-text,.m0121_lineuphometext__block--XL .m0121_lineuphometext__element-text{line-height:1em}@media print,screen and (min-width: 40em){.m0121_lineuphometext__block--XXL .m0121_lineuphometext__element-text,.m0121_lineuphometext__block--XL .m0121_lineuphometext__element-text{line-height:1.2em}}.m0121_lineuphometext__button a{font-size:1rem;color:#ffffff;color:var(--c-light);background-color:#A00028;background-color:var(--c-primaryColor1);border:1px solid #A00028;border:1px solid var(--c-primaryColor1)}@media screen and (min-width: 75em){.m0121_lineuphometext__button a{font-size:1.125rem}}.m0121_lineuphometext__button a:hover{background-color:#e7326d;background-color:var(--c-hoverColor);border:1px solid #e7326d;border:1px solid var(--c-hoverColor)}.m0121_lineuphometext__element-text a:hover,.m0121_lineuphometext__element-text a:focus-visible{background-image:linear-gradient(#A00028, #A00028);background-image:linear-gradient(var(--c-primaryColor1), var(--c-primaryColor1));color:#ffffff;color:var(--c-light)}.m0121_lineuphometext__element-text a{-webkit-hyphens:none;hyphens:none}.m0121_lineuphometext__element.first-one:before{display:none}.m0121_lineuphometext__element.last-one:after{display:none}.m0121_lineuphometext__element.first-one.last-one{display:block}.m0130_timetableoverview__chip--day{background-color:#FEED98;background-color:var(--c-secondaryColor2)}.m0200_headerimage{align-items:flex-end}.m0200_headerimage__textcontainer{padding-bottom:4rem}.m0280_imagegallery{background-color:#E1E6E5;background-color:var(--c-gray)}@media print,screen and (min-width: 40em){.m0280_imagegallery{padding:60px 0}}.m0440_teasernewshome{box-shadow:none;opacity:.9;position:relative;background-color:red}@media print,screen and (min-width: 40em){.m0440_teasernewshome::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(0deg, #A00028 0%, #F0554B 100%);background:linear-gradient(0deg, var(--c-primaryColor1) 0%, var(--c-primaryColor2) 100%);z-index:0;pointer-events:none}}.m0440_teasernewshome .grid-x{position:relative;z-index:1}.m0440_teasernewshome__button{font-size:1rem}@media screen and (min-width: 75em){.m0440_teasernewshome__button{font-size:1.125rem}}.m0440_teasernewshome .cell.small-12.medium-7.small-background.lazyloaded{box-shadow:inset 0 0 0 50vw rgba(109,31,92,.9)}@media print,screen and (min-width: 40em){.m0440_teasernewshome .cell.small-12.medium-7.small-background.lazyloaded{box-shadow:none}}.m0440_teasernewshome .cell.small-12.medium-4.medium-offset-1.dark-background{background:#fff}@media print,screen and (min-width: 40em){.m0440_teasernewshome .cell.small-12.medium-4.medium-offset-1.dark-background{background:none}}.m0440_teasernewshome .cell.small-12 .newsItem.big .news-teaser__headline{font-size:40px;line-height:45px}@media print,screen and (min-width: 64em){.m0440_teasernewshome .cell.small-12 .newsItem.big .news-teaser__headline{font-size:75px;line-height:83px}}.m0511_backlink--text{font-size:20px;line-height:30px}.m0710_sharingdialogue--switch{font-size:20px}.m0710_sharingdialogue svg path,.m0710_sharingdialogue svg rect,.m0710_sharingdialogue svg circle,.m0710_sharingdialogue svg line,.m0710_sharingdialogue svg polygon{fill:none !important;stroke:currentColor}.m1001_divider--detail{display:none}.m1001_divider--small{margin-top:20px;margin-bottom:20px}@media print,screen and (min-width: 40em){.m1001_divider--small{margin-top:30px;margin-bottom:30px}}.m1001_divider--medium{margin-top:40px;margin-bottom:40px}@media print,screen and (min-width: 40em){.m1001_divider--medium{margin-top:50px;margin-bottom:50px}}.m1001_divider--large{margin-top:60px;margin-bottom:60px}@media print,screen and (min-width: 40em){.m1001_divider--large{margin-top:70px;margin-bottom:70px}}.m1001_divider .accent--divider{height:2px;margin:0 auto;background-color:#000000;background-color:var(--c-dark);opacity:.5;display:block !important;position:relative;width:70%}.m0071_newsletter{background-color:#A00028;background-color:var(--c-primaryColor1)}@media print,screen and (min-width: 40em){.m0071_newsletter{padding:35px}}.m0071_newsletter__headline{color:#ffffff !important;color:var(--c-light) !important}.m0071_newsletter__button{background-color:#A00028 !important;background-color:var(--c-primaryColor1) !important;color:#ffffff !important;color:var(--c-light) !important;border:1px solid #ffffff;border:1px solid var(--c-light);font-size:1rem;height:auto}@media screen and (min-width: 75em){.m0071_newsletter__button{font-size:1.125rem}}.m0071_newsletter__button:hover{background-color:#e7326d !important;background-color:var(--c-hoverColor) !important;color:#ffffff !important;color:var(--c-light) !important;border:1px solid #e7326d;border:1px solid var(--c-hoverColor)}.m0441_backgroundwrap.bg-color-primary2{background:linear-gradient(0deg, #A00028 0%, #F0554B 100%);background:linear-gradient(0deg, var(--c-primaryColor1) 0%, var(--c-primaryColor2) 100%)}.m0620_infoteasers.variant-festival.variant-festival a .m0620_infoteasers__teaser::before{transition:all .4s ease-in-out}.m0620_infoteasers.variant-festival.variant-festival a .m0620_infoteasers__teaser::before{background:linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #A00028 100%);background:linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, var(--c-primaryColor1) 100%);opacity:1}.m0620_infoteasers.variant-festival.variant-festival a:hover .m0620_infoteasers__teaser .m0620_infoteasers__teaser_headline{color:#FEDA6C !important;color:var(--c-secondaryColor1) !important}.m0250_accordion .accordion .accordion-title:hover{color:#A00028;color:var(--c-primaryColor1)}.m0450_teasernews__teaser:hover .m0450_teasernews__teaser-text{color:#A00028;color:var(--c-primaryColor1)}.m0040_globalsearch__background{background:linear-gradient(180deg, #3B0B33 0%, #6D1F5C 40%, #3B0B33 100%)}.m0270_categoryoverview--element:hover .m0270_categoryoverview--image:before{background:linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #F0554B 100%);background:linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, var(--c-primaryColor2) 100%)}.m0270_categoryoverview--element:hover .m0270_categoryoverview--headline{color:#FEDA6C !important;color:var(--c-secondaryColor1) !important}.m0140_timetablesubnavi__download-button:hover span{color:#A00028;color:var(--c-primaryColor1)}.m0140_timetablesubnavi__download-button:hover svg{border-color:#A00028;border-color:var(--c-primaryColor1)}.m0140_timetablesubnavi__download-button:hover svg path{stroke:#A00028;stroke:var(--c-primaryColor1)}.m1200_banderole{background:#A00028;background:var(--c-primaryColor1);color:#ffffff;color:var(--c-light);border:1px solid #A00028;border:1px solid var(--c-primaryColor1)}.m1200_banderole .holder p{color:#ffffff;color:var(--c-light)}@keyframes scroll-left{0%{transform:translateX(0)}100%{transform:translateX(-100%)}}.m1207_flockler__item{background-color:#A00028;background-color:var(--c-primaryColor1);border:0}.m1207_flockler__showMoreBtn{background-color:#A00028;background-color:var(--c-primaryColor1)}.m1209_apppopup{background:linear-gradient(0deg, #A00028 0%, #F0554B 100%);background:linear-gradient(0deg, var(--c-primaryColor1) 0%, var(--c-primaryColor2) 100%)}.m1209_apppopup__close__btn{color:#ffffff;color:var(--c-light)}.m1209_apppopup__appinfo__headline{color:#ffffff;color:var(--c-light)}.m1209_apppopup__appinfo__subline{color:#ffffff;color:var(--c-light)}.m1209_apppopup__cta{background:#ffffff;background:var(--c-light);color:#000000;color:var(--c-dark)}.m0010_globalheader__logo-image{width:120px}@media only screen and (min-width: 640px){.m0010_globalheader__logo-image{width:180px}}@media only screen and (min-width: 1024px){.m0010_globalheader__logo-image{width:240px}}@media only screen and (min-width: 1200px){.m0010_globalheader__logo-image{width:360px}}.m0010_globalheader--fixed .m0010_globalheader__logo-image svg,.m0010_globalheader--fixed .m0010_globalheader__logo-image img{width:70%;max-width:none}.m0010_globalheader--absolute.space~.m0040_globalsearch~.main__content{padding-top:180px}@media only screen and (min-width: 640px){.m0010_globalheader--absolute.space~.m0040_globalsearch~.main__content{padding-top:180px}}@media only screen and (min-width: 1024px){.m0010_globalheader--absolute.space~.m0040_globalsearch~.main__content{padding-top:250px}}
