/* Über uns Inhalt */
.leistung-text {
    line-height: 1.6;
    color: #333333;
}

.logos-container {
    display: flex;
    justify-content: center; 
    align-items: center; /* Vertikal zentriert */
    gap: 20px; /* Abstand zwischen den Logos */
}

.accordion-img-container {
    align-items: center; /* Vertikal zentriert */
    gap: 20px; /* Abstand zwischen den Logos */
}

.accordion-carousel {
	position: relative;
    max-width: 45%;
    margin: 20px 0 20px 0;
    text-align: left;
}

.accordion-button:focus {
    box-shadow: 0 0 0 0.15rem rgb(217, 221, 226);
}


.carousel-item img {
    background-color: #333333;
    height: 400px; /* Einheitliche Höhe */
    object-fit: contain; /* Schneidet die Bilder zu, um sie einzupassen */
    width: 100%; /* Füllt den Slider proportional */
    max-width: none; /* Überschreibt mögliche Standardwerte */
}

.accordion-img {	
    vertical-align: middle;
    margin: 2px;
}

.accordion-button {
	color: #000066;
    font-weight: bold
}

.accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #cc0000;
    box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}


.according-more-text {
	color: #cc0000;
	margin-top: 10px;
}

.pq-logo {
    max-width: 60px; /* Separat kleiner eingestellt */
    height: auto; /* Verhältnis beibehalten */
	margin-bottom: 15px;
}

/* Artikel Tabs/Ordner */
.tabs {
    width: 90%;
    max-width: 1200px;
    margin: 40px auto;
}

.tab-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

.tab-link {
    background-color: #CC0000;
    border: 1px solid #cccccc;
    padding: 10px 15px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
	color: #FFFFFF;
}

.tab-link:hover {
    background-color: #000066;
    color: #ffffff;
}

.tab-content {
    display: none;
    padding: 20px;
    background-color: #f8f8f8;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
}

.tab-content.active {
    display: block;
}

.artikel-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.artikel-item a {
    text-decoration: none;
    color: #000066;
    font-weight: bold;
    transition: color 0.3s;
}
.artikel-item a:hover {
    color: #CC0000;
}

/* ANFANG CSS für die Unterseite "Holz-Wand-Verkleidungen */

.holz-wand-verkleidungen ul {
    list-style-type: disc;
    margin-bottom: 20px;
  }
  
  .holz-wand-verkleidungen ul li {
    margin-bottom: 10px;
  }
  
  .image-container {
    text-align: left;
    margin-bottom: 20px;
  }
  
  .image-container img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
  }
  
  .download-section {
    text-align: left;
    margin-top: 20px;
  }
  
  .download-section a {
    text-decoration: none;
    color: #ffffff;
    background-color: #CC0000;
    padding: 10px 20px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
  }

  .download-section p {
    color: #000066;
  }
  
  .download-section a:hover {
    background-color: #b60101;
  }

@media (max-width: 1024px) {
	.accordion-carousel {		
		max-width: 80%;		
	}	
}

@media (max-width: 768px) {
	.holz-wand-verkleidungen {
	  text-align: center;
	}

	.image-container {
	  text-align: center;
	}

	.download-section {
	  text-align: center;
	}
	}

	/* ENDE CSS für die Unterseite "Holz-Wand-Verkleidungen */

	.praequalifizierung img {
	max-width: 80px;
	height: auto;
	border-radius: 5px;
		
	.accordion-carousel {		
		max-width: 100%;		
	}	
}