html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html, body, #overall-container, #main-container {
    min-height: 100%;
}

body, p, div, span, li {
    font-family: "Work Sans",sans-serif;
    font-size: 12pt;
    line-height: 15pt;
    font-weight: normal;
}

#overall-container {
    position: relative;
}

#main-container {
    overflow: hidden;
    position: relative;
    padding-top: 100px;
}

.home #main-container {
    padding-top: 0;
}

h1 {
    font-size: 40px;
    line-height: 45px;
    font-weight: 200;
}

h2 {
    font-weight: 200;
    font-size: 30px;
    line-height: 35px;
}

h3 {
    font-weight: 300;
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 16px;
}

p, h1, h2, h3, h4, h5, h6 {
    margin: 1em 0 1em 0;
}

/**p {
    font-weight: 300;
}*/

strong {
    font-weight: 600;
}

p:empty {
    display: none;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: #55b4df;
}

    a:hover {
        color: #11679c;
    }

.clearfix:after {
    content: " ";
    display: table;
    clear: both;
}

.hide {
    display: none;
}

.no-padding {
    padding: 0;
}

.elm-wrapper {
    margin: 0;
}

    .elm-wrapper .elm-button {
        display: inline-block;
        font-weight: 500;
        color: #fff;
        text-transform: uppercase;
        text-decoration: none;
        margin: 40px 0 0 0;
        padding: 4px 20px;
        border: 0;
        min-width: 170px;
        background-color: #11679c;
    }

        .elm-wrapper .elm-button .elm-button-text {
            font-size: 14px;
        }

        .elm-wrapper .elm-button:hover, .elm-wrapper .elm-button:active, .elm-wrapper .elm-button:focus {
            text-decoration: none;
            color: #fff;
            background-color: #11679c;
        }

.button {
    display: inline-block;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    padding: 4px 20px;
    border: 0;
    min-width: 170px;
    text-align: center;
}

    .button:hover, .button:active, .button:focus, .button:visited {
        text-decoration: none;
        border: none;
    }

.btn-default {
    background-color: #55b4df;
}

    .btn-default:hover, .btn-default:active, .btn-default:focus, .btn-default:visited {
        color: #fff;
        background-color: #55b4df;
    }

.btn-dark {
    background-color: #11679c;
}

    .btn-dark:hover, .btn-dark:active, .btn-dark:focus, .btn-dark:visited {
        color: #fff;
        background-color: #11679c;
    }

.btn-bright {
    background-color: #ff7948;
}

    .btn-bright:hover, .btn-bright:active, .btn-bright:focus, .btn-bright:visited {
        color: #fff;
    }

.btn-external-link {
    background-color: #c00;
}

    .btn-external-link:hover, .btn-external-link:active, .btn-external-link:active, .btn-external-link:visited {
        color: #fff;
    }

.back-to-top {
    position: fixed;
    bottom: 10px;
    right: 15px;
    display: none;
}

    .back-to-top img {
        max-width: 35px;
    }

.fr {
    float: right !important;
}

.fl {
    float: left !important;
}

.cb {
    clear: both !important;
}

.nm {
    margin: 0 !important;
}

.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
}

.hide {
    display: none;
}

.nowrap {
    white-space: nowrap;
}

.nt {
    -webkit-transition: all 0s ease-out 0s;
    -moz-transition: all 0s ease-out 0s;
    -o-transition: all 0s ease-out 0s;
    transition: all 0s ease-out 0s;
}

.center {
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
}

.center-text {
    text-align: center !important;
}

