@charset "UTF-8";
/* ============================================
   Global Styles
============================================ */
/* ============================================
   Global Styles
============================================ */
html, body {
  margin-top: 30px;
  margin-right: 0;
  margin-left: 0;
  padding: 0;
  width: auto;
}

 h2, h5, h6 {
  font-style: normal;
  font-family: "OpenSansCondensed Light", sans-serif;
}
h1 {font-family: 'Oswald';
    font-weight: 600;
    font-style: normal;
	color: #373737;
      font-size: 3rem; }


p {
  font: 1.7rem "OpenSansCondensed Light", sans-serif;
}

h3 {
  font-family: 'Oswald';
  font-weight: 600;
  font-style: normal;
  color: #373737;
  font-size: 2rem;
}

h4 {
  font-family: 'Oswald';
  font-weight: 600;
  font-style: normal;
  color: #373737;
  font-size: 1.2rem;
}
.headline {
	display: flex;
	align-items: center;
	gap: 1rem;
	font-family: 'Oswald';
    font-weight: 600;
    font-style: normal;
	color: #373737;
      font-size: 3rem;

}

/* ============================================
   Dark Mode
============================================ */
@media (prefers-color-scheme: dark) {
  body {
    background-color: #2C2C2C;
    color: #F4F1F1;
  }

  h1, h2, h3 {
    color: #f5f5f5;
  }

  h4, h5 {
    color: #ffffff;
  }

  .headline .line-text {
    color: #f5f5f5;
  }

  /* Kontaktbereich */
  #contact h3 {
    color: #f5f5f5;
  }

  /* Footer */
  footer .text-body-secondary,
  footer li a {
    color: #ccc !important;
  }

  /* Sonderfall Linie2 */
  .linie2 h2.text-body-emphasis,
  .linie2 h3.text-body-emphasis {
    color: #f5f5f5 !important;
  }
}.dunkel{color:#121212; }
.gdesc-inner {color:#7C7677 !important;}

/* ============================================
   Light Sections
============================================ */
.light-section h3,
.light-section h4 {
  color: #373738;
}

/* ============================================
   Modal Anpassungen (immer hell)
============================================ */
.modal .btn-close:focus {
  outline: none;
  box-shadow: none;
}



/* ============================================
   Links
============================================ */
a {
  font-family: "OpenSansCondensed Light", sans-serif;
  font-style: normal;
  color: #000;
  text-decoration: none;
}

a:visited {
  color: #BBB4B4;
}

a:hover,
a:active {
  color: #ff007f;
}

/* ============================================
   Navbar
============================================ */
.navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  width: 100%;
  z-index: 1030;
}

.navbar-dark {
  background-color: #373737;
}

.navbar .nav-link {
  font-size: 1.4rem;
}

@media (max-width: 767.98px) {
  .navbar-collapse {
    background-color: #373737;
    animation: slideInRight 0.4s ease-out;
    padding: 2rem 1rem;
  }

  .navbar-collapse .nav-link {
    color: white;
    font-size: 1.4rem;
    font-weight: 600;
    text-align: left;
    padding: 1rem 0;
    border-bottom: 1px solid #ff007f;
  }

  .navbar-collapse .nav-link:last-child {
    border-bottom: 1px solid #ff007f;
  }

  .navbar-collapse .nav-link:hover {
    color: #ff007f;
  }

  @keyframes slideInRight {
    from { transform: translateX(100%); opacity: 0; }
    to { transform: translateX(0); opacity: 1; }
  }
    .modal .btn-close:focus {
  outline: none;
  box-shadow: none;
}
    }


/* ============================================
   Buttons
============================================ */
button {
  padding: 0.75rem 1.25rem;
  min-height: 44px;
    color: #ff007f;
}

button:focus {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px; right: 20px;
  z-index: 99;
  font-size: 18px;
  background-color: #fff;
  color: #373737;
  cursor: pointer;
  padding: 15px;
  border-radius: 15px;
  border-left: 1px solid #ff007f;
  border-right: 1px solid #ff007f;
    border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
  font-family: "OpenSansCondensed Light", sans-serif;
}
.btn-close-project {
  background-color: #ff007f;   /* Beispiel: Grau */
  color: #fff;                 /* Textfarbe */
  border: none;
font-family: "OpenSansCondensed Light", sans-serif;
}

.btn-close-project:hover {
  background-color: #5a6268;   /* dunkleres Grau bei Hover */
  color: #fff;
}
  .btn-mehr {
	margin-top: 1rem;
	background-color: white;
	color: #000000;
	font-weight: 600;
	padding: 0.5rem 1rem;
	border-radius: 1rem;
	border-left: 1px solid #FF007E;
	border-right: 1px solid #FF007E;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
    }


/* ============================================
   Portfolio Grid
============================================ */
#portfolio .portfolio-item img {
  border-radius: .5rem;
  transition: transform .3s ease;
}

