.phone {
    display: block;
}

@media (min-width: 770px) {
    .phone {
        display: none;
    }

    .flex-con {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
    }

    .footer-logo-con {
        display: block;
    }

    .footer-logo-item {
        float: right;
        max-width: 150px;
        margin-left: 1em;
    }
}

.video-field {
    margin-bottom: 2em;
}

.logo-mobile {
    max-width: 10%;
    padding: 0;
    display: block;
}

@media (min-width: 1025px) {
    .logo-mobile {
        display: none;
    }
}

.more-content {
    display: none;
    padding: 1em 0
}

.more-content-trigger {
    cursor: pointer;
    font-weight: bold;
    margin: 0 0 1em 0;
}

.event-wrapper {
    display: none;
}

/* ------------------------------- */
.item {
    box-shadow: 0px 4px 4px #0000002b;
    display: flex;
    transition: .5s all;
}

.item:hover {
    box-shadow: 0px 8px 8px #0000002b;
}

.item a {
    text-decoration: none;
    display: block;
}

.gird-grid-text {
    padding: 2em 1.5em 3em 1.5em;
    line-height: 1.25;
}

.bg-green {
    background: #133a22;
    color: #fff;
}

.bg-green .item a,
.bg-green h4 {
    color: #fff;
}

.bg-green .item {
    box-shadow: none;
}

.bg-green .gird-grid-text {
    padding-left: 0;
    padding-right: 0;
}

.fixed-img {
    background-repeat: no-repeat;
    background-image: url(../img/staticpic/plan.jpg);
    background-position: center center;
    background-size: cover;
    min-height: 300px;

    color: #fff;
}

.fixed-img.img2 {
    background-image: url(../img/staticpic/slot1.jpg);
}
@media (min-width: 1025px){
    .fixed-img {
        background-attachment: fixed;

        box-shadow: inset 0 0 10px #00000078;
        min-height: 400px;
    }
}
.block-title,
.page-title {
    font-size: 2.2em;
    text-transform: uppercase;
    margin: 1em 0 0 0;
    font-weight: bold;
}
.page-title {
    margin-bottom: .5em;
}

.con--wrap #mc_embed_signup {
    max-width: 300px;
    padding: 2em 0 5em;
}

.con--wrap #mc_embed_signup .mc-field-group {
    width: 100%;
    padding-bottom: 1.1em;
}

.con--wrap #mc_embed_signup .mc-field-group input,
.con--wrap #mc_embed_signup input.button {
    font-size: 1.2em;
    height: 3em;
    padding: 0 2px;
    width: 100%;
    background: #fff;
    color: #222;
    outline: none;
    transition: .3s all;
}

.con--wrap #mc_embed_signup .mc-field-group input:focus {
    background: rgba(19, 58, 34, 0.85);
    background: rgba(119, 136, 153, 0.85);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .2);
}

.con--wrap #mc_embed_signup .mc-field-group input:focus::placeholder {
    color: #fff;
}

.con--wrap #mc_embed_signup input.button {
    width: 50%;
    text-transform: uppercase;
    font-weight: bold;
}

.con--wrap #mc_embed_signup input.button:hover {
    background: rgba(119, 136, 153, 1);
    color: #fff;
}

.fixed-img h2,
.fixed-img h3 {
    text-shadow: 1px 1px #000;
}

h3 {
    font-size: 1.6em;
    font-weight: 400;
    margin: .1em 0 .5em 0;
}

.link-btn {
    background: #fff;
    text-decoration: none;
    font-weight: bold;
    padding: 0.5em .75em;
    text-transform: uppercase;
    color: #222;
    border-radius: 5px;
    text-shadow: none;
    font-size: 1em;
    line-height: 1.1;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    transition: 1s all;
}

.event-btn {
    background: #f2f2f2;
}

.link-btn:hover {
    background: rgba(119, 136, 153, 1);
    color: #fff;
}

/*
.link-btn:before {
    border-radius: 5px;
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(119, 136, 153, 1);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}



.link-btn:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

*/

.fixed-img .link-btn,
.banner-tekst .link-btn {
    margin-top: 1em;
    display: inline-block;
    font-size: 1em;
}

@media (min-width: 800px) {
    .banner-tekst .link-btn {
        margin-top: 3em;
    }
    .fixed-img .link-btn,
.banner-tekst .link-btn {

    font-size: 1.3em;
}
}