.table {
    display: table;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.align-middle {
    vertical-align: middle;
}

.embed {
    position: relative;
    padding: 0;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

    .embed iframe, .embed object, .embed embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

@-webkit-keyframes bg {
    0% {
        background-position: 0 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0 50%;
    }
}

@-moz-keyframes bg {
    0% {
        background-position: 0 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0 50%;
    }
}

@-o-keyframes bg {
    0% {
        background-position: 0 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0 50%;
    }
}

@keyframes bg {
    0% {
        background-position: 0 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0 50%;
    }
}

#shiftnav-toggle-main .shiftnav-main-toggle-content {
    padding: 12px 40px !important;
}

div.shiftnav-inner {
    background-color: #151b1e;
}

    div.shiftnav-inner ul {
        padding-top: 20px !important;
    }

        div.shiftnav-inner ul li a {
            color: #fff;
            text-transform: uppercase;
            font-weight: 600;
        }

        div.shiftnav-inner ul li.current-menu-parent > a, div.shiftnav-inner ul li.current-menu-item > a {
            text-decoration: underline !important;
        }

        div.shiftnav-inner ul li ul.sub-menu {
            padding-left: 20px !important;
            padding-top: 0 !important;
        }

            div.shiftnav-inner ul li ul.sub-menu li a.shiftnav-target {
                font-size: 12px !important;
                font-weight: 400;
                padding-left: 20px !important;
            }

            div.shiftnav-inner ul li ul.sub-menu li.product-menu-item a {
                padding-left: 40px !important;
            }

                div.shiftnav-inner ul li ul.sub-menu li.product-menu-item a::before {
                    content: "";
                    width: 30px;
                    height: 30px;
                    background-repeat: no-repeat;
                    background-position: center;
                    background-size: contain;
                    top: 5px;
                    left: 5px;
                    position: absolute;
                    display: inline-block;
                }

            div.shiftnav-inner ul li ul.sub-menu li.duostation-menu-item a::before {
                background-image: url("../img/icons/duostation-icon.png");
            }

            div.shiftnav-inner ul li ul.sub-menu li.mdm-menu-item a::before {
                background-image: url("../img/icons/duostation-mdm-icon.png");
            }

            div.shiftnav-inner ul li ul.sub-menu li.cases-menu-item a::before {
                background-image: url("../img/icons/duostation-cases-icon.png");
            }

            div.shiftnav-inner ul li ul.sub-menu li.connections-menu-item a::before {
                background-image: url("../img/icons/duostation-connections-icon.png");
            }

            div.shiftnav-inner ul li ul.sub-menu li.devices-menu-item a::before {
                background-image: url("../img/icons/duostation-devices-icon.png");
            }

            div.shiftnav-inner ul li ul.sub-menu li.management-menu-item a::before {
                background-image: url("../img/icons/duostation-management-icon.png");
            }

            div.shiftnav-inner ul li ul.sub-menu li.metering-menu-item a::before {
                background-image: url("../img/icons/duostation-metering-icon.png");
            }

            div.shiftnav-inner ul li ul.sub-menu li.itsm-menu-item a::before {
                background-image: url("../img/icons/duostation-itsm.png");
            }

.shiftnav-main-toggle-content {
    text-align: left;
}

    .shiftnav-main-toggle-content img {
        height: 1.5em;
    }

#main-header {
    z-index: 110;
    width: 100%;
    background-color: #fff;
}

    #main-header div.logo {
        padding-top: 15px;
    }

    #main-header .main-nav ul {
        text-align: right;
        display: block;
    }

        #main-header .main-nav ul li {
            padding: 20px 0;
            display: inline-block;
        }

            #main-header .main-nav ul li a, #main-header .main-nav ul li a:visited {
                font-size: 14px;
                display: block;
                padding: 0 15px;
                line-height: 40px;
                color: #000;
                font-weight: 700;
                text-decoration: none;
                text-transform: uppercase;
            }

            /** Undermeny f�r produkter. */
            #main-header .main-nav ul.sub-menu li.menu-item-object-seod_product a,
            .shiftnav ul.shiftnav-menu li.shiftnav-depth-1 a              {
              text-transform: none !important;
            }

               
            #main-header .main-nav ul li.current-menu-parent > a, #main-header .main-nav ul li.current-menu-item > a {
                color: #ff7948;
                text-decoration: underline;
            }

            #main-header .main-nav ul li.lang-item a {
                padding: 0 5px;
            }

            #main-header .main-nav ul li:hover ul.sub-menu {
                display: block;
            }

            #main-header .main-nav ul li ul.sub-menu {
                display: none;
                background: #f5f6f9;
                position: absolute;
                padding: 0;
                text-align: left;
                z-index: 10;
                margin-top: 15px;
                border-top: 2px solid #11679c;
                border-bottom: 2px solid #11679c;
            }

                #main-header .main-nav ul li ul.sub-menu li {
                    display: block;
                    position: relative;
                    padding: 0;
                }

                    #main-header .main-nav ul li ul.sub-menu li a {
                        font-size: 12px;
                        font-weight: 600;
                        padding: 0 20px;
                    }

                        #main-header .main-nav ul li ul.sub-menu li a:hover {
                            background: #fff;
                        }

                    #main-header .main-nav ul li ul.sub-menu li.product-menu-item a {
                        padding: 0 20px 0 35px;
                    }

                        #main-header .main-nav ul li ul.sub-menu li.product-menu-item a::before {
                            content: "";
                            width: 30px;
                            height: 30px;
                            background-repeat: no-repeat;
                            background-position: center;
                            background-size: contain;
                            top: 5px;
                            left: 5px;
                            position: absolute;
                            display: inline-block;
                        }

                    #main-header .main-nav ul li ul.sub-menu li.duostation-menu-item a::before {
                        background-image: url("../img/icons/duostation-icon.png");
                    }

                    #main-header .main-nav ul li ul.sub-menu li.mdm-menu-item a::before {
                        background-image: url("../img/icons/duostation-mdm-icon.png");
                    }

                    #main-header .main-nav ul li ul.sub-menu li.cases-menu-item a::before {
                        background-image: url("../img/icons/duostation-cases-icon.png");
                    }

                    #main-header .main-nav ul li ul.sub-menu li.connections-menu-item a::before {
                        background-image: url("../img/icons/duostation-connections-icon.png");
                    }

                    #main-header .main-nav ul li ul.sub-menu li.devices-menu-item a::before {
                        background-image: url("../img/icons/duostation-devices-icon.png");
                    }

                    #main-header .main-nav ul li ul.sub-menu li.management-menu-item a::before {
                        background-image: url("../img/icons/duostation-management-icon.png");
                    }

                    #main-header .main-nav ul li ul.sub-menu li.metering-menu-item a::before {
                        background-image: url("../img/icons/duostation-metering-icon.png");
                    }

                    #main-header .main-nav ul li ul.sub-menu li.itsm-menu-item a::before {
                        background-image: url("../img/icons/duostation-itsm.png");
                    }

                    #main-header .main-nav ul li ul.sub-menu li.current-menu-item {
                        background-color: #fff;
                    }

