.richtext-wrapper table {
    width: 100%;
    display: table;
}

.richtext-wrapper td {
    white-space: normal;
}

.type-area .frame ul a,
.type-area table a,
p a {
    color: #e20074 !important;
}

h1 {
    line-height: 1.1em;
}

.m-pager {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    max-width: 1000px;
    width: 100%
}

@media only screen and (max-width: 767px) {
    .m-pager {
        box-sizing:border-box;
        padding: 0 20px
    }
}

@media only screen and (min-width: 768px) and (max-width:1023px) {
    .m-pager {
        box-sizing:border-box;
        padding: 0 20px
    }
}

@media only screen and (min-width: 1024px) {
    .m-pager {
        box-sizing:content-box;
        padding: 0 12px
    }
}

@media only screen and (max-width: 767px) {
    .m-pager {
        margin-top:60px
    }
}

@media only screen and (min-width: 768px) and (max-width:1023px) {
    .m-pager {
        margin-top:55px
    }
}

@media only screen and (min-width: 1024px) {
    .m-pager {
        margin-top:105px
    }
}

.pager__page-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
    text-indent: 0
}

@media only screen and (min-width: 768px) {
    .pager__page-item--backward+.pager__page-item--pagenum,.pager__page-item--pagenum+.pager__page-item--forward,.pager__page-item--pagenum+.pager__page-item--next,.pager__page-item--prev+.pager__page-item--pagenum {
        margin-left:76px
    }

    .pager__page-item--pagenum+.pager__page-item--pagenum {
        margin-left: 10px
    }
}

.pager__page-item--backward .a-icon,.pager__page-item--forward .a-icon,.pager__page-item--next .a-icon,.pager__page-item--prev .a-icon {
    font-size: 21px;
    vertical-align: -1px
}

.pager__page-link {
    color: #e20074;
    line-height: 30px
}

.pager__page-item--pagenum .pager__page-link {
    border: 1px solid transparent;
    border-radius: 2px;
    font-family: TeleNeoWeb-Medium,sans-serif;
    font-size: 24px;
    padding: 0 9px
}

.pager__page-item--pagenum .pager__page-link:hover {
    border-color: #e20074;
    text-decoration: none
}

.pager__page-link--selected {
    background-color: #e20074;
    color: #fff
}

/*
TABLES
*/

.richtext-wrapper table {
    font-size: 18px;
    line-height: 22px;
}

figure.table {
    margin: 0;
}

table.contenttable {
    width: 100%;
    margin-top: 30px;
    table-layout: fixed;
    white-space: nowrap;
    overflow-x: auto;
    font-family: "TeleNeoWeb-Regular", sans-serif;
    font-size: 18px;
    line-height: 22px;
}

table.contenttable thead tr {
    background-color: #e20074;
    color: #ffffff;
    font-family: "TeleNeoWeb-ExtraBold", sans-serif;
}

table.contenttable tbody tr:nth-child(odd) {
    background-color: rgba(237, 237, 237, 0.6);
}


table.contenttable td,
table.contenttable th {
    padding: 15px;
    white-space: pre-wrap;
}

.frame-type-menu_section a {
    color: #e20074 !important;
}

/*
Table
*/
.frame-type-uploads table {
    table-layout: auto;
}


/*
privacy policy
 */

.privacy-modal {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
}

h1, h2, h3, h4, .richtext-wrapper h5, h5, h6, strong, b, th {
    line-height: 1.1em;
}

/*
checkout
 */
.a-icon--progressbar-basket.black {
    background-image: url(../t5/images/icons/cart.svg);
}

aside.basket .a-icon {
    height: 36px;
    width: 36px;
}

.checkout fieldset {
    background: #fff;
    border: 0;
    border-radius: 4px;
    margin-bottom: 30px;
}

.checkout fieldset legend {
    float: left;
    padding: 10px 12px;
    width: 100%;
}

.o-forms .hidden {
    display: none;
}

.summary {
    background: #fff;
    border: 0;
    border-radius: 4px;
    margin-bottom: 30px;
    padding: 10px 24px 24px 24px;
}

.summary .form-group.row {
    display: grid;
    grid-template-columns: 250px auto;
}
