html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

body {
    font-family: 'Roboto', Tahoma, sans-serif;
    background: #343538;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */


/* Header */
    #header {
        background: white;
        width: 100%;
    }

    #header .logo-holder {
        height: 120px;
    }

    #header .logo {
        width: 100%;
        height: 102px;
        background: url('../images/logo.png') left center no-repeat;
        display: inline-block;
    }

    #header .menu ul {
        list-style: none;
        padding: 0;
        margin: 0 20px 0 0;
        float: right;
    }

    #header .menu li {
        float: left;
        height: 120px;
    }

    #header .menu li a {
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        color: #737063;
        font-weight: 500;
        line-height: 120px;
        height: 120px;
        display: inline-block;
        padding: 0 20px;
    }

    #header .menu li a:hover {
        text-decoration: none;
        color: #e8ad4a;
    }

    #header .menu li.current_page_item a {
        background: #eeeeee;
    }

    #header .language {
        border-left: 1px solid #dae1e7;
        display: inline-block;
        height: 24px;
        margin: 48px 0;
        line-height: 24px;
        text-align: center;
    }

    #header .language ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    #header .language li {
        display: inline-block;
        margin: 0px 4px;
    }

    #header .language img {
        width: 20px;
    }

/* Heros */
    #heros {
        width: 100%;
        height: 560px;
        background: url('../images/hero.jpg') no-repeat center center;
        background-size: cover;
        clear: both;
        color: white;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        font-weight: 300;
        font-size: 30px;
    }

    #heros h2 {
        font-weight: bold;
        font-size: 46px;
        padding: 0;
        margin: 0;
    }

    #heros p {
        margin: 20px 0 65px 0;
    }

/* Heros subpage */
    #heros-subpage {
        width: 100%;
        height: 225px;
        background: url('../images/hero-subpage.jpg') no-repeat center center;
        background-size: cover;
        color: white;
        font-weight: bold;
        font-size: 50px;
        display: flex;
        align-items: center;
    }

    #heros-subpage h2 {
        font-weight: bold;
        font-size: 50px;
    }

/* Tjenester */
    #tjenester {
        width: 100%;
        background: #313236;
        clear: both;
        padding-bottom: 90px;
    }

    #tjenester .header {
        margin: 70px 0;
        text-align: center;
        font-size: 50px;
        color: #e8ad4a;
    }

    #tjenester .box {
        border: 1px solid #53555b;
        height: 260px;
        width: 22.5%;
        float: left;
    }

    #tjenester .box.second {
        margin: 0 3.33%;
    }

    #tjenester .box.third {
        margin: 0 3.33% 0 0;
    }

    #tjenester .box .image {
        line-height: 172px;
        text-align: center;
    }

    #tjenester .box .description {
        color: white;
        font-size: 20px;
        text-align: center;
    }

    #tjenester .footer,
    #subpage-tjenester .footer {
        text-align: center;
        width: 100%;
        margin-top: 55px;
        font-size: 16px;
        color: #8c919e;
        display: inline-block;
    }

    #tjenester .footer h3,
    #subpage-tjenester .footer h3 {
        color: #e8ad4a;
        font-size: 29px;
        font-weight: bold;
        margin: 30px 0 70px 0;
        padding: 0;
    }

    #tjenester .footer a,
    #subpage-tjenester .footer a {
        float: none !important;
        margin: 0 auto;
        display: inline-block;
        width: 20%;
    }

/* Tjenester - page */
    #subpage-tjenester {
        width: 100%;
        background: url('../images/subpage-background.png') no-repeat center bottom;
        clear: both;
        display: inline-block; 
        padding: 120px 0 80px 0;
        position: relative;
        z-index: 99;
    }

    #subpage-tjenester .box {
        height: 400px;
        margin-bottom: 20px;
    }

    #subpage-tjenester .box .image {
        line-height: 150px;
        text-align: center;
    }

    #subpage-tjenester .box .title {
        color: white;
        font-size: 20px;
        text-align: center;
        height: 80px;
    }

    #subpage-tjenester .box .description {
        color: #8c919e;
        font-size: 16px;
        text-align: left;
        margin: 0 8%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