section#header {
    width: 100%;
}

    section#header.full {
        padding: 40px 0;
        background-color: #56b4e0;
    }

    section#header h1 {
        text-align: center;
        color: #fff;
        margin: 0;
    }

        section#header h1 strong {
            font-weight: 400;
        }

    section#header h2 {
        color: #0072ae;
        top: 40pt;
        text-transform: none;
    }

section#title h1 {
    color: #0072ae;
}

    section#title h1 strong {
        font-weight: 400;
    }

section#home-banner {
    background-color: #55b4df;
    width: 100%;
    position: relative;
}

    section#home-banner .inner {
        color: #fff;
        padding: 50px 0 20px;
    }

        section#home-banner .inner .button {
            margin: 25px 0 20px;
        }

    section#home-banner .header-right-block ul {
        margin-top: 10px;
        margin-left: -15px;
    }

        section#home-banner .header-right-block ul li {
            list-style-type: circle;
            padding: 4px 0 4px 0;
            display: block;
            color: #ff7948;
            font-size: 16px;
        }

        section#home-banner .header-right-block ul span {
            margin-left: 20px;
            margin-top: -20px;
            color: #fff;
            font-size: 16px;
            display: block;
        }

section#home-content div.content-wrapper {
    background-color: #fff;
    padding: 40px 0;
}

    section#home-content div.content-wrapper:nth-child(even) {
        background-color: #1076b0;
        color: #fff;
    }

    section#home-content div.content-wrapper img.content-image {
        display: block;
    }

    section#home-content div.content-wrapper div.content-text {
        padding: 0 30px;
    }

        section#home-content div.content-wrapper div.content-text p {
            line-height: 26px;
        }

        section#home-content div.content-wrapper div.content-text a.button {
            margin-top: 10px;
        }

section#about {
    padding: 60px 0 40px;
}

    section#about div.image-content {
        padding: 0 0 40px 0;
    }

        section#about div.image-content img {
            max-width: 250px;
            float: right;
            padding-top: 40px;
        }

    section#about div.text-content {
        background-color: #f5f6f9;
        padding: 40px 40px 20px 40px;
    }

        section#about div.text-content h2, section#about div.text-content h3, section#about div.text-content h4, section#about div.text-content h5, section#about div.text-content h6 {
            color: #11679c;
            margin: 0;
            font-weight: 600;
        }

        section#about div.text-content p {
            margin-top: 5px;
            font-weight: 300;
        }

section.products div.product-container {
    padding-bottom: 20px;
    margin: 15px 0;
    border: 2px solid #f5f7f9;
    display: block;
}

    section.products div.product-container:hover {
        border: 2px solid #56b4e0;
    }

    section.products div.product-container div.product-header div.product-title h3 {
        color: #000;
        line-height: 32px;
        font-weight: 200;
    }

        section.products div.product-container div.product-header div.product-title h3 strong {
            font-weight: 400;
        }

    section.products div.product-container div.product-intro {
        padding: 10px 25px;
        font-weight: 300;
        line-height: 24px;
        color: #000;
        min-height: 120px;
    }

section#main-products {
    padding-top: 40px;
}

    section#main-products div.product-container {
        margin-top: 35px;
    }

        section#main-products div.product-container div.product-header {
            padding: 0 25px;
        }

            section#main-products div.product-container div.product-header div.product-icon {
                display: inline-block;
            }

                section#main-products div.product-container div.product-header div.product-icon img {
                    margin-top: -25px;
                }

            section#main-products div.product-container div.product-header div.product-title {
                display: inline-block;
                vertical-align: 10px;
            }

section#additions {
    padding: 10px 0 60px;
}

    section#additions h2 {
        margin-bottom: 40px;
        font-size: 36px;
        line-height: 42px;
    }

        section#additions h2 strong {
            font-weight: 400;
        }

    section#additions div.product-container div.product-header {
        padding-top: 30px;
        text-align: center;
    }

        section#additions div.product-container div.product-header div.product-icon img {
            margin: auto;
        }

