/* V7 – Seitenanfang-Link, klarer Inklusiv-Vorteil und kompaktere Abstaende */

/* Der Markenlink zielt jetzt auf body#page-top; scroll-margin verhindert optische Spruenge. */
#page-top{scroll-margin-top:0}
.brand{cursor:pointer}

/* Inklusiv-Vorteil: emotionaler, aber weiterhin faktenbasiert. */
.included-heading .included-lead{
  margin:16px 0 0;
  max-width:520px;
  color:#31505c;
  font-size:16px;
  line-height:1.55;
}
.included-items span:nth-child(3){
  border-color:rgba(212,106,76,.38);
  box-shadow:0 8px 24px rgba(212,106,76,.10);
}

/* Der Abstand zwischen Inklusiv-Box und den Ausstattungsfakten war am Desktop zu gross. */
.included-box{margin-bottom:28px}
.detail-facts{padding-top:18px!important}

@media(max-width:767px){
  .included-box{margin-bottom:20px}
  .detail-facts{padding-top:10px!important}
  .included-heading .included-lead{font-size:15px}
}
