@font-face {
    font-family: 'Roboto';
    src: url('//cdn.100procent.com/fonts/roboto_regular/Roboto-Regular-webfont.eot');
    src: url('//cdn.100procent.com/fonts/roboto_regular/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('//cdn.100procent.com/fonts/roboto_regular/Roboto-Regular-webfont.woff') format('woff'), url('//cdn.100procent.com/fonts/roboto_regular/Roboto-Regular-webfont.ttf') format('truetype'), url('//cdn.100procent.com/fonts/roboto_regular/Roboto-Regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotobold';
    src: url('//cdn.100procent.com/fonts/roboto_bold/Roboto-Bold-webfont.eot');
    src: url('//cdn.100procent.com/fonts/roboto_bold/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('//cdn.100procent.com/fonts/roboto_bold/Roboto-Bold-webfont.woff') format('woff'), url('//cdn.100procent.com/fonts/roboto_bold/Roboto-Bold-webfont.ttf') format('truetype'), url('//cdn.100procent.com/fonts/roboto_bold/Roboto-Bold-webfont.svg#robotobold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotomedium';
    src: url('//cdn.100procent.com/fonts/roboto_medium/Roboto-Medium-webfont.eot');
    src: url('//cdn.100procent.com/fonts/roboto_medium/Roboto-Medium-webfont.eot?#iefix') format('embedded-opentype'), 
        url('//cdn.100procent.com/fonts/roboto_medium/Roboto-Medium-webfont.woff') format('woff'), 
        url('//cdn.100procent.com/fonts/roboto_medium/Roboto-Medium-webfont.ttf') format('truetype'), 
        url('//cdn.100procent.com/fonts/roboto_medium/Roboto-Medium-webfont.svg#robotomedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

:root {
    --base000: #FFFFFF;
    --base100: #FAFAFA;
    --base400: #A3A3A3;
    --base600: #525252;
    --base700: #404040;
    --base800: #262626;
    --base900: #171717;
    --brand500: #E2001A;
}

html {
    font-size: 62.5%;
}

body {
    color: var(--base900);
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 15px;
    font-size: 1.5rem;
}

    body.fullscreen {
        color: #000000;
        font-family: 'Roboto', Arial, sans-serif;
        font-size: 14pt;
        line-height: 18pt;
        letter-spacing: 0;
    }

h1, h2, h3, h4, h5, h6 {
    font-family: 'robotomedium';
    color: #222;
}

.fullscreen h1, .fullscreen h2, .fullscreen h3, .fullscreen h4, .fullscreen h5, .fullscreen h6 {
    font-family: 'Roboto', Arial, sans-serif;
    color: #000000;
}

b, strong {
    font-family: 'robotomedium';
    font-weight: normal;
}

.fullscreen b, .fullscreen strong {
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: bold;
    font-size: 14pt;
}

h1 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 36px;
    line-height: 3.6rem;
    margin: 15px 0 2px;
    margin: 1.5rem 0 .2rem;
}

.fullscreen h1 {
    font-size: 20pt;
    line-height: 26pt;
    letter-spacing: 0;
    margin: 5pt 0 15pt 0;
}

h2 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 32px;
    line-height: 3.2rem;
    margin: 15px 0 2px;
    margin: 1.5rem 0 .2rem;
}

.fullscreen h2 {
    font-size: 18pt;
    line-height: 24pt;
    letter-spacing: 0;
    margin: 5pt 0 15pt 0;
}

h3 {
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 28px;
    line-height: 2.8rem;
    margin: 15px 0 2px;
    margin: 1.5rem 0 .2rem;
}

.fullscreen h3 {
    font-size: 16pt;
    line-height: 22pt;
    letter-spacing: 0;
    margin: 5pt 0 15pt 0;
}

h4 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 28px;
    line-height: 2.8rem;
    margin: 10px 0 2px;
    margin: 1rem 0 .2rem;
}

h5 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
    line-height: 2.4rem;
    margin: 10px 0 2px;
    margin: 1rem 0 .2rem;
}

h6 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 22px;
    line-height: 2.2rem;
    margin: 10px 0 2px;
    margin: 1rem 0 .2rem;
}

a {
    color: #E2001A;
}

    a:hover {
        color: #E2001A;
    }


 /* Bootstrap */
 
.alert-success {
    padding: 35px;
    background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
    background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #3e8f3e;
    color: #fff;
}


