@charset "UTF-8";
/* CSS Document */
html, body {
	margin-top: 40;
	margin-right: 0;
	margin-left: 0;
	/* [disabled]margin-bottom: 0; */
	padding: 0 0 0 0;
	width: auto;
/*   background-color: #ffffff;
  color: #000000;*/
	
} 
@media (prefers-color-scheme: dark) {
  body {
    background-color: #2C2C2C; /* schönes Dunkelgrau statt tiefschwarz */
    color: #F4F1F1;
  }
}
 h1,h2,h3,h4,h5,h6 {
	font-style: normal;
	font-family: "OpenSansCondensed Light";
}
/* Baseline: Hellmodus */
h1 {
  color: #000000;
  font-family: "OpenSansCondensed Light";
  font-weight: bold;
}

h2 {
  font: bold 2rem "OpenSansCondensed Light";
}

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;
}
p {
	font: 1.7rem "OpenSansCondensed Light";
	font-family: "OpenSansCondensed Light";
}
text-center{text-align: center;}

/* 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;
  }

  /* Ausnahme für helle Sektionen – kommt NACH den globalen Regeln */
  .light-section h3  {
    color: #373738;
  }
    /* Ausnahme für helle Sektionen – kommt NACH den globalen Regeln */
  .light-section h4  {
    color: #373738;
  }
}
/* Nur im Dark Mode */
@media (prefers-color-scheme: dark) {
  .linie2 h3.text-body-emphasis {
    color: #f5f5f5 !important; /* wichtig, um Bootstrap hier sicher auszuknipsen */
  }
}

.inline-icon {
 
  vertical-align: baseline;
  margin-left: 0.2em; /* etwas Abstand zur Schrift */
}
.teaser {font-size: 1.5rem; font-family: "OpenSansCondensed Light";}
a {
	font-family: "OpenSansCondensed Light";
	font-style: normal;
	
color: rgba(0,0,0,0);
}

a:link {
	color: #ffffff;
}
a:visited {
	color:#BBB4B4;
}
a:hover {
	color: #ff007f;
	
}
a:active {
	color: #ff007f;
}

.form-control-dark {
  border-color: var(--bs-gray);
}
.form-control-dark:focus {
  border-color: #fff;
  box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25);
}
/* Positionierung des Untermenüs */

/* Submenu immer unter dem Hauptpunkt anzeigen */
.dropdown-submenu > .dropdown-menu {
  position: static; /* nicht seitlich platzieren */
  margin-left: 0;   /* kein seitlicher Abstand */
  margin-top: 0.25rem; /* kleiner Abstand nach unten */
  background-color: #373738 /* Hintergrund */
}

/* Schriftfarbe im Submenu */
.dropdown-submenu > .dropdown-menu .dropdown-item {
  color: white;
}

.dropdown-submenu > .dropdown-menu .dropdown-item:hover {
	background-color: rgba(55,55,55,1.00);
	color:  #ff007f;
}


.text-small {
  font-size: 85%;
}

.dropdown-toggle:not(:focus) {
  outline: 0;
}
.dropdown-submenu > .dropdown-toggle:hover,
.dropdown-submenu > .dropdown-toggle:focus {
  background-color: #373738 !important; /* bleibt schwarz */
  
}
.dropdown-submenu > .dropdown-toggle i {
  color: white !important;
}

.container-fluid {
    width: 100vw;
    padding: 0;
    margin: 0;
}
/* Mobilemenu Nur im mobilen Zustand (bis md) */
@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 #FF007D;
  }

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

  @keyframes slideInRight {
    from {
      transform: translateX(100%);
      opacity: 0;
    }
    to {
      transform: translateX(0);
      opacity: 1;
    }
  }
}
.custom-dropdown {
  background-color: #373737;
/*  border-radius: 0.5rem;*/
/*  padding: 0.5rem 0;*/
  min-width: 220px;
}
.custom-dropdown .dropdown-item {
  font-size: 1.4rem; /* ca. 18px */
  line-height: 1.6;
  padding: 1rem 1rem;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  transition: background-color 0.2s ease;
}

.custom-dropdown .dropdown-item:first-child {
  border-top: none;
}

.custom-dropdown .dropdown-item i {
  font-size: 1.4rem; /* größer als vorher */
  color: #fff;
  flex-shrink: 0;
  width: 1.6rem;
  text-align: center;
}

.custom-dropdown .dropdown-item:hover {
  background-color: #373737;
  color: #ff007f;
}

.navbar .nav-link {
	font-size: 1.4rem; /* oder eine andere gewünschte Größe */
	/* [disabled]border-bottom-color: #5E5C80; */
	/* [disabled]border-bottom-width: thin; */
	/* [disabled]border-top-color: #5E5C80; */
	/* [disabled]border-top-width: thin; */
}

