* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
  }

body{
    background-color: #F7F8FC;

}
button {
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
}

nav ul {
    display: flex;
    list-style: none;
    margin: 0;
    gap: 15px;
    flex-wrap: wrap;
}

nav li a {
    color: #212726;
    text-align: right;
    font-family: Krub;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}

footer ul {
    display: flex;
    list-style: none;
    margin: 0;
}

img{
    width: 100%;
    height: auto;
}

h1{
    color: #000;
    font-family: Krub;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;    
}

h2{
    color: #3B4743;
    font-family: Krub;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;    
    text-transform: uppercase;
}

h3{
    color: #3B4743;
    text-align: center;
    font-family: Krub;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 44px; 
    letter-spacing: 1.44px;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    
}

h4{
    color: #3B4743;
    text-align: center;
    font-family: Krub;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 44px; 
    letter-spacing: 1.44px;
    text-transform: uppercase;
    text-align: center;
    width: 100%; 
}

p{
    color: #101010;
    font-family: Murecho;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

li {
    color: #101010;
    font-family: Murecho;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;  
}

button {
    color: #101010;
    font-family: Murecho;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.cta-button-wrapper{
    width: 100%;
}

.cta-button{
    display: inline-block;
    padding: 14px 25px;
    text-align: center;
    text-decoration: none;
    background: #7B6C69;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.30), 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
    color: #FFF;
    font-family: Krub;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.wrapper{
    max-width: 1280px;
    width: 100%;
    padding: 0 70px;
    margin: 0 auto;
    position: relative;
}

.nav {
    background-color: #ffffff;
}

.nav-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
    padding: 10px 70px;
    flex-wrap: wrap;
}

.nav-logo{
    max-width: 400px;
}


.hero-wrapper{
    background-image: url("../img/hero-img.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 550px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
}
.hero-headline{
    max-width: 700px;
}

.hero-description{
    max-width: 560px;
}

.promo-partners{
    background-color: white;
}

.promo-partners-wrapper{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 20px 70px;
    gap: 10px;
}

.promo-partners-logos{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px; 
}

.promo-partners-logos img{
    width: auto;
}

.services-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 120px 70px;
    gap: 40px;
}


.services-card-container{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-flow: row;
}

.services-card{
    display: flex;
    padding: 50px 30px;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    flex: 1 0 0;
    border-radius: 30px;
    background: #FFF;
    box-shadow: -1px 19px 34.6px -15px var(--Color, rgba(12, 12, 13, 0.40));
}

.services-card ul{
    list-style-position: inside;
}

.services-card li::marker {
  color: #92B5B8;
}

.promo-customers{
    background-color: white;
}

.promo-customers-wrapper{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 20px 70px;
    gap: 10px;
}

.promo-customers-logos{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px; 
}

.promo-customers-logos img{
    width: auto;
}
.about-me{
    background: #E5EBEE;
}

.about-me-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding: 70px 70px;
}


.about-me-img{
    max-width: 1280px;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    position: relative;
    height: 100%;
    display: flex;
}

.about-me p{
    max-width: 840px;
}

.kundenstimmen-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding: 70px 70px;
}

.kundenstimmen-card-container{
    display: flex;
    gap: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.kundenstimmen-card{
    background: #FFF;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    gap: 20px;
    padding: 40px;
}

.kundenstimmen-tags{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 10px;
    flex-wrap: wrap;
}

.kundenstimmen-tag{
    padding: 4px;
    background-color: #92B5B8;
    color: #000;
    font-family: Murecho;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
}

.kundenstimmen-source p{
    color: #5B7069;
    font-weight: 400;
}


.meine-kunden-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding: 70px 70px;
}

.customers-logos{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px; 
}

.customers-logos img{
    width: auto;
}


.tabs {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  
  .tabs button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 18px;
  }
  
  .tabs button:hover {
    text-decoration: underline;
  }
  
  .tabs button.active {
    text-decoration: underline;
  }


.tabcontent {
    display: none;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }


