/*
::Table Of Content
1.) Datenschutz Page Style
2.) Datenschutz Responsive Style
-------------------------------------*/
/*
1.) Datenschutz Page Style
-------------------------------------*/
.datenschutz-container {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.35;
    color: #000;
}

.datenschutz-container h1 {
    font-weight: 700;
    font-size: 35px;
    margin-bottom: 40px;
    padding-bottom: 0;
}

.datenschutz-container h2 {
    font-family: "museo-sans", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 17px;
    padding-bottom: 0;
}

.datenschutz-container p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.35;
    margin-bottom: 20px;
}

p {
    text-align: justify;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.datenschutz-content {
    padding-bottom: 25px;
}

.datenschutz-content ul,
.datenschutz-content address {
    padding-bottom: 20px;
}

.datenschutz-content strong {
    font-weight: 700;
}

.datenschutz-content a {
    color: #000;
}

.datenschutz-content a:hover {
    color: rgba(0, 0, 0, 0.6);
}

span.label {
    display: inline-block;
    width: 72px;
}

.u-line {
    text-decoration: underline;
}

.bullet-list {
    padding-left: 30px;
}

.bullet-list li {
    padding-left: 25px;
    position: relative;
}

.bullet-list i {
    position: absolute;
    left: 0;
    top: 0;
}

/*
2.) Datenschutz Responsive Style
-------------------------------------*/
@media (max-width: 767px) {
    .datenschutz-container {
        font-size: 13px;
        line-height: 1.55;
    }

    .datenschutz-container h1 {
        font-size: 25px;
        margin-bottom: 30px;
    }

    .datenschutz-container h2 {
        font-size: 15px;
        margin-bottom: 15px;
    }

    .datenschutz-container p {
        font-size: 13px;
        line-height: 1.55;
        margin-bottom: 15px;
    }

    span.label {
        width: 68px;
    }

    .datenschutz-content {
        padding-bottom: 20px;
    }

    .datenschutz-content ul,
    .datenschutz-content address {
        padding-bottom: 15px;
    }

    .bullet-list {
        padding-left: 15px;
    }

    .bullet-list li {
        padding-left: 15px;
    }
}