/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */


:root {
  --stk-button-background-color: #ffd800;
}

 .unterseiten {
   gap: 10;
   flex-wrap: wrap !important;
   justify-content: space-between!important;
 }

 .unterseiten .wp-block-column a {
  display: block;
   background-color: #edeff2;  
   padding: 30px 25px;
   border-radius: 10px;
   overflow: hidden;
   box-shadow: 0px 20px 80px 0px #c1c7d440;
   text-align: center;
   color: #000;
   
 }

.unterseiten .wp-block-column a img {  
  margin-bottom: 20px;
}

 .unterseiten .wp-block-column {
   width: 100%;
   flex: initial!important;
   margin-bottom: 25px;
 }

@media only screen and (min-width: 768px) {
   .unterseiten .wp-block-column {
      width: calc((100% - 50px) / 3);
   }

    .nebenseiten .wp-block-column {
      width: calc((100% - 50px) / 4);
    }
}


.faq-item {
  background: #ffffff;
  border-radius: 16px;
  padding: 20px 24px;
  margin: 20px 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 1px solid #eee;
}

.faq-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  border-color: #d6d6d6;
}

.faq-item h4 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 12px;
  position: relative; 
}

.faq-item p {
  font-size: 1rem;
  line-height: 1.6;
  color: #4b5563;
  margin: 0;
}

 