@charset "UTF-8";
/*
Theme Name: spillehallenapp
Theme URI: https://spillehallen.app
Author: spillehallenapp.dk
Author URI: https://spillehallen.app
Description: Description
Requires at least: 0.1
Requires PHP: 5.2.4
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://spillehallen.app
Text Domain: spillehallenapp.dk
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready

--------------------------------------------------------------*/
@font-face {
    font-family: "MontserratRegular";
    src: url("./fonts/Montserrat-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: "MontserratBold";
    src: url("./fonts/Montserrat-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: "MontserratMedium";
    src: url("./fonts/Montserrat-Medium.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

*, *:after, *:before {
    box-sizing: border-box;
}

html, body, .site {
    min-height: 100vh;
}

html {
	scroll-behavior: smooth;
}

.text-center {
    text-align: center;
}


body {
    margin: 0;
    font-family: "MontserratRegular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    background-color: #8ccae5;
    color: #23272c;
}

body.active {
    overflow: hidden;
}

/**/
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }

    .navbar,
    .navbar > div,
    .navbar__list,
    .navbar__list > .menu-item {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }
}

.container-relative {
    position: relative;
}

.top__he_spillehallenapp {
    display: flex;
    position: relative;
    min-height: 70px;
    background-color: #002465;
    border-bottom: 1px solid #8ccae5;
    z-index: 9;
}

.top__he_spillehallenapp .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.top__he_spillehallenapp__logo {
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.top__he_spillehallenapp__logo a {
    display: flex;
    text-decoration: none;
    text-transform: uppercase;
    color: #161616;
}

.top__he_spillehallenapp__logo img {
    width: 100%;
}

.menu__wrapper__spillehallenapp {
    height: 80px;
    align-items: center;
    justify-content: center;
    background-color: #2364db;
    position: relative;
    z-index: 9;
}

.menu__wrapper__spillehallenapp .top__he_spillehallenapp__logo {
    display: flex;
}

.menu__wrapper__spillehallenapp .container {
    height: 100%;
}

.navbar {
    display: none;
    margin: 0 auto;
}

@media (min-width: 480px) {

}

@media (min-width: 768px) {

}

@media (min-width: 1200px) {
    .menu__wrapper__spillehallenapp {
        height: 60px;
    }

    .top__he_spillehallenapp {
        min-height: 80px;
        border-bottom: none;
    }

    .menu__wrapper__spillehallenapp .top__he_spillehallenapp__logo {
        display: none;
    }

    .navbar {
        display: block;
    }

    .top__he_spillehallenapp__logo {
        display: flex;
    }
}

/**/

.mob_spillehallenapp__nav__toggle {
    height: 50px;
    width: 50px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    cursor: pointer;
    border-radius: 50%;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.mob__m__spillehallenapp.show  ~ .site .menu__wrapper__spillehallenapp .mob_spillehallenapp__nav__toggle .icon-bar__spillehallenapp:nth-of-type(2) {
    transform: rotate(-45deg) translate(-3px, 5px);
}
.mob__m__spillehallenapp.show  ~ .site .menu__wrapper__spillehallenapp .mob_spillehallenapp__nav__toggle .icon-bar__spillehallenapp:nth-of-type(4) {
    transform: rotate(45deg) translate(-4px, -5px);
    width: 42px;
}
.mob__m__spillehallenapp.show  ~ .site .menu__wrapper__spillehallenapp .mob_spillehallenapp__nav__toggle .icon-bar__spillehallenapp:nth-of-type(3) {
    display: none;
}

@media (min-width: 1200px) {
    .mob_spillehallenapp__nav__toggle {
        display: none;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.mob_spillehallenapp__nav__toggle .icon-bar__spillehallenapp {
    display: block;
    width: 42px;
    height: 3px;
    /*border-radius: 6px;*/
    background-color: #ffffff;
    transition: all .3s;
    will-change: transform;
}


.mob_spillehallenapp__nav__toggle .icon-bar__spillehallenapp + .icon-bar__spillehallenapp {
    margin-top: 9px;
}

/*.mob_spillehallenapp__nav__toggle .icon-bar__spillehallenapp:nth-of-type(3) {*/
/*    width: 30px;*/
/*}*/


/*.mob_spillehallenapp__nav__toggle .icon-bar__spillehallenapp:nth-of-type(4) {*/
/*    width: 35px;*/
/*}*/

@media (min-width: 1200px) {

    .mob_spillehallenapp__nav__toggle.active .icon-bar__spillehallenapp {
        height: 5px;
    }

    .mob_spillehallenapp__nav__toggle.active .icon-bar__spillehallenapp:nth-of-type(2) {
        transform: rotate(-45deg) translate(-3px, 4px);
    }

    .mob_spillehallenapp__nav__toggle.active .icon-bar__spillehallenapp:nth-of-type(3) {
        transform: rotate(45deg) translate(-4px, -5px);
    }

    .mob_spillehallenapp__nav__toggle.active .icon-bar__spillehallenapp:last-child {
        display: none;
    }
}

.mob__m__spillehallenapp {
    display: none;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
}

.mob__m__spillehallenapp__backdrop {
    width: 100vw;
    height: 100vh;
}

.mob__m__spillehallenapp__inner {
    display: flex;
    flex-direction: column;
    background-color: #001b37;
    width: 300px;
    margin: 0;
    padding-left: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    padding-top: 14rem;
}

.mob__m__spillehallenapp__inner .footer_spillehallenapp__text {
    width: 130px;
    margin: 0 auto 10px;
}


@media (min-width: 1200px) {
    .mob__m__spillehallenapp {
        display: none;
    }
}


.mob__m__spillehallenapp .navbar {
    display: block;
}

/**/

/*.header {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    min-height: 360px;*/
/*    position: relative;*/
/*    background-image: url(image/banner.png);*/
/*    background-repeat: no-repeat;*/
/*    background-position: center;*/
/*    background-size: cover;*/
/*    margin-top: 60px;*/
/*}*/

.header__wrapper {
    display: flex;
    width: 100%;
    order: 0;
}

.header__wrapper .item {
    background-image: url("./image/banner1-spillehallenapp.jpg");
    background-repeat: no-repeat;
    background-position: 65% 100%;
    background-size: cover;
    height: 230px;
}

.header__wrapper .item:nth-of-type(2) {
    background-image: url("./image/banner2-spillehallenapp.jpg");
}

.header__wrapper .item:nth-of-type(3) {
    background-image: url("./image/banner3-spillehallenapp.jpg");
}

.header__wrapper.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.header__wrapper .slick-next,
.header__wrapper .slick-prev {
    margin: auto;
    z-index: 1;
}

.header__wrapper .slick-prev {
    right: 0;
    left: -90%;
}

.header__wrapper .slick-next {
    right: -90%;
    left: 0;
}

.header__wrapper .slick-prev:before,
.header__wrapper .slick-next:before {
    font-size: 25px;
    opacity: .95;
}

.header__wrapper .slick-prev:before {
    content: "◀";
}

.header__wrapper .slick-next:before {
    content: "►";
}

@media (min-width: 768px) {
    .header__wrapper .slick-prev {
        left: -95%;
    }

    .header__wrapper .slick-next {
        right: -95%;
    }
}

@media (min-width: 1200px) {
    .header__wrapper .slick-prev {
        left: -1150px;
    }

    .header__wrapper .slick-next {
        right: -1150px;
    }
}


/*.header__wrapper .slick-dots {*/
/*    bottom: 10px;*/
/*}*/

/*.header__wrapper .slick-dots li,*/
/*.header__wrapper .slick-dots li button,*/
/*.header__wrapper .slick-dots li.slick-dots li button {*/
/*    width: 55px;*/
/*    height: 6px;*/
/*}*/
/*.header__wrapper .slick-dots li button:before {*/
/*    width: 55px;*/
/*    height: 6px;*/
/*    background-color: #b095a0;*/
/*    color: #b095a0;*/
/*    line-height: 7px;*/
/*    opacity: 1;*/
/*    border-radius: 1px;*/
/*}*/
/*.header__wrapper .slick-dots li.slick-active button:before {*/
/*    width: 55px;*/
/*    height: 6px;*/
/*    background-color: #ffffff;*/
/*    color: #ffffff;*/
/*}*/


.header__wrapper .item .container {
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
}

.header__block__spillehallenapp {
    display: flex;
    flex-direction: column;
    max-width: 500px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 30px 0;
}

.header__tittle {
    color: #ffffff;
    font-size: 1.5rem;
    text-align: center;
}

.btn__spillehallenapp {
    text-decoration: none;
    background-color: #ffffff;
    width: 200px;
    margin: 0 auto;
    color: #ffffff;
    font-family: 'MontserratBold';
    text-align: center;
    padding: 0.7rem;
    border-radius: 25px;
}

.orange__spillehallenapp {
    border-color: transparent;
    background-color: #B85B00 !important;
}

.orange__spillehallenapp:hover {
    border-color: transparent !important;
}


@media (min-width: 375px) {
    .header__wrapper .item {
        height: 300px;
    }
}

@media (min-width: 480px) {
    .header__wrapper .item {
        height: 350px;
    }
}

@media (min-width: 600px) {
    .header__wrapper .item {
        height: 500px;
    }

    .header__wrapper .item .container {
        justify-content: flex-end;
    }


    .header__tittle {
        font-size: 1.7rem;
    }
}

@media (min-width: 768px) {
    .header__wrapper .item {
        background-position: center;
    }

    .header__block__spillehallenapp {
        right: auto;
        left: 50px;
        top: 0;
        justify-content: center;
        background-image: none;
    }
}

@media (min-width: 992px) {
    .header__block__spillehallenapp {
        left: 150px;
    }
}

@media (min-width: 1200px) {
    .header__wrapper {
        margin-top: 0;
    }
}

@media (min-width: 1470px) {

}

img[align="left"] {
    margin-right: 25px;
}

img[align="right"] {
    margin-left: 25px;
}



.button__wrapper__spillehallenapp {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.button__spillehallenapp {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    color: #ffffff;
    border-radius: 25px;
    background-color: #2364DB;
    border: 1px solid transparent;
    text-decoration: none;
    min-width: 80px;
    padding: .75rem .5rem;
    font-size: 1rem;
    /*font-family: "MontserratBold";*/
    cursor: pointer;
    text-align: center;
    transition: background .2s ease-out;
}

.button__spillehallenapp:hover {
    background-color: transparent;
    border-color: #16bbff;
    color: #ffffff;
    filter: brightness(110%);
}

.button__spillehallenapp:active {
    filter: brightness(110%);
}

.button__spillehallenapp.log {
    background-color: transparent;
    color: #ffffff;
    border-color: #16bbff;
}

.button__spillehallenapp.demo {
    background-color: #532608;
    color: #ffffff;
    border-color: #ff910d;
}

.button__spillehallenapp.review:hover {
    background-color: transparent;
    color: #ffffff;
    border-color: #ffffff;
}

.button__wrapper__spillehallenapp .button__spillehallenapp.log {
    margin-right: 15px;
}

.ga_spillehallenapp_games__placeholder .button__spillehallenapp {
    max-width: 135px;
    padding: .5rem;
}

@media (min-width: 375px) {
    .button__spillehallenapp {
        min-width: 110px;
        padding: .75rem 1rem;
    }

    .ga_spillehallenapp_games__placeholder .button__spillehallenapp {
        min-width: 125px;
    }
}
@media (min-width: 480px) {
    .button__wrapper__spillehallenapp {
        margin: 0 auto;
    }
}
@media (min-width: 1200px) {
    .button__wrapper__spillehallenapp {
        position: absolute;
        right: 0;
    }
}

form {
    display: flex;
    justify-content: center;
    margin: 45px 0;
}


/**/

.navbar__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}


.navbar__list .menu-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-decoration: none;
    /*height: 100%;*/
    width: 100%;
    font-size: 14px;
    font-family: "MontserratMedium";
}

.mob__m__spillehallenapp .navbar__list .menu-item {
    height: auto;
    width: 100%;
    padding: 10px 0;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/*.mob__m__spillehallenapp .navbar__list > .menu-item:hover {*/
/*    background-color: #141414;*/
/*}*/

.mob__m__spillehallenapp .navbar__list > .menu-item a:hover {
    text-decoration: underline;
    text-underline-position: under;
}

.mob__m__spillehallenapp .navbar__list .menu-item.menu-item-has-children {
    height: auto;
}

.mob__m__spillehallenapp .navbar__list .menu-item.menu-item-has-children > a {
    margin-bottom: 20px;
}

/*.mob__m__spillehallenapp .navbar__list .menu-item.menu-item-has-children > a {*/
/*    height: 50px;*/
/*}*/

.mob__m__spillehallenapp .navbar__list .menu-item a {
    color: #ffffff;
    /*height: 100%;*/
    text-transform: capitalize;
    font-size: inherit;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.mob__m__spillehallenapp .navbar__list > .menu-item .sub-menu > .menu-item a {
    color: #ffffff;
    align-items: center;
    justify-content: center;
    padding: 0;
}

/*.mob__m__spillehallenapp .navbar__list .menu-item.current-menu-item > a {*/
/*    position: relative;*/
/*}*/

/*.mob__m__spillehallenapp .navbar__list .menu-item.current-menu-item > a::before {*/
/*    content: "";*/
/*    background-color: #db0934;*/
/*    width: 6px;*/
/*    height: 30px;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    margin: auto;*/
/*}*/

.mob__m__spillehallenapp .navbar__list > .menu-item .sub-menu > .menu-item.current-menu-item a,
.mob__m__spillehallenapp .navbar__list .menu-item.current-menu-parent > a,
.mob__m__spillehallenapp .navbar__list .menu-item.current-menu-item > a {
    text-decoration: underline;
    text-underline-position: under;
}

.mob__m__spillehallenapp .sub-menu {
    font-size: .8rem;
    /*background-color: #141414;*/
    padding: 0;
    width: 100%;
}

@media (min-width: 480px) {
    /*.mob__m__spillehallenapp .sub-menu {*/
    /*    position: absolute;*/
    /*    left: -135px;*/
    /*    width: 135px;*/
    /*    top: 0;*/
    /*    padding: 10px 0;*/
    /*    opacity: 0;*/
    /*    visibility: hidden;*/
    /*    transition: all .3s linear;*/
    /*}*/

    /*.mob__m__spillehallenapp .navbar__list .menu-item.menu-item-has-children:hover .sub-menu {*/
    /*    opacity: 1;*/
    /*    visibility: visible;*/
    /*}*/
}

.mob__m__spillehallenapp .navbar__list .menu-item .sub-menu .menu-item {
    height: 30px;
    display: flex;
}

/*.mob__m__spillehallenapp .navbar__list > .menu-item::before {*/
/*    content: "";*/
/*    width: 26px;*/
/*    height: 56px;*/
/*    display: flex;*/
/*    margin: 0 auto;*/
/*    background-position: center;*/
/*    background-repeat: no-repeat;*/
/*}*/

/*.mob__m__spillehallenapp .navbar__list > .menu-item:nth-of-type(1)::before {*/
/*    background-image: url(./image/icons/roulette.png);*/
/*    width: 34px;*/
/*}*/

/*.mob__m__spillehallenapp .navbar__list > .menu-item:nth-of-type(2)::before {*/
/*    background-image: url(./image/icons/cards.png);*/
/*    width: 42px;*/
/*}*/

/*.mob__m__spillehallenapp .navbar__list > .menu-item:nth-of-type(3)::before {*/
/*    background-image: url(./image/icons/lottery.png);*/
/*    width: 38px;*/
/*}*/

/*.mob__m__spillehallenapp .navbar__list > .menu-item:nth-of-type(4)::before {*/
/*    background-image: url(./image/icons/slot.png);*/
/*    width: 56px;*/
/*}*/

/*.mob__m__spillehallenapp .navbar__list > .menu-item:nth-of-type(5)::before {*/
/*    background-image: url(./image/icons/jackpot.png);*/
/*    width: 50px;*/
/*}*/

/*.mob__m__spillehallenapp .navbar__list > .menu-item:nth-of-type(6)::before {*/
/*    background-image: url(./image/icons/poker.png);*/
/*    width: 36px;*/
/*}*/


/**/
.submenu-expand {
    display: none;
    fill: #ffffff;
    position: relative;
    background-color: transparent;
    border: 0;
    top: 4px;
}

.submenu-expand svg {
    height: 22px;
    width: 22px;
}

.sub-menu {
    padding: 0 10px;
    list-style: none;
}

.navbar__list .sub-menu > .menu-item a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-image: none;
    padding-left: 0;
    line-height: 19px;
    text-transform: none;
    background-color: transparent;
    text-decoration: none;
    color: #ffffff;
}

.navbar__list .sub-menu > .menu-item.current-menu-item a {
    text-decoration: underline;
    text-underline-position: under;
}

.mobile-parent-nav-menu-item {
    display: none;
}

/*.navbar__list .menu-item.menu-item-has-children {*/
/*    position: relative;*/
/*}*/

/*.navbar__list > .menu-item.current-menu-item > a {*/
/*    color: #212121;*/
/*}*/



@media (min-width: 1200px) {

    .mob__navbar-toggle {
        display: none;
    }

    .navbar > div {
        width: 100%;
    }

    /**/
    .submenu-expand {
        position: absolute;
        right: 0;
        fill: #c22524;
        background-color: transparent;
        border: 0;
        transform: rotate(-90deg);
        height: 40px;
        outline: none;
        pointer-events: none;
    }

    .navbar__list > .menu-item > a {
        /*padding: 5px 10px;*/
        position: relative;
    }

    /*.navbar__list > .menu-item > a::before {*/
    /*    content: "";*/
    /*    width: 26px;*/
    /*    height: 36px;*/
    /*    margin: auto auto 5px;*/
    /*    background-repeat: no-repeat;*/
    /*    background-position: center;*/
    /*}*/

    /*.navbar__list > .menu-item:nth-of-type(1) > a::before {*/
    /*    background-image: url(./image/icons/roulette.png);*/
    /*    width: 34px;*/
    /*    !*height: 34px;*!*/
    /*}*/

    /*.navbar__list > .menu-item:nth-of-type(2) > a::before {*/
    /*    background-image: url(./image/icons/cards.png);*/
    /*    width: 42px;*/
    /*}*/

    /*.navbar__list > .menu-item:nth-of-type(3) > a::before {*/
    /*    background-image: url(./image/icons/lottery.png);*/
    /*    width: 38px;*/
    /*}*/

    /*.navbar__list > .menu-item:nth-of-type(4) > a::before {*/
    /*    background-image: url(./image/icons/slot.png);*/
    /*    width: 56px;*/
    /*}*/

    /*.navbar__list > .menu-item:nth-of-type(5) > a::before {*/
    /*    background-image: url(./image/icons/jackpot.png);*/
    /*    width: 50px;*/
    /*}*/

    /*.navbar__list > .menu-item:nth-of-type(6) > a::before {*/
    /*    background-image: url(./image/icons/poker.png);*/
    /*    width: 36px;*/
    /*}*/

    .navbar__list > .menu-item > a:hover,
    .navbar__list > .menu-item.current-menu-item > a {
        position: relative;
    }

    .navbar__list > .menu-item > a:hover {
        text-decoration: underline;
        text-underline-position: under;
    }


    .navbar__list .menu-item.current-menu-parent > a,
    .navbar__list > .menu-item.current-menu-item > a {
        text-decoration: underline;
        text-underline-position: under;
    }


    .menu-item:hover .submenu-expand,
    .current-menu-item .submenu-expand {
        fill: #ffffff;
    }

    .submenu-expand svg {
        height: 33px;
        width: 33px;
    }

    .sub-menu {
        position: absolute;
        flex-direction: column;
        bottom: 0;
        transform: translateY(195px);
        padding: 10px 25px;
        display: none;
        list-style: none;
        z-index: 11;
        border: none;
        background-color: #002465;
        border-top: 5px solid #16bbff;
        /*box-shadow: 0 1px 2px rgba(0,0,0,0.07),*/
        /*0 2px 4px rgba(0,0,0,0.07),*/
        /*0 4px 8px rgba(0,0,0,0.07),*/
        /*0 8px 16px rgba(0,0,0,0.07);*/
    }

    /*.sub-menu:before {*/
    /*    content: "";*/
    /*    width: 0;*/
    /*    height: 0;*/
    /*    border-width: 0 18px 15px 15px;*/
    /*    border-color: transparent transparent #3a3a3a transparent;*/
    /*    border-style: solid;*/
    /*    position: absolute;*/
    /*    top: -15px;*/
    /*    left: 0;*/
    /*    right: 0;*/
    /*    margin: auto;*/
    /*}*/

    .menu-item-object-page:hover .sub-menu {
        display: flex;
    }

    .navbar__list .sub-menu .menu-item {
        display: flex;
        padding: 0;
        height: 35px;
    }

    /*.navbar__list > .menu-item > a {*/
    /*    flex-direction: column;*/
    /*}*/

    .navbar__list > .menu-item {
        padding: 0 15px;
    }

    /*.navbar__list .sub-menu > .menu-item:not(:last-child) a {*/
    /*    border-bottom: 1px solid #293137;*/
    /*}*/

    .navbar__list .sub-menu > .menu-item a:hover,
    .navbar__list .sub-menu > .menu-item.current-menu-item a {
        text-decoration: underline;
        text-underline-position: under;
    }
}


@media (min-width: 1200px) {

}


/**/
.main__spillehallenapp {
    flex: 1 0 0;
    line-height: 1.4;
    order: 1;
}

.content-area {
    display: flex;
    flex: 1 0 0;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.home .main__spillehallenapp__text {
    order: 2;
}

.main__spillehallenapp__text a {
    color: #23272c;
}

.site-main {
    width: 100%;
}

h1, h2 {
    color: #23272c;
    font-size: 1.5rem;
    text-align: center;
}

.inner__img__spillehallenapp {
    float: right;
    margin: 0 0 20px 20px;
    max-width: 450px;
}

.inner__img__spillehallenapp img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}


/*.similar__art-spillehallenapp h2::after {*/
/*    background-color: #a2a4a6;*/
/*}*/



@media (min-width: 768px) {

}

@media (min-width: 992px) {


}

@media (min-width: 1200px) {
    h1, h2 {
        text-align: left;
    }

}


.art__inner-spillehallenapp {
    width: 100%;
    padding: 3rem 0;
    order: 1;
}

.similar__art-spillehallenapp {
    width: 100%;
}

.similar__art-spillehallenapp h2 {
    min-width: 100%;
    width: 100%;
    text-transform: none;
}

.similar__art-spillehallenapp .ga_spillehallenapp_games__list {
    grid-template-columns: repeat(1, 1fr);
}


@media (min-width: 600px) {

}

@media (min-width: 768px) {

}

@media (min-width: 992px) {
    h2 {
        text-align: left;
    }

    .similar__art-spillehallenapp .ga_spillehallenapp_games__list {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 10px;
    }

}

@media (min-width: 1200px) {
    .similar__art-spillehallenapp .ga_spillehallenapp_games__list {
        grid-gap: 75px;
    }
}

@media (min-width: 1470px) {

}

.main__spillehallenapp img {
    max-width: 100%;
    height: auto;
}

.content-area a {
    color: #23272c;
}

.content-area__inner .container {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.content-area__inner .container p {
    line-height: 150%;
}

.site {
    display: flex;
    flex-direction: column;
}

.entry-content ul {
    list-style: none;
    padding: 0;
}

.entry-content ul li::before {
    content: "•";
    color: #c4e538;
    margin-right: 15px;
}

.entry-content p:last-child {
    margin-bottom: 0;
}

.breadcrumbs {
    display: flex;
    color: #9f9c9c;
    margin: 15px 0;
}

.breadcrumbs span {
    margin: 0 4px;
}

.breadcrumbs span:first-child {
    margin-left: 0;
}

.breadcrumbs span.active {
    color: #292828;
}

/*
 * Игровые автоматы
 */
.ga_spillehallenapp_games {
    display: flex;
    flex-direction: column;
    margin: 2rem 0;
}

.entry-title,
.entry-content h2,
.entry-content .wp-block-image {
    font-size: 1.7rem;
}

.wp-block-quote {
    border-left-color: #23272c;
}

.ga_spillehallenapp_games__list {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    margin: 0;
    padding: 0;
}

@media (min-width: 480px) {

}

@media (min-width: 768px) {
    .ga_spillehallenapp_games__list {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 15px;
    }
}

@media (min-width: 992px) {
    .ga_spillehallenapp_games__list {
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 20px 10px;
    }
}

@media (min-width: 1200px) {
    .ga_spillehallenapp_games__list {
        grid-template-columns: repeat(6, 1fr);
    }

    .inner__img__spillehallenapp img {
        margin: 0 0 0 auto;
    }
}

.ga_spillehallenapp_games__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: auto;
    position: relative;
    transition: all .3s linear;
    will-change: transform;
}

@media (min-width: 1200px) {
    /*.main__spillehallenapp .ga_spillehallenapp_games__item:nth-child(10n+1),*/
    /*.main__spillehallenapp .ga_spillehallenapp_games__item:nth-child(10n+8) {*/
    /*    grid-column-end: span 2;*/
    /*    grid-row-end: span 2;*/
    /*}*/
}


.ga_spillehallenapp_games__image {
    display: flex;
    align-items: center;
    text-decoration: none;
    height: auto;
    margin: 0 auto;
    width: 100%;
}


.ga_spillehallenapp_games__image img {
    display: block;
    /*object-fit: cover;*/
    width: 100%;
    height: auto;
}

.ga_spillehallenapp_games__image:empty {
    display: none;
}

.ga_spillehallenapp_games__placeholder {
    color: #161616;
    font-size: .9rem;
    text-align: center;
    font-family: "MontserratMedium";
    width: 100%;
    background-color: #23272c;
    transition: all .3s linear;
    will-change: opacity, visibility;
}


.main__spillehallenapp .ga_spillehallenapp_games__placeholder {
    flex-direction: column;
    justify-content: center;
    padding: 1rem;
}

.ga_spillehallenapp_games__placeholder .button__spillehallenapp:nth-of-type(1) {
    margin-bottom: 1rem;
}

@media (min-width: 992px) {
    .main__spillehallenapp .ga_spillehallenapp_games__placeholder {
        display: none;
        position: absolute;
        bottom: 0;
        background-color: rgba(0, 0, 0, .9);
    }
}

@media (min-width: 992px) {

    .main__spillehallenapp .ga_spillehallenapp_games__item:hover .ga_spillehallenapp_games__placeholder {
        display: flex;
    }

    .main__spillehallenapp .ga_spillehallenapp_games__item:hover {
        transform: scale(1.05);
    }
}

@media (min-width: 1200px) {
    /*.main__spillehallenapp .ga_spillehallenapp_games__item:nth-child(13n+1) .ga_spillehallenapp_games__image {*/
    /*    flex-direction: column;*/
    /*}*/

    /*.main__spillehallenapp .ga_spillehallenapp_games__item:nth-child(13n+1) .ga_spillehallenapp_games__image img {*/
    /*    width: 100%;*/
    /*}*/
}

a.ga_agrcode_placeholder__title {
    display: block;
    font-size: 1rem;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    font-family: "MontserratBold";
}

a.ga_agrcode_placeholder__title:hover {
    text-decoration: underline;
}


@media (min-width: 992px) {

}


.paginate-spillehallenapp {
    display: flex;
    justify-content: center;
    text-align: center;
    margin: 25px auto;
}

.paginate-spillehallenapp * {
    margin: 7.5px;
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: none;
    border-radius: 6px;
    color: #23272c;
    transition: all .3s linear;
}

.paginate-spillehallenapp a {
    color: #23272c;
}

.paginate-spillehallenapp a:hover {
    background-color: hsla(26, 11%, 25%,  .1);
}
.paginate-spillehallenapp .current {
    font-family: "MontserratBold";
    color: #ffffff;
    background-color: #23272c;
    cursor: default;
}

.paginate-spillehallenapp span {
    margin: 7.5px;
}

.nav-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-links a {
    color: #23272c;
}

@media (min-width: 480px) {

}

/**/
.footer_spillehallenapp {
    flex: 0 0 0;
    text-align: center;
    padding: 15px 0;
    background-color: #002955;
    order: 3;
}

.footer_spillehallenapp > .container {
    display: flex;
    flex-direction: column;
}

.footer_spillehallenapp__text {
    color: #8094aa;
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
}

/**/

.footer-menu {
    list-style: none;
    padding-left: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}

.footer-menu .menu-item {
    padding: 10px 10px 10px 20px;
    display: block;
}

.footer-menu .sub-menu {
    display: none;
}


@media (min-width: 768px) {

    .footer-menu .menu-item {
        display: inline-block;
        width: auto;
    }
}

@media (min-width: 1200px) {

}

.footer-menu .menu-item a {
    color: #ffffff;
    text-decoration: none;
    text-underline-position: under;
}

.footer-menu .menu-item a:hover,
.footer-menu .menu-item.current-menu-item a{
    text-decoration: underline;
    color: #f3f3f3;
}

.mob__m__spillehallenapp .footer-menu {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 15px;
}

.mob__m__spillehallenapp .footer-menu .menu-item.current-menu-item a{
    color: #c4e538;
    text-decoration: none;
}


/**/
.show {
    display: block;
}

@media (min-width: 1200px) {
    .show {
        display: none;
    }
}


.simplebar-track.simplebar-vertical {
    width: 10px;
    background-color: #0a3545;
    border-radius: 5px;
    opacity: 70%;
}

article .entry-footer {
    display: none;
}

@media (min-width: 320px) {

}

@media (min-width: 768px) {
}
@media (min-width: 992px) {

}
@media (min-width: 1200px) {

}

@media (max-width: 1500px) {

}

@media (max-width: 1199px) {

    .navbar__list {
        flex-wrap: wrap;
    }

    .top__he_spillehallenapp .navbar {
        display: none;
    }

    .navbar__list .menu-item {
        padding: 10px 15px;
    }

    .navbar__list .menu-item {
        height: 85px;
    }
}

@media (max-width: 992px) {

    .inner__img__spillehallenapp {
        margin: 0 auto;
        max-width: 100%;
        float: none;
    }

    .content-area > img {
        max-width: 100%;
    }

    .footer-menu .menu-item {
        padding: 10px;
    }

}
@media (max-width: 767px) {
    .padding__zero {
        padding: 0;
    }

    .content-area__inner h1 {
        font-size: 1.5rem;
    }

    .top__he_spillehallenapp .container {
        width: 100%;
    }
}

@media (max-width: 599px) {

    .navbar__list {
        max-width: 320px;
    }

}

@media (max-width: 479px) {

    .content-area h1 ~ img {
        max-width: 100%;
    }

    a.ga_spillehallenapp_placeholder__title {
        font-size: .8rem;
    }

    .footer-nav .container {
        padding: 0;
    }

    .footer-menu .menu-item {
        padding: 5px 0;
    }

    .footer-menu .menu-item:not(:last-child) {
        padding-right: 9px;
    }

    .footer-menu .menu-item a,
    .footer-menu .menu-item.current-menu-item a {
        font-size: 13px;
    }
    .top__he_spillehallenapp {
        position: absolute;
        top: 90px;
        left: 68px;
        background-color: unset;
        border-bottom: 0px;
        z-index: 8;
    }
    a.button__spillehallenapp.log{
        background-color: #002465;
    }
    .menu__wrapper__spillehallenapp{
        position: fixed;
        width: 100%;
    }
    .header__wrapper.header__slider__spillehallenapp.slick-initialized.slick-slider{
        margin-top: 80px;
    }
}

@media (max-width: 375px) {

    .navbar__list .menu-item {
        width: 145px;
    }

}
/*accordion*/
.accordion-wrap {
    grid-gap: 1rem;
}

.accordion {
    background-color: transparent;
    border: 1px solid #5E554E;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border-radius: 6px;
    text-align: left;
    outline: none;
    font-size: 15px;
    position: relative;
    color: #23272c;
    font-family: SFProDisplayMedium;
    transition: 0.4s;
}

.accordion::after {
    content: "";
    background-image: url("./image/arrow.svg");
    width: 20px;
    height: 20px;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    filter: invert(.45);
    transition: all .2s linear;
}

.accordion-item:not(.active) {
    margin-bottom: 1rem;
}

.active {
    border-radius: 6px 6px 0 0;
}

.active::after {
    transform: rotate(180deg) translateX(-4px) translateY(-5px);
}

.panel {
    border-radius: 0 0 6px 6px;
    padding: 0 18px;
    display: none;
    border: 1px solid #5E554E;
    border-top: none;
    overflow: hidden;
}
/*accordion*/
a.button__spillehallenapp.log.log_header {
    display: none;
}
@media (max-width: 479px) {
    .menu__wrapper__spillehallenapp .top__he_spillehallenapp__logo {
        justify-content: flex-start;
    }
    a.button__spillehallenapp.log.log_header {
        display: flex;
        margin: 0 0 0 40px;
		text-transform: none;
    }
}
.footer_spillehallenapp__text a {
	text-decoration: none;
	color: #8094aa;
}
.footer_spillehallenapp__text a:hover {
	text-decoration: underline;
}