body {
    font-family: 'Lato', sans-serif;
    min-width: 320px;
    font-size: 100%;
    color: #fff;
    background-color: #000;
}

.font-second{
    font-family: 'Kaushan Script', cursive;
}

img {
    border: 0;
}

.opacity-50{
    opacity: .5;
}

main {
    min-height: 573px;
}

.page-overlay {
    position: relative;
    background-color: rgba(0,0,0,0.6);
}

.color-main {
    color: #515b67;
}

.border-main {
    border-color: #515b67;
}

.bg-main {
    background-color: rgba(255,255,255,0.1);
    color: #fff;
}

.color-second {
    color: #7b8da2;
}

.bg-second {
    background-color: #7b8da2;
}

.bg-white {
    background-color: #fff;
}

.text-center{text-align: center;}

.p-30{padding:30px;}

.mb-30{margin-bottom:30px;}

a.link-white{
    color:#fff;
}

nav.navbar {
    /*position: fixed;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    z-index: 1030;*/
    padding: 0;
}

.navbar-toggler {
    background-color: rgba(0,0,0,0.3);
    padding: .25rem .5rem;
    margin-top: 1rem;
    margin-right: 1rem;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

nav a.nav-link {
    color: #fff;
    font-size: 1.375rem;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration:none;
}

    nav a.nav-link:hover,
    nav a.nav-link:focus,
    nav a.nav-link.active {
        color: #fff;
        text-decoration: underline;
    }

.dropdown-menu {
    border: 0 none;
    background-color: #7b8da2;
    border-radius: 0;
    padding: 0 0 0.3rem;
    top: 115%;
}


    .dropdown-menu:after {
        content: '';
        position: absolute;
        bottom: 100%;
        left: 50%;
        margin-left: -0.625rem;
        width: 0;
        height: 0;
        border-bottom: 0.625rem solid #7b8da2;
        border-right: 0.625rem solid transparent;
        border-left: 0.625rem solid transparent;
    }

.navbar-nav.ml-auto .dropdown-menu {
    left: 50%;
    right: auto;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.dropdown-menu > a {
    background-color: #7b8da2;
    color: #fff;
    padding: 0.625rem 1.875rem;
    line-height: 1;
}

    .dropdown-menu > .active > a,
    .dropdown-menu > .active > a:focus,
    .dropdown-menu > .active > a:hover,
    .dropdown-menu > a:focus,
    .dropdown-menu > a:hover {
        background-color: #515b67;
        color: #fff;
    }

#bgimage {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -1;
}

figure {
    margin-top: 0;
    margin-bottom: 2rem;
}

figcaption {
    background-color: rgba(255,255,255,.1);
    color:#fff;
    padding: 0.15rem 0.33rem;
    font-size: 0.75rem;
    font-style: italic;
}

.image-full {
    width: 100%;
    height: auto;
    max-width: 100%;
}

.ingress {
    font-size: 1.25rem;
}

.body-text {
    margin-bottom: 2rem;
}

    .body-text ul {
        margin: 1rem 0;
        padding-left: 1.25rem;
    }

    .body-text a{
        color:#fff;
        text-decoration:underline;
    }

    .body-text a:hover,
    .body-text a:focus{
        text-decoration:none;
        color:#eee;
        background-color:rgba(0,0,0,0.3);
    }

.section {
    margin-bottom: 6rem;
}

.section-content {
    padding: 2rem;
}

    .section-content h1 {
        text-align: center;
        margin-bottom: 6rem;
    }

.banner {
    position: relative;
    height: 100vh;
    min-height: 800px;
}

.banner-logo {
    position: absolute;
    top: 3rem;
    left: 4rem;
    z-index:1100;
}

    .banner-logo > img {
        width: 15rem;
        height: auto;
    }

.banner-content {
    position: absolute;
    right: 6.5rem;
    bottom: 4.5rem;
    width: 25rem;
}

.infobox {
    position: relative;
}

    /* .infobox > img {
        opacity: 0.5;
    } */

.infobox-text {
    margin-bottom: 15px;
    font-size: 1.25rem;
}

.infobox-title{
    font-size: 1.75rem;
    font-weight: 700;
}

.infobox-link {
    position: absolute;
    left: 1.875rem;
    bottom: 1.5625rem;
    padding: 0 1rem;
}

.infobox-link-right{
    left:auto;
    right:30px;
}

.concert-list-title {
    padding: 1.2rem 1.625rem;
    font-weight: 700;
}

.concert-all-link{
    float: right;
    font-size: .8rem;
    padding-top:4px;
}

.margin-tb-1{
    margin-top:1px;
    margin-bottom: 2px;
}

.concert {
    padding: 1.875rem 1.625rem;
    margin: 1px;
}

#konserter .concert{
    height: 100%;
}