.navbar {
  position: fixed; /* Standardposition */
  /*margin-top: ;*/
  margin-bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1030; /* Sicherstellen, dass die Navbar über dem Inhalt liegt */
}
.abstand{
	margin-left: 5%;
	margin-right: 15px;
}
.abstandoben{
	margin-top: 8%;
}


body {
  padding-top: 56px;  
}
abstandoben {padding-top:5%; }
img {
    cursor: pointer; /* Zeigt den Mauszeiger an, wenn man über das Bild fährt */
}
img:focus {
    outline: 3px solid #0056b3; /* Beispiel für einen deutlichen Fokus-Rahmen */
    }
.box {
	height: auto;
	/* [disabled]background-color: #007bff; */
	margin-bottom: 30px;
	color: white;
	text-align: center;
	line-height: 200px;
	font-size: 24px;
	border-radius: 8px;
	opacity: 0;
	transform: translateY(100px);
	transition: transform 0.5s ease-out, opacity 0.5s ease-out;
    }

    .box.visible {
      opacity: 1;
      transform: translateY(0);
    }
.navbar-dark{
	background-color: #373737;
	/* [disabled]margin-left: 10px; */
	} 

    #myBtn {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 99;
	font-size: 18px;
	border: none;
	outline: none;
	background-color: #ffffff;
	color: #373737;
	cursor: pointer;
	padding: 15px;
	border-radius:15px;
        border-left: 1px solid #ff007f; 
        border-right:  1px solid #ff007f;
	font:  "OpenSansCondensed Light";
}

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

}

/* Das pinke Viereck */
.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 Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
	color: #373738;
	letter-spacing: 0.025em;
	/* [disabled]word-spacing: normal; */

}