.alert-info {
    padding: 35px;
    background-image: -webkit-linear-gradient(top, #e6e6e6 0%, #d3d3d3 100%);
    background-image: -o-linear-gradient(top, #e6e6e6 0%, #d3d3d3 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e6e6e6), to(#d3d3d3));
    background-image: linear-gradient(to bottom, #e6e6e6 0%, #d3d3d3 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe6e6e6', endColorstr='#ffd3d3d3', GradientType=0);
    border-color: #c0c0c0;
    color: #1A171B;
}


.alert-warning {
    padding: 35px;
    background-image: -webkit-linear-gradient(top, #ffcc66 0%, #ffaa01 100%);
    background-image: linear-gradient(to bottom, #ffcc66 0%, #ffaa01 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #ffaa01;
    color: #444;
}


.alert-danger {
    padding: 35px;
    background-image: -webkit-linear-gradient(top, #Ff0000 0%, #990000 100%);
    background-image: linear-gradient(to bottom, rgb(226, 0, 26) 0%, rgb(142, 33, 34) 49%, rgb(226, 0, 26) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428b', endColorstr='#006666', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #990000;
    color: #fff;
}

    .alert-danger h1,
    .alert-danger h2,
    .alert-danger h3,
    .alert-danger h4,
    .alert-danger h5,
    .alert-danger h6 {
        color: #fff;
    }

.btn-default,
.btn-default-secondary,
.btn-primary,
.btn-secondary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
    text-shadow: none;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
}

    .btn-default:active,
    .btn-default-secondary:active,
    .btn-primary:active,
    .btn-success:active,
    .btn-info:active,
    .btn-warning:active,
    .btn-danger:active,
    .btn-default.active,
    .btn-default-secondary.active,
    .btn-primary.active,
    .btn-success.active,
    .btn-info.active,
    .btn-warning.active,
    .btn-danger.active {
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    }

.btn:active,
.btn.active {
    background-image: none;
}

.btn-default {
    border-color: #E6E6E6;
    background-color: #E6E6E6;
}

    .btn-default:hover,
    .btn-default:focus {
        background-color: #e0e0e0;
    }

    .btn-default:active,
    .btn-default.active {
        background-color: #e0e0e0;
        border-color: #dbdbdb;
    }

.btn-default-secondary {
    color: #333;
    border-color: #F6F6F6;
    background-color: #F6F6F6;
}

    .btn-default-secondary:hover,
    .btn-default-secondary:focus {
        background-color: #e0e0e0;
        border-color: #e0e0e0;
    }

    .btn-default-secondary:active,
    .btn-default-secondary.active {
        background-color: #e0e0e0;
        border-color: #dbdbdb;
    }

.btn-primary {
    color: #fff;
    text-shadow: none;
    border-color: #E2001A;
    background-color: #E2001A;
}

    .btn-primary:hover,
    .btn-primary:focus {
        color: #fff;
        background-color: #990000;
        border-color: #990000;
        background-position: 0 -15px;
    }

    .btn-primary:active,
    .btn-primary.active {
        color: #fff;
        background-color: #Ff0000;
        border-color: #990000;
    }

.fullscreen .btn-primary {
    color: #000000;
    text-shadow: none;
    border-color: #E6E6E6;
    background-color: #E6E6E6;
}

    .fullscreen .btn-primary:hover,
    .fullscreen .btn-primary:focus {
        color: #000000;
        border-color: #7a7a7a;
        background-color: #7a7a7a;
        background-position: 0 -15px;
    }

    .fullscreen .btn-primary:active,
    .fullscreen .btn-primary.active {
        color: #000000;
        border-color: #7a7a7a;
        background-color: #7a7a7a;
    }

/**/

.btn-secondary {
    color: #fff;
    text-shadow: none;
    border-color: #E2001A;
    background-color: #E2001A;
}

    .btn-secondary:hover,
    .btn-secondary:focus {
        color: #fff;
        background-color: #990000;
        background-position: 0 -15px;
    }

    .btn-secondary:active,
    .btn-secondary.active {
        color: #fff;
        background-color: #Ff0000;
        border-color: #990000;
    }

/**/

.btn-success {
    background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
    background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #3e8f3e;
}

    .btn-success:hover,
    .btn-success:focus {
        background-color: #419641;
        background-position: 0 -15px;
    }

    .btn-success:active,
    .btn-success.active {
        background-color: #419641;
        border-color: #3e8f3e;
    }

.btn-info {
    background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
    background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #28a4c9;
}

    .btn-info:hover,
    .btn-info:focus {
        background-color: #2aabd2;
        background-position: 0 -15px;
    }

    .btn-info:active,
    .btn-info.active {
        background-color: #2aabd2;
        border-color: #28a4c9;
    }

.btn-warning {
    background-image: -webkit-linear-gradient(top, #ffcc66 0%, #ffaa01 100%);
    background-image: linear-gradient(to bottom, #ffcc66 0%, #ffaa01 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #ffaa01;
}

    .btn-warning:hover,
    .btn-warning:focus {
        background-color: #ffaa01;
        background-position: 0 -15px;
    }

    .btn-warning:active,
    .btn-warning.active {
        background-color: #ffaa01;
        border-color: #ffaa01;
    }

.btn-danger {
    background-image: -webkit-linear-gradient(top, #ff0000 0%, #990000 100%);
    background-image: linear-gradient(to bottom, #ff0000 0%, #990000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #990000;
}

    .btn-danger:hover,
    .btn-danger:focus {
        background-color: #990000;
        background-position: 0 -15px;
    }

    .btn-danger:active,
    .btn-danger.active {
        background-color: #990000;
        border-color: #990000;
    }

 .alert {
    text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
}

.progress {
    background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
    background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
    background-repeat: repeat-x;
}

.progress-bar {
    background-image: -webkit-linear-gradient(top, #428bca 0%, #3071a9 100%);
    background-image: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3071a9', GradientType=0);
    background-repeat: repeat-x;
}

.progress-bar-success {
    background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
    background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
    background-repeat: repeat-x;
}

.progress-bar-info {
    background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
    background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
    background-repeat: repeat-x;
}

.progress-bar-warning {
    background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
    background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
    background-repeat: repeat-x;
}

.progress-bar-danger {
    background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
    background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
    background-repeat: repeat-x;
}

.list-group {
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    text-shadow: 0 -1px 0 #3071a9;
    background-image: -webkit-linear-gradient(top, #428bca 0%, #3278b3 100%);
    background-image: linear-gradient(to bottom, #428bca 0%, #3278b3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3278b3', GradientType=0);
    background-repeat: repeat-x;
    border-color: #3278b3;
}

.panel {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}

.panel-default > .panel-heading {
    background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
    background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
    background-repeat: repeat-x;
}

.panel-primary > .panel-heading {
    background-image: -webkit-linear-gradient(top, #172e81 0%, #1b1565 100%);
    background-image: linear-gradient(to bottom, #172e81 0%, #1b1565 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
    background-repeat: repeat-x;
}

.panel-success > .panel-heading {
    background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
    background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
    background-repeat: repeat-x;
}

.panel-info > .panel-heading {
    background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
    background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
    background-repeat: repeat-x;
}

.panel-warning > .panel-heading {
    background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
    background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
    background-repeat: repeat-x;
}

.panel-danger > .panel-heading {
    background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
    background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
    background-repeat: repeat-x;
}


.panel-default {
    border-color: rgba(23, 46, 129, 0.9);
}

    .panel-default > .panel-heading {
        color: #fff;
        background-image: -webkit-linear-gradient(top, #172e81 0%, #1b1565 100%);
        background-image: linear-gradient(to bottom, #172e81 0%, #1b1565 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#354F7C ', endColorstr='#112261', GradientType=0);
        background-repeat: repeat-x;
    }


.well {
    background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
    background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
    background-repeat: repeat-x;
    border-color: #dcdcdc;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
}


.btn span.glyphicons {
    text-shadow: none;
    color: #fff;
}

.glyphicons {
    text-shadow: none;
}

.glyphicons-search {
    font-weight: normal;
    color: #fff;
}

.glyphicons-red {
    color: #ff0000;
}

.glyphicons-green {
    color: #239C23;
}

.form-control {
    color: #555555;
}

    .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #555555;
    }

    .form-control::-ms-input-placeholder { /* Microsoft Edge */
        color: #555555;
    }

    .form-control::placeholder {
        color: #555555;
    }

.input-sm {
    height: 33px;
    font-size: 1.5rem;
    border-radius: 0;
}

select.input-sm {
    height: 33px;
}/*
    RÖD: #E2001A
    SVART: #1A171B

    MÖRKGRÅ: #E6E6E6
    LJUSGRÅ: #F6F6F6
*/

:root {
    --base000: #FFFFFF;
    --base100: #FAFAFA;
    --base400: #A3A3A3;
    --base600: #525252;
    --base700: #404040;
    --base800: #262626;
    --base900: #171717;
    --brand500: #E2001A;
    /*--shadow: #E5E5E5;*/
    --shadow: rgba(229, 229, 229, 0.25);
}

.thumbnail,
.img-thumbnail {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}


.btn-top-margin {
    margin-top: 10px;
}

body {
    background-color: var(--base900);
}

    body.sub #content-body {
        /*margin-top: 15px;*/
    }

@media(max-width: 767px) {
    #site-inner-wrapper > .container {
        /*margin: 0 15px;*/
    }
}

body.sub.fullscreen > div > article > .row {
    margin-left: 0;
    margin-right: 0;
}

body.sub.fullscreen > div > article > h1 {
    margin-left: 15px;
    margin-right: 15px;
}

@media(max-width: 767px) {
    body.sub article > .col-xs-12 {
        padding: 0;
    }
}

body.sub.fullscreen .btn {
    text-align: center;
    white-space: normal;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 14pt;
    line-height: 19pt;
    letter-spacing: 0;
    width: 100%;
    padding: 12pt 0pt;
}

.hide {
    display: none;
}

/* SKIP TO */
@media(min-width: 992px) {
    #skip-content-link,
    #skip-menu-link {
        transform: translateY(-101%);
        transition: transform .3s;
        position: absolute;
        left: 0;
        right: 0;
        background-color: #E2001A;
        text-align: center;
        font-family: 'Roboto', Arial, sans-serif;
        font-weight: normal;
        font-style: normal;
        font-size: 2.6em;
        color: #ffffff;
        line-height: 1.2;
        z-index: 99;
    }

        #skip-content-link:focus,
        #skip-menu-link:focus {
            transform: translateY(0%);
        }
}

/* MENU */

@media screen and (max-width: 767px) {
    #logo {
        margin: 24px 0;
        /*margin-left: -15px;*/
        max-height: 32px;
    }
}

@media (min-width: 768px) {

    #tagline {
        margin-top: 30px;
    }
}

#top {
    /*height: 115px;*/
}

@media (max-width: 991px) {
    #top {
        /*height: 80px;*/
    }
}

@media (min-width: 768px) {
    #top {
        /*padding: 20px 0;*/
    }
}

#top .icon-text {
    font-size: 19px;
    font-weight: bold;
}

#top #trafikupplysning-wrapper .phone {
    font-size: 2.4rem;
}

/* Bootstrap Mega Menu X */
.megamenu {
    cursor: pointer;
}

#bootstrap-mega-menu-wrapper {
    /*
    background: #E2001A;
    background: linear-gradient(to bottom, rgb(226, 0, 26) 0%, rgb(169, 17, 34) 47%, rgb(142, 33, 34) 49%, rgb(226, 0, 26) 100%);
    border-radius: 3px;
    */
    color: #1A171B;
    /*border-bottom: 1px solid #1A171B;*/
}

    #bootstrap-mega-menu-wrapper .items-level1-root-wrapper {
        height: 50px;
    }

        #bootstrap-mega-menu-wrapper .items-level1-root-wrapper .active,
        #bootstrap-mega-menu-wrapper .items-level1-root-wrapper .active-parent {
            /*background-color: #E2001A*/
        }

    #bootstrap-mega-menu-wrapper .items-level1-root-wrapper {
        float: right;
    }


        #bootstrap-mega-menu-wrapper .items-level1-root-wrapper > ul > li.active > a,
        #bootstrap-mega-menu-wrapper .items-level1-root-wrapper > ul > li.active-parent > a {
            color: #1A171B;
        }

        #bootstrap-mega-menu-wrapper .items-level1-root-wrapper > ul > li.active:hover > a,
        #bootstrap-mega-menu-wrapper .items-level1-root-wrapper > ul > li.active-parent:hover > a {
            color: #ffffff;
        }

        #bootstrap-mega-menu-wrapper .items-level1-root-wrapper > ul > li:hover {
            background-color: #E2001A;
        }

            #bootstrap-mega-menu-wrapper .items-level1-root-wrapper > ul > li:hover > a {
                color: #ffffff;
            }

        #bootstrap-mega-menu-wrapper .items-level1-root-wrapper > ul > li {
            display: block;
            float: left;
            padding-top: 12px;
            padding-bottom: 13px;
        }

            #bootstrap-mega-menu-wrapper .items-level1-root-wrapper > ul > li.parent > a:after {
                content: " ›";
                color: #1A171B;
            }

            #bootstrap-mega-menu-wrapper .items-level1-root-wrapper > ul > li.parent:hover > a:after {
                color: #FFFFFF;
            }

            #bootstrap-mega-menu-wrapper .items-level1-root-wrapper > ul > li > a {
                font-size: 1.8rem;
                font-weight: bold;
                padding: 0 2rem;
                /*text-transform: uppercase;*/
                color: #1A171B;
            }

    #bootstrap-mega-menu-wrapper .bootstrap-mega-menu-dropdown {
        width: 100%;
    }

    #bootstrap-mega-menu-wrapper .items-level2-root-wrapper {
        position: absolute;
        background-color: #FFFFFF;
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
        min-width: 1150px;
        z-index: 9998;
        top: 50px;
        right: 0;
        padding: 3rem 1rem;
        font-size: 2.0rem;
        font-weight: bold;
        /*text-transform: uppercase;*/
    }

.m30354 .items-level2-root-wrapper {
    min-width: 550px !important;
}

.m30354 .col-lg-3 {
    width: 100% !important;
}

@media(max-width: 1199px) {
    #bootstrap-mega-menu-wrapper .items-level2-root-wrapper {
        min-width: 950px;
    }
}


@media(max-width: 991px) {
    #bootstrap-mega-menu-wrapper .items-level2-root-wrapper {
        min-width: 730px;
    }
}

#bootstrap-mega-menu-wrapper .items-level2-root-wrapper a {
    color: #1A171B;
}

#bootstrap-mega-menu-wrapper .items-level2-root-wrapper .active:hover a {
    color: #1A171B;
}

#bootstrap-mega-menu-wrapper .items-level2-root-wrapper .active a:before {
    content: "» ";
}

#bootstrap-mega-menu-wrapper .items-level2-root-wrapper .items-level2-headline-wrapper {
    font-size: 2.5rem;
    font-weight: bold;
    border-bottom: 1px solid #E2001A;
    padding-bottom: 0.8rem;
    margin-bottom: 2rem;
    /*text-transform: uppercase;*/
}

#bootstrap-mega-menu-wrapper .items-level2-root-wrapper .delimiter {
    margin-bottom: 2rem;
}

    #bootstrap-mega-menu-wrapper .items-level2-root-wrapper .delimiter:last-child {
        margin-bottom: 0;
    }

#bootstrap-mega-menu-wrapper .items-level3-root-wrapper {
    padding-left: 0px;
    font-size: 1.6rem;
    font-weight: normal;
    text-transform: none;
}

#bootstrap-mega-menu-wrapper .items-level4-root-wrapper {
    padding-left: 15px;
}

#bootstrap-mega-menu-wrapper .items-level5-root-wrapper {
    padding-left: 15px;
}