/* Referance */
    #referance {
        width: 100%;
        height: 680px;
        background: url('../images/referances.jpg');
        clear: both;
    }

    #referance .title {
        margin: 70px 0px 80px 0;
        text-align: center;
        font-size: 50px;
        color: #e8ad4a;
    }

    #referance .opinion {
        text-align: center;
        font-size: 16px;
        color: white;
        line-height: 1.5em;
        padding: 0 10%;
    }

    #referance .opinions .opinion:nth-child(2n) {
        margin-top: 80px;
    }

    #referance .opinion .signature {
        color: #8c919e;
        font-weight: bold;
        margin-top: 33px;
    }

    #subpage-referanser {
        width: 100%;
        background: url('../images/subpage-background.png') no-repeat center bottom;
        clear: both;
        display: inline-block; 
        padding: 120px 0 80px 0;
        position: relative;
        z-index: 99;
    }

    #subpage-referanser .box {
        height: 230px;
        padding: 0 20px;
    }

    #subpage-referanser .content {
        font-size: 16px;
        color: white;
        text-align: center;
        height: 140px;
    }

    #subpage-referanser .signature {
        text-align: center;
        font-weight: bold;
        color: #8c919e;
        font-size: 16px;
    }


/* Galleri */
    #galleri {
        width: 100%;
        overflow: hidden;
        background: #313236;
        clear: both;
        height: 610px;
    }

    #galleri .title {
        margin: 50px 0px 50px 0;
        text-align: center;
        font-size: 50px;
        color: #e8ad4a;
    }

    #galleri .galleri-photos {
        width: 100%;
        position: relative;
        clear: both;
    }

    #galleri-left {
        width: 64px;
        height: 64px;
        position: absolute;
        background: url('../images/slider-arr.jpg');
        display: inline-block;
        z-index: 99999;
        left: 0;
        cursor: pointer;
        top: 155px;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    #galleri-right {
        width: 64px;
        height: 64px;
        position: absolute;
        background: url('../images/slider-arr.jpg');
        display: inline-block;
        z-index: 99999;
        right: 0;
        cursor: pointer;
        top: 155px;
    }

    #subpage-galleri {
        width: 100%;
        background: url('../images/subpage-background.png') no-repeat center bottom;
        clear: both;
        display: inline-block; 
        padding: 120px 0px 120px 0;
        position: relative;
        z-index: 99;
    }

    #subpage-galleri .photo {
        height: 205px;
        overflow: hidden;
        margin-bottom: 40px;
    }

    #subpage-galleri .photo a {
        height: 205px;
        overflow: hidden;
    }

    #subpage-galleri .photo img {
        width: 360px;
    }

    #galleri-carousel {
        width: 100%;
    }

    #galleri-carousel .owl-page span {
        margin-top: 40px !important;
        background: #e1d9cc;
    }

    #galleri-carousel .owl-page.active span {
        background: #a8987f;
    }

/* Om oss */
    #om-oss {
        width: 100%;
        height: 580px;
        background: #3E4044;
        clear: both;
        display: inline-block;
    }

    #subpage-om-oss {
        width: 100%;
        background: url('../images/subpage-background.png') no-repeat center bottom;
        clear: both;
        display: inline-block; 
        padding: 120px 0 140px 0;
        position: relative;
        z-index: 99;
    }

    #om-oss .title {
        margin: 70px 0px 60px 0;
        text-align: center;
        font-size: 50px;
        color: #e8ad4a;
    }

    #om-oss .content .right,
    #subpage-om-oss .content .right {
        color: #8c919e;
        font-size: 16px;
        line-height: 1.5em;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 260px;
    }

    #subpage-om-oss .logo-carousel {
        margin-top: 105px;
    }

/* Partners */
    #partners {
        width: 100%;
        background: url('../images/partners.png') no-repeat center center;
        padding: 100px 0;
        position: relative;
        z-index: 99;
    }

    #partners .owl-page span,
    #subpage-om-oss .owl-page span {
        background: #e1d9cc !important; 
    }

    #partners .owl-page.active span,
    #subpage-om-oss .owl-page.active span {
        background: #a8987f !important;
    }