section#product {
    padding: 40px 0;
}

    section#product div.product-header {
        display: table;
        height: 120px;
        width: 100%;
    }

        section#product div.product-header div.product-header-content {
            display: table-cell;
            vertical-align: bottom;
        }

            section#product div.product-header div.product-header-content h2 {
                margin: 0 0 0 0;
            }

            section#product div.product-header div.product-header-content ul {
                padding: 0;
                width: 100%;
                text-align: right;
                margin-top: 20px;
            }

                section#product div.product-header div.product-header-content ul li {
                    display: inline-block;
                    padding: 5px;
                }

                    section#product div.product-header div.product-header-content ul li a {
                        position: relative;
                    }

                        section#product div.product-header div.product-header-content ul li a i {
                            position: absolute;
                            left: 7px;
                            top: 7px;
                        }

    section#product div.product-intro {
        padding: 0 15px;
    }

        section#product div.product-intro p {
            font-size: 20px;
            line-height: 28px;
        }

    section#product div.product-content h3, section#product div.product-content h4, section#product div.product-content h5, section#product div.product-content h6 {
        color: #11679c;
    }

section#partners {
    padding: 30px 0 20px 0;
}

section#partners.seod-partners-container {
    padding:0;
}

    section#partners.front-partners {
        padding: 40px 0;
        background-color: #f5f6f9;
    }

    section#partners.front-partners .outer {
        background-color: #fff;
    }

    section#partners h2 {
        color: #11679c;
        margin: 0;
        text-transform: none;
    }

        section#partners h2 strong {
            font-weight: 600;
        }

    section#partners h4 {
        margin: 0 0 20px;
        color: #11679c;
    }

    section#partners ul {
        padding: 15px 0;
        margin-bottom: 20px;
        overflow: hidden;
    }

    section#partners li {
        padding: 1px;
    }

        section#partners li .outer {
            position: relative;
        }

            section#partners li .outer:before {
                content: "";
                display: block;
                width: 100%;
                padding-top: 70%;
            }

            section#partners li .outer .inner {
                display: block;
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                border: 1px dotted #ccc;
            }

                section#partners li .outer .inner:hover {
                    border-color: #55b4df;
                }

            section#partners li .outer a.button {
                margin-bottom: 20px;
            }

            section#partners li .outer img {
                position: absolute;
                max-width: 86%;
                max-height: 86%;
                top: 50%;
                left: 50%;
                transform: translateX(-50%) translateY(-50%);
            }


            section#partners ul.seod_partners .outer-partners {
                border:2px solid #f3f7f9;
                padding: 2em 1em;
            }

            section#partners h3.taxonomy {
                color: #0072ae;
                font-weight: 400;
                text-transform: none;
                text-align: center;
                display: block;
                width:100%;
                position: relative;
                margin-top:2.5em;
                margin-bottom:0;
            }

            section#partners h3.taxonomy:first-of-type {
                margin-top:1em;
            }

            section#partners h3.taxonomy:before {
                content:"";
                display: block;
                height:1px;
                width:100%;
                border-top:2px solid #f3f7f9;
                position: absolute;
                top:50%;
                transform:translateY(-50%);
            }

            section#partners h3.taxonomy span {
                display: inline-block;
                padding:0 .5em;
                background: #fff;
                font-size: inherit!important;
                position: relative;
            }

            section#partners ul.seod_partners {
                display: flex;
                justify-content: unset;
                align-items: stretch;
                flex-flow: row wrap;
                margin-bottom:0;
                padding-bottom:0;
                gap: 22px;
            }

            section#partners ul.seod_partners img {
                position: relative;
                top:unset;
                left:unset;
                transform: unset;
                margin-bottom: 1em;
                margin-left: auto;
                margin-right: auto;
            }

            section#partners ul.seod_partners li {
                text-align: center;
                float:none;
                padding:2em 1em;
                border: 2px solid #f5f7f9;
                width: 32%;
                margin: 1em 0;
                display: flex;
                flex-direction: column;
            }

            .post-type-archive-seod_industry section#partners ul.seod_partners.industries li {
                padding: 0 0 2em 0;
            }

            .post-type-archive-seod_industry section#partners ul.seod_partners.industries li img {
                margin: 2px;
                max-height: 150px;
                object-fit: cover;
            }

            .post-type-archive-seod_industry section#partners ul.seod_partners.industries h2,
            .post-type-archive-seod_industry section#partners ul.seod_partners.industries .short_description {
                padding-left: 2em;
                padding-right: 2em;
            }

            section#partners ul.seod_partners .short_description {
                flex-grow: 1;
            }

            section#partners ul.seod_partners h2 {
                font-weight: 500;
                color: #000;
                font-size: 1.5em;
                margin-bottom: 20px;
            }

            section#partners ul.seod_partners .partner_street_address,
            section#partners ul.seod_partners .partner_country {
                display: block;
            }

            section#partners ul.seod_partners .partner_phone_number,
            section#partners ul.seod_partners .partner_email_address,
            section#partners ul.seod_partners .partner_website {
                margin-top: 20px;
            }

            section#partners ul.seod_industries .outer-partners {
                border:2px solid #f3f7f9;
                padding: 0;
            }