#portfolio .portfolio-item img:hover {
  transform: scale(1.02);
}

/* ============================================
   Portfolio Modals
============================================ */
.portfolio-modal .modal-dialog {
  max-width: 1200px;
}

.portfolio-modal .modal-content {
	padding: 1rem;
	text-align: left;
}

.portfolio-modal .modal-content h2 {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 1rem;
}

.portfolio-modal .modal-content p {
  margin-bottom: 1.5rem;
  font-size: 1.4rem;
  line-height: 1.6;
    text-align: left;
}

.portfolio-modal .modal-content p.item-intro {
  font-size: 1.2rem;
  font-style: italic;
  margin: 0.5rem 0 1rem 0;
  font-family: "OpenSansCondensed Light", sans-serif;
}

 Bilder im Modal mit Hover-Zoom 
.portfolio-modal figure {
  overflow: hidden;
  border-radius: .5rem;
}

.portfolio-modal figure img {
  transition: transform .35s ease, box-shadow .35s ease;
  cursor: zoom-in;
}

.portfolio-modal figure img:hover {
  transform: scale(1.06);
  box-shadow: 0 12px 30px rgba(0,0,0,.35);
}
.portfolio-modal figcaption {
  margin-top: 0.7rem;       /* mehr Luft zum Bild */
  font-family: "OpenSansCondensed Light", sans-serif;
  font-size: 1rem;          /* statt small, etwas lesbarer */
  line-height: 1.4;         /* bessere Lesbarkeit */
  color: #666;              /* dezenter Grauton */
  text-align: center;       /* zentriert unter dem Bild */
}
 .portfolio-modal .glightbox-open .gdesc-inner {
  font-size: 1.2rem;          /* entspricht p.fs-5 */
  line-height: 1.6;         
  font-family: inherit;     
  color: #333;              
  margin-top: 0.75rem;      
  white-space: normal;      /* Zeilenumbruch erlauben */

}

/* ============================================
   Misc Components
============================================ */


.pink-box {
  width: 40px; height: 40px;
  background-color: #FF009A;
  display: inline-block;
  border-radius: 2px;
  opacity: 0;
  transform: scale(0.5);
  animation: fadeInBox 0.6s ease-out forwards;
  animation-delay: 0.2s;
}

/*.line-text {
  opacity: 0;
  transform: translateY(10px);
  animation: fadeInText 0.6s ease-out forwards;
  animation-delay: 0.4s;
  font: normal 40px;
  font-family: "OpenSansCondensed Light", sans-serif;
  color: #373738;
  letter-spacing: 0.025em;
}*/