/* Map */
    #map {
        width: 100%;
        clear: both;
        position: relative;
        z-index: 9;
        top: -70px;
        margin-bottom: -70px;
    }

/* Kontakt */
    #subpage-kontakt {
        width: 100%;
        background: url('../images/subpage-background.png') no-repeat center bottom;
        clear: both;
        display: inline-block; 
        padding-top: 110px;
        min-height: 900px;
        position: relative;
        z-index: 99;
    }

    #subpage-kontakt .left {
        color: #8c919e;
        font-size: 17px;
        line-height: 1.8em;
        height: 595px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }

    #subpage-kontakt .left strong {
        color: white;
    }

    #subpage-kontakt .left .middle strong {
        color: #e8ad4a;
    }

    #subpage-kontakt .left ul {
        list-style: none;
        padding: 0;
        margin: -25px 0 0 0;
    }

    #subpage-kontakt .left li:before {
        color: #e8ad4a;
        content: '- ';
    }

    #subpage-kontakt .left .orange {
        color: #e8ad4a;
    }

    #subpage-kontakt .right {
        color: #8c919e;
        font-size: 17px;
        height: 615px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }

    #subpage-kontakt .right .title {
        color: white;
    }

    #subpage-kontakt .right .left-input {
        width: 47.5%;
        float: left;
        margin-right: 5%;
    }

    #subpage-kontakt .right .right-input {
        width: 47.5%;
        float: left;
    }

    #subpage-kontakt .right input[type="text"],
    #subpage-kontakt .right input[type="email"],
    #subpage-kontakt .right textarea {
        line-height: 53px;
        border: 1px solid #5a5c62;
        background: transparent;
        padding: 0 2%;
        width: 100%;
    }

    #subpage-kontakt .right textarea {
        height: 150px;
        padding: 0 1%;
    }

    #subpage-kontakt .right label {
        height: 35px;
        margin-left: 10px;
        font-weight: 400;
    }

    #subpage-kontakt .right button {
        float: right;
        border: 0;
    }

    #subpage-kontakt .right .agree {
        display: flex;
        height: 65px;
        align-items: center;
        font-size: 15px;
        padding-left: 0 !important;
    }

    #subpage-kontakt .right .square input[type="checkbox"] {
        display:none;
    }

    #subpage-kontakt .right .square {
        float: left;
        margin-right: 10px;
        margin-top: 9px;
    }

    #subpage-kontakt .right input[type="checkbox"] + label {
        width: 22px;
        height: 22px;
        display: inline-block;
        border: 1px solid #5a5c62;
        position: relative;
        cursor: pointer;
        margin-left: 0;
    }

    #subpage-kontakt .right input[type="checkbox"]:checked + label span {
        position: absolute;
        width: 10px;
        height: 10px;
        top: 5px;
        left: 5px;
        background: #d3b04f;
        display: inline-block;
        border: 1px solid #5a5c62;
        margin-left: 0;
    }


/* Footer */
    #footer {
        width: 100%;
        background: #404245;
        clear: both;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    #footer .left {
        color: #8c919e;
        font-size: 14px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }

    #footer .menu ul {
        list-style: none;
        padding: 0;
    }

    #footer .menu li {
        float: left;
        margin-right: 20px;
    }

    #footer .menu li a {
        color: #8c919e;
        font-size: 14px;
    }

    #footer .contact .orange {
        color: #e8ad4a;
    }

    #footer .contact {
        line-height: 2em;
    }

    #footer .contact strong {
        font-size: 18px;
        color: white;
    }

    #footer .right {
        text-align: right;
        color: #8c919e;
        font-size: 14px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }

    #footer .facebook {
        height: 130px;
        overflow: hidden;
    }

    #footer .right a {
        font-weight: bold;
        color: #e8ad4a;
    }

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */
.embed-container iframe{
    pointer-events: none;
}

.button {
    line-height: 64px;
    text-align: center;
    color: white;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
}

.button span:after {
    background: url('../images/ar.jpg') no-repeat;
    width: 7px;
    height: 12px;
    content: ' ';
    display: inline-block;
    position: relative;
    left: 10px;
    top: 2px;
}

.button.yellow {
    background: #e8ad4a;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

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

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}