.kooperationspartner-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center; 
    gap: 40px;
    padding: 70px 70px;
}

.kooperationspartner-card-container{
    display: flex;
    gap: 40px;
    flex-direction: row;
    justify-content: center;
    align-items: stretch; 
}

.kooperationspartner-card{
    background: #FFF;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    gap: 20px;
    padding: 40px;
    p{
    color: #5B7069;
    font-weight: 400;
    a{
        color: #5B7069;  
    }
    }
}


.kooperationspartner-logo-wrapper{
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.kooperationspartner-text{

}

.contact{
    background-color: #E5EBEE;
}

.contact-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding: 70px 70px;
    padding-bottom: 0;
}

.contact-content{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;  
}

footer{
    background-color: #657A83;
    color: #fff;
}

footer ul{
    flex-wrap: wrap;
    gap: 10px;
}

.footer-wrapper{
    padding: 20px 70px;
}

footer ul li a {
    color: #fff;
}
footer ul li {
    color: #fff;
}

.impressum-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding: 70px 70px;
}

.impressum-wrapper ul {
    text-align: center;
    width: 100%;
    list-style: none;
    margin: 0;
}

.impressum-wrapper p {
        max-width: 900px;
}

.impressum-content {
    display: flex;
    flex-flow: column;
    gap: 15px;
}

.cookie-banner{
    display:none; 
    position:fixed; 
    bottom:0; 
    left:0; 
    width: 100%; 
    background:#fff; 
    padding: 30px;
    z-index:1001;
    justify-content: space-between;
    align-content: center;
    box-shadow: 0px 1px 22px 7px rgba(0, 0, 0, 0.30);
    align-items: center;
    align-content: center;
    gap: 15px;

    p{
        font-size: 16px;
    }
    a{
        font-family: Murecho;
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
    }

}
.button-group{
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 10px;

    button{
        background: #e5e5e5;
        padding: 5px 10px;
        border-radius: 4px;
        color: #212726;
    }
    button:first-child{
        margin-right: 5px;
        background: #6c6cee;
        color: #fff;
    }
}

.cookie-settings{
    position:fixed; 
    bottom:20px; 
    right:20px; 
    z-index:999;
    background:#fff; 
    padding:16px; 
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    border-radius: 8px;
    box-shadow: 0px 1px 22px 7px rgba(0, 0, 0, 0.30);
}

@media (max-width: 1070px) {
    .nav-wrapper {    
        justify-content: center;
    }
    .hero-description {
        max-width: 420px;
    }
    .services-card-container {
    flex-flow: column;
    }
    .kooperationspartner-card-container {
    flex-direction: column;
    }
}


@media (max-width: 768px) {
    .nav-wrapper {    
        justify-content: center;
    }
    .hero-description {
        max-width: 420px;
    }
    .services-card-container {
    flex-flow: column;
    }
    footer ul{
        justify-content: center;
    }
    .kooperationspartner-card-container {
    flex-direction: column;
    }
}

@media (max-width: 475px) {
    .hero-description {
        max-width: 220px;
    }
    nav ul {
        justify-content: center;
    }
    .wrapper {
        padding: 0 15px;
    }
    .services-wrapper {
    padding: 60px 15px;
    }
    .about-me-wrapper {
        padding: 60px 15px;
    }
    .kundenstimmen-wrapper {
        padding: 60px 15px;
    }
    .meine-kunden-wrapper {
        padding: 60px 15px;
    }
    .contact-wrapper {
        padding: 60px 15px;
        padding-bottom: 0;
    }
    .footer-wrapper {
        padding: 20px 15px;
        display: flex;
        justify-content: center;
    }
    .nav-wrapper {
        padding: 10px 15px;
    }
    .cta-button {
        width: 100%;
    }
    .impressum-wrapper{
        padding: 60px 15px;
    } 
    .kooperationspartner-card-container {
    flex-direction: column;
    }
}

@media (max-width: 375px) {
    nav ul {
        justify-content: center;
    }
        .impressum-wrapper{
        padding: 40px 15px;
    } 
}