.elementor-89 .elementor-element.elementor-element-6af1696{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;--align-items:flex-end;--flex-wrap:nowrap;--margin-top:0px;--margin-bottom:40px;--margin-left:0px;--margin-right:0px;}.elementor-89 .elementor-element.elementor-element-7d908d1{--display:grid;--e-con-grid-template-columns:repeat(2, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;--margin-top:40px;--margin-bottom:52px;--margin-left:0px;--margin-right:0px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-89 .elementor-element.elementor-element-7b8722d{text-align:start;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:1024px){.elementor-89 .elementor-element.elementor-element-7d908d1{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-89 .elementor-element.elementor-element-7d908d1{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;}}/* Start custom CSS for container, class: .elementor-element-7d908d1 *//* --- TOP NAV: Grundlayout --- */
.bb-topnav{
  display:flex;
  align-items:flex-start;
  gap:124px;                 /* Abstand zwischen portfolio / studio / kontakt */
  justify-content:flex-end;
}

/* Hauptlinks Typo wie Mockup */
.bb-dd__toggle,
.bb-topnav__link{
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-weight: 300;          /* leicht */
  font-size: 23px;
  line-height: 1;
  color: #560091;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
}

.bb-dd__toggle:hover,
.bb-topnav__link:hover{
  opacity:.85;
}

/* Pfeil entfernen: wir nutzen button ohne Icon -> nix zu tun */

/* --- Dropdown Container Positionierung --- */
.bb-dd{
  position: relative;
}

/* Panel: erscheint unter dem Wort */
.bb-dd__panel{
  position:absolute;
  top: 36px;                 /* Abstand nach unten unter portfolio/studio */
  left: 50%;
  transform: translateX(-50%);
  width: 260px;              /* Boxbreite – später fein */
  padding: 22px 22px 18px;
  background: transparent;
  display:none;
  z-index: 9999;
}

/* Öffnen per Klick */
.bb-dd.is-open > .bb-dd__panel{
  display:block;
}

/* Hintergrundbild im Panel */
.bb-dd__bg{
  position:absolute;
  inset: ;ert: 0;
  background-repeat:no-repeat;
  background-position: 20px 18px;
  background-size: 190px auto;
  opacity: .22;              /* „Papier“ Eindruck */
  pointer-events:none;
}

/* DEINE BILDER */
.bb-dd__bg--portfolio{
  background-image:url("https://beschbesch.com/wp-content/uploads/2026/01/Nav_Portfolio_174x130-1.jpg");
}
.bb-dd__bg--studio{
  background-image:url("https://beschbesch.com/wp-content/uploads/2026/01/Nav_Studio_206x163.jpg");
}

/* Items + gepunktete Linien */
.bb-dd__item{
  position: relative;
  display:block;
  font-family:"Montserrat", sans-serif;
  font-style: italic;
  font-weight: 300;
  font-size: 23px;
  line-height: 1.1;
  color:#0010C0;             /* Blau aus deinem Mockup */
  text-decoration:none;
  text-align:left;           /* falls du links willst */
  padding: 6px 0;
}

.bb-dd__item:hover{ opacity:.85; }

/* gepunktete Linie zwischen Items */
.bb-dd__sep{
  display:block;
  height:1px;
  margin: 6px 0;
  border-bottom: 2px dotted rgba(0,16,192,.30);
}

/* Optional: aktiver Menüpunkt (fett/kräftiger) */
.bb-dd__item.is-active{
  font-weight: 600;
  color:#560091;
}

/* Responsive Schutz: wenn schmal, Gap kleiner */
@media (max-width: 1024px){
  .bb-topnav{ gap:60px; }
  .bb-dd__panel{ left:0; transform:none; }
}
@media (max-width: 767px){
  .bb-topnav{ gap:28px; }
  .bb-dd__panel{ width:220px; }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-6af1696 */.bb-header-wrap,
.bb-header-wrap .e-con,
.bb-header-wrap .elementor-container{
  overflow: visible !important;
}/* End custom CSS */