/* Lists */
#bootstrap-mega-menu-wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Links */
#bootstrap-mega-menu-wrapper a {
    text-decoration: none;
    color: #ffffff;
}

    #bootstrap-mega-menu-wrapper a:hover,
    #bootstrap-mega-menu-wrapper a:active {
        text-decoration: none;
        color: #D51C1C;
    }

#bootstrap-mega-menu-wrapper .active > a {
    color: #D51C1C;
}

#bootstrap-mega-menu-search-icon-wrapper {
    /*background-color: #0000ff;*/
    /*float: right;*/
}

    #bootstrap-mega-menu-search-icon-wrapper #bootstrap-mega-menu-search-icon {
        height: 24px;
        /*margin-top: 13px;*/
        /*margin-bottom: 13px;*/
        /*margin-left: 10px;*/
        /*margin-right: 10px;*/
        display: flex;
        align-items: center;
        color: var(--base800);
        font-size: 1em;
        font-family: 'Roboto', Arial, sans-serif;
        font-weight: bold;
    }

    #bootstrap-mega-menu-search-icon-wrapper:hover {
        /*background-color: #E2001A;*/
    }

#bootstrap-mega-menu-search-form-wrapper {
    /*background-color: #E2001A;*/
    /*height: 35px;*/
    /*padding: 10px;*/
    /*padding-right: 0;*/
}

    #bootstrap-mega-menu-search-form-wrapper .input-group {
        width: 100%;
    }

    #bootstrap-mega-menu-search-form-wrapper .input-sm {
        height: 3em;
    }

    #bootstrap-mega-menu-search-form-wrapper button {
        border: 1px solid #F6F6F6;
        border-radius: 1px;
    }

    #bootstrap-mega-menu-search-form-wrapper .btn-group-sm > .btn,
    #bootstrap-mega-menu-search-form-wrapper .btn-sm {
        padding: 6px 12px;
    }

/* Bootstrap DropDown Menu */
#bootstrap-dropdown-menu {
    background: #E2001A;
    background: linear-gradient(to bottom, rgb(226, 0, 26) 0%, rgb(169, 17, 34) 47%, rgb(142, 33, 34) 49%, rgb(226, 0, 26) 100%);
    border-radius: 3px;
    z-index: 9999;
    padding: 0;
}

    #bootstrap-dropdown-menu li > ul {
        top: 50px;
    }

    #bootstrap-dropdown-menu a {
        color: #1A171B;
        text-decoration: none;
    }

        #bootstrap-dropdown-menu a:hover {
            color: #ffffff;
            text-decoration: none;
        }

    #bootstrap-dropdown-menu ul {
        z-index: 99;
        min-width: 250px;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    #bootstrap-dropdown-menu li {
        position: relative;
    }

    #bootstrap-dropdown-menu ul ul {
        position: absolute;
        display: none;
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
    }

        #bootstrap-dropdown-menu ul ul ul {
            left: 100%;
            top: 0;
        }

    #bootstrap-dropdown-menu li:hover > ul {
        display: block;
    }

    #bootstrap-dropdown-menu ul li:hover {
        background-color: #E2001A;
    }

    #bootstrap-dropdown-menu > ul > li {
        /*background: url('/Content/themes/xtrafik/images/menu/divider.png') no-repeat 0 50%;*/
        border-right: 1px solid #E2001A;
        float: left;
    }

        #bootstrap-dropdown-menu > ul > li:last-child {
            /*background: url('/Content/themes/xtrafik/images/menu/divider.png') no-repeat 0 50%, url('/Content/themes/xtrafik/images/menu/divider.png') no-repeat 100% 50%;*/
        }

            #bootstrap-dropdown-menu > ul > li:last-child:hover {
                background-color: #E2001A;
            }

    #bootstrap-dropdown-menu > ul {
    }

        #bootstrap-dropdown-menu > ul > li.parent > a:after {
            content: " ›";
            font-weight: bold;
            color: #ffffff;
        }

        #bootstrap-dropdown-menu > ul > li.parent:hover > a:after {
            color: #ffffff;
        }

        #bootstrap-dropdown-menu > ul > li.parent li.parent > a:after {
            content: " ›";
            font-weight: bold;
            color: #1A171B;
        }

        #bootstrap-dropdown-menu > ul > li.parent li.parent:hover > a:after {
            color: #ffffff;
        }

        #bootstrap-dropdown-menu > ul > li li {
            text-align: left;
        }

    #bootstrap-dropdown-menu li {
        padding: 0.8rem 0;
        font-weight: normal;
    }

        #bootstrap-dropdown-menu li.active,
        #bootstrap-dropdown-menu li.active-parent {
            font-weight: bold;
        }

        #bootstrap-dropdown-menu li:hover {
            background-color: #E2001A;
            color: #ffffff;
        }

        #bootstrap-dropdown-menu li a {
            display: block;
            padding: 7px 15px;
            font-size: 14px;
            font-size: 1.4rem;
        }

    #bootstrap-dropdown-menu .bootstrap-dropdown-menu-level1 > li,
    #bootstrap-dropdown-menu .bootstrap-dropdown-menu-level1 > li > a {
        color: #ffffff;
    }

    #bootstrap-dropdown-menu .bootstrap-dropdown-menu-level2 {
        background-color: #ffffff;
    }

        #bootstrap-dropdown-menu .bootstrap-dropdown-menu-level2 li:hover,
        #bootstrap-dropdown-menu .bootstrap-dropdown-menu-level2 li:hover > a {
            background-color: #E2001A;
            color: #ffffff;
        }

    #bootstrap-dropdown-menu .bootstrap-dropdown-menu-level3 {
        background-color: #ffffff;
    }

        #bootstrap-dropdown-menu .bootstrap-dropdown-menu-level3 li:hover,
        #bootstrap-dropdown-menu .bootstrap-dropdown-menu-level3 li:hover > a {
            background-color: #E2001A;
            color: #ffffff;
        }

    #bootstrap-dropdown-menu .bootstrap-dropdown-menu-level4 {
        background-color: #ffffff;
    }

        #bootstrap-dropdown-menu .bootstrap-dropdown-menu-level4 li:hover,
        #bootstrap-dropdown-menu .bootstrap-dropdown-menu-level4 li:hover > a {
            background-color: #E2001A;
            color: #ffffff;
        }

    #bootstrap-dropdown-menu .bootstrap-dropdown-menu-level5 {
        background-color: #ffffff;
    }

        #bootstrap-dropdown-menu .bootstrap-dropdown-menu-level5 li:hover
        #bootstrap-dropdown-menu .bootstrap-dropdown-menu-level5 li:hover > a {
            background-color: #E2001A;
            color: #ffffff;
        }

/* Sidebar Mobile Menu */
#bootstrap-sidebar-menu-mobile-button-wrapper {
    color: #1A171B;
    position: absolute;
    top: -4em;
    right: 0;
}

@media(min-width: 767px) {
    #bootstrap-sidebar-menu-mobile-button-wrapper {
        top: -3em;
    }
}

    #bootstrap-sidebar-menu-mobile-button-wrapper #bootstrap-sidebar-menu-mobile-button {
        /*background-color: #00ff00;*/
        width: 41px;
        height: 41px;
        /*padding: 22px 0;*/
        margin-right: 15px;
    }

#bootstrap-sidebar-menu-mobile-wrapper {
    display: none;
    position: absolute;
    z-index: 16;
    /*top: 110px;*/
    left: 0;
    right: 0;
    background-color: #1A171B;
    color: #ffffff;
    text-align: left;
    font-size: 2rem;
}

    #bootstrap-sidebar-menu-mobile-wrapper .menu-item {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    #bootstrap-sidebar-menu-mobile-wrapper .menu-item-expander {
        padding: 0;
    }

    #bootstrap-sidebar-menu-mobile-wrapper .expander {
        display: inline-block;
        /*max-width: 2rem;*/
        /*max-height: 2rem;*/
        width: 20px;
        /*padding: 2.25rem 2rem;*/
        margin: 15px;
    }

    #bootstrap-sidebar-menu-mobile-wrapper .items-level1-root-wrapper {
        background-color: #1A171B;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

        #bootstrap-sidebar-menu-mobile-wrapper .items-level1-root-wrapper > div > div > div > a {
            color: #ffffff;
        }

    #bootstrap-sidebar-menu-mobile-wrapper .items-level2-root-wrapper {
        background-color: #666666;
    }

    #bootstrap-sidebar-menu-mobile-wrapper .items-level3-root-wrapper {
        background-color: #888888;
    }

@media(min-width: 992px) {
    #bootstrap-sidebar-menu-mobile-wrapper {
        display: none !important;
    }
}

#bootstrap-sidebar-menu-mobile-wrapper .active,
#bootstrap-sidebar-menu-mobile-wrapper .active-parent {
    text-decoration: underline;
}

#bootstrap-sidebar-menu-mobile-wrapper .rootmenu-level1 {
    font-size: 3rem;
    margin-top: 3rem;
}

    #bootstrap-sidebar-menu-mobile-wrapper .rootmenu-level1:first-child {
        /*margin-top: 0;*/
    }

#bootstrap-sidebar-menu-mobile-wrapper .rootmenu-level2 {
    margin-top: 2rem;
}

/* Span */
#bootstrap-sidebar-menu-mobile-wrapper span.menu-item {
    margin-right: 4rem;
}

    #bootstrap-sidebar-menu-mobile-wrapper span.menu-item:last-child {
        margin-right: 0;
    }

/* A */
#bootstrap-sidebar-menu-mobile-wrapper a {
    color: #ffffff;
}

/* Section */
#bootstrap-sidebar-menu-mobile-wrapper .bootstrap-level-menu-mobile-section {
    padding-top: 1rem;
    padding-bottom: 1rem;
    /*border-bottom: solid 1px #ffffff;*/
}

/*
    #bootstrap-sidebar-menu-mobile-wrapper .bootstrap-level-menu-mobile-section:last-child {
        border-bottom: none;
    }

/* Social Media */
#bootstrap-sidebar-menu-mobile-social-media-wrapper {
    text-align: center;
}

#bootstrap-sidebar-menu-mobile-wrapper .social-media-icon {
    max-width: 50px;
    max-height: 50px;
}

