/* 

Orange: #fbba00 
Light-Grey: #ececed
Blue-Grey: #7e8d96

*/


/*!
 * Web Fonts from Fontspring.com
 *
 * All OpenType features and all extended glyphs have been removed.
 * Fully installable fonts can be purchased at https://www.fontspring.com
 *
 * The fonts included in this stylesheet are subject to the End User License you purchased
 * from Fontspring. The fonts are protected under domestic and international trademark and 
 * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
 * distributing this font software.
 *
 * (c) 2010-2022 Fontspring
 *
 *
 *
 *
 * The fonts included are copyrighted by the vendor listed below.
 *
 * Vendor:      exljbris Font Foundry
 * License URL: https://www.fontspring.com/licenses/exljbris/webfont
 *
 *
 */

@font-face {
    font-family: 'MuseoSans';
    src: url('../fonts/MuseoSans_300-webfont.woff2') format('woff2'),
         url('../fonts/MuseoSans_300-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'MuseoSans';
    src: url('../fonts/MuseoSans_500-webfont.woff2') format('woff2'),
         url('../fonts/MuseoSans_500-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}


@font-face {
    font-family: 'MuseoSans';
    src: url('../fonts/MuseoSans_700-webfont.woff2') format('woff2'),
         url('../fonts/MuseoSans_700-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}


#top_link {
  opacity: 0;
  transition: opacity 0.3s ease;
background-color: rgba(255, 255, 255, 0.3);
-webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.05); 
box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.05);

}

#top_link.visible {
  opacity: 1;
}

.top-link a {
  color: #fbba00;

}


#privacy_optout_link {

  width: 34px;
  height: 34px;
  background-size: 23px 23px;
}


/* TYPO  */

body {
  font-family: 'MuseoSans', Arial, sans-serif;
  font-weight: 300;
}

.header .mainmenu ul li a,
.header .mainmenu ul li ul a.active,
.header .ce_search_label i,
.header .mod_langswitcher .mod_langswitcher_inside,
.header .header_metanavi a,
.header .mod_socials a {
  font-family: 'MuseoSans', Arial, sans-serif;
  font-weight: 500;
}


.zahl_large {
  font-size: 4rem;
  line-height: 1;
}


.zahl_medium {
  font-size: 2rem;
  line-height: 1;
}