/* Animation keyframes */
@keyframes fadeInBox {
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fadeInText {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ============================================
   Accessibility
============================================ */
img {
  cursor: pointer;
}

img:focus {
  outline: 3px solid #0056b3;
}

.logo-card:focus-visible {
  box-shadow: 0 0 0 .25rem rgba(13,110,253,.25), 0 10px 28px rgba(0,0,0,.08);
}
.video-artwork{
    width: 50%;
    max-width: 700px;
    height: auto;
}
@media (max-width: 768px){

    .video-artwork{
        width: 100%;
    }

}
.ausstellung{background-color:#373738; padding:10px;}
.textaustellung{
	color: #F1ECEC;
	padding: 10px;
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
}
.textweiss{color: #F1ECEC;}

/* =====================================================
   MINK ART · KURSE
===================================================== */

.mink-kurse {
    --mink-black: #292929;
    --mink-grey: #777;
    --mink-light: #f5f3ef;
    --mink-paper: #faf9f6;
    --mink-line: #ddd8cf;
    --mink-gold: #b59a68;

    color: var(--mink-black);
    background: #fff;
}


/* -----------------------------------------------------
   TYPOGRAFIE
----------------------------------------------------- */

.mink-kurse h1,
.mink-kurse h2,
.mink-kurse h3 {
    font-weight: 400;
    letter-spacing: -.02em;
}

.mink-kurse h1 {
    font-size: clamp(2.6rem, 5vw, 4.8rem);
    line-height: 1.05;
}

.mink-kurse h2 {
    font-size: clamp(2.2rem, 4vw, 3.8rem);
    line-height: 1.05;
}

.mink-kurse h3 {
    font-size: 2rem;
    line-height: 1.15;
}

.mink-eyebrow {
    font-size: .72rem;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--mink-gold);
    margin-bottom: 15px;
}


/* -----------------------------------------------------
   INTRO
----------------------------------------------------- */

.kurs-intro {
    padding: 120px 0 80px;
    background: var(--mink-paper);
}

.kurs-intro-text {
    font-size: 1.08rem;
    line-height: 1.8;
    color: #666;
    margin-top: 20px;
}


/* -----------------------------------------------------
   VIDEO
----------------------------------------------------- */

.kurs-hero-video {
    padding: 0 0 110px;
    background: var(--mink-paper);
}

.video-frame {
    position: relative;
    overflow: hidden;
}

.video-frame video {
    display: block;
    width: 100%;
    height: min(70vh, 650px);
    object-fit: cover;
}

.video-caption {
    position: absolute;
    bottom: 25px;
    left: 25px;

    padding: 9px 16px;

    background: rgba(255,255,255,.82);

    font-size: .7rem;
    letter-spacing: .15em;
    text-transform: uppercase;
}


/* -----------------------------------------------------
   ÜBERSICHT
----------------------------------------------------- */

.kurs-uebersicht {
    padding: 110px 0;
}

.kurs-teaser {
    height: 100%;
    background: #fff;
    border: 1px solid var(--mink-line);
    transition: transform .3s ease,
                box-shadow .3s ease;
}

.kurs-teaser:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 40px rgba(0,0,0,.08);
}

.kurs-teaser-image {
    position: relative;
    overflow: hidden;
}

.kurs-teaser-image img {
    width: 100%;
    height: 330px;
    object-fit: cover;
    transition: transform .5s ease;
}

.kurs-teaser:hover img {
    transform: scale(1.03);
}

.kurs-number {
    position: absolute;
    top: 18px;
    right: 18px;

    width: 45px;
    height: 45px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(255,255,255,.9);

    font-size: .72rem;
    letter-spacing: .08em;
}

.kurs-teaser-content {
    padding: 35px;
}

.kurs-teaser-content p {
    line-height: 1.7;
    color: #666;
}

.kurs-claim,
.detail-claim {
    font-size: 1.05rem;
    color: var(--mink-black) !important;
    line-height: 1.6;
}


/* -----------------------------------------------------
   LINKS
----------------------------------------------------- */

.kurs-link {
    display: inline-flex;
    gap: 12px;

    margin-top: 12px;

    color: var(--mink-black);
    text-decoration: none;

    border-bottom: 1px solid var(--mink-gold);

    padding-bottom: 5px;

    transition: gap .25s ease;
}

.kurs-link:hover {
    color: var(--mink-black);
    gap: 18px;
}


/* -----------------------------------------------------
   DETAIL SECTIONS
----------------------------------------------------- */

.kurs-detail {
    padding: 120px 0;
}

.kurs-detail-aquarell {
    background: var(--mink-paper);
}

.kurs-detail-lino {
    background: #fff;
}

.kurs-detail-pouring {
    background: var(--mink-light);
}

.detail-image {
    position: relative;
}

.detail-image img {
    width: 100%;
}

.image-label {
    position: absolute;
    bottom: 20px;
    left: 20px;

    padding: 8px 14px;

    background: rgba(255,255,255,.9);

    font-size: .7rem;
    letter-spacing: .12em;
    text-transform: uppercase;
}


/* -----------------------------------------------------
   KURSDATEN
----------------------------------------------------- */

.kurs-meta {
    border-top: 1px solid var(--mink-line);
    border-bottom: 1px solid var(--mink-line);
}

.meta-item {
    padding: 28px 20px;
    border-right: 1px solid var(--mink-line);
}

.meta-item:last-child {
    border-right: 0;
}

.meta-item span {
    display: block;

    margin-bottom: 8px;

    font-size: .68rem;
    text-transform: uppercase;
    letter-spacing: .15em;

    color: var(--mink-gold);
}

.meta-item strong {
    display: block;
    font-size: 1rem;
    font-weight: 500;
}

.meta-item small {
    color: #777;
}


/* -----------------------------------------------------
   PROGRAMM
----------------------------------------------------- */

.kurs-programm {
    padding: 45px 0;
}

.programm-row {
    display: grid;
    grid-template-columns: 80px 1fr;

    padding: 25px 0;

    border-bottom: 1px solid var(--mink-line);
}

.programm-row > span {
    color: var(--mink-gold);
    font-size: .75rem;
    letter-spacing: .08em;
}

.programm-row strong {
    font-weight: 500;
}

.programm-row p {
    margin: 8px 0 0;
    color: #777;
    line-height: 1.7;
}


/* -----------------------------------------------------
   MATERIALBOX
----------------------------------------------------- */

.material-box {
    margin-top: 20px;
    padding: 40px;

    background: #fff;

    border: 1px solid var(--mink-line);
}

.material-box ul {
    padding-left: 20px;
    line-height: 2;
    color: #666;
}


/* -----------------------------------------------------
   MINI META
----------------------------------------------------- */

.mini-meta {
    display: flex;
    gap: 35px;

    margin: 30px 0;
    padding: 25px 0;

    border-top: 1px solid var(--mink-line);
    border-bottom: 1px solid var(--mink-line);
}

.mini-meta span {
    display: block;

    margin-bottom: 5px;

    font-size: .65rem;
    letter-spacing: .13em;
    text-transform: uppercase;

    color: var(--mink-gold);
}

.mini-meta strong {
    font-weight: 500;
}

.kurs-note {
    color: #777;
}

.kurs-coming {
    margin-top: 25px;
}


/* -----------------------------------------------------
   BUTTON
----------------------------------------------------- */

.mink-button {
    display: inline-block;

    padding: 13px 28px;

    border: 1px solid var(--mink-black);
    border-radius: 30px;

    color: var(--mink-black);
    background: transparent;

    text-decoration: none;

    transition: all .25s ease;
}

.mink-button:hover {
    color: #fff;
    background: var(--mink-black);
}


/* -----------------------------------------------------
   ABSCHLUSS
----------------------------------------------------- */

.kurs-abschluss {
    padding: 130px 0;

    background: var(--mink-black);
    color: #fff;
}

.kurs-abschluss .mink-eyebrow {
    color: #c5aa73;
}

.kurs-abschluss h2 {
    margin-bottom: 25px;
}

.kurs-abschluss p {
    max-width: 650px;
    margin: 0 auto 35px;

    line-height: 1.8;
    color: #ccc;
}

.kurs-abschluss .mink-button {
    color: #fff;
    border-color: #fff;
}

.kurs-abschluss .mink-button:hover {
    color: var(--mink-black);
    background: #fff;
}


/* -----------------------------------------------------
   RESPONSIVE
----------------------------------------------------- */

@media (max-width: 991px) {

    .kurs-intro {
        padding: 90px 0 60px;
    }

    .kurs-hero-video {
        padding-bottom: 70px;
    }

    .kurs-uebersicht,
    .kurs-detail {
        padding: 80px 0;
    }

    .meta-item {
        border-right: 0;
        border-bottom: 1px solid var(--mink-line);
    }

    .meta-item:last-child {
        border-bottom: 0;
    }

}


@media (max-width: 767px) {

    .kurs-intro {
        padding: 70px 20px 50px;
    }

    .kurs-intro-text {
        font-size: 1rem;
    }

    .video-frame video {
        height: 420px;
    }

    .kurs-teaser-image img {
        height: 270px;
    }

    .kurs-teaser-content {
        padding: 28px;
    }

    .kurs-detail {
        padding: 70px 20px;
    }

    .programm-row {
        grid-template-columns: 55px 1fr;
    }

    .material-box {
        padding: 28px;
    }

    .mini-meta {
        gap: 20px;
        flex-wrap: wrap;
    }

    .kurs-abschluss {
        padding: 90px 20px;
    }

}