.img-zoom {
    overflow: hidden;
}

.magic-slide .img-zoom {
    display: flex;
    border-bottom: 1px solid #fff;
}

.zoom {
    overflow: hidden;
}

.zoom img {
    transition: 1s all;
    float: left;
}

.zoom:hover img {
    transform: scale(1.05);
}

.item a {
    color: #222;
}

.magic-slide a {
    color: #222;
    display: block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .75s;
    transition-duration: .75s;
}

.magic-slide a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(119, 136, 153, .8);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .75s;
    transition-duration: .75s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.magic-slide a:hover .gird-grid-text,
.magic-slide a:hover h4 {
    color: #fff;
}

.magic-slide a:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.con--inner .block {
    margin: 2em 0;
}

.footer--con {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 3em 0 1em 0;
}

.con--footer {
    flex: 1 100%;
    max-width: 100%;
}

@media (min-width: 700px) {
    .con--footer {
        flex: 1 50%;
        max-width: 48%;
    }
}

@media (min-width: 800px) {
    .footer--con {
        margin-top: 6em;
        border-top: 1px solid rgba(255, 255, 255, .4);
    }

    .con--footer {
        flex: 1 18%;
        max-width: 18%;
    }

    .con--footer.con--footer-two {
        flex: 1 36%;
        max-width: 36%;
    }

    .footer--nav {
        float: left;
        width: 50%;
    }
}

footer {
    font-size: .9em;
    line-height: 1.7;
}

footer h5 {
    text-transform: uppercase;
    font-size: 1.4em;
    border-bottom: 1px solid rgba(255, 255, 255, .4);
    margin: 0 0 .5em 0;
    padding-bottom: 0.4em;
}

.language-switcher-locale-url {
    line-height: 20px;
}

.language-switcher-locale-url li {
    text-indent: 9999px;
    font-size: 0;
}

.language-switcher-locale-url li a,
.locale-untranslated {
    display: block;
    height: 20px;
    width: 30px;
}

.language-switcher-locale-url .da a {
    background: url(../img/denmark.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
}

.language-switcher-locale-url .en a {
    background: url(../img/uk.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
}

.language-switcher-locale-url .de a {
    background: url(../img/germany.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
}
.language-switcher-locale-url .ch a {
    background: url(../img/china.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
}
.language-switcher-locale-url {
    min-width: 120px;
}
.open--con {
    max-width: 1200px;
    clear: both;
    margin: 0 auto;
}

.open--inner {
    background: #133a22;
    color: #fff;
    padding: 1em;
}

@media (min-width: 925px) {
    .open--con {
        height: 0;
        text-align: right;
    }

    .open--inner {
        display: inline-block;
        transform: translate(0, -25px);
        font-size: 1.5em;
    }
}

@media (min-width: 1025px) {
    .main__menu__container {
        position: sticky;
        top: 0;
        z-index: 99;
        box-shadow: 0 3px 2px -2px #0000005e;
    }
}

.mobile-top-bar {
    clear: both;
    background: #133a22;
    overflow: hidden;
    padding: 1.5em 1em 1em 1em;
    display: flex;
    justify-content: space-between;
    box-shadow: 0 0 10px #ffffff40;
}

.search__box {
    width: calc(100% - 100px);
    max-width: 400px;
}

.search-form > div {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.form-type-searchfield {
    flex: 1 88%;
    max-width: 88%;
}

.mobile--bar {
    display: flex;
    align-items: center;
    padding: .5em 1em;
    font-size: 1.2em;
    background-color: rgba(255, 255, 255, .9);
    background-image: linear-gradient(-45deg, #d8d8d8, transparent);
}

.mobile-buy {
    margin-left: auto;
    margin-right: 1em;
}

.mobile-buy a {
    height: 46px;
    padding: 0 2em;
    border-radius: 3px;
    display: block;
    background: #133a22;
    line-height: 46px;
    text-align: center;
    border: 1px solid #133a2240;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
}

@media (min-width: 1025px) {
    .mobile--bar {
        display: none;
    }

    .mobile-top-bar {
        padding: 0.5em 1em .1em 1em;
    }
}

@media (max-width: 1024px) {
    .footer-logo-con {
    max-width: 170px;
    margin-top: 1em;
    }
}

