.elementor-44685 .elementor-element.elementor-element-205b4bd{--spacer-size:87px;}.elementor-44685 .elementor-element.elementor-element-a380f32 .vl-tile-block.style3{height:400px;}.elementor-44685 .elementor-element.elementor-element-a380f32 .vp-block-header, .elementor-44685 .elementor-element.elementor-element-a380f32 .vl-block-header{margin:0px 0 30px 0;}@media(max-width:767px){.elementor-44685 .elementor-element.elementor-element-205b4bd{--spacer-size:15px;}}/* Start custom CSS for html, class: .elementor-element-de43c41 */.brescia-hero {
  position: relative;
  width: 100%;
  min-height: 680px;
  display: flex;
  align-items: center;
  overflow: visible;
  background:
    linear-gradient(
      90deg,
      rgba(14, 18, 20, 0.2) 0%,
      rgba(14, 18, 20, 0.1) 48%,
      rgba(14, 18, 20, 0.08) 100%
    ),
    url("https://www.wir-leben-outdoor.de/wp-content/uploads/2026/08/R.Maggioni_Maniva-Kopie.webp") center center / cover no-repeat;
}

.brescia-hero__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 110px 40px 130px;
  box-sizing: border-box;
}

.brescia-hero__label {
  display: inline-block;
  margin-bottom: 20px;
  padding: 7px 15px;
  background: #d7dfb1;
  color: #243026;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.brescia-hero__title {
  max-width: 760px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(58px, 8vw, 112px);
  font-weight: 800;
  line-height: 0.9;
  text-shadow: 0 5px 22px rgba(0, 0, 0, 0.35);
}

.brescia-hero__subtitle {
  max-width: 620px;
  margin: 24px 0 0;
  color: #ffffff;
  font-size: clamp(24px, 3vw, 42px);
  font-weight: 400;
  line-height: 1.15;
  text-shadow: 0 3px 16px rgba(0, 0, 0, 0.4);
}

.brescia-hero__accent-image {
  position: absolute;
  z-index: 3;
  right: max(34px, calc((100vw - 1200px) / 2 + 20px));
  bottom: -70px;
  width: min(31vw, 390px);
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border: 10px solid #ffffff;
  border-radius: 4px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.3);
  transform: rotate(2deg);
}

@media (max-width: 1024px) {
  .brescia-hero {
    min-height: 610px;
  }

  .brescia-hero__inner {
    padding: 90px 32px 120px;
  }

  .brescia-hero__accent-image {
    right: 28px;
    bottom: -55px;
    width: 330px;
  }
}

@media (max-width: 767px) {
  .brescia-hero {
    min-height: auto;
    display: block;
    overflow: hidden;
    background-position: center center;
  }

  .brescia-hero__inner {
    padding: 80px 22px 52px;
  }

  .brescia-hero__title {
    font-size: clamp(48px, 15vw, 72px);
    line-height: 0.94;
  }

  .brescia-hero__subtitle {
    max-width: 100%;
    margin-top: 18px;
    font-size: 25px;
  }

  .brescia-hero__accent-image {
    position: relative;
    right: auto;
    bottom: auto;
    display: block;
    width: calc(100% - 44px);
    max-width: 460px;
    margin: 0 22px 24px auto;
    border-width: 7px;
    transform: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3d96928 */.maniva-tours{
    margin:50px 0;
}

.maniva-intro{
    max-width:900px;
    margin:0 auto 35px;
    text-align:center;
    font-size:18px;
    line-height:1.8;
    color:#555;
}

.maniva-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:30px;
}

.maniva-card{
    background:#fff;
    border-radius:14px;
    overflow:hidden;
    box-shadow:0 12px 35px rgba(0,0,0,.08);
    display:flex;
    flex-direction:column;
}

.maniva-header{
    padding:22px 26px;
    color:#fff;
}

.maniva-card.difficult .maniva-header{
    background:#6c8440;
}

.maniva-card.easy .maniva-header{
    background:#4f8e76;
}

.maniva-level{
    display:inline-block;
    margin-bottom:10px;
    padding:5px 12px;
    background:rgba(255,255,255, 0.2);
    border-radius:30px;
    font-size:12px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.08em;
}

.maniva-title{
    margin:0;
    font-size:30px;
    line-height:1.05;
    color:#fff;
}

.maniva-facts{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    padding:20px 26px;
    background:#fff;
}

.maniva-facts span{
    background:#fff;
    padding:8px 14px;
    border-radius:30px;
    font-weight:600;
    font-size:15px;
    box-shadow:0 2px 8px rgba(0,0,0,.05);
}

.maniva-content{
    padding:0 26px 28px;
    font-size:16px;
    line-height:1.8;
}

@media(max-width:900px){

.maniva-grid{
    grid-template-columns:1fr;
}

.maniva-intro{
    text-align:left;
    font-size:17px;
}

}

@media(max-width:767px){

.maniva-title{
    font-size:24px;
}

.maniva-content{
    font-size:15px;
}

.maniva-header,
.maniva-facts,
.maniva-content{
    padding-left:20px;
    padding-right:20px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1e7289c */.brescia-ending{
    max-width:1200px;
    margin:70px auto 40px;
    padding:50px 20px 0;
    text-align:center;
    border-top:1px solid #e5e5e5;
}

.brescia-ending h3{
    margin:0 0 12px;
    font-size:30px;
    font-weight:700;
    color:#2b2b2b;
}

.brescia-ending p{
    margin:0 0 28px;
    color:#666;
    font-size:17px;
    line-height:1.7;
}

.brescia-button{
    display:inline-block;
    padding:14px 34px;
    background:#6c8440;
    color:#fff !important;
    text-decoration:none;
    border-radius:40px;
    font-weight:700;
    transition:.25s ease;
    box-shadow:0 8px 20px rgba(108,132,64,.25);
}

.brescia-button:hover{
    background:#5d7336;
    transform:translateY(-2px);
    box-shadow:0 12px 26px rgba(108,132,64,.35);
}

@media(max-width:767px){

.brescia-ending{
    margin-top:50px;
    padding-top:40px;
}

.brescia-ending h3{
    font-size:24px;
}

.brescia-ending p{
    font-size:16px;
}

}/* End custom CSS */