#bootstrap-sidebar-menu-mobile-wrapper .social-media-icon-href {
    margin-right: 2rem;
}

    #bootstrap-sidebar-menu-mobile-wrapper .social-media-icon-href:last-child {
        margin-right: 0;
    }

/* Flags */
#bootstrap-sidebar-menu-mobile-language-wrapper {
    text-align: center;
}

#bootstrap-sidebar-menu-mobile-wrapper .language-flag {
    max-width: 50px;
    max-height: 50px;
}

#bootstrap-sidebar-menu-mobile-wrapper .language-flag-href {
    margin-right: 2rem;
}

    #bootstrap-sidebar-menu-mobile-wrapper .language-flag-href:last-child {
        margin-right: 0;
    }

/* Search */
#bootstrap-sidebar-menu-mobile-search-wrapper {
    text-align: center;
}

#bootstrap-sidebar-menu-mobile-wrapper #search-button {
    background: none;
    border: 0;
}

#bootstrap-sidebar-menu-mobile-wrapper #search-button-span {
    background-image: url('/Content/themes/xtrafik/Images/search.svg');
    background-repeat: no-repeat;
    background-size: contain;
    padding-left: 1rem;
    padding-right: 1rem;
}

#bootstrap-sidebar-menu-mobile-wrapper #search-input {
    border: none;
    color: #1A171B;
    background-color: #ffffff;
    padding: 5px;
}

#bootstrap-sidebar-menu-mobile-wrapper #bootstrap-sidebar-menu-mobile-search-wrapper,
#bootstrap-sidebar-menu-mobile-wrapper #bootstrap-sidebar-menu-mobile-social-media-wrapper,
#bootstrap-sidebar-menu-mobile-wrapper #bootstrap-sidebar-menu-mobile-language-wrapper {
    padding: 2rem 0;
    border-bottom: 1px solid #ffffff;
}

/* END MENU */

/* Bootstrap Menus */
.menu-item a:focus {
    text-decoration: underline !important;
}

.pointer {
    cursor: pointer;
}

label {
    margin-bottom: 0;
}

.body-content {
    min-height: 200px;
}

#site-wrapper {
    background: var(--base100);
    /*background: linear-gradient(to bottom, white 0%, rgb(232, 232, 232) 40%, rgb(205, 205, 205) 85%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fefefe',GradientType=0 );*/ /* IE6-8 */
}

#site-inner-wrapper {
    padding-bottom:6em;
}

@media (max-width: 991px) {
    #site-inner-wrapper {
        padding-bottom: 1em;
    }
}

#contentx-icons-wrapper,
#contentx-wrapper {
    background-color: #ffffff;
}

#contentx-icons-wrapper {
    margin-bottom: 15px;
}

    #contentx-icons-wrapper img {
        /*max-width: 120px;*/
    }

@media(min-width: 992px) {
    #content-row {
        margin-left: 0 !important;
    }
}

@media(max-width: 767px) {
    #news-wrapperx {
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media(max-width: 767px) {
    #rese-wrapperx {
        margin-top: 0 !important;
    }
}

#icons-wrapperx {
}

    #icons-wrapperx img {
        max-width: 120px;
    }

#content-left {
    background: #fff;
    margin-top: 15px;
}

@media(min-width: 992px) {
    #content-left {
        /*margin-right: 15px;*/
    }
}

#content-right {
    background-color: #ffffff;
    margin-top: 15px;
    /*margin-left: 15px;*/
    margin-right: -15px;
    padding: 15px;
    text-align: center;
}

    #content-right img {
        height: auto !important;
    }

@media(max-width: 767px) {
    #content-right img {
        max-width: 100% !important;
    }
}

@media(max-width: 991px) {
    #content-right img {
        max-width: 180px !important;
    }
}

@media(min-width: 992px) {
    #content-right img {
        max-width: 180px !important;
    }
}


@media(max-width: 991px) {
    #content-right {
        background: #fff;
    }
}

body.main #content-wrapper > div {
    padding: 3em 0;
}

@media(max-width: 767px) {
    body.main #content-wrapper > div {
        padding: 0 0 1em 0;
    }

    body.main #content {
        /*padding: 0;*/
    }
}

body.sub #content-wrapper {
    background: #fff;
    width: 100%;
    padding: 1em;
    margin: 0 15px;
}

@media(max-width: 767px) {
    body.sub #content-wrapper {
        padding: 0 1em;
        margin: 0;
    }

    body.sub #content {
        padding: 0;
    }
}

#footer-wrapper {
    /*margin-top: 15px;*/
    /*background: #222;*/ /* Old browsers */
    /*background: linear-gradient(to bottom, #222 0%,#4b4b4a 100%);*/ /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#4b4b4a',GradientType=0 );*/ /* IE6-8 */
    background-color: var(--base900);
    padding: 4em 0;
}

@media(max-width: 991px) {
    #footer-wrapper {
        padding: 1em 0;
    }
}

#footer {
    color: var(--base400);
    min-height: 200px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #1A171B;
    line-height: 24px;
}

    #footer a {
        color: var(--base400);
    }

    #footer > * {
        color: inherit;
    }

    #footer .glyphicon {
        font-size: 1.6rem;
        color: var(--base000);
    }

    #footer .footer-header {
        color: var(--base000);
        font-family: Roboto;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
        display: block;
        margin-bottom: 15px;
    }

/*------------ SubMenu ---------------*/

.submenu-root-node.selected > a:first-child,
.submenu-sub-item.selected div > a:first-child {
    color: #990000;
}

.submenu-sub-item.selected:before {
    content: "\00BB";
    position: absolute;
    color: #990000;
    vertical-align: top;
    font-size: 16px;
    font-size: 1.6rem;
    margin-left: -10px;
}

.submenu {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1.4em;
    margin: 0;
    padding: 0;
}

    .submenu ul {
        padding-left: 10px;
        padding-top: 0;
    }

    .submenu li {
        list-style: none;
    }

    .submenu a {
        color: #1A171B;
        font-size: 13px;
        font-size: 1.3rem;
        text-decoration: none;
    }

        .submenu a:hover {
            text-decoration: underline;
        }

        .submenu a:focus {
            text-decoration: underline;
        }

#submenu-headline {
    font-size: 20px;
    margin-bottom: 10px;
    border-bottom: 2px solid #222;
}

    #submenu-headline a {
        font-family: 'robotomedium';
        color: #1A171B;
        text-decoration: none;
    }

        #submenu-headline a:hover {
            text-decoration: underline;
        }

.submenu-root-node:first-child {
    border: 0;
}

.submenu-root-node {
    border-top: 1px solid #999;
    padding-bottom: 4px;
    padding-top: 4px;
}

#submenu-container {
    /*margin-top: 10px;*/
}

.submenu-item {
    margin-left: 10px;
}

.submenu-sub-item {
    padding: 2px 0 2px;
    margin: 0;
    font-weight: normal;
}

#sub-menu {
    vertical-align: top;
    /*background-color: var(--base000);*/
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    /*padding-bottom: 140px;*/
}

#content-top {
    position: relative;
}

.text-smaller {
    font-size: smaller;
}

.text-normal {
    font-weight: normal;
}

.text-bold {
    font-weight: bold;
}

.label-bottom {
    padding-top: 10px;
    margin-left: 2px;
}

/* KENDO UI */

.k-textbox-small {
    float: left;
    width: 50px;
}

