.elementor-479 .elementor-element.elementor-element-3cda537{--display:flex;--min-height:400px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-479 .elementor-element.elementor-element-3cda537:not(.elementor-motion-effects-element-type-background), .elementor-479 .elementor-element.elementor-element-3cda537 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://agello.de/wp-content/uploads/2026/06/header-agello-silhuetten-.jpg");background-repeat:no-repeat;background-size:cover;}.elementor-479 .elementor-element.elementor-element-bf7e33a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:3%;--padding-bottom:0%;--padding-left:0%;--padding-right:0%;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-479 .elementor-element.elementor-element-3ebc4af{text-align:center;}.elementor-479 .elementor-element.elementor-element-3ebc4af .elementor-heading-title{font-family:"Playfair Display", Sans-serif;font-size:45px;font-weight:700;text-transform:uppercase;color:#061B2D;}.elementor-479 .elementor-element.elementor-element-29a09ad{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--flex-wrap:wrap;--padding-top:3%;--padding-bottom:3%;--padding-left:0%;--padding-right:0%;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-479 .elementor-element.elementor-element-0c18d06{text-align:start;font-family:"Open Sans", Sans-serif;font-weight:400;line-height:25px;word-spacing:0px;}.elementor-479 .elementor-element.elementor-element-700c375{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-479 .elementor-element.elementor-element-3ebc4af .elementor-heading-title{font-size:37px;}.elementor-widget-text-editor{line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-479 .elementor-element.elementor-element-3cda537{--min-height:200px;}.elementor-479 .elementor-element.elementor-element-3ebc4af .elementor-heading-title{font-size:27px;}.elementor-479 .elementor-element.elementor-element-29a09ad{--padding-top:3%;--padding-bottom:3%;--padding-left:5%;--padding-right:5%;}.elementor-widget-text-editor{line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS *//* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Playfair+Display:wght@600;700&display=swap');


/* Call 2 Action */
.agello-cta-section {
  width: 100%;
  font-family: Inter, Arial, Helvetica, sans-serif;
  padding: 0;
  background: transparent;
}

.agello-cta-box {
  width: 100%;
  margin: 0;
  background: linear-gradient(135deg, #061b2d 0%, #0b314d 100%);
  border-radius: 0;
  padding: 64px 7vw;
  display: grid;
  grid-template-columns: 1.4fr auto 0.8fr;
  align-items: center;
  gap: 38px;
  overflow: hidden;
  position: relative;
}

.agello-cta-content {
  position: relative;
  z-index: 2;
}

.agello-cta-kicker {
  display: inline-block;
  color: #AB8D62;
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 14px;
  letter-spacing: 0.2px;
}

.agello-cta-title {
  margin: 0 0 18px;
  color: #ffffff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(34px, 4.5vw, 56px);
  line-height: 1.05;
  letter-spacing: -0.8px;
  font-weight: 700;
}

.agello-cta-text {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.6;
  max-width: 620px;
}

.agello-cta-person {
  position: relative;
  z-index: 2;
  width: 118px;
  height: 118px;
  border-radius: 50%;
  border: 4px solid #AB8D62;
  background: #ffffff;
  overflow: hidden;
  justify-self: center;
}

.agello-cta-person img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.agello-cta-buttons {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 14px;
  justify-self: end;
  width: 100%;
  max-width: 240px;
}

.agello-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 14px 22px;
  border-radius: 8px;
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.agello-cta-button.primary {
  background: linear-gradient(135deg, #AB8D62, #AB8D62);
  color: #ffffff;
}

.agello-cta-button.primary:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #d9a43a, #bf8d2f);
}

.agello-cta-button.secondary {
  border: 1px solid rgba(255, 255, 255, 0.42);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.04);
}

.agello-cta-button.secondary:hover {
  border-color: #AB8D62;
  color: #AB8D62;
  transform: translateY(-2px);
}


/* Kontakt Section */
.agello-contact-section {
  width: 100%;
  padding: 90px 20px;
  background: #061b2d;
  font-family: Inter, Arial, Helvetica, sans-serif;
}

.agello-contact-inner {
  max-width: 1280px;
  margin: 0 auto;
}

.agello-contact-content {
  max-width: 860px;
}

.agello-kicker {
  display: inline-block;
  margin-bottom: 18px;
  color: #AB8D62;
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.agello-contact-content h2 {
  margin: 0 0 24px;
  color: #ffffff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(38px, 5vw, 68px);
  line-height: 1.05;
  letter-spacing: -0.8px;
  font-weight: 700;
}

.agello-contact-content p {
  margin: 0 0 36px;
  color: rgba(255, 255, 255, 0.86);
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: clamp(18px, 2vw, 21px);
  line-height: 1.6;
  max-width: 760px;
}

.agello-contact-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 14px 26px;
  background: linear-gradient(135deg, #AB8D62, #AB8D62);
  color: #ffffff;
  border-radius: 8px;
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  transition: all 0.25s ease;
}

.agello-contact-button:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #d9a43a, #bf8d2f);
  color: #ffffff;
}


/* Responsive */
@media (max-width: 900px) {
  .agello-cta-box {
    grid-template-columns: 1fr;
    padding: 48px 28px;
  }

  .agello-cta-person {
    justify-self: start;
  }

  .agello-cta-buttons {
    justify-self: start;
    max-width: none;
    flex-direction: row;
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .agello-contact-section {
    padding: 64px 20px;
  }

  .agello-contact-content {
    max-width: 100%;
  }
}

@media (max-width: 560px) {
  .agello-cta-box {
    padding: 40px 22px;
  }

  .agello-cta-title {
    font-size: clamp(32px, 11vw, 42px);
    line-height: 1.08;
  }

  .agello-cta-text {
    font-size: 16px;
  }

  .agello-cta-buttons {
    flex-direction: column;
  }

  .agello-cta-button,
  .agello-contact-button {
    width: 100%;
  }
}

/* Call2 Action ENDE *//* End custom CSS */