.slidertemplate_1 {width: 100%; height: 80vh; position: relative;}
.slick-dotted.slick-slider {margin-bottom: 0;}
.slidertemplate_1 .slick-list {width: 100%; height: 100%;}
.slidertemplate_1 .slick-track {width: 100%; height: 100%;}
.slidertemplate_1 .ein_slider_ausgabe {width: 100%; height: 100%; position: relative;}
.slidertemplate_1 .ein_slider_ausgabe_background_blurred_image {width: 100%; height: 100%; position: absolute; filter: blur(20px); background-position: center; background-size: cover;}
.slidertemplate_1 .ein_slider_ausgabe .ein_sliderbild {display: flex; position: absolute; right: 10vw; height: 70%; aspect-ratio: 1; top: 0; bottom: 0; margin: auto 0; max-width: 100%; border-radius: var(--borderradius); overflow: hidden; box-shadow: 0 0 20px 5px #00000030;} 
.slidertemplate_1 .ein_slider_ausgabe .ein_sliderbild img {aspect-ratio: 1; max-width: 100%;} 
.slidertemplate_1 .ausgabe_slidertitel {position: absolute; top: 0; bottom: 0; left: 10vw; margin: auto 0; height: min-content; background-color: var(--hauptfarbe_hellhinterg); color: var(--hauptfarbe);} 
.slidertemplate_1 .ausgabe_slidertitel h2 {font-size: 5vw; line-height: 5vw; margin: 0; padding: 20px;}
.slidertemplate_1 .ausgabe_slidertitel .ausgabe_slidertext_unter_titel {padding: 0 20px;}
.slidertemplate_1 .ausgabe_sliderlink {width: calc(100% - 40px); display: flex; text-decoration: none; color: var(--hauptfarbe_hellhinterg); background-color: var(--hauptfarbe); transition: 0.2s; text-align: center; justify-content: center; align-items: center; font-size: 2rem; line-height: 2rem; padding: 20px; margin-top: 20px;} 
.slidertemplate_1 .ausgabe_sliderlink:hover {color: var(--dunkel); background-color: var(--hell);} 

.slidertemplate_1_link_auf_bild {position: absolute; top: 0; bottom: 0; left: 0; right: 0;} 