.k-widget.k-tooltip {
    border-color: #6a95eb;
    background-color: #6a95eb;
    background: linear-gradient(#6a95eb, #537dd2);
    color: #fff;
}

.k-callout-w {
    border-right-color: #6a95eb;
}

.k-callout-e {
    border-left-color: #6a95eb;
}

#grid .k-grid-top {
    padding: 5px 10px;
    background-color: #003399;
    background: linear-gradient(#003399, #000167);
}

.k-toolbar .k-button, .k-toolbar .k-split-button, .k-toolbar .k-button-group, .k-toolbar .k-widget, .k-toolbar .k-textbox, .k-toolbar label, .k-toolbar .k-separator {
    color: #fff;
}

.k-grid tr td {
    padding: 2px 10px;
}

.k-grid tbody .k-button, .k-ie8 .k-grid tbody button.k-button {
    padding: 0;
}

.k-button {
    border-radius: 0;
}

.k-input {
    padding: 0;
}

.k-toolbar .k-button, .k-toolbar .k-split-button, .k-toolbar .k-button-group, .k-toolbar .k-widget, .k-toolbar .k-textbox, .k-toolbar label, .k-toolbar .k-separator {
    font-weight: normal;
}

.k-tooltip-content {
    text-align: left;
    padding: 10px;
}

.k-toolbar input {
    padding: 0 10px;
}

.k-select .k-i-arrow-s {
    background-position: 0 -35px;
}


.k-grid-details {
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    width: 50px;
    border-color: #003399;
    background-color: #003399;
    background: linear-gradient(#003399, #000167);
}

    .k-grid-details:hover {
        border-color: #003399;
        color: #fff;
        background-color: #003399;
    }

    .k-grid-details .k-state-active {
        background-color: #003399;
    }

.k-grid-bsedit {
    color: #fff;
    border-color: #6a95eb;
    width: 15px;
    background: #6a95eb;
    background: linear-gradient(#6a95eb, #3d77eb);
}

    .k-grid-bsedit:hover {
        color: #fff;
        border-color: #6a95eb;
        background: #6a95eb;
    }

.k-grid-delete {
    color: #fff;
    border-color: #ff0000;
    background: #ff0000;
    background: linear-gradient(#ff0000, #ab0000);
}

    .k-grid-delete:hover {
        color: #fff;
        border-color: #ff0000;
        background: #ff0000;
    }

.k-grid tbody .k-button, .k-ie8 .k-grid tbody button.k-button {
    min-width: 32px;
}

.k-grid tbody td > .k-grid-delete {
    margin: 0 .16em;
}

.k-textbox, .k-autocomplete.k-header, .k-dropdown-wrap.k-state-active, .k-picker-wrap.k-state-active, .k-numeric-wrap.k-state-active {
    /*background: none;*/
}

    .k-textbox:hover, .k-autocomplete.k-state-hover, .k-picker-wrap.k-state-hover, .k-numeric-wrap.k-state-hover, .k-dropdown-wrap.k-state-hover {
        background: none;
        border-radius: 0;
    }

    .k-textbox > input, .k-picker-wrap .k-input, .k-numeric-wrap .k-input, .k-dropdown-wrap .k-input, .k-selectbox .k-input {
        padding: 0.1em;
        text-indent: .8em;
        border: 0;
        margin: 0;
    }

.k-autocomplete .k-input {
    height: 2.3em;
    line-height: 1.94em;
    padding: .177em 0;
    text-indent: .8em;
    border: 0;
    margin: 0;
}

.k-block, .k-button, .k-textbox, .k-drag-clue, .k-touch-scrollbar, .k-window, .k-window-titleless .k-window-content, .k-window-action, .k-inline-block, .k-grid .k-filter-options, .k-grouping-header .k-group-indicator, .k-autocomplete, .k-multiselect, .k-combobox, .k-dropdown, .k-dropdown-wrap, .k-datepicker, .k-timepicker, .k-colorpicker, .k-datetimepicker, .k-notification, .k-numerictextbox, .k-picker-wrap, .k-numeric-wrap, .k-colorpicker, .k-list-container, .k-calendar-container, .k-calendar td, .k-calendar .k-link, .k-treeview .k-in, .k-editor-inline, .k-tooltip, .k-tile, .k-slider-track, .k-slider-selection, .k-upload {
    border-radius: 0;
}

    .k-dropdown-wrap.k-state-border-down .k-input, .k-picker-wrap.k-state-border-down .k-input, .k-picker-wrap.k-state-border-down .k-selected-color, .k-numeric-wrap.k-state-border-down .k-input {
        border-radius: 0;
    }

    .k-dropdown-wrap .k-input, .k-picker-wrap .k-input, .k-numeric-wrap .k-input {
        border-radius: 0;
    }

.dropdown-menu > li > a {
    white-space: normal !important;
}


#contact-form td {
    padding: 5px 10px;
}

#contact-form > tbody > tr > td:first-child {
    font-weight: bold;
}

.recaptcha-error {
    color: #ff0000;
}

#search-panel {
    background: url(css/images/greyfade.gif) repeat-x #2c2c2c;
    height: 36px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-left: 5px;
    padding: 2px 8px 0 8px;
    float: right;
    -moz-box-shadow: 0 2px 5px rgba(55, 55, 55, 0.7);
    -webkit-box-shadow: 0 2px 5px rgba(55, 55, 55, 0.7);
    box-shadow: 0 2px 5px rgba(55, 55, 55, 0.7);
}

    #search-panel .search_button {
        height: 27px;
        width: 25px;
        background: url("CSS/Images/search_button.png") no-repeat;
        border: none;
    }

        #search-panel .search_button:hover {
            cursor: pointer;
            opacity: 0.7;
        }

    #search-panel input {
        border: 1px solid #ccc;
        border-radius: 10px;
        width: 160px;
        padding: 2px 5px;
    }

#search-term {
    display: none;
}

#search-results {
    margin-top: 10px;
}

    #search-results .hits {
        padding-left: 35px;
    }

    #search-results .separator {
        margin-top: 25px;
        margin-bottom: 20px;
        border-bottom: 2px dotted #1A171B;
        margin-left: -30px;
    }

    #search-results .no-search-hits {
        font-style: italic;
        color: #1A171B;
        margin-left: 17px;
        margin-bottom: 20px;
    }

    #search-results .heading {
        border-top: 3px solid #1A171B;
        height: 20px;
        background: #f4f4f4;
        padding-left: 17px;
        padding-top: 5px;
        padding-bottom: 7px;
        font-weight: bold;
        font-size: 14px;
    }

    #search-results .hit-title {
        color: #1A171B;
    }

        #search-results .hit-title a {
            text-decoration: none;
        }

        #search-results .hit-title:hover {
            text-decoration: underline;
        }

    #search-results .excerpt {
        color: #1A171B;
        font: 14px;
    }

    #search-results b {
        font-weight: bold;
    }

    #search-results a {
        color: #1A171B;
    }

.search-section {
    margin-bottom: 20px;
}

span.search-results {
    color: #1A171B;
    font-size: 28px;
}

#search-results ul {
    list-style: decimal;
}

#contact-form table {
    table-layout: fixed;
    width: 100%;
}

#contact-form td.answer input[type=text],
#contact-form td.answer textarea,
#contact-form #recaptcha_widget_div {
    width: 100% !important;
}

/* X-Trafik */

.xtrafik-reseplaneraren-iframe-body {
    background: #292929;
}

.xtrafik-reseplaneraren-glyphicons {
    padding: 0 6px;
    color: #1A171B;
    background: #fff;
}

.xtrafik-reseplaneraren-iframe-container {
    background: #292929;
    background: linear-gradient(to bottom, #797979 0%, #292929 100%);
}

.xtrafik-reseplaneraren-container {
    /*background: #E6E6E6;*/
    /*margin-top: 15px;*/
    /*padding: 0 15px 15px 15px;*/
}

/* From */
@media(max-width: 767px) {
    .xtrafik-reseplaneraren-container #from-wrapper {
    }
}

@media(min-width: 768px) and (max-width: 1199px) {
    .xtrafik-reseplaneraren-container #from-wrapper {
        float: left;
        width: 48%;
    }
}

@media(min-width: 1200px) {
    .xtrafik-reseplaneraren-container #from-wrapper {
        float: left;
        width: 350px;
    }
}

/* To */
@media(max-width: 767px) {
    .xtrafik-reseplaneraren-container #to-wrapper {
        margin-top: 15px;
    }
}

@media(min-width: 768px) and (max-width: 1199px) {
    .xtrafik-reseplaneraren-container #to-wrapper {
        float: left;
        width: 48%;
        margin-left: 4%;
    }
}

@media(min-width: 1200px) {
    .xtrafik-reseplaneraren-container #to-wrapper {
        float: left;
        width: 350px;
        margin-left: 15px;
    }
}

/* Direction */
@media(max-width: 767px) {
    .xtrafik-reseplaneraren-container #direction-wrapper {
        margin-top: 15px;
    }
}

@media(min-width: 768px) and (max-width: 1199px) {
    .xtrafik-reseplaneraren-container #direction-wrapper {
        float: left;
        margin-top: 15px;
    }
}

@media(min-width: 1200px) {
    .xtrafik-reseplaneraren-container #direction-wrapper {
        float: left;
        width: 150px;
        margin-left: 15px;
    }
}

/* Date */
@media(max-width: 767px) {
    .xtrafik-reseplaneraren-container #date-wrapper {
        float: left;
        margin-top: 15px;
    }
}

@media(min-width: 768px) and (max-width: 1199px) {
    .xtrafik-reseplaneraren-container #date-wrapper {
        float: left;
        margin-left: 15px;
        margin-top: 15px;
    }
}

@media(min-width: 1200px) {
    .xtrafik-reseplaneraren-container #date-wrapper {
        float: left;
        margin-left: 15px;
    }
}

/* Time */
@media(max-width: 767px) {
    .xtrafik-reseplaneraren-container #time-wrapper {
        float: left;
        margin-left: 15px;
        margin-top: 15px;
    }
}

@media(min-width: 768px) and (max-width: 1199px) {
    .xtrafik-reseplaneraren-container #time-wrapper {
        float: left;
        margin-left: 15px;
        margin-top: 15px;
    }
}

@media(min-width: 1200px) {
    .xtrafik-reseplaneraren-container #time-wrapper {
        float: left;
        margin-left: 15px;
    }
}

/* Links */
@media(max-width: 767px) {
    .xtrafik-reseplaneraren-container #sweden {
        margin-top: 15px;
    }
}

@media(min-width: 768px) {
    .xtrafik-reseplaneraren-container #sweden {
        margin-left: 15px;
    }
}

/* BS */
.xtrafik-reseplaneraren-container .input-sm {
    height: 37px;
}

.xtrafik-reseplaneraren-container select.input-sm {
    height: 37px;
}

.xtrafik-reseplaneraren-container {
    margin-bottom: 15px;
}

.xtrafik-reseplaneraren {
    min-height: 150px;
    position: relative;
    background: #e6e6e6;
    /*background: linear-gradient(to bottom, #797979 0%, #292929 100%);*/
}

    .xtrafik-reseplaneraren label {
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: normal;
        cursor: pointer;
        color: #fff;
    }

.xtrafik-reseplaneraren-form {
    /*background: url('css/images/raster.png') repeat-x;*/
    background-color: #e6e6e6;
}

.xtrafik-reseplaneraren h1 {
    color: #1A171B;
    margin-bottom: 2rem;
}

.xtrafik-reseplaneraren .btn-primary {
    font-size: 1.5rem;
}



@media(min-width: 992px) {
    .xtrafik-deviations-current {
        padding: 0 0 0 15px;
        /*margin-top: 15px;*/
    }
}

.xtrafik-deviation-container {
    background: #fff;
}

@media(min-width: 992px) {
    .xtrafik-deviations-current {
        float: right;
    }
}

.xtrafik-deviations-current-header a, .xtrafik-deviations-current-header-md a, .xtrafik-deviations-current-header-xs a {
    color: #fff;
}

.xtrafik-deviations-current-header {
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    font-family: 'robotobold';
    padding: 5px 10px;
    background: #E2001A;
}

.xtrafik-deviations-current-header-md {
    color: #fff;
    font-size: 13px;
    font-size: 1.3rem;
    font-family: 'robotobold';
    padding: 5px 10px;
    background: #E2001A;
}

.xtrafik-deviations-current-header-xs {
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    font-family: 'robotobold';
    padding: 5px 10px;
    background: #E2001A;
}

    .xtrafik-deviations-current-header .glyphicons-circle-info,
    .xtrafik-deviations-current-header-md .glyphicons-circle-info,
    .xtrafik-deviations-current-header-xs .glyphicons-circle-info {
        margin-top: 2px;
    }

