﻿html{
    font-family:sans-serif;
}

a {
    text-decoration: underline;
    color: #ce1b28;
}

    a:hover {
        text-decoration: none;
    }

h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
    line-height: 1.5;
    text-transform: uppercase;
    margin: 0 0 1.5rem 0;
    color: #555555;
}

    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
        color: inherit;
        text-decoration: none;
    }

h1 {
    font-size: 3rem;
    line-height: 1.2;
}

h2 {
    font-size: 2.25rem;
    line-height: 1.3;
}

h3 {
    font-size: 1.25rem;
}

h4 {
    font-size: 1rem;
}

h5 {
    font-size: 0.9rem;
}

h6 {
    font-size: 0.7rem;
}



@media screen and (max-width: 736px) {
    h1 {
        font-size: 2.75rem;
        line-height: 1.3;
    }

    h2 {
        font-size: 1.75rem;
        line-height: 1.5;
    }

    h3 {
        font-size: 1.25rem;
    }
}

p.ptable {
    padding: 0.75rem 0.75rem;
    border-spacing: 2px;
    border-top: 1px solid rgba(0, 0, 0, 0.25);
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    background-color: rgba(0, 0, 0, 0.075);
}

/* Table */
table {
    margin: 0 0 2rem 0;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

    table tbody tr {
        border: solid 1px;
        border-left: 0;
        border-right: 0;
    }

    table td {
        padding: 0.75rem 0.75rem;
    }

    table th {
        font-size: 0.9rem;
        font-weight: 600;
        padding: 0 0.75rem 0.75rem 0.75rem;
        text-align: left;
    }

    table thead {
        border-bottom: solid 2px;
    }

    table tfoot {
        border-top: solid 2px;
    }

    table.alt {
        border-collapse: separate;
    }

        table.alt tbody tr td {
            border: solid 1px;
            border-left-width: 0;
            border-top-width: 0;
        }

            table.alt tbody tr td:first-child {
                border-left-width: 1px;
            }

        table.alt tbody tr:first-child td {
            border-top-width: 1px;
        }

        table.alt thead {
            border-bottom: 0;
        }

        table.alt tfoot {
            border-top: 0;
        }

    table tbody tr {
        border-color: rgba(0, 0, 0, 0.25);
    }

        table tbody tr:nth-child(2n + 1) {
            background-color: rgba(0, 0, 0, 0.075);
        }

    table th {
        color: #555555;
    }

    table thead {
        border-bottom-color: rgba(0, 0, 0, 0.25);
    }

    table tfoot {
        border-top-color: rgba(0, 0, 0, 0.25);
    }

    table.alt tbody tr td {
        border-color: rgba(0, 0, 0, 0.25);
    }

td > img {
    float: left;
}

td > p {
    margin: 0;
}

/*Auflistung*/
ol, ul {
    list-style: none
}

/* List */
ol {
    list-style: decimal;
    margin: 0 0 2rem 0;
    padding-left: 1.25rem;
}

    ol li {
        padding-left: 0.25rem;
    }

ul {
    list-style: disc;
    margin: 0 0 2rem 0;
    padding-left: 1rem;
}

    ul li {
        padding-left: 0.325rem;
    }

li {
    margin-bottom: 0.3em;
}
