/* STANDARD CSS */
img {
    max-width: 100%;
    height: auto;
}

/* TYPOGRAHPY */
body {
    font-size: 14px;
    color: #fff;
    font-family: "Maven Pro", sans-serif;
}

h1, h2, h3, h4, h5 {
    font-family: "Merriweather", serif;
    font-weight: 900;
    margin-top: 0;
    margin-bottom: 10px;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

a {
    color: #0461b2;
}

    a:hover {
        color: #01427e;
        text-decoration: none;
    }

hr {
    border-color: #ddd;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.relativ {
    position: relative;
}

.static {
    position: static;
}

/* SLIDER */
.img-top img {
    width: 100%;
}

.bx-wrapper {
    margin-bottom: 0 !important;
}

    .bx-wrapper #slider {
        margin-bottom: 0 !important;
    }

        .bx-wrapper #slider .slide-holder {
            width: 100% !important;
        }

            .bx-wrapper #slider .slide-holder img {
                width: 100%;
            }

/* GALLERY */
.gallery-holder .gallery-overlay, .gallery-holder .gallery-overlay:before {
    -moz-transition: opacity 200ms ease-in-out;
    -o-transition: opacity 200ms ease-in-out;
    -webkit-transition: opacity 200ms ease-in-out;
    transition: opacity 200ms ease-in-out;
}

.custom-thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.gallery-holder {
    position: relative;
}

    .gallery-holder .gallery-overlay {
        position: absolute;
        top: 5px;
        right: 5px;
        bottom: 5px;
        left: 5px;
        background-color: rgba(0, 0, 0, 0.4);
        opacity: 0;
        filter: alpha(opacity=0);
    }

        .gallery-holder .gallery-overlay:before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            height: 40px;
            width: 40px;
            margin-top: -20px;
            margin-left: -20px;
            border-radius: 100px;
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
            background-color: #333;
            background-image: url(/images/expand.png);
            background-position: center center;
            background-repeat: no-repeat;
        }

    .gallery-holder:hover .gallery-overlay {
        opacity: 100;
        filter: alpha(opacity=100);
    }

.gallery-folder .gallery-holder .gallery-overlay:before {
    background-image: url(/images/folder.png);
}

/* FB */
.fb-thumb {
    width: 100%;
    padding: 40% 0;
    background-size: cover;
    background-position: center center;
}

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

    .fb-pager span {
        color: #ccc;
    }

    .fb-pager a span {
        color: #000;
    }

    .fb-pager .number-holder {
        display: inline-block;
        text-align: center;
        min-width: 60px;
    }

/* MAP */
#map {
    height: 300px;
}

    #map img {
        max-width: none;
    }

