/* Allgemeine Farben ############################################################################################### */
:root {
  --border-radius: 15px;
}
    

#article-1 { display: block; }
	
#article-1 .mod_catalogUniversalView { width: 100%; }
.index .mod_catalogUniversalView { margin: 0 0px; }

#article-1 .mod_catalogUniversalView:first-child { width: 100% }
#article-1 .mod_catalogUniversalView:last-child>.topic { width: calc(33.333% - 28px); border-radius: var(--border-radius); overflow: hidden;}

.mod_catalogUniversalView .topic.home { border-radius: var(--border-radius); overflow: hidden; }

.topic.hightlight  { border-radius: var(--border-radius); }
.topic.hightlight a { display: flex; border-radius: var(--border-radius); overflow: hidden; }
.topic.hightlight a .image { width: 62%; }
.topic.hightlight a .content { width: 38%; }

.topic_ico {
    position: relative;
    bottom: auto;
    right: auto;
    width: 30px; 
}
