@media only screen and (min-width:1280px) {
    .content {
        width: 68%;
    }
    .sidebar {
        width: 30%;
    }
    .termins {
        width: 100%;
        padding: 10pt;
        background: rgb(var(--main-1));
        color: rgb(var(--white));
        font-size: 12pt;
    }
    .termins p {
        width: 100%;
        text-align: justify;
        line-height: 18pt;
    }
    .h1 {
        width: 100%;
        font-size: 16pt;
        text-align: center;
        font-weight: bold;
    }
    .termins a {
        color: rgb(var(--white));
    }
    .termins a:hover {
        cursor: pointer;
        color: rgb(var(--main-8));
    }
    .termins ul,
    .termins ol {
        width: 100%;
    }
    .termins ul li,
    .termins ol li {
        line-height: 18pt;
        margin: 10pt 0;
        text-align: justify;
    }
}

@media only screen and (min-width:900px) and (max-width:1279px) {
    .content {
        width: 68%;
    }
    .sidebar {
        width: 30%;
    }
    .termins {
        width: 100%;
        padding: 10pt;
        background: rgb(var(--main-1));
        color: rgb(var(--white));
        font-size: 12pt;
    }
    .termins p {
        width: 100%;
        text-align: justify;
        line-height: 18pt;
    }
    .h1 {
        width: 100%;
        font-size: 16pt;
        text-align: center;
        font-weight: bold;
    }
    .termins a {
        color: rgb(var(--white));
    }
    .termins a:hover {
        cursor: pointer;
        color: rgb(var(--main-8));
    }
    .termins ul,
    .termins ol {
        width: 100%;
    }
    .termins ul li,
    .termins ol li {
        line-height: 18pt;
        margin: 6pt 0;
        text-align: justify;
    }
}

@media only screen and (min-width:501px) and (max-width:899px) {
    .content {
        width: 100%;
    }
    .sidebar {
        display: none;
    }
    .termins {
        width: 100%;
        padding: 10pt;
        background: rgb(var(--main-1));
        color: rgb(var(--white));
        font-size: 12pt;
    }
    .termins p {
        width: 100%;
        text-align: justify;
        line-height: 18pt;
    }
    .h1 {
        width: 100%;
        font-size: 16pt;
        text-align: center;
        font-weight: bold;
    }
    .termins a {
        color: rgb(var(--white));
    }
    .termins a:hover {
        cursor: pointer;
        color: rgb(var(--main-8));
    }
    .termins ul,
    .termins ol {
        width: 100%;
    }
    .termins ul li,
    .termins ol li {
        line-height: 18pt;
        margin: 6pt 0;
        text-align: justify;
    }
}

@media only screen and (max-width:500px) {
    .content {
        width: 100%;
    }
    .sidebar {
        display: none;
    }
    .termins {
        width: 100%;
        padding: 10pt;
        background: rgb(var(--main-1));
        color: rgb(var(--white));
        font-size: 12pt;
    }
    .termins p {
        width: 100%;
        text-align: justify;
        line-height: 18pt;
    }
    .h1 {
        width: 100%;
        font-size: 16pt;
        text-align: center;
        font-weight: bold;
    }
    .termins a {
        color: rgb(var(--white));
    }
    .termins a:hover {
        cursor: pointer;
        color: rgb(var(--main-8));
    }
    .termins ul,
    .termins ol {
        width: 100%;
    }
    .termins ul li,
    .termins ol li {
        line-height: 18pt;
        margin: 6pt 0;
        text-align: justify;
    }
}