/* RESPONSIVE OPT OUT */
.site-options {
    position: fixed;
    z-index: 999;
    bottom: 0;
    left: 0;
    right: 0;
    text-transform: uppercase;
    background-color: #0461b2;
    padding: 5px 0;
    padding-bottom: 8px;
    font-size: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

    .site-options, .site-options a {
        color: #fff;
    }

        .site-options .redirct-knap {
            display: inline-block;
            float: left;
            border: none;
            background: none;
            text-transform: uppercase;
            font-size: 10px;
        }

            .site-options .redirct-knap:before, .site-options .top:after {
                font-family: 'FontAwesome';
                display: inline-block;
                font-size: 13px;
                margin-right: 8px;
            }

        .site-options .desk {
            margin-right: 15px;
        }

            .site-options .desk:before {
                content: "\f108";
            }

        .site-options .mob:before {
            content: "\f10b";
        }

        .site-options .top {
            display: inline-block;
            float: right;
        }

            .site-options .top:after {
                content: "\f102";
                margin-left: 8px;
                margin-right: 0;
            }

/* CONTANCT FORM */
.form-render .form-control {
    border-color: #ddd;
    border-radius: 0;
    box-shadow: none !important;
    margin-bottom: 20px;
}

    .form-render .form-control:focus {
        border-color: #0461b2;
    }

.form-render .knap {
    background-color: #ca1f3f;
    padding: 7px 15px;
    display: inline-block;
    border: none;
    color: #fff;
    border-radius: 0;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

    .form-render .knap:hover {
        background-color: #ab1a35;
    }

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #027b7d;
    opacity: 1;
}

/* CUSTOM CSS */
.cover {
    height: 100vh;
    width: 100%;
    position: relative;
    background-image: url(/images/indbrud/tyvcover.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.blue {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
    background-color: rgba(4, 97, 178, 0.85);
}

.coverContent {
    position: relative;
    z-index: 2;
    text-align: center;
    font-family: "Merriweather", serif;
}

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

        .coverContent .logo img {
            margin-top: 40px;
        }

    .coverContent p {
        font-size: 20px;
        font-weight: 300;
        margin-top: 50px;
    }

    .coverContent h1 {
        margin-top: 140px;
    }

    .coverContent strong {
        font-size: 25px;
        color: #01427e;
    }

    .coverContent .breaker {
        display: block;
        margin: 60px auto;
        height: 3px;
        width: 30px;
        background-color: #01427e;
    }

.arrowDown {
    z-index: 2;
    height: auto;
    position: absolute;
    width: 100px;
    left: 50%;
    bottom: 40px;
    font-size: 23px;
    cursor: pointer;
    color: #fff;
}

.redLine {
    height: 367px;
    padding: 80px 80px;
    color: #fff;
    font-size: 16px;
    background-color: #9e0909;
    position: relative;
}

    .redLine h2 {
        font-size: 24px;
        margin-bottom: 25px;
    }

    .redLine .innerLine {
        border-left: 1px solid #fff;
        padding: 5px 0;
        padding-left: 20px;
    }

.sliderSection {
    background-color: #fff;
    padding: 80px 0;
    height: 607px;
}

    .sliderSection h4 {
        color: #9e0909;
        text-align: center;
        font-size: 24px;
    }

    .sliderSection p {
        font-size: 16px;
    }

.bx-wrapper, .slide-holder {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 346px;
    width: 100%;
    position: relative !important;
    background-image: url(/images/indbrud/illustration.png);
}

.chat {
    position: absolute;
    top: 0px;
    z-index: 53;
    width: 281px;
    height: 181px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: center;
    padding: 30px 22px;
}

    .chat.et {
        background-image: url(/images/indbrud/chatbox.png);
        padding-top: 20px;
    }

    .chat.to {
        background-image: url(/images/indbrud/chatbox.png);
        left: 15%;
    }

    .chat.tre {
        background-image: url(/images/indbrud/chatbox2.png);
        left: 35%;
    }

    .chat.fire {
        background-image: url(/images/indbrud/chatbox3.png);
        left: 55%;
        padding-top: 15px;
    }

    .chat.fem {
        background-image: url(/images/indbrud/chatbox3.png);
        right: 0;
    }

    .chat .theText {
        z-index: 54;
        color: #333;
    }

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: -40px !important;
}

    .bx-wrapper .bx-pager.bx-default-pager a {
        background: #cfcfcf !important;
    }

        .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
            background: #9e0909 !important;
        }

.yellowLine {
    height: 277px;
    padding: 120px 20px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    background-color: #df8e00;
}

    .yellowLine h4 {
        font-size: 24px;
    }

.hemmeligArtikel {
    background-color: #03c6c8;
    color: #fff;
    padding: 100px 80px;
    height: 352px;
    font-size: 16px;
}

    .hemmeligArtikel h3 {
        margin-bottom: 25px;
        font-size: 24px;
    }

/*FORMSTYLE TIL HEMMELIG ARTIKEL*/
.form-control {
    border-color: #fff !important;
    border: 1px solid;
    border-radius: 0px;
    padding: 9px 10px;
    box-shadow: none !important;
    color: #fff;
    background: none;
}

.form-group {
    margin-bottom: 10px;
}

.description, .help-block {
    display: none !important;
}

.form-control:focus {
    border-color: #029496;
}

.has-error .form-control, .has-error .form-control:focus {
    border-color: #9e0909;
}

.has-success .form-control {
    border-color: #fff;
}

.hemmelig {
    background-color: #029496;
    display: inline-block;
    border: none;
    height: auto;
    width: auto;
    text-align: left;
    padding: 8px 20px;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

    .hemmelig:hover {
        background-color: #027b7d;
    }

@media (max-width: 991px) {
    .hemmelig:hover {
        background-color: #023867;
    }
}

.popup .hemmelig {
    background-color: #034680;
    display: inline-block;
    border: none;
    height: auto;
    width: auto;
    text-align: left;
    float: left;
    margin-top: 30px;
    padding: 8px 20px;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

    .popup .hemmelig:hover {
        background-color: #023867;
    }

label.ng-binding {
    display: none;
}

/*Alle typer fejlmeldinger*/
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    display: none;
}

.alert-success, .alert-danger {
    background: none;
    border: none;
    color: #fff;
    padding: 0px;
    margin-top: -25px;
    margin-bottom: 0;
    box-shadow: none;
}

/*Styling af teksten i placeholders*/
::-webkit-input-placeholder {
    color: #fff !important;
}

::-moz-placeholder {
    color: #fff !important;
}

/* firefox 19+ */
:-ms-input-placeholder {
    color: #fff !important;
}

/* ie */
input:-moz-placeholder {
    color: #fff !important;
}

.artikelArkiv {
    background-color: #fff;
    padding: 80px 0;
    position: relative;
}

    .artikelArkiv h2 {
        margin-bottom: 20px;
        color: #222;
        text-align: center;
    }

.contentSlider {
    min-height: 1067px;
    position: relative;
    padding: 80px 0;
    padding-bottom: 60px;
    overflow: hidden;
}

    .contentSlider h3 {
        color: #222;
        text-align: center;
        margin-bottom: 30px;
    }

.contactSection {
    padding: 60px 0;
    background-color: #0461b2;
    color: #fff;
}

    .contactSection h3 {
        text-align: center;
        font-size: 24px;
        margin-bottom: 20px;
    }

    .contactSection textarea.form-control {
        height: 88px;
    }

    .contactSection .maxWidth {
        max-width: 570px;
        display: block;
        margin: 0 auto;
    }

    .contactSection .kontaktKnap {
        background-color: #01427e;
        float: right;
    }

        .contactSection .kontaktKnap:hover {
            background-color: #01376a;
        }

    .contactSection .form-control:focus {
        border-color: #034680;
    }

.containFoots {
    position: relative;
}

    .containFoots .footsteps1 {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        z-index: 2;
        pointer-events: none;
        background-image: url(/images/indbrud/footsteps1.png);
        background-repeat: no-repeat;
        background-position: left bottom;
    }

    .containFoots .footsteps2 {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        z-index: 1;
        pointer-events: none;
        background-image: url(/images/indbrud/footsteps2.png);
        background-repeat: no-repeat;
        background-position: left bottom;
    }

    .containFoots .footsteps3 {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        z-index: 3;
        pointer-events: none;
        background-image: url(/images/indbrud/footsteps3.png);
        background-repeat: no-repeat;
        background-position: center bottom;
    }

    .containFoots .footsteps4 {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        z-index: 1;
        pointer-events: none;
        background-image: url(/images/indbrud/footsteps4.png);
        background-repeat: no-repeat;
        background-position: center top;
    }

    .containFoots .footsteps5 {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        z-index: 1;
        pointer-events: none;
        background-image: url(/images/indbrud/footsteps5.png);
        background-repeat: no-repeat;
        background-position: center bottom;
    }

.bandit1 img {
    float: right;
    margin-top: -125px;
    width: 128px;
    height: 135px;
    position: relative;
    z-index: 2;
}

.bandit2 img {
    float: left;
    margin-top: -282px;
    width: 85px;
    height: 137px;
    position: relative;
    z-index: 2;
}

.bandit3 img {
    float: right;
    margin-top: -272px;
    width: 109px;
    height: 282px;
    position: relative;
    z-index: 2;
}

.bandit4 img {
    float: left;
    margin-top: -145px;
    width: 119px;
    height: 123px;
    position: relative;
    z-index: 2;
}

.zDex {
    z-index: 5;
    position: relative;
}

.soWhite {
    position: fixed;
    background-color: #fff;
    z-index: 99999999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -moz-transition: 400ms all ease-in-out;
    -o-transition: 400ms all ease-in-out;
    -webkit-transition: 400ms all ease-in-out;
    transition: 400ms all ease-in-out;
}

    .soWhite.fade {
        opacity: 0;
    }

.data-holder {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.seArtikel .luk {
    display: inline-block;
    position: relative;
    margin-top: 10px;
    padding: 40px;
    width: 111px;
    height: 111px;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

    .seArtikel .luk img {
        margin-top: 35px;
    }

    .seArtikel .luk p {
        position: absolute;
        margin: 0;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.15);
    }

    .seArtikel .luk:Hover {
        background-color: #333 !important;
    }

.luk {
    position: absolute;
    z-index: 99;
    top: 50%;
    left: 0;
    cursor: pointer;
    padding: 35px;
    background-color: #efefef;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    text-align: center;
}

.content-holder {
    -moz-transition: 400ms all ease-in-out;
    -o-transition: 400ms all ease-in-out;
    -webkit-transition: 400ms all ease-in-out;
    transition: 400ms all ease-in-out;
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0%;
    width: 100%;
    padding: 80px 0;
    z-index: 1;
}

    .content-holder.animate {
        left: 100%;
    }

.senesteArtikler {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 80px 0;
    width: 100%;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

    .senesteArtikler.animate2 {
        left: -100%;
    }

.firstRow .box, .secondRow .box {
    margin-bottom: 20px;
}

    .firstRow .box .boxImg, .secondRow .box .boxImg {
        -moz-filter: grayscale(1);
        -ms-filter: grayscale(1);
        -webkit-filter: grayscale(1);
        filter: grayscale(1);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        height: 288px;
    }

    .firstRow .box .tagline, .secondRow .box .tagline {
        display: none;
    }

    .firstRow .box .boxContent, .secondRow .box .boxContent {
        padding: 30px;
        height: 82px;
        overflow: hidden;
        display: block;
        position: relative;
        color: #fff;
    }

    .firstRow .box .boxLink, .secondRow .box .boxLink {
        background-color: transparent;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 93px;
        height: 82px;
        text-align: center;
        -moz-transition: all 200ms ease-in-out;
        -o-transition: all 200ms ease-in-out;
        -webkit-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out;
    }

        .firstRow .box .boxLink img, .secondRow .box .boxLink img {
            position: relative;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

    .firstRow .box:hover .boxLink, .secondRow .box:hover .boxLink {
        background-color: rgba(0, 0, 0, 0.15) !important;
    }

.firstRow:nth-child(1) .box .boxContent, .secondRow:nth-child(2) .box .boxContent {
    height: 111px;
}

.firstRow:nth-child(1) .box .boxLink, .secondRow:nth-child(2) .box .boxLink {
    height: 111px;
    width: 111px;
    background-color: rgba(0, 0, 0, 0.1);
}

.firstRow:nth-child(1) .box .tagline, .secondRow:nth-child(2) .box .tagline {
    display: block;
}

.backgroundImg {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

    .backgroundImg .theArtikelContent {
        padding: 30px;
        color: #fff;
    }

        .backgroundImg .theArtikelContent a {
            color: #dcdcdc;
        }

        .backgroundImg .theArtikelContent .topHeadline {
            font-size: 20px;
            color: #fff;
            background-color: #333;
            padding: 15px 20px;
            position: relative;
            left: 50%;
            transform: translateX(-50%);
            display: inline-block;
            margin-top: 15px;
            margin-bottom: 25px;
			text-align: center;
        }

        .backgroundImg .theArtikelContent h3 {
            color: #fff;
            text-align: left;
            font-size: 20px;
            margin-bottom: 10px;
            margin-top: 25px;
        }

.hejAnimation .chatBox {
    background-repeat: no-repeat;
    background-image: url(/images/indbrud/talebob.png);
    background-size: contain;
    width: 255px;
    height: 221px;
    position: relative;
    color: #333;
}

    .hejAnimation .chatBox h4 {
        text-align: center;
        position: absolute;
        top: 45px;
        left: 30px;
        font-size: 20px;
    }

    .hejAnimation .chatBox a {
        padding: 10px 20px;
        border: 1px solid #333;
        color: #333;
        background-color: #fff;
        font-size: 16px;
        margin-top: 30px;
        position: absolute;
        bottom: 60px;
        left: 70px;
        -moz-transition: all 200ms ease-in-out;
        -o-transition: all 200ms ease-in-out;
        -webkit-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out;
    }

        .hejAnimation .chatBox a:hover {
            background-color: #333;
            color: #fff;
        }

.hejAnimation .moveThis {
    position: absolute;
    right: 120px;
    bottom: -300px;
    z-index: 5;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

    .hejAnimation .moveThis.active {
        bottom: 30px;
    }

.hejAnimation .laban {
    width: 111px;
    height: 68px;
    position: absolute;
    right: 30px;
    z-index: 5;
    bottom: -300px;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

    .hejAnimation .laban.active {
        bottom: 0;
    }

/*DOM IMPORTANT*/
/*.tyv {
    background: #5786ae !important;
    @include transition;

    &.hovers:hover {
        background: #4F799D !important;
    }

    &.gradient {
        background: -moz-linear-gradient(left, rgba(87,134,174,1) 0%, rgba(87,134,174,1) 71%, rgba(87,134,174,0) 100%) !important;
        background: -webkit-linear-gradient(left, rgba(87,134,174,1) 0%,rgba(87,134,174,1) 71%,rgba(87,134,174,0) 100%) !important;
        background: linear-gradient(to right, rgba(87,134,174,1) 0%,rgba(87,134,174,1) 71%,rgba(87,134,174,0) 100%) !important; 
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5786ae', endColorstr='#005786ae',GradientType=1 ) !important;
    }

    @media (max-width: 767px) {
        &.gradient {
        background: #5786ae !important;
    }
    }
}*/
.tyv {
    background: #ba6d6d !important;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

    .tyv.hovers:hover {
        background: #A86262 !important;
    }

    .tyv.gradient {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ba6d6d+1,ba6d6d+100&1+71,0+100 */
        background: -moz-linear-gradient(left, #ba6d6d 1%, #ba6d6d 71%, rgba(186, 109, 109, 0) 100%) !important;
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #ba6d6d 1%, #ba6d6d 71%, rgba(186, 109, 109, 0) 100%) !important;
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #ba6d6d 1%, #ba6d6d 71%, rgba(186, 109, 109, 0) 100%) !important;
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba6d6d', endColorstr='#00ba6d6d',GradientType=1 ) !important;
        /* IE6-9 */
    }

@media (max-width: 767px) {
    .tyv.gradient {
        background: #ba6d6d !important;
    }
}

.sikring {
    background: #5fa3b1 !important;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

    .sikring.hovers:hover {
        background: #5693A0 !important;
    }

    .sikring.gradient {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5fa3b1+1,5fa3b1+100&1+71,0+100 */
        background: -moz-linear-gradient(left, #5fa3b1 1%, #5fa3b1 71%, rgba(95, 163, 177, 0) 100%) !important;
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #5fa3b1 1%, #5fa3b1 71%, rgba(95, 163, 177, 0) 100%) !important;
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #5fa3b1 1%, #5fa3b1 71%, rgba(95, 163, 177, 0) 100%) !important;
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fa3b1', endColorstr='#005fa3b1',GradientType=1 ) !important;
        /* IE6-9 */
    }

@media (max-width: 767px) {
    .sikring.gradient {
        background: #5693A0 !important;
    }
}

.erhverv {
    background: #7BA467 !important;
}

.erhverv.hovers:hover {
        background: #5a704f !important;
    }


.erhverv.gradient {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7BA467+1,7BA467+100&1+71,0+100 */
        background: -moz-linear-gradient(left, #7BA467 1%, #7BA467 71%, rgba(214, 176, 110, 0) 100%) !important;
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #7BA467 1%, #7BA467 71%, rgba(214, 176, 110, 0) 100%) !important;
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #7BA467 1%, #7BA467 71%, rgba(214, 176, 110, 0) 100%) !important;
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7BA467', endColorstr='#007BA467',GradientType=1 ) !important;
        /* IE6-9 */
    }

@media (max-width: 767px) {
	.coverContent strong{
		display: none !important;
	}
	.popup.added{
		display: none !important;
	}
    .erhverv.gradient {
        background: #7BA467 !important;
    }
	
	.cover{
		height: calc(100vh - 100px) !important;
	}
	
	.erhverv.hovers:hover {
        background: #5a704f !important;
    }
}



.artikelBtn {
    margin-bottom: 10px;
    padding: 35px 30px;
    height: 111px;
    width: 100%;
    position: relative;
    z-index: 1;
    color: #fff;
}

    .artikelBtn .artikelLink {
        position: absolute;
        z-index: 2;
        top: 0;
        right: 0;
        bottom: 0;
        width: 111px;
        height: 111px;
        padding: 35px;
        background-color: rgba(0, 0, 0, 0.1);
        float: right;
        -moz-transition: all 200ms ease-in-out;
        -o-transition: all 200ms ease-in-out;
        -webkit-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out;
    }

        .artikelBtn .artikelLink:hover {
            background-color: rgba(0, 0, 0, 0.15) !important;
        }

.nav-tabs, .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, .nav-tabs > li > a {
    border: none;
}

    .nav-tabs > li > a {
        border-radius: 0;
        color: #fff !important;
        padding: 10px 26px;
        -moz-transition: all 200ms ease-in-out;
        -o-transition: all 200ms ease-in-out;
        -webkit-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out;
    }

.alle {
    background-color: #222 !important;
}

.nav-tabs {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    margin-bottom: 40px;
}

    .nav-tabs li {
        margin: 0 4px;
    }

.noShow {
    display: none;
}

.mobileQuote {
    color: #222;
    font-size: 18px;
    text-align: center;
}

.cc {
    padding: 15px 60px;
    background-color: #034680;
    font-size: 12px;
    position: relative;
    width: 100%;
}

    .cc a {
        color: #fff;
    }

    .cc .goBack, .cc .middle, .cc .toTop {
        display: inline-block;
    }

    .cc .middle {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        display: block;
        top: 15px;
    }

    .cc .toTop {
        float: right;
    }

.modal-content {
    border-radius: 0;
}

.modal-body, .modal-header, .modal-footer, .modal-titel {
    padding: 0 !important;
}

.modal-footer {
    border-top: 0px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 28px;
}

.modal-header {
    border-bottom: 0px;
}

    .modal-header h4 {
        font-size: 28px;
        margin-bottom: 15px;
        margin-top: 30px;
    }

    .modal-header p {
        text-align: center;
        margin-bottom: 0;
    }

.modalHr {
    width: 28px;
    height: 3px;
    background-color: #004077;
    display: block;
    margin: 40px auto;
}

.modalBg {
    padding: 30px;
    background: #0461b2;
    background-image: url(/images/indbrud/hjemmet.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: bottom center;
    min-height: 600px;
    position: relative;
}

    .modalBg .modalWidth {
        width: 100% !important;
    }

    .modalBg .close {
        text-shadow: none;
        position: absolute;
        top: 30px;
        right: 30px;
        color: #004077;
        opacity: 1;
    }

/*MAIL CHIMP*/
.mc-field-group {
    display: inline-block;
    margin-right: 14px;
}

    .mc-field-group label {
        font-family: "Maven Pro", sans-serif;
        font-weight: 300;
    }

    .mc-field-group input {
        border: none;
        background: transparent;
        border: 1px solid #fff;
        padding: 4px 6px;
    }

input.button {
    border: none !important;
    padding: 5px 12px;
    background-color: #029496;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

    input.button:hover {
        background-color: #027b7d;
    }

@media (max-width: 991px) {
    input.button:hover {
        background-color: #023867;
    }
}

.popup .mc-field-group {
    display: block;
    margin-right: 0;
    margin-bottom: 20px;
}

    .popup .mc-field-group input {
        width: 100%;
    }

.popup input.button {
    background-color: #01427e;
}

    .popup input.button:hover {
        background-color: #023867;
    }


    .bx-controls {
    position: relative;
    margin: 0 auto;
}

.bx-wrapper .bx-pager {
    text-align: left!important;
    bottom: -44px !important;
}

.bx-wrapper{
    border-bottom:1px solid #ddd;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute!important;
    top: auto!important;
    bottom: -47px!important;
    width: 16px!important;
    height: 16px!important;
}

.bx-wrapper .bx-prev {
    left:auto!important;
    right: 30px!important;
    background: url(/images/indbrud/prev.png) no-repeat center center!important;
}

.bx-wrapper .bx-next {
        right: 0px!important;
    background: url(/images/indbrud/next.png) no-repeat center center!important;
}


.bx-wrapper .bx-next:hover, .bx-wrapper .bx-prev:hover {
    background-position: 0;
}

@media (max-width: 767px){
	.arrowDown {
   		display: block !important;
	}
	
	.minDiv.center{
		display: none;
	}
}

.containFoots .footsteps3{
	background-position: initial!important;
}

// Rettelser den 04.05.2021
// Minimum height på indbrud landingssite forside
.cover {
	min-height: 500px !important;
}

// Fjerner boxLink KUN imellem 992px og 1199px

@media (min-width: 992px) and (max-width: 1199px) {
	.boxLink {
		display: none !important;
	}
}

.erhverv {
    background: #7BA467 !important;
}

a.erhverv.hovers:hover {
        background: #5a704f !important;
    }

.erhverv.gradient {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7BA467+1,7BA467+100&1+71,0+100 */
        background: -moz-linear-gradient(left, #7BA467 1%, #7BA467 71%, rgba(214, 176, 110, 0) 100%) !important;
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #7BA467 1%, #7BA467 71%, rgba(214, 176, 110, 0) 100%) !important;
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #7BA467 1%, #7BA467 71%, rgba(214, 176, 110, 0) 100%) !important;
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7BA467', endColorstr='#007BA467',GradientType=1 ) !important;
        /* IE6-9 */
    }

@media (max-width: 767px) {
	.coverContent strong{
		display: none !important;
	}
	.popup.added{
		display: none !important;
	}
    .erhverv.gradient {
        background: #7BA467 !important;
    }
	
	.erhverv.hovers:hover {
        background: #5a704f !important;
    }
	
	.cover{
		height: calc(100vh - 100px) !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.contactSection {
		padding: 60px 0 120px 0 !important;
	}

	.contactImage img {
		width: 1000px !important;
	}
}
	
a {
	cursor: pointer !important;
}