.trade-header {
    position: relative;
    padding: 80px 0!important;
    text-shadow: 0 0 1em #000;
}
.trade-header::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .25);
}

.trade-header h1 {
    text-transform: uppercase;
}

.short-description {
    font-size: 1.4em;
    line-height: 1.3em;
    max-width: 900px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin-top: 2em;
    
}

section.text-section {
    width: 100%;
}

    section.text-section {
        padding: 80px 0;
    }

    section.text-section h2 {
        color: #0072ae;
        font-weight: 400;
        text-transform: none;
    }

    section.text-section h2:first-of-type {
        margin-top:0;
    }

    section.text-section .center {
        max-width: 700px;
    }


section#news {
    border-bottom: 2px solid #11679c;
}

    section#news div.single-post {
        background-color: #fff;
        margin: 20px 0 40px;
    }

        section#news div.single-post div.image-container {
            padding: 15px 0 15px 15px;
        }

        section#news div.single-post div.post-content {
            font-size: 14px;
            padding: 30px 20px 20px 0;
        }

            section#news div.single-post div.post-content div.date span {
                font-weight: 300;
                font-size: 16px;
            }

            section#news div.single-post div.post-content h3 {
                font-weight: 300;
                line-height: 26px;
            }

            section#news div.single-post div.post-content p {
                font-size: 16px;
                line-height: 26px;
            }

            section#news div.single-post div.post-content a {
                color: #ff7948;
                text-decoration: underline;
            }

    section#news h2 {
        color: #11679c;
        text-align: center;
        text-transform: none;
        margin: 0 0 30px 0;
    }

    section#news ul.news-list li {
        padding: 0;
        overflow: hidden;
    }

        section#news ul.news-list li a {
            display: block;
            height: 110px;
            background: #fff;
            border: 2pt solid #f5f6f9;
            padding: 15px;
        }

            section#news ul.news-list li a:hover {
                border-color: #11679c;
                text-decoration: none;
            }

            section#news ul.news-list li a img {
                float: left;
                max-height: 100%;
                width: auto;
                margin-right: 15px;
            }

            section#news ul.news-list li a div.date {
                display: block;
            }

                section#news ul.news-list li a div.date span {
                    font-weight: 300;
                    font-size: 16px;
                    color: #000;
                }

            section#news ul.news-list li a h4 {
                margin: 10px 0 20px;
                font-weight: 300;
                font-size: 20px;
                line-height: 30px;
                height: 30px;
                text-overflow: ellipsis;
                overflow: hidden;
                white-space: nowrap;
                width: 100%;
                color: #000;
            }

    section#news .readmore {
        padding-top: 2em;
    }

section.front-news {
    padding: 30px 0 40px;
}

section.page-news {
    margin-bottom: 20px;
    padding: 30px 0;
}

section.single-post {
    padding: 40px 0;
}

    section.single-post div.single-post-content {
        background-color: #fff;
        padding: 30px;
        margin-bottom: 40px;
    }
    section.single-post div.post-navigation,
    section#main-products div.post-navigation,
    section#partners div.post-navigation  {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        gap: 1em;
        border-top: 2px solid #f5f7f9;
        padding-top: 1em;
        margin-top: 3em;
        text-align: right;
    }
    section.single-post div.post-navigation span:first-child,
    section#main-products div.post-navigation span:first-child,
    section#partners div.post-navigation span:first-child {
        text-align: left;
    }

    section.single-post div.post-navigation a,
    section#main-products div.post-navigation a,
    section#partners div.post-navigation a {
        color: #333!important;
        font-size: 0.9em;
    }

        section.single-post div.single-post-content div.date span {
            /**font-weight: 300;*/
          font-size: 16px;
        }

        section.single-post div.single-post-content h3 {
          /**font-weight: 300;*/
          font-weight: normal;
        }

        section.single-post div.single-post-content p {
            font-size: 16px;
            line-height: 26px;
        }

        section.single-post div.single-post-content a {
            color: #ff7948;
            text-decoration: underline;
        }

