﻿CSS:

.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 18px;
    color: #c09853;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.alert-heading {
    color: inherit;
}

.alert .close {
    position: relative;
    top: -2px;
    right: -21px;
    line-height: 18px;
}

.alert-success {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-danger,
.alert-error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}

.sweden-only {
    display: none;
}
/*Bildtext i editorn*/
p.figcaption {
    margin-top: 0.4em;
    font-size: 1.4rem;
    color: #3b3b3b;
    line-height: 1.4;
    position: relative;
    top: -10px;
}

.search-suggestions li.selected {
    background-color: #eaeaea;
}

.footer-col a, .footer-main a {
    display: inline;
}

.article-tickets__purchase-btn div {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 700;
    color: #fff;
    background: transparent;
}

.article-tickets-container .date-heading {
    color: #fff;
    font-size: 24px;
    margin: 30px 0 0 0;
}

.icon-instagram, .body--dark .icon-instagram-black {
    background-size: 22px 22px;
    width: 22px;
    height: 22px;
    background-image: url("../img/icons/instagram-4096-white.png");
}

.icon-instagram-black, .body--dark .icon-instagram {
    background-size: 22px 22px;
    width: 22px;
    height: 22px;
    background-image: url("../img/icons/instagram-4096-black.png");
}


.list-view-selector {
    display: table;
    width: 100%;
    color: #fff;
}

    .list-view-selector li {
        display: table-cell;
        width: 50%;
    }

        .list-view-selector li a {
            background-size: 22px 22px;
            width: 59px;
            height: 55px;
            padding: 55px 59px 0 0;
            display: block;
            background: no-repeat;
            margin: 0 auto;
        }

    .list-view-selector .btn__image {
        background-image: url("../img/btn-image.png");
    }

        .list-view-selector .btn__image--active,
        .list-view-selector .btn__image:hover {
            background-image: url("../img/btn-image-active.png");
        }

    .list-view-selector .btn__text {
        background-image: url("../img/btn-text.png");
    }

        .list-view-selector .btn__text--active,
        .list-view-selector .btn__text:hover {
            background-image: url("../img/btn-text-active.png");
        }

.footer-secondary .icons p {
    margin-bottom: 5px;
    font-weight: normal;
}

/*navbar*/
.side-nav-wrapper {
    color: white;
    float: left;
    margin-top: -1em;
    /*position: relative;*/
    width: 250px;
    /*display: inline-block;
    vertical-align: top;*/
    padding-bottom: 10%;
}

@media screen and (max-width: 1020px) {
    .side-nav-wrapper {
        display: none;
    }

    body .lexicon-main {
        margin-left: 1em;
        margin-right: 5em;
        display: block !important;
        min-height: 20em;
    }

    .lexicon-print {
        float: none;
        margin-bottom: 20px;
        margin-right: -4em;
    }
}

.side-nav-list-item {
    background-color: #52a4bd;
    min-height: 55px;
    height: auto;
    width: 250px;
    border-top: 1px solid white;
    list-style: none;
    padding-left: 15px;
    padding-top: 18px;
    padding-bottom: 10px;
}

.side-nav-list-item-sub {
    background-color: #007e95;
    height: auto;
    min-height: 40px;
    width: 250px;
    list-style: none;
    padding-top: 10px;
    padding-left: 15px;
}

.side-nav-list-item-second-sub {
    background-color: #004c59;
    height: auto;
    min-height: 40px;
    width: 250px;
    list-style: none;
    padding-top: 10px;
    padding-left: 15px;
}

.page-link {
    font-family: 'akzidenz-grotesk', sans-serif;
    padding-right: 8px;
    padding-bottom: 9px;
    display: inline-block;
}

    .page-link:hover {
        text-decoration: underline;
    }

.page-link-selected {
    font-family: 'akzidenz-grotesk', sans-serif;
    padding-right: 8px;
    padding-bottom: 9px;
    display: inline-block;
    font-weight: 600;
}

    .page-link-selected:hover {
        text-decoration: underline;
    }

.sub-page-link {
    font-family: 'akzidenz-grotesk', sans-serif;
    font-size: 1.4rem;
    padding-left: 10px;
    padding-right: 8px;
    padding-top: 6px;
    padding-bottom: 12px;
    display: inline-block;
}

    .sub-page-link:hover {
        text-decoration: underline;
    }

.sub-page-link-selected {
    font-family: 'akzidenz-grotesk', sans-serif;
    font-size: 1.4rem;
    padding-left: 10px;
    padding-right: 8px;
    padding-top: 6px;
    padding-bottom: 12px;
    display: inline-block;
    font-weight: 600;
}

    .sub-page-link-selected:hover {
        text-decoration: underline;
    }

.second-sub-page-link {
    font-family: 'akzidenz-grotesk', sans-serif;
    font-size: 1.4rem;
    padding-left: 30px;
    padding-right: 8px;
    padding-top: 6px;
    padding-bottom: 12px;
    display: inline-block;
}

    .second-sub-page-link:hover {
        text-decoration: underline;
    }

.second-sub-page-link-selected {
    font-family: 'akzidenz-grotesk', sans-serif;
    font-size: 1.4rem;
    padding-left: 30px;
    padding-right: 8px;
    padding-top: 6px;
    padding-bottom: 12px;
    display: inline-block;
    font-weight: 600;
}

.lexicon-main {
    color: black;
    /*position: relative;*/
    /*padding-left: 2%;*/
    padding-bottom: 10%;
    /*padding-top: 0;*/
    /*display: inline-block;*/
    /*width: 77%;*/ /*calc(4vw + 70%)*/
    /*vertical-align: top;*/
    margin-top: 6em;
    margin-left: 18em;
    min-height: 40em;
}

    .lexicon-main h1 {
        color: black;
        text-align: left;
        font-weight: 900;
        word-wrap: break-word;
    }

    .lexicon-main h4 {
        padding-top: 30px;
    }

    .lexicon-main p {
        margin-bottom: 1em;
    }

    .lexicon-main a {
        text-decoration: underline;
        font-weight: 700;
    }

    .lexicon-main ul {
        padding-left: 1.2em;
        list-style-position: outside;
    }

        .lexicon-main ul li {
            list-style: disc;
        }

    .lexicon-main ol {
        padding-left: 1.4em;
        list-style-position: outside;
    }

        .lexicon-main ol li {
            list-style: decimal;
        }

    .lexicon-main li {
        margin-bottom: 0.2em;
    }

.lexicon-main .lexicon-print {
    width: auto;
    margin-top: -2em;
    float: right;
    text-decoration: none;
    font-weight: 400;
}

.left-menu-icon {
    position: relative;
    color: white;
    display: inline-block;
}

    .left-menu-icon::before {
        content: " ";
    }


.lexicon-sub-headline-list {
    display: inline-block;
    width: 100%;
}

.lexicon-sub-headline-list-item {
    display: inline-block;
    width: 100%;
    text-decoration: none;
}

    .lexicon-sub-headline-list-item h4 {
        text-decoration: none !important;
    }

.lexicon-header {
    position: absolute;
    display: inline;
    left: 0;
    right: 0;
    background-color: #52a4bd;
    margin-top: -6em;
}

.lexicon-container {
    max-width: 1120px;
    margin: 0 auto;
}