@media (max-width: 991px) {

    .xtrafik-deviations-current {
        padding: 0;
    }

    .xtrafik-deviations-current-header {
        font-size: 16px;
        font-size: 1.6rem;
    }
}

.xtrafik-deviations, .xtrafik-deviations-md, .xtrafik-deviations-xs {
    background: #f5f5f5;
}

.xtrafik-deviations-current-deviation {
    border-bottom: 1px solid #fff;
    font-family: 'robotobold';
    padding: 5px 10px;
}

    .xtrafik-deviations-current-deviation:last-child {
        margin-bottom: 0;
    }

    .xtrafik-deviations-current-deviation span.header {
        color: #000000;
        display: block;
    }

    .xtrafik-deviations-current-deviation span.readmore {
        display: block;
    }

.xtrafik-deviations-current-deviation-date {
    text-transform: capitalize;
    font-family: 'Roboto';
    font-size: 12px;
    font-size: 1.2rem;
}

.xtrafik-deviations-footer {
    padding: 5px 10px;
    background: #E6E6E6;
    border-top: 1px solid #ffffff;
    font-size: 17px;
    font-size: 1.7rem;
}

    .xtrafik-deviations-footer a {
        color: #1A171B;
    }

    .xtrafik-deviations-footer img {
        margin-top: -2px;
        max-height: 27px;
    }


.xtrafik-deviations-wrapper {
    height: 150px;
}

@media(max-width: 991px) {
    .xtrafik-deviations-wrapper {
        height: 110px;
    }
}

#xtrafik-all-deviations-wrapper {
    margin-bottom: 3rem;
}

.message {
    position: relative;
    margin-bottom: 3rem;
}

    .message:nth-of-type(1) {
        margin-top: 2rem;
    }

.selected-message {
    background-color: #E6E6E6;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
    border-left: 5px solid #4B4B4A;
}

.message strong {
    font-family: 'roboto';
    font-weight: normal;
    font-size: 22px;
    font-size: 2.2rem;
}

.message span {
    font-size: 16px;
    font-size: 1.6rem;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.message p.details {
    display: none;
}

.message div.read-more {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
}

    .message div.read-more img {
        width: 20px;
    }

.news-plainlistning-container {
    background: #E6E6E6;
}

.news-plainlistning-headline {
    font-size: 16px;
    font-size: 1.6rem;
    font-family: 'robotobold';
    color: #fff;
    padding: 5px 10px;
    background: #E2001A;
}

.news-plainlistning-preamble {
    /*padding: 5px 10px;*/
}


.news-plainlistning-wrapper {
    /*background: #fff;*/
    font-family: 'roboto';
    margin-top: 15px;
}

@media(max-width: 991px) {
    .news-plainlistning-wrapper {
        border-radius: 0;
        box-shadow: none;
        /*margin: 0 -15px;*/
    }
}

@media(min-width: 992px) {
    .news-plainlistning-wrapper {
        /*margin-right: -15px;*/
    }

    .news-plainlistning-container {
    }
}

.news-plainlistning-footer {
    /*padding: 5px 10px;*/
    text-align: right;
}

    .news-plainlistning-footer a {
        color: #1A171B;
    }


.trafikupplysning {
    margin-top: 10px;
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 1;
}

    .trafikupplysning img {
        margin-right: 5px;
    }

@media(max-width: 767px) {
    .trafikupplysning {
        margin-top: 15px;
        font-size: 11px;
        font-size: 1.1rem;
        text-align: right;
    }

        .trafikupplysning img {
            display: none;
        }

        .trafikupplysning .phone {
            clear: both;
        }
}

@media(min-width: 768px) and (max-width: 991px) {
    .trafikupplysning {
        display: initial !important;
    }
}

.news-item-date {
    padding: 0 0px;
}

.news-item-headline {
    /*padding: 0 10px;*/
    font-family: 'robotobold';
}

.news-item {
    /*border-bottom: 1px solid #fff;*/
}

@media(min-width: 992px) {
    .news-item {
        /*min-height: 135px;*/
    }

        .news-item:nth-child(2) {
            /*min-height: 135px;*/
            /*border-left: 1px solid #ffffff;*/
            /*border-right: 1px solid #ffffff;*/
        }
}

.news-item a {
    margin-left: 0px;
}

/* Big box with list of options */
#ajax_listOfOptions {
    position: absolute; /* Never change this one */
    width: 14.909em; /* Width of box */
    height: 12.909em; /* Height of box */
    overflow: auto; /* Scrolling features */
    border: 1px solid #777; /* Dark green border */
    background-color: #FFF; /* White background color */
    text-align: left;
    z-index: 100;
}

    #ajax_listOfOptions div { /* General rule for both .optionDiv and .optionDivSelected */
        margin: 4px 0;
        padding: 2px 10px;
        cursor: pointer;
        color: #555;
    }

    #ajax_listOfOptions .optionDiv { /* Div for each item in list */
    }

    #ajax_listOfOptions .optionDivSelected { /* Selected item in the list */
        background-color: #990000;
        color: #FFF;
    }

#ajax_listOfOptions_iframe {
    background-color: #F00;
    position: absolute;
    z-index: 5;
}

.k-input, input.k-textbox, textarea.k-textbox, input.k-textbox:hover, textarea.k-textbox:hover, .k-textbox > input, .k-multiselect-wrap {
    color: #555;
}

.k-widget.k-autocomplete, .k-widget.k-combobox, .k-widget.k-dropdown, .k-widget.k-datepicker, .k-widget.k-datetimepicker, .k-widget.k-timepicker, .k-widget.k-numerictextbox, .k-widget.k-multiselect, .k-widget.k-menu, .k-widget.k-progressbar, .k-progressbar > .k-state-selected {
    border-radius: 3px;
}

.k-autocomplete.k-state-default, .k-picker-wrap.k-state-default, .k-numeric-wrap.k-state-default, .k-dropdown-wrap.k-state-default, .k-multiselect.k-header {
    border-radius: 3px;
}

    .k-autocomplete.k-state-default .k-input, .k-combobox .k-state-default .k-input, .k-picker-wrap.k-state-default .k-input, .k-numeric-wrap.k-state-default .k-input, .k-multiselect-wrap, .k-slider-track, .k-slider-selection, .k-progress-status-wrap {
        padding-top: 3px;
    }



#map-frm {
    position: absolute;
    z-index: 9898;
    border: 0;
    -webkit-box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.4);
}

@media(max-width: 991px) {
    #map-frm {
        margin-top: -15px;
        margin-left: -15px;
        width: 750px;
        min-height: 600px;
    }
}

@media(min-width: 992px) and (max-width: 1199px) {
    #map-frm {
        margin-top: -15px;
        margin-left: -15px;
        width: 970px;
        min-height: 510px;
    }
}

@media(min-width: 1200px) {
    #map-frm {
        margin-top: -15px;
        margin-left: -15px;
        width: 1170px;
        min-height: 615px;
    }
}

#map-frm.hide {
    display: none;
}

.map-panel {
    /*position: relative;
  max-width: 960px;*/
    margin: 0 auto;
}

#map {
    width: 100%;
    min-height: 500px;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    -moz-box-shadow: 0 1px 76px -6px black;
    -webkit-box-shadow: 0 1px 76px -6px black;
    box-shadow: 0 1px 76px -6px black;
    position: absolute;
}

@media(max-width: 767px) {
    #map {
        min-height: 200px;
    }
}

#close-map {
    z-index: 9999;
    position: absolute;
    cursor: pointer;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.25);
    border-radius: 7px 7px 7px 7px;
    padding: 5px 10px;
    font-weight: bold;
    color: white;
    margin-top: -8px;
}

@media(max-width: 767px) {
    #close-map {
        margin-top: unset;
        top: 10px;
        right: 20px;
    }
}

#quick-nav {
    left: 58px;
    position: absolute;
    top: 10px;
    z-index: 3;
}

    #quick-nav select {
        font-size: 20px;
    }

@media (max-width: 767px) {
    #map-frm {
        margin-left: -30px;
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .map-panel {
        width: 100%;
        height: 100%;
        top: 0;
    }

    #map {
        width: 100%;
        height: 100%;
    }
}
/* required styles */

.leaflet-map-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-pane,
.leaflet-overlay-pane,
.leaflet-shadow-pane,
.leaflet-marker-pane,
.leaflet-popup-pane,
.leaflet-overlay-pane svg,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer { /* TODO optimize classes */
    position: absolute;
}

.leaflet-container {
    overflow: hidden;
    outline: 0;
}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
    display: block;
}

.leaflet-clickable {
    cursor: pointer;
}

.leaflet-dragging, .leaflet-dragging .leaflet-clickable {
    cursor: move;
}

.leaflet-container img {
    /* map is broken in FF if you have max-width: 100% on tiles */
    max-width: none !important;
}

    .leaflet-container img.leaflet-image-layer {
        /* stupid Android 2 doesn't understand "max-width: none" properly */
        max-width: 15000px !important;
    }

.leaflet-tile-pane {
    z-index: 2;
}

.leaflet-objects-pane {
    z-index: 3;
}

.leaflet-overlay-pane {
    z-index: 4;
}

.leaflet-shadow-pane {
    z-index: 5;
}

.leaflet-marker-pane {
    z-index: 6;
}

.leaflet-popup-pane {
    z-index: 7;
}

.leaflet-tile {
    filter: inherit;
    visibility: hidden;
}

.leaflet-tile-loaded {
    visibility: inherit;
}

.leaflet-zoom-box {
    width: 0;
    height: 0;
}

/* Leaflet controls */

.leaflet-control {
    position: relative;
    z-index: 7;
    pointer-events: auto;
}

.leaflet-top,
.leaflet-bottom {
    position: absolute;
    z-index: 1000;
    pointer-events: none;
}

.leaflet-top {
    top: 0;
}

.leaflet-right {
    right: 0;
}

.leaflet-bottom {
    bottom: 0;
}

.leaflet-left {
    left: 0;
}

.leaflet-control {
    float: left;
    clear: both;
}

.leaflet-right .leaflet-control {
    float: right;
}

.leaflet-top .leaflet-control {
    margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
    margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
    margin-left: 10px;
}

