h1, 
p,
h4, 
h2,
h3,
a, 
.small,
.subtitle,
.see_through,
.datenschutz ul,
.datenschutz ul li,
.datenschutz  ul li li, 
.datenschutz  li,
.itrk-legaltext {
    font-family: sans-serif;
    font-weight: 300;
    padding: 0;
    margin: 0;
    hanging-punctuation: first;
    
}

h1,
h2,
h3 {
    hyphens: auto;
}

.sans-serif {
    font-family: sans-serif;
}

.bold {
    font-weight: 500;
}

.small {
    font-size: 1.3rem;
    line-height: 1.6rem;
}

h1 {
    font-size: 3.5rem;
    letter-spacing: 0.3rem;
}

h2 {
    font-size: 3.5rem;
    letter-spacing: 0.3rem;
    padding-bottom: 2rem;
    text-indent: -0.15rem;
}

p {
    font-size: 1.3rem;
    letter-spacing: 0rem;
    padding-bottom: 1rem;
    margin: 0;
}

b {
    font-weight: 550;
    letter-spacing: .05rem;
}

.datenschutz ul li li {
    font-size: 1em;
    letter-spacing: 0rem;
    padding-top: 0.5em;
    margin: 0;
    margin-bottom: 1em;
}

.datenschutz ul li {
    font-size: 1rem;
    padding-top: 1rem;
}


.subtitle {
    font-size: 2rem;
    margin-top: 0;
    margin: 0;
    padding: 0;
}

h3 {
    padding: 0;
    margin: 0;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: .2rem;
}

h4 {
    font-size: 1.3rem;
    margin: 0;
    padding: 0;
    padding-bottom: 0.5rem;
}

a {
    font-size: 1.3rem;
    text-decoration: none;
    font-weight: 500;
    color: var(--base_light);
}

h1,
h2,
h3,
h4 {
    text-wrap: balance;
}


@media (max-width: 60em) {
    h1 {
        font-size: 2.5rem;
        letter-spacing: 0.3rem;
        padding-bottom: 0;
    }

    h2 {
        font-size: 1.5rem;
        letter-spacing: 0.3rem;
        padding-bottom: 0;
        text-indent: 0;
    }
    
    p {
        font-size: 1rem;
        padding-top: 0.5rem;
    }

    a {
        font-size: 1rem;
    }

    .info {
        font-size: 1rem;
        padding-top: 2rem;
    }

    .small {
        font-size: 1rem;
        line-height: 1.3em;
    }
    
    h3 {
        font-size: 1.3rem;
    }

    
    h4 {
        font-size: 1.5rem;
    }

    .subtitle {
        font-size: 1.5rem;
    }
}





