<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: lnt_montserrat_regular
        /*'Montserrat-Regular'*/
    ;
    src:
        url('/includes/modules/service/regular.woff2') format('woff2'),
        url('/includes/modules/service/regular.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: lnt_montserrat_bold
        /*'Montserrat-Bold'*/
    ;
    src:
        url('/includes/modules/service/bold.woff2') format('woff2'),
        url('/includes/modules/service/bold.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'lnt_font_awesome'
        /*'FontAwesome'*/
    ;
    src:
        url('/includes/modules/service/awesome.woff2') format('woff2'),
        url('/includes/modules/service/awesome.woff?') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

body {
    width: 100%;
    margin: 0 auto;
    font-size: 13px;
    line-height: 1.42857143;
    box-sizing: border-box;
    color: #000;
    font-family: lnt_montserrat_regular, Arial, Helvetica, sans-serif;
}

.tn_header {
    border-bottom: 1px solid #ccc;
    display: table;
    width: 100%;
    padding: 5px 0;
}

.tn_center {
    text-align: center;
    display: block;
}

.tn_right {
    text-align: right;
}

.tn_headtext {
    display: table-cell;
    text-decoration: none;
    color: #252525;
    font-size: 12px;
    letter-spacing: 1px;
}

.tn_headtext::before {
    content: "\2713";
    color: #db1758;
    padding: 0 8px 0 3px;
    font-weight: 700;
}

.tn_haupt {
    max-width: 1230px;
    padding: 0 15px;
    margin: auto;
}

.tn_servicecontainer {
    background: #000;
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 25px;
    margin-top: 50px;
}

.tn_servicetext {
    padding: 36px 0 25px;
    margin: 0 10px
}

.tn_newtext {
    color: #fff
}

.tn_service_all {
    display: inline-block
}

.tn_fa_rotate_right:before {
    content: "\f01e"
}

.tn_data_width {
    max-width: 1230px;
    padding: 10px 15px;
    margin: auto;
}

.tn_fa_euro:before {
    content: "\f153"
}

.tn_fa_truck:before {
    content: "\f0d1";
}

.tn_fa {
    display: inline-block;
    font: normal normal normal 14px/1 lnt_font_awesome;
    /*Montserrat-Regular;*/
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 2px;
}

.tn_fa_truck,
.tn_fa_rotate_right,
.tn_fa_euro {
    float: left;
    margin-top: -10px;
    font-size: 3.5em;
}

.tn_font_h1 {
    font-family: lnt_montserrat_bold;
    letter-spacing: .6px;
    font-size: 24px;
    line-height: 1.1
}

.tn_float_none {
    float: none
}

.tn_copyright {
    color: #9a9a9a;
}

.tn_horizontal_link {
    color: #000;
    text-decoration: none;
}

.lnt_menu_link {
    padding: 0 15px 0 30px;
    color: #000;
    font-family: lnt_montserrat_bold;
    line-height: 20px;
    font-size: 12px;
    height: 100%;
    position: relative;
    text-align: center;
    text-decoration: none;
}

@media(max-width:479px) {
    .tn_service_all {
        width: 110px;
        margin-bottom: 5px
    }
}

@media(min-width:480px) {
    .tn_service_all {
        margin-bottom: 25px
    }
}

@media(min-width:480px) and (max-width:767px) {
    .tn_service_all {
        width: 200px
    }
}

@media(max-width:767px) {
    .tn_hide_xs {
        display: none;
    }

    .tn_horizontal_section_div {
        display: inline-block;
        padding: 8px 0;
    }

    .tn_horizontal_link {
        border: 1px solid #ddd;
        width: calc(50% - 37px);
        padding: 8px 25px 8px 10px;
        float: left;
        text-align: center;
    }
}

@media(min-width:768px) {
    .tn_font_h3 {
        letter-spacing: .6px;
        font-size: 16px
    }

    .tn_horizontal_section_div {
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }

    .tn_horizontal_link {
        padding: 3px 20px 3px 5px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .tn_service_all {
        width: 250px
    }
}

@media(max-width:991px) {
    .tn_copyright {
        text-align: center;
    }
}

@media(min-width:992px) {
    .tn_service_all {
        width: 300px
    }
}</pre></body></html>