.leaflet-right .leaflet-control {
    margin-right: 10px;
}

.leaflet-control-zoom {
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

.leaflet-control-zoom {
    padding: 5px;
    background: rgba(0, 0, 0, 0.25);
}

    .leaflet-control-zoom a {
        background-color: rgba(255, 255, 255, 0.75);
    }

    .leaflet-control-zoom a, .leaflet-control-layers a {
        background-position: 50% 50%;
        background-repeat: no-repeat;
        display: block;
    }

    .leaflet-control-zoom a {
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        width: 19px;
        height: 19px;
    }

        .leaflet-control-zoom a:hover {
            background-color: #fff;
        }

.leaflet-touch .leaflet-control-zoom a {
    width: 27px;
    height: 27px;
}

.leaflet-control-zoom-in {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAMAAADXT/YiAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkUwRTZCRkI3NjQzNzExRTBBQUI3RTAwMUU2MTZDRkQ5IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkUwRTZCRkI4NjQzNzExRTBBQUI3RTAwMUU2MTZDRkQ5Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RTBFNkJGQjU2NDM3MTFFMEFBQjdFMDAxRTYxNkNGRDkiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RTBFNkJGQjY2NDM3MTFFMEFBQjdFMDAxRTYxNkNGRDkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7cwPMXAAAABlBMVEUAAAD///+l2Z/dAAAAAnRSTlP/AOW3MEoAAAAZSURBVHjaYmBkZGRgYACR2Fj4AV69AAEGAAauACW68QgkAAAAAElFTkSuQmCC);
    margin-bottom: 5px;
}

.leaflet-control-zoom-out {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAMAAADXT/YiAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkU5MjRDMEQ5NjQzNzExRTBCM0JDQkU2MzVGQTBCNjRDIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkU5MjRDMERBNjQzNzExRTBCM0JDQkU2MzVGQTBCNjRDIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RTkyNEMwRDc2NDM3MTFFMEIzQkNCRTYzNUZBMEI2NEMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RTkyNEMwRDg2NDM3MTFFMEIzQkNCRTYzNUZBMEI2NEMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7uh53jAAAABlBMVEUAAAD///+l2Z/dAAAAAnRSTlP/AOW3MEoAAAAVSURBVHjaYmCEAQZsLPwAr16AAAMACdgAN9MxY1IAAAAASUVORK5CYII=);
}

.leaflet-control-layers {
    box-shadow: 0 1px 7px #999;
    background: #f8f8f9;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

    .leaflet-control-layers a {
        background-image: url(data:image/png;base64,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);
        width: 36px;
        height: 36px;
    }

.leaflet-touch .leaflet-control-layers a {
    width: 44px;
    height: 44px;
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
    display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
    display: block;
    position: relative;
}

.leaflet-control-layers-expanded {
    padding: 6px 10px 6px 6px;
    font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
    color: #333;
    background: #fff;
}

.leaflet-control-layers input {
    margin-top: 2px;
    position: relative;
    top: 1px;
}

.leaflet-control-layers label {
    display: block;
}

.leaflet-control-layers-separator {
    height: 0;
    border-top: 1px solid #ddd;
    margin: 5px -10px 5px -6px;
}

.leaflet-container .leaflet-control-attribution {
    background-color: rgba(255, 255, 255, 0.7);
    box-shadow: 0 0 5px #bbb;
    margin: 0;
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
    padding: 0 5px;
    color: #333;
}

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
    font: 11px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.leaflet-left .leaflet-control-scale {
    margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
    margin-bottom: 5px;
}

.leaflet-control-scale-line {
    border: 2px solid #777;
    border-top: none;
    color: black;
    line-height: 1;
    font-size: 10px;
    padding-bottom: 2px;
    text-shadow: 1px 1px 1px #fff;
    background-color: rgba(255, 255, 255, 0.5);
}

    .leaflet-control-scale-line:not(:first-child) {
        border-top: 2px solid #777;
        padding-top: 1px;
        border-bottom: none;
        margin-top: -2px;
    }

        .leaflet-control-scale-line:not(:first-child):not(:last-child) {
            border-bottom: 2px solid #777;
        }

.leaflet-touch .leaflet-control-attribution, .leaflet-touch .leaflet-control-layers {
    box-shadow: none;
}

.leaflet-touch .leaflet-control-layers {
    border: 5px solid #bbb;
}


/* Zoom and fade animations */

.leaflet-fade-anim .leaflet-tile, .leaflet-fade-anim .leaflet-popup {
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.leaflet-fade-anim .leaflet-tile-loaded, .leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
    opacity: 1;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.25,0.1,0.25,0.75);
    -moz-transition: -moz-transform 0.25s cubic-bezier(0.25,0.1,0.25,0.75);
    -o-transition: -o-transform 0.25s cubic-bezier(0.25,0.1,0.25,0.75);
    transition: transform 0.25s cubic-bezier(0.25,0.1,0.25,0.75);
}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile,
.leaflet-touching .leaflet-zoom-animated {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
    visibility: hidden;
}


/* Popup layout */

.leaflet-popup {
    position: absolute;
    text-align: center;
}

.leaflet-popup-content-wrapper {
    padding: 1px;
    text-align: left;
}

.leaflet-popup-content {
    margin: 14px 20px;
}

.leaflet-popup-tip-container {
    margin: 0 auto;
    width: 40px;
    height: 20px;
    position: relative;
    overflow: hidden;
}

.leaflet-popup-tip {
    width: 15px;
    height: 15px;
    padding: 1px;
    margin: -8px auto 0;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.leaflet-container a.leaflet-popup-close-button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 4px 5px 0 0;
    text-align: center;
    width: 18px;
    height: 14px;
    font: 16px/14px Tahoma, Verdana, sans-serif;
    color: #c3c3c3;
    text-decoration: none;
    font-weight: bold;
}

    .leaflet-container a.leaflet-popup-close-button:hover {
        color: #999;
    }

.leaflet-popup-content p {
    margin: 18px 0;
}

.leaflet-popup-scrolled {
    overflow: auto;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}


/* Visual appearance */

.leaflet-container {
    background: #ddd;
}

    .leaflet-container a {
        color: #0078A8;
    }

        .leaflet-container a.leaflet-active {
            outline: 2px solid orange;
        }

.leaflet-zoom-box {
    border: 2px dotted #05f;
    background: white;
    opacity: 0.5;
}

.leaflet-div-icon {
    background: #fff;
    border: 1px solid #666;
}

.leaflet-editing-icon {
    border-radius: 2px;
}

.leaflet-popup-content-wrapper, .leaflet-popup-tip {
    background: white;
    box-shadow: 0 3px 10px #888;
    -moz-box-shadow: 0 3px 10px #888;
    -webkit-box-shadow: 0 3px 14px #999;
}

.leaflet-popup-content-wrapper {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

.leaflet-popup-content {
    font: 12px/1.4 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.leaflet-vml-shape {
    width: 1px;
    height: 1px;
}

.lvml {
    behavior: url(#default#VML);
    display: inline-block;
    position: absolute;
}

.leaflet-control {
    display: inline;
}

.leaflet-popup-tip {
    width: 21px;
    _width: 27px;
    margin: 0 auto;
    _margin-top: -3px;
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
}

.leaflet-popup-tip-container {
    margin-top: -1px;
}

.leaflet-popup-content-wrapper, .leaflet-popup-tip {
    border: 1px solid #bbb;
}

.leaflet-control-zoom {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#3F1A171B',EndColorStr='#3F1A171B');
}

    .leaflet-control-zoom a {
        background-color: #eee;
    }

        .leaflet-control-zoom a:hover {
            background-color: #fff;
        }

.leaflet-control-layers-toggle {
}

.leaflet-control-attribution, .leaflet-control-layers {
    background: white;
}

div.old-browser {
    background: #fff;
    font-size: 14px;
    border: 1px solid #efefef;
    border-radius: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 15px;
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
}

    div.old-browser > div {
        background: #d50000;
        padding: 35px;
    }

        div.old-browser > div,
        div.old-browser > div a {
            color: #fff;
        }

            div.old-browser > div a {
                text-decoration: underline;
            }

/* Smart App Banner */
.smartbanner {
    position: fixed !important;
    top: -84px;
    z-index: 99999;
}

/* Talande Webb */
#__ba_panel {
    width: 100px !important;
    float: left;
}

@media(max-width: 767px) {
    #__ba_panel {
        display: none;
    }

    #bapluslogo {
        float: left;
    }
}

/* DEV */
#browsealoud-wrapper {
    display: none;
}

.search-widget {
    display: none;
}

.google-translate-widget {
    display: none;
}

#top-icons-wrapper {
    /*float: right;*/
}

#listen {
    display: block !important;
    float: left;
    margin-right: 50px;
    text-align: center;
    font-size: 14px;
    color: #E2001A;
}

    #listen img {
        max-width: 30px;
        margin-bottom: 10px;
    }

    #listen a {
        color: #E2001A;
    }

#languages {
    display: block !important;
    float: left;
    margin-right: 15px;
    text-align: center;
    font-size: 14px;
    color: #E2001A;
}

    #languages img {
        max-width: 30px;
        margin-bottom: 10px;
    }

    #languages a {
        color: #E2001A;
    }

#trafikupplysning-wrapper {
    float: left;
}

    #trafikupplysning-wrapper img {
        margin-bottom: 10px;
    }

#content-last-altered {
    clear: both;
}

.fullscreen #content-last-altered {
    margin: 0 15px;
}

/* SlickSlider (generic) */

.slick-header > h2 {
    text-align: center;
    margin: 0 0 15px;
    padding: 0;
    line-height: 1;
}

.slick-dots li button::before {
    content: '■' !important;
    color: none !important;
    opacity: 1 !important;
    background: none;
}

.slick-dots li.slick-active button:before {
    background: #5E514D;
    color: transparent !important;
    border: 1px solid #5E514D;
}

.slick-active:focus {
    outline: none;
}

.slick-active:active {
    outline: none;
}

.slick-dots li button:before {
    width: 15px !important;
    height: 15px !important;
    color: transparent !important;
    border-radius: 10px;
    border: 1px solid #5E514D;
}

