@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);
}