.outline_box {
  border: 1px solid #fff;
  padding: 20px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .font_headline, p, li {
-ms-hyphens: manual;
  -webkit-hyphens: manual;
  hyphens: manual;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .font_headline {
-ms-hyphens: manual;
  -webkit-hyphens: manual;
  hyphens: manual;
      font-weight: 300;
      text-transform: uppercase;
}

h4 {
  font-weight: 700;
margin-bottom: 10px;
}

h1.ce_split_words span, h1.ce_split_words p,
h2.ce_split_words span, h2.ce_split_words p {
-ms-hyphens: auto !important;
  -webkit-hyphens: auto !important;
  hyphens: auto !important;
font-size: var(--h2-fontSize);
line-height: 1.3;
margin: 0;
padding: 0;
}

h2 {

font-size: var(--h3-fontSize)
}

.subseiten h2, .subseiten h3 {

text-transform: none;
}


.text_h3 h3 {
font-size: var(--body-fontSize);
font-weight: 500;
margin-bottom: 0;
}

span.font-size-m {
	font-size: 23px;
	line-height: 1.1;
}

.info_box {
  line-height: 1.4;
}


.info_box strong{
margin-top: 2px;
  display: inline-block;
}

.ce_text_extented a {
  font-weight: 500;
}


/* Saubere Bullet-Listen mit korrektem Hanging-Indent bei Zeilenumbruch */
.ce_text_extented ul{
  margin: 0 0 1em;
  padding: 0;
  list-style: none;
}

.ce_text_extented ul > li{
position: relative;
  padding-left: .8em;
  margin: 0.35em 0;
}

.ce_text_extented ul > li::before{
content: "•";
  position: absolute;
  left: 0;
  top: 0.4em;
  line-height: 1;
}

.shift_links {
  padding-left: 30px;
}




/* Wrapper */
.revealCurtain{
  --p: 0;                 /* 0..1 kommt aus JS */
  --start: 0.12;          /* 0..1 = 12% Startöffnung */
  --overlayColor: #ececed;
}

/* Bild / SVG / figure stabil */
.revealCurtain__media{
  position: relative;
  z-index: 1;
}
.revealCurtain__overlay{
  background: var(--overlayColor);
}
/* Typisch Contao: <figure class="image_container"> drin */
.revealCurtain__media img{
  display:block;
  width:100%;
  height:auto;
}

/* Overlays */
.revealCurtain__overlay{
  position:absolute;
  top:0; bottom:0;
  width:50%;
  z-index: 2;
  background: var(--overlay);
  will-change: transform;
  transform: translateX(0);
}

/* links fährt nach links raus */
.revealCurtain__overlay--left{
  left:0;
  transform: translateX(calc(-100% * (var(--start) + (1 - var(--start)) * var(--p))));
}

/* rechts fährt nach rechts raus */
.revealCurtain__overlay--right{
  right:0;
  transform: translateX(calc( 100% * (var(--start) + (1 - var(--start)) * var(--p))));
}
/* Optional: weicher Look, statt harter Fläche */
.revealCurtain__overlay--left{
  background: linear-gradient(to right, var(--overlay) 0%, rgba(0,0,0,0) 85%);
}
.revealCurtain__overlay--right{
  background: linear-gradient(to left,  var(--overlay) 0%, rgba(0,0,0,0) 85%);
}

/* Barrierefreiheit: reduzierte Bewegung */
@media (prefers-reduced-motion: reduce){
  .revealCurtain__overlay--left{ transform: translateX(-100%); }
  .revealCurtain__overlay--right{ transform: translateX(100%); }
}

.revealCurtain__overlay { background: #ececed !important;}
.revealCurtain{
  line-height: 0;          /* killt baseline-gap */
}

.revealCurtain__media,
.revealCurtain__media figure{
  margin: 0;
  line-height: 0;
}

.revealCurtain__media img{
  display: block;          /* wichtig */
  width: 100%;
  height: auto;
}

.revealCurtain__overlay{
  top: -1px;
  bottom: -1px;
}




/* COOKIE */

.mod_privacy_optin .headline {
  font-family: Arial,Verdana,sans-serif;
  font-weight: 700;
  font-size: 16px;
  margin: 0 0 10px 0;
  margin-bottom: 10px;
  padding:0;
  background-image: none; 
}

.mod_privacy_optin .privacy_content {
  border-radius: 0;
  background: #fff;
}


.ce_image_extended.frame-5-light img {
  border: 3px solid #ececed;
}

.bild_grid .ce_image_extended_inside{
  padding:2px;
}

.fullw .contentwrap {
padding: 0 !important;
margin: 0 !important;
max-width: 100%;
}


/* AUSSTATTUUNG */

.ce_fancybox.style1 .link_text{
  font-weight: 700;
  font-size: 1.1rem;
}

.ce_fancybox.style1 .content {
    font-weight: 500;
      font-size: 1.2rem;
}

.ce_fancybox.style1 .ce_headline {
    font-weight: 500;
}


.ce_scroll_reveal_words {
  line-height: 1;
  text-transform: none;
}

.ce_fancybox.style1 .overlay {
  background: linear-gradient(to top, rgba(126, 141, 150, 0.75) 0%, rgba(126, 141, 150, 0.9) 33%, rgba(126, 141, 150, 0.3) 100%);
}

.ce_fancybox.style1:hover .overlay, .ce_fancybox.style1.has_focus .overlay {
  background: linear-gradient(to top, rgba(126, 141, 150, 0.9) 0%, rgba(126, 141, 150, 0.9) 33%, rgba(126, 141, 150, 0.85) 100%);

}

/* KONTAKT */

#nav-kontakt h3 {
font-size: var(--body-fontSize);
text-transform: none;
font-weight: 500;
}



@media only screen and (max-width: 1180px) {
  .header.original .logo {
    width: 300px;
       transition: width 0.5s ease;

  }

  .header .inside {
    padding-left: 0;
      padding-right:  0;
  }
}


@media only screen and (max-width: 1080px) {
  .mainmenu ul li {
  margin-left: 10px;
  margin-right: 10px;
}
}


@media only screen and (min-width: 1400px) {
  .header.original .logo {
    width: 400px;
  }

}


.ce_iconbox .content {
  margin-top: 1px;
}

.ce_iconbox_inside {
  margin-bottom: 10px;
}



/*  STSCJING */

.stack_right {
  position: relative;
   aspect-ratio: 2 / 1.05; /* anpassen */
  overflow: hidden;
}

.panel {
  position: absolute;

  opacity: 0;
  pointer-events: none;
  transition: opacity .35s ease;
}

.panel.is-active {
  opacity: 1;
  pointer-events: auto;
}

/* Optional: Hover-Cursor im SVG */
#interact-svg .level {
  cursor: pointer;
}
/*
#stacking {
  min-height: 80vh;
}*/

.ce_divider_extended.version3 {
  height: 2px;
}


/*  CTA  */

.cta_termin  {
  position: fixed;
  bottom: -2px;         
  right: 5%;  
  z-index: 1000;        
  width: 180px;
  height: 73px;
background: #fbba00;
  background-position: bottom;
  cursor: pointer;
  transition: opacity 0.3s ease;

}


.cta_wrapper {
  position: fixed;
  top: calc( 50% - 200px);
  right: 40px;
  transform: translateY(-50%);
  z-index: 9999;
    transition: opacity 0.3s ease;
}

.cta {
  display: inline-block;
  transform: rotate(-90deg);
  transform-origin: top right;
background: rgba(126, 141, 150, 0.779);
  padding: 5px 15px 15px 15px;
  font-size: 14px;
  font-weight: 700;
  color:#fff;
  letter-spacing: 2px;
  cursor: pointer;
  white-space: nowrap;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    transition: opacity 0.3s ease;
    text-transform: uppercase;
    border-radius: 5px;
}

  @media only screen and (max-width: 650px) {
.cta {
  padding: 8px 15px;
  font-size: 14px;
    letter-spacing: 1px;
}
.intro_text.update {
  padding-right: 40px;
}

.cta_wrapper {
  position: fixed;
  top: calc( 70% - 200px);

  }

  }


  .cta_termin,
#top_link {
  transition: all 0.3s ease;
}

