body {
    background-color: #fff;
    position: relative;
    font-family: 'nudista_-_medium-webfont';
    font-weight: normal;
    color: #333333;
}

strong {
    font-weight: 700;
}

.color-red {
    color: #ca1213;
    ß
}


.site-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
}

.site-row {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 40px;
    align-items: stretch;
    width: 100%;
}

@media (min-width: 768px) {
    .site-row {
        flex-direction: row;
    }
}


@media (min-width: 768px) {
    .site-col--40 {
        width: 40%;
        flex-shrink: 0;
    }
}

.site-button {
    display: inline-block;
    color: #ffffff;
    font-size: 18px;
    background-color: #ca1213;
    border: 0;
    padding: 0.5em 1.5em;
    border-radius: 50px;
    transition: background-color 0.5s;
}

.site-button--white {
    background-color: #ffffff;
    color: #ca1213;
    border: solid 1px #ca1213;
}

.site-button:hover {
    background-color: #313131;
    color: #ffffff;
}

/* tables , copied from wordpres */

table {
    border: none !important;
    font-size: 0.8em
}

table td {
    vertical-align: top
}

table tr td {
    border-top: 1px solid #eee;
    padding: 6px 24px;
}

@media only screen and (max-width: 767px) {
    table tr {
        display: flex;
        /*! flex-direction: column; */
        height: 35px;
    }
}

.table tr {
    background-color: #000000;
    color: #dadada
}

.table tr:nth-child(even) {
    background-color: #FFFFFF;
    color: #121212
}

.table td {
    padding: 10px 0 !important
}

.table-blackbg tr {
    background-color: #eeeeee;
    color: #333333
}

.table-blackbg tr:nth-child(even) {
    background-color: #FFFFFF;
    color: #121212
}

.table-blackbg th {
    padding: 10px 0 !important;
    background-color: #CA1213;
    color: white !important
}

.table td {
    padding: 10px 0 !important
}



table.dip-set {
    text-align: center
}

table.dip-set th {
    background-color: #C9171E;
    color: #dadada
}

table.dip-set td {
    font-weight: 500;
    color: #000000
}

table.dip-set.difcol tr:nth-child(odd) {
    background-color: #efefef
}

table.dip-set td {
    padding-top: 7px;
    padding-bottom: 7px
}

td.cell-right-black,
th.cell-right-black {
    border-right: 2px solid black
}

.bg-grey {
    background-color: #f6f6f6
}

.bg-white {
    background-color: #ffffff
}

.cell-border-top {
    border-top: 1px dashed #cccccc !important
}

.entry-content tr td {
    padding: 5px 0px
}

@media all and (max-width:767px) {

    table td,
    table th {
        padding: 5px !important
    }

    table {
        font-size: 14px
    }
}