.concert-date {
    font-weight: 700;
    text-transform: uppercase;
}

    .concert-date > span {
        font-weight: 400;
        color: #ADADAD;
    }

.concert-place {
    font-size: 1.5rem;
}

.link-button {
    background-color: #fff;
    color: #000;
    font-size: 0.875rem;
    font-weight: 700;
    display: block;
    height: 2rem;
    line-height: 2rem;
    border-radius: 1rem;
    text-align: center;
    text-decoration:none;
}

.link-button:hover,
.link-button:focus{
    text-decoration:underline;
    color:#000;
    box-shadow:0 0 1rem rgba(255,255,255,0.6);
}

@media only screen and (max-width: 1199px) {

    .banner-logo {
        top: 1.5rem;
        left: 2rem;
    }

        .banner-logo > img {
            width: 12rem;
        }

    .banner-content {
        right: 2rem;
    }
}

@media only screen and (max-width: 991px) {

    .navbar-collapse {
        background-color: rgba(0,0,0,0.6);
        padding: 0.5rem 1rem;
        text-align: center;
    }

    .navbar-nav .open .dropdown-menu {
        background-color: rgba(255,255,255,0.2);
        border: 0 none;
        box-shadow: none;
        float: none;
        margin-top: 0;
        position: static;
        width: auto;
        text-align: center;
        color: #fff;
    }

        .navbar-nav .open .dropdown-menu .dropdown-header,
        .navbar-nav .open .dropdown-menu > li > a {
            padding: 0.625rem 1rem 0.625rem 1.5625rem;
        }

    .dropdown-menu > .active > a,
    .dropdown-menu > .active > a:focus,
    .dropdown-menu > .active > a:hover {
        background-color: #ccc;
        color: #333;
    }

    .dropdown-menu > li > a {
        white-space: normal;
    }


    .dropdown-menu:after {
        display: none;
    }

    .navbar-nav.ml-auto .dropdown-menu {
        left: auto;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        -webkit-transform: none;
        transform: none;
    }
}

@media only screen and (max-width: 767px) {
    
    

    .banner-logo > img{
        width:auto;
        height:5rem;
    }

    .banner {
        height: auto;
    }

    .banner-content {
        width: 18rem;
    }
}

@media only screen and (max-width: 575px) {


    .banner {
        min-height: 0;
    }

    .banner-logo {
        top: .75rem;
        left: 1.5rem;
    }

    .banner-logo > img{
        height:3.5rem;
    }

    .banner-content {
        position: relative;
        right: auto;
        bottom: auto;
        width: 100%;
        padding: 13rem 2rem 2rem;
    }
}

@media (min-width: 992px) {

    .mb-lg-60{margin-bottom:60px;}

    nav.navbar {
        background: linear-gradient(rgba(0,0,0,0.8) 25%, rgba(0,0,0,0));
        padding: 2rem;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .section {
        min-height: 100vh;
        margin-bottom: 15rem;
        padding-top: 10rem;
    }

    .infobox-title {
        font-size: 2.25rem;
    }
}

.media-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.media-grid-item-high{
    grid-row: span 2;
}

.media-grid-item-high a{
    display: flex;
    flex-direction: column;
    height: 100%;
}