/**
 * Theme name: Literaturschiff Template
 */

 body.no-scroll{
    overflow: hidden !important;
 }

 body{
    margin: 0 !important;
 }

 h1, h2, h3, h4{
    margin: 0;
 }

 .elementor-loop-container .veranstaltung-autoren-liste:hover .autor-item a {
    text-decoration: underline;
    text-decoration-skip-ink: none;
}

.e-loop-nothing-found-message__text{
    font-size: var(--e-global-typography-text-font-size);
}

#event-grid h3:hover{
        text-decoration: underline;
        text-decoration-skip-ink: none;
}

#team{
    justify-content: space-between; 
}