/* HINTERGRUENDE */
* {
    margin: 0;
    padding: 0;
}

body {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
}

.wrapper {
  width: 100%;
  max-width: 700px;
}


.bg {
    width: 100%;
    padding-bottom: 20px;
    overflow: hidden;
}

.bg.bg-6 {
    width: 90%;
    padding: 020px 5% 200px 5%;
}

.headline {
    width: 70%;
    margin: 50px auto 10px;
    display: block;
}

.subheadline {
    width: 80%;
    display: block;

    margin: 10px auto 20px;
}

.cta {
    margin-top: 40px;
}

#img-claire {
    width: 45%;
    max-width: 300px;
    position: absolute;
    
}

#img-berg {
    margin-top: 50px;
    width: 100%;
}

.bg-6 {
    background: #00DCCC;
    background: linear-gradient(88deg, rgba(0, 220, 204, 1) 0%, rgba(0, 229, 193, 1) 80%, rgba(0, 255, 163, 1) 100%);
}

.bg-w {
    background: #ffffff;
}

.h-img-line {
    max-width: 80%;
    display: block;
    margin: 50px auto;
}


.button {
    width: 40%;
    text-align: center;

    padding: 10px 0;

    margin: 30px auto;
}

.button.bg-w {
    min-width: 300px;
    width: 44%;
}

.button p {
    font-family: LexendGiga, sans-serif;
    font-weight: 500;
    font-size: 1rem;
    text-decoration: none;
}

.bg-6 h3 {
    color: white;
    margin-top: 20px;
}

.centered {
    font-size: 0.6rem;
    line-height: 1rem;
    text-align: center;

    margin: 20px 0;
}

.centered a {
    text-decoration: underline;
    font-weight: 700;
}

.logocontainer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px;

    margin: 30px 0 50px 0;
}

.logocontainer img {
    max-width: 40%;
    max-height: 70px;
}





/* TYPO */

@font-face {
    font-family: LexendGiga;
    src: url("wissen/font/LexendGiga-Variable.ttf");
}

@font-face {
    font-family: LexendExa;
    src: url("wissen/font/LexendExa-Variable.ttf");
}

h3 {
    font-family: LexendGiga, sans-serif;
    font-weight: 500;
    font-size: 0.9rem;
    hyphens: auto;
}

p {
    font-family: LexendExa, sans-serif;
    font-weight: 400;
    font-size: 0.8rem;
    line-height: 1.5rem;
    hyphens: auto;
}

a {
    color: black;
    text-decoration: none;
}

b {
    font-weight: 700;
}