.slick-controls li {
    list-style: none;
}

/* SlickSlider (SlickSliderID 11) */
#slickslider-11-wrapper {
    clear: both;
    /*padding: 5rem;*/
}

@media(max-width: 767px) {
    #slickslider-11-wrapper {
        padding: 0 15px;
    }
}

@media(max-width: 991px) {
    #slickslider-11-wrapper {
        padding: 0 25px;
    }
}

@media(max-width: 1024px) {
    #slickslider-11-wrapper {
        padding: 0 50px;
    }
}

#slickslider-11-wrapper h5 {
    margin-bottom: 3rem;
}

#slickslider-11-wrapper,
#slickslider-11 > .slick-dots {
    /*background: white;*/
}


#slickslider-11 > .slick-dots {
    margin-top: 5px !important;
    bottom: -60px;
}

#slickslider-11-container {
    margin: 0 auto;
}

@media(min-width: 768px) {
    #slickslider-11-container {
        max-width: 750px;
    }
}

@media(min-width: 992px) {
    #slickslider-11-container {
        max-width: 930px;
    }
}

@media(min-width: 1200px) {
    #slickslider-11-container {
        max-width: 1170px;
    }
}

.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

#slickslider-11 .image {
    margin-right: 20px;
    background: #fff;
    width: 200px;
    float: left;
}

@media(max-width: 768px ) {
    #slickslider-11 .image {
        margin-bottom: 5px;
        margin-left: 1px;
        width: initial;
    }
}

a:focus {
    outline: none;
}

#slickslider-11 .slickslider-item-date {
    padding: 0 10px;
}

#slickslider-11 .slickslider-item-headline {
    text-align: left;
    bottom: 0;
    padding: 0 10px;
    left: 0px;
    right: 0px;
    margin-right: 20px;
    color: #1A171B;
    font-weight: bold;
    font-size: 20px;
    min-height: 56px;
}

#slickslider-11 .slickslider-item-preamble {
    text-align: left;
    color: black;
    bottom: 0;
    padding: 10px;
    left: 0px;
    right: 0px;
    margin-right: 20px;
    font-size: 14px;
}

#slickslider-11 .slickslider-item-headline a {
    color: #1A171B;
    font-weight: bold;
}

.slick-prev:before,
.slick-next:before {
    color: #1A171B !important;
}

.slick-arrow:focus {
    text-decoration: underline;
}

.slickslider-footer-archive a {
    color: #1A171B;
}

#icon-wrapper {
    /*background-color: #c0c0c0;*/
}

    #icon-wrapper img {
        max-width: 100px;
    }

#icon-inner-wrapper {
    padding: 15px 0;
}

    #icon-inner-wrapper a {
        color: #ffffff;
    }

@media(max-width: 767px) {
    #icon-inner-wrapper .row > div {
        width: 50%;
        float: left;
    }

        #icon-inner-wrapper .row > div:last-of-type {
            width: 100%;
        }

        #icon-inner-wrapper .row > div:nth-child(3),
        #icon-inner-wrapper .row > div:nth-child(4),
        #icon-inner-wrapper .row > div:nth-child(5) {
            margin-top: 15px;
        }
}

@media(min-width: 768px) {
    #icon-inner-wrapper .row > div {
        width: 20%;
        float: left;
    }
}

/* Validation */
.input-validation-error {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}

.field-validation-error {
    color: #a94442;
}

/* Tooltips */
.tooltip-inner {
    padding: 3px;
}

/* Tooltips (Validation) */
.tooltip-alert {
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 15px;
    font-size: 1.5rem;
    padding: 8px 10px;
    color: #ffffff;
}

    .tooltip-alert.alert-danger {
        background-image: unset;
        background-color: #E2001A;
    }

/* 2025 */
#deviation-alert-wrapper {
    background-color: #FFDF20;
}

#deviation-alert-inner-wrapper {
    display: flex;
    gap: 16px;
}

#deviation-alert {
    margin: 1.5em 0;
}

    #deviation-alert .headline {
        color: var(--base800);
        font-family: 'Roboto';
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px; /* 133.333% */
    }

    #deviation-alert .message {
        color: var(--base700);
        font-family: Roboto;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; /* 150% */
    }

#top {
    padding-top: 2em;
}

@media(max-width: 767px) {
    #top {
        padding-top: 1em;
    }
}

#top a {
    display: flex;
    align-items: center;
    color: var(--base800);
    font-size: 1em;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: bold;
}

#top a > img {
    display: inline-block;
    margin-right: 0.5em;
}

#top div.right {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 1em;
}

#menu {
    padding-bottom: 2em;
}

@media(max-width: 767px) {
    #menu {
        padding-bottom: 1em;
    }
}

#start-reseplaneraren {

}

    #start-reseplaneraren .col-md-12 > div {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #start-reseplaneraren h1.hero {
        color: var(--base000);
        font-size: clamp(2.8rem, 1.586rem + 3.238vw, 4.5rem);
        font-family: 'robotobold';
        margin-top: 2em;
        margin-bottom: 1em;
    }

    #start-reseplaneraren .btn {
        margin-bottom: 1em;
        width: 100%;

        display: flex;
        max-width: 576px;
        padding: 16px 32px;
        justify-content: space-between;
        align-items: center;
        border-radius: 4px;
        background: var(--Base-000, #FFF);

        color: var(--Base-600, #525252);
        font-family: Roboto;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; /* 133.333% */
    }

@media(max-width: 767px) {
    #start-reseplaneraren h1.hero {
        margin: 1em 0;
    }
}

#start-top {
    background: url('/Image/132852/topp.jpg') center center;
    height: 632px;
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    /*background-size: 100% 100%;*/
    position: relative;
}

@media(max-width: 2560px) {
    #start-top {
        background: url('/Image/132852/2560/topp.jpg') center center;
        background-repeat: no-repeat;
        /*background-attachment: fixed;*/
        /*background-size: 100% 100%;*/
        margin-bottom: 4em;
    }
}

@media(max-width: 1920px) {
    #start-top {
        background: url('/Image/132852/1920/topp.jpg') center center;
        background-repeat: no-repeat;
        /*background-attachment: fixed;*/
        /*background-size: 100% 100%;*/
    }
}

@media(max-width: 1024px) {
    #start-top {
        background: url('/Image/132852/1440/topp.jpg') center center;
        background-repeat: no-repeat;
        /*background-attachment: fixed;*/
        /*background-size: 100% 100%;*/
        height: 456px;
        margin-bottom: 2em;
    }
}

@media(max-width: 767px) {
    #start-top {
        background: url('/Image/132852/1440/topp.jpg') center center;
        background-repeat: no-repeat;
        /*background-attachment: fixed;*/
        /*background-size: 100% 100%;*/
        margin-bottom: 14em;
    }
}

#start-top-icons-wrapper {
    background-color: var(--base000);
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 4px 4px 0px var(--shadow);

    position: absolute;
    width: 100%;
    bottom: -444px;
    z-index: 1;
}

@media(max-width: 1024px) {
    #start-top-icons-wrapper {
        width: unset;
        bottom: -278px;
        margin-right: 15px;
    }
}


@media(max-width: 767px) {
    #start-top-icons-wrapper {
        bottom: -414px;
    }
}

@media(max-width: 767px) {
    #start-top-icons-wrapper {
        flex-wrap: wrap;
        padding: 1em 0;
    }
}

#start-top-icons-wrapper > div {
    padding: 2em;
    width: 100%;
}

    #start-top-icons-wrapper > div.separator {
        padding: 0;
        width: 1px;
    }

@media(max-width: 767px) {
    #start-top-icons-wrapper > div.separator {
        display: none;
    }
}

@media(max-width: 767px) {
    #start-top-icons-wrapper > div {
        padding: 1em;
        flex: 50%;
    }
}

#start-top-icons-wrapper > div a {
    color: var(--base800);
    font-size: 1.125em;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

#slideshow-outer-wrapper {
    margin-bottom: 6em;
}

@media(max-width: 991px) {
    #slideshow-outer-wrapper {
        margin-bottom: 1em;
    }
}

.slideshow-item-wrapper {
    margin-bottom: 1em;
}

.slideshow-items-wrapper a {
    color: var(--base800);
}

.slideshow-item-headline {
    margin: 0.5em 0;
    font-size: 1.25em;
    color: var(--base800);
    font-family: 'robotobold';
}

.slideshow-item-preamble {
    font-size: 1em;
    color: var(--base700);
}

    @media(max-width: 767px) {
        #news-wrapper {
        /*margin-left: 15px;*/
    /*margin-right: 15px;*/
}
}

#news-outer-wrapper {
    /*margin-bottom: 4em;*/
}

@media(max-width: 991px) {
    #news-outer-wrapper {
        /*margin-bottom: 2em;*/
    }
}

.news-item-wrapper {
    background-color: var(--base000);
    margin-bottom: 1em;
    min-height: 188px;
    padding: 1.5em;
    box-shadow: 0px 4px 4px 0px var(--shadow);
}

@media(max-width: 767px) {
    .news-item-wrapper {
        min-height: unset;
    }
}

.news-item-date {
    color: var(--base600);
    font-size: 1em;
}

.news-item-headline {
    margin: 0.25em 0;
    color: var(--base800);
    font-size: 1.25em;
    font-family: 'robotobold';
}

    .news-item-headline a {
        color: var(--base800);;
    }

.news-item-preamble {
    color: var(--base700);
    font-size: 1em;
}

#news-footer-wrapper {
    margin-top: 1em;
}

@media(max-width: 767px) {
    #news-footer-wrapper {
        margin-top: 0;
    }
}

#news-footer-button {
    float: right;
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border-radius: 4px;
    border: 1px solid var(--brand500);
    color: var(--brand500);
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */

    max-width: 170px;
}

@media(max-width: 1024px) {
    #news-footer-button {
        max-width: unset;
        width: 100%;
    }
}

    #news-footer-button:hover {
        background-color: var(--brand500);
        color: var(--base000);
    }

/* 2025 (Sub) */
#content {
    /*background-color: var(--base000);*/
    /*padding-bottom: 1em;*/
}
