

/* ####################### */
/*  BREITEN   */

.wrapInn {
  max-width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
}
.flx {
  display: block;
  -webkit-column-gap: 100px;
     -moz-column-gap: 100px;
          column-gap: 100px;
}
.grid {
  display: block
}
.row {
  padding-top: 0;
  margin-bottom: 100px;
}

/*  equal   */
.c100 .col-1 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-left: auto;
  margin-right: auto;
}
.c50-50 > .col {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.c33-33-33 > .col {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.c25-25-25-25 > .col {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

/*  FLEX non equal   */
.c75-25 .col-1 { 
  -ms-flex-preferred-size: 100%; 
      flex-basis: 100%; 
}
.c75-25 .col-2 { 
  -ms-flex-preferred-size: 100%; 
      flex-basis: 100%; 
}
.c25-75 .col-1 { 
  -ms-flex-preferred-size: 100%; 
      flex-basis: 100%; 
}
.c25-75 .col-2 { 
  -ms-flex-preferred-size: 100%; 
      flex-basis: 100%; 
}

/*  GRID non equal   */
/* .grid.c75-25 .col-1 { 
  grid-column: 1 / -1;
}
.c75-25 .col-2 { 
  grid-column: 1 / -1; 
}
.grid.c25-75 .col-1 { 
  grid-column: 1 / -1; 
}
.grid.c25-75 .col-2 { 
  grid-column: 1 / -1; 
} */

.col-1,
.col-2,
.col-3,
.col-4 {
  margin-bottom: 50px;
}



.wdt70 {
  max-width: 800px;
  /* max-width: 70%; */
  margin-left: auto;
  margin-right: auto;
}


/* ####################### */
/*  GLOBALS   */

html, body {
  overflow-x: hidden;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'roboto_light', sans-serif;
  font-size: 18px;
  line-height: 1.4;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'roboto_thin', sans-serif;
  font-weight: normal;
  line-height: 1.2;
  margin-top: 0;
}
h1,
h2 {
  font-size: 46px;
  color: #ab8b04;
  margin-bottom: 50px;
}
h3 {
  font-family: 'roboto_medium', sans-serif;
  font-size: 26px;
  color: #000;
  margin-bottom: 30px;
}
a.lnkExt {
  font-family: 'roboto_medium', sans-serif;
  color: #ab8b04;
  text-decoration: none;
}
a.lnkExt:hover {
  text-decoration: underline;
}
b, strong {
  font-family: 'roboto_regular', sans-serif;
  font-weight: normal;
}
.shout { font-size: 26px; }
.txtCent { text-align: center; }
.txtRight { text-align: right; }
.txtGold { color: #ab8b04; }
.txtSm { font-size: 14px; }
.img-res { width: 100%; height: auto; }
.marBot { margin-bottom: 60px; }




/* ####################### */
/*  HEADER + BURGER   */

.rowHead {
  margin-top: 30px;
  margin-bottom: 30px;
}
.header-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.header-flex .logo img {
  height: 60px;
  width: auto;
  display: block;
}
/* Burger */
.burger {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  z-index: 1100; /* über Overlay sichtbar */
}
.burger svg {
  width: 60px;
  height: 60px;
  stroke: #ab8b04;
  stroke-width: 3;
  stroke-linecap: round;
  -webkit-transition: stroke 0.3s ease;
  -o-transition: stroke 0.3s ease;
  transition: stroke 0.3s ease;
}
.burger .line {
  -webkit-transition: opacity 0.3s ease, stroke 0.3s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.3s ease, stroke 0.3s ease, -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease, opacity 0.3s ease, stroke 0.3s ease;
  transition: transform 0.4s ease, opacity 0.3s ease, stroke 0.3s ease;
  transition: transform 0.4s ease, opacity 0.3s ease, stroke 0.3s ease, -webkit-transform 0.4s ease;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
.burger:hover svg {
  stroke: #ab8b04;
}
/* Burger → X */
.burger.active .top {
  -webkit-transform: translateY(4px) rotate(45deg);
      -ms-transform: translateY(4px) rotate(45deg);
          transform: translateY(4px) rotate(45deg);
}
.burger.active .middle {
  opacity: 0;
}
.burger.active .bottom {
  -webkit-transform: translateY(-8px) rotate(-45deg);
      -ms-transform: translateY(-8px) rotate(-45deg);
          transform: translateY(-8px) rotate(-45deg);
}




/* ####################### */
/*  OVERLAY-MENÜ   */

.ico-nav-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: opacity 0.6s ease, visibility 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, visibility 0.6s ease, -webkit-transform 0.6s ease;
  -o-transition: opacity 0.6s ease, transform 0.6s ease, visibility 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, visibility 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, visibility 0.6s ease, -webkit-transform 0.6s ease;
  z-index: 1000;
}
body.menu-open .ico-nav-overlay {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
/* Menü-Links */
.ico-nav-overlay ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  width: 100%;
}
.ico-nav-overlay ul li {
  margin: 1.2rem 0;
}
.ico-nav-overlay ul li a {
  font-size: 2rem;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.ico-nav-overlay ul li a:hover {
  color: #ab8b04;
  letter-spacing: 2px;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
/* Einblende-Animation */
body.menu-open .ico-nav-overlay ul li {
  opacity: 0;
  -webkit-animation: fadeInUp 0.6s ease forwards;
          animation: fadeInUp 0.6s ease forwards;
}

body.menu-open .ico-nav-overlay ul li:nth-child(1) { -webkit-animation-delay: 0.1s; animation-delay: 0.1s; }
body.menu-open .ico-nav-overlay ul li:nth-child(2) { -webkit-animation-delay: 0.2s; animation-delay: 0.2s; }
body.menu-open .ico-nav-overlay ul li:nth-child(3) { -webkit-animation-delay: 0.3s; animation-delay: 0.3s; }
body.menu-open .ico-nav-overlay ul li:nth-child(4) { -webkit-animation-delay: 0.4s; animation-delay: 0.4s; }
body.menu-open .ico-nav-overlay ul li:nth-child(5) { -webkit-animation-delay: 0.5s; animation-delay: 0.5s; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/* Scroll-Sperre bei Overlay */
body.menu-open {
  overflow: hidden;
}

/* ####################### */
/*  RESPONSIVE ANPASSUNGEN   */

@media (max-width: 992px) {
  .burger svg {
    width: 50px;
    height: 50px;
  }
  .ico-nav-overlay ul li a {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .burger svg {
    width: 42px;
    height: 42px;
  }
  .ico-nav-overlay ul li {
    margin: 1rem 0;
  }
  .ico-nav-overlay ul li a {
    font-size: 1.5rem;
  }
}
@media (max-width: 480px) {
  .burger {
    top: 40px;
    right: 20px;
  }
  .burger svg {
    width: 36px;
    height: 36px;
  }
  .ico-nav-overlay {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 120px;
  }
  .ico-nav-overlay ul li {
    margin: 0.8rem 0;
  }
  .ico-nav-overlay ul li a {
    font-size: 1.3rem;
  }
}




/* ####################### */
/*  HERO   */

.swiper {
  width: calc(100% - 30px);
  height: 400px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.slide-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 10px rgba(0,0,0,0.6);
  max-width: 90%;
}
.slide-content h1 {
  font-size: 3rem;
  margin: 0 0 10px;
}
.slide-content p {
  font-size: 1.3rem;
  margin: 0;
}
.swiper-button-next,
.swiper-button-prev { color: #fff; }
.swiper-pagination-bullet {
  background: #fff;
  opacity: 0.7;
}
.swiper-pagination-bullet-active { 
  background: #ab8b04;
}
.swiper-pagination-bullet {
  width: 20px;
  height: 20px;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, 
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin-left: 20px;
  margin-right: 20px;
}




@media (min-width: 1920px) {
  .swiper-slide { background-size: cover; }
}










/* ####################### */
/*  ISOTOPE   */

.photo-filters {
  text-align: center;
  margin-bottom: 30px;
}
.photo-filters button {
  background: #eee;
  border: none;
  padding: 10px 20px;
  margin: 0 5px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 6px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: block;
  margin-bottom: 15px;
}
.photo-filters button:hover,
.photo-filters button.is-checked {
  background: #333;
  color: #fff;
}
.photo-gallery {
  max-width: 100%;
  margin: 0 auto;
}
.photo-sizer { width: calc(33.333% - 15px); }
.gutter-sizer { width: 20px; }
.photo-item {
  width: 33.3333%;
  margin-bottom: 5px;
}
.photo-item img {
  width: 100%;
  display: block;
}
@media (max-width: 768px) {
  .photo-sizer, .photo-item { width: 45%; }
}
@media (max-width: 480px) {
  .photo-sizer, .photo-item { width: 100%; }
}


/* ####################### */
/*  CONTENT   */

.rowIntro { 
  margin-top: 100px; 
}
.trenn{
  position: relative;
  display: block;
  z-index: 5;
}
.trenn::before {
  content: "";
  display: block;
  border-top: solid 1px #d6d6d6;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 60px;
  z-index: 1;
}
.trennImg {
  position: relative;
  z-index: 5;
  width: 200px;
  margin: 100px auto;
}







/* ####################### */
/*  LIGHTBOX OVERLAY   */

.lightbox-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.95);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  z-index: 2000;
}
.lightbox-overlay.active {
  opacity: 1;
  visibility: visible;
}
.lightbox-image {
  max-width: 90%;
  max-height: 85%;
  -webkit-box-shadow: 0 0 40px rgba(0,0,0,0.8);
          box-shadow: 0 0 40px rgba(0,0,0,0.8);
  border-radius: 0;
}
/* Buttons */
.lightbox-close,
.lightbox-prev,
.lightbox-next {
  position: absolute;
  background: none;
  border: none;
  color: #ab8b04;
  font-size: 3rem;
  cursor: pointer;
  -webkit-transition: color 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: color 0.3s ease, transform 0.3s ease;
  transition: color 0.3s ease, transform 0.3s ease;
  transition: color 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  z-index: 2001;
}
.lightbox-close {
  top: 30px;
  right: 40px;
  font-size: 4rem;
}
.lightbox-prev {
  left: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.lightbox-next {
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.lightbox-prev:hover,
.lightbox-next:hover,
.lightbox-close:hover {
  color: #ab8b04;
  /* transform: scale(1.1); */
}


/* Responsive */
@media (max-width: 768px) {
  .lightbox-close { top: 20px; right: 25px; font-size: 3rem; }
  .lightbox-prev, .lightbox-next { font-size: 2.5rem; }
  .lightbox-image { max-width: 95%; max-height: 80%; }
}



/* ####################### */
/*  LAZY LOAD FADE-IN   */

img.lazy-fade {
  opacity: 0;
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 1s ease;
  transition: opacity 0.8s ease, -webkit-transform 1s ease;
  -o-transition: opacity 0.8s ease, transform 1s ease;
  transition: opacity 0.8s ease, transform 1s ease;
  transition: opacity 0.8s ease, transform 1s ease, -webkit-transform 1s ease;
}

img.lazy-fade[src] {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}




/* ####################### */
/*  LEGAL OVERLAY (IMPRESSUM)  */

.ico-legal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  -o-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  z-index: 1500;
}
.ico-legal-overlay.active {
  opacity: 1;
  visibility: visible;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}
.ico-legal-overlay .overlay-inner {
  position: relative;
  background: rgba(20,20,20,0.85);
  padding: 15px;
  border-radius: 10px;
  max-width: 800px;
  width: 90%;
  max-height: 90%;
  overflow-y: auto;
  -webkit-box-shadow: 0 0 40px rgba(0,0,0,0.6);
          box-shadow: 0 0 40px rgba(0,0,0,0.6);
}
.ico-legal-overlay .overlay-content a {
  color: #ffcc00;
  text-decoration: none;
}
.ico-legal-overlay .overlay-content a:hover {
  text-decoration: underline;
}
/* Close Button */
.ico-legal-overlay .close-btn {
  position: absolute;
  top: 20px;
  right: 25px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  z-index: 1501;
}
.ico-legal-overlay .close-btn svg {
  width: 32px;
  height: 32px;
  stroke: #fff;
  stroke-width: 3;
  stroke-linecap: round;
  -webkit-transition: stroke 0.3s ease, -webkit-transform 0.3s ease;
  transition: stroke 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease, stroke 0.3s ease;
  transition: transform 0.3s ease, stroke 0.3s ease;
  transition: transform 0.3s ease, stroke 0.3s ease, -webkit-transform 0.3s ease;
}
.ico-legal-overlay .close-btn:hover svg {
  stroke: #ab8b04;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.overlay-content h2 {
  font-size: 32px;
}

.lnkInst,
.lnkLin,
.lnkBeh {
  background-image: url('../img/ico-inst.svg');
  background-size: contain;
  width: 50px;
  height: 50px;
  display: block;
}
.lnkLin {
  background-image: url('../img/ico-link.svg');
}
.lnkBeh {
  background-image: url('../img/ico-beh.svg');
}

/* ####################### */
/*  FOOTER   */

.row.rowFoo {
  padding-top: 100px;
  margin-bottom: 0;
}
.rowFoo {
  background-color: #3c3c3c;
  color: #fff;
}
.rowFoo h4 {
  color: #ab8b04;
  font-size: 36px;
  margin-bottom: 30px;
  border-bottom: solid 2px #ab8b04;
  padding-bottom: 20px;
}
.rowFoo ul {
  padding: 0;
}
.rowFoo li {
  list-style-type: none;
  margin: 0 0 15px 0;
  padding: 0;
}
.rowFoo a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.rowFoo a:hover {
  color: #ab8b04;
  letter-spacing: 2px;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.logFoo {
  margin: 50px auto;
  border-top: 1px dashed #ab8b04;
  border-bottom: 1px dashed #ab8b04;
  padding-top: 50px;
  padding-bottom: 50px;
}
.logCent {
  margin: 0 auto;
}
.colLast {
  padding-bottom: 50px;
}
.flx.logFoo img {
  margin: 0 auto;
  width: 260px;
  display: block;
}

.inl a {
  display: inline-block;
  margin-right: 15px;
}









/* ####################### */
@media (min-width: 480px) {
  
  .swl1 {
    background-image: url('../photos/xl/boladecristal-vitranight-denisse-dounce.jpg') !important;
  }
  .swl2 {
      background-image: url('../photos/xl/vigia-de-escaparate-denisse-dounce.jpg') !important;
  }
  .swl3 {
      background-image: url('../photos/xl/caminando-en-dos-mundos-denisse-dounce.jpg') !important;
  }
  




}
/*  /480   */
/* ####################### */
@media (min-width: 768px) {

  body {
    font-size: 20px;
  }
  h1, h2 {
    font-size: 100px;
    margin-bottom: 100px;
  }
  h3 {
    font-size: 36px;
    margin-bottom: 30px;
  }
  .shout {
    font-family: 'roboto_medium', sans-serif;
    font-size: 50px;
  }
  .rowFoo h4 {
    font-size: 36px;
  }
  .swiper {
  height: 550px;
}

}
/*  /768   */
/* ####################### */
@media (min-width: 992px) {

  .c100 .col-1 {
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
  }
  .flx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 100px;
       -moz-column-gap: 100px;
            column-gap: 100px;
  }
  .grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 100px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 100px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; /* vertikale Zentrierung */
  }


  /*  FLEX non equal   */
  .c75-25 .col-1 { 
    -ms-flex-preferred-size: 70%; 
        flex-basis: 70%; 
  }
  .c75-25 .col-2 { 
    -ms-flex-preferred-size: 30%; 
        flex-basis: 30%; 
  }
  .c25-75 .col-1 { 
    -ms-flex-preferred-size: 30%; 
        flex-basis: 30%; 
  }
  .c25-75 .col-2 { 
    -ms-flex-preferred-size: 70%; 
        flex-basis: 70%; 
  }
  .col-1,
  .col-2,
  .col-3,
  .col-4 {
    margin-bottom: 0;
  }
.ico-legal-overlay .overlay-inner {
  padding: 60px;
}


}
/*  /992   */
/* ####################### */
@media (min-width: 1200px) {

  .wrapInn {
    max-width: 90%;
  }
  .c100 .col-1 {
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
  }

  body {
    font-size: 21px;
  }
  h1, h2 {
    font-size: 150px;
    margin-bottom: 100px;
  }
  h3 {
    font-size: 46px;
    margin-bottom: 30px;
  }
  .shout {
    font-size: 50px;
  }
  .rowFoo h4 {
    font-size: 46px;
  }
  .swiper {
    width: 90%;
    height: 700px;
  }
  .photo-filters button {
    display: inline-block;
    margin-bottom: 0;
  }

}
/*  /1200   */
/* ####################### */
@media (min-width: 1400px) {
  .wrapInn {
    max-width: 1280px;
  }
  body {
    font-size: 22px;
  }
  h1, h2 {
    font-size: 200px;
    margin-bottom: 100px;
  }
  h3 {
    font-size: 50px;
    margin-bottom: 30px;
  }
  .shout {
    font-size: 50px;
  }
  .rowFoo h4 {
    font-size: 50px;
  }
  .swiper {
    width: 1280px;
    height: 860px;
  }

}
/*  /1400   */
/* ####################### */
@media (min-width: 1600px) {

  .wrapInn {
    width: 1480px;
  }
  .swiper {
    width: 1480px;
    height: 860px;
  }
}
/*  /1600   */
/* ####################### */