/* TYPO*/

@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


.h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6 {
    font-family: "Barlow Condensed";
    font-weight: bold;
}
p, .p {
    font-family: "Inter";

}

hr {
    color: var(--bs-primary);
}

.bg-dark, .bg-primary {
    color: white !important;
}

.bg-light {
    color: var(--bs-primary) !important;
}

a {
    text-decoration: none !important;
} 

.footer-section * {
    color: white !important;
}

.nav-link-text {
  text-transform: uppercase;
}


/* Aufzählungszeichen erst allgemein, dann für News deaktiviert */


main ul {
    list-style: none;
    padding-left: 0;
}

main li {
    position: relative;
    padding-left: 1em; /* Abstand für den Strich */
}

main ul li::before {
    content: "\2014"; /* langer Strich */
    position: absolute;
    left: 0;           /* ganz links */
    color: black;
}

.list-group li::marker,
.news-list-items li::marker {
    content: "";
}

.list-group li::before,
.news-list-items li::before {
    content: none !important;
}

/* Schriftart Accordion Header */

.accordion-header .accordion-button {
    font-size: large;
    font-weight: bold;
    font-family: Inter;
}

/* SEITENSTRUKTUR */

.footer-section-meta {
    display: none;
}

#mainnavigation {
    display: block;
}

#nav-item-19 {   
    border: 2px solid var(--bs-primary) !important;   
    padding: 0.2rem 0.5rem; 
} 

.texticon { 
    padding: 0.8rem;
}



/* EIGENE ELEMENTE */

.teamschlueter-button {
    display: inline-block;
  text-decoration: none;

  color: #fff;
  background-color: var(--bs-primary);
  border-radius: 0;
  padding: 0.75rem 1.25rem;
  font-size: 1.125rem;
  font-weight: bold;
  box-shadow: 0 0 0 0.3rem #fff, 0 0 0 0.5rem var(--bs-primary); /* äußerer Rahmen simuliert mit Box-Shadow */
  transition: all 0.2s ease-in-out;
}

/* Hover- und Focus-Effekte */
.teamschlueter-button:hover,
.teamschlueter-button:focus {
  background-color: #30979B;
}

/* Optional: für barrierefreie Fokus-Anzeige */
.teamschlueter-button:focus-visible::after {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-primary-rgb), 0.25);
}

.teamschlueter-button svg {
    width: 1.25rem;
    height: 1.125rem;
    vertical-align: middle; /* vertikale Mitte */
}
/* türkiser Rahmen rechts am Kasten */

#c67, #c287, #c289, #c290 {
    padding: 0;
    border-right: 8px solid #30979B;
    box-sizing: border-box;
}

/* Wirkung und Ergebnisse (Startseite) */
#c292 {
    padding-left: 0;
    padding-right: 0;
}

/* schwarze Kästen mit Text und indent left/right */
#c302 .frame-inner {
    margin-left: 0;
    margin-right: 0;
}

#c425 .frame-inner {
    margin-left: 0;
    margin-right: 0;
}

#c440 .frame-inner {
    margin-left: 0;
    margin-right: 0;
}

/* Cards*/

.card {
    border-radius: 0;
}

/* Team cards */
.teamschlueter-team-card .card-footer {
    height: 220px;
}

.teamschlueter-team-card .card-body {
    min-height: 130px;
}

.teamschlueter-team-card img {
    margin: 0;
    width: 100%;
    height: auto;
}

/* Referenzen Cards */ 

.teamschlueter-referenzen-card .card-header {
    height: 130px;
    background-color: white;
}

.teamschlueter-referenzen-card .card-body {
    min-height: 270px;
}

.teamschlueter-referenzen-card .card-footer {
    height: 80px;         
    display: flex;
}

.teamschlueter-referenzen-card .card-footer a {
    color: white;
    text-decoration: none;
}

.teamschlueter-referenzen-card .card-footer a:hover {
    color: white;
    text-decoration: underline !important;
}

   /* Bilder über den Rand raus */
.teamschlueter-referenzen-card .dws-contentelement-card-image {
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%); /* zentriert das Bild egal wie breit */
    height: 100px;
    width: auto;
    border: 5px solid white; /* Rahmen direkt um das Bild */
    display: block;           /* verhindert ungewollten Abstand */
}



.teamschlueter-kundenstimme {
    background: var(--bs-info);
    color: white;
    padding: 3;
}