.cta_termin.visible,
.cta.visible,
#top_link.visible {
  opacity: 1;
  visibility: visible;
}

.cta_termin:not(.visible),
.cta:not(.visible),
#top_link:not(.visible) {
  opacity: 0;
  visibility: hidden;
}

.cta_termin:hover {
  transform: scale(1.051);
  transition: all 0.3s ease;
}


.height100vh {
  min-height: 100vh;
}

.ce_bgimage.bg_right_top .ce_bgimage-image {
  background-position: right top !important;
}


/* TAB */

@media only screen and (min-width : 768px) and (max-width : 1024px) {

.mod_article.fullwidth-padding-right > .container {

  max-width: none;
    padding-right: calc(var(--articlePaddingLeftRight) + var(--contentPaddingLeftRight));
    padding-left: calc(var(--articlePaddingLeftRight) + var(--contentPaddingLeftRight));
}

}


.impressum h3 {
font-size: var(--p-fontSize);
font-weight: 700;
margin-bottom: 5px;
}


.form-confirmation {
  color: #fbba00;
  font-size: var(--h2-fontSize);
}

.mietflaechen-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
    color: #1a1a1a;
    table-layout: fixed;
  }
  .mietflaechen-table th,
  .mietflaechen-table td {
    padding: 12px 16px;
    text-align: left;
  }


  .mietflaechen-table td[data-label="Fläche"] {
    text-align: left;
  }
  .mietflaechen-table th.col-flaeche {
    text-align: left;
  }
  .mietflaechen-table td.terrasse {
    color: #888;
    font-size: 0.88em;
  }

  @media (max-width: 800px) {
    .mietflaechen-section {
      padding: 60px 16px !important;
    }
    .mietflaechen-table,
    .mietflaechen-table thead,
    .mietflaechen-table tbody,
    .mietflaechen-table tr {
      display: block;
      width: 100%;
    }
    .mietflaechen-table thead {
      display: none;
    }
    .mietflaechen-table tr {
      border-bottom: 1px solid #e0e0e0;
      padding: 12px 0;
    }
    .mietflaechen-table td {
      display: flex;
      justify-content: space-between;
      padding: 4px 0;
      border: none !important;
      text-align: left !important;
    }
    .mietflaechen-table td.terrasse:empty {
      display: none;
    }
    .mietflaechen-table td::before {
      content: attr(data-label);
      font-size: 0.75rem;
      color: #888;
      text-transform: uppercase;
      letter-spacing: 0.06em;
      flex-shrink: 0;
      margin-right: 12px;
    }
    .mietflaechen-table td.terrasse:empty::before {
      display: none;
    }
  }

