.WebinarLastSlider { margin-top: 1rem; overflow-x: scroll; overflow-y: hidden; position: relative; scroll-behavior: smooth; } 

.WebinarLastSlider::-webkit-scrollbar {display: none;}
.WebinarLastSlider { -ms-overflow-style: none;  scrollbar-width: none;  }

.WebinarLastSlider .slider { display: flex; flex-wrap: nowrap; gap: 2rem;}
    
    
    
   
    
.webinarImage img {width: 480px; height: auto; border-radius: 1rem}
@media (max-width: 480px) {
.webinarImage img {width: 290px; height: auto;}	
}

.webinarTitle {font-size: 1.125rem; font-weight: 600; margin-top: 1rem;}
.webinarCta {margin-top: 1rem;}
.webinarCta a { text-decoration: none; color: #41B6E6;}


.webinarCta a::after { content: " "; display:inline-block; height: 14px; width: 14px; margin-left:12px; background-size: cover; background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' style='enable-background:new 0 0 16 16;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bclip-path:url(%23SVGID_00000011736679494036902090000004953904217683265469_);%7D .st1%7Bfill:none;stroke:%2341B6E6;stroke-width:2;%7D%0A%3C/style%3E%3Cg%3E%3Cdefs%3E%3Crect id='SVGID_1_' y='0' width='16' height='16'/%3E%3C/defs%3E%3CclipPath id='SVGID_00000083075457581198134960000000690510646109358257_'%3E%3Cuse xlink:href='%23SVGID_1_' style='overflow:visible;'/%3E%3C/clipPath%3E%3Cg id='Custom_Size_1' style='clip-path:url(%23SVGID_00000083075457581198134960000000690510646109358257_);'%3E%3Cpath id='Path_1' class='st1' d='M4.4,0.8l7.1,7.1L4.4,15'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); margin-right: 10px; color: #7B6D54 }



.switch {display: flex; margin-top: 1rem; gap:1.5rem}
.switch svg {color: #41B6E6}
.switch svg:hover {color: #fff}