/* Verzögerung für zweite Zeile */
.delay-box {
  animation-delay: 1s;
}
.delay-text {
  animation-delay: 1.2s;
}
.colorteaser {color:#ffffff;}

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



.introbalken{
	background-color: #9F9E91;
	padding-top: 20px;
	font: 200 normal x-large Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding-bottom: 10px;
	color: #FFFFFF;
}

/* teserslider */
 .teaser-card {
  max-width: 720px;
  margin: 0 auto;
}

.teaser-image {
  border-radius: 0.5rem;
}

.teaser-content h4 {
  font-size: 1.25rem;
  font-weight: 600;
}

.btn-mehr {
  background: transparent;
  border: none;
  color: #000;
  font-weight: bold;
  margin-top: 0.5rem;
  padding: 0,5rem;
  cursor: pointer;
}

.colorteaser img {
  height: 1.6em;
  width: auto;
}  
.linie {border-top: 1px solid #FF007F;margin-top: 10px; margin-bottom: 10px;}
.linie2 {border-bottom: 1px solid #FF007F; padding-top:10px; padding-bottom:20px;}

    .carousel-inner {
	/* [disabled]padding-top: 2rem; */
	padding-right: 0;
	/* [disabled]padding-left: 2px; */
	/* [disabled]padding-bottom: 2rem; */
    }

/*teaser Slider mehrere*/
 .card-teaser {
	background-color: #373737;
	color: white;
	/*  border-radius: 20px;*/
	overflow: hidden;
	border: none;
	margin-top: 5px;
	/* [disabled]margin-right: 10px; */
	margin-bottom: 10px;
    }

    .card-teaser img {
	height: 250px;
	object-fit: cover;
	width: 100%;
    }

    .card-body h5 {
      font-size: 1.2rem;
      font-weight: bold;
    }

    .card-body p {
      margin-bottom: 0;
    }
button {
  padding: 0.75rem 1.25rem;
  min-height: 44px;
}
button:focus {
  outline: 2px solid #ffffff;
  outline-offset: 2px;

}

.teaserback{
    
background-color:#F2F2F2;
padding-bottom: 7px;padding-top: 7px;
border: solid 4px white;
}

    .btn-mehr {
	margin-top: 1rem;
	background-color: white;
	color: #3c3935;
	font-weight: 600;
	padding: 0.5rem 1rem;
	border-radius: 1rem;
	border-left: 1px solid #FF007E;
    border-right: 1px solid #FF007E;
    }

    .btn-mehr:hover {
	background-color: #FF007F;
        color: #ffffff;
    }

.rand {border: solid #B0AFAE 1px;} 
.carousel-item > .row {
  margin-left: 0;
  margin-right: 0;
  /* kein display: flex! */
  row-gap: 1rem; /* Optional für vertikalen Abstand */
}

.carousel-item .col-md-4,
.carousel-item .col-md-3 {
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}
    @media (max-width: 768px) {
      .carousel-item > .row {
        flex-direction: column;
      }
    }
.carousel-indicators [data-bs-target] {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #999;
}
.carousel-indicators {
  margin-bottom: 2rem; /* z. B. Abstand zwischen Slider und Punkten */
  position: static; /* lässt sie im normalen Fluss bleiben */
  justify-content: center; /* optional: zentriert */
}

.carousel-indicators .active {
  background-color:#FF007F;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 3rem;
  height: 3rem;
  background-size: 100% 100%;
}

.carousel-control-prev,
.carousel-control-next {
  opacity: 1;
}
.slider-bg {
	background-color: #F8F4EE;
	padding-bottom: 2rem;   /* oben/unten etwas Luft */
	padding-top: 2rem;
}
.slider-bg2 {
	background-color: #373737; /* deine Wunschfarbe */
	padding-top: 2rem;
	padding-bottom: 2rem;   /* oben/unten etwas Luft */
}
.li {font-size: 1,3rem;}

    .bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
      }

      @media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
      }

      .b-example-divider {
        width: 100%;
        height: 3rem;
        background-color: rgba(0, 0, 0, .1);
        border: solid rgba(0, 0, 0, .15);
        border-width: 1px 0;
        box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
      }

      .b-example-vr {
        flex-shrink: 0;
        width: 1.5rem;
        height: 100vh;
      }

      .bi {
        vertical-align: -.125em;
        fill: currentColor;
      }

      .nav-scroller {
        position: relative;
        z-index: 2;
        height: 2.75rem;
        overflow-y: hidden;
      }

      .nav-scroller .nav {
        display: flex;
        flex-wrap: nowrap;
        padding-bottom: 1rem;
        margin-top: -1px;
        overflow-x: auto;
        text-align: center;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
      }

      .bd-mode-toggle {
        z-index: 1500;
      }

      .bd-mode-toggle .dropdown-menu .active .bi {
          display: block !important;}

/*teaser Kundenstimmen*/
    .testimonials { padding: 3rem 1rem; }
    .testimonial-card { background: #fff; border: 1px solid #eee; padding: 1.6rem; border-radius: 12px; height: 100%; display:flex; flex-direction:column; }

    /* --- Big quote mark --- */
    .quote-mark {
      font-family: ui-serif, Georgia, 'Times New Roman', serif;
      font-size: 3.2rem;
      line-height: 0.8;
      color: #f0f0f0;
      margin-right: .6rem;
      display:inline-block;
      vertical-align: top;
    }

    .testimonial-body { flex: 1 1 auto; }

    /* teaser (short intro) */
    .teaser { margin-bottom: .75rem; color: #222; }

    .collapse-content { color: #333; }

    /* readmore button */
    .readmore-btn {
      display:inline-flex;
      align-items:center;
      gap:.5rem;
      padding: .4rem .6rem;
      font-weight:500;
      border-radius: 999px;
      border: 1px solid transparent;
      background: transparent;
      color: #0d6efd;
      text-decoration: none;
    }
.readmore-btn .arrow { transition: transform .25s ease; display:inline-block; }
    .readmore-btn[aria-expanded="true"] .arrow { transform: rotate(180deg); }

    /* subtle shadowing for cards */
    .testimonial-card { box-shadow: 0 6px 18px rgba(25,25,25,0.04); }

    /* responsive tweaks */
    @media (max-width: 767.98px) {
      .quote-mark { font-size: 2.4rem; }
    }
/* Karten-Optik für Logos */
.logo-card {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
 /* background: var(--bs-body-bg);*/
 /* border: 1px solid var(--bs-border-color);*/
 /* border-radius: 1.25rem;*/
  /*padding: 0.1rem;*/
  /*aspect-ratio: 2 / 1; 2/1; 2/1; alle gleich quadratisch */
}
.logo-card img {
  max-width: 100%;
  max-height: auto;
  object-fit: contain;
  display: block;
}
.logo-card:hover, .logo-card:focus-visible {
filter: grayscale(0%);
opacity: 1;
transform: translateY(-2px);
box-shadow: 0 10px 28px rgba(0,0,0,.08);
outline: none;
}


@media (min-width: 992px) {
.logo-card img { max-height: 82px; }
}
@media (min-width: 1200px) {
.logo-card img { max-height: 90px; }
}
/* Besserer Fokus für Tastatur-Nutzer */
.logo-card:focus-visible { box-shadow: 0 0 0 .25rem rgba(13,110,253,.25), 0 10px 28px rgba(0,0,0,.08); }
/* Animations-Respekt */
@media (prefers-reduced-motion: reduce) {
.logo-card { transition: none; }
}
