/* responsive768.css */

@media (max-width:785px) {

:root {
    --main_top: 9.8125rem;
    --ticker-height: 5.5rem;
}

#headMain .inner {
  padding-block: 2rem;  
}

body.nav-is-mobile .navigation-main {
  top: 1.75rem !important;
}

.eilNewsList .layout_eilmeldung,
.newsTicker .layout_eilmeldung {
      font-size: var(--font_size4);
}


.evoMatterbox .container,
.mod_newslist .col02 {
  padding: 1.5rem;
}

    .rs-column.-small-col-1-1, .rs-column.-small-col-2-2, .rs-column.-small-col-3-3, .rs-column.-small-col-4-4, .rs-column.-small-col-5-5, .rs-column.-small-col-6-6 {flex: 0 1 100%;}      
    .rs-column.-small-col-2-1, .rs-column.-small-col-4-2, .rs-column.-small-col-6-3 {flex: 0 1 48.5%;}           
    .rs-column.-small-col-3-1, .rs-column.-small-col-6-2 {flex: 0 1 31.333%;}      
    .rs-column.-small-col-3-2, .rs-column.-small-col-6-4 {flex: 0 1 65.666%;}         
    .rs-column.-small-col-4-1 {flex: 0 1 22.75%;}          
    .rs-column.-small-col-4-3 {flex: 0 1 74.25%;}           
    .rs-column.-small-col-5-1 {flex: 0 1 17.6%;}      
    .rs-column.-small-col-5-2 {flex: 0 1 38.2%;}      
    .rs-column.-small-col-5-3 {flex: 0 1 58.8%;}      
    .rs-column.-small-col-5-4 {flex: 0 1 79.4%;}           
    .rs-column.-small-col-6-1 {flex: 0 1 14.1666%;}                      
    .rs-column.-small-col-6-5 {flex: 0 1 82.833%;} 



    .mod_newslist.col3-2-1 {
  grid-template-columns: repeat(1, 1fr);
}

.mod_newslist.col3-3-1 {
  grid-template-columns: repeat(1, 1fr);
}

.mod_newslist.col4-2-1 {
  grid-template-columns: repeat(1, 1fr);
}

.newsTicker .layout_eilmeldung {
  padding-inline: 1rem;
  gap: .5rem !important;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
    
}