section#contact-content {
    padding: 60px 0 40px;
}

    section#contact-content .contact-info {
        text-align: right;
    }

        section#contact-content .contact-info img {
            margin: 0 0 0 15px;
        }

        section#contact-content .contact-info p {
            font-weight: 400;
            font-size: 14px;
            line-height: 20px;
        }

            section#contact-content .contact-info p a {
                color: #000;
            }

                section#contact-content .contact-info p a:hover, section#contact-content .contact-info p a:visited, section#contact-content .contact-info p a:focus {
                    text-decoration: none;
                }

            section#contact-content .contact-info p iframe {
                width: 100%;
                max-width: 350px;
                max-height: 280px;
            }

    section#contact-content .contact-form {
        background-color: #f5f5f6;
        color: #666;
        padding: 20px 40px 40px;
    }

        section#contact-content .contact-form h3 {
            color: #0072ae;
            font-weight: 600;
            font-size: 18px;
            margin: 15px 0 0 0;
        }

        section#contact-content .contact-form h4 {
            color: #0072ae;
            font-weight: 600;
        }

        section#contact-content .contact-form p {
            font-size: 14px;
            font-weight: 300;
            margin: 0;
        }

            section#contact-content .contact-form p.margin-bottom {
                margin-bottom: 15px;
            }

        section#contact-content .contact-form label span {
            font-size: 14px;
            font-weight: 300;
            min-width: 120px;
            display: inline-block;
            margin-left: 3px; /** Komponents avst�nd fr�n v�nster */
            padding: 5px 0;
        }

        section#contact-content .contact-form span.wpcf7-list-item {
            margin-left: 0;
        }

        section#contact-content .contact-form .contact-options {
            width: 300px;
            display: block;
            margin: 10px 0;
        }

        section#contact-content .contact-form input[type="text"], section#contact-content .contact-form input[type="email"], section#contact-content .contact-form input[type="tel"], section#contact-content .contact-form textarea {
            width: 100%;
            max-width: 350px;
            font-size: 14px;
            font-weight: 300;
            color: #000;
            padding: 8px;
            border-radius: 4px;
            border: 1px solid rgba(0,0,0,0.2);
            margin-bottom: 10px;
        }

        section#contact-content .contact-form .wpcf7-validation-errors, section#contact-content .contact-form div.wpcf7-response-output {
            margin: 20px 0 0 0;
            padding: 0;
            font-size: 14px;
            font-weight: 300;
        }

        section#contact-content .contact-form .wpcf7-validation-errors, section#contact-content .contact-form .wpcf7-mail-sent-ok {
            border: none;
        }

        section#contact-content .contact-form .wpcf7-not-valid-tip {
            color: #000;
            font-weight: 200;
            font-size: 12px;
            margin: 0 0 5px 5px;
        }

        section#contact-content .contact-form .button {
            margin-top: 25px;
        }

section#try-it {
    padding: 20px 0 40px;
}

    section#try-it h2 {
        color: #11679c;
        margin-top: 0;
    }

        section#try-it h2 strong {
            font-weight: 400;
        }

    section#try-it p a.button {
        margin-top: 20px;
    }

div#videoModal {
    margin-top: 80px;
}

    div#videoModal div.modal-content {
        background-color: #151b1e;
        border-radius: 0;
    }

        div#videoModal div.modal-content div.modal-body {
            padding: 0;
        }

            div#videoModal div.modal-content div.modal-body .close {
                font-size: 32px;
                font-weight: normal;
                color: #000;
                text-shadow: none;
                opacity: 1;
                position: absolute;
                filter: alpha(opacity=20);
                top: -20px;
                right: -20px;
                background-color: #fff !important;
                padding: 0 5px !important;
                border-radius: 50%;
                z-index: 1;
            }

            div#videoModal div.modal-content div.modal-body .video-wrapper {
                position: relative;
                padding-bottom: 56.25%;
                padding-top: 25px;
                height: 0;
            }

                div#videoModal div.modal-content div.modal-body .video-wrapper iframe {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                }

footer {
    background-color: #151b1e;
    padding: 40px 0;
    color: #fff;
}

    footer .footer-logo {
        height: 65px;
        margin-bottom: 30px;
    }

        footer .footer-logo img {
            display: block;
            max-width: 180pt;
            height: auto;
        }

            footer .footer-logo img.duo-logo {
                padding-top: 15px;
            }

    footer h3 {
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 55px;
    }

    footer p {
        font-weight: 300;
        line-height: 24px;
    }

        footer p.address {
            text-transform: uppercase;
        }

        footer p a {
            color: #fff;
        }

            footer p a:hover, footer p a:focus, footer p a:active, footer p a:visited {
                color: #fff;
                text-decoration: none;
            }

            footer p a.home-url {
                font-weight: 600;
            }

    footer ul {
        margin-top: 15px;
        margin-bottom: 20px;
    }

        footer ul li {
            display: inline-block;
        }

            footer ul li a {
                color: #fff;
                text-transform: uppercase;
                display: block;
                min-width: 110px;
                font-weight: 600;
                padding: 5px 0;
            }

                footer ul li a:hover, footer ul li a:focus, footer ul li a:active, footer ul li a:visited {
                    color: #fff;
                    text-decoration: none;
                }

            footer ul li.current-menu-item a {
                text-decoration: underline;
            }

            footer ul li.lang-item a {
                max-width: 20px !important;
            }

            footer ul li ul.sub-menu {
                display: none;
            }

    footer div.newsletter p {
        text-transform: uppercase;
        font-weight: 400;
    }

    footer div.newsletter div.newsletter-form {
        position: relative;
    }

        footer div.newsletter div.newsletter-form input[type="text"], footer div.newsletter div.newsletter-form input[type="email"] {
            margin-bottom: 5px;
            border: none;
            color: #000;
            padding: 5px;
            font-weight: 300;
            width: 100%;
            border-radius: 0;
        }

        footer div.newsletter div.newsletter-form input[type="submit"] {
            border: 0;
            background-color: #1e3752;
            color: #788797;
            position: absolute;
            top: 0;
            right: 0;
            font-weight: 800;
            font-size: 16px;
            text-transform: uppercase;
            padding: 23px 25px;
            border-radius: 0;
        }

        footer div.newsletter div.newsletter-form span.wpcf7-not-valid-tip {
            display: none;
        }

        footer div.newsletter div.newsletter-form div.wpcf7-response-output {
            margin: 0;
            padding: 0 0 10px 0;
        }

        footer div.newsletter div.newsletter-form div.wpcf7-mail-sent-ok, footer div.newsletter div.newsletter-form div.wpcf7-validation-errors {
            border: none;
        }

    footer a.linkedin-logo {
        display: block;
    }

