/* Hier können Sie bei Bedarf Ihre eigenen CSS-Definitionen einfügen. */

.cd-content .cd-section:nth-child(2n){
 background-color: #5DAF31 !important;
}

.cd-content .cd-section:only-child{
 background-color: #fff !important;
}

#block_1000105 a.importantLink{
 color: #efefef !important;
}

#block_1000022 a.importantLink{
 color: rgba(93,175,49,1.0) !important;
}

.event-list .cd-tile-h-main-subheading{
 color: white;
 font-weight: bold;
 font-size: 15px;
}

@media screen and (min-width: 800px){
 .cd-additional-backButton ~ .cd-data-html{
  position: relative;
  top: -225px;
 }
}