.elementor-2103 .elementor-element.elementor-element-79e067a{--display:flex;--background-transition:0.3s;}.elementor-2103 .elementor-element.elementor-element-15cff63{--spacer-size:50px;}.elementor-2103 .elementor-element.elementor-element-0007aef{text-align:center;}.elementor-2103 .elementor-element.elementor-element-0007aef .elementor-heading-title{color:var( --e-global-color-accent );font-family:var( --e-global-typography-ff959e9-font-family ), Sans-serif;font-size:var( --e-global-typography-ff959e9-font-size );font-weight:var( --e-global-typography-ff959e9-font-weight );text-transform:var( --e-global-typography-ff959e9-text-transform );line-height:var( --e-global-typography-ff959e9-line-height );letter-spacing:var( --e-global-typography-ff959e9-letter-spacing );word-spacing:var( --e-global-typography-ff959e9-word-spacing );}.elementor-2103 .elementor-element.elementor-element-1516219 .pp-post-terms > .pp-post-term:not(:last-child):after{content:",";}.elementor-2103 .elementor-element.elementor-element-1516219 .pp-post-meta .pp-meta-separator:not(:last-child):after{content:"-";}.elementor-2103 .elementor-element.elementor-element-1516219 .pp-posts-pagination-wrap{text-align:center;}.elementor-2103 .elementor-element.elementor-element-1516219 .pp-post-wrap{padding-left:calc( 25px/2 );padding-right:calc( 25px/2 );}.elementor-2103 .elementor-element.elementor-element-1516219 .pp-posts{margin-left:calc( -25px/2 );margin-right:calc( -25px/2 );}.elementor-2103 .elementor-element.elementor-element-1516219 .pp-elementor-grid .pp-grid-item-wrap{margin-bottom:25px;}.elementor-2103 .elementor-element.elementor-element-1516219 .pp-post-terms-wrap{margin-bottom:10px;}.elementor-2103 .elementor-element.elementor-element-1516219 .pp-post-terms .pp-post-term:not(:last-child){margin-right:5px;}.elementor-2103 .elementor-element.elementor-element-1516219 .pp-post-title, .elementor-2103 .elementor-element.elementor-element-1516219 .pp-post-title a{color:var( --e-global-color-accent );}.elementor-2103 .elementor-element.elementor-element-1516219 .pp-post-title{margin-bottom:10px;}.elementor-2103 .elementor-element.elementor-element-1516219 .pp-post-excerpt{color:var( --e-global-color-accent );margin-bottom:20px;}.elementor-2103 .elementor-element.elementor-element-1516219 .pp-post-meta .pp-meta-separator:not(:last-child){margin-left:calc(5px / 2);margin-right:calc(5px / 2);}.elementor-2103 .elementor-element.elementor-element-1516219 .pp-post-meta{margin-bottom:20px;}.elementor-2103 .elementor-element.elementor-element-1516219 .pp-posts-button{background-color:var( --e-global-color-primary );}body:not(.rtl) .elementor-2103 .elementor-element.elementor-element-1516219 .pp-posts-pagination .page-numbers:not(:first-child){margin-left:calc( 10px/2 );}body:not(.rtl) .elementor-2103 .elementor-element.elementor-element-1516219 .pp-posts-pagination .page-numbers:not(:last-child){margin-right:calc( 10px/2 );}body.rtl .elementor-2103 .elementor-element.elementor-element-1516219 .pp-posts-pagination .page-numbers:not(:first-child){margin-right:calc( 10px/2 );}body.rtl .elementor-2103 .elementor-element.elementor-element-1516219 .pp-posts-pagination .page-numbers:not(:last-child){margin-left:calc( 10px/2 );}.elementor-2103 .elementor-element.elementor-element-a0217b3{--display:flex;--background-transition:0.3s;}@media(max-width:1024px){.elementor-2103 .elementor-element.elementor-element-0007aef .elementor-heading-title{font-size:var( --e-global-typography-ff959e9-font-size );line-height:var( --e-global-typography-ff959e9-line-height );letter-spacing:var( --e-global-typography-ff959e9-letter-spacing );word-spacing:var( --e-global-typography-ff959e9-word-spacing );}}@media(max-width:767px){.elementor-2103 .elementor-element.elementor-element-0007aef .elementor-heading-title{font-size:var( --e-global-typography-ff959e9-font-size );line-height:var( --e-global-typography-ff959e9-line-height );letter-spacing:var( --e-global-typography-ff959e9-letter-spacing );word-spacing:var( --e-global-typography-ff959e9-word-spacing );}}/* Start custom CSS */.asta-beschlussgrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
}

.asta-tile {
  background-color: #ffffff;
  border: 2px solid #c8102e;
  border-radius: 8px;
  padding: 1.2rem;
  box-shadow: 0 3px 8px rgba(0,0,0,0.05);
  cursor: pointer;
  transition: all 0.3s ease;
}

.asta-tile:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}

.asta-tile h3 {
  color: #c8102e;
  font-weight: 600;
  margin: 0;
  font-size: 1.3rem;
}

.asta-tile .asta-tile-content {
  display: none;
  margin-top: 1rem;
}

/* Wenn Kachel aktiv: Inhalt anzeigen */
.asta-tile.active .asta-tile-content {
  display: block;
}

/* 💡 Hier kommt deine Animation hinzu */
.asta-tile.active {
  transform: scale(1.02);
  box-shadow: 0 6px 16px rgba(0,0,0,0.15);
}

.asta-tile a {
  color: #333333;
  text-decoration: none;
}

.asta-tile a:hover {
  text-decoration: underline;
}
.asta-tile .asta-tile-content {
  display: none;
  margin-top: 1rem;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.asta-tile.active .asta-tile-content {
  display: block;
  opacity: 1;
}/* End custom CSS */