section#page-404 {
    background-image: url('../img/404.jpg');
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 100%;
    min-width: 100%;
}

    section#page-404 div#content {
        text-align: center;
        margin-top: 250pt;
        color: #fff;
    }

        section#page-404 div#content h1 {
            margin-bottom: 20pt;
            color: #000;
        }

        section#page-404 div#content p {
            font-size: 16pt;
            line-height: 28pt;
            color: #000;
        }

            section#page-404 div#content p a {
                color: #000;
                text-decoration: underline;
            }

.seod-customer-case-container h2 {
    margin: 0!important;
}

.seod-customer-case-container h3 {
    margin-top: 0!important;
}

.short_description {
    margin: 0 0 3em 0;
}

section#header.full.customer-case-header  {
    background-color: #f5f6f9;
    padding-bottom: 0;
}

.customer-case-header img {
    margin: 0 auto;
}

.customer-case-quote {
    padding: 40px 0;
    background-color: #f5f6f9;
    text-align: center;
    text-transform: uppercase;
}

.customer-case-quote .quote {
    font-size: 1.3em;
    line-height: 1.3em;
    max-width: 800px;
    margin: 0 auto;
}

.customer-case-quote .quote-name {
    font-weight: bold;
    margin-top: 1em;
    font-size: 0.8em;
}

.flexslider {
    background-color: unset!important;
    border: unset!important;
    margin: 0 0 40px!important;
}

.flex-direction-nav {
    display: none;
}

@media (max-width: 991px) {
    #main-header .logo {
        max-width: 200px;
        top: 37px;
    }

    #main-header .main-nav ul li a {
        font-size: 15px;
        text-transform: none;
        padding: 0 6px;
    }
}

@media screen and (max-width:1280px) {
    section#full-intro .header-left-block {
        text-align: center;
    }

    section#additions div.product-container div.product-intro {
        min-height: 140px;
    }
}

@media screen and (max-width:1024px) {
    .contact-info {
        text-align: left;
    }

    section#full-intro .inner {
        padding-top: 2em;
    }

        section#full-intro .inner .left-image {
            text-align: center;
        }

    section#full-intro li, section#full-intro span {
        font-size: 12pt;
    }

    .contact-info div, .contact-info p, .contact-info span {
        font-size: 15pt;
        line-height: 22pt;
    }
}

@media screen and (min-width:991px) {
    div.shiftnav-wrap {
        -webkit-transform: translateX(-290px) !important;
        -moz-transform: translateX(-290px) !important;
        -ms-transform: translateX(-290px) !important;
        -o-transform: translateX(-290px) !important;
        transform: translateX(0) !important;
    }

    div.shiftnav {
        display: none;
    }
}

