#content .introGroup.introStage2026  h2 {
	line-height: 1.2em !important;
}	

#page .bueroanker-cta-button .wp-block-button a {
	background: #009696 !important;
	color: #fff !important;
	border-radius: 5px;
}

#page .bueroanker-cta-button .wp-block-buttons {
	margin: 0 !important
}

.buerank-textimage {
  padding: clamp(60px, 6vw, 120px) 0;
  background: #F5F5F5;
  color: #ffffff;
}

.buerank-textimage__inner {
  max-width: var(--responsive--alignwide-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(30px, 5vw, 80px);
  align-items: center;
}

/* LEFT SIDE */
.buerank-textimage__headline {
  font-size: clamp(28px, 3vw, 48px);
  line-height: 1.1;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}

.buerank-textimage__text {
  font-size: 16px;
  line-height: 1.7;
  color: #222;
  margin-bottom: 30px;
  max-width: 55ch;
}
.buerank-textimage__text ul {
	margin: 0 0 20px 0
}

/* BUTTON (2026 minimal glass style) */
.buerank-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  border-radius: 5px;
  background: #009696;
  color: #fff;
  text-decoration: none;
  border: 3px solid #009696;
  backdrop-filter: blur(10px);
  transition: all 0.25s ease;
  font-weight: 600
}

.buerank-btn:hover {
  transform: translateY(-2px);
  background: rgba(220, 220, 0, .7);
  border-color: #009696;
  color: #009696;
}

/* IMAGE */
.buerank-textimage__image {
  position: relative;
}

.buerank-textimage__image img {
  width: 100%;
  height: auto;
  border-radius: 24px;
  object-fit: cover;
  box-shadow: 0 30px 80px rgba(0,0,0,0.45);
  transform: scale(1);
  transition: transform 0.6s ease;
}

.buerank-textimage__image:hover img {
  transform: scale(1.03);
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .buerank-textimage__inner {
    grid-template-columns: 1fr;
  }

  .buerank-textimage__image {
    order: -1; /* image on top mobile */
  }
}


.wp-block-group.bueroanker-fullwidth,
.fullWidthToggleArea .wp-block-columns {
	width: 100%;
	max-width: 100% !important;
	margin: 0 !important
}

.fullWidthToggleAreaInner {
	padding: 0
}

.fullWidthToggleArea img {
	border-radius: 24px;
	object-fit: cover;
	box-shadow: 0 30px 80px rgba(0,0,0,0.45);
	transform: scale(1);
	transition: transform 0.6s ease;
}

.wp-block-group.bueroanker-fullwidth 
.buerank-textimage {
	width: 100%;
	max-width: 100% !important;
	margin: 0 !important
}

.bueroanker-grid-item-column {
	background: #fff;
	box-shadow: 0 30px 80px rgba(0,0,0,0.25);
	padding: 30px;
	border-radius: 5px
}

#content .bueroanker-grid-item-column h3 {
	letter-spacing: -1px;
	color: #009696;
	line-height: 1.1em
}
#content .bueroanker-grid-item-column li,
#content .bueroanker-grid-item-column p {
	font-size: 1.1rem !important;
	line-height: 1.4em !important
} 

.colorGroup2026Light {
	background: #FAFAFA !important;
}

.colorGroup2026Light .wp-block-button__link  {
	background: #009696 !important;
	color: #fff !important;
	border-radius: 5px !important
}


/* Card */
.offer-group-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);

  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 16px;

  padding: 30px;

  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.offer-group-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}
.offer-group-item.offer-group-item--focus {
	box-shadow: 0 22px 40px rgba(0,0,0,0.32);	
}

/* Content */
.offer-group-item h3 {
  margin: 0 0 8px;
  font-size: 1.1rem;
}
.offer-group-item.offer-group-item--focus h4 {
	color: #009696 !important
}

.offer-group-item p,
.offer-group-item li {
  margin: 0;
  color: #666;
  font-size: 1rem;
  line-height: 1.4em;
}
.offer-group-item ul.wp-block-list {
	margin: 0 !important;
	padding: 0 !important
}
.offer-group-item li {
	margin: 0 0 5px 0;
	padding: 0 0 0 20px;
	position: relative
}
.offer-group-item li {
	margin: 0 0 8px 0;
	padding: 0 0 0 20px;
	list-style-type: none;
	position: relative
}

.offer-group-item li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;

  color: #009696;
  font-weight: 700;
  font-size: 1rem;
}



/* Price Block */
.offer-group-item-price {
  margin-top: 16px;

  font-size: 1.4rem;
  font-weight: 700;

  display: flex;
  justify-content: flex-end;
  align-items: baseline;

  color: #111;
}

/* Responsive */
@media (max-width: 900px) {
  .offer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.acf-toggle {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.toggle-item {
    background: #ffffff;
    border: 1px solid #eceff3;
    border-radius: 18px;
    overflow: hidden;
    transition: all .25s ease;
}

.toggle-item button {
	background: #009696 !important
}

.toggle-item button:hover {
	background: #222 !important;
	color: #fff !important
}

.toggle-item:hover {
    border-color: #d7dde5;
    box-shadow: 0 6px 24px rgba(0,0,0,.04);
}

.toggle-title {
    width: 100%;
    background: transparent;
    border: 0;
    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 24px 28px;

    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.4;
    color: #1f2937;

    text-align: left;
}

.toggle-title span:first-child {
    flex: 1;
}

.icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 36px;
    height: 36px;

    border-radius: 50%;
    background: #f8fafc;
    color: #64748b;

    transition: all .3s ease;
}

.toggle-content {
    max-height: 0;
    overflow: hidden;

    transition:
	max-height .35s ease,
	padding .35s ease;

    padding: 0 28px;

    color: #475569;
    line-height: 1.8;
    font-size: 1rem;
}

.toggle-content p:first-child {
    margin-top: 0;
}

.toggle-content p:last-child {
    margin-bottom: 0;
}

.toggle-item.active {
    border-color: #dbe4ee;
    box-shadow: 0 12px 40px rgba(15,23,42,.06);
}

.toggle-item.active .toggle-content {
    max-height: 1000px;
    padding: 30px 28px 28px;
}

.toggle-item.active .icon {
    transform: rotate(180deg);
    background: #f1f5f9;
    color: #0f172a;
}