@media screen and (max-width:991px) {
    section#header h1 {
        font-size: 36px;
    }

    section#home-banner .inner {
        padding-top: 20px;
    }

        section#home-banner .inner .left-image {
            margin-bottom: 20px;
        }

            section#home-banner .inner .left-image img {
                margin: auto;
                float: none;
            }

    section#home-banner .header-right-block ul {
        margin-left: 15px;
    }

    section#home-content img.content-image {
        margin-bottom: 20px;
    }

    section.products-header {
        overflow: hidden;
    }

        section.products-header div.tooltip-container ul {
            padding: 0 10px 30px 10px;
            text-align: left;
        }

            section.products-header div.tooltip-container ul li {
                display: list-item;
                margin-left: 0;
                padding: 5px 10px;
            }

                section.products-header div.tooltip-container ul li a.icon-tooltip {
                    padding: 10px;
                }

                    section.products-header div.tooltip-container ul li a.icon-tooltip img {
                        max-width: 80px;
                        height: auto;
                        margin-left: 5px;
                        margin-right: 20px;
                        float: left;
                    }

                    section.products-header div.tooltip-container ul li a.icon-tooltip span.product-title {
                        color: #fff;
                        font-weight: 400;
                        margin-left: 20px;
                        margin-top: 35px;
                        font-size: 24px;
                        line-height: 30px;
                        display: block;
                    }

                    section.products-header div.tooltip-container ul li a.icon-tooltip:active, section.products-header div.tooltip-container ul li a.icon-tooltip:focus {
                        text-decoration: none;
                    }

                section.products-header div.tooltip-container ul li.current-post a.icon-tooltip img {
                    max-width: 100px;
                    margin-left: 0;
                    margin-right: 10px;
                }

                section.products-header div.tooltip-container ul li.current-post a.icon-tooltip span.product-title {
                    margin-left: 10px;
                    margin-top: 40px;
                }

    section#product div.product-header {
        display: block;
        height: auto;
    }

        section#product div.product-header img.product-icon {
            display: inline-block;
            vertical-align: -5px;
        }

        section#product div.product-header div.product-header-content {
            display: inline-block;
        }

            section#product div.product-header div.product-header-content ul {
                padding: 0 20px 0 0;
                width: 100%;
                text-align: left;
            }

                section#product div.product-header div.product-header-content ul li {
                    display: inline-block;
                    padding: 5px;
                }

                    section#product div.product-header div.product-header-content ul li a {
                        position: relative;
                    }

                        section#product div.product-header div.product-header-content ul li a i {
                            position: absolute;
                            left: 7px;
                            top: 7px;
                        }

    section#about {
        padding: 0 0 40px;
    }

        section#about div.image-content img {
            float: none;
            margin: auto;
        }

    section#news div.single-post div.image-container {
        padding: 15px;
    }

    section#news div.single-post div.post-content {
        padding: 0 15px 15px 15px;
    }

    section#contact-content .contact-info {
        text-align: center;
    }

    footer .footer-logo img {
        margin: auto;
    }

        footer .footer-logo img.duo-logo {
            padding-bottom: 0;
        }

    footer ul {
        text-align: center;
    }

        footer ul li {
            display: block;
        }

            footer ul li.lang-item {
                display: inline-block;
            }

                footer ul li.lang-item a {
                    min-width: 20px;
                }

    footer p {
        text-align: center;
    }

    footer h3 {
        text-align: center;
        margin: 40px 0 20px;
    }

    footer div.newsletter p {
        text-align: center;
    }

    footer a.linkedin-logo {
        text-align: center;
    }
}

@media screen and (max-width:800px) {
    section#full-intro .header-right-block ul {
        padding: 0;
    }

        section#full-intro .header-right-block ul li {
            padding-bottom: 5pt;
        }

    section#full-intro li, section#full-intro span {
        font-size: 10pt;
    }

    #main-footer .container-main-nav-footer {
        display: none;
    }

    #main-footer .main-nav-footer ul li {
        margin-bottom: 1em;
        text-align: center;
    }

    section#partners ul.seod_partners li {
        width: 100%!important;
    }
}

@media screen and (max-width:768px) {
    section#product-content h1 {
        font-size: 32px;
        line-height: 36px;
    }

    section#product div.product-header div.product-info {
        position: static;
    }

    section#product div.product-intro {
        padding: 0;
    }

        section#product div.product-intro p {
            font-size: 18px;
            line-height: 26px;
        }

    section.single-post div.post-navigation a,
    section#main-products div.post-navigation a {
        font-size: 0.8em;
    }
}

@media screen and (max-width:630px) {
    section#additions div.col-sm-6 {
        width: 100%;
    }

    section.products div.product-container div.product-intro {
        min-height: 0 !important;
    }

    section.products div.product-container div.product-footer {
        padding-top: 20px;
    }
}

@media screen and (max-width:542px) {
    section#header h1 {
        font-size: 28px;
        line-height: 34px;
    }

    section#product-content h1 {
        font-size: 26px;
        line-height: 30px;
    }

    section.products-header div.tooltip-container ul li {
        padding: 5px 10px;
    }

        section.products-header div.tooltip-container ul li a.icon-tooltip img {
            max-width: 60px;
            height: auto;
            margin-left: 5px;
            margin-right: 15px;
            float: left;
        }

        section.products-header div.tooltip-container ul li a.icon-tooltip span.product-title {
            color: #fff;
            font-weight: 400;
            margin-left: 10px;
            margin-top: 25px;
            font-size: 18px;
            line-height: 24px;
            display: block;
        }

        section.products-header div.tooltip-container ul li.current-post a.icon-tooltip img {
            max-width: 70px;
            margin-left: 0;
            margin-right: 10px;
        }

        section.products-header div.tooltip-container ul li.current-post a.icon-tooltip span.product-title {
            margin-left: 10px;
            margin-top: 30px;
        }

        div.shiftnav-inner ul li ul.sub-menu {
          padding-left: 0 !important; 
        }

        div.shiftnav-inner ul li ul.sub-menu a.shiftnav-target img {
          display: block;
          width: 32px; 
          float: left; 
          
        }
        div.shiftnav-inner ul li ul.sub-menu a.shiftnav-target span {
           
        }
        div.shiftnav-inner ul li ul.sub-menu a.shiftnav-target:after {
          clear:both; 
        }
}

@media screen and (max-width:479px) {
    div.product-buttons div.product-button {
        text-align